
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,latin-ext);




html {
    -webkit-font-smoothing: antialiased !important;
}

body {
   
    background: #f0f0f0;
    font-size: 13px;
    
}

*, a:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

a:hover {
    color: #333;
}

a {
    color: #4a8bc2;
    outline: 0 !important;
}

.text-decoration-none {
    text-decoration: none;
}

    .text-decoration-none:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    margin: 0 0 5px;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #4d4d4d;
}

    h1.glyphicons, h2.glyphicons, h3.glyphicons, h4.glyphicons, h5.glyphicons, h6.glyphicons {
        color: #7c7c7c;
    }

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        color: #afafaf;
        font-weight: 400;
        padding: 0 5px;
        font-style: italic;
    }

    h1 span, h2 span, h3 span {
        font-size: 50%;
        text-transform: none;
        padding: 0;
        position: relative;
        top: -3px;
        font-weight: 400;
    }

h1 {
    line-height: 40px;
}

h2, h3 {
    line-height: 30px;
}

h2 {
    font-size: 26px;
}

h4.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

    h4.glyphicons i:before {
        font-size: 22px;
        font-weight: normal;
        color: #575655;
    }

h3.glyphicons, h2.glyphicons {
    padding: 0 0 0 45px;
    display: block;
}

    h3.glyphicons i:before, h2.glyphicons i:before {
        font-size: 27px;
        font-weight: normal;
        left: 2px;
        top: 3px;
        color: #575655;
    }

    h3.glyphicons.cogwheels i:before, h2.glyphicons.cogwheels i:before {
        left: 5px;
    }

.heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 {
    display: inline-block;
    margin: 0 15px;
}

    .heading-buttons h1.glyphicons, .heading-buttons h2.glyphicons, .heading-buttons h3.glyphicons, .heading-buttons h4.glyphicons, .heading-buttons h5.glyphicons, .heading-buttons h6.glyphicons {
        display: inline-block;
    }

.heading-buttons .buttons {
    margin-top: 3px;
    margin-right: 15px;
    text-align: right;
}

.heading-buttons .btn {
    margin-right: 15px;
}

    .heading-buttons .btn:last-child {
        margin-right: 0;
    }

p {
    margin: 0 0 10px;
    line-height: normal;
}

.lead {
    margin: 0 0 10px;
}

.glyphicons {
    color: #7c7c7c;
}

.hide2 {
    display: none;
}

.strong {
    font-weight: bold;
}

.text-inverse {
    color: #45484d;
}

.text-white {
    color: #fff;
}

ul.icons {
    text-align: left;
    padding: 0;
}

    ul.icons li {
        display: block;
        padding: 0 0 0 25px;
        line-height: 22px;
        color: #7c7c7c;
    }

        ul.icons li i:before {
            color: #7c7c7c;
            font-size: 17px;
            left: 0;
            top: 4px;
        }

.icons-ul {
    padding: 0;
}

ul.unstyled, ul.list-unstyled {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.friends-list {
    border: 1px solid #ccc;
    border-top: none;
}

    ul.friends-list li a {
        display: block;
        font-weight: 300;
        color: #45484d;
        padding: 15px;
        background: #fff;
        border-bottom: 1px solid #efefef;
    }

        ul.friends-list li a.glyphicons {
            padding-left: 40px;
        }

            ul.friends-list li a.glyphicons i:before {
                top: 12px;
                left: 10px;
                color: #ccc;
                border: 1px solid #ccc;
                -webkit-border-radius: 20px 20px 20px 20px;
                -moz-border-radius: 20px 20px 20px 20px;
                border-radius: 20px 20px 20px 20px;
                font-size: 16px;
                padding: 2px;
            }

        ul.friends-list li a:hover {
            background-color: #efefef;
            text-decoration: none;
        }

        ul.friends-list li a img {
            width: 35px;
        }

    ul.friends-list li:data-content {
        width: 100px;
    }

    ul.friends-list li.active {
        background-color: #efefef;
    }

        ul.friends-list li.active a.glyphicons i:before {
            color: #4a8bc2;
            border: 1px solid #4a8bc2;
        }

ul.nav-pills li a {
    color: #4a8bc2;
    background: none;
}

.email-item-list .list-group-item {
    border: none;
    border-bottom: 1px solid #efefef;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .email-item-list .list-group-item, .email-item-list .list-group-item.active, .email-item-list .list-group-item.active:hover, .email-item-list .list-group-item.active:focus {
        border-bottom: 1px solid #efefef;
    }

        .email-item-list .list-group-item.active {
            background: #f5f5f5;
        }

        .email-item-list .list-group-item:hover {
            color: #797979;
        }

            .email-item-list .list-group-item:hover p {
                color: #797979;
            }

        .email-item-list .list-group-item p {
            font-size: 12px;
            color: #abaeb3;
        }

input, button, select, textarea {
    font-family: 'Open Sans',sans-serif;
}

pre.prettyprint {
    word-break: normal;
    word-wrap: normal;
    white-space: pre;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eee));
    background-image: -webkit-linear-gradient(#f8f8f8 50%, #eee 50%);
    background-image: -moz-linear-gradient(#f8f8f8 50%, #eee 50%);
    background-image: -o-linear-gradient(#f8f8f8 50%, #eee 50%);
    background-image: linear-gradient(#f8f8f8 50%, #eee 50%);
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
    border: 1px solid #ebebeb;
    display: block;
    line-height: 19px;
    margin-bottom: 15px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
}

    pre.prettyprint .glyphicons {
        padding: 0 0 0 20px;
    }

        pre.prettyprint .glyphicons i:before {
            font-size: 17px;
            top: 1px;
        }

blockquote {
    margin: 0;
    padding: 0 0 0 5px;
}

    blockquote, blockquote.pull-right {
        border: none;
    }

        blockquote p {
            font-weight: 400;
            font-size: 13px;
            margin: 0 0 10px;
        }

        blockquote small {
            color: #4a8bc2;
        }

.separator {
    padding: 15px 0;
    display: block;
}

    .separator.bottom {
        padding: 0 0 15px;
    }

    .separator.top {
        padding: 15px 0 0;
    }

hr {
    border-top-color: #dbdbdb;
    border-bottom: none;
    margin: 15px 0;
}

    hr.separator {
        padding: 0;
    }

        hr.separator.top {
            margin: 15px 0 0;
        }

        hr.separator.bottom {
            margin: 0 0 15px;
        }

@media print {
    html, body {
        height: auto !important;
        min-height: none !important;
    }





    @page {
        size: auto;
        margin: 10mm 10mm 10mm 10mm;
    }

    #content {
        margin: 0 !important;
        padding: 0 !important;
    }

    .breadcrumb, #tlyPageGuideWrapper, .filter-bar {
        display: none !important;
    }

    .table td, .table th {
        vertical-align: middle;
    }

    .table th {
        padding: 3px;
        text-align: center;
    }

    .table img {
        float: left;
    }
}

.map_canvas img {
    max-width: none !important;
}

.streetview {
    width: 100%;
    height: 300px;
}

.ui-dialog-vevent .dtstart {
    display: none;
}

.ui-dialog-vevent .website {
    margin: 0 0 1em;
}

.ajaxify-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 999999;
    color: #4a8bc2;
    text-shadow: 0 2px 0 #fff;
}

body.loading {
    background: #fff;
}

.half.innerAll {
    padding: 10px !important;
}

.half.innerLR {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.half.innerTB {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.half.innerT {
    padding-top: 10px !important;
}

.half.innerB {
    padding-bottom: 10px !important;
}

.border-bottom {
    border-bottom: 1px solid #efefef;
}

.border-top {
    border-top: 1px solid #efefef;
}

.border-left {
    border-left: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.bordered {
    border: 1px solid #efefef;
}

.border-primary {
    border-color: #4a8bc2;
}

.scripts-async .container-fluid {
    visibility: hidden;
}

.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;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.center {
    text-align: center !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-none-TB {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.padding-none-LR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bg-container {
    background: #eaeaea !important;
}

.bg-gray {
    background: #f9f9f9 !important;
}

.bg-gray-dark {
    background: #f2f2f2 !important;
}

.bg-none {
    background: none !important;
}

.bg-white {
    background: #fff !important;
}

.bg-success {
    background: #609450 !important;
    color: #fff;
}

.bg-info {
    background: #74a6d0 !important;
    color: #fff;
}

.bg-info-dark {
    background: #4e8ec3 !important;
}

.bg-inverse {
    background: #45484d !important;
    color: #fff;
}

.bg-inverse-faded {
    background: rgba(69,72,77,0.5) !important;
}

.bg-primary {
    background: #4a8bc2 !important;
    color: #fff;
}

.bg-primary-light {
    background: #c8dcec !important;
}

    .bg-primary-light *:not(.btn) {
        border-color: #8bb5d8 !important;
    }

    .bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
        border-color: #b5cfe6 !important;
    }

    .bg-primary-light .caret {
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        border-right-color: #8bb5d8 !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 !important;
}

.display-block-inline {
    display: inline-block !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-white {
    color: #fff;
}

.text-info {
    color: #74a6d0;
}

.text-primary {
    color: #4a8bc2 !important;
}

.text-success {
    color: #609450;
}

.text-regular {
    color: #444 !important;
}

.text-faded {
    color: #d7d7d7 !important;
}

.text-muted-dark {
    color: #a2a2a2;
}

.text-muted-darker {
    color: #898989;
}

.text-weight-regular {
    font-weight: normal !important;
}

.text-weight-normal {
    font-weight: 400;
}

.text-condensed {
    letter-spacing: -2px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-small {
    font-size: 12px;
}

.text-larger {
    font-size: 14px;
}

.text-medium {
    font-size: 30px;
    line-height: 30px;
}

.text-large {
    font-size: 35px !important;
    line-height: 40px !important;
}

.text-xlarge {
    font-size: 50px;
    line-height: 50px;
}

.text-xxlarge {
    font-size: 70px;
    line-height: 70px;
}

.text-underline {
    text-decoration: underline;
}

.inline-block {
    display: inline-block !important;
}

.overflow-y-auto {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.applyNiceScroll {
    overflow-y: auto;
}

.overflow-hidden {
    position: relative;
    overflow: hidden;
}

.containerBg {
    background: #f0f0f0;
}

.whiteBg {
    background: #fff;
}

.hide2 {
    display: none;
}

.border-top {
    border-top: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-bottom {
    border-bottom: 1px solid #efefef !important;
}

.border-left {
    border-left: 1px solid #efefef;
}

.half.innerAll {
    padding: 7.5px !important;
}

.half.innerLR {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.half.innerTB {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}

.half.innerT {
    padding-top: 7.5px !important;
}

.half.innerB {
    padding-bottom: 7.5px !important;
}

.half.innerL {
    padding-left: 7.5px !important;
}

.half.innerR {
    padding-right: 7.5px !important;
}

.inner-2x.innerAll {
    padding: 30px !important;
}

.inner-2x.innerTB {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.inner-2x.innerLR {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.inner-2x.padding-bottom-none {
    padding-bottom: 0 !important;
}

.inner-2x.padding-right-none {
    padding-right: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x {
    overflow-x: auto;
}

.unscrollable {
    overflow: hidden !important;
}

.fixed-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.height-auto {
    height: auto !important;
}

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: #dbdbdb;
                content: "";
            }

    .row-merge.border-top, .row-merge ~ .row-merge {
        border-top: 1px solid #dbdbdb;
    }

    .row-merge.border-bottom {
        border-bottom: 1px solid #dbdbdb;
    }

    .row-merge .fill-column:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: inherit;
        background: #e5e5e5;
        content: "";
    }

@media (min-width:768px) and (max-width:991px) {
    .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"] {
        position: relative;
    }

        .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"]:after {
            position: absolute;
            top: 0;
            bottom: auto;
            left: 0;
            right: 0;
            width: auto;
            height: 1px;
            background: #dbdbdb;
            content: "";
        }
}

.row-icons {
    padding: 10px 0;
    margin: 0;
}

    .row-icons [class*="col"] {
        margin-bottom: 15px;
        padding: 0;
    }

        .row-icons [class*="col"] a {
            line-height: 24px;
            display: inline-block;
            color: #1d1d1b;
        }

        .row-icons [class*="col"][class*="glyphicons"] {
            padding-left: 50px;
        }

            .row-icons [class*="col"][class*="glyphicons"] i:before {
                left: 10px;
                top: 10px;
            }

        .row-icons [class*="col"] i.fa {
            vertical-align: middle;
            margin: 0 10px;
        }

        .row-icons [class*="col"] i, .row-icons [class*="col"] i:before {
            color: #4a8bc2;
            font-size: 24px;
        }

        .row-icons [class*="col"] span {
            padding-left: 5px;
        }

.ui-tooltip {
    display: none !important;
}

.rounded-none {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.rounded-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.rounded-right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.notebook {
    min-height: 60px;
    line-height: 30px;
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

    .notebook ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .notebook ul li {
            line-height: 30px;
        }

.bg-success .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #609450 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #609450 5%) 0 0;
    background: linear-gradient(bottom, rgba(255,255,255,0.3) 0, #609450 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-inverse .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #45484d 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #45484d 5%) 0 0;
    background: linear-gradient(bottom, rgba(255,255,255,0.3) 0, #45484d 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-primary .notebook {
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #4a8bc2 5%) 0 0;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3) 0, #4a8bc2 5%) 0 0;
    background: linear-gradient(bottom, rgba(255,255,255,0.3) 0, #4a8bc2 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    color: #fff;
}

.bg-gray .notebook {
    background: -webkit-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: -moz-linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    background: linear-gradient(bottom, #f0f0f0 0, #f9f9f9 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

div.row, ul.row {
    margin: 0 -7.5px;
}

.row-merge {
    margin: 0;
}

div[class*="col-xs-"], div[class*="col-sm-"], div[class*="col-md-"], div[class*="col-lg-"], li[class*="col-xs-"], li[class*="col-sm-"], li[class*="col-md-"], li[class*="col-lg-"] {
    padding: 0 7.5px;
}

.row-icons {
    padding: 10px 0;
    margin: 0;
}

    .row-icons [class*="col"] {
        margin-bottom: 15px;
        padding-left: 48px;
    }

        .row-icons [class*="col"] i:before {
            color: #4a8bc2;
        }

        .row-icons [class*="col"] span {
            padding-left: 5px;
        }

#fontawesome [class^="icon-"], #fontawesome [class*=" icon-"] {
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#wrapper {
   
    float: left;
    width: 100%;
  
    -webkit-overflow-scrolling: touch;
}

body > .container-fluid {
    padding: 0;
    background: #f0f0f0;
}

    body > .container-fluid.fixed {
        margin: 30px auto 30px;
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        width: 94%;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

        body > .container-fluid.fixed #wrapper {
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

        body > .container-fluid.fixed #content {
            -webkit-border-radius: 0 5px 0 0;
            -moz-border-radius: 0 5px 0 0;
            border-radius: 0 5px 0 0;
        }

        body > .container-fluid.fixed #footer {
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

        body > .container-fluid.fixed .navbar.main .wrapper {
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

    body > .container-fluid.documentation {
        background: #fff;
    }

#content {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
    min-height: 500px;
    background: #f0f0f0;
}

    #content > .menubar {
        border-left: none;
        border-right: none;
    }

    #content > p {
        padding: 0 15px 5px;
    }

    #content > h1, #content > h2, #content > h3, #content > h4, #content > h5, #content > h6 {
        margin: 0 15px 15px;
    }

    #content.container {
        overflow: visible;
    }

        #content.container > .innerL {
            padding-left: 0 !important;
        }

        #content.container > .innerR {
            padding-right: 0 !important;
        }

        #content.container > .innerLR {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #content.container > h1, #content.container > [data-component] > h1, #content.container > h2, #content.container > [data-component] > h2, #content.container > h3, #content.container > [data-component] > h3, #content.container > h4, #content.container > [data-component] > h4, #content.container > h5, #content.container > [data-component] > h5, #content.container > h6, #content.container > [data-component] > h6 {
            margin: 0 0 15px;
        }

    #content > .filter-bar {
        border-right: none;
        border-left: none;
    }

    #content .heading-buttons {
        margin-top: 15px;
    }

    #content .heading-arrow {
        text-transform: uppercase;
        border-bottom: 1px solid #dbdbdb;
        margin: 0 0 15px;
        padding: 0 15px;
        font-size: 11pt;
        height: 35px;
        line-height: 30px;
        position: relative;
    }

        #content .heading-arrow:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-bottom: 8px solid #dbdbdb;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            position: absolute;
            bottom: 0;
            left: 15px;
        }

        #content .heading-arrow.glyphicons {
            padding: 0 10px 0 40px;
        }

            #content .heading-arrow.glyphicons i:before {
                font-size: 17px;
                left: 15px;
            }

        #content .heading-arrow.margin-bottom-none {
            margin-bottom: 0;
        }

    #content > .widget {
        border-left: 0;
        border-right: 0;
    }

        #content > .widget .widget-head, #content > .widget .widget-body {
            border-left: 0;
            border-right: 0;
        }

        #content > .widget:last-child {
            margin: 0;
        }

    #content > .table {
        border-left: none;
        border-right: none;
    }

        #content > .table tr td:first-child {
            border-left: none;
        }

