﻿.ng-cloak {
    display: none !important;
}

.widget-box {
    padding: 0;
    box-shadow: none;
    margin: 3px 0;
    border: 1px solid #CCC
}

@media only screen and (max-width: 767px) {
    .widget-box {
        margin-top: 7px;
        margin-bottom: 7px
    }
}

.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 38px;
    background: repeat-x #f7f7f7;
    background-image: -webkit-linear-gradient(top,#FFF 0,#EEE 100%);
    background-image: -o-linear-gradient(top,#FFF 0,#EEE 100%);
    background-image: linear-gradient(to bottom,#FFF 0,#EEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    color: #669FC7;
    border-bottom: 1px solid #DDD;
    padding-left: 12px
}

.widget-box.transparent > .widget-header, .widget-header-flat {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.widget-header:after, .widget-header:before {
    content: "";
    display: table;
    line-height: 0
}

.widget-header:after {
    clear: right
}

.widget-box.collapsed > .widget-header {
    border-bottom-width: 0
}

.collapsed.fullscreen > .widget-header {
    border-bottom-width: 1px
}

.collapsed > .widget-body {
    display: none
}

.widget-header-flat {
    background: #F7F7F7
}

.widget-header-large {
    min-height: 49px;
    padding-left: 18px
}

.widget-header-small {
    min-height: 31px;
    padding-left: 10px
}

.widget-header > .widget-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: inline
}

    .widget-header > .widget-title > .ace-icon {
        margin-right: 5px;
        font-weight: 400;
        display: inline-block
    }

.infobox .infobox-content:first-child, .infobox > .badge, .infobox > .stat, .percentage {
    font-weight: 700
}

.widget-header-large > .widget-title {
    line-height: 48px
}

.widget-header-small > .widget-title {
    line-height: 30px
}

.widget-toolbar {
    display: inline-block;
    padding: 0 10px;
    line-height: 37px;
    float: right;
    position: relative
}

.widget-header-large > .widget-toolbar {
    line-height: 48px
}

.widget-header-small > .widget-toolbar {
    line-height: 29px
}

.widget-toolbar.no-padding {
    padding: 0
}

.widget-toolbar.padding-5 {
    padding: 0 5px
}

.widget-toolbar:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0
}

.popover-notitle + .popover .popover-title, .popover.popover-notitle .popover-title, .widget-toolbar.no-border:before {
    display: none
}

.widget-header-large > .widget-toolbar:before {
    top: 6px;
    bottom: 6px
}

[class*=widget-color-] > .widget-header > .widget-toolbar:before {
    border-color: #EEE
}

.widget-color-orange > .widget-header > .widget-toolbar:before {
    border-color: #FEA
}

.widget-color-dark > .widget-header > .widget-toolbar:before {
    border-color: #222;
    box-shadow: -1px 0 0 rgba(255,255,255,.2),inset 1px 0 0 rgba(255,255,255,.1)
}

.widget-toolbar label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.widget-toolbar > .widget-menu > a, .widget-toolbar > a {
    font-size: 14px;
    margin: 0 1px;
    display: inline-block;
    padding: 0;
    line-height: 24px
}

    .widget-toolbar > .widget-menu > a:hover, .widget-toolbar > a:hover {
        text-decoration: none
    }

.widget-header-large > .widget-toolbar > .widget-menu > a, .widget-header-large > .widget-toolbar > a {
    font-size: 15px;
    margin: 0 1px
}

.widget-toolbar > .btn {
    line-height: 27px;
    margin-top: -2px
}

    .widget-toolbar > .btn.smaller {
        line-height: 26px
    }

    .widget-toolbar > .btn.bigger {
        line-height: 28px
    }

.widget-toolbar > .btn-sm {
    line-height: 24px
}

    .widget-toolbar > .btn-sm.smaller {
        line-height: 23px
    }

    .widget-toolbar > .btn-sm.bigger {
        line-height: 25px
    }

.widget-toolbar > .btn-xs {
    line-height: 22px
}

    .widget-toolbar > .btn-xs.smaller {
        line-height: 21px
    }

    .widget-toolbar > .btn-xs.bigger {
        line-height: 23px
    }

.widget-toolbar > .btn-minier {
    line-height: 18px
}

    .widget-toolbar > .btn-minier.smaller {
        line-height: 17px
    }

    .widget-toolbar > .btn-minier.bigger {
        line-height: 19px
    }

.widget-toolbar > .btn-lg {
    line-height: 36px
}

    .widget-toolbar > .btn-lg.smaller {
        line-height: 34px
    }

    .widget-toolbar > .btn-lg.bigger {
        line-height: 38px
    }

.widget-toolbar-dark {
    background: #444
}

.widget-toolbar-light {
    background: rgba(255,255,255,.85)
}

.widget-toolbar > .widget-menu {
    display: inline-block;
    position: relative
}

    .widget-toolbar > .widget-menu > a[data-action], .widget-toolbar > a[data-action] {
        -webkit-transition: transform .1s;
        -o-transition: transform .1s;
        transition: transform .1s
    }

        .widget-toolbar > .widget-menu > a[data-action] > .ace-icon, .widget-toolbar > a[data-action] > .ace-icon {
            margin-right: 0
        }

        .widget-toolbar > .widget-menu > a[data-action]:focus, .widget-toolbar > a[data-action]:focus {
            text-decoration: none;
            outline: 0
        }

        .widget-toolbar > .widget-menu > a[data-action]:hover, .widget-toolbar > a[data-action]:hover {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

.widget-body {
    background-color: #FFF
}

.widget-main {
    padding: 12px
}

    .widget-main.padding-32 {
        padding: 32px
    }

    .widget-main.padding-30 {
        padding: 30px
    }

    .widget-main.padding-28 {
        padding: 28px
    }

    .widget-main.padding-26 {
        padding: 26px
    }

    .widget-main.padding-24 {
        padding: 24px
    }

    .widget-main.padding-22 {
        padding: 22px
    }

    .widget-main.padding-20 {
        padding: 20px
    }

    .widget-main.padding-18 {
        padding: 18px
    }

    .widget-main.padding-16 {
        padding: 16px
    }

    .widget-main.padding-14 {
        padding: 14px
    }

    .widget-main.padding-12 {
        padding: 12px
    }

    .widget-main.padding-10 {
        padding: 10px
    }

    .widget-main.padding-8 {
        padding: 8px
    }

    .widget-main.padding-6 {
        padding: 6px
    }

    .widget-main.padding-4 {
        padding: 4px
    }

    .widget-main.padding-2 {
        padding: 2px
    }

    .widget-main.no-padding, .widget-main.padding-0 {
        padding: 0
    }

.widget-toolbar .progress {
    vertical-align: middle;
    display: inline-block;
    margin: 0
}

.widget-toolbar > .dropdown, .widget-toolbar > .dropup {
    display: inline-block
}

.widget-toolbox.toolbox-vertical, .widget-toolbox.toolbox-vertical + .widget-main {
    display: table-cell;
    vertical-align: top
}

.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings], .widget-box > .widget-header > .widget-toolbar > [data-action=settings], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=settings] {
    color: #99CADB
}

.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload], .widget-box > .widget-header > .widget-toolbar > [data-action=reload], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=reload] {
    color: #ACD392
}

.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse], .widget-box > .widget-header > .widget-toolbar > [data-action=collapse], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=collapse] {
    color: #AAA
}

.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=close], .widget-box > .widget-header > .widget-toolbar > [data-action=close], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=close], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=close] {
    color: #E09E96
}

.widget-box[class*=widget-color-] > .widget-header {
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.widget-color-blue {
    border-color: #307ECC
}

    .widget-color-blue > .widget-header {
        background: #307ECC;
        border-color: #307ECC
    }

.widget-color-blue2 {
    border-color: #5090C1
}

    .widget-color-blue2 > .widget-header {
        background: #5090C1;
        border-color: #5090C1
    }

.widget-color-blue3 {
    border-color: #6379AA
}

    .widget-color-blue3 > .widget-header {
        background: #6379AA;
        border-color: #6379AA
    }

.widget-color-green {
    border-color: #82AF6F
}

    .widget-color-green > .widget-header {
        background: #82AF6F;
        border-color: #82AF6F
    }

.widget-color-green2 {
    border-color: #2E8965
}

    .widget-color-green2 > .widget-header {
        background: #2E8965;
        border-color: #2E8965
    }

.widget-color-green3 {
    border-color: #4EBC30
}

    .widget-color-green3 > .widget-header {
        background: #4EBC30;
        border-color: #4EBC30
    }

.widget-color-red {
    border-color: #E2755F
}

    .widget-color-red > .widget-header {
        background: #E2755F;
        border-color: #E2755F
    }

.widget-color-red2 {
    border-color: #E04141
}

    .widget-color-red2 > .widget-header {
        background: #E04141;
        border-color: #E04141
    }

.widget-color-red3 {
    border-color: #D15B47
}

    .widget-color-red3 > .widget-header {
        background: #D15B47;
        border-color: #D15B47
    }

.widget-color-purple {
    border-color: #7E6EB0
}

    .widget-color-purple > .widget-header {
        background: #7E6EB0;
        border-color: #7E6EB0
    }

.widget-color-pink {
    border-color: #CE6F9E
}

    .widget-color-pink > .widget-header {
        background: #CE6F9E;
        border-color: #CE6F9E
    }

.widget-color-orange {
    border-color: #E8B10D
}

    .widget-color-orange > .widget-header {
        color: #855D10 !important;
        border-color: #E8B10D;
        background: #FFC657
    }

.widget-color-dark {
    border-color: #5a5a5a
}

    .widget-color-dark > .widget-header {
        border-color: #666;
        background: #404040
    }

.widget-color-grey {
    border-color: #9e9e9e
}

    .widget-color-grey > .widget-header {
        border-color: #aaa;
        background: #848484
    }

.widget-box.transparent {
    border-width: 0
}

    .widget-box.transparent > .widget-header {
        background: 0 0;
        border-width: 0;
        border-bottom: 1px solid #DCE8F1;
        color: #4383B4;
        padding-left: 3px
    }

    .widget-box.transparent > .widget-header-large {
        padding-left: 5px
    }

    .widget-box.transparent > .widget-header-small {
        padding-left: 1px
    }

    .widget-box.transparent > .widget-body {
        border-width: 0;
        background-color: transparent
    }

[class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action], [class*=widget-color-] > .widget-header > .widget-toolbar > [data-action] {
    text-shadow: 0 1px 1px rgba(0,0,0,.2)
}

[class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings], [class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=settings] {
    color: #D3E4ED
}

[class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload], [class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=reload] {
    color: #DEEAD3
}

[class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse], [class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=collapse] {
    color: #E2E2E2
}

[class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=close], [class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=close] {
    color: #FFD9D5
}

.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action], .widget-color-orange > .widget-header > .widget-toolbar > [data-action] {
    text-shadow: none
}

.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings], .widget-color-orange > .widget-header > .widget-toolbar > [data-action=settings] {
    color: #559AAB
}

.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload], .widget-color-orange > .widget-header > .widget-toolbar > [data-action=reload] {
    color: #7CA362
}

.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse], .widget-color-orange > .widget-header > .widget-toolbar > [data-action=collapse] {
    color: #777
}

.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=close], .widget-color-orange > .widget-header > .widget-toolbar > [data-action=close] {
    color: #A05656
}

.widget-box.light-border[class*=widget-color-]:not(.fullscreen) {
    border-width: 0
}

    .widget-box.light-border[class*=widget-color-]:not(.fullscreen) > .widget-header {
        border: 1px solid;
        border-color: inherit
    }

    .widget-box.light-border[class*=widget-color-]:not(.fullscreen) > .widget-body {
        border: 1px solid #D6D6D6;
        border-width: 0 1px 1px
    }

.widget-box.no-border {
    border-width: 0
}

.widget-box.fullscreen {
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    border-width: 3px;
    z-index: 1040 !important
}

    .widget-box.fullscreen:not([class*=widget-color-]) {
        border-color: #AAA
    }

.widget-body .table {
    border-top: 1px solid #E5E5E5
}

    .widget-body .table thead:first-child tr {
        background: #FFF
    }

[class*=widget-color-] > .widget-body .table thead:first-child tr {
    background: repeat-x #f2f2f2;
    background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0)
}

.infobox-dark > .infobox-icon > .ace-icon:before, .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.widget-body .table.table-bordered thead:first-child > tr {
    border-top-width: 0
}

.widget-main.no-padding .table {
    margin-bottom: 0;
    border-width: 0
}

.widget-main.no-padding .table-bordered td:first-child, .widget-main.no-padding .table-bordered th:first-child {
    border-left-width: 0
}

.transparent > .widget-body .widget-main .table-bordered > tbody > tr > td:last-child, .transparent > .widget-body .widget-main .table-bordered > tfoot > tr > td:last-child, .transparent > .widget-body .widget-main .table-bordered > thead > tr > th:last-child, .widget-main.no-padding .table-bordered > tbody > tr > td:last-child, .widget-main.no-padding .table-bordered > tfoot > tr > td:last-child, .widget-main.no-padding .table-bordered > thead > tr > th:last-child {
    border-right-width: 0 !important
}

.transparent > .widget-body .widget-main .table-bordered > tbody > tr:last-child > td, .widget-main.no-padding .table-bordered > tbody > tr:last-child > td {
    border-bottom-width: 0 !important
}

.table-bordered > thead.thin-border-bottom > tr > td, .table-bordered > thead.thin-border-bottom > tr > th {
    border-bottom-width: 1px
}

.widget-body .alert:last-child {
    margin-bottom: 0
}

.widget-main .tab-content {
    border-width: 0
}

.widget-toolbar > .nav-tabs {
    border-bottom-width: 0;
    margin-bottom: 0;
    top: auto;
    margin-top: 3px !important
}

    .widget-toolbar > .nav-tabs > li {
        margin-bottom: auto
    }

        .widget-toolbar > .nav-tabs > li > a {
            box-shadow: none;
            position: relative;
            top: 1px;
            margin-top: 1px
        }

        .widget-toolbar > .nav-tabs > li:not(.active) > a {
            border-color: transparent;
            background-color: transparent
        }

            .widget-toolbar > .nav-tabs > li:not(.active) > a:hover {
                background-color: transparent
            }

        .widget-toolbar > .nav-tabs > li.active > a {
            background-color: #FFF;
            border-bottom-color: transparent;
            box-shadow: none;
            margin-top: auto
        }

