.gritter-item-wrapper.dt-button-info {
    padding: 12px 11px 8px;
    z-index: 1999;
}

    .gritter-item-wrapper.dt-button-info > h2 {
        margin-top: 0;
    }

.dt-button-collection .dropdown-menu {
    display: block;
    z-index: 1101;
}

    .dt-button-collection .dropdown-menu > li > a {
        color: #888;
        text-decoration: line-through;
    }

        .dt-button-collection .dropdown-menu > li > a.active {
            color: #333;
            text-decoration: none;
        }

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1100;
    opacity: .1;
}

.dataTable > tbody > tr.selected > td {
    background-color: #dff0d8;
}

.dataTable > tbody > tr.selected:hover > td {
    background-color: #d0e9c6;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 60px;
    margin-left: -40%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    border: 2px solid #DDD;
    background-color: rgba(255,255,255,.66);
}

.fc-toolbar h2 {
    font-size: 22px;
    color: #65A0CE;
}

.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #BCD4E5;
}

.fc-unthemed .fc-today {
    background: #FFC;
}

.fc-event {
    border-width: 0;
    color: #FFF;
    padding: 1px 1px 2px 2px;
    border-radius: 0;
}

    .fc-event:not([class*=label-]) {
        background-color: #ABBAC3;
    }

    .fc-event.label-yellow {
        color: #963;
    }

    .fc-event.label-light {
        color: #888;
    }

.label-yellow .fc-event {
    color: #963;
}

.label-light .fc-event {
    color: #888;
}

[class*=label-] > .fc-event, [class*=label-] > .fc-event > .fc-event-skin.fc-event-head {
    background-color: inherit;
}

.fc-event-vert > .fc-event, .fc-event.fc-event-vert {
    padding: 0 0 1px;
}

.fc-day-number {
    color: #2E6589;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fc .fc-axis, .fc-widget-header {
    background: #ECF2F7;
    color: #8090A0;
}

.fc-event-hori, .fc-event-vert {
    border-radius: 0 !important;
    border-color: transparent;
}

    .fc-event-vert .fc-event-content {
        padding-left: 1px;
        padding-right: 1px;
    }

    .fc-event-vert .fc-event-time {
        padding: 0;
    }

.fc-state-default {
    border: none;
}

    .fc-state-default, .fc-state-default .fc-button-inner {
        border: none;
        background-color: #ABBAC3;
        color: #FFF;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
        border-radius: 0 !important;
        margin-left: 2px;
    }

.fc-state-disabled, .fc-state-disabled .fc-button-inner {
    opacity: .75;
    filter: alpha(opacity=75);
    color: #DDD;
}

.fc-state-active, .fc-state-active .fc-button-inner {
    border-color: #4F99C6;
    background-color: #6FB3E0;
}

.fc-state-hover, .fc-state-hover .fc-button-inner {
    background-color: #8B9AA3;
}

.fc .fc-button-group > * {
    margin: 0 1px 0 0;
}

.external-event {
    margin: 6px 0;
    padding: 0;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #FFF;
}

    .external-event:not([class*=label-]) {
        background-color: #ABBAC3;
    }

    .external-event:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .external-event.ui-draggable-dragging {
        cursor: move;
    }

    .external-event.label-yellow {
        color: #963;
    }

    .external-event.label-light {
        color: #888;
    }

    .external-event > .ace-icon:first-child {
        display: inline-block;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 30px;
        margin-right: 5px;
        font-size: 15px;
        border-right: 1px solid #FFF;
    }

@media only screen and (max-width:480px) {
    .fc-header td {
        display: block;
        width: auto;
        text-align: left;
    }
}

.chosen-container, .chosen-container + .help-inline, [class*=chosen-container] {
    vertical-align: middle;
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice, .select2.tag-input-style .select2-selection .select2-selection__choice, .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
    transition: all .2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}

.chosen-container > .chosen-single, [class*=chosen-container] > .chosen-single {
    line-height: 28px;
    height: 32px;
    box-shadow: none;
    background: #FAFAFA;
}

.chosen-choices {
    box-shadow: none !important;
}