html.sidebar.sidebar-quick #content {
    margin: 0 0 0 65px;
}

html.sidebar.sidebar-quick .menu-right #content {
    margin: 0 65px 0 0;
}

html.sidebar.sidebar-full #content {
    margin: 0 0 0 170px;
}

html.sidebar.sidebar-full .menu-right #content {
    margin: 0 170px 0 0;
}

@media (min-width:768px) {
    html.no-touch.sticky-sidebar.sidebar body {
        overflow: hidden;
    }

        html.no-touch.sticky-sidebar.sidebar, html.no-touch.sticky-sidebar.sidebar body, html.no-touch.sticky-sidebar.sidebar body > .container-fluid, html.no-touch.sticky-sidebar.sidebar #wrapper {
            min-height: 100%;
            height: 100%;
        }

            html.no-touch.sticky-sidebar.sidebar #wrapper {
                margin-bottom: -40px;
            }

            html.no-touch.sticky-sidebar.sidebar #menu {
                position: fixed;
                bottom: 0;
                z-index: 1000;
            }

            html.no-touch.sticky-sidebar.sidebar #content {
                padding-bottom: 40px;
            }
}

@media (min-width:768px) {
    html.no-touch.sticky-top #content {
        padding-top: 50px;
    }

    html.no-touch.sticky-top .navbar.main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
    }

    html.no-touch.sticky-top.sidebar.sidebar-quick .navbar.main {
        left: 65px;
    }

    html.no-touch.sticky-top.sidebar.sidebar-quick .menu-right .navbar.main {
        left: 0;
        right: 65px;
    }

    html.no-touch.sticky-top.sidebar.sidebar-full .navbar.main {
        left: 0px;
    }

    html.no-touch.sticky-top.sidebar.sidebar-full .menu-right .navbar.main {
        left: 0;
        right: 170px;
    }

    html.no-touch.sticky-top .menu-hidden .navbar.main {
        left: 0 !important;
        right: 0 !important;
    }

    html.no-touch.sticky-top.front #content {
        padding-top: 100px;
        margin: 0 !important;
    }
}

html.fixed, html.fixed body {
    min-height: auto;
    height: auto;
    overflow: visible;
}

body > .container-fluid.fixed {
    min-height: auto;
    height: auto;
}

    body > .container-fluid.fixed #wrapper {
        position: relative;
        overflow: hidden;
        min-height: auto;
        height: auto;
        margin: 0;
    }

    body > .container-fluid.fixed #menu {
        position: absolute;
        height: 100%;
        min-height: 100%;
        bottom: auto;
    }

img.center {
    display: block;
    margin: 0 auto;
}

.display-block {
    display: block;
}

.fixed-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width:768px) {
    #content {
        overflow: visible;
    }
}

.bg-gray {
    background: #efefef;
}

.bg-white {
    background: #fff;
}

.bg-inverse {
    background: #45484d;
}

.bg-success {
    background: #609450;
}

.bg-primary {
    background: #4a8bc2;
}

.bg-info {
    background: #74a6d0;
}

.bg-danger {
    background: #bd362f;
}

.bg-warning {
    background: #ab7a4b;
}

.bg-lightred {
    background: #e15258;
}

.bg-mustard {
    background: #d4d172;
}

.bg-purple {
    background: #9d8ac7;
}

.bg-gray-dark {
    background: #f2f2f2 !important;
}

.bg-info-dark {
    background: #4e8ec3 !important;
}

.bg-inverse {
    background: #45484d !important;
    color: #fff;
}

.bg-inverse-faded {
    background: rgba(69,72,77,0.5) !important;
}

.bg-transparent {
    background: none;
    background-color: transparent;
}

.dropdown-menu {
    z-index: 100000;
}

#menu {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    background: #1f2123;
}

    #menu .appbrand {
        font-weight: 700;
        display: block;
        text-decoration: none;
        line-height: 10px;
        padding: 10px;
        text-align: center;
        color: #fff;
    }

    #menu .profile {
        display: block;
        padding: 10px 0;
    }

        #menu .profile a {
            display: inline-block;
            width: 38px;
            height: 38px;
            -webkit-border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

            #menu .profile a img {
                -webkit-border-radius: 5px 5px 5px 5px;
                -moz-border-radius: 5px 5px 5px 5px;
                border-radius: 5px 5px 5px 5px;
            }

    #menu.ui-state-disabled {
        opacity: 1;
        filter: alpha(opacity=100);
    }

body .menu-right #menu {
    left: auto;
    right: 0;
    z-index: 1000;
}

body .menu-right.fixed #content {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

body .menu-right.fixed .navbar.main, body .menu-right.fixed .navbar.main .wrapper {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.menu-hidden #menu {
    display: none !important;
}

.menu-hidden #content {
    margin: 0 !important;
}

.menu-hidden .navbar.main .btn-navbar {
    left: 0;
    border-left: none;
}

.menu-hidden .navbar.main .topnav.tn1 {
    left: 37px;
}

.menu-hidden.login .navbar.main .appbrand, .menu-hidden.documentation .navbar.main .appbrand {
    display: inline-block;
    border: none;
}

    .menu-hidden.login .navbar.main .appbrand span, .menu-hidden.documentation .navbar.main .appbrand span {
        border: none;
    }