.widget-header-small > .widget-toolbar > .nav-tabs > li > a {
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px
}

.widget-header-small > .widget-toolbar > .nav-tabs > li.active > a {
    border-top-width: 2px
}

.widget-header-large > .widget-toolbar > .nav-tabs > li > a {
    line-height: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 4px
}

.widget-header-large > .widget-toolbar > .nav-tabs > li.active > a {
    margin-top: 3px
}

[class*=widget-color-] > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    border-color: transparent;
    background-color: transparent;
    color: #FFF;
    margin-right: 1px
}

    [class*=widget-color-] > .widget-header > .widget-toolbar > .nav-tabs > li > a:hover {
        background-color: #FFF;
        color: #555;
        border-top-color: #FFF
    }

[class*=widget-color-] > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    background-color: #FFF;
    color: #555;
    border-top-width: 1px;
    margin-top: 0
}

.widget-toolbar > .nav-tabs .widget-color-orange > .widget-header > li > a {
    color: #855D10
}

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    color: #555;
    background-color: transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent
}

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    border-top-color: #4C8FBD;
    border-right: 1px solid #C5D0DC;
    border-left: 1px solid #C5D0DC;
    background-color: #FFF;
    box-shadow: none
}

.widget-toolbox {
    background-color: #EEE
}

    .widget-toolbox:first-child {
        padding: 2px;
        border-bottom: 1px solid #CCC
    }

    .widget-toolbox:last-child {
        padding: 2px;
        border-top: 1px solid #CCC
    }

.transparent > .widget-body > .widget-toolbox:last-child {
    border: none;
    border-top: 1px solid #CCC
}

.widget-toolbox > .btn-toolbar {
    margin: 0 !important;
    padding: 0
}

.widget-toolbox.center {
    text-align: center
}

.widget-toolbox.toolbox-vertical {
    border-bottom-width: 0;
    border-right: 1px solid #D9D9D9;
    padding: 6px 4px;
    width: 1px
}

.widget-toolbox.padding-16 {
    padding: 16px
}

.widget-toolbox.padding-14 {
    padding: 14px
}

.widget-toolbox.padding-12 {
    padding: 12px
}

.widget-toolbox.padding-10 {
    padding: 10px
}

.widget-toolbox.padding-8 {
    padding: 8px
}

.widget-toolbox.padding-6 {
    padding: 6px
}

.widget-toolbox.padding-4 {
    padding: 4px
}

.widget-toolbox.padding-2 {
    padding: 2px
}

.widget-toolbox.padding-0 {
    padding: 0
}

.widget-box-overlay {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    z-index: 999;
    text-align: center;
    min-height: 100%;
    background-color: rgba(0,0,0,.3)
}

    .widget-box-overlay > .loading-icon {
        position: relative;
        top: 20%;
        left: 0;
        right: 0;
        text-align: center
    }

.widget-box.collapsed .widget-box-overlay > .loading-icon {
    top: 10%
}

.widget-box-overlay > .loading-icon.icon-spin {
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.widget-main > form, .widget-main > form .input-append, .widget-main > form .input-prepend {
    margin-bottom: 0
}

.widget-main.no-padding > form > fieldset, .widget-main.padding-0 > form > fieldset {
    padding: 16px
}

    .widget-main.no-padding > form > fieldset + .form-actions, .widget-main.padding-0 > form > fieldset + .form-actions {
        padding: 10px 0 12px
    }

.widget-main.no-padding > form > .form-actions, .widget-main.padding-0 > form > .form-actions {
    margin: 0;
    padding: 10px 12px 12px
}

.widget-placeholder {
    border: 2px dashed #D9D9D9
}

.infobox, .popover, .popover-title, .progress, .tooltip-inner {
    border-radius: 0
}

.widget-container-col {
    min-height: 10px
}
/***************************** popup modal ******************************/
.modal-full .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 10px 60px 10px;
}

.modal-full .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
}

.modal-full .modal-body {
    height: calc(100% - 40px) !important;
    /*margin-bottom:50px;*/
}

.modal-full .modal-footer {
    border-top: 1px solid #FFF;
    background-color: #ABBAC3;
    padding: 7px;
}

.modal-body iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.ace-icon {
    text-align: center;
    /*font-family:initial;*/
}

.center {
    text-align: center;
}

.page-header {
    margin: 0 0 12px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 16px;
    padding-top: 7px
}

    .page-header h1 {
        padding: 0;
        margin: 0 8px;
        font-size: 24px;
        font-weight: 400;
        color: #2679B5
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.page-header h1 small {
    margin: 0 6px;
    font-size: 14px;
    font-weight: 400;
    color: #8089A0
}

.table-bordered, td, th {
    border-radius: 0 !important
}

.table > thead > tr {
    color: #707070;
    font-weight: 400;
    background: repeat-x #F2F2F2;
    background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0)
}

    .table > thead > tr > th {
        border-color: #ddd;
        font-weight: 700;
    }

        .table > thead > tr > th .ace-icon:first-child {
            margin-right: 2px
        }

        .table > thead > tr > th:first-child {
            border-left-color: #F1F1F1
        }

        .table > thead > tr > th:last-child {
            border-right-color: #F1F1F1
        }

.table.table-bordered > thead > tr > th {
    vertical-align: middle
}

    .table.table-bordered > thead > tr > th:first-child {
        border-left-color: #ddd
    }

td.center, th.center {
    text-align: center
}

td .lbl, th .lbl {
    margin-bottom: 0
}

    td .lbl:only-child, th .lbl:only-child {
        vertical-align: top
    }

.table-header {
    background-color: #307ECC;
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px
}

    .table-header .close {
        margin-right: 8px;
        margin-top: 0;
        opacity: .45;
        filter: alpha(opacity=45)
    }

        .table-header .close:hover {
            opacity: .75;
            filter: alpha(opacity=75)
        }

.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto
}

.profile-info-row {
    display: table-row
}

.profile-info-name, .profile-info-value {
    display: table-cell;
    border-top: 1px dotted #D5E4F1
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #667E99;
    background-color: transparent;
    width: 110px;
    vertical-align: middle
}

.profile-info-value {
    padding: 6px 4px 6px 6px
}

    .profile-info-value > span + span:before {
        display: inline;
        /*content: ",";*/
        margin-left: 1px;
        margin-right: 3px;
        color: #666;
        border-bottom: 1px solid #FFF
    }

    .profile-info-value > span + span.editable-container:before {
        display: none
    }

.profile-info-row:first-child .profile-info-name, .profile-info-row:first-child .profile-info-value {
    border-top: none
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7
}

    .profile-user-info-striped .profile-info-name {
        color: #336199;
        background-color: #EDF3F4;
        border-top: 1px solid #F7FBFF
    }

    .profile-user-info-striped .profile-info-value {
        border-top: 1px dotted #DCEBF7;
        padding-left: 12px
    }

.profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0,0,0,.15)
}

.profile-activity {
    padding: 10px 4px;
    border-bottom: 1px dotted #D0D8E0;
    position: relative;
    border-left: 1px dotted #FFF;
    border-right: 1px dotted #FFF
}

    .profile-activity:first-child {
        border-top: 1px dotted transparent
    }

        .profile-activity:first-child:hover {
            border-top-color: #D0D8E0
        }

    .profile-activity:hover {
        background-color: #F4F9FD;
        border-left: 1px dotted #D0D8E0;
        border-right: 1px dotted #D0D8E0
    }

    .profile-activity img {
        border: 2px solid #C9D6E5;
        border-radius: 100%;
        max-width: 40px;
        margin-right: 10px;
        margin-left: 0;
        box-shadow: none
    }

    .profile-activity .thumbicon {
        background-color: #74ABD7;
        display: inline-block;
        border-radius: 100%;
        width: 38px;
        height: 38px;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
        margin-right: 10px;
        margin-left: 0;
        text-shadow: none !important
    }

    .profile-activity .time {
        display: block;
        margin-top: 4px;
        color: #777
    }

.dd-empty, .dd-handle, .dd-placeholder, .dd2-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}


.profile-activity a.user {
    font-weight: 700;
    color: #9585BF
}

.profile-activity .tools {
    position: absolute;
    right: 12px;
    bottom: 8px;
    display: none
}

.profile-activity:hover .tools {
    display: block
}

.dd, .dd-list {
    display: block;
    padding: 0;
    list-style: none
}

.dd, .dd-item > button, .dd-list {
    position: relative
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {
    .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
        width: 300px
    }
}

.dd {
    margin: 0;
    max-width: 600px;
    line-height: 20px
}

.dd-list {
    margin: 0
}

    .dd-list .dd-list {
        padding-left: 30px
    }

.dd-collapsed .dd-list {
    display: none
}

.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px
}

.dd-handle, .dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #F8FAFF;
    border: 1px solid #DAE2EA;
    color: #7C9EB2;
    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box
}

    .dd-handle:hover, .dd2-content:hover {
        color: #438EB9;
        background: #F4F6F7;
        border-color: #DCE2E8
    }

    .dd-handle[class*=btn-], .dd2-content[class*=btn-] {
        color: #FFF;
        border: none;
        padding: 9px 12px
    }

        .dd-handle[class*=btn-]:hover, .dd2-content[class*=btn-]:hover {
            opacity: .85;
            color: #FFF
        }

.dd2-handle + .dd2-content, .dd2-handle + .dd2-content[class*=btn-] {
    padding-left: 44px
}

.dd-handle[class*=btn-]:hover, .dd2-content[class*=btn-] .dd2-handle[class*=btn-]:hover + .dd2-content[class*=btn-] {
    color: #FFF
}

.dd-item > button:hover ~ .dd-handle, .dd-item > button:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8
}

    .dd-item > button:hover ~ .dd-handle[class*=btn-], .dd-item > button:hover ~ .dd2-content[class*=btn-] {
        opacity: .85;
        color: #FFF
    }

.dd2-handle:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8
}

    .dd2-handle:hover ~ .dd2-content[class*=btn-] {
        opacity: .85;
        color: #FFF
    }

.dd2-item.dd-item > button {
    margin-left: 34px
}

.dd-item > button {
    display: block;
    z-index: 1;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    top: 4px;
    left: 1px;
    color: #707070
}

    .dd-item > button:before {
        font-family: FontAwesome;
        content: '\f067';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-weight: 400;
        font-size: 14px
    }

    .dd-item > button[data-action=collapse]:before {
        content: '\f068'
    }

    .dd-item > button:hover {
        color: #707070
    }

.dd-item.dd-colored > button, .dd-item.dd-colored > button:hover {
    color: #EEE
}

.dd-empty, .dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #F0F9FF;
    border: 2px dashed #BED2DB;
    box-sizing: border-box
}

.dd-empty {
    border-color: #AAA;
    border-style: solid;
    background-color: #e5e5e5
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8
}

    .dd-dragel > li > .dd-handle {
        color: #4B92BE;
        background: #F1F5FA;
        border-color: #D6E1EA;
        border-left: 2px solid #777;
        position: relative
    }

        .dd-dragel > li > .dd-handle[class*=btn-] {
            color: #FFF
        }

    .dd-dragel > .dd-item > .dd-handle {
        margin-top: 0
    }

.dd-list > li[class*=item-] {
    border-width: 0;
    padding: 0
}

    .dd-list > li[class*=item-] > .dd-handle {
        border-left: 2px solid;
        border-left-color: inherit
    }

.dd-list > li > .dd-handle .sticker {
    position: absolute;
    right: 0;
    top: 0
}

.dd-dragel > li > .dd2-handle, .dd2-handle {
    left: 0;
    top: 0;
    width: 36px;
    margin: 0;
    text-align: center;
    padding: 0 !important;
    line-height: 38px;
    height: 38px;
    background: #EBEDF2;
    border: 1px solid #DEE4EA;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 1
}

    .dd-dragel > li > .dd2-handle, .dd2-handle:hover {
        background: #E3E8ED
    }

    .dd2-handle[class*=btn-] {
        text-shadow: none !important;
        background: rgba(0,0,0,.1) !important;
        border-right: 1px solid #EEE
    }

        .dd2-handle[class*=btn-]:hover {
            background: rgba(0,0,0,.08) !important
        }

.dd-dragel .dd2-handle[class*=btn-] {
    border-color: transparent #EEE transparent transparent
}

.dd2-handle.btn-yellow {
    background: rgba(0,0,0,.05) !important;
    border-right: 1px solid #FFF
}

    .dd2-handle.btn-yellow:hover {
        background: rgba(0,0,0,.08) !important
    }

.dd-dragel .dd2-handle.btn-yellow {
    border-color: transparent #FFF transparent transparent
}

.dd-item > .dd2-handle .drag-icon {
    display: none
}

.dd-dragel > .dd-item > .dd2-handle .drag-icon {
    display: inline
}

.dd-dragel > .dd-item > .dd2-handle .normal-icon {
    display: none
}

.dropzone {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.06)
}

    .dropzone.well {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3
    }

    .dropzone .dz-default.dz-message {
        background-image: none;
        font-size: 24px;
        text-align: center;
        line-height: 32px;
        left: 0;
        width: 100%;
        margin-left: auto
    }

        .dropzone .dz-default.dz-message span {
            display: inline;
            color: #555
        }

            .dropzone .dz-default.dz-message span .upload-icon {
                opacity: .7;
                filter: alpha(opacity=70);
                margin-top: 8px;
                cursor: pointer
            }

                .dropzone .dz-default.dz-message span .upload-icon:hover {
                    opacity: 1;
                    filter: alpha(opacity=100)
                }

    .dropzone .dz-preview.dz-image-preview {
        background-color: transparent
    }

.timeline-container {
    position: relative;
    padding-top: 4px;
    margin-bottom: 32px
}

    .timeline-container:last-child {
        margin-bottom: 0
    }

    .timeline-container:before {
        content: "";
        display: block;
        position: absolute;
        left: 28px;
        top: 0;
        bottom: 0;
        border: 1px solid #E2E3E7;
        background-color: #E7EAEF;
        width: 4px;
        border-width: 0 1px
    }

    .timeline-container:first-child:before {
        border-top-width: 1px
    }

    .timeline-container:last-child:before {
        border-bottom-width: 1px
    }