.chosen-container-single .chosen-single abbr {
    background: 0 0;
}

    .chosen-container-single .chosen-single abbr:after {
        content: "\f00d";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 13px;
        position: absolute;
        right: 0;
        top: -7px;
    }

    .chosen-container-single .chosen-single abbr:hover:after, .chosen-container-single.chosen-disabled .chosen-single abbr:hover:after {
        color: #464646;
    }

.chosen-single div b {
    background: 0 0 !important;
}

.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-rtl .chosen-search input[type=text] {
    background: 0 0;
}

.chosen-single div b:before {
    content: "\f0d7";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 1px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "\f0d8";
}

.chosen-container-single .chosen-search {
    position: relative;
}

    .chosen-container-single .chosen-search input[type=text] {
        background: 0 0;
        border-radius: 0;
        line-height: 28px;
        height: 28px;
    }

    .chosen-container-single .chosen-search:after {
        content: "\f002";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        top: 8px;
        right: 12px;
    }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 16px;
    padding-bottom: 4px;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
        content: "\f00d";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: -1px;
    }

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        text-decoration: none;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before, .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close:before {
            color: #464646;
        }

.chosen-container .chosen-results-scroll-down span:before, .chosen-container .chosen-results-scroll-up span:before {
    content: "\f0d7";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 1px;
}

.chosen-container .chosen-results-scroll-up span:before, .chosen-container-active .chosen-single-with-drop div b:before {
    content: "\f0d8";
}

.chosen-rtl .chosen-search:after {
    content: "";
    display: none;
}

.chosen-rtl .chosen-search:before, .select2-search:before {
    content: "\f002";
    font-family: FontAwesome;
}

.chosen-rtl .chosen-search:before {
    display: inline-block;
    color: #888;
    font-size: 14px;
    position: absolute;
    top: 9px;
    left: 12px;
}

.chosen-container-single .chosen-single {
    border-radius: 0;
}

.chosen-container .chosen-results li.highlighted {
    background: #316AC5;
    color: #FFF;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
    border-bottom: 3px solid #4492C9;
    border-color: #4492C9;
}

.chosen-container-active .chosen-single, .chosen-single.chosen-single-with-drop {
    border-color: #4492C9;
}

.form-group.has-error .chosen-single {
    border-color: #f2a696 !important;
}

.form-group.has-info .chosen-single {
    border-color: #72aec2 !important;
}

.form-group.has-warning .chosen-single {
    border-color: #e3c94c !important;
}

.form-group.has-success .chosen-single {
    border-color: #9cc573 !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #4492C9;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: auto;
    right: auto;
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi) {
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }
}

.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    background-color: #91B8D0;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 6px 22px 7px 9px;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 18px;
        height: auto;
        line-height: 25px;
        text-align: center;
    }

        .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
            color: #FFF;
            position: static;
            font-size: 11px;
        }

        .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
            background-color: rgba(0,0,0,.2);
        }

            .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
                color: #FFF;
            }

.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice {
    padding: 6px 9px 7px 22px;
    margin-left: 0;
    margin-right: 3px !important;
}

    .tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 0;
    }

.select2-container--default .select2-selection {
    border-radius: 0;
    line-height: 24px;
    border-color: #AAA;
}

.select2-container--default.select2-container--focus .select2-selection {
    border-color: #4492C9;
}

.select2-container--open .select2-dropdown {
    border-radius: 0;
    border-color: #4492c9;
    -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
    box-shadow: 0 -4px 5px rgba(0,0,0,.15);
}

.select2-container--default .select2-selection .select2-selection__clear {
    position: absolute;
    right: -32px;
    font-size: 16px;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
    font-size: 15px;
    margin-right: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #E4EEF5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4F99C6;
}

.select2-search {
    background: 0 0;
}

    .select2-search:before {
        font-size: 12px;
        display: inline;
        color: #888;
        position: absolute;
        right: 12px;
        top: 8px;
    }

    .select2-search:hover:before {
        color: #555;
    }

.select2-selection--multiple .select2-search:before {
    display: none;
}

.form-group.has-error .select2-container--default .select2-selection {
    border-color: #f2a696 !important;
}