.menubar {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .menubar > li {
        display: inline-block;
    }

        .menubar > li > a {
            text-decoration: none;
            color: #878787;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            display: block;
        }

            .menubar > li > a .badge {
                margin-top: 6px;
                margin-left: 7px;
            }

        .menubar > li.active > a, .menubar > li.open > a {
            background: #ededed;
            color: #3b3b3b;
            font-weight: 600;
        }

.menubar {
    height: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    background: #fafafa;
    margin: 0;
    font-size: 9pt;
}

    .menubar ul {
        margin: 0;
        padding: 0 5px;
        list-style: none;
        height: 30px;
    }

        .menubar ul li {
            float: left;
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0 5px;
        }

            .menubar ul li.divider {
                border-left: 1px solid #ebebeb;
                width: 0;
                padding: 0;
                margin: 0 8px;
            }

            .menubar ul li a {
                color: #7c7c7c;
                font-weight: 700;
                font-size: 9pt;
            }

    .menubar.links {
        border: none;
        background: none;
        height: 25px;
        padding: 0 0 5px;
    }

        .menubar.links ul {
            padding: 0;
            height: 25px;
        }

            .menubar.links ul li {
                height: 25px;
                line-height: 25px;
            }

                .menubar.links ul li:first-child {
                    padding-left: 0;
                }

        .menubar.links.primary ul li a {
            color: #4a8bc2;
        }

.widget {
    background: #fff;
    margin: 0 auto 15px;
    position: relative;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 10px 0 #DBDBDB;
    -moz-box-shadow: 0 4px 10px 0 #DBDBDB;
    -webkit-box-shadow: 0 4px 10px 0 #DBDBDB;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .widget .tab-content {
        padding: 0;
    }

    .widget .widget-head {
        background-color: #f9f9f9;
        background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
        background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
        background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
        border-bottom: 1px solid #dbdbdb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        text-shadow: 0 1px 0 0 1px 0 #fff;
        height: 35px;
        line-height: 35px;
        position: relative;
        padding: 0 15px 0 0;
        overflow: hidden;
    }

        .widget .widget-head.height-auto {
            height: auto;
        }

        .widget .widget-head.progress {
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
            margin: 0;
            padding: 0;
            height: 25px;
            line-height: 25px;
        }

            .widget .widget-head.progress .progress-bar {
                height: 25px;
                line-height: 25px;
                background: #4a8bc2;
            }

        .widget .widget-head > .glyphicons, .widget .widget-head ul .glyphicons {
            height: 30px;
            width: 30px;
            padding: 0;
        }

            .widget .widget-head > .glyphicons i:before, .widget .widget-head ul .glyphicons i:before {
                width: 30px;
                height: 30px;
                line-height: 23px;
                text-align: center;
                font-size: 16px;
                color: rgba(255,255,255,0.5);
            }

        .widget .widget-head .heading {
            margin: 0;
            color: #7c7c7c;
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            padding: 0 15px;
            float: left;
        }

            .widget .widget-head .heading.glyphicons {
                width: auto;
                display: block;
                padding: 0 0 0 35px;
            }

                .widget .widget-head .heading.glyphicons i:before {
                    padding: 0;
                    margin: 0;
                    left: 0;
                    top: 0;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    width: 35px;
                    color: #7c7c7c;
                    font-size: 16px;
                    font-weight: normal;
                    text-shadow: none;
                }

        .widget .widget-head a {
            text-shadow: none;
        }

        .widget .widget-head .dropdown-menu li > a:hover, .widget .widget-head .dropdown-menu li > a:focus, .widget .widget-head .dropdown-submenu:hover > a {
            background-color: #4a8bc2;
            background-image: -moz-linear-gradient(top, #4a8bc2, #d24343);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a8bc2), to(#d24343));
            background-image: -webkit-linear-gradient(top, #4a8bc2, #d24343);
            background-image: -o-linear-gradient(top, #4a8bc2, #d24343);
            background-image: linear-gradient(to bottom, #4a8bc2, #d24343);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
        }

    .widget .details {
        font-size: 8pt;
        color: #7c7c7c;
    }

    .widget .widget-body {
        position: relative;
        padding: 15px;
    }

        .widget .widget-body form {
            margin: 0;
        }

        .widget .widget-body a:hover {
            text-decoration: none;
        }

        .widget .widget-body > pre:last-child, .widget .widget-body > p:last-child {
            margin: 0;
        }

        .widget .widget-body.list {
            color: #7c7c7c;
            padding: 0;
        }

            .widget .widget-body.list .count {
                font-size: 15pt;
                font-weight: 400;
            }

            .widget .widget-body.list ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .widget .widget-body.list ul li {
                    padding: 0 10px;
                    height: 39px;
                    border-bottom: 1px solid #dbdbdb;
                    position: relative;
                    line-height: 39px;
                    text-align: left;
                    text-shadow: 0 1px 0 #fff;
                    clear: both;
                }

                    .widget .widget-body.list ul li .badge {
                        position: absolute;
                        right: 8px;
                        top: 10px;
                    }

                    .widget .widget-body.list ul li:first-child {
                        border-top: none;
                    }

                    .widget .widget-body.list ul li:last-child {
                        border-bottom: none;
                    }

                    .widget .widget-body.list ul li .count {
                        float: right;
                        color: #000;
                    }

                    .widget .widget-body.list ul li .sparkline {
                        position: relative;
                        top: 5px;
                        margin-left: 5px;
                    }

                    .widget .widget-body.list ul li a {
                        color: #000;
                        font-weight: bold;
                    }

            .widget .widget-body.list.products li {
                height: 60px;
                line-height: 60px;
            }

            .widget .widget-body.list.products .img {
                float: left;
                display: inline-block;
                width: 48px;
                height: 44px;
                line-height: 44px;
                color: #fff;
                text-align: center;
                background: #272729;
                margin: 8px 8px 0 0;
                -webkit-border-radius: 3px 3px 3px 3px;
                -moz-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
                text-shadow: none;
                cursor: pointer;
                font-size: 10pt;
                font-weight: 600;
            }

            .widget .widget-body.list.products .title {
                line-height: normal;
                display: inline-block;
                padding: 13px 0 0;
                text-transform: uppercase;
            }

                .widget .widget-body.list.products .title strong {
                    font-family: "Open Sans",sans-serif;
                    text-transform: none;
                }

            .widget .widget-body.list.fluid ul li {
                height: auto;
                line-height: normal;
                padding: 10px;
            }

            .widget .widget-body.list.list-2 ul li {
                border-bottom: 1px solid #d8d9da;
                border-top: none;
                background: #f8f8f8;
            }

                .widget .widget-body.list.list-2 ul li.active {
                    border-color: #ddd;
                    background: #fff;
                }

                    .widget .widget-body.list.list-2 ul li.active i:before {
                        font-weight: normal;
                        background: #4a8bc2;
                        color: #fff;
                        text-shadow: none;
                    }

                    .widget .widget-body.list.list-2 ul li.active a {
                        color: #4a8bc2;
                    }

                .widget .widget-body.list.list-2 ul li:last-child {
                    border-bottom: none;
                }

                .widget .widget-body.list.list-2 ul li a {
                    display: block;
                    color: #222;
                    padding: 0 0 0 30px;
                }

                    .widget .widget-body.list.list-2 ul li a i:before {
                        color: #555;
                        width: 20px;
                        height: 17px;
                        font-size: 14px;
                        border: 1px solid #ccc;
                        background: #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;
        }

            .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-2:before, .widget.widget-2:after {
        display: none;
    }

    .widget.widget-2 .widget-head {
        background: #e2e2e4;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        height: 36px;
        line-height: 36px;
        border-color: #d1d2d3;
    }

        .widget.widget-2 .widget-head.height-auto {
            height: auto;
        }

        .widget.widget-2 .widget-head .heading {
            line-height: 36px;
            color: #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: #4a8bc2;
        border-color: #4a8bc2;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
    }

        .widget.widget-2.primary .widget-head .heading {
            color: #fff;
            text-shadow: 0 1px 0 rgba(0,0,0,0.5);
        }

            .widget.widget-2.primary .widget-head .heading i:before {
                color: #fff;
                text-shadow: 0 1px 0 rgba(0,0,0,0.5);
            }

    .widget.widget-3:before, .widget.widget-3:after {
        display: none;
    }

    .widget.widget-3 .widget-head {
        height: 36px;
        line-height: 36px;
    }

        .widget.widget-3 .widget-head.height-auto {
            height: auto;
        }

        .widget.widget-3 .widget-head .heading {
            display: block;
            text-align: center;
            float: none;
            line-height: 36px;
            height: 36px;
            text-transform: uppercase;
            font-size: 12pt;
        }

            .widget.widget-3 .widget-head .heading i:before {
                background: none;
                border: none;
                left: 3px;
                top: 5px;
                font-size: 20px;
                color: #45484d;
            }

            .widget.widget-3 .widget-head .heading .glyphicons {
                vertical-align: middle;
                width: 35px;
                height: 36px;
                padding: 0;
            }

    .widget.widget-3 .widget-body {
        border-bottom: 1px solid #dbdbdb;
    }

        .widget.widget-3 .widget-body.large {
            font-size: 26pt;
            font-weight: bold;
            text-align: center;
            padding: 25px 0;
            vertical-align: middle;
            line-height: normal;
        }

            .widget.widget-3 .widget-body.large.cancellations span {
                line-height: 20px;
                text-align: left;
                font-size: 17pt;
                display: inline-block;
                text-shadow: none;
            }

                .widget.widget-3 .widget-body.large.cancellations span span {
                    display: block;
                }

                    .widget.widget-3 .widget-body.large.cancellations span span:first-child {
                        color: #4a8bc2;
                        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 #dbdbdb;
            text-decoration: none;
        }

            .widget.widget-3 .widget-footer a i:before {
                color: #ddd;
                left: 5px;
            }

            .widget.widget-3 .widget-footer a:hover {
                color: #4a8bc2;
            }

                .widget.widget-3 .widget-footer a:hover i:before {
                    color: #4a8bc2;
                }

        .widget.widget-3 .widget-footer.align-center {
            text-align: center;
        }

            .widget.widget-3 .widget-footer.align-center a:first-child {
                border-left: 1px solid #dbdbdb;
            }

        .widget.widget-3 .widget-footer.align-right {
            text-align: right;
        }

            .widget.widget-3 .widget-footer.align-right a:first-child {
                border-left: 1px solid #dbdbdb;
            }

            .widget.widget-3 .widget-footer.align-right a:last-child {
                border-right: none;
            }

    .widget.widget-4 {
        border: none;
        background: none;
    }

        .widget.widget-4 .widget-head {
            background: none;
            padding: 10px;
            border: none;
        }

            .widget.widget-4 .widget-head .heading {
                color: #544f49;
                text-shadow: none;
                padding: 0;
                margin: 0;
            }

        .widget.widget-4 .widget-body {
            padding: 0 10px 10px;
            border: none;
        }

            .widget.widget-4 .widget-body.list ul li {
                padding: 0;
            }

    .widget.widget-icon {
        display: block;
        padding: 10px;
        margin-bottom: 0;
    }

        .widget.widget-icon i, .widget.widget-icon span {
            color: #fff;
        }

        .widget.widget-icon .heading {
            color: #fff;
        }

        .widget.widget-icon.inverse {
            background: #45484d;
        }

            .widget.widget-icon.inverse:hover {
                background: #5d6168;
            }

        .widget.widget-icon.primary {
            background: #4a8bc2;
        }

            .widget.widget-icon.primary:hover {
                background: #70a3cf;
            }

        .widget.widget-icon.success {
            background: #609450;
        }

            .widget.widget-icon.success:hover {
                background: #79ae69;
            }

        .widget.widget-icon.danger {
            background: #bd362f;
        }

            .widget.widget-icon.danger:hover {
                background: #d3534c;
            }

        .widget.widget-icon:hover {
            text-decoration: none;
        }

    .widget.widget-survey .widget-head {
        height: auto;
        line-height: 1;
    }

    .widget.widget-tickets .widget-head {
        height: auto;
        line-height: 1;
    }

    .widget.widget-tickets .list-group .list-group-item {
        border-radius: 0;
    }

        .widget.widget-tickets .list-group .list-group-item a {
            font-weight: bold;
            color: #4a8bc2;
            font-size: 15px;
        }

            .widget.widget-tickets .list-group .list-group-item a:hover {
                text-decoration: none;
            }

        .widget.widget-tickets .list-group .list-group-item i {
            color: #ccc;
            padding-right: 10px;
        }

        .widget.widget-tickets .list-group .list-group-item.active {
            background-color: #4a8bc2;
        }

            .widget.widget-tickets .list-group .list-group-item.active a {
                color: #fff;
            }

            .widget.widget-tickets .list-group .list-group-item.active i {
                color: #fff;
            }

            .widget.widget-tickets .list-group .list-group-item.active:hover {
                background: #4a8bc2;
            }

                .widget.widget-tickets .list-group .list-group-item.active:hover i {
                    color: #efefef;
                }

        .widget.widget-tickets .list-group .list-group-item:hover {
            background: #efefef;
        }

            .widget.widget-tickets .list-group .list-group-item:hover i {
                color: #4a8bc2;
            }

    .widget.widget-timeline-friends .widget-heading {
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #efefef;
    }

        .widget.widget-timeline-friends .widget-heading h5 {
            line-height: inherit;
        }

        .widget.widget-timeline-friends .widget-heading.height-auto {
            height: auto;
        }

        .widget.widget-timeline-friends .widget-heading .dropdown a.btn {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 50%;
        }

        .widget.widget-timeline-friends .widget-heading .dropdown.open a.btn {
            border-bottom: none;
            border-radius: 0;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
        }

        .widget.widget-timeline-friends .widget-heading .dropdown-menu {
            right: 0;
            left: auto;
            min-width: 24px;
            top: 23px;
            background: #fff;
            border: 1px solid #ccc;
            border-top: none;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            box-shadow: none;
        }

            .widget.widget-timeline-friends .widget-heading .dropdown-menu li {
                background: none;
            }

                .widget.widget-timeline-friends .widget-heading .dropdown-menu li a {
                    padding: 0;
                    text-align: center;
                    background: none;
                }

                    .widget.widget-timeline-friends .widget-heading .dropdown-menu li a:hover {
                        color: #4a8bc2;
                        background: none;
                    }

    .widget.widget-timeline-friends .widget-body a {
        padding: 6px;
    }

        .widget.widget-timeline-friends .widget-body a img {
            border-radius: 3px;
        }

        .widget.widget-timeline-friends .widget-body a:hover img {
            opacity: .5;
        }

    .widget.widget-heading-simple {
        border: none;
        background: none;
    }

        .widget.widget-heading-simple > .widget-head {
            border: none;
            background: none;
            background-image: none !important;
            filter: none !important;
            padding: 0 0 5px;
            height: 30px;
            line-height: 25px;
        }

            .widget.widget-heading-simple > .widget-head .heading {
                padding: 0;
                height: 25px;
                line-height: 25px;
            }

                .widget.widget-heading-simple > .widget-head .heading.glyphicons {
                    padding: 0 0 0 25px;
                }

                    .widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
                        text-align: left;
                        width: 25px;
                        height: 25px;
                        line-height: 25px;
                    }

        .widget.widget-heading-simple > .widget-body {
            border: 1px solid #dbdbdb;
            -webkit-border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

    .widget.widget-body-simple {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

        .widget.widget-body-simple > .widget-body {
            background: none;
            border: none;
            padding: 0;
        }

    .widget.widget-body-white > .widget-body {
        background: #fff;
    }

    .widget.widget-body-gray {
        box-shadow: 0 3px 0 0 #f6f6f6;
        -moz-box-shadow: 0 3px 0 0 #f6f6f6;
        -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
    }

        .widget.widget-body-gray > .widget-body {
            background: #e5e5e5;
        }

    .widget.widget-body-primary {
        box-shadow: 0 3px 0 0 #f6f6f6;
        -moz-box-shadow: 0 3px 0 0 #f6f6f6;
        -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
    }

        .widget.widget-body-primary > .widget-body {
            background: #4a8bc2;
        }

            .widget.widget-body-primary > .widget-body * {
                color: #fff;
                text-shadow: none;
            }

    .widget.widget-primary-light > .widget-body {
        background: #d0e1ef;
    }

    .widget.widget-primary-light > .widget-head {
        background: #e3edf5;
        border-color: #4a8bc2;
    }

    .widget.widget-body-multiple {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

        .widget.widget-body-multiple > .widget-body {
            box-shadow: 0 3px 0 0 #dbdbdb;
            -moz-box-shadow: 0 3px 0 0 #dbdbdb;
            -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
            margin-bottom: 7.5px;
        }

            .widget.widget-body-multiple > .widget-body:last-of-type {
                margin-bottom: 0;
            }

        .widget.widget-body-multiple.widget-body-gray > .widget-body {
            box-shadow: 0 3px 0 0 #f6f6f6;
            -moz-box-shadow: 0 3px 0 0 #f6f6f6;
            -webkit-box-shadow: 0 3px 0 0 #f6f6f6;
        }

.glyphicons.standard {
    width: 24px;
    height: 24px;
    padding: 0;
}

    .glyphicons.standard i {
        display: block;
        height: 24px;
    }

        .glyphicons.standard i:before {
            color: #64625f;
            position: relative;
            top: auto;
            left: auto;
        }

    .glyphicons.standard:not(.disabled):hover i:before {
        color: #797979;
    }

    .glyphicons.standard.btn {
        padding: 4px;
    }

        .glyphicons.standard.btn.btn-small {
            padding: 2px 5px;
            width: auto;
            height: auto;
        }

            .glyphicons.standard.btn.btn-small i:before {
                top: auto;
                line-height: 22px;
            }

.glyphicons.primary i:before {
    color: #4a8bc2;
}

.glyphicons.single {
    color: #4a8bc2;
    padding: 0 0 0 20px;
}

    .glyphicons.single i:before {
        font-size: 13px;
        top: 4px;
        color: #4a8bc2;
    }

    .glyphicons.single + .single {
        margin-left: 8px;
    }

    .glyphicons.single.regular {
        color: #7c7c7c;
    }

        .glyphicons.single.regular i:before {
            color: #7c7c7c;
        }

.glyphicons.text-error {
    color: #4a8bc2;
}

    .glyphicons.text-error i:before {
        color: #4a8bc2;
    }

.glyphicons.text-info {
    color: #5d92b3;
}

    .glyphicons.text-info i:before {
        color: #5d92b3;
    }

.glyphicons.text-success {
    color: #719d46;
}

    .glyphicons.text-success i:before {
        color: #719d46;
    }

.glyphicons.btn-action {
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

    .glyphicons.btn-action i:before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        text-shadow: 0 1px 0 #fff;
        color: #fff !important;
    }

    .glyphicons.btn-action.btn-default i:before {
        color: #7c7c7c !important;
    }

    .glyphicons.btn-action.single {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        background: none;
        margin-right: 10px;
    }

.glyphicons.btn-icon {
    text-align: left;
    padding: 5px 7px 5px 40px;
}

    .glyphicons.btn-icon i {
        float: left;
    }

        .glyphicons.btn-icon i:before {
            font-size: 15px;
            top: 0;
            left: 0;
            width: 33px;
            height: 23px;
            -webkit-border-radius: 3px 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 {
        text-align: left;
        padding: 5px 0 5px 7px;
    }

        .glyphicons.btn-icon.right i:before {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            right: 0;
            left: auto;
            text-align: center;
        }

.glyphicons.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 600;
}

    .glyphicons.btn-large i:before {
        top: 12px;
        left: 12px;
        font-size: 17px;
    }

    .glyphicons.btn-large.btn-icon i:before {
        top: 0;
        left: 0;
        height: 28px;
        padding: 12px 0 0;
    }

.glyphicons.btn-small {
    padding: 2px 10px 2px 35px;
}

    .glyphicons.btn-small i:before {
        padding: 5px 0 0;
        width: 28px;
        height: 19px;
        font-size: 14px;
    }

.glyphicons.btn-mini {
    padding: 1px 6px 1px 33px;
}

    .glyphicons.btn-mini i:before {
        padding: 5px 0 0;
        width: 26px;
        height: 17px;
        font-size: 13px;
    }

.glyphicons.orange i:before {
    color: #edb459;
}

.glyphicons.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none;
}

.finances_summary .well {
    font-size: 16px;
    text-align: center;
}

    .finances_summary .well strong {
        display: block;
        font-size: 22pt;
        color: #45494c;
        line-height: normal;
    }

.finances_summary .glyphicons.standard i:before {
    color: #ccc;
}

div.glyphicons {
    padding: 0 0 0 35px;
    display: block;
}

    div.glyphicons i:before {
        color: #ccc;
    }

    div.glyphicons.glyphicon-large {
        padding: 0 0 0 75px;
    }

        div.glyphicons.glyphicon-large i:before {
            font-size: 50px;
            left: 0;
        }

        div.glyphicons.glyphicon-large.group-column {
            padding: 0 0 0 85px;
        }

            div.glyphicons.glyphicon-large.group-column i:before {
                font-size: 45px;
                left: 12px;
            }

    div.glyphicons.glyphicon-top {
        padding: 0;
        text-align: center;
    }

        div.glyphicons.glyphicon-top i {
            display: block;
            position: relative;
        }

            div.glyphicons.glyphicon-top i:before {
                position: relative;
                left: auto;
                top: auto;
            }

        div.glyphicons.glyphicon-top.glyphicon-xlarge i {
            padding: 0 0 10px;
        }

            div.glyphicons.glyphicon-top.glyphicon-xlarge i:before {
                font-size: 70px;
            }

    div.glyphicons.glyphicon-primary i:before {
        color: #4a8bc2;
    }

.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: #4a8bc2;
        }

            .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: #4a8bc2;
        }

            .social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before {
                color: #4a8bc2;
            }

.jumbotron {
    background: none;
}

.widget-search input {
    width: 100%;
}

.checkbox.inline {
    padding-bottom: 1px;
}

    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
        margin-left: 3px;
    }

label, input, button, select, textarea {
    font-size: 13px;
}

legend {
    line-height: normal;
    height: auto;
    font-size: 18px;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    border: 0;
    color: #797979;
}

.form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.control-label.center {
    text-align: center;
}

.uneditable-input {
    color: #999;
    background: #fcfcfc;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    line-height: 20px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    position: relative;
    float: none;
    width: 100px;
    display: table-cell;
}

.farbtastic, .farbtastic .wheel {
    margin: 0 auto;
}

.friends-search {
    border: 1px solid #ccc;
}

    .friends-search .form-control {
        border: none;
        font-style: italic;
        color: #000;
    }

    .friends-search .btn {
        border: none;
        background: none;
        color: #ccc;
    }

        .friends-search .btn:active {
            color: #4a8bc2;
        }

.alert {
    margin: 0 0 15px;
}

    .alert h4 {
        margin: 0 0 5px;
    }

    .alert.alert-warning {
        background: #ab7a4b;
        color: #fff;
        border-color: #ab7a4b;
    }

        .alert.alert-warning .close {
            color: #fff;
        }

        .alert.alert-warning h4 {
            color: #fff;
        }

    .alert.alert-danger {
        background: #bd362f;
        color: #fff;
        border-color: #bd362f;
    }

        .alert.alert-danger .close {
            color: #fff;
        }

        .alert.alert-danger h4 {
            color: #fff;
        }

    .alert.alert-primary {
        background: #4a8bc2;
        color: #fff;
        border-color: #4a8bc2;
    }

        .alert.alert-primary .close {
            color: #fff;
        }

        .alert.alert-primary h4 {
            color: #fff;
        }

    .alert.alert-info {
        background: #dff3f8;
        color: #7399b9;
        border-color: #93b9d8;
    }

        .alert.alert-info .close {
            color: #7399b9;
        }

    .alert.alert-success {
        border-color: #609450;
        background: #609450;
        color: #fff;
    }

        .alert.alert-success .close, .alert.alert-success h4 {
            color: #fff;
        }

    .alert .close {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #fff;
    }

.btn {
    font-weight: 600;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.btn-block {
    width: 100%;
}

.btn + .btn:not(.btn-block) {
    margin: 0 0 0 5px;
}

.input-append .btn + .btn, .input-prepend .btn + .btn {
    margin-left: -1px;
}

.btn-group .btn + .btn:not(.btn-block) {
    margin-left: -1px;
}

.btn-group.dropup .btn:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.btn-default {
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    color: rgba(0,0,0,0.6);
    text-shadow: 0 1px 0 #fff;
    font-weight: 600;
    background-color: #efefef;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e7e7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e7e7e7);
    background-image: -o-linear-gradient(top, #f4f4f4, #e7e7e7);
    background-image: linear-gradient(to bottom, #f4f4f4, #e7e7e7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe7e7e7', GradientType=0);
    border: 1px solid #cecece;
}

    .btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus {
        background: #e8e8e8;
    }

    .btn-default:active, .btn-default.active {
        background: #e8e8e8;
        color: #fff;
        text-shadow: none;
    }

    .btn-default .caret {
        border-top-color: rgba(0,0,0,0.5);
    }

.btn-warning {
    background-color: #b6895e;
    background-image: -moz-linear-gradient(top, #be946b, #ab7a4b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be946b), to(#ab7a4b));
    background-image: -webkit-linear-gradient(top, #be946b, #ab7a4b);
    background-image: -o-linear-gradient(top, #be946b, #ab7a4b);
    background-image: linear-gradient(to bottom, #be946b, #ab7a4b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe946b', endColorstr='#ffab7a4b', GradientType=0);
    border: 1px solid #88613b;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

    .btn-warning.glyphicons i:before {
        color: rgba(255,255,255,0.5);
        text-shadow: none;
    }

    .btn-group.open .btn-warning.dropdown-toggle, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:hover, .btn-warning:focus {
        background: #ab7a4b;
        color: #fff;
    }

    .btn-warning:active, .btn-warning.active {
        background: #ab7a4b;
        color: #fff;
    }

    .btn-warning .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7);
    }

.btn-info {
    background-color: #8bb5d8;
    background-image: -moz-linear-gradient(top, #9abedd, #74a6d0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9abedd), to(#74a6d0));
    background-image: -webkit-linear-gradient(top, #9abedd, #74a6d0);
    background-image: -o-linear-gradient(top, #9abedd, #74a6d0);
    background-image: linear-gradient(to bottom, #9abedd, #74a6d0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9abedd', endColorstr='#ff74a6d0', GradientType=0);
    border: 1px solid #4e8ec3;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

    .btn-info.glyphicons i:before {
        color: rgba(255,255,255,0.5);
        text-shadow: none;
    }

    .btn-group.open .btn-info.dropdown-toggle, .btn-info.disabled, .btn-info[disabled], .btn-info:hover, .btn-info:focus {
        background: #74a6d0;
        color: #fff;
    }

    .btn-info:active, .btn-info.active {
        background: #74a6d0;
        color: #fff;
    }

    .btn-info .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7);
    }

.btn-danger {
    background-color: #ca4741;
    background-image: -moz-linear-gradient(top, #d3534c, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3534c), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #d3534c, #bd362f);
    background-image: -o-linear-gradient(top, #d3534c, #bd362f);
    background-image: linear-gradient(to bottom, #d3534c, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3534c', endColorstr='#ffbd362f', GradientType=0);
    border: 1px solid #942a25;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

    .btn-danger.glyphicons i:before {
        color: rgba(255,255,255,0.5);
        text-shadow: none;
    }

    .btn-group.open .btn-danger.dropdown-toggle, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:hover, .btn-danger:focus {
        background: #bd362f;
        color: #fff;
    }

    .btn-danger:active, .btn-danger.active {
        background: #bd362f;
        color: #fff;
    }

    .btn-danger .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7);
    }

.btn-primary {
    background-color: #619aca;
    background-image: -moz-linear-gradient(top, #70a3cf, #4a8bc2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70a3cf), to(#4a8bc2));
    background-image: -webkit-linear-gradient(top, #70a3cf, #4a8bc2);
    background-image: -o-linear-gradient(top, #70a3cf, #4a8bc2);
    background-image: linear-gradient(to bottom, #70a3cf, #4a8bc2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff70a3cf', endColorstr='#ff4a8bc2', GradientType=0);
    border: 1px solid #3771a2;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

    .btn-primary.glyphicons i:before {
        color: rgba(255,255,255,0.4);
        text-shadow: none;
    }

    .btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus {
        background: #4a8bc2;
        color: #fff;
        border-color: #3771a2;
    }

    .btn-primary:active, .btn-primary.active {
        background: #4a8bc2;
        border-color: #3771a2;
        color: #fff;
    }

    .btn-primary .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-inverse {
    background-color: #53575d;
    background-image: -moz-linear-gradient(top, #5d6168, #45484d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d6168), to(#45484d));
    background-image: -webkit-linear-gradient(top, #5d6168, #45484d);
    background-image: -o-linear-gradient(top, #5d6168, #45484d);
    background-image: linear-gradient(to bottom, #5d6168, #45484d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6168', endColorstr='#ff45484d', GradientType=0);
    border: 1px solid #2d2f32;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

    .btn-inverse.glyphicons i:before {
        color: #919293;
        text-shadow: none;
    }

    .btn-group.open .btn-inverse.dropdown-toggle, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:hover, .btn-inverse:focus {
        background: #45484d;
        color: #fff;
    }

    .btn-inverse:active, .btn-inverse.active {
        background: #45484d;
        color: #fff;
    }

    .btn-inverse .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-success {
    background-color: #6fa45f;
    background-image: -moz-linear-gradient(top, #79ae69, #609450);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79ae69), to(#609450));
    background-image: -webkit-linear-gradient(top, #79ae69, #609450);
    background-image: -o-linear-gradient(top, #79ae69, #609450);
    background-image: linear-gradient(to bottom, #79ae69, #609450);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79ae69', endColorstr='#ff609450', GradientType=0);
    border: 1px solid #4b733e;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

    .btn-success.glyphicons i:before {
        color: #a2bc9b;
        text-shadow: none;
    }

    .btn-group.open .btn-success.dropdown-toggle, .btn-success.disabled, .btn-success[disabled], .btn-success:hover, .btn-success:focus {
        background: #609450;
        color: #fff;
    }

    .btn-success:active, .btn-success.active {
        background: #609450;
        color: #fff;
    }

    .btn-success .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

.btn-group-vertical.block {
    display: block;
}

.btn-group.btn-block {
    padding: 0;
    position: relative;
}

    .btn-group.btn-block .leadcontainer {
        left: 0;
        position: absolute;
        right: 29px;
    }

        .btn-group.btn-block .leadcontainer > .btn:first-child {
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
            margin-left: 0;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
            text-align: left;
        }

    .btn-group.btn-block .dropdown-lead {
        box-sizing: border-box;
        width: 100%;
    }

    .btn-group.btn-block .dropdown-toggle {
        width: 30px;
        float: right;
        box-sizing: border-box;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

.btn-icon-stacked {
    text-align: left;
    padding: 5px 5px 5px 45px;
}

    .btn-icon-stacked i {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .btn-icon-stacked i:before {
            left: auto;
            top: auto;
            position: relative;
            text-align: center;
        }

    .btn-icon-stacked span {
        display: block;
        font-size: 13px;
        line-height: normal;
    }

.btn-facebook {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-color: #728dc0;
    background-image: -moz-linear-gradient(top, #8098c6, #5d7cb6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8098c6), to(#5d7cb6));
    background-image: -webkit-linear-gradient(top, #8098c6, #5d7cb6);
    background-image: -o-linear-gradient(top, #8098c6, #5d7cb6);
    background-image: linear-gradient(to bottom, #8098c6, #5d7cb6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8098c6', endColorstr='#ff5d7cb6', GradientType=0);
    border: 1px solid #5d7cb6;
}

    .btn-facebook i:before {
        color: #fff;
    }

    .btn-facebook:hover {
        background: #8098c6;
        color: #fff;
    }

.btn-google {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-color: #b24343;
    background-image: -moz-linear-gradient(top, #bf4a4a, #9e3838);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf4a4a), to(#9e3838));
    background-image: -webkit-linear-gradient(top, #bf4a4a, #9e3838);
    background-image: -o-linear-gradient(top, #bf4a4a, #9e3838);
    background-image: linear-gradient(to bottom, #bf4a4a, #9e3838);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf4a4a', endColorstr='#ff9e3838', GradientType=0);
    border: 1px solid #9e3838;
}

    .btn-google i:before {
        color: #fff;
    }

    .btn-google:hover {
        background: #bf4a4a;
        color: #fff;
    }

.btn-toggle-code {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .btn-toggle-code.outside {
        bottom: -24px;
    }

#demo_buttons .btn-block {
    max-width: 200px;
    margin: 0 auto;
}

#demo_buttons thead th {
    width: 25%;
}

.breadcrumb {
    height: 38px;
    line-height: 39px;
    padding: 0 15px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0 0 15px;
    background: none;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    color: #ababab;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

    .breadcrumb > li + li:before {
        display: none;
    }

    .breadcrumb li {
        text-shadow: 0 1px 0 #fff;
        line-height: 38px;
        height: 38px;
    }

        .breadcrumb li a {
            color: #ababab;
            font-weight: 600;
        }

            .breadcrumb li a.glyphicons {
                color: #ababab;
                padding: 0 0 0 25px;
            }

                .breadcrumb li a.glyphicons i:before {
                    color: #ababab;
                    font-size: 14px;
                    top: 12px;
                    left: 3px;
                }

        .breadcrumb li.divider {
            margin: 0 5px 0 7px;
            width: 0;
            border-left: 1px solid #dbdbdb;
            border-right: 1px solid #fff;
            vertical-align: top;
        }

.widget.widget-tabs {
    border-color: #dbdbdb;
}

    .widget.widget-tabs .tab-content {
        padding: 0;
    }

    .widget.widget-tabs > .widget-head {
        background: #fff;
        border-color: #dbdbdb;
        overflow: visible;
    }

        .widget.widget-tabs > .widget-head ul {
            position: relative;
            overflow: visible;
            list-style: none;
            height: 35px;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            .widget.widget-tabs > .widget-head ul li {
                height: 35px;
                line-height: 35px;
                float: left;
                display: block;
                border-right: 1px solid #dbdbdb;
            }

                .widget.widget-tabs > .widget-head ul li a {
                    width: auto;
                    height: 35px;
                    display: block;
                    padding: 0 15px;
                    position: relative;
                    overflow: hidden;
                    color: #999;
                    text-decoration: none;
                    font-weight: 600;
                }

                    .widget.widget-tabs > .widget-head ul li a i:before {
                        left: 5px;
                        top: 5px;
                        color: #eaeaea;
                    }

                    .widget.widget-tabs > .widget-head ul li a.glyphicons {
                        padding: 0 15px 0 35px;
                    }

                    .widget.widget-tabs > .widget-head ul li a .label.pull-right {
                        margin-top: 9px;
                    }

                .widget.widget-tabs > .widget-head ul li.active {
                    height: 36px;
                    background: #fff;
                    color: #505050;
                }

                    .widget.widget-tabs > .widget-head ul li.active a {
                        color: #505050;
                    }

                        .widget.widget-tabs > .widget-head ul li.active a i:before {
                            color: #505050;
                        }

                    .widget.widget-tabs > .widget-head ul li.active:first-child {
                        -webkit-border-radius: 5px 0 0 0;
                        -moz-border-radius: 5px 0 0 0;
                        border-radius: 5px 0 0 0;
                    }

    .widget.widget-tabs > .widget-body.large {
        padding: 25px;
    }

@media (max-width:991px) {
    .widget.widget-tabs.widget-tabs-responsive > .widget-head {
        height: auto;
        padding: 0;
    }

        .widget.widget-tabs.widget-tabs-responsive > .widget-head ul {
            display: block;
            height: auto;
        }

            .widget.widget-tabs.widget-tabs-responsive > .widget-head ul li {
                display: block;
                float: none;
                border-right: none;
                border-bottom: 1px solid #dbdbdb;
            }

                .widget.widget-tabs.widget-tabs-responsive > .widget-head ul li:last-of-type {
                    border-bottom: none;
                }
}

.widget.widget-tabs-double > .widget-head {
    height: 50px;
}

    .widget.widget-tabs-double > .widget-head ul {
        height: 50px;
    }

        .widget.widget-tabs-double > .widget-head ul li, .widget.widget-tabs-double > .widget-head ul li.active {
            height: 50px;
            line-height: 25px;
        }

            .widget.widget-tabs-double > .widget-head ul li a, .widget.widget-tabs-double > .widget-head ul li.active a {
                height: 50px;
                padding: 5px 0 0;
            }

                .widget.widget-tabs-double > .widget-head ul li a span, .widget.widget-tabs-double > .widget-head ul li.active a span {
                    display: block;
                    line-height: 15px;
                }

                .widget.widget-tabs-double > .widget-head ul li a.glyphicons, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons {
                    padding: 10px 15px 0 42px;
                }

                    .widget.widget-tabs-double > .widget-head ul li a.glyphicons i:before, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons i:before {
                        left: 6px;
                        top: 9px;
                        font-size: 20px;
                    }

@media (max-width:991px) {
    .widget.widget-tabs-double > .widget-head {
        height: auto;
    }

        .widget.widget-tabs-double > .widget-head ul {
            height: auto;
        }

            .widget.widget-tabs-double > .widget-head ul li {
                display: block;
                float: none;
            }
}

.widget.widget-tabs-double-2 {
    border: none;
}

    .widget.widget-tabs-double-2 > .widget-head {
        border: 1px solid #dbdbdb;
        border-bottom: none;
        height: 70px;
    }

        .widget.widget-tabs-double-2 > .widget-head.border-bottom {
            border-bottom: 1px solid #dbdbdb;
        }

        .widget.widget-tabs-double-2 > .widget-head ul {
            height: 70px;
        }

            .widget.widget-tabs-double-2 > .widget-head ul li {
                height: 70px;
                line-height: 20px;
            }

                .widget.widget-tabs-double-2 > .widget-head ul li a {
                    height: 70px;
                    padding: 5px 0 0;
                    text-decoration: none;
                    text-align: center;
                }

                    .widget.widget-tabs-double-2 > .widget-head ul li a span {
                        display: block;
                        line-height: 30px;
                    }

                    .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons {
                        padding: 0 15px;
                    }

                        .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i {
                            display: block;
                            height: 37px;
                            padding: 13px 0 0;
                            line-height: 24px;
                            text-align: center;
                        }

                            .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i:before {
                                left: auto;
                                top: auto;
                                font-size: 24px;
                                position: relative;
                            }

                .widget.widget-tabs-double-2 > .widget-head ul li.active {
                    height: 70px;
                    background: #fff;
                }

                    .widget.widget-tabs-double-2 > .widget-head ul li.active a {
                        color: #4a8bc2;
                    }

                        .widget.widget-tabs-double-2 > .widget-head ul li.active a i:before {
                            color: #4a8bc2;
                        }

                .widget.widget-tabs-double-2 > .widget-head ul li:hover {
                    background: #fff;
                    height: 70px;
                }

                    .widget.widget-tabs-double-2 > .widget-head ul li:hover a {
                        color: #4a8bc2;
                    }

                        .widget.widget-tabs-double-2 > .widget-head ul li:hover a i:before {
                            color: #4a8bc2;
                        }

    .widget.widget-tabs-double-2 > .widget-body {
        padding: 0;
    }

    .widget.widget-tabs-double-2 .widget-body-regular {
        padding: 10px;
        border: 1px solid #dbdbdb;
    }

        .widget.widget-tabs-double-2 .widget-body-regular p:last-child {
            margin: 0;
        }

@media (max-width:991px) {
    .widget.widget-tabs-double-2 > .widget-head {
        height: auto;
    }

        .widget.widget-tabs-double-2 > .widget-head ul {
            height: auto;
        }

            .widget.widget-tabs-double-2 > .widget-head ul li {
                display: block;
                float: none;
            }
}

.widget.widget-tabs-social-account {
    border: none;
}

    .widget.widget-tabs-social-account > .widget-head {
        border-bottom: none;
        height: 70px;
    }

        .widget.widget-tabs-social-account > .widget-head ul {
            height: 70px;
        }

            .widget.widget-tabs-social-account > .widget-head ul li {
                height: 70px;
                line-height: 20px;
            }

                .widget.widget-tabs-social-account > .widget-head ul li:first-child.active {
                    -webkit-border-radius: 0 0 0 0;
                    -moz-border-radius: 0 0 0 0;
                    border-radius: 0 0 0 0;
                }

                .widget.widget-tabs-social-account > .widget-head ul li a {
                    height: 70px;
                    padding: 5px 0 0;
                    text-decoration: none;
                    text-align: center;
                    font-weight: bold;
                }

                    .widget.widget-tabs-social-account > .widget-head ul li a span {
                        display: block;
                        line-height: 30px;
                    }

                    .widget.widget-tabs-social-account > .widget-head ul li a.glyphicons {
                        padding: 0 15px;
                    }

                        .widget.widget-tabs-social-account > .widget-head ul li a.glyphicons i {
                            display: block;
                            height: 37px;
                            padding: 13px 0 0;
                            line-height: 24px;
                            text-align: center;
                        }

                            .widget.widget-tabs-social-account > .widget-head ul li a.glyphicons i:before {
                                color: #ccc;
                                left: auto;
                                top: auto;
                                font-size: 24px;
                                position: relative;
                            }

                .widget.widget-tabs-social-account > .widget-head ul li.active {
                    height: 70px;
                    background: #4a8bc2;
                }

                    .widget.widget-tabs-social-account > .widget-head ul li.active a {
                        color: #fff;
                    }

                        .widget.widget-tabs-social-account > .widget-head ul li.active a i:before {
                            color: #fff;
                        }

                .widget.widget-tabs-social-account > .widget-head ul li:hover {
                    height: 70px;
                    background: #4a8bc2;
                }

                    .widget.widget-tabs-social-account > .widget-head ul li:hover a {
                        color: #fff;
                    }

                        .widget.widget-tabs-social-account > .widget-head ul li:hover a i:before {
                            color: #fff;
                        }

    .widget.widget-tabs-social-account > .widget-body {
        padding: 0;
    }

    .widget.widget-tabs-social-account .widget-body-regular {
        padding: 10px;
        border: 1px solid #dbdbdb;
    }

        .widget.widget-tabs-social-account .widget-body-regular p:last-child {
            margin: 0;
        }

.widget.widget-tabs-vertical .widget-head {
    border: none;
    height: auto;
    padding: 0;
}

    .widget.widget-tabs-vertical .widget-head ul {
        display: block;
        height: auto;
    }

        .widget.widget-tabs-vertical .widget-head ul li {
            float: none;
            display: block;
            border-right: none;
            border-bottom: 1px solid #dbdbdb;
        }

            .widget.widget-tabs-vertical .widget-head ul li:last-child {
                border: none;
            }

.widget.widget-tabs-vertical .widget-body {
    padding: 0;
}

    .widget.widget-tabs-vertical .widget-body .tab-content {
        padding: 12px 15px;
    }

.widget.widget-wizard-pills .widget-head {
    height: 80px;
    padding: 10px 0;
}

    .widget.widget-wizard-pills .widget-head ul {
        height: 60px;
    }

        .widget.widget-wizard-pills .widget-head ul li {
            height: 60px;
            line-height: 60px;
            color: #7c7c7c;
            padding: 0 0 0 10px;
            border: none;
            position: relative;
        }

            .widget.widget-wizard-pills .widget-head ul li.status {
                height: 45px;
                padding: 15px 15px 0;
                font-weight: 700;
            }

                .widget.widget-wizard-pills .widget-head ul li.status span.r {
                    display: block;
                    line-height: 15px;
                }

            .widget.widget-wizard-pills .widget-head ul li a {
                height: 58px;
                line-height: 60px;
                padding: 0;
                width: 58px;
                text-align: center;
                background: #dbdbdb;
                border: 1px solid #dbdbdb;
                color: #c8c8c8;
                font-weight: 700;
                font-size: 16pt;
                -webkit-border-radius: 5px 5px 5px 5px;
                -moz-border-radius: 5px 5px 5px 5px;
                border-radius: 5px 5px 5px 5px;
                position: relative;
                z-index: 2;
            }

            .widget.widget-wizard-pills .widget-head ul li.active {
                height: 60px;
                background: none;
            }

                .widget.widget-wizard-pills .widget-head ul li.active a {
                    width: 60px;
                    height: 60px;
                    background: #f4f4f4;
                    border: none;
                }

            .widget.widget-wizard-pills .widget-head ul li.primary a {
                width: 60px;
                height: 60px;
                background: #4a8bc2;
                border: none;
                color: #fff;
            }

            .widget.widget-wizard-pills .widget-head ul li:not(:first-child):before {
                position: absolute;
                background: #dbdbdb;
                height: 1px;
                left: 0;
                right: 0;
                top: 29px;
                display: block;
                content: "";
                z-index: 1;
            }

            .widget.widget-wizard-pills .widget-head ul li.no-padding {
                padding: 0;
            }

@media (max-width:991px) {
    .widget.widget-wizard-pills .widget-head ul li, .widget.widget-wizard-pills .widget-head ul li.active {
        padding: 10px;
        height: auto;
    }

        .widget.widget-wizard-pills .widget-head ul li a, .widget.widget-wizard-pills .widget-head ul li.active a {
            width: auto;
        }

        .widget.widget-wizard-pills .widget-head ul li:before, .widget.widget-wizard-pills .widget-head ul li.active:before {
            display: none !important;
        }

        .widget.widget-wizard-pills .widget-head ul li.active a {
            background: #4a8bc2;
            color: #fff;
        }

        .widget.widget-wizard-pills .widget-head ul li.status {
            padding: 15px;
            height: auto;
        }
}

.widget.widget-tabs-2 {
    border-bottom: 1px solid #dbdbdb;
}

    .widget.widget-tabs-2.border-bottom-none {
        border-bottom: none;
    }

    .widget.widget-tabs-2 > .widget-head {
        background: #fff;
        border: none;
        border-bottom: 1px solid #dbdbdb;
        padding: 0 10px;
    }

        .widget.widget-tabs-2 > .widget-head ul {
            border-color: #dbdbdb;
        }

            .widget.widget-tabs-2 > .widget-head ul li {
                border: none;
            }

                .widget.widget-tabs-2 > .widget-head ul li.active {
                    background-color: #f7f7f7;
                }

                .widget.widget-tabs-2 > .widget-head ul li a {
                    border: 1px solid #ddd;
                    border-bottom: none;
                    border-right: none;
                    color: #222;
                    text-transform: uppercase;
                    font-weight: 700;
                }

                .widget.widget-tabs-2 > .widget-head ul li:first-child a {
                    -webkit-border-radius: 0 0 0 0;
                    -moz-border-radius: 0 0 0 0;
                    border-radius: 0 0 0 0;
                }

    .widget.widget-tabs-2 > .widget-body {
        background: #fff;
        border: none;
        padding: 15px;
    }

.widget.tabs-right .widget-head ul {
    float: right;
}

.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons {
    width: 38px;
    padding: 0;
}

    .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i {
        width: 38px;
        display: block;
        line-height: 35px;
    }

        .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i:before {
            width: 38px;
            text-align: center;
            left: auto;
            top: auto;
            position: relative;
            display: block;
            line-height: 35px;
            color: #cbcbcb;
        }

.widget.widget-tabs-icons-only-2 > .widget-head ul li.active a.glyphicons i:before {
    color: #505050;
}

.widget.widget-tabs-icons-only .widget-body {
    padding: 0;
}

    .widget.widget-tabs-icons-only .widget-body p:last-child {
        margin: 0;
    }

.widget.widget-tabs-icons-only .widget-head {
    padding: 0 0 10px;
}

    .widget.widget-tabs-icons-only .widget-head ul {
        display: block;
        overflow: hidden;
        position: relative;
        list-style: none;
        margin: 0;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }

        .widget.widget-tabs-icons-only .widget-head ul li {
            color: #dadada;
            float: left;
            display: block;
            padding: 0 10px 0 0;
            font-size: 8pt;
            line-height: 30px;
        }

            .widget.widget-tabs-icons-only .widget-head ul li.glyphicons {
                width: 36px;
                height: 30px;
                padding: 0 3px;
                text-align: center;
                cursor: pointer;
            }

                .widget.widget-tabs-icons-only .widget-head ul li.glyphicons i {
                    background: #e5e5e5;
                    display: block;
                    -webkit-border-radius: 2px 2px 2px 2px;
                    -moz-border-radius: 2px 2px 2px 2px;
                    border-radius: 2px 2px 2px 2px;
                    height: 30px;
                    position: relative;
                }

                    .widget.widget-tabs-icons-only .widget-head ul li.glyphicons i:before {
                        position: relative;
                        top: 0;
                        left: 0;
                        color: #64625f;
                        font-size: 17px;
                        line-height: 30px;
                    }

                .widget.widget-tabs-icons-only .widget-head ul li.glyphicons:hover i {
                    background: #dedede;
                }

                .widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i {
                    background: #64625f;
                }

                    .widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i:before {
                        color: #fff;
                    }

                .widget.widget-tabs-icons-only .widget-head ul li.glyphicons:last-child {
                    padding: 0;
                }

@media (max-width:991px) {
    .widget.widget-tabs-icons-only > .widget-head {
        height: auto;
    }

        .widget.widget-tabs-icons-only > .widget-head ul {
            height: auto;
            float: left !important;
        }
}

.tabsbar {
    height: 62px;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
}

    .tabsbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 60px;
    }

        .tabsbar ul li {
            float: left;
            display: block;
            height: 60px;
            border-right: 1px solid #dbdbdb;
            background: #fdfdfd;
            padding: 3px;
        }

            .tabsbar ul li.glyphicons a i {
                display: inline-block;
                float: left;
                width: 39px;
                height: 54px;
            }

                .tabsbar ul li.glyphicons a i:before {
                    color: #7c7c7c;
                    position: relative;
                    top: auto;
                    left: auto;
                    line-height: 54px;
                    text-align: center;
                }

            .tabsbar ul li a {
                display: block;
                height: 54px;
                line-height: 54px;
                background: #fdfdfd;
                padding: 0 15px;
                color: #7c7c7c;
                text-decoration: none;
            }

                .tabsbar ul li a.glyphicons i {
                    display: inline-block;
                    float: left;
                    width: 39px;
                    height: 54px;
                }

                    .tabsbar ul li a.glyphicons i:before {
                        color: #7c7c7c;
                        position: relative;
                        top: auto;
                        left: auto;
                        line-height: 54px;
                        text-align: center;
                    }

            .tabsbar ul li.active a {
                background: #4a8bc2;
                color: #fff;
            }

                .tabsbar ul li.active a i:before {
                    color: #fff;
                }

    .tabsbar.tabsbar-2 {
        height: 39px;
    }

        .tabsbar.tabsbar-2 ul {
            height: 39px;
        }

            .tabsbar.tabsbar-2 ul li {
                height: 39px;
                padding: 0;
                background: none;
                border: none;
            }

                .tabsbar.tabsbar-2 ul li.glyphicons a i {
                    height: 39px;
                    width: 33px;
                    top: 0;
                }

                    .tabsbar.tabsbar-2 ul li.glyphicons a i:before {
                        line-height: 39px;
                        font-size: 20px;
                    }

                .tabsbar.tabsbar-2 ul li a {
                    height: 39px;
                    line-height: 39px;
                    background: none;
                }

                    .tabsbar.tabsbar-2 ul li a i {
                        vertical-align: middle;
                        position: relative;
                        top: -2px;
                        font-size: 20px;
                    }

                    .tabsbar.tabsbar-2 ul li a.glyphicons i {
                        height: 39px;
                        width: 33px;
                        top: 0;
                    }

                        .tabsbar.tabsbar-2 ul li a.glyphicons i:before {
                            line-height: 39px;
                            font-size: 20px;
                        }

                .tabsbar.tabsbar-2 ul li.active {
                    background: #4a8bc2;
                }

                    .tabsbar.tabsbar-2 ul li.active a {
                        color: #fff;
                        font-weight: 600;
                    }

                        .tabsbar.tabsbar-2 ul li.active a i:before {
                            color: #fff;
                        }

                .tabsbar.tabsbar-2 ul li:not(.active):hover a {
                    color: #4a8bc2;
                }

                    .tabsbar.tabsbar-2 ul li:not(.active):hover a i:before {
                        color: #4a8bc2;
                    }

        .tabsbar.tabsbar-2.active-fill ul li.active a {
            background: #4a8bc2;
            color: #fff;
        }

            .tabsbar.tabsbar-2.active-fill ul li.active a i:before {
                color: #fff;
            }

@media (max-width:991px) {
    .tabsbar, .tabsbar.tabsbar-2 {
        height: auto;
    }

        .tabsbar ul, .tabsbar.tabsbar-2 ul {
            height: auto;
        }

            .tabsbar ul li, .tabsbar.tabsbar-2 ul li {
                display: block;
                float: none;
                border-right: none;
                border-bottom: 1px solid #dbdbdb;
            }

                .tabsbar ul li:last-of-type, .tabsbar.tabsbar-2 ul li:last-of-type {
                    border-bottom: none;
                }

                .tabsbar ul li:after, .tabsbar.tabsbar-2 ul li:after {
                    display: none;
                }
}

.nav.nav-pills a {
    background: #45484d;
    color: #fff;
}

    .nav.nav-pills a:hover {
        color: #4b4b4b;
    }

.nav.nav-pills > li.active > a {
    background: #4a8bc2;
}

.tab-content {
    overflow: visible;
    padding: 0;
}

.accordion {
    margin: 0 0 10px;
    position: relative;
}

    .accordion .panel {
        border-color: #dbdbdb;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        box-shadow: 0 3px 0 0 #dbdbdb;
        -moz-box-shadow: 0 3px 0 0 #dbdbdb;
        -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    .accordion .panel-body {
        font-size: 13px;
        background: #fff;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        border-color: #dbdbdb;
    }

    .accordion .panel-heading {
        padding: 6px 15px;
        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);
    }

        .accordion .panel-heading .panel-title {
            color: #7c7c7c;
            text-decoration: none;
            line-height: 22px;
        }

    .accordion.accordion-2 {
        border: 1px solid #dbdbdb;
    }

        .accordion.accordion-2 .panel-heading {
            border-bottom: 1px solid #dbdbdb;
            background: #fff;
        }

            .accordion.accordion-2 .panel-heading .glyphicons {
                padding: 0;
                height: 24px;
                line-height: 24px;
            }

                .accordion.accordion-2 .panel-heading .glyphicons i {
                    width: 30px;
                    display: block;
                    float: left;
                    height: 24px;
                    line-height: 24px;
                }

                    .accordion.accordion-2 .panel-heading .glyphicons i:before {
                        font-size: 20px;
                        color: #ccc;
                        top: auto;
                        left: auto;
                        width: 30px;
                        height: 24px;
                        line-height: 24px;
                        position: relative;
                        text-align: center;
                    }

        .accordion.accordion-2 .panel {
            border: none;
            margin: 0;
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
        }

            .accordion.accordion-2 .panel .panel-body {
                -webkit-border-radius: 0 0 0 0;
                -moz-border-radius: 0 0 0 0;
                border-radius: 0 0 0 0;
            }

            .accordion.accordion-2 .panel .panel-collapse.in .panel-body {
                border-bottom: 1px solid #dbdbdb;
            }

        .accordion.accordion-2 .accordion-inner {
            border: none;
            padding: 15px;
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
        }

    .accordion.accordion-gray .panel-heading {
        background: #e5e5e5;
    }

.gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .gallery ul li {
        padding-left: 3px;
        padding-right: 3px;
    }

        .gallery ul li .thumb {
            position: relative;
            display: block;
            padding: 5px;
            margin-bottom: 10px;
            z-index: 1;
            overflow: hidden;
        }

.gallery.gallery-masonry li[class*="span"] {
    margin-left: 0;
}

.gallery.gallery-2 li .thumb {
    padding: 0;
    border-color: #4c4c4c;
}

.thumb {
    display: block;
    padding: 3px;
    border: 1px solid #dbdbdb;
}

    .thumb, .thumb img {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

.thumbnails {
    margin: 0;
}

    .thumbnails > li {
        margin-bottom: 15px;
    }

        .thumbnails > li .thumbnail {
            border-color: #dbdbdb;
            background: #fff;
            box-shadow: 0 3px 0 0 #dbdbdb;
            -moz-box-shadow: 0 3px 0 0 #dbdbdb;
            -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
            -webkit-border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

            .thumbnails > li .thumbnail .caption {
                color: #7c7c7c;
            }

        .thumbnails > li a.thumbnail:hover, .thumbnails > li a.thumbnail:focus {
            border-color: #4a8bc2;
            -webkit-box-shadow: 0 1px 4px rgba(74,139,194,0.25);
            -moz-box-shadow: 0 1px 4px rgba(74,139,194,0.25);
            box-shadow: 0 1px 4px rgba(74,139,194,0.25);
            text-decoration: none;
        }

.thumbnail {
    border-color: #dbdbdb;
}

a.thumbnail .caption {
    display: block;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #4a8bc2;
    -webkit-box-shadow: 0 1px 4px rgba(74,139,194,0.25);
    -moz-box-shadow: 0 1px 4px rgba(74,139,194,0.25);
    box-shadow: 0 1px 4px rgba(74,139,194,0.25);
    text-decoration: none;
}

.label.large {
    height: 29px;
    padding: 0 10px;
    line-height: 29px;
    background: #e5e5e5;
    color: #64625f;
    text-shadow: 0 1px 0 #fff;
}

.label.label-primary {
    background: #4a8bc2;
}

.label.label-info {
    background: #74a6d0;
}

.label.label-warning {
    background: #ab7a4b;
}

.label.label-danger {
    background: #bd362f;
}

.label.label-success {
    background: #609450;
}

.label.label-inverse {
    background: #45484d;
}

.label.label-block {
    display: block;
}

.badge.badge-primary {
    background: #4a8bc2;
}

.badge.badge-info {
    background: #74a6d0;
}

.badge.badge-warning {
    background: #ab7a4b;
}

.badge.badge-danger {
    background: #bd362f;
}

.badge.badge-success {
    background: #609450;
}

.badge.badge-inverse {
    background: #45484d;
}

.has-switch {
    vertical-align: middle;
    border-color: #eaeaea;
}

    .has-switch + .has-switch {
        margin-left: 10px;
    }

    .has-switch span {
        background-image: none !important;
        filter: none !important;
    }

    .has-switch label {
        background-image: none !important;
        filter: none !important;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
        border: none;
    }

        .has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] {
            background: #fff;
        }

    .has-switch span.switch-primary {
        background: #4a8bc2;
    }

        .has-switch span.switch-primary:hover {
            background: #70a3cf;
        }

    .has-switch span.switch-danger {
        background: #bd362f;
    }

        .has-switch span.switch-danger:hover {
            background: #d3534c;
        }

    .has-switch span.switch-warning {
        background: #ab7a4b;
    }

        .has-switch span.switch-warning:hover {
            background: #be946b;
        }

    .has-switch span.switch-success {
        background: #609450;
    }

        .has-switch span.switch-success:hover {
            background: #79ae69;
        }

    .has-switch span.switch-inverse {
        background: #45484d;
    }

        .has-switch span.switch-inverse:hover {
            background: #5d6168;
        }

    .has-switch span.switch-default {
        background: #eaeaea;
        color: #444;
    }

        .has-switch span.switch-default:hover {
            background: #fff;
        }

        .has-switch span.switch-default.switch-right {
            background: #fff;
        }

.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: #4a8bc2;
        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;
        }

.radio-custom input[type=radio] {
    position: relative;
    left: -99999px;
}

.radio-custom i {
    margin-left: -20px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    font-size: 1.333em;
    color: #ddd;
    display: inline-block;
}

    .radio-custom i.checked {
        margin-right: 4px;
        color: #4a8bc2;
        margin-left: -19px;
    }

        .radio-custom i.checked:before {
            content: '\f111';
        }

    .radio-custom i.disabled {
        color: #eee;
    }

.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;
}

.select2-results ul.select2-result-sub {
    padding: 0;
}

.select2-container img.flag {
    height: 13px;
    padding-right: 10px;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-container img.flag, .select2-drop {
    z-index: 99999;
}

    .select2-drop img.flag {
        height: 13px;
        padding-right: 10px;
        max-width: 100%;
        border: none;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

.select2-container .select2-choice {
    background: #fff;
    border-color: #efefef;
    line-height: 1.428571429;
    height: 34px;
    padding: 6px 12px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.select2-container-multi .select2-choices {
    border-color: #efefef;
    background: #fff;
    min-height: 34px;
}

    .select2-container-multi .select2-choices .select2-search-choice {
        margin: 5px 0 5px 5px !important;
        border-color: #efefef !important;
        background: #eaeaea !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 0 0 0 0 !important;
        -moz-border-radius: 0 0 0 0 !important;
        border-radius: 0 0 0 0 !important;
        line-height: 14px !important;
    }

        .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
            top: 5px;
        }

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 6px;
    }

.select2-results .select2-highlighted {
    background: #4a8bc2;
}

.select2-container .select2-choice div {
    border-color: #efefef;
    background: #fff;
    width: 24px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .select2-container .select2-choice div b {
        background-position: 3px 5px;
    }

.select2-drop {
    border-color: #efefef;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.ms-container {
    margin: 0 auto 15px;
    width: 360px;
}

    .ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
        background: #4a8bc2;
    }

    .ms-container .ms-list {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #eaeaea;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .ms-container .custom-header {
        height: 30px;
        line-height: 30px;
        background: #eaeaea;
        padding: 0 15px;
        font-weight: 600;
        border: 1px solid #dbdbdb;
    }

        .ms-container .custom-header:not(.custom-footer) {
            border-bottom: none;
        }

        .ms-container .custom-header.custom-footer {
            border-top: none;
        }

.datepicker.datepicker-inline {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}

.datepicker table {
    width: 100%;
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
        background-image: none !important;
        filter: none !important;
        background: #4a8bc2 !important;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-image: none !important;
        filter: none !important;
        background: #4a8bc2 !important;
    }

.datepicker td, .datepicker th {
    width: 35px;
    height: 30px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.datepicker thead th.dow {
    background: #4a8bc2;
    color: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.widget .datepicker.datepicker-inline {
    margin: 0;
}

.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;
}

html.sidebar-full #menu {
    width: 170px;
    background-color: #4a8bc2;
    overflow: visible !important;
}

    html.sidebar-full #menu .appbrand {
        border-bottom: 1px solid #346c9b;
        height: 50px;
        line-height: 29px;
        font-size: 16px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    }

    html.sidebar-full #menu .profile {
        border-top: 1px solid #70a3cf;
    }

        html.sidebar-full #menu .profile a {
            border: 1px solid #346c9b;
            color: #fff;
            text-decoration: none;
        }

            html.sidebar-full #menu .profile a:hover {
                border-color: #275175;
            }

    html.sidebar-full #menu .slim-scroll, html.sidebar-full #menu .slimScrollDiv {
        overflow: visible !important;
    }

        html.sidebar-full #menu .slim-scroll > ul, html.sidebar-full #menu > ul {
            border-top: 1px solid #346c9b;
            border-bottom: 1px solid #70a3cf;
            overflow: visible !important;
            margin: 0;
            padding: 0;
        }

            html.sidebar-full #menu .slim-scroll > ul > li, html.sidebar-full #menu > ul > li {
                position: relative;
                display: block;
                padding: 0 0 0 11px;
            }

                html.sidebar-full #menu .slim-scroll > ul > li a, html.sidebar-full #menu > ul > li a {
                    cursor: pointer;
                    position: relative;
                    overflow: hidden;
                }

                html.sidebar-full #menu .slim-scroll > ul > li > a, html.sidebar-full #menu > ul > li > a {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    padding: 0 8px;
                    line-height: 39px;
                }

                    html.sidebar-full #menu .slim-scroll > ul > li > a [class*="fa-chevron-"], html.sidebar-full #menu > ul > li > a [class*="fa-chevron-"] {
                        float: right;
                        line-height: 39px;
                        margin: 0 11px 0 0;
                    }

                    html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons, html.sidebar-full #menu > ul > li > a.glyphicons {
                        padding: 0 8px;
                    }

                        html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i, html.sidebar-full #menu > ul > li > a.glyphicons i {
                            padding: 0 10px 0 0;
                            display: block;
                            float: left;
                            height: 39px;
                        }

                            html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i:before, html.sidebar-full #menu > ul > li > a.glyphicons i:before {
                                color: #fff;
                                font-size: 17px;
                                position: relative;
                                width: 17px;
                                text-align: center;
                                left: auto;
                                right: auto;
                                line-height: 39px;
                            }

                        html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.single-icon i, html.sidebar-full #menu > ul > li > a.glyphicons.single-icon i {
                            padding: 0;
                        }

                        html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.logout i, html.sidebar-full #menu > ul > li > a.glyphicons.logout i {
                            float: right;
                            padding: 0;
                        }

                        html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.logout span, html.sidebar-full #menu > ul > li > a.glyphicons.logout span {
                            padding: 0 8px 0 0;
                            float: left;
                        }

                html.sidebar-full #menu .slim-scroll > ul > li.active, html.sidebar-full #menu > ul > li.active, html.sidebar-full #menu .slim-scroll > ul > li:hover, html.sidebar-full #menu > ul > li:hover, html.sidebar-full #menu .slim-scroll > ul > li.open, html.sidebar-full #menu > ul > li.open {
                    padding: 0 8px 5px;
                }

                    html.sidebar-full #menu .slim-scroll > ul > li.active > a, html.sidebar-full #menu > ul > li.active > a, html.sidebar-full #menu .slim-scroll > ul > li:hover > a, html.sidebar-full #menu > ul > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.open > a, html.sidebar-full #menu > ul > li.open > a {
                        background: #346c9b;
                        padding: 5px 10px;
                        line-height: 22px;
                        -webkit-border-radius: 5px 5px 5px 5px;
                        -moz-border-radius: 5px 5px 5px 5px;
                        border-radius: 5px 5px 5px 5px;
                        border: 1px solid #2c5c84;
                    }

                        html.sidebar-full #menu .slim-scroll > ul > li.active > a [class*="fa-chevron-"], html.sidebar-full #menu > ul > li.active > a [class*="fa-chevron-"], html.sidebar-full #menu .slim-scroll > ul > li:hover > a [class*="fa-chevron-"], html.sidebar-full #menu > ul > li:hover > a [class*="fa-chevron-"], html.sidebar-full #menu .slim-scroll > ul > li.open > a [class*="fa-chevron-"], html.sidebar-full #menu > ul > li.open > a [class*="fa-chevron-"] {
                            line-height: 22px;
                            margin: 0;
                        }

                        html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons, html.sidebar-full #menu > ul > li.active > a.glyphicons, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons, html.sidebar-full #menu > ul > li:hover > a.glyphicons, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons, html.sidebar-full #menu > ul > li.open > a.glyphicons {
                            padding: 5px 10px;
                            line-height: 22px;
                        }

                            html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons i, html.sidebar-full #menu > ul > li.active > a.glyphicons i, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons i, html.sidebar-full #menu > ul > li:hover > a.glyphicons i, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons i, html.sidebar-full #menu > ul > li.open > a.glyphicons i {
                                height: 22px;
                            }

                                html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons i:before, html.sidebar-full #menu > ul > li.active > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons i:before, html.sidebar-full #menu > ul > li:hover > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons i:before, html.sidebar-full #menu > ul > li.open > a.glyphicons i:before {
                                    line-height: 22px;
                                }

                html.sidebar-full #menu .slim-scroll > ul > li.glyphs, html.sidebar-full #menu > ul > li.glyphs {
                    margin-top: 4px;
                    padding: 8px;
                    height: 53px;
                    border-top: 1px solid #346c9b;
                    border-bottom: 1px solid #70a3cf;
                    box-shadow: 0 1px 0 0 #70a3cf inset,0 -1px 0 0 #346c9b inset;
                }

                    html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul, html.sidebar-full #menu > ul > li.glyphs ul {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        background: #346c9b;
                        height: 34px;
                        line-height: 32px;
                        -webkit-border-radius: 5px 5px 5px 5px;
                        -moz-border-radius: 5px 5px 5px 5px;
                        border-radius: 5px 5px 5px 5px;
                        border: 1px solid #2c5c84;
                        text-align: center;
                    }

                        html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li, html.sidebar-full #menu > ul > li.glyphs ul li {
                            display: block;
                            float: left;
                            height: 32px;
                            line-height: 32px;
                            padding: 0 1px 0 0;
                        }

                            html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons {
                                height: 32px;
                                line-height: 22px;
                                padding: 5px 10px;
                                display: block;
                                text-decoration: none;
                            }

                                html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons i, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons i {
                                    height: 22px;
                                    line-height: 22px;
                                    display: block;
                                }

                                    html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons i:before {
                                        line-height: 22px;
                                        height: 22px;
                                        position: relative;
                                        left: auto;
                                        top: auto;
                                        display: block;
                                        text-align: center;
                                        font-size: 17px;
                                        color: #4a8bc2;
                                    }

                            html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active, html.sidebar-full #menu > ul > li.glyphs ul li.active, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover, html.sidebar-full #menu > ul > li.glyphs ul li:hover {
                                padding: 0;
                                background: #4a8bc2;
                                border-right: 1px solid #2c5c84;
                            }

                                html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li:hover .glyphicons i:before {
                                    color: #fff;
                                }

                                html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:first-child, html.sidebar-full #menu > ul > li.glyphs ul li.active:first-child, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:first-child, html.sidebar-full #menu > ul > li.glyphs ul li:hover:first-child {
                                    -webkit-border-radius: 5px 0 0 5px;
                                    -moz-border-radius: 5px 0 0 5px;
                                    border-radius: 5px 0 0 5px;
                                }

                                html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:last-child, html.sidebar-full #menu > ul > li.glyphs ul li.active:last-child, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:last-child, html.sidebar-full #menu > ul > li.glyphs ul li:hover:last-child {
                                    -webkit-border-radius: 0 5px 5px 0;
                                    -moz-border-radius: 0 5px 5px 0;
                                    border-radius: 0 5px 5px 0;
                                    border-right: none;
                                    border-left: 1px solid #2c5c84;
                                }

                                    html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:last-child .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li:hover:last-child .glyphicons {
                                        padding: 5px 11px 5px 9px;
                                    }

                html.sidebar-full #menu .slim-scroll > ul > li.search, html.sidebar-full #menu > ul > li.search {
                    padding: 8px;
                    height: 51px;
                    border-top: 1px solid #70a3cf;
                    border-bottom: 1px solid #346c9b;
                }

                    html.sidebar-full #menu .slim-scroll > ul > li.search form, html.sidebar-full #menu > ul > li.search form {
                        margin: 0;
                        padding: 0;
                        background: #96bcdc;
                        height: 33px;
                        line-height: 33px;
                        -webkit-border-radius: 5px 5px 5px 5px;
                        -moz-border-radius: 5px 5px 5px 5px;
                        border-radius: 5px 5px 5px 5px;
                        border: 1px solid #2c5c84;
                    }

                        html.sidebar-full #menu .slim-scroll > ul > li.search form input, html.sidebar-full #menu > ul > li.search form input {
                            background: none;
                            border: none;
                            color: #3771a2;
                            margin: 0;
                            padding: 0;
                            height: 30px;
                            line-height: 30px;
                            width: 110px !important;
                            padding: 0 0 0 10px;
                            box-shadow: none !important;
                            -moz-box-shadow: none !important;
                            -webkit-box-shadow: none !important;
                        }

                            html.sidebar-full #menu .slim-scroll > ul > li.search form input::-webkit-input-placeholder, html.sidebar-full #menu > ul > li.search form input::-webkit-input-placeholder {
                                color: #3771a2;
                            }

                            html.sidebar-full #menu .slim-scroll > ul > li.search form input:-moz-placeholder, html.sidebar-full #menu > ul > li.search form input:-moz-placeholder {
                                color: #3771a2;
                            }

                            html.sidebar-full #menu .slim-scroll > ul > li.search form input::-moz-placeholder, html.sidebar-full #menu > ul > li.search form input::-moz-placeholder {
                                color: #3771a2;
                            }

                            html.sidebar-full #menu .slim-scroll > ul > li.search form input:-ms-input-placeholder, html.sidebar-full #menu > ul > li.search form input:-ms-input-placeholder {
                                color: #3771a2;
                            }

                        html.sidebar-full #menu .slim-scroll > ul > li.search form button, html.sidebar-full #menu > ul > li.search form button {
                            background: none;
                            border: none;
                            margin: 0;
                            padding: 0;
                            height: 30px;
                        }

                            html.sidebar-full #menu .slim-scroll > ul > li.search form button i:before, html.sidebar-full #menu > ul > li.search form button i:before {
                                display: block;
                                position: relative;
                                left: auto;
                                right: auto;
                                height: 32px;
                                line-height: 32px;
                                padding: 0 5px;
                                font-size: 17px;
                                color: #346c9b;
                            }

                        html.sidebar-full #menu .slim-scroll > ul > li.search form input, html.sidebar-full #menu > ul > li.search form input, html.sidebar-full #menu .slim-scroll > ul > li.search form button, html.sidebar-full #menu > ul > li.search form button {
                            vertical-align: top;
                        }

                html.sidebar-full #menu .slim-scroll > ul > li:first-child, html.sidebar-full #menu > ul > li:first-child {
                    border-top: 1px solid #70a3cf;
                    padding-top: 8px;
                }

                html.sidebar-full #menu .slim-scroll > ul > li:last-child, html.sidebar-full #menu > ul > li:last-child {
                    border-bottom: 1px solid #346c9b;
                }

                    html.sidebar-full #menu .slim-scroll > ul > li:last-child.open .dropdown-menu, html.sidebar-full #menu > ul > li:last-child.open .dropdown-menu {
                        right: 0;
                    }

                html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu {
                    background: #363432;
                    border: none;
                    box-shadow: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    right: auto;
                    left: 100%;
                    top: 0;
                    width: 180px;
                }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.pull-left {
                        left: 100%;
                    }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.submenu-show {
                        margin-top: 0 !important;
                        padding: 0;
                        top: -1px;
                    }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li {
                        border-bottom: 1px solid #4a4947;
                    }

                        html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:last-child, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > a, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > a:hover, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > a:hover, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > span, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > span {
                            border-top: none;
                        }

                        html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span {
                            height: 29px;
                            line-height: 29px;
                            padding: 0 10px;
                            display: block;
                            background: #363432;
                            color: #c8c8c8;
                        }

                            html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before {
                                left: auto;
                                right: 10px;
                                top: 5px;
                                font-size: 17px;
                                color: #c4c4c4;
                            }

                html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead {
                    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
                }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:before {
                        content: "";
                        width: 0;
                        height: 0;
                        border: 7px solid transparent;
                        position: absolute;
                        display: block;
                        left: -7px;
                        border-left-width: 0;
                        border-right-color: #999;
                        top: 5px;
                    }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:after {
                        content: "";
                        width: 0;
                        height: 0;
                        border: 7px solid transparent;
                        top: 6px;
                        border-left-width: 0;
                        border-right-color: #fff;
                        position: absolute;
                        display: block;
                        left: -6px;
                    }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
                        left: auto;
                        right: 7px;
                        margin: 0;
                    }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
                        right: 8px;
                    }

                html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead {
                    margin-top: 13px !important;
                }

                html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu.pull-right {
                    -webkit-border-radius: 0 0 0 0;
                    -moz-border-radius: 0 0 0 0;
                    border-radius: 0 0 0 0;
                }

                html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu {
                    background: #fff;
                    border: 1px solid #c8c8c8;
                    margin: 5px 0 0;
                    -webkit-border-radius: 0 0 0 0;
                    -moz-border-radius: 0 0 0 0;
                    border-radius: 0 0 0 0;
                }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li {
                        border-color: #f3f3f3;
                    }

                        html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span {
                            background-image: none !important;
                            filter: none !important;
                            background: #fff;
                            color: #939494;
                        }

                            html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span i:before {
                                color: #ccc;
                                font-size: 15px !important;
                                top: 7px !important;
                            }

                    html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a {
                        font-weight: 600;
                        color: #000;
                    }

                html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-flags .dropdown-menu img, html.sidebar-full #menu > ul > li.dropdown.dd-flags .dropdown-menu img {
                    margin: -3px 4px 0 0;
                }

            html.sidebar-full #menu .slim-scroll > ul .dropdown > a .caret, html.sidebar-full #menu > ul .dropdown > a .caret {
                border-top-color: #fff;
                top: 16px;
                position: relative;
            }