.timeline-item {
    position: relative;
    margin-bottom: 8px
}

    .timeline-item .widget-box {
        background-color: #F2F6F9;
        color: #595C66
    }

    .timeline-item .transparent.widget-box {
        border-left: 3px solid #DAE1E5
    }

    .timeline-item .transparent .widget-header {
        background-color: #ECF1F4;
        border-bottom-width: 0
    }

        .timeline-item .transparent .widget-header > .widget-title {
            margin-left: 8px
        }

    .timeline-item:nth-child(even) .widget-box {
        background-color: #F3F3F3;
        color: #616161
    }

        .timeline-item:nth-child(even) .widget-box.transparent {
            border-left-color: #DBDBDB !important
        }

            .timeline-item:nth-child(even) .widget-box.transparent .widget-header {
                background-color: #EEE !important
            }

    .timeline-item .widget-box {
        margin: 0 0 0 60px;
        position: relative;
        max-width: none
    }

    .timeline-item .widget-main {
        margin: 0;
        position: relative;
        max-width: none;
        border-bottom-width: 0
    }

    .timeline-item .widget-body {
        background-color: transparent
    }

    .timeline-item .widget-toolbox {
        padding: 4px 8px 0 !important;
        background-color: transparent !important;
        border-width: 0 !important;
        margin: 0 !important
    }

.timeline-info {
    float: left;
    width: 60px;
    text-align: center;
    position: relative
}

    .timeline-info img {
        border-radius: 100%;
        max-width: 42px
    }

    .timeline-info .badge, .timeline-info .label {
        font-size: 12px
    }

.timeline-container:not(.timeline-style2) .timeline-indicator {
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 30px;
    width: 36px;
    text-align: center;
    text-shadow: none !important;
    padding: 0;
    cursor: default;
    border: 3px solid #FFF !important
}

.timeline-label {
    display: block;
    clear: both;
    margin: 0 0 18px 34px
}

.timeline-item img {
    border: 1px solid #AAA;
    padding: 2px;
    background-color: #FFF
}

.timeline-style2:before {
    display: none
}

.timeline-style2 .timeline-item {
    padding-bottom: 22px;
    margin-bottom: 0
}

    .timeline-style2 .timeline-item:last-child {
        padding-bottom: 0
    }

    .timeline-style2 .timeline-item:before {
        content: "";
        display: block;
        position: absolute;
        left: 90px;
        top: 5px;
        bottom: -5px;
        border-width: 0;
        background-color: #DDD;
        width: 2px;
        max-width: 2px
    }

    .timeline-style2 .timeline-item:last-child:before {
        display: none
    }

    .timeline-style2 .timeline-item:first-child:before {
        display: block
    }

    .timeline-style2 .timeline-item .transparent .widget-header {
        background-color: transparent !important
    }

    .timeline-style2 .timeline-item .transparent.widget-box {
        background-color: transparent !important;
        border-left: none !important
    }

.timeline-style2 .timeline-info {
    width: 100px
}

.timeline-style2 .timeline-indicator {
    font-size: 0;
    height: 12px;
    line-height: 12px;
    width: 12px;
    border-width: 1px !important;
    background-color: #FFF !important;
    position: absolute;
    left: 85px;
    top: 3px;
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    padding: 0
}

.timeline-style2 .timeline-date {
    display: inline-block;
    width: 72px;
    text-align: right;
    margin-right: 25px;
    color: #777
}

.timeline-style2 .timeline-item .widget-box {
    margin-left: 112px
}

.timeline-style2 .timeline-label {
    width: 75px;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: right;
    color: #666;
    font-size: 14px
}

.timeline-time {
    text-align: center;
    position: static
}

.btn-white.btn-primary:hover {
    background: #fff !important;
}
/*.btn {
    color: #FFF!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: none!important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none!important;
    -webkit-transition: background-color .15s,border-color .15s,opacity .15s;
    -o-transition: background-color .15s,border-color .15s,opacity .15s;
    transition: background-color .15s,border-color .15s,opacity .15s;
    vertical-align: middle;
    margin: 0;
    position: relative
}*/

.btn-group .dropdown-toggle, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 0
}

.btn.active, .open > .btn.active.dropdown-toggle {
    box-shadow: none
}

.btn-group-lg > .btn, .btn-lg {
    border-width: 5px;
    line-height: 1.4;
    padding: 5px 16px 6px
}

.btn-group-xlg > .btn, .btn-xlg {
    border-width: 5px;
    line-height: 1.35;
    padding: 7px 16px;
    font-size: 18px
}

.btn-group-sm > .btn, .btn-sm {
    border-width: 4px;
    font-size: 13px;
    padding: 4px 9px;
    line-height: 1.38
}

.btn-group-xs > .btn, .btn-xs {
    padding-top: 3px;
    padding-bottom: 3px;
    border-width: 3px
}

.btn-group-mini > .btn, .btn-mini {
    padding: 1px 5px;
    border-width: 3px;
    font-size: 12px;
    line-height: 1.5
}

.btn-group-minier > .btn, .btn-minier {
    padding: 0 4px;
    line-height: 18px;
    border-width: 2px;
    font-size: 12px
}

button.btn:active {
    top: 1px
}

/*.btn,.btn-default,.btn-default.focus,.btn-default:focus,.btn.focus,.btn:focus {
    background-color: #ABBAC3!important;
    border-color: #ABBAC3
}*/

.btn-default.focus:hover, .btn-default:active:hover, .btn-default:focus:active, .btn-default:focus:hover, .btn-default:hover, .btn.focus:hover, .btn:active:hover, .btn:focus:active, .btn:focus:hover, .btn:hover, .open > .btn-default.dropdown-toggle, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:active, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle.focus, .open > .btn.dropdown-toggle:active, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover {
    background-color: #8B9AA3 !important;
    border-color: #ABBAC3
}

.btn-default.no-border:active, .btn-default.no-border:hover, .btn.no-border:active, .btn.no-border:hover {
    border-color: #8B9AA3
}

.btn-default.no-hover:active, .btn-default.no-hover:hover, .btn.no-hover:active, .btn.no-hover:hover {
    background-color: #ABBAC3 !important
}

.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus.active, .btn.active, .btn.active:focus, .btn.active:hover, .btn.focus.active, .open > .btn-default.dropdown-toggle.active, .open > .btn.dropdown-toggle.active {
    background-color: #9baab3 !important;
    border-color: #8799a4
}

.btn-default.no-border.active, .btn.no-border.active {
    background-color: #92a3ac !important;
    border-color: #92a3ac
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, .btn.disabled, .btn.disabled.active, .btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn[disabled], .btn[disabled].active, .btn[disabled]:active, .btn[disabled]:focus, .btn[disabled]:hover, fieldset[disabled] .btn, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn.active, fieldset[disabled] .btn:active, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:hover {
    background-color: #ABBAC3 !important;
    border-color: #ABBAC3
}

.bg-blue, .btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #428BCA !important;
    border-color: #428BCA
}

    .bg-blue:hover, .bg-blue:active, .btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:active, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
        background-color: #1B6AAA !important;
        border-color: #428BCA
    }

    .btn-primary.no-border:active, .btn-primary.no-border:hover {
        border-color: #1B6AAA
    }

    .btn-primary.no-hover:active, .btn-primary.no-hover:hover {
        background-color: #428BCA !important
    }

    .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus.active, .open > .btn-primary.dropdown-toggle.active {
        background-color: #2f7bba !important;
        border-color: #27689d
    }

    .btn-primary.no-border.active {
        background-color: #2b72ae !important;
        border-color: #2b72ae
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428BCA !important;
        border-color: #428BCA
    }

.btn-info, .btn-info.focus, .btn-info:focus {
    background-color: #6FB3E0 !important;
    border-color: #6FB3E0
}

    .btn-info.focus:hover, .btn-info:active:hover, .btn-info:focus:active, .btn-info:focus:hover, .btn-info:hover, .open > .btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:active, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
        background-color: #4F99C6 !important;
        border-color: #6FB3E0
    }

    .btn-info.no-border:active, .btn-info.no-border:hover {
        border-color: #4F99C6
    }

    .btn-info.no-hover:active, .btn-info.no-hover:hover {
        background-color: #6FB3E0 !important
    }

    .btn-info.active, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus.active, .open > .btn-info.dropdown-toggle.active {
        background-color: #5fa6d3 !important;
        border-color: #4396cb
    }

    .btn-info.no-border.active {
        background-color: #539fd0 !important;
        border-color: #539fd0
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #6FB3E0 !important;
        border-color: #6FB3E0
    }

.btn-info2, .btn-info2.focus, .btn-info2:focus {
    background-color: #95C6E5 !important;
    border-color: #95C6E5
}

    .btn-info2.focus:hover, .btn-info2:active:hover, .btn-info2:focus:active, .btn-info2:focus:hover, .btn-info2:hover, .open > .btn-info2.dropdown-toggle, .open > .btn-info2.dropdown-toggle.focus, .open > .btn-info2.dropdown-toggle:active, .open > .btn-info2.dropdown-toggle:focus, .open > .btn-info2.dropdown-toggle:hover {
        background-color: #67A6CE !important;
        border-color: #95C6E5
    }

    .btn-info2.no-border:active, .btn-info2.no-border:hover {
        border-color: #67A6CE
    }

    .btn-info2.no-hover:active, .btn-info2.no-hover:hover {
        background-color: #95C6E5 !important
    }

    .btn-info2.active, .btn-info2.active:focus, .btn-info2.active:hover, .btn-info2.focus.active, .open > .btn-info2.dropdown-toggle.active {
        background-color: #7eb6da !important;
        border-color: #62a6d1
    }

    .btn-info2.no-border.active {
        background-color: #72afd6 !important;
        border-color: #72afd6
    }

    .btn-info2.disabled, .btn-info2.disabled.active, .btn-info2.disabled:active, .btn-info2.disabled:focus, .btn-info2.disabled:hover, .btn-info2[disabled], .btn-info2[disabled].active, .btn-info2[disabled]:active, .btn-info2[disabled]:focus, .btn-info2[disabled]:hover, fieldset[disabled] .btn-info2, fieldset[disabled] .btn-info2.active, fieldset[disabled] .btn-info2:active, fieldset[disabled] .btn-info2:focus, fieldset[disabled] .btn-info2:hover {
        background-color: #95C6E5 !important;
        border-color: #95C6E5
    }

.btn-success, .btn-success.focus, .btn-success:focus {
    background-color: #87B87F !important;
    border-color: #87B87F
}

    .btn-success.focus:hover, .btn-success:active:hover, .btn-success:focus:active, .btn-success:focus:hover, .btn-success:hover, .open > .btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:active, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
        background-color: #629B58 !important;
        border-color: #87B87F
    }

    .btn-success.no-border:active, .btn-success.no-border:hover {
        border-color: #629B58
    }

    .btn-success.no-hover:active, .btn-success.no-hover:hover {
        background-color: #87B87F !important
    }

    .btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus.active, .open > .btn-success.dropdown-toggle.active {
        background-color: #75aa6c !important;
        border-color: #629959
    }

    .btn-success.no-border.active {
        background-color: #6ba462 !important;
        border-color: #6ba462
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #87B87F !important;
        border-color: #87B87F
    }

.btn-warning, .btn-warning.focus, .btn-warning:focus {
    background-color: #FFB752 !important;
    border-color: #FFB752
}

    .btn-warning.focus:hover, .btn-warning:active:hover, .btn-warning:focus:active, .btn-warning:focus:hover, .btn-warning:hover, .open > .btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:active, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
        background-color: #E59729 !important;
        border-color: #FFB752
    }

    .btn-warning.no-border:active, .btn-warning.no-border:hover {
        border-color: #E59729
    }

    .btn-warning.no-hover:active, .btn-warning.no-hover:hover {
        background-color: #FFB752 !important
    }

    .btn-warning.active, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus.active, .open > .btn-warning.dropdown-toggle.active {
        background-color: #f2a73e !important;
        border-color: #f0981c
    }

    .btn-warning.no-border.active {
        background-color: #f1a02f !important;
        border-color: #f1a02f
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #FFB752 !important;
        border-color: #FFB752
    }

.bg-red, .btn-danger, .btn-danger.focus, .btn-danger:focus {
    background-color: #D15B47 !important;
    border-color: #D15B47
}

    .bg-red:hover, .bg-red:active, .btn-danger.focus:hover, .btn-danger:active:hover, .btn-danger:focus:active, .btn-danger:focus:hover, .btn-danger:hover, .open > .btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:active, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
        background-color: #B74635 !important;
        border-color: #D15B47
    }

    .btn-danger.no-border:active, .btn-danger.no-border:hover {
        border-color: #B74635
    }

    .btn-danger.no-hover:active, .btn-danger.no-hover:hover {
        background-color: #D15B47 !important
    }

    .btn-danger.active, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus.active, .open > .btn-danger.dropdown-toggle.active {
        background-color: #c4513e !important;
        border-color: #aa4434
    }

    .btn-danger.no-border.active {
        background-color: #ba4b39 !important;
        border-color: #ba4b39
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #D15B47 !important;
        border-color: #D15B47
    }

.btn-inverse, .btn-inverse.focus, .btn-inverse:focus {
    background-color: #555 !important;
    border-color: #555
}

    .btn-inverse.focus:hover, .btn-inverse:active:hover, .btn-inverse:focus:active, .btn-inverse:focus:hover, .btn-inverse:hover, .open > .btn-inverse.dropdown-toggle, .open > .btn-inverse.dropdown-toggle.focus, .open > .btn-inverse.dropdown-toggle:active, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle:hover {
        background-color: #303030 !important;
        border-color: #555
    }

    .btn-inverse.no-border:active, .btn-inverse.no-border:hover {
        border-color: #303030
    }

    .btn-inverse.no-hover:active, .btn-inverse.no-hover:hover {
        background-color: #555 !important
    }

    .btn-inverse.active, .btn-inverse.active:focus, .btn-inverse.active:hover, .btn-inverse.focus.active, .open > .btn-inverse.dropdown-toggle.active {
        background-color: #434343 !important;
        border-color: #313131
    }

    .btn-inverse.no-border.active {
        background-color: #3b3b3b !important;
        border-color: #3b3b3b
    }

    .btn-inverse.disabled, .btn-inverse.disabled.active, .btn-inverse.disabled:active, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled], .btn-inverse[disabled].active, .btn-inverse[disabled]:active, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse.active, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
        background-color: #555 !important;
        border-color: #555
    }