.form-group.has-info .select2-container--default .select2-selection {
    border-color: #72aec2 !important;
}

.form-group.has-warning .select2-container--default .select2-selection {
    border-color: #e3c94c !important;
}

.form-group.has-success .select2-container--default .select2-selection {
    border-color: #9cc573 !important;
}

.select2.tag-input-style .select2-selection .select2-selection__choice {
    background-color: #91B8D0;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 6px 22px 7px 9px;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.select2-container.select2-drop-above .select2-choice, .select2-drop {
    border-radius: 0;
}

.select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    left: auto;
    width: 18px;
    height: auto;
    line-height: 36px;
    text-align: center;
    color: #FFF;
}

    .select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove:hover {
        background-color: rgba(0,0,0,.2);
        color: #FFF;
    }

.select2-container .select2-choice {
    border-radius: 0;
    height: 32px;
    line-height: 28px;
}

.select2-container[class*=input-] {
    max-width: none;
}

.select2-container.input-mini {
    min-width: 100px;
}

.select2-container .select2-choice abbr, .select2-search-choice-close {
    background: 0 0;
}

    .select2-container .select2-choice abbr:before, .select2-search-choice-close:before {
        font-family: FontAwesome;
        font-size: 12px;
        display: inline;
        content: "\f00d";
        color: #888;
        position: relative;
        top: -1px;
    }

    .select2-container .select2-choice abbr:hover:before, .select2-search-choice-close:hover:before {
        color: #555;
    }

    .select2-container .select2-choice abbr:before {
        top: -7px;
    }

    .select2-search-choice-close:hover {
        text-decoration: none !important;
    }

.select2-result-single {
    margin-left: 0;
}

.select2-drop {
    border: 1px solid #4492C9;
    border-width: 0 1px 3px;
}

    .select2-drop.select2-drop-above {
        border-radius: 0;
    }

.select2-container .select2-choice {
    background: #FAFAFA;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-container-multi.select2-container-active .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #4492C9;
}

.select2-results .select2-highlighted {
    background: #316AC5;
}

.select2-container .select2-choice .select2-arrow {
    border-radius: 0;
    background: 0 0;
    border: none;
}

    .select2-container .select2-choice .select2-arrow b {
        background: 0 0;
    }

        .select2-container .select2-choice .select2-arrow b:before {
            font-family: FontAwesome;
            font-size: 12px;
            display: inline;
            content: "\f0d7";
            color: #888;
            position: relative;
            left: 5px;
        }

.select2-dropdown-open .select2-choice .select2-arrow b:before {
    content: "\f0d8";
}

.select2-search-field .select2-search .select2-input {
    background: #fff;
    margin-top: 4px;
}

.select2-search-field .select2-search:after {
    font-family: FontAwesome;
    font-size: 14px;
    display: inline;
    content: "\f002";
    color: #777;
    position: relative;
    top: 0;
    left: -20px;
    z-index: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
    background-color: #F6F6F6;
}