html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li, html.sidebar.sidebar-full body .menu-right #menu > ul > li {
    padding: 0 11px 0 0;
}

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li > a [class*="fa-chevron-"] {
        float: left;
        margin: 0 0 0 11px;
        padding: 0 10px 0 0;
    }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a.glyphicons i, html.sidebar.sidebar-full body .menu-right #menu > ul > li > a.glyphicons i {
        padding: 0 0 0 10px;
        float: right;
    }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.active, html.sidebar.sidebar-full body .menu-right #menu > ul > li.active, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li:hover, html.sidebar.sidebar-full body .menu-right #menu > ul > li:hover, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open, html.sidebar.sidebar-full body .menu-right #menu > ul > li.open {
        padding: 0 8px 5px;
    }

        html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.active > a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li.active > a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li:hover > a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li:hover > a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open > a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li.open > a [class*="fa-chevron-"] {
            height: 22px;
            line-height: 23px;
            margin: 0;
        }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu {
        right: 100%;
        left: auto;
    }

        html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.pull-left {
            right: 100%;
            left: auto;
        }

        html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.submenu-show {
            margin-top: 0 !important;
            padding: 0;
            top: -1px;
        }

            html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.submenu-show.pull-right {
                right: 100% !important;
                left: auto !important;
            }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead:before {
        border: 7px solid transparent;
        right: -7px;
        left: auto;
        border-right-width: 0;
        border-left-color: #999;
    }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead:after {
        border: 7px solid transparent;
        border-right-width: 0;
        border-left-color: #fff;
        right: -6px;
        left: auto;
    }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
        left: auto;
        right: 7px;
        margin: 0;
    }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
        right: 8px;
    }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li:first-child, html.sidebar.sidebar-full body .menu-right #menu > ul > li:first-child {
        padding-top: 8px;
    }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.glyphs, html.sidebar.sidebar-full body .menu-right #menu > ul > li.glyphs, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.search, html.sidebar.sidebar-full body .menu-right #menu > ul > li.search {
        padding: 8px;
    }