.btn-pink, .btn-pink.focus, .btn-pink:focus {
    background-color: #D6487E !important;
    border-color: #D6487E
}

    .btn-pink.focus:hover, .btn-pink:active:hover, .btn-pink:focus:active, .btn-pink:focus:hover, .btn-pink:hover, .open > .btn-pink.dropdown-toggle, .open > .btn-pink.dropdown-toggle.focus, .open > .btn-pink.dropdown-toggle:active, .open > .btn-pink.dropdown-toggle:focus, .open > .btn-pink.dropdown-toggle:hover {
        background-color: #B73766 !important;
        border-color: #D6487E
    }

    .btn-pink.no-border:active, .btn-pink.no-border:hover {
        border-color: #B73766
    }

    .btn-pink.no-hover:active, .btn-pink.no-hover:hover {
        background-color: #D6487E !important
    }

    .btn-pink.active, .btn-pink.active:focus, .btn-pink.active:hover, .btn-pink.focus.active, .open > .btn-pink.dropdown-toggle.active {
        background-color: #c74072 !important;
        border-color: #af3462
    }

    .btn-pink.no-border.active {
        background-color: #be386a !important;
        border-color: #be386a
    }

    .btn-pink.disabled, .btn-pink.disabled.active, .btn-pink.disabled:active, .btn-pink.disabled:focus, .btn-pink.disabled:hover, .btn-pink[disabled], .btn-pink[disabled].active, .btn-pink[disabled]:active, .btn-pink[disabled]:focus, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink.active, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:hover {
        background-color: #D6487E !important;
        border-color: #D6487E
    }

.btn-purple, .btn-purple.focus, .btn-purple:focus {
    background-color: #9585BF !important;
    border-color: #9585BF
}

    .btn-purple.focus:hover, .btn-purple:active:hover, .btn-purple:focus:active, .btn-purple:focus:hover, .btn-purple:hover, .open > .btn-purple.dropdown-toggle, .open > .btn-purple.dropdown-toggle.focus, .open > .btn-purple.dropdown-toggle:active, .open > .btn-purple.dropdown-toggle:focus, .open > .btn-purple.dropdown-toggle:hover {
        background-color: #7461AA !important;
        border-color: #9585BF
    }

    .btn-purple.no-border:active, .btn-purple.no-border:hover {
        border-color: #7461AA
    }

    .btn-purple.no-hover:active, .btn-purple.no-hover:hover {
        background-color: #9585BF !important
    }

    .btn-purple.active, .btn-purple.active:focus, .btn-purple.active:hover, .btn-purple.focus.active, .open > .btn-purple.dropdown-toggle.active {
        background-color: #8573b5 !important;
        border-color: #705ca8
    }

    .btn-purple.no-border.active {
        background-color: #7c69af !important;
        border-color: #7c69af
    }

    .btn-purple.disabled, .btn-purple.disabled.active, .btn-purple.disabled:active, .btn-purple.disabled:focus, .btn-purple.disabled:hover, .btn-purple[disabled], .btn-purple[disabled].active, .btn-purple[disabled]:active, .btn-purple[disabled]:focus, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple, fieldset[disabled] .btn-purple.active, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:hover {
        background-color: #9585BF !important;
        border-color: #9585BF
    }

.btn-grey, .btn-grey.focus, .btn-grey:focus {
    background-color: #A0A0A0 !important;
    border-color: #A0A0A0
}

    .btn-grey.focus:hover, .btn-grey:active:hover, .btn-grey:focus:active, .btn-grey:focus:hover, .btn-grey:hover, .open > .btn-grey.dropdown-toggle, .open > .btn-grey.dropdown-toggle.focus, .open > .btn-grey.dropdown-toggle:active, .open > .btn-grey.dropdown-toggle:focus, .open > .btn-grey.dropdown-toggle:hover {
        background-color: #888 !important;
        border-color: #A0A0A0
    }

    .btn-grey.no-border:active, .btn-grey.no-border:hover {
        border-color: #888
    }

    .btn-grey.no-hover:active, .btn-grey.no-hover:hover {
        background-color: #A0A0A0 !important
    }

    .btn-grey.active, .btn-grey.active:focus, .btn-grey.active:hover, .btn-grey.focus.active, .open > .btn-grey.dropdown-toggle.active {
        background-color: #949494 !important;
        border-color: #828282
    }

    .btn-grey.no-border.active {
        background-color: #8c8c8c !important;
        border-color: #8c8c8c
    }

    .btn-grey.disabled, .btn-grey.disabled.active, .btn-grey.disabled:active, .btn-grey.disabled:focus, .btn-grey.disabled:hover, .btn-grey[disabled], .btn-grey[disabled].active, .btn-grey[disabled]:active, .btn-grey[disabled]:focus, .btn-grey[disabled]:hover, fieldset[disabled] .btn-grey, fieldset[disabled] .btn-grey.active, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:hover {
        background-color: #A0A0A0 !important;
        border-color: #A0A0A0
    }

.btn-yellow {
    color: #963 !important;
    text-shadow: 0 -1px 0 rgba(255,255,255,.4) !important
}

    .btn-yellow, .btn-yellow.focus, .btn-yellow:focus {
        background-color: #FEE188 !important;
        border-color: #FEE188
    }

        .btn-yellow.focus:hover, .btn-yellow:active:hover, .btn-yellow:focus:active, .btn-yellow:focus:hover, .btn-yellow:hover, .open > .btn-yellow.dropdown-toggle, .open > .btn-yellow.dropdown-toggle.focus, .open > .btn-yellow.dropdown-toggle:active, .open > .btn-yellow.dropdown-toggle:focus, .open > .btn-yellow.dropdown-toggle:hover {
            background-color: #F7D05B !important;
            border-color: #FEE188
        }

        .btn-yellow.no-border:active, .btn-yellow.no-border:hover {
            border-color: #F7D05B
        }

        .btn-yellow.no-hover:active, .btn-yellow.no-hover:hover {
            background-color: #FEE188 !important
        }

        .btn-yellow.active, .btn-yellow.active:focus, .btn-yellow.active:hover, .btn-yellow.focus.active, .open > .btn-yellow.dropdown-toggle.active {
            background-color: #fbd972 !important;
            border-color: #f9cf4f
        }

        .btn-yellow.no-border.active {
            background-color: #fad463 !important;
            border-color: #fad463
        }

        .btn-yellow.disabled, .btn-yellow.disabled.active, .btn-yellow.disabled:active, .btn-yellow.disabled:focus, .btn-yellow.disabled:hover, .btn-yellow[disabled], .btn-yellow[disabled].active, .btn-yellow[disabled]:active, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow, fieldset[disabled] .btn-yellow.active, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:hover {
            background-color: #FEE188 !important;
            border-color: #FEE188
        }

        .btn-yellow.active, .btn-yellow.focus, .btn-yellow:focus, .btn-yellow:hover, .open > .btn-yellow.active.dropdown-toggle, .open > .btn-yellow.dropdown-toggle {
            color: #963
        }

.btn-light {
    color: #888 !important;
    text-shadow: 0 -1px 0 rgba(250,250,250,.25) !important
}

.btn.btn-link, .btn.btn-link:hover, .btn.btn-white {
    text-shadow: none !important
}

.btn-light, .btn-light.focus, .btn-light:focus {
    background-color: #E7E7E7 !important;
    border-color: #E7E7E7
}

    .btn-light.focus:hover, .btn-light:active:hover, .btn-light:focus:active, .btn-light:focus:hover, .btn-light:hover, .open > .btn-light.dropdown-toggle, .open > .btn-light.dropdown-toggle.focus, .open > .btn-light.dropdown-toggle:active, .open > .btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle:hover {
        background-color: #D9D9D9 !important;
        border-color: #E7E7E7
    }

    .btn-light.no-border:active, .btn-light.no-border:hover {
        border-color: #D9D9D9
    }

    .btn-light.no-hover:active, .btn-light.no-hover:hover {
        background-color: #E7E7E7 !important
    }

    .btn-light.active, .btn-light.active:focus, .btn-light.active:hover, .btn-light.focus.active, .open > .btn-light.dropdown-toggle.active {
        background-color: #e0e0e0 !important;
        border-color: #cecece
    }

    .btn-light.no-border.active {
        background-color: #d8d8d8 !important;
        border-color: #d8d8d8
    }

    .btn-light.disabled, .btn-light.disabled.active, .btn-light.disabled:active, .btn-light.disabled:focus, .btn-light.disabled:hover, .btn-light[disabled], .btn-light[disabled].active, .btn-light[disabled]:active, .btn-light[disabled]:focus, .btn-light[disabled]:hover, fieldset[disabled] .btn-light, fieldset[disabled] .btn-light.active, fieldset[disabled] .btn-light:active, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light:hover {
        background-color: #E7E7E7 !important;
        border-color: #E7E7E7
    }

.btn.btn-white, .btn.btn-white.no-hover:active, .btn.btn-white.no-hover:hover {
    background-color: #FFF !important
}

    .btn.btn-white, .btn.btn-white.active.no-border, .btn.btn-white.disabled, .btn.btn-white.disabled.active, .btn.btn-white.disabled:active, .btn.btn-white.disabled:focus, .btn.btn-white.disabled:hover, .btn.btn-white:active.no-border, .btn.btn-white:focus.no-border, .btn.btn-white:hover.no-border, .btn.btn-white[disabled], .btn.btn-white[disabled].active, .btn.btn-white[disabled]:active, .btn.btn-white[disabled]:focus, .btn.btn-white[disabled]:hover, .open > .btn.btn-white.active.dropdown-toggle.no-border, .open > .btn.btn-white.dropdown-toggle.no-border, fieldset[disabled] .btn.btn-white, fieldset[disabled] .btn.btn-white.active, fieldset[disabled] .btn.btn-white:active, fieldset[disabled] .btn.btn-white:focus, fieldset[disabled] .btn.btn-white:hover {
        border-color: #CCC
    }

.btn-light.active, .btn-light.focus, .btn-light:focus, .btn-light:hover, .open > .btn-light.active.dropdown-toggle, .open > .btn-light.dropdown-toggle {
    color: #888
}

.btn-light.btn-mini:after, .btn-light.btn-xs:after {
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px
}

.btn-light.btn-sm:after {
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px
}

.btn-light .btn-lg:after {
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px
}

.btn.btn-white {
    color: #444 !important
}

    .btn.btn-white.active, .btn.btn-white:focus {
        box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.1) !important
    }

        .btn.btn-white.active.btn-bold, .btn.btn-white:focus.btn-bold {
            box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,.15) !important
        }

        .btn.btn-white.active:after {
            display: none
        }

    .btn.btn-white.active, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover, .open > .btn.btn-white.active.dropdown-toggle, .open > .btn.btn-white.dropdown-toggle {
        background-color: #EBEBEB !important;
        border-color: #CCC;
        color: #3a3434 !important
    }

.btn-white.btn-default {
    border-color: #ABBAC3;
    color: #80909a !important
}

    .btn-white.btn-default.active, .btn-white.btn-default:active, .btn-white.btn-default:focus, .btn-white.btn-default:hover, .open > .btn-white.btn-default.active.dropdown-toggle, .open > .btn-white.btn-default.dropdown-toggle {
        background-color: #eff2f4 !important;
        border-color: #ABBAC3;
        color: #6b8595 !important
    }

        .btn-white.btn-default.active.no-border, .btn-white.btn-default.disabled, .btn-white.btn-default.disabled.active, .btn-white.btn-default.disabled:active, .btn-white.btn-default.disabled:focus, .btn-white.btn-default.disabled:hover, .btn-white.btn-default:active.no-border, .btn-white.btn-default:focus.no-border, .btn-white.btn-default:hover.no-border, .btn-white.btn-default[disabled], .btn-white.btn-default[disabled].active, .btn-white.btn-default[disabled]:active, .btn-white.btn-default[disabled]:focus, .btn-white.btn-default[disabled]:hover, .open > .btn-white.btn-default.active.dropdown-toggle.no-border, .open > .btn-white.btn-default.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-default, fieldset[disabled] .btn-white.btn-default.active, fieldset[disabled] .btn-white.btn-default:active, fieldset[disabled] .btn-white.btn-default:focus, fieldset[disabled] .btn-white.btn-default:hover {
            border-color: #ABBAC3
        }

.btn-white.btn-primary {
    border-color: #8aafce;
    color: #6688a6 !important
}

    .btn-white.btn-primary.active, .btn-white.btn-primary:active, .btn-white.btn-primary:focus, .btn-white.btn-primary:hover, .open > .btn-white.btn-primary.active.dropdown-toggle, .open > .btn-white.btn-primary.dropdown-toggle {
        background-color: #eaf2f8 !important;
        border-color: #8aafce;
        color: #537c9f !important
    }

        .btn-white.btn-primary.active.no-border, .btn-white.btn-primary.disabled, .btn-white.btn-primary.disabled.active, .btn-white.btn-primary.disabled:active, .btn-white.btn-primary.disabled:focus, .btn-white.btn-primary.disabled:hover, .btn-white.btn-primary:active.no-border, .btn-white.btn-primary:focus.no-border, .btn-white.btn-primary:hover.no-border, .btn-white.btn-primary[disabled], .btn-white.btn-primary[disabled].active, .btn-white.btn-primary[disabled]:active, .btn-white.btn-primary[disabled]:focus, .btn-white.btn-primary[disabled]:hover, .open > .btn-white.btn-primary.active.dropdown-toggle.no-border, .open > .btn-white.btn-primary.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-primary, fieldset[disabled] .btn-white.btn-primary.active, fieldset[disabled] .btn-white.btn-primary:active, fieldset[disabled] .btn-white.btn-primary:focus, fieldset[disabled] .btn-white.btn-primary:hover {
            border-color: #8aafce
        }