.select2-container-multi .select2-choices .select2-search-field input {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: 0 0 !important;
    font-size: 14px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 16px;
    padding-bottom: 4px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-container-multi.select2-container-active .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-search-field .select2-search input.select2-active {
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
    .select2-container .select2-choice abbr, .select2-container .select2-choice div b, .select2-search-choice-close, .select2-search-field .select2-search input {
        background-image: none !important;
        background-size: auto !important;
    }

    .select2-search-field .select2-search input {
        background-position: auto !important;
    }
}

.select2-container-active.select2-dropdown-open .select2-choice {
    background-image: -webkit-linear-gradient(top,#EEE 0,#FFF 100%);
    background-image: -o-linear-gradient(top,#EEE 0,#FFF 100%);
    background-image: linear-gradient(to bottom,#EEE 0,#FFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}

.select2-container-active.select2-drop-above .select2-choice, .ui-jqdialog .ui-widget-header {
    background-image: -webkit-linear-gradient(top,#FFF 0,#EEE 100%);
    background-image: -o-linear-gradient(top,#FFF 0,#EEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}

.select2-container-active.select2-drop-above .select2-choice {
    background-image: linear-gradient(to bottom,#FFF 0,#EEE 100%);
    background-repeat: repeat-x;
}

.form-group.has-error .select2-choice, .form-group.has-error .select2-choices {
    border-color: #f2a696 !important;
}

.form-group.has-info .select2-choice, .form-group.has-info .select2-choices {
    border-color: #72aec2 !important;
}

.form-group.has-warning .select2-choice, .form-group.has-warning .select2-choices {
    border-color: #e3c94c !important;
}

.form-group.has-success .select2-choice, .form-group.has-success .select2-choices {
    border-color: #9cc573 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
    .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search-choice-close, .select2-search-field .select2-search input {
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .select2-search-field .select2-search input {
        background-position: auto !important;
    }
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #91B8D0;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 6px 22px 7px 9px;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.gritter-light .gritter-title, .gritter-title {
    text-shadow: none;
}

#cboxLoadingGraphic > .ace-icon, .ace-spinner.touch-spinner .spinbox-buttons > .btn > .ace-icon {
    vertical-align: middle;
    display: inline-block;
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 18px;
    height: auto;
    line-height: 25px;
    text-align: center;
}

    .select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:before {
        color: #FFF;
        position: static;
        font-size: 11px;
    }

#cboxCurrent, #cboxTitle {
    margin-bottom: 4px;
    font-size: 14px;
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-color: rgba(0,0,0,.2);
}

    .select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover:before {
        color: #FFF;
    }

#colorbox:active, #colorbox:focus {
    outline: 0;
}

#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
    background: 0 0 !important;
    opacity: 0;
}

#cboxContent {
    border: 12px solid #000;
    background-color: #FFF;
    padding: 7px;
    overflow: visible;
}

#cboxOverlay {
    background: rgba(0,0,0,.95);
    background: #000;
}

#cboxCurrent {
    left: 64px;
}

#cboxTitle {
    color: #777;
}

#cboxClose, #cboxNext, #cboxPrevious {
    background: 0 0;
    text-indent: 0;
    width: 26px;
    height: 26px;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    border: 2px solid #999;
    border-radius: 16px;
    color: #666;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
}

    #cboxNext:hover, #cboxPrevious:hover {
        color: #333;
        border-color: #666;
    }

#cboxClose {
    background-color: #000;
    border: 2px solid #FFF;
    border-radius: 32px;
    color: #FFF;
    font-size: 21px;
    height: 28px;
    width: 28px;
    padding-bottom: 2px;
    margin-left: 0;
    right: -14px;
    top: -14px;
}

#cboxLoadingOverlay {
    background: 0 0 !important;
}

#cboxLoadingGraphic {
    background: #FFF !important;
    text-align: center;
}

    #cboxLoadingGraphic > .ace-icon {
        background-color: #FFF;
        border-radius: 8px;
        width: 32px;
        height: 32px;
        position: relative;
        top: 48%;
        text-align: center;
        font-size: 24px;
        color: #FE7E3E;
    }

.ace-spinner {
    display: inline-block;
}

    .ace-spinner .spinbox-buttons.btn-group-vertical {
        min-width: 18px;
    }

        .ace-spinner .spinbox-buttons.btn-group-vertical > .btn {
            font-size: 10px;
            padding: 0;
            width: 22px;
            height: 16px;
            line-height: 8px;
            margin-left: 0;
        }

            .ace-spinner .spinbox-buttons.btn-group-vertical > .btn:first-child {
                margin-top: 0;
            }

            .ace-spinner .spinbox-buttons.btn-group-vertical > .btn > .ace-icon {
                margin: 0;
                padding: 0;
            }

            .ace-spinner .spinbox-buttons.btn-group-vertical > .btn + .btn {
                margin-top: 2px;
            }

        .ace-spinner .spinbox-buttons.btn-group-vertical > .btn-xs {
            height: 14px;
            line-height: 7px;
        }

        .ace-spinner .spinbox-buttons.btn-group-vertical > .btn-lg {
            height: 22px;
            line-height: 10px;
            width: 22px;
        }