html.top-full .navbar.main {
    height: 49px;
    background-color: #4a8bc2;
    border-bottom: 1px solid #346c9b;
}

    html.top-full .navbar.main .btn-navbar {
        height: 49px;
        line-height: 49px;
        background: #4a8bc2;
    }

        html.top-full .navbar.main .btn-navbar .icon-bar {
            background: #fff;
            box-shadow: 0 1px 0 #346c9b;
        }

        html.top-full .navbar.main .btn-navbar:hover {
            background: #4286bf;
        }

    html.top-full .navbar.main .topnav {
        border-left: 1px solid #346c9b;
        border-right: 1px solid #70a3cf;
    }

        html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left {
            border-left: none;
        }

            html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left > li:first-child {
                border-left: none;
            }

        html.top-full .navbar.main .topnav > li {
            position: relative;
            float: left;
            height: 49px;
            line-height: 49px;
            display: block;
            padding: 0 0 0 10px;
        }

            html.top-full .navbar.main .topnav > li a {
                cursor: pointer;
            }

            html.top-full .navbar.main .topnav > li > a {
                display: block;
                color: #fff;
                text-decoration: none;
                padding: 1px 11px 0 9px;
                line-height: 50px;
            }

                html.top-full .navbar.main .topnav > li > a > img {
                    margin: 0 0 3px;
                    position: relative;
                    top: -1px;
                }

                html.top-full .navbar.main .topnav > li > a.glyphicons {
                    padding: 0 11px 0 9px;
                }

                    html.top-full .navbar.main .topnav > li > a.glyphicons i {
                        padding: 0 10px 0 0;
                        display: block;
                        float: left;
                        line-height: 49px;
                        height: 49px;
                    }

                        html.top-full .navbar.main .topnav > li > a.glyphicons i:before {
                            color: #fff;
                            font-size: 17px;
                            position: relative;
                            width: 17px;
                            text-align: center;
                            line-height: 51px;
                            height: 49px;
                            left: auto;
                            right: auto;
                        }

                    html.top-full .navbar.main .topnav > li > a.glyphicons.single-icon i {
                        padding: 0;
                        float: none;
                    }

                    html.top-full .navbar.main .topnav > li > a.glyphicons.logout i {
                        float: right;
                        padding: 0;
                    }

                    html.top-full .navbar.main .topnav > li > a.glyphicons.logout span {
                        padding: 0 8px 0 0;
                        float: left;
                    }

            html.top-full .navbar.main .topnav > li.active, html.top-full .navbar.main .topnav > li:hover, html.top-full .navbar.main .topnav > li.open {
                padding: 8px 0 8px 8px;
            }

                html.top-full .navbar.main .topnav > li.active:last-child, html.top-full .navbar.main .topnav > li:hover:last-child, html.top-full .navbar.main .topnav > li.open:last-child {
                    padding: 8px 9px 8px 8px;
                }

                html.top-full .navbar.main .topnav > li.active > a, html.top-full .navbar.main .topnav > li:hover > a, html.top-full .navbar.main .topnav > li.open > a {
                    background: #346c9b;
                    padding: 5px 10px;
                    height: 34px;
                    line-height: 22px;
                    -webkit-border-radius: 5px 5px 5px 5px;
                    -moz-border-radius: 5px 5px 5px 5px;
                    border-radius: 5px 5px 5px 5px;
                    border: 1px solid #2c5c84;
                }

                    html.top-full .navbar.main .topnav > li.active > a.glyphicons, html.top-full .navbar.main .topnav > li:hover > a.glyphicons, html.top-full .navbar.main .topnav > li.open > a.glyphicons {
                        padding: 5px 10px;
                        line-height: 22px;
                    }

                        html.top-full .navbar.main .topnav > li.active > a.glyphicons i, html.top-full .navbar.main .topnav > li:hover > a.glyphicons i, html.top-full .navbar.main .topnav > li.open > a.glyphicons i {
                            height: 22px;
                            line-height: 22px;
                        }

                            html.top-full .navbar.main .topnav > li.active > a.glyphicons i:before, html.top-full .navbar.main .topnav > li:hover > a.glyphicons i:before, html.top-full .navbar.main .topnav > li.open > a.glyphicons i:before {
                                line-height: 22px;
                                height: 22px;
                            }

            html.top-full .navbar.main .topnav > li.glyphs {
                padding: 8px;
                border-left: 1px solid #346c9b;
                border-right: 1px solid #70a3cf;
                box-shadow: -1px 0 0 0 #70a3cf,1px 0 0 0 #346c9b;
            }

                html.top-full .navbar.main .topnav > li.glyphs ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    background: #346c9b;
                    height: 34px;
                    -webkit-border-radius: 5px 5px 5px 5px;
                    -moz-border-radius: 5px 5px 5px 5px;
                    border-radius: 5px 5px 5px 5px;
                    border: 1px solid #2c5c84;
                }

                    html.top-full .navbar.main .topnav > li.glyphs ul li {
                        float: left;
                        display: block;
                        height: 32px;
                        line-height: 32px;
                        padding: 0 1px 0 0;
                    }

                        html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons {
                            height: 22px;
                            line-height: 22px;
                            padding: 5px 10px;
                            display: block;
                            text-decoration: none;
                        }

                            html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons i {
                                height: 22px;
                                line-height: 22px;
                                display: block;
                            }

                                html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons i:before {
                                    line-height: 22px;
                                    height: 22px;
                                    position: relative;
                                    left: auto;
                                    top: auto;
                                    display: block;
                                    text-align: center;
                                    font-size: 17px;
                                    color: #4a8bc2;
                                }

                        html.top-full .navbar.main .topnav > li.glyphs ul li.active, html.top-full .navbar.main .topnav > li.glyphs ul li:hover {
                            padding: 0;
                            background: #4a8bc2;
                            border-right: 1px solid #2c5c84;
                        }

                            html.top-full .navbar.main .topnav > li.glyphs ul li.active .glyphicons i:before, html.top-full .navbar.main .topnav > li.glyphs ul li:hover .glyphicons i:before {
                                color: #fff;
                            }

                            html.top-full .navbar.main .topnav > li.glyphs ul li.active:first-child, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:first-child {
                                -webkit-border-radius: 5px 0 0 5px;
                                -moz-border-radius: 5px 0 0 5px;
                                border-radius: 5px 0 0 5px;
                            }

                            html.top-full .navbar.main .topnav > li.glyphs ul li.active:last-child, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:last-child {
                                -webkit-border-radius: 0 5px 5px 0;
                                -moz-border-radius: 0 5px 5px 0;
                                border-radius: 0 5px 5px 0;
                                border-right: none;
                                border-left: 1px solid #2c5c84;
                            }

                                html.top-full .navbar.main .topnav > li.glyphs ul li.active:last-child .glyphicons, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:last-child .glyphicons {
                                    padding: 5px 11px 5px 9px;
                                }

            html.top-full .navbar.main .topnav > li.search {
                padding: 8px;
                border-left: 1px solid #346c9b;
                border-right: 1px solid #70a3cf;
                box-shadow: -1px 0 0 0 #70a3cf,1px 0 0 0 #346c9b;
            }

                html.top-full .navbar.main .topnav > li.search form {
                    margin: 0;
                    padding: 0;
                    background: #96bcdc;
                    height: 32px;
                    line-height: 32px;
                    -webkit-border-radius: 5px 5px 5px 5px;
                    -moz-border-radius: 5px 5px 5px 5px;
                    border-radius: 5px 5px 5px 5px;
                    border: 1px solid #2c5c84;
                }

                    html.top-full .navbar.main .topnav > li.search form input {
                        background: none;
                        border: none;
                        color: #3771a2;
                        margin: 0;
                        padding: 0;
                        height: 32px;
                        line-height: 32px;
                        width: 100px;
                        padding: 0 0 0 10px;
                        box-shadow: none !important;
                        -moz-box-shadow: none !important;
                        -webkit-box-shadow: none !important;
                    }

                        html.top-full .navbar.main .topnav > li.search form input::-webkit-input-placeholder {
                            color: #3771a2;
                        }

                        html.top-full .navbar.main .topnav > li.search form input:-moz-placeholder {
                            color: #3771a2;
                        }

                        html.top-full .navbar.main .topnav > li.search form input::-moz-placeholder {
                            color: #3771a2;
                        }

                        html.top-full .navbar.main .topnav > li.search form input:-ms-input-placeholder {
                            color: #3771a2;
                        }

                    html.top-full .navbar.main .topnav > li.search form button {
                        background: none;
                        border: none;
                        margin: 0;
                        padding: 0;
                        height: 32px;
                    }

                        html.top-full .navbar.main .topnav > li.search form button i:before {
                            display: block;
                            position: relative;
                            left: auto;
                            right: auto;
                            height: 32px;
                            line-height: 32px;
                            padding: 0 5px;
                            font-size: 17px;
                            color: #346c9b;
                        }

                    html.top-full .navbar.main .topnav > li.search form input, html.top-full .navbar.main .topnav > li.search form button {
                        vertical-align: top;
                    }

            html.top-full .navbar.main .topnav > li.search, html.top-full .navbar.main .topnav > li.glyphs {
                margin-left: 10px;
            }

                html.top-full .navbar.main .topnav > li.search + .glyphs {
                    margin-left: 0;
                }

                html.top-full .navbar.main .topnav > li.glyphs + .search, html.top-full .navbar.main .topnav > li.glyphs + .tooltip + .search {
                    margin-left: 0;
                }

            html.top-full .navbar.main .topnav > li:last-child {
                border-right: 1px solid #346c9b;
                padding: 0 9px 0 10px;
            }

                html.top-full .navbar.main .topnav > li:last-child.glyphs, html.top-full .navbar.main .topnav > li:last-child.search {
                    padding: 8px 9px;
                    box-shadow: -1px 0 0 0 #70a3cf;
                }

            html.top-full .navbar.main .topnav > li:first-child {
                border-left: 1px solid #70a3cf;
            }

            html.top-full .navbar.main .topnav > li:last-child.open .dropdown-menu {
                right: 0;
            }

            html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu {
                background: #fff;
                border: none;
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                right: 0;
                width: 180px;
            }

                html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu.pull-left {
                    left: 0;
                }

                html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li {
                    border-bottom: 1px solid #4a4947;
                }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:last-child {
                        border-bottom: none;
                    }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > span {
                        border-top: none;
                    }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span {
                        line-height: 29px;
                        padding: 0 10px;
                        display: block;
                        background: #363432;
                        color: #c8c8c8;
                    }

                        html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span.glyphicons i:before {
                            left: auto;
                            right: 10px;
                            top: 5px;
                            font-size: 17px;
                            color: #c4c4c4;
                        }

                        html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover {
                            background: #1c1a19;
                        }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.active {
                        background: #0e0e0d;
                    }

                        html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.active a {
                            background: #0e0e0d;
                        }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li .btn {
                        margin: 3px 0;
                    }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > span {
                        background: rgba(0,0,0,0.1);
                    }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile a:hover {
                        color: #fff;
                    }

                    html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span {
                        height: auto;
                        line-height: normal;
                        padding: 5px 10px 10px;
                    }

                        html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .heading {
                            display: block;
                            text-transform: uppercase;
                            font-weight: 600;
                            margin-bottom: 5px;
                        }

                            html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .heading a {
                                text-transform: none;
                            }

                        html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .img {
                            display: inline-block;
                            float: left;
                            width: 47px;
                            height: 45px;
                            line-height: 45px;
                            background: #272729;
                            margin: 0 10px 0 0;
                            position: relative;
                        }

                            html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .img:before {
                                text-align: center;
                                width: 47px;
                                height: 45px;
                                line-height: 45px;
                                content: "\e004";
                                color: #595959;
                                font-family: "Glyphicons Regular";
                                font-size: 24px;
                                position: absolute;
                                display: block;
                            }

                        html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .clearfix {
                            display: block;
                        }

            html.top-full .navbar.main .topnav > li.dropdown.account > .dropdown-menu {
                width: 220px;
            }

            html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead {
                box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
            }

                html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border: 11px solid transparent;
                    position: absolute;
                    display: block;
                    left: 7px;
                    border-top-width: 0;
                    border-bottom-color: #999;
                    border-bottom-color: rgba(0,0,0,0.25);
                    top: -11px;
                }

                html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:after {
                    content: "";
                    width: 0;
                    height: 0;
                    border: 10px solid transparent;
                    top: -10px;
                    border-top-width: 0;
                    border-bottom-color: #fff;
                    position: absolute;
                    display: block;
                    left: 8px;
                }

                html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after {
                    left: auto;
                    right: 7px;
                    margin: 0;
                }

                html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after {
                    right: 8px;
                }

            html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu {
                background: #fff;
                border: 1px solid #c8c8c8;
                margin: 5px 0 0;
                -webkit-border-radius: 0 0 0 0;
                -moz-border-radius: 0 0 0 0;
                border-radius: 0 0 0 0;
            }

                html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li {
                    border-color: #f3f3f3;
                }

                    html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span {
                        background: #fff;
                        color: #939494;
                    }

                        html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span i:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span i:before {
                            color: #ccc;
                            font-size: 15px !important;
                            top: 7px !important;
                        }

                html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li.active > a {
                    font-weight: 600;
                    color: #000;
                }

                html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile {
                    background: #fff;
                }

                    html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile a:hover {
                        color: #7c7c7c;
                    }

                    html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span {
                        height: auto;
                        line-height: normal;
                        padding: 5px 10px 10px;
                    }

                        html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading {
                            display: block;
                            text-transform: uppercase;
                            font-weight: 600;
                            margin-bottom: 5px;
                        }

                            html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading a {
                                text-transform: none;
                            }

                        html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img {
                            display: inline-block;
                            float: left;
                            width: 47px;
                            height: 45px;
                            line-height: 45px;
                            background: #fdfdfd;
                            margin: 0 10px 0 0;
                            position: relative;
                        }

                            html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img:before {
                                text-align: center;
                                width: 47px;
                                height: 45px;
                                line-height: 45px;
                                content: "\e004";
                                color: #ccc;
                                font-family: "Glyphicons Regular";
                                font-size: 24px;
                                position: absolute;
                                display: block;
                            }

                        html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .clearfix {
                            display: block;
                        }

            html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead {
                margin-top: 13px !important;
            }

            html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.pull-right, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.pull-right {
                -webkit-border-radius: 0 0 0 0;
                -moz-border-radius: 0 0 0 0;
                border-radius: 0 0 0 0;
            }

            html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:hover, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:focus, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:focus, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:hover > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:hover > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:focus > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:focus > a {
                background-image: none !important;
                filter: none !important;
            }

            html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu li a:not(.btn) {
                padding: 10px 10px 10px 50px;
            }

                html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu li a:not(.btn) i:before {
                    right: auto;
                    left: 10px;
                    top: 10px !important;
                    font-size: 30px !important;
                    color: #f2f2f2;
                }

            html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover {
                border-color: #f3f3f3;
            }

                html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover > a {
                    background: rgba(74,139,194,0.08);
                    color: #939494;
                    text-shadow: 0 1px 0 #fff;
                    border: none;
                    box-shadow: none;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                }

                    html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover > a i:before {
                        color: #4a8bc2;
                        left: 10px;
                        top: 10px;
                    }

            html.top-full .navbar.main .topnav > li.dropdown.dd-flags {
                line-height: normal;
            }

                html.top-full .navbar.main .topnav > li.dropdown.dd-flags .dropdown-menu img {
                    margin: -3px 4px 0 0;
                }

                html.top-full .navbar.main .topnav > li.dropdown.dd-flags.active a, html.top-full .navbar.main .topnav > li.dropdown.dd-flags:hover a, html.top-full .navbar.main .topnav > li.dropdown.dd-flags.open a {
                    height: 34px;
                }

        html.top-full .navbar.main .topnav .dropdown > a .caret {
            border-top-color: #fff;
            vertical-align: middle;
            margin-top: 0;
            position: relative;
        }

        html.top-full .navbar.main .topnav .dropdown-menu {
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
        }

        html.top-full .navbar.main .topnav:last-of-type {
            border-right: none;
        }

            html.top-full .navbar.main .topnav:last-of-type li:last-child {
                border: none;
            }