.btn-white.btn-success {
    border-color: #a7c9a1;
    color: #81a87b !important
}

    .btn-white.btn-success.active, .btn-white.btn-success:active, .btn-white.btn-success:focus, .btn-white.btn-success:hover, .open > .btn-white.btn-success.active.dropdown-toggle, .open > .btn-white.btn-success.dropdown-toggle {
        background-color: #edf4eb !important;
        border-color: #a7c9a1;
        color: #6ea465 !important
    }

        .btn-white.btn-success.active.no-border, .btn-white.btn-success.disabled, .btn-white.btn-success.disabled.active, .btn-white.btn-success.disabled:active, .btn-white.btn-success.disabled:focus, .btn-white.btn-success.disabled:hover, .btn-white.btn-success:active.no-border, .btn-white.btn-success:focus.no-border, .btn-white.btn-success:hover.no-border, .btn-white.btn-success[disabled], .btn-white.btn-success[disabled].active, .btn-white.btn-success[disabled]:active, .btn-white.btn-success[disabled]:focus, .btn-white.btn-success[disabled]:hover, .open > .btn-white.btn-success.active.dropdown-toggle.no-border, .open > .btn-white.btn-success.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-success, fieldset[disabled] .btn-white.btn-success.active, fieldset[disabled] .btn-white.btn-success:active, fieldset[disabled] .btn-white.btn-success:focus, fieldset[disabled] .btn-white.btn-success:hover {
            border-color: #a7c9a1
        }

.btn-white.btn-danger {
    border-color: #d7a59d;
    color: #b7837a !important
}

    .btn-white.btn-danger.active, .btn-white.btn-danger:active, .btn-white.btn-danger:focus, .btn-white.btn-danger:hover, .open > .btn-white.btn-danger.active.dropdown-toggle, .open > .btn-white.btn-danger.dropdown-toggle {
        background-color: #fbf4f3 !important;
        border-color: #d7a59d;
        color: #b46f64 !important
    }

        .btn-white.btn-danger.active.no-border, .btn-white.btn-danger.disabled, .btn-white.btn-danger.disabled.active, .btn-white.btn-danger.disabled:active, .btn-white.btn-danger.disabled:focus, .btn-white.btn-danger.disabled:hover, .btn-white.btn-danger:active.no-border, .btn-white.btn-danger:focus.no-border, .btn-white.btn-danger:hover.no-border, .btn-white.btn-danger[disabled], .btn-white.btn-danger[disabled].active, .btn-white.btn-danger[disabled]:active, .btn-white.btn-danger[disabled]:focus, .btn-white.btn-danger[disabled]:hover, .open > .btn-white.btn-danger.active.dropdown-toggle.no-border, .open > .btn-white.btn-danger.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-danger, fieldset[disabled] .btn-white.btn-danger.active, fieldset[disabled] .btn-white.btn-danger:active, fieldset[disabled] .btn-white.btn-danger:focus, fieldset[disabled] .btn-white.btn-danger:hover {
            border-color: #d7a59d
        }

.btn-white.btn-warning {
    border-color: #e7b979;
    color: #daa458 !important
}

    .btn-white.btn-warning.active, .btn-white.btn-warning:active, .btn-white.btn-warning:focus, .btn-white.btn-warning:hover, .open > .btn-white.btn-warning.active.dropdown-toggle, .open > .btn-white.btn-warning.dropdown-toggle {
        background-color: #fef7ec !important;
        border-color: #e7b979;
        color: #db9a3d !important
    }

        .btn-white.btn-warning.active.no-border, .btn-white.btn-warning.disabled, .btn-white.btn-warning.disabled.active, .btn-white.btn-warning.disabled:active, .btn-white.btn-warning.disabled:focus, .btn-white.btn-warning.disabled:hover, .btn-white.btn-warning:active.no-border, .btn-white.btn-warning:focus.no-border, .btn-white.btn-warning:hover.no-border, .btn-white.btn-warning[disabled], .btn-white.btn-warning[disabled].active, .btn-white.btn-warning[disabled]:active, .btn-white.btn-warning[disabled]:focus, .btn-white.btn-warning[disabled]:hover, .open > .btn-white.btn-warning.active.dropdown-toggle.no-border, .open > .btn-white.btn-warning.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-warning, fieldset[disabled] .btn-white.btn-warning.active, fieldset[disabled] .btn-white.btn-warning:active, fieldset[disabled] .btn-white.btn-warning:focus, fieldset[disabled] .btn-white.btn-warning:hover {
            border-color: #e7b979
        }

.btn-white.btn-info, .btn-white.btn-info.active.no-border, .btn-white.btn-info.disabled, .btn-white.btn-info.disabled.active, .btn-white.btn-info.disabled:active, .btn-white.btn-info.disabled:focus, .btn-white.btn-info.disabled:hover, .btn-white.btn-info:active.no-border, .btn-white.btn-info:focus.no-border, .btn-white.btn-info:hover.no-border, .btn-white.btn-info[disabled], .btn-white.btn-info[disabled].active, .btn-white.btn-info[disabled]:active, .btn-white.btn-info[disabled]:focus, .btn-white.btn-info[disabled]:hover, .open > .btn-white.btn-info.active.dropdown-toggle.no-border, .open > .btn-white.btn-info.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-info, fieldset[disabled] .btn-white.btn-info.active, fieldset[disabled] .btn-white.btn-info:active, fieldset[disabled] .btn-white.btn-info:focus, fieldset[disabled] .btn-white.btn-info:hover {
    border-color: #8fbcd9
}

.btn-white.btn-info {
    color: #70a0c1 !important
}

    .btn-white.btn-info.active, .btn-white.btn-info:active, .btn-white.btn-info:focus, .btn-white.btn-info:hover, .open > .btn-white.btn-info.active.dropdown-toggle, .open > .btn-white.btn-info.dropdown-toggle {
        background-color: #eef5fa !important;
        border-color: #8fbcd9;
        color: #5896bf !important
    }

.btn-white.btn-inverse {
    border-color: #959595;
    color: #555 !important
}

    .btn-white.btn-inverse.active, .btn-white.btn-inverse:active, .btn-white.btn-inverse:focus, .btn-white.btn-inverse:hover, .open > .btn-white.btn-inverse.active.dropdown-toggle, .open > .btn-white.btn-inverse.dropdown-toggle {
        background-color: #e4e4e4 !important;
        border-color: #959595;
        color: #4c4545 !important
    }

        .btn-white.btn-inverse.active.no-border, .btn-white.btn-inverse.disabled, .btn-white.btn-inverse.disabled.active, .btn-white.btn-inverse.disabled:active, .btn-white.btn-inverse.disabled:focus, .btn-white.btn-inverse.disabled:hover, .btn-white.btn-inverse:active.no-border, .btn-white.btn-inverse:focus.no-border, .btn-white.btn-inverse:hover.no-border, .btn-white.btn-inverse[disabled], .btn-white.btn-inverse[disabled].active, .btn-white.btn-inverse[disabled]:active, .btn-white.btn-inverse[disabled]:focus, .btn-white.btn-inverse[disabled]:hover, .open > .btn-white.btn-inverse.active.dropdown-toggle.no-border, .open > .btn-white.btn-inverse.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-inverse, fieldset[disabled] .btn-white.btn-inverse.active, fieldset[disabled] .btn-white.btn-inverse:active, fieldset[disabled] .btn-white.btn-inverse:focus, fieldset[disabled] .btn-white.btn-inverse:hover {
            border-color: #959595
        }

.btn-white.btn-pink, .btn-white.btn-pink.active.no-border, .btn-white.btn-pink.disabled, .btn-white.btn-pink.disabled.active, .btn-white.btn-pink.disabled:active, .btn-white.btn-pink.disabled:focus, .btn-white.btn-pink.disabled:hover, .btn-white.btn-pink:active.no-border, .btn-white.btn-pink:focus.no-border, .btn-white.btn-pink:hover.no-border, .btn-white.btn-pink[disabled], .btn-white.btn-pink[disabled].active, .btn-white.btn-pink[disabled]:active, .btn-white.btn-pink[disabled]:focus, .btn-white.btn-pink[disabled]:hover, .open > .btn-white.btn-pink.active.dropdown-toggle.no-border, .open > .btn-white.btn-pink.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-pink, fieldset[disabled] .btn-white.btn-pink.active, fieldset[disabled] .btn-white.btn-pink:active, fieldset[disabled] .btn-white.btn-pink:focus, fieldset[disabled] .btn-white.btn-pink:hover {
    border-color: #d299ae
}

.btn-white.btn-pink {
    color: #af6f87 !important
}

    .btn-white.btn-pink.active, .btn-white.btn-pink:active, .btn-white.btn-pink:focus, .btn-white.btn-pink:hover, .open > .btn-white.btn-pink.active.dropdown-toggle, .open > .btn-white.btn-pink.dropdown-toggle {
        background-color: #fbeff4 !important;
        border-color: #d299ae;
        color: #ac5978 !important
    }

.btn-white.btn-purple {
    border-color: #b7b1c6;
    color: #7d6fa2 !important
}

    .btn-white.btn-purple.active, .btn-white.btn-purple:active, .btn-white.btn-purple:focus, .btn-white.btn-purple:hover, .open > .btn-white.btn-purple.active.dropdown-toggle, .open > .btn-white.btn-purple.dropdown-toggle {
        background-color: #efedf5 !important;
        border-color: #b7b1c6;
        color: #6d5b9c !important
    }

        .btn-white.btn-purple.active.no-border, .btn-white.btn-purple.disabled, .btn-white.btn-purple.disabled.active, .btn-white.btn-purple.disabled:active, .btn-white.btn-purple.disabled:focus, .btn-white.btn-purple.disabled:hover, .btn-white.btn-purple:active.no-border, .btn-white.btn-purple:focus.no-border, .btn-white.btn-purple:hover.no-border, .btn-white.btn-purple[disabled], .btn-white.btn-purple[disabled].active, .btn-white.btn-purple[disabled]:active, .btn-white.btn-purple[disabled]:focus, .btn-white.btn-purple[disabled]:hover, .open > .btn-white.btn-purple.active.dropdown-toggle.no-border, .open > .btn-white.btn-purple.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-purple, fieldset[disabled] .btn-white.btn-purple.active, fieldset[disabled] .btn-white.btn-purple:active, fieldset[disabled] .btn-white.btn-purple:focus, fieldset[disabled] .btn-white.btn-purple:hover {
            border-color: #b7b1c6
        }

.btn-white.btn-yellow {
    border-color: #ecd181;
    color: #d3a61a !important
}

    .btn-white.btn-yellow.active, .btn-white.btn-yellow:active, .btn-white.btn-yellow:focus, .btn-white.btn-yellow:hover, .open > .btn-white.btn-yellow.active.dropdown-toggle, .open > .btn-white.btn-yellow.dropdown-toggle {
        background-color: #fdf7e4 !important;
        border-color: #ecd181;
        color: #c29712 !important
    }

        .btn-white.btn-yellow.active.no-border, .btn-white.btn-yellow.disabled, .btn-white.btn-yellow.disabled.active, .btn-white.btn-yellow.disabled:active, .btn-white.btn-yellow.disabled:focus, .btn-white.btn-yellow.disabled:hover, .btn-white.btn-yellow:active.no-border, .btn-white.btn-yellow:focus.no-border, .btn-white.btn-yellow:hover.no-border, .btn-white.btn-yellow[disabled], .btn-white.btn-yellow[disabled].active, .btn-white.btn-yellow[disabled]:active, .btn-white.btn-yellow[disabled]:focus, .btn-white.btn-yellow[disabled]:hover, .open > .btn-white.btn-yellow.active.dropdown-toggle.no-border, .open > .btn-white.btn-yellow.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-yellow, fieldset[disabled] .btn-white.btn-yellow.active, fieldset[disabled] .btn-white.btn-yellow:active, fieldset[disabled] .btn-white.btn-yellow:focus, fieldset[disabled] .btn-white.btn-yellow:hover {
            border-color: #ecd181
        }

.btn-white.btn-grey, .btn-white.btn-grey.active.no-border, .btn-white.btn-grey.disabled, .btn-white.btn-grey.disabled.active, .btn-white.btn-grey.disabled:active, .btn-white.btn-grey.disabled:focus, .btn-white.btn-grey.disabled:hover, .btn-white.btn-grey:active.no-border, .btn-white.btn-grey:focus.no-border, .btn-white.btn-grey:hover.no-border, .btn-white.btn-grey[disabled], .btn-white.btn-grey[disabled].active, .btn-white.btn-grey[disabled]:active, .btn-white.btn-grey[disabled]:focus, .btn-white.btn-grey[disabled]:hover, .open > .btn-white.btn-grey.active.dropdown-toggle.no-border, .open > .btn-white.btn-grey.dropdown-toggle.no-border, fieldset[disabled] .btn-white.btn-grey, fieldset[disabled] .btn-white.btn-grey.active, fieldset[disabled] .btn-white.btn-grey:active, fieldset[disabled] .btn-white.btn-grey:focus, fieldset[disabled] .btn-white.btn-grey:hover {
    border-color: #c6c6c6
}

.btn-white.btn-grey {
    color: #8c8c8c !important
}

    .btn-white.btn-grey.active, .btn-white.btn-grey:active, .btn-white.btn-grey:focus, .btn-white.btn-grey:hover, .open > .btn-white.btn-grey.active.dropdown-toggle, .open > .btn-white.btn-grey.dropdown-toggle {
        background-color: #ededed !important;
        border-color: #c6c6c6;
        color: #857979 !important
    }

.btn-white.btn-transparent {
    background-color: rgba(0,0,0,.4) !important
}

    .btn-white.btn-transparent:hover {
        background-color: rgba(0,0,0,.5) !important
    }

    .btn-white.btn-transparent:active, .btn-white.btn-transparent:focus {
        background-color: rgba(0,0,0,.6) !important
    }

.btn-white.no-border {
    border-color: transparent !important
}