.steps > li .step, .steps > li.complete .step:before {
    line-height: 30px;
    background-color: #FFF;
    text-align: center;
}

.ace-spinner .spinbox-buttons > button.btn.spinbox-up:active {
    top: -1px;
}

.ace-spinner:not(.touch-spinner) .spinbox-buttons > .btn > .ace-icon {
    margin-top: -1px;
}

.ace-spinner.touch-spinner .spinbox-buttons {
    margin: 0;
    font-size: 0;
}

    .ace-spinner.touch-spinner .spinbox-buttons .btn-sm {
        width: 32px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .ace-spinner.touch-spinner .spinbox-buttons .btn-xs {
        width: 24px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .ace-spinner.touch-spinner .spinbox-buttons .btn-lg {
        width: 40px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .ace-spinner.touch-spinner .spinbox-buttons > .btn {
        margin: 0 1px !important;
    }

    .ace-spinner.touch-spinner .spinbox-buttons > .btn-xs {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

    .steps > li {
        display: table-cell;
        text-align: center;
        width: 1%;
    }

        .steps > li .step {
            border: 5px solid #CED1D6;
            color: #546474;
            font-size: 15px;
            border-radius: 100%;
            position: relative;
            z-index: 2;
            display: inline-block;
            width: 40px;
            height: 40px;
        }

        .steps > li:before {
            display: block;
            content: "";
            width: 100%;
            height: 1px;
            font-size: 0;
            overflow: hidden;
            border-top: 4px solid #CED1D6;
            position: relative;
            top: 21px;
            z-index: 1;
        }

        .steps > li.last-child:before {
            max-width: 50%;
            width: 50%;
        }

        .steps > li:last-child:before {
            max-width: 50%;
            width: 50%;
        }

        .steps > li:first-child:before {
            max-width: 51%;
            left: 50%;
        }

        .steps > li.active .step, .steps > li.active:before, .steps > li.complete .step, .steps > li.complete:before {
            border-color: #5293C4;
        }

        .steps > li.complete .step {
            cursor: default;
            color: #FFF;
            -webkit-transition: transform ease .1s;
            -o-transition: transform ease .1s;
            transition: transform ease .1s;
        }

            .steps > li.complete .step:before {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border-radius: 100%;
                content: "\f00c";
                z-index: 3;
                font-family: FontAwesome;
                font-size: 17px;
                color: #87BA21;
            }

.step-content, .tree {
    position: relative;
}

.steps > li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4;
}

.steps > li.complete:hover:before {
    border-color: #80afd4;
}

.steps > li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949EA7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}

.steps > li.active .title, .steps > li.complete .title {
    color: #2B3D53;
}

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px;
}

    .step-content .step-pane.active {
        display: block;
    }

.wizard-actions {
    text-align: right;
}

@media only screen and (max-width:767px) {
    .steps li .step, .steps li:after, .steps li:before {
        border-width: 3px;
    }

    .steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px;
    }

    .steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px;
    }

    .steps li:before {
        top: 16px;
    }

    .step-content .step-pane {
        padding: 4px 4px 6px;
        min-height: 150px;
    }
}