.navbar.main {
    margin: 0;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .navbar.main .btn-navbar {
        padding: 0 10px;
        margin: 0;
        float: left;
        display: block;
        border: none;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

        .navbar.main .btn-navbar.ui-state-disabled {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .navbar.main .topnav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.submenu-show {
    display: block;
    margin-top: -35px !important;
    position: absolute;
}

    .submenu-show.pull-left {
        left: auto !important;
        right: 100% !important;
    }

    .submenu-show.pull-right {
        right: auto !important;
        left: 100% !important;
    }

.submenu-hide {
    display: none !important;
    position: relative;
    top: auto;
    float: left;
}

.topnav li.colors:hover {
    padding-top: 0 !important;
}

.topnav li.colors ul {
    margin-top: 11px;
    list-style: none;
}

    .topnav li.colors ul > li {
        padding: 5px 2px;
        float: left;
    }

        .topnav li.colors ul > li > a {
            display: block;
            width: 18px;
            height: 18px;
            border: 1px solid rgba(255,255,255,0.5);
        }

        .topnav li.colors ul > li.active > a {
            border: 1px solid #fff;
            -webkit-box-shadow: 0 0 0 1px #fff inset;
            -moz-box-shadow: 0 0 0 1px #fff inset;
            box-shadow: 0 0 0 1px #fff inset;
        }

        .topnav li.colors ul > li.dropdown > a {
            background: none;
        }

            .topnav li.colors ul > li.dropdown > a .color {
                width: 8px;
                height: 8px;
                display: inline-block;
                float: left;
            }

                .topnav li.colors ul > li.dropdown > a .color.primary {
                    background: #4a8bc2;
                }

                .topnav li.colors ul > li.dropdown > a .color.info {
                    background: #74a6d0;
                }

                .topnav li.colors ul > li.dropdown > a .color.inverse {
                    background: #45484d;
                }

                .topnav li.colors ul > li.dropdown > a .color.success {
                    background: #609450;
                }

                .topnav li.colors ul > li.dropdown > a .color.danger {
                    background: #bd362f;
                }

        .topnav li.colors ul > li.dropdown .dropdown-menu {
            border-color: #dedede;
            margin: 1px 0 0;
            width: 160px;
            padding: 10px;
        }

            .topnav li.colors ul > li.dropdown .dropdown-menu li {
                float: none;
                border: none;
                padding: 0;
            }

                .topnav li.colors ul > li.dropdown .dropdown-menu li a {
                    padding: 3px 3px 3px 5px;
                    font-size: 13px;
                    width: auto;
                    height: auto;
                    border: none;
                }

                .topnav li.colors ul > li.dropdown .dropdown-menu li.active .color {
                    border: 1px solid #fff;
                    margin-bottom: 3px;
                }

            .topnav li.colors ul > li.dropdown .dropdown-menu .color {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 2px;
                vertical-align: middle;
                width: 10px;
                height: 10px;
            }

                .topnav li.colors ul > li.dropdown .dropdown-menu .color.primary {
                    background: #4a8bc2;
                }

#footer {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 10000;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

    #footer a:not(.btn) {
        color: #7c7c7c;
    }

    #footer .copy {
        background: #e5e5e5;
        text-align: center;
        padding: 0 10px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

        #footer .copy a {
            color: #7c7c7c;
            text-decoration: underline;
        }

@media (min-width:1200px) {
    .navbar.main .topnav > li.search form input {
        width: 155px;
    }
}

@media (min-width:980px) and (max-width:1199px) {
    body > .container-fluid.fixed {
        width: 98%;
        margin: 10px auto 10px;
    }

    .hidden-desktop-1 {
        display: none !important;
    }
}

@media (max-width:979px) and (min-width:768px) {
    .navbar.main .topnav > li.search {
        margin-left: 10px !important;
    }

    .tablet-column-reset {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        clear: both !important;
    }

    .container-960 {
        width: auto;
    }

    #content > .container-960, #content [id*="landing"] .container-960 {
        margin: 0 10px;
    }
}