.btn.disabled.active, .btn.disabled:active, .btn.disabled:focus, .btn[disabled].active, .btn[disabled]:active, .btn[disabled]:focus {
    outline: 0
}

.btn.disabled:active, .btn[disabled]:active {
    top: 0;
    left: 0
}

.btn.active:after {
    display: inline-block;
    content: "";
    position: absolute;
    border-bottom: 1px solid #EFE5B5;
    left: -4px;
    right: -4px;
    bottom: -4px
}

.btn.btn-link, .btn.btn-no-border {
    border-width: 0 !important
}

.btn.active.btn-sm:after {
    left: -3px;
    right: -3px;
    bottom: -3px
}

.btn.active.btn-lg:after {
    left: -5px;
    right: -5px;
    bottom: -5px
}

.btn.active.btn-mini:after, .btn.active.btn-minier:after, .btn.active.btn-xs:after {
    left: -1px;
    right: -1px;
    bottom: -2px
}

.btn.active.btn-minier:after {
    bottom: -1px
}

.btn.active.btn-yellow:after {
    border-bottom-color: #C96338
}

.btn.active.btn-light {
    color: #515151
}

    .btn.active.btn-light:after {
        border-bottom-color: #B5B5B5
    }

.btn > .ace-icon {
    margin-right: 4px
}

    .btn > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 4px
    }

.btn > .icon-only.ace-icon {
    margin: 0 !important;
    text-align: center;
    padding: 0
}

.btn-lg > .ace-icon {
    margin-right: 6px
}

    .btn-lg > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 6px
    }

.btn-sm > .ace-icon {
    margin-right: 3px
}

    .btn-sm > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 3px
    }

.btn-mini > .ace-icon, .btn-minier > .ace-icon, .btn-xs > .ace-icon {
    margin-right: 2px
}

    .btn-mini > .ace-icon.icon-on-right, .btn-minier > .ace-icon.icon-on-right, .btn-xs > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 2px
    }

.btn.btn-link {
    background: 0 0 !important;
    color: #08C !important;
    padding: 4px 12px !important;
    line-height: 20px !important
}

    .btn.btn-link:hover {
        background: 0 0 !important
    }

    .btn.btn-link.active, .btn.btn-link:active, .btn.btn-link:focus, .open > .btn.btn-link.active, .open > .btn.btn-link:active, .open > .btn.btn-link:focus {
        background: 0 0 !important;
        text-decoration: underline;
        color: #009ceb !important
    }

        .btn.btn-link.active:after, .btn.btn-link:active:after, .btn.btn-link:focus:after {
            display: none
        }

    .btn.btn-link.disabled, .btn.btn-link[disabled] {
        background: 0 0 !important;
        opacity: .65;
        filter: alpha(opacity=65);
        text-decoration: none !important
    }

.btn-group:first-child {
    margin-left: 0
}

.btn-group > .btn, .btn-group > .btn + .btn, .btn-group > .btn:first-child {
    margin: 0 1px 0 0
}

    .btn-group > .btn > .caret {
        margin-top: 15px;
        margin-left: 1px;
        border-width: 5px;
        border-top-color: #FFF
    }

    .btn-group > .btn.btn-sm > .caret {
        margin-top: 10px;
        border-width: 4px
    }

    .btn-group > .btn.btn-lg > .caret {
        margin-top: 18px;
        border-width: 6px
    }

    .btn-group > .btn.btn-mini > .caret, .btn-group > .btn.btn-xs > .caret {
        margin-top: 9px;
        border-width: 4px
    }

    .btn-group > .btn.btn-minier > .caret {
        margin-top: 7px;
        border-width: 3px
    }

    .btn-group > .btn + .btn.dropdown-toggle {
        padding-right: 3px;
        padding-left: 3px
    }

    .btn-group > .btn + .btn-lg.dropdown-toggle {
        padding-right: 4px;
        padding-left: 4px
    }

.btn-group + .btn, .btn-group > .btn {
    margin: 0 1px 0 0;
    border-width: 3px
}

    .btn-group + .btn.active:after, .btn-group > .btn.active:after {
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-bottom-width: 1px
    }

.btn-group + .btn-lg, .btn-group > .btn-lg {
    border-width: 4px
}

    .btn-group + .btn-lg.active:after, .btn-group > .btn-lg.active:after {
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-bottom-width: 1px
    }

.btn-group + .btn-sm, .btn-group > .btn-sm {
    border-width: 2px
}

.btn-group + .btn-mini, .btn-group + .btn-minier, .btn-group + .btn-xs, .btn-group > .btn-mini, .btn-group > .btn-minier, .btn-group > .btn-xs, .btn.btn-white {
    border-width: 1px
}

.btn-group + .btn-sm.active:after, .btn-group > .btn-sm.active:after {
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-bottom-width: 1px
}

.btn-group + .btn-mini.active:after, .btn-group + .btn-minier.active:after, .btn-group + .btn-xs.active:after, .btn-group > .btn-mini.active:after, .btn-group > .btn-minier.active:after, .btn-group > .btn-xs.active:after {
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-width: 1px
}

.btn.btn-bold, .btn.btn-round {
    border-bottom-width: 2px
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn + .btn {
    margin: 1px 0 0
}

    .btn-group-vertical > .btn:first-child {
        margin-top: 0
    }

.btn-group.btn-overlap > .btn {
    margin-right: -1px
}

.btn-group.btn-corner > .btn:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.btn-group.btn-corner > .btn:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.btn-group.btn-corner > .btn.btn-sm:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.btn-group.btn-corner > .btn.btn-sm:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.btn-group.btn-corner > .btn.btn-mini:first-child, .btn-group.btn-corner > .btn.btn-xs:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.btn-group.btn-corner > .btn.btn-mini:last-child, .btn-group.btn-corner > .btn.btn-xs:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.btn.btn-round {
    border-radius: 4px !important
}

.btn.btn-app {
    display: inline-block;
    width: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px -1px rgba(0,0,0,.2) !important;
    border: none;
    border-radius: 12px;
    padding: 12px 0 8px;
    margin: 2px;
    line-height: 1.7;
    position: relative
}

.btn-app, .btn-app.btn-default, .btn-app.btn-default.disabled:hover, .btn-app.btn-default.no-hover:hover, .btn-app.disabled:hover, .btn-app.no-hover:hover {
    background: repeat-x #b4c2cc !important;
    background-image: -webkit-linear-gradient(top,#BCC9D5 0,#ABBAC3 100%) !important;
    background-image: -o-linear-gradient(top,#BCC9D5 0,#ABBAC3 100%) !important;
    background-image: linear-gradient(to bottom,#BCC9D5 0,#ABBAC3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0) !important
}

    .btn-app.btn-default:hover, .btn-app:hover {
        background: repeat-x #9baebc !important;
        background-image: -webkit-linear-gradient(top,#a3b5c5 0,#93a6b2 100%) !important;
        background-image: -o-linear-gradient(top,#a3b5c5 0,#93a6b2 100%) !important;
        background-image: linear-gradient(to bottom,#a3b5c5 0,#93a6b2 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b5c5', endColorstr='#ff93a6b2', GradientType=0) !important
    }

    .btn-app.btn-primary, .btn-app.btn-primary.disabled:hover, .btn-app.btn-primary.no-hover:hover {
        background: repeat-x #2a8bcb !important;
        background-image: -webkit-linear-gradient(top,#3B98D6 0,#197EC1 100%) !important;
        background-image: -o-linear-gradient(top,#3B98D6 0,#197EC1 100%) !important;
        background-image: linear-gradient(to bottom,#3B98D6 0,#197EC1 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0) !important
    }

        .btn-app.btn-primary:hover {
            background: repeat-x #1d6fa6 !important;
            background-image: -webkit-linear-gradient(top,#267eb8 0,#136194 100%) !important;
            background-image: -o-linear-gradient(top,#267eb8 0,#136194 100%) !important;
            background-image: linear-gradient(to bottom,#267eb8 0,#136194 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff267eb8', endColorstr='#ff136194', GradientType=0) !important
        }

    .btn-app.btn-info, .btn-app.btn-info.disabled:hover, .btn-app.btn-info.no-hover:hover {
        background: repeat-x #68adde !important;
        background-image: -webkit-linear-gradient(top,#75B5E6 0,#5BA4D5 100%) !important;
        background-image: -o-linear-gradient(top,#75B5E6 0,#5BA4D5 100%) !important;
        background-image: linear-gradient(to bottom,#75B5E6 0,#5BA4D5 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0) !important
    }

        .btn-app.btn-info:hover {
            background: repeat-x #3f96d4 !important;
            background-image: -webkit-linear-gradient(top,#4a9ede 0,#348dc9 100%) !important;
            background-image: -o-linear-gradient(top,#4a9ede 0,#348dc9 100%) !important;
            background-image: linear-gradient(to bottom,#4a9ede 0,#348dc9 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9ede', endColorstr='#ff348dc9', GradientType=0) !important
        }

    .btn-app.btn-success, .btn-app.btn-success.disabled:hover, .btn-app.btn-success.no-hover:hover {
        background: repeat-x #85b558 !important;
        background-image: -webkit-linear-gradient(top,#8EBF60 0,#7DAA50 100%) !important;
        background-image: -o-linear-gradient(top,#8EBF60 0,#7DAA50 100%) !important;
        background-image: linear-gradient(to bottom,#8EBF60 0,#7DAA50 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0) !important
    }

        .btn-app.btn-success:hover {
            background: repeat-x #6c9842 !important;
            background-image: -webkit-linear-gradient(top,#74a844 0,#648740 100%) !important;
            background-image: -o-linear-gradient(top,#74a844 0,#648740 100%) !important;
            background-image: linear-gradient(to bottom,#74a844 0,#648740 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74a844', endColorstr='#ff648740', GradientType=0) !important
        }

    .btn-app.btn-danger, .btn-app.btn-danger.disabled:hover, .btn-app.btn-danger.no-hover:hover {
        background: repeat-x #d3413b !important;
        background-image: -webkit-linear-gradient(top,#D55B52 0,#D12723 100%) !important;
        background-image: -o-linear-gradient(top,#D55B52 0,#D12723 100%) !important;
        background-image: linear-gradient(to bottom,#D55B52 0,#D12723 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0) !important
    }

        .btn-app.btn-danger:hover {
            background: repeat-x #b52c26 !important;
            background-image: -webkit-linear-gradient(top,#c43a30 0,#a51f1c 100%) !important;
            background-image: -o-linear-gradient(top,#c43a30 0,#a51f1c 100%) !important;
            background-image: linear-gradient(to bottom,#c43a30 0,#a51f1c 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc43a30', endColorstr='#ffa51f1c', GradientType=0) !important
        }

    .btn-app.btn-warning, .btn-app.btn-warning.disabled:hover, .btn-app.btn-warning.no-hover:hover {
        background: repeat-x #ffb44b !important;
        background-image: -webkit-linear-gradient(top,#FFBF66 0,#FFA830 100%) !important;
        background-image: -o-linear-gradient(top,#FFBF66 0,#FFA830 100%) !important;
        background-image: linear-gradient(to bottom,#FFBF66 0,#FFA830 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0) !important
    }

        .btn-app.btn-warning:hover {
            background: repeat-x #fe9e19 !important;
            background-image: -webkit-linear-gradient(top,#fa3 0,#fc9200 100%) !important;
            background-image: -o-linear-gradient(top,#fa3 0,#fc9200 100%) !important;
            background-image: linear-gradient(to bottom,#fa3 0,#fc9200 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa33', endColorstr='#fffc9200', GradientType=0) !important
        }

    .btn-app.btn-purple, .btn-app.btn-purple.disabled:hover, .btn-app.btn-purple.no-hover:hover {
        background: repeat-x #9889c1 !important;
        background-image: -webkit-linear-gradient(top,#A696CE 0,#8A7CB4 100%) !important;
        background-image: -o-linear-gradient(top,#A696CE 0,#8A7CB4 100%) !important;
        background-image: linear-gradient(to bottom,#A696CE 0,#8A7CB4 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa696ce', endColorstr='#ff8a7cb4', GradientType=0) !important
    }

        .btn-app.btn-purple:hover {
            background: repeat-x #7b68af !important;
            background-image: -webkit-linear-gradient(top,#8973be 0,#6d5ca1 100%) !important;
            background-image: -o-linear-gradient(top,#8973be 0,#6d5ca1 100%) !important;
            background-image: linear-gradient(to bottom,#8973be 0,#6d5ca1 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8973be', endColorstr='#ff6d5ca1', GradientType=0) !important
        }

    .btn-app.btn-pink, .btn-app.btn-pink.disabled:hover, .btn-app.btn-pink.no-hover:hover {
        background: repeat-x #d54c7e !important;
        background-image: -webkit-linear-gradient(top,#DB5E8C 0,#CE3970 100%) !important;
        background-image: -o-linear-gradient(top,#DB5E8C 0,#CE3970 100%) !important;
        background-image: linear-gradient(to bottom,#DB5E8C 0,#CE3970 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0) !important
    }

        .btn-app.btn-pink:hover {
            background: repeat-x #be2f64 !important;
            background-image: -webkit-linear-gradient(top,#d2346e 0,#aa2a59 100%) !important;
            background-image: -o-linear-gradient(top,#d2346e 0,#aa2a59 100%) !important;
            background-image: linear-gradient(to bottom,#d2346e 0,#aa2a59 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2346e', endColorstr='#ffaa2a59', GradientType=0) !important
        }

    .btn-app.btn-inverse, .btn-app.btn-inverse.disabled:hover, .btn-app.btn-inverse.no-hover:hover {
        background: repeat-x #444 !important;
        background-image: -webkit-linear-gradient(top,#555 0,#333 100%) !important;
        background-image: -o-linear-gradient(top,#555 0,#333 100%) !important;
        background-image: linear-gradient(to bottom,#555 0,#333 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0) !important
    }

        .btn-app.btn-inverse:hover {
            background: repeat-x #2b2b2b !important;
            background-image: -webkit-linear-gradient(top,#3b3b3b 0,#1a1a1a 100%) !important;
            background-image: -o-linear-gradient(top,#3b3b3b 0,#1a1a1a 100%) !important;
            background-image: linear-gradient(to bottom,#3b3b3b 0,#1a1a1a 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff1a1a1a', GradientType=0) !important
        }

    .btn-app.btn-grey, .btn-app.btn-grey.disabled:hover, .btn-app.btn-grey.no-hover:hover {
        background: repeat-x #797979 !important;
        background-image: -webkit-linear-gradient(top,#898989 0,#696969 100%) !important;
        background-image: -o-linear-gradient(top,#898989 0,#696969 100%) !important;
        background-image: linear-gradient(to bottom,#898989 0,#696969 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff898989', endColorstr='#ff696969', GradientType=0) !important
    }

        .btn-app.btn-grey:hover {
            background: repeat-x #6c6c6c !important;
            background-image: -webkit-linear-gradient(top,#7c7c7c 0,#5c5c5c 100%) !important;
            background-image: -o-linear-gradient(top,#7c7c7c 0,#5c5c5c 100%) !important;
            background-image: linear-gradient(to bottom,#7c7c7c 0,#5c5c5c 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c7c7c', endColorstr='#ff5c5c5c', GradientType=0) !important
        }

.btn.btn-app.btn-light {
    color: #5A5A5A !important;
    text-shadow: 0 1px 1px #EEE !important
}

    .btn.btn-app.btn-light, .btn.btn-app.btn-light.disabled:hover, .btn.btn-app.btn-light.no-hover:hover {
        background: repeat-x #ededed !important;
        background-image: -webkit-linear-gradient(top,#F4F4F4 0,#E6E6E6 100%) !important;
        background-image: -o-linear-gradient(top,#F4F4F4 0,#E6E6E6 100%) !important;
        background-image: linear-gradient(to bottom,#F4F4F4 0,#E6E6E6 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0) !important
    }

        .btn.btn-app.btn-light:hover {
            background: repeat-x #e0e0e0 !important;
            background-image: -webkit-linear-gradient(top,#e7e7e7 0,#d9d9d9 100%) !important;
            background-image: -o-linear-gradient(top,#e7e7e7 0,#d9d9d9 100%) !important;
            background-image: linear-gradient(to bottom,#e7e7e7 0,#d9d9d9 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffd9d9d9', GradientType=0) !important
        }

.btn.btn-app.btn-yellow {
    color: #963 !important;
    text-shadow: 0 -1px 0 rgba(255,255,255,.4) !important
}

    .btn.btn-app.btn-yellow, .btn.btn-app.btn-yellow.disabled:hover, .btn.btn-app.btn-yellow.no-hover:hover {
        background: repeat-x #fee088 !important;
        background-image: -webkit-linear-gradient(top,#FFE8A5 0,#FCD76A 100%) !important;
        background-image: -o-linear-gradient(top,#FFE8A5 0,#FCD76A 100%) !important;
        background-image: linear-gradient(to bottom,#FFE8A5 0,#FCD76A 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0) !important
    }

        .btn.btn-app.btn-yellow:hover {
            background: repeat-x #fdd96e !important;
            background-image: -webkit-linear-gradient(top,#ffe18b 0,#fbd051 100%) !important;
            background-image: -o-linear-gradient(top,#ffe18b 0,#fbd051 100%) !important;
            background-image: linear-gradient(to bottom,#ffe18b 0,#fbd051 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe18b', endColorstr='#fffbd051', GradientType=0) !important
        }

.badge, .label {
    font-weight: 400;
    background-color: #ABBAC3;
    text-shadow: none
}

.btn.btn-app > .ace-icon {
    opacity: .88
}

.btn.btn-app:hover > .ace-icon {
    opacity: 1
}

.btn.btn-app.btn-sm {
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.5
}

.btn.btn-app.btn-xs {
    width: 64px;
    font-size: 15px;
    border-radius: 8px;
    padding-bottom: 7px;
    padding-top: 8px;
    line-height: 1.45
}

.btn.btn-app > .ace-icon {
    display: block;
    font-size: 42px;
    margin: 0 0 4px;
    line-height: 36px;
    min-width: 0;
    padding: 0
}

.dropdown-50, .dropdown-menu.dropdown-only-icon {
    min-width: 50px
}

.btn.btn-app.btn-sm > .ace-icon {
    display: block;
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 3px
}

.btn.btn-app.btn-xs > .ace-icon {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 0
}

.btn.btn-app.no-radius {
    border-radius: 0
}

.btn.btn-app.radius-4 {
    border-radius: 4px
}

.btn.btn-app > .badge, .btn.btn-app > .label {
    position: absolute !important;
    top: -2px;
    right: -2px;
    padding: 1px 3px;
    text-align: center;
    font-size: 12px;
    color: #FFF
}

    .btn.btn-app > .badge.badge-left, .btn.btn-app > .badge.label-left, .btn.btn-app > .label.badge-left, .btn.btn-app > .label.label-left {
        right: auto;
        left: -2px
    }

.btn.btn-app > .badge-yellow, .btn.btn-app > .label-yellow {
    color: #963
}

.btn.btn-app > .badge-light, .btn.btn-app > .label-light {
    color: #888
}

.btn.btn-app > .label {
    padding: 1px 6px 3px;
    font-size: 13px
}

.badge, .label {
    font-size: 12px
}

.btn.btn-app.no-radius > .badge, .btn.btn-app.radius-4 > .badge {
    border-radius: 3px
}

    .badge.no-radius, .btn.btn-app.no-radius > .badge.no-radius, .btn.btn-app.radius-4 > .badge.no-radius, .label {
        border-radius: 0
    }

.btn.btn-app.active {
    color: #FFF
}

    .btn.btn-app.active:after {
        display: none
    }

    .btn.btn-app.active.btn-yellow {
        color: #963;
        border-color: #FEE188
    }

    .btn.btn-app.active.btn-light {
        color: #515151
    }

.btn-group > .btn-app:first-child:not(:last-child):not(.dropdown-toggle) {
    margin-right: 24px
}

.label.arrowed-in-right, .label.arrowed-right {
    margin-right: 5px
}

.btn-group > .btn-app + .btn-app.dropdown-toggle {
    position: absolute;
    width: auto;
    height: 100%;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: -23px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    right: 0
}

.label.arrowed, .label.arrowed-in {
    margin-left: 5px
}

.btn.btn-app.btn-light, .btn.btn-app.btn-yellow {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset !important
}

.dark {
    color: #333 !important
}

.white {
    color: #FFF !important
}

.red {
    color: #DD5A43 !important
}

.red2 {
    color: #E08374 !important
}

.light-red {
    color: #F77 !important
}

.blue {
    color: #478FCA !important
}

.light-blue {
    color: #93CBF9 !important
}

.green {
    color: #69AA46 !important
}

.light-green {
    color: #B0D877 !important
}

.orange {
    color: #FF892A !important
}

.orange2 {
    color: #FEB902 !important
}

.light-orange {
    color: #FCAC6F !important
}

.purple {
    color: #A069C3 !important
}

.pink {
    color: #C6699F !important
}

.pink2 {
    color: #D6487E !important
}

.brown {
    color: brown !important
}

.grey {
    color: #777 !important
}

.light-grey {
    color: #BBB !important
}

.bigger-110 {
    font-size: 110% !important
}

.bigger-120 {
    font-size: 120% !important
}

.bigger-130 {
    font-size: 130% !important
}

.bigger-140 {
    font-size: 140% !important
}

.bigger-150 {
    font-size: 150% !important
}

.bigger-160 {
    font-size: 160% !important
}

.bigger-170 {
    font-size: 170% !important
}

.bigger-180 {
    font-size: 180% !important
}

.bigger-190 {
    font-size: 190% !important
}

.bigger-200 {
    font-size: 200% !important
}

.bigger-210 {
    font-size: 210% !important
}

.bigger-220 {
    font-size: 220% !important
}

.bigger-230 {
    font-size: 230% !important
}

.bigger-240 {
    font-size: 240% !important
}

.bigger-250 {
    font-size: 250% !important
}

.bigger-260 {
    font-size: 260% !important
}

.bigger-270 {
    font-size: 270% !important
}

.bigger-280 {
    font-size: 280% !important
}

.bigger-290 {
    font-size: 290% !important
}

.bigger-300 {
    font-size: 300% !important
}

.bigger-115 {
    font-size: 115% !important
}

.bigger-125 {
    font-size: 125% !important
}

.bigger-175 {
    font-size: 175% !important
}

.bigger-225 {
    font-size: 225% !important
}

.bigger-275 {
    font-size: 275% !important
}

.smaller-90 {
    font-size: 90% !important
}

.smaller-80 {
    font-size: 80% !important
}

.smaller-70 {
    font-size: 70% !important
}

.smaller-60 {
    font-size: 60% !important
}

.smaller-50 {
    font-size: 50% !important
}

.smaller-40 {
    font-size: 40% !important
}

.smaller-30 {
    font-size: 30% !important
}

.smaller-20 {
    font-size: 20% !important
}

.smaller-75 {
    font-size: 75% !important
}

.width-20 {
    width: 20% !important
}

.width-30 {
    width: 30% !important
}

.width-35 {
    width: 35% !important
}

.width-40 {
    width: 40% !important
}

.width-45 {
    width: 45% !important
}

.width-50 {
    width: 50% !important
}

.width-55 {
    width: 55% !important
}

.width-60 {
    width: 60% !important
}

.width-65 {
    width: 65% !important
}

.width-70 {
    width: 70% !important
}

.width-80 {
    width: 80% !important
}

.width-85 {
    width: 85% !important
}

.width-90 {
    width: 90% !important
}

.width-95 {
    width: 95% !important
}

.width-100 {
    width: 100% !important
}

.width-75 {
    width: 75% !important
}

.width-25 {
    width: 25% !important
}

.width-auto {
    width: auto !important
}

.height-auto {
    height: auto !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-border {
    border-width: 0
}

.no-border-bottom {
    border-bottom-width: 0
}

.no-border-top {
    border-top-width: 0
}

.no-border-left {
    border-left-width: 0
}

.no-border-right {
    border-right-width: 0
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-scroll {
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

.no-text-shadow {
    text-shadow: none !important
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0;
    border-top: 1px solid #E3E3E3;
    margin: 12px 0;
    border-top-color: rgba(0,0,0,.11)
}

.pos-rel, .position-relative {
    position: relative
}

input[type=checkbox].ace, input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer
}

label input[type=checkbox].ace, label input[type=radio].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px,1px,1px,1px);
    position: absolute
}

input[type=checkbox].ace:checked, input[type=checkbox].ace:focus, input[type=radio].ace:checked, input[type=radio].ace:focus {
    outline: 0 !important
}

input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer
}

    input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before {
        cursor: pointer;
        font-family: fontAwesome;
        font-weight: 400;
        font-size: 12px;
        color: #FFF;
        content: "\a0";
        background-color: #FAFAFA;
        border: 1px solid #C8C8C8;
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
        border-radius: 0;
        display: inline-block;
        text-align: center;
        height: 16px;
        line-height: 14px;
        min-width: 16px;
        margin-right: 1px;
        position: relative;
        top: -1px
    }

input[type=checkbox].ace:checked + .lbl::before, input[type=radio].ace:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    color: #32A3CE;
    background-color: #F5F8FC;
    border-color: #ADB8C0;
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1)
}

input[type=checkbox].ace + .lbl:hover::before, input[type=checkbox].ace:hover + .lbl::before, input[type=radio].ace + .lbl:hover::before, input[type=radio].ace:hover + .lbl::before {
    border-color: #FF893C
}

input[type=checkbox].ace:focus + .lbl::before, input[type=radio].ace:focus + .lbl::before {
    border-color: #F59942
}

input[type=checkbox].ace:active + .lbl::before, input[type=checkbox].ace:checked:active + .lbl::before, input[type=radio].ace:active + .lbl::before, input[type=radio].ace:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1)
}

input[type=checkbox].ace.ace-checkbox-2 + .lbl::before, input[type=radio].ace.ace-checkbox-2 + .lbl::before {
    box-shadow: none
}

input[type=checkbox].ace.ace-checkbox-2:checked + .lbl::before, input[type=radio].ace.ace-checkbox-2:checked + .lbl::before {
    background-color: #F9A021;
    border-color: #F9A021;
    color: #FFF
}

input[type=checkbox].ace.disabled + .lbl::before, input[type=checkbox].ace:disabled + .lbl::before, input[type=checkbox].ace[disabled] + .lbl::before, input[type=radio].ace.disabled + .lbl::before, input[type=radio].ace:disabled + .lbl::before, input[type=radio].ace[disabled] + .lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB
}

.checkbox label input[type=checkbox].ace + .lbl, .radio label input[type=radio].ace + .lbl {
    margin-left: -10px
}

input[type=radio].ace + .lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32A3CE;
    line-height: 15px;
    height: 17px;
    min-width: 17px
}

input[type=radio].ace:checked + .lbl::before {
    content: "\f111"
}

input[type=checkbox].ace.input-lg + .lbl::before {
    border-radius: 4px;
    font-size: 16px;
    height: 24px;
    line-height: 21px;
    min-width: 24px;
    top: auto
}

input[type=radio].ace.input-lg + .lbl::before {
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    min-width: 24px;
    top: auto
}

input[type=checkbox].ace.ace-switch {
    width: 55px;
    height: 25px
}

    input[type=checkbox].ace.ace-switch + .lbl {
        margin: 0 4px;
        min-height: 24px
    }

        input[type=checkbox].ace.ace-switch + .lbl::before {
            font-family: 'Open Sans';
            content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
            color: #999;
            text-shadow: 0 0 0 #999;
            font-weight: 400;
            font-size: 11px;
            line-height: 17px;
            height: 20px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #F5F5F5;
            -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.15);
            box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.15);
            border: 1px solid #CCC;
            text-align: left;
            float: left;
            padding: 0;
            width: 52px;
            text-indent: -21px;
            margin-right: 0;
            -webkit-transition: text-indent .25s ease;
            -o-transition: text-indent .25s ease;
            transition: text-indent .25s ease;
            top: auto
        }

        input[type=checkbox].ace.ace-switch + .lbl::after {
            font-family: 'Open Sans';
            content: 'III';
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0;
            color: #AAA;
            text-shadow: none;
            background-color: #FFF;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            position: absolute;
            top: -2px;
            left: -3px;
            -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -webkit-transition: left .25s ease;
            -o-transition: left .25s ease;
            transition: left .25s ease
        }

    input[type=checkbox].ace.ace-switch:checked + .lbl::before {
        text-indent: 8px;
        color: #FFF;
        text-shadow: 0 0 0 #FFF;
        background-color: #8AB2C9;
        border-color: #6A8CA8
    }

    input[type=checkbox].ace.ace-switch:checked + .lbl::after {
        left: 34px;
        background-color: #FFF;
        color: #98A0A5
    }

    input[type=checkbox].ace.ace-switch.ace-switch-2 + .lbl::before {
        content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO"
    }

    input[type=checkbox].ace.ace-switch.ace-switch-3 + .lbl::after {
        font-family: FontAwesome;
        font-size: 13px;
        line-height: 22px;
        content: "\f00d";
        top: -1px;
        text-shadow: none;
        padding: 0;
        text-align: center;
        color: #BBB;
        letter-spacing: 0
    }

    input[type=checkbox].ace.ace-switch.ace-switch-3:checked + .lbl::after {
        content: "\f00c";
        color: #8AB2C9;
        text-shadow: none
    }

    input[type=checkbox].ace.ace-switch.ace-switch-4, input[type=checkbox].ace.ace-switch.ace-switch-5 {
        width: 60px
    }

        input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
            content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
            font-size: 12px;
            line-height: 21px;
            height: 24px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #8B9AA3;
            border: 1px solid #8B9AA3;
            color: #FFF;
            width: 56px;
            text-shadow: 0 0 0 #FFF;
            display: inline-block;
            position: relative;
            box-shadow: none;
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::after {
            content: 'III';
            font-size: 11px;
            position: absolute;
            top: 2px;
            left: 2px;
            letter-spacing: 0;
            width: 20px;
            height: 20px;
            line-height: 19px;
            text-shadow: none !important;
            color: #939393;
            background-color: #FFF;
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
            background-color: #468FCC;
            border-color: #468FCC
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::after {
            left: 34px;
            background-color: #FFF;
            color: #848484
        }

        input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
            content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO"
        }

        input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
            text-indent: 8px
        }

    input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl {
        position: relative
    }

        input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::before {
            font-family: FontAwesome;
            content: "\f00d";
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            box-shadow: none;
            border-width: 0;
            font-weight: lighter;
            font-size: 16px;
            border-radius: 12px;
            display: inline-block;
            background-color: #888;
            color: #F2F2F2;
            width: 52px;
            height: 22px;
            line-height: 21px;
            text-indent: 32px;
            -webkit-transition: background .25s ease;
            -o-transition: background .25s ease;
            transition: background .25s ease
        }

        input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::after {
            content: '';
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            position: absolute;
            top: 2px;
            left: 3px;
            border-radius: 12px;
            box-shadow: 0 -1px 0 rgba(0,0,0,.25);
            width: 18px;
            height: 18px;
            text-align: center;
            background-color: #F2F2F2;
            border: 4px solid #F2F2F2;
            -webkit-transition: left .25s ease;
            -o-transition: left .25s ease;
            transition: left .25s ease
        }

    input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::before {
        content: "\f00c";
        text-indent: 6px;
        color: #FFF;
        border-color: #B7D3E5;
        background-color: #FF893C
    }

    input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::after {
        left: 32px;
        background-color: #FFF;
        border: 4px solid #FFF;
        text-shadow: 0 -1px 0 rgba(0,200,0,.25)
    }

    input[type=checkbox].ace.ace-switch.ace-switch-7 {
        width: 75px
    }

        input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl {
            position: relative
        }

            input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl::before {
                content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
                font-weight: bolder;
                font-size: 13px;
                background-color: #FFF;
                border: 2px solid #AAA;
                border-radius: 0;
                box-shadow: none;
                color: #AAA;
                width: 74px;
                height: 26px;
                line-height: 22px;
                overflow: hidden;
                text-indent: 5px;
                display: inline-block;
                position: relative;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease
            }

            input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl::after {
                content: '\f00d';
                font-family: FontAwesome;
                font-size: 16px;
                position: absolute;
                top: 3px;
                left: 39px;
                width: 32px;
                height: 20px;
                line-height: 18px;
                text-align: center;
                padding: 0;
                text-indent: 0;
                background-color: #AAA;
                color: #FFF;
                border-radius: 0;
                box-shadow: none;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease
            }

        input[type=checkbox].ace.ace-switch.ace-switch-7:checked + .lbl::before {
            color: #468FCC;
            background-color: #FFF;
            text-indent: -28px;
            border-color: #6FB3E0
        }

        input[type=checkbox].ace.ace-switch.ace-switch-7:checked + .lbl::after {
            left: 3px;
            content: '\f00c';
            background-color: #468FCC;
            color: #FFF
        }

    input[type=checkbox].ace.ace-switch + .lbl[data-lbl]::before {
        content: attr(data-lbl)
    }

    input[type=checkbox].ace.ace-switch.btn-empty + .lbl::after {
        content: ""
    }

    input[type=checkbox].ace.ace-switch.btn-rotate + .lbl::after {
        content: "\2261";
        line-height: 20px;
        font-size: 17px
    }

input[type=checkbox].ace.ace-switch-4.btn-rotate + .lbl::after, input[type=checkbox].ace.ace-switch-5.btn-rotate + .lbl::after {
    line-height: 17px
}

input[type=checkbox].ace.ace-switch.btn-flat + .lbl::after, input[type=checkbox].ace.ace-switch.btn-flat + .lbl::before {
    border-radius: 0 !important
}

input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
    text-indent: -24px
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
    text-indent: 7px
}

input.ace + .lbl.padding-16::before {
    margin-right: 16px
}

input.ace + .lbl.padding-14::before {
    margin-right: 14px
}

input.ace + .lbl.padding-12::before {
    margin-right: 12px
}

input.ace + .lbl.padding-10::before {
    margin-right: 10px
}

input.ace + .lbl.padding-8::before {
    margin-right: 8px
}

input.ace + .lbl.padding-6::before {
    margin-right: 6px
}

input.ace + .lbl.padding-4::before {
    margin-right: 4px
}

input.ace + .lbl.padding-2::before {
    margin-right: 2px
}

input.ace + .lbl.padding-0::before {
    margin-right: 0
}

.ace-file-input {
    display: block;
    font-size: inherit;
    position: relative;
    height: 30px
}

    .ace-file-input input[type=file] {
        position: absolute;
        z-index: -999;
        width: 1px;
        height: 1px;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0)
    }

.dropdown-navbar [class*=btn].ace-icon {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 24px;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.dropdown-navbar .msg-photo {
    max-width: 42px;
    float: left;
    margin-top: 2px
}

.dropdown-navbar .msg-body {
    display: block;
    line-height: 20px;
    white-space: normal;
    vertical-align: middle;
    margin-left: 50px
}

.dropdown-navbar .msg-title {
    display: inline-block;
    line-height: 14px
}

.dropdown-navbar .msg-time {
    display: block;
    font-size: 11px;
    color: #777
}

    .dropdown-navbar .msg-time > .ace-icon {
        font-size: 14px;
        color: #555
    }

.dropdown-navbar {
    padding: 0;
    /*width: 240px;*/
    -webkit-box-shadow: 0 2px 4px rgba(30,30,100,.25);
    box-shadow: 0 2px 4px rgba(30,30,100,.25);
    border-color: #BCD4E5
}

    .dropdown-navbar > li {
        padding: 0 8px;
        background-color: #FFF
    }

        .dropdown-navbar > li.dropdown-header {
            text-shadow: none;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 34px;
            font-size: 13px;
            font-weight: 700;
            text-transform: none;
            border-bottom: 1px solid
        }

        .dropdown-navbar > li > .ace-icon, .dropdown-navbar > li > a > .ace-icon {
            margin-right: 5px !important;
            color: #555;
            font-size: 14px
        }

    .dropdown-navbar .menu li > a {
        padding: 10px 2px;
        margin: 0;
        border-top: 1px solid;
        font-size: 12px;
        line-height: 16px;
        color: #555 !important;
        background-color: transparent !important;
        white-space: normal;
        border-top-color: #E4ECF3
    }

    .dropdown-navbar > li > a .progress {
        margin-bottom: 0;
        margin-top: 4px
    }

    .dropdown-navbar > li > a .badge {
        line-height: 16px;
        padding-right: 4px;
        padding-left: 4px;
        font-size: 12px
    }

    .dropdown-navbar > li.dropdown-header + li > a, .dropdown-navbar > li:first-child > a {
        border-top-width: 0
    }

    .dropdown-navbar > li.dropdown-footer > a {
        color: #4F99C6 !important;
        text-align: center;
        font-size: 13px
    }

        .dropdown-navbar > li.dropdown-footer > a:hover {
            background-color: #FFF;
            text-decoration: underline
        }

            .dropdown-navbar > li.dropdown-footer > a:hover > .ace-icon {
                text-decoration: none
            }

    .dropdown-navbar > li:hover {
        background-color: #F4F9FC
    }

    .dropdown-navbar > li.dropdown-header {
        background-color: #ECF2F7;
        color: #8090A0;
        border-bottom-color: #BCD4E5
    }

        .dropdown-navbar > li.dropdown-header > .ace-icon {
            color: #8090A0
        }

    .dropdown-navbar.navbar-pink {
        border-color: #E5BCD4
    }

        .dropdown-navbar.navbar-pink > li:hover {
            background-color: #FCF4F9
        }

        .dropdown-navbar.navbar-pink > li.dropdown-header {
            background-color: #F7ECF2;
            color: #B471A0;
            border-bottom-color: #E5BCD4
        }

            .dropdown-navbar.navbar-pink > li.dropdown-header > .ace-icon {
                color: #C06090
            }

        .dropdown-navbar.navbar-pink > li > a {
            border-top-color: #F3E4EC
        }

    .dropdown-navbar.navbar-grey {
        border-color: #E5E5E5
    }

        .dropdown-navbar.navbar-grey > li:hover {
            background-color: #F8F8F8
        }

        .dropdown-navbar.navbar-grey > li.dropdown-header {
            background-color: #F2F2F2;
            color: #3A87AD;
            border-bottom-color: #E5E5E5
        }

            .dropdown-navbar.navbar-grey > li.dropdown-header > .ace-icon {
                color: #3A87AD
            }

        .dropdown-navbar.navbar-grey > li > a {
            border-top-color: #EEE
        }

    .dropdown-navbar.navbar-green {
        border-color: #B4D5AC
    }

        .dropdown-navbar.navbar-green > li:hover {
            background-color: #F4F9EF
        }

        .dropdown-navbar.navbar-green > li.dropdown-header {
            background-color: #EBF7E4;
            color: #8A6;
            border-bottom-color: #B4D5AC
        }

            .dropdown-navbar.navbar-green > li.dropdown-header > .ace-icon {
                color: #90C060
            }

        .dropdown-navbar.navbar-green > li > a {
            border-top-color: #ECF3E4
        }

    .dropdown-navbar [class*=btn].ace-icon {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 24px;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .dropdown-navbar .msg-photo {
        max-width: 42px;
        float: left;
        margin-top: 2px
    }

    .dropdown-navbar .msg-body {
        display: block;
        line-height: 20px;
        white-space: normal;
        vertical-align: middle;
        margin-left: 50px
    }

    .dropdown-navbar .msg-title {
        display: inline-block;
        line-height: 14px
    }

    .dropdown-navbar .msg-time {
        display: block;
        font-size: 11px;
        color: #777
    }

        .dropdown-navbar .msg-time > .ace-icon {
            font-size: 14px;
            color: #555
        }

    .dropdown-navbar > .dropdown-content {
        padding: 0
    }

        .dropdown-navbar > .dropdown-content .dropdown-navbar {
            list-style: none;
            margin: 0;
            padding: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: auto;
            display: block;
            float: none;
            border-width: 0;
            position: static;
            z-index: auto
        }

    .dropdown-navbar .nav-tabs {
        border-width: 0;
        box-shadow: none;
        background-color: #F9F9F9 !important;
        top: auto;
        width: 100%
    }

        .dropdown-navbar .nav-tabs > li {
            display: table-cell;
            width: 1%;
            float: none !important
        }

            .dropdown-navbar .nav-tabs > li > a {
                margin: 0 0 0 1px !important;
                text-align: center;
                box-shadow: none !important;
                background-color: #F9F9F9 !important;
                border-width: 0 !important;
                border-bottom: 2px solid #BECAD1 !important
            }

                .dropdown-navbar .nav-tabs > li > a:before {
                    display: block;
                    content: "";
                    position: absolute;
                    left: -1px;
                    top: 3px;
                    bottom: 3px;
                    width: 1px;
                    background-color: #BECAD1
                }

            .dropdown-navbar .nav-tabs > li:first-child > a {
                margin-left: 0 !important
            }

                .dropdown-navbar .nav-tabs > li:first-child > a:before {
                    display: none
                }

            .dropdown-navbar .nav-tabs > li.active > a {
                border-bottom: 2px solid #79B0CE !important;
                color: #5085AF !important;
                background-color: #ECF2F7 !important
            }

    .dropdown-navbar .tab-content {
        padding: 0 !important;
        border-color: #FFF !important
    }

        .dropdown-navbar .tab-content .dropdown-menu {
            display: block;
            position: static;
            margin: 0 !important;
            padding-top: 2px;
            border-color: #FFF !important;
            box-shadow: none !important;
            width: 100%
        }

    .dropdown-navbar.navbar-pink .nav-tabs > li.active > a {
        border-bottom: 2px solid #E5BCD4 !important;
        color: #C06090 !important;
        background-color: #F7ECF2 !important
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li:not(.active) > a:hover {
        color: #BA7396
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li > a:before {
        background-color: #CEBBCB
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li > a {
        border-bottom-color: #CEBBCD !important
    }

.btn-pickCell {
    margin-bottom: 5px;
    margin-right: 2px;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
}

.btn-colorpicker {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #DDD;
    vertical-align: middle;
    border-radius: 0;
}

.input-filter {
    margin-bottom: 2px;
}