.tree {
    margin: auto;
    padding: 0 0 0 9px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .tree:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: -20px;
        bottom: 16px;
        left: 0;
        z-index: 1;
        border: 1px dotted #67B2DD;
        border-width: 0 0 0 1px;
    }

    .tree .tree {
        padding: 0;
        overflow: visible;
    }

        .tree .tree:before {
            display: none;
        }

    .tree .tree-branch-name, .tree .tree-item-name {
        cursor: pointer;
    }

    .tree .icon-caret {
        vertical-align: baseline !important;
    }

    .tree .tree-branch {
        width: auto;
        min-height: 20px;
        cursor: pointer;
    }

        .tree .tree-branch .tree-branch-header {
            position: relative;
            height: 20px;
            line-height: 20px;
        }

            .tree .tree-branch .tree-branch-header:hover {
                background-color: rgba(98,168,209,.1);
            }

        .tree .tree-branch .icon-caret ~ .tree-branch-header {
            display: inline-block;
            width: 80%;
            width: calc(100% - 36px);
        }

        .tree .tree-branch.tree-selected > .tree-branch-header {
            background-color: rgba(98,168,209,.18);
        }

        .tree .tree-branch .tree-branch-header .tree-branch-name, .tree .tree-item .tree-item-name {
            display: inline;
            z-index: 2;
        }

        .tree .tree-branch .tree-branch-header > .tree-branch-name > .ace-icon:first-child, .tree .tree-item > .tree-item-name > .ace-icon:first-child {
            display: inline-block;
            position: relative;
            z-index: 2;
            top: -1px;
        }

        .tree .tree-branch > .tree-branch-header > .tree-branch-name > .tree-label {
            margin-left: 2px;
        }

        .tree .tree-branch > .tree-branch-header > .tree-branch-name > .ace-icon:first-child {
            margin: -2px 0 0 -2px;
        }

        .tree .tree-branch:last-child:after {
            display: inline-block;
            content: "";
            position: absolute;
            z-index: 1;
            top: 15px;
            bottom: 0;
            left: -10px;
            border-left: 2px solid #FFF;
        }

        .tree .tree-branch .tree-branch-children, .tree .tree-branch .tree-branch-children.tree {
            margin: 0 0 0 23px;
            padding: 0;
            position: relative;
        }

            .tree .tree-branch .tree-branch-children.tree:before, .tree .tree-branch .tree-branch-children:before {
                display: inline-block;
                content: "";
                position: absolute;
                z-index: 1;
                top: -14px;
                bottom: 16px;
                left: -14px;
                border: 1px dotted #67B2DD;
                border-width: 0 0 0 1px;
            }

        .tree .tree-branch.tree-selected > .icon-caret ~ .tree-branch-header > .tree-branch-name > .tree-label {
            font-weight: 700;
        }

    .tree .tree-item {
        height: 20px;
        line-height: 20px;
        cursor: pointer;
        max-width: calc(100% - 20px);
    }

        .tree .tree-item:hover {
            background-color: rgba(98,168,209,.1);
        }

        .tree .tree-item.tree-selected, .tree .tree-item.tree-selected:hover {
            background-color: rgba(98,168,209,.16);
        }

        .tree .tree-item > .tree-item-name > .ace-icon:first-child {
            margin-right: 3px;
        }

        .tree .tree-item > .tree-item-name > .tree-label > .ace-icon:first-child {
            margin-left: 3px;
            margin-right: 3px;
        }

        .tree .tree-item > .ace-icon:first-child {
            margin-top: -1px;
        }

    .tree .tree-branch, .tree .tree-item {
        position: relative;
        list-style: none;
        border-left: 1px solid #FFF;
        margin: 1px 0;
    }

        .tree .tree-branch:before, .tree .tree-item:before {
            display: inline-block;
            content: "";
            position: absolute;
            top: 14px;
            left: -13px;
            width: 18px;
            height: 0;
            border-top: 1px dotted #67B2DD;
            z-index: 1;
        }

    .tree .tree-selected {
        color: #6398B0;
    }

    .tree .tree-branch .tree-branch-header {
        border-radius: 0;
    }

    .tree .tree-branch .tree-branch-header, .tree .tree-item {
        padding: 5px;
        color: #4D6878;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .tree .tree-item > .tree-item-name > .ace-icon:first-child {
            color: #F9E8CE;
            width: 13px;
            height: 13px;
            line-height: 13px;
            font-size: 11px;
            text-align: center;
            border-radius: 3px;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            background-color: #FAFAFA;
            border: 1px solid #CCC;
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
        }

    .tree .tree-selected > .tree-item-name > .ace-icon:first-child {
        background-color: #F9A021;
        border-color: #F9A021;
        color: #FFF;
    }

    .tree .tree-minus.ace-icon:first-child, .tree .tree-plus.ace-icon:first-child {
        display: inline-block;
        font-style: normal;
        vertical-align: middle;
        height: 11px;
        width: 11px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        text-align: center;
        border: 1px solid #8BAEBF;
        line-height: 10px;
        background-color: #FFF;
        position: relative;
        z-index: 2;
    }

        .tree .tree-minus.ace-icon:first-child:before, .tree .tree-plus.ace-icon:first-child:before {
            content: "";
            display: block;
            width: 7px;
            height: 0;
            border-top: 1px solid #4D6878;
            position: absolute;
            top: 5px;
            left: 2px;
        }

        .tree .tree-plus.ace-icon:first-child:after {
            content: "";
            display: block;
            height: 7px;
            width: 0;
            border-left: 1px solid #4D6878;
            position: absolute;
            top: 2px;
            left: 5px;
        }

    .tree .tree-unselectable .tree-item > .tree-item-name > .tree-label > .ace-icon:first-child {
        color: #5084A0;
        width: 13px;
        height: 13px;
        line-height: 13px;
        font-size: 10px;
        text-align: center;
        border-radius: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .tree .ace-icon[class*="-down"] {
        transform: rotate(-45deg);
    }

    .tree .ace-icon[class*="-download"] {
        transform: none;
    }

    .tree .fa-spin {
        height: auto;
    }

    .tree .tree-loading {
        margin-left: 36px;
    }

    .tree img {
        display: inline;
    }

    .tree .icon-open {
        width: 16px;
        position: relative;
        z-index: 2;
        padding-left: 2px;
    }

    .tree .tree-branch .tree-leaf-head.ace-icon, .tree .tree-leaf .tree-branch-head.ace-icon {
        display: none;
    }

    .tree .tree-branch.tree-leaf .tree-leaf-head {
        display: inline-block;
        position: relative;
        z-index: 2;
        color: #DDD;
        background-color: #FFF;
    }

    .tree .tree-selected.tree-branch.tree-leaf .tree-leaf-head {
        color: #FEB902;
    }

.gritter-bottom, .gritter-close, .gritter-item, .gritter-top {
    background-image: none;
}

.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
    color: #946446;
}