@media (max-width:979px) {
    body > .container-fluid.fixed {
        width: auto;
        border: none;
        margin: 0;
    }

    html.front.top-full .navbar.main ul.topnav:first-of-type {
        margin: 0;
    }
}

@media (max-width:767px) {
    body {
        padding: 0;
    }

    .container-960 {
        width: auto;
    }

    .nav-tabs > li > a {
        font-size: 10pt;
    }

    .nav-tabs > li > a, .nav-pills > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .documentation .span3 .menu.affix {
        position: relative;
        top: 0;
        width: auto;
    }

    .phone-margin.bottom {
        margin: 0 0 10px;
    }

    .well {
        padding: 5px;
    }

    .widget .widget-body {
        padding: 5px;
    }

    .widget.margin-bottom-none {
        margin-bottom: 10px;
    }

    .widget.widget-tabs .widget-head {
        height: auto;
        padding: 0;
    }

        .widget.widget-tabs .widget-head ul {
            display: block;
            border-right: none;
            height: auto;
        }

            .widget.widget-tabs .widget-head ul li {
                float: none;
                display: block;
                width: 100%;
            }

    .widget.widget-tabs-icons-only .widget-head {
        height: auto;
    }

    .widget-activity ul.list li > span.ellipsis {
        max-width: 60%;
    }

    .widget-activity ul.list li.double > span.ellipsis {
        max-width: 75%;
    }

    .widget-gallery .nav {
        display: none;
    }

    .widget-gallery.widget-gallery-slide .gallery {
        width: auto;
    }

    .widget-chat .media .pull-left, .widget-chat .media .pull-right {
        margin: 0;
    }

    .widget-chat .media small.author {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
    }

    .widget-chat .media small.date {
        border: none;
    }

    .tabsbar, .tabsbar.tabsbar-2 {
        height: auto;
    }

        .tabsbar ul, .tabsbar.tabsbar-2 ul {
            height: auto;
        }

    .widget-activity ul.list {
        margin: 0;
    }

    .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head {
        height: 35px;
    }

        .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li {
            float: left;
            width: auto;
        }

    .media {
        text-align: center;
    }

        .media .pull-left, .media .pull-right {
            border: none;
            padding-bottom: 0;
            margin: 0;
        }

        .media img.pull-left, .media img.pull-right {
            display: inline-block;
        }

        .media blockquote {
            padding: 0;
            text-align: center;
        }

            .media blockquote.pull-right p, .media blockquote.pull-right small {
                text-align: center;
            }

    .menu-right #menu {
        left: 0;
        right: auto;
    }

    .menu-right.menu-hidden #content {
        margin: 0;
    }

    .row-merge > [class*="span"] ~ [class*="span"] {
        width: auto;
    }

        .row-merge > [class*="span"] ~ [class*="span"]:after {
            display: none;
        }

    .row-merge.border-top, .row-merge ~ .row-merge {
        border-top: 1px solid #e5e5e5;
    }

    body.login #login {
        padding: 50px 5px;
    }

    #gritter-notice-wrapper {
        display: none !important;
    }

    html.top-full .topnav .dropdown.submenu {
        height: auto;
    }

        html.top-full .topnav .dropdown.submenu .submenu-show {
            border: none !important;
            display: block !important;
            position: relative;
            margin: 0 !important;
            top: auto !important;
            left: auto !important;
            right: auto !important;
        }

    html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu > ul > li.open .dropdown-menu.submenu-show.pull-right {
        border: none !important;
        display: block !important;
        position: relative;
        margin: 0 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    html.front.top-full .menu-hidden .navbar.main {
        height: 100px;
    }

        html.front.top-full .menu-hidden .navbar.main .topnav > li:not(:first-of-type) {
            display: none;
        }

    html.top-full.sidebar-full .menu-left .navbar.main {
        border-left: 1px solid #346c9b;
    }

    html.top-full.sidebar-full .menu-right .navbar.main {
        border-right: 1px solid #346c9b;
    }

    html.top-full .navbar.main {
        height: auto;
        border-bottom: none;
    }

        html.top-full .navbar.main .btn-navbar {
            border-bottom: 1px solid #346c9b;
            border-right: 1px solid #346c9b;
            height: 50px;
        }

        html.top-full .navbar.main .topnav {
            border-left: none;
            border-right: none;
            float: none !important;
        }

            html.top-full .navbar.main .topnav > li {
                float: none;
                border-top: 1px solid #70a3cf;
                border-bottom: 1px solid #346c9b;
                height: 50px;
                line-height: 50px;
            }

                html.top-full .navbar.main .topnav > li.active, html.top-full .navbar.main .topnav > li:hover, html.top-full .navbar.main .topnav > li.open {
                    padding: 8px;
                }

                html.top-full .navbar.main .topnav > li.search form {
                    position: relative;
                }

                    html.top-full .navbar.main .topnav > li.search form input {
                        width: 90%;
                    }

                    html.top-full .navbar.main .topnav > li.search form button {
                        position: absolute;
                        right: 0;
                        top: 0;
                    }

                html.top-full .navbar.main .topnav > li:first-child {
                    border-top: none;
                    margin-left: 43px;
                }

                html.top-full .navbar.main .topnav > li .dropdown.submenu .dropdown-menu {
                    position: relative;
                    float: none;
                    display: block !important;
                    padding: 0;
                    border: none;
                    border-top: 1px solid #f3f3f3;
                }

    .menu-hidden .navbar.main {
        height: 50px;
    }

    #landing_1 [class*="span"], #landing_2 [class*="span"] {
        padding: 0 5px;
    }

    #landing_1 .banner-1, #landing_2 .banner-1 {
        height: auto;
    }

        #landing_1 .banner-1 .item, #landing_2 .banner-1 .item {
            height: auto;
        }

            #landing_1 .banner-1 .item img, #landing_2 .banner-1 .item img {
                min-height: 0;
                height: auto;
            }

        #landing_1 .banner-1 .carousel-caption, #landing_2 .banner-1 .carousel-caption {
            height: auto;
        }

    #landing_1 .banner, #landing_2 .banner {
        height: auto;
    }

        #landing_1 .banner .banner-wrapper, #landing_2 .banner .banner-wrapper {
            height: auto;
        }

            #landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3, #landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p, #landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-danger, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-danger {
                position: relative;
                top: auto;
                right: auto;
                left: auto;
                bottom: auto;
                margin: 0;
            }

            #landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn {
                display: block;
                -webkit-border-radius: 0 0 0 0;
                -moz-border-radius: 0 0 0 0;
                border-radius: 0 0 0 0;
            }

            #landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p {
                margin: 0 0 5px;
                text-align: center;
                width: auto;
            }

            #landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3 {
                font-size: 12pt;
                line-height: 46px;
                text-align: center;
                margin: 0;
            }

    .social-large {
        height: auto;
    }

        .social-large a {
            float: none;
            display: block;
            border: none;
            border-bottom: 1px solid #e5e5e5;
        }

            .social-large a:last-child {
                border: none;
            }

    #content .heading-mosaic {
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: normal !important;
    }
}

@media (max-width:480px) {
    h1, h2, h3 {
        line-height: 30px;
        font-size: 18pt;
    }

        h3.glyphicons i:before, h2.glyphicons i:before {
            font-size: 24px;
            top: 3px;
            left: 5px;
        }

    .heading-buttons .buttons {
        margin-top: 10px;
        float: none;
        padding: 0 10px;
        text-align: center;
    }

        .heading-buttons .buttons .btn {
            margin: 0;
            float: none;
        }

    .separator {
        padding: 5px 0;
        margin: 0;
    }

    .table-condensed th, .table-condensed td {
        padding: 4px 5px;
    }

    p.glyphicons {
        padding: 5px 0 10px 55px;
    }

        p.glyphicons i:before {
            color: #d67170;
            font-size: 35pt;
            top: 0;
        }

        p.glyphicons.right {
            padding: 0 55px 0 0;
        }
}

@media (max-width:320px) {
    .nav-tabs > li, .nav-tabs > li > a, .nav-tabs > li > a:hover {
        display: block;
        float: none;
        margin: 0 0 -1px;
        border-color: #4a8bc2;
    }

        .nav-tabs > li:hover {
            border-color: #4a8bc2;
        }

        .nav-tabs > li, .nav-tabs > li > a {
            border-color: #e0d5c6;
            background: #f5eadb;
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
        }
}
body.login #login .wrapper {
    margin: 0 auto;
    max-width: 354px;
    min-width: 300px;
    position: relative;
}
body.login {
    background: none repeat scroll 0 0 #F0F0F0;
}
body.login #login {
    padding: 40px 0 0;
}
body.login #login *::-moz-placeholder {
    color: #CCCCCC;
}
body.login #login h1 {
    display: block;
    font-size: 20pt;
    padding: 0 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}body.login #login .widget .widget-body {
    background: none repeat scroll 0 0 #FAFAFA;
    box-shadow: 0 3px 0 0 #F6F6F6;
}body.login #login form {
    margin: 0;
}body.login #login label {
    color: #7C7C7C;
    font-size: 13px;
    font-weight: 600;
}body.login #login input[type="text"], body.login #login input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) inset, -1px -1px 1px rgba(0, 0, 0, 0) inset;
    font-size: 13px;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 9px;
}
body.login #login h1 i:before {
    color: #7C7C7C;
    left: auto;
    position: relative;
    top: auto;
}

.select2-container {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
    box-sizing: border-box;
}
.select2-container .select2-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom , #eeeeee 0%, white 50%);
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #444;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.select2-container.select2-drop-above .select2-choice {
    background-image: -moz-linear-gradient(center bottom , #eeeeee 0%, white 90%);
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
}
.select2-container .select2-choice span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-choice abbr {
    background: url("select2.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 12px;
    outline: 0 none;
    position: absolute;
    right: 26px;
    text-decoration: none;
    top: 8px;
    width: 12px;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    background-color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 9998;
}
.select2-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #aaa #aaa;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #aaa;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    color: #000;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
}
.select2-drop.select2-drop-above {
    border-bottom: 0 none;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #aaa;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    margin-top: 1px;
}
.select2-container .select2-choice div {
    background: -moz-linear-gradient(center bottom , #ccc 0%, #eee 60%) repeat scroll 0 0 #ccc;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.select2-container .select2-choice div b {
    background: url("select2.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%;
}
.select2-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}
.select2-search-hidden {
    display: block;
    left: -10000px;
    position: absolute;
}
.select2-search input {
    background: url("select2.png") no-repeat scroll 100% -22px, -moz-linear-gradient(center bottom , white 85%, #eeeeee 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    font-family: sans-serif;
    font-size: 1em;
    height: auto !important;
    margin: 0;
    min-height: 26px;
    outline: 0 none;
    padding: 4px 20px 4px 5px;
    width: 100%;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: url("select2-spinner.gif") no-repeat scroll 100% center, -moz-linear-gradient(center bottom , white 85%, #eeeeee 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}
.select2-dropdown-open .select2-choice {
    background-color: #eee;
    background-image: -moz-linear-gradient(center bottom , white 0%, #eeeeee 50%);
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}
.select2-dropdown-open .select2-choice div {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    filter: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-results {
    margin: 4px 4px 4px 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}
.select2-results ul.select2-result-sub {
    margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px;
}
.select2-results li {
    background-image: none;
    display: list-item;
    list-style: none outside none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    -moz-user-select: none;
    cursor: pointer;
    margin: 0;
    padding: 3px 7px 4px;
}
.select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #3875d7;
    color: #fff;
}
.select2-results li em {
    background: none repeat scroll 0 0 #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: none repeat scroll 0 0 transparent;
}
.select2-results .select2-highlighted ul {
    background: none repeat scroll 0 0 white;
    color: #000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: none repeat scroll 0 0 #f4f4f4;
    display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #666;
    cursor: default;
    display: list-item;
}
.select2-results .select2-disabled {
    background: none repeat scroll 0 0 #d4d4d4;
    cursor: default;
    display: list-item;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: url("select2-spinner.gif") no-repeat scroll 100% center #f4f4f4;
}
.select2-more-results {
    background: none repeat scroll 0 0 #f4f4f4;
    display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0 none;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
.select2-container-multi .select2-choices {
    background-color: #fff;
    background-image: -moz-linear-gradient(center top , #eeeeee 1%, #ffffff 15%);
    border: 1px solid #aaa;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.select2-locked {
    padding: 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none outside none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    box-shadow: none;
    color: #666;
    font-family: sans-serif;
    font-size: 100%;
    margin: 1px 0;
    outline: 0 none;
    padding: 5px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: url("select2-spinner.gif") no-repeat scroll 100% center #fff !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #e4e4e4;
    background-image: -moz-linear-gradient(center top , #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 18px;
    position: relative;
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: none repeat scroll 0 0 #d4d4d4;
}
.select2-search-choice-close {
    background: url("select2.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    height: 13px;
    outline: medium none;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    padding: 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen {
    left: -10000px;
    position: absolute;
}
@media not all, only screen and (min-resolution: 144dpi) {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
}
.select2-search input {
    background-position: 100% -21px !important;
}
}
.ReportHeader
{
    text-align: center;
    margin-top: -10px;
}


.ReportHeader .accountingperiod
{
    float: right;
    position: relative;
    top: -65px;
    padding-right: 5px;
}
.ReportHeader .reporttitle
{
    left: 72px;
    position: relative;
}
.ReportHeader .reporttitleDtl
{
    position: relative;
    text-align: center;
}
.ReportList table thead tr
{
    border-top: 1px solid #DDDDDD;
}
.ReportList .table th
{
    text-align: center;
}

.ReportList thead
{
    text-align: center;
    background-color: #E6EEEE;
}
.numbericfield td
.numbericfield td
{
    text-align: right;
}
.numbericfield
{
    text-align: right;
}
@media screen
{
    body
    {
        font-size: 11px;
        line-height: 15px;
    }
    p
    {
        margin: 0;
    }
    .print
    {
        background-color: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 1px 1px 5px #000000;
        margin-left: 3%;
        padding: 10px;
        position: fixed;
        top: 20%;
        width: 4%;
    }
    .print div hr
    {
        margin: 20%;
    }
    .print div
    {
        border: 1px solid #EEEEEE;
        border-radius: 4px 4px 4px 4px;
        padding: 2px;
    }
    .print div a img :hover
    {
        opacity: 1 !important;
    }
    #report
    {
        background-color: white;
        margin-left: 20%;
        margin-top: 20px;
        width: 60%;
    }
    #report .sno
    {
        text-align: left;
    }
    #report .number,  #report .numbericfield
    {
        text-align: right;
    }
    .ReportHeader
    {
        box-shadow: 1px 2px 15px #000000;
        padding: 15px;
        text-align: center;
    }
    .listpopup tr th, .listpopup tr td
    {
        border: 1px solid;
        padding: 5px;
    }

}
@media print
{
    .listpopup tr th, .listpopup tr td , .table tr th, .table tr td
    {
        border: 1px solid;
        padding: 5px;
         font-size: 11px;
        line-height: 15px;
        vertical-align: top;

    }
    .listpopup , .table {
        width: 100% !important;
          border-spacing:0;
    border-collapse:collapse;
    }

    body
    {
        font-size: 11px;
        line-height: 15px;
    }
    p
    {
        margin: 0;
    }
    #report
    {
        margin: 0;
        width: 100%;
        border: none;
    }
    #report .sno
    {
        text-align: left;
    }
    .print
    {
        display: none;
    }
    #report .number, #report .numbericfield
    {
        text-align: right;
    }
    .ReportHeader
    {
        box-shadow: none;
        padding: 0;
    }
   .ReportList {
       font-size: 11px !important
   }

.ReportHeader table tr b :first-child
    {
    font-size: 16px !important;
    }
    .ReportHeader table tr b :last-child
    {
        font-size: 14px!important
    }
}
@page
{
 /*  margin-left: 5%;*/
}