.gritter-item p {
    line-height: 1.8;
}

.gritter-close {
    left: auto;
    right: 4px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #E17B67;
    font-size: 0;
    text-indent: 0;
}

    .gritter-close:before {
        font-family: FontAwesome;
        font-size: 16px;
        /*content: "\f00d";*/
        background-image: url("../../Images/Commun/exit.png") !important;
    }

.gritter-info .gritter-close {
    color: orange;
}

.gritter-error .gritter-close, .gritter-success .gritter-close, .gritter-warning .gritter-close {
    color: #FFEA07;
}

.gritter-close:hover {
    color: #FFF !important;
    text-decoration: none;
}

.gritter-light .gritter-bottom, .gritter-light .gritter-close, .gritter-light .gritter-item, .gritter-light .gritter-top {
    background-image: none;
    color: #444;
}

    .gritter-light .gritter-close:hover {
        color: #8A3104 !important;
    }

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}

.wysiwyg-style1 .btn-group, .wysiwyg-style2 .btn-group, .wysiwyg-toolbar {
    position: relative;
}

@media only screen and (max-width:767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%;
    }
}

@media only screen and (max-width:480px) {
    .gritter-center {
        left: 30px;
        right: 30px;
    }
}

@media only screen and (max-width:320px) {
    .gritter-center {
        left: 10px;
        right: 10px;
    }
}

.wysiwyg-editor:focus {
    background-color: #FFF;
}

.wysiwyg-toolbar {
    line-height: 33px;
    margin: 0 !important;
}

    .wysiwyg-toolbar .dropdown-menu {
        text-align: left;
    }

    .wysiwyg-toolbar .btn-group {
        float: none !important;
        font-size: 0;
    }

        .wysiwyg-toolbar .btn-group > .btn {
            float: none;
            padding-left: 0;
            padding-right: 0;
            text-align: center;
            margin-left: 1px;
        }

            .wysiwyg-toolbar .btn-group > .btn > .ace-icon:first-child {
                font-size: 14px;
                width: 25px;
                max-width: 25px;
                display: inline-block;
                border-width: 1px !important;
            }

            .wysiwyg-toolbar .btn-group > .btn.dropdown-toggle > .ace-icon:last-child {
                margin-right: 4px;
            }