﻿/*!
 * LocoBuzz
 *
 * Copyright 2014 spatialideas.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
/*font-family: 'Roboto', sans-serif;*/
body {
    font-family: 'Roboto', sans-serif;
}

article.sortable-grid {
    min-height: 30px;
}

.jarviswidget {
    margin: 0 0 30px;
    position: relative;
    -khtml-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.widget-content-padding {
    padding: 20px;
}

    .widget-content-padding .well {
        margin-bottom: 0;
    }

.jarviswidget > header {
    height: 34px;
    padding: 0;
    line-height: 40px;
}

.ui-sortable .jarviswidget-sortable > header {
    cursor: move;
    -khtml-border-radius: 0;
    border-radius: 0;
    line-height: normal;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

.jarviswidget > header > .widget-icon {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px;
}

.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
    -khtml-border-radius: 0;
    border-radius: 0;
}

.jarviswidget > header h2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

.jarviswidget > header > h2 {
    margin-left: 10px;
    float: left;
}

.jarviswidget > header > :first-child.widget-icon {
    margin-left: 0;
}

.jarviswidget > header .jarviswidget-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin: 12px 10px 0 0;
    display: block;
    zoom: 1;
    z-index: 4000;
}

.jarviswidget-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}

    .jarviswidget-ctrls .button-icon {
        min-width: 30px;
        height: 32px;
        float: left;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        border-left: 1px solid rgba(0, 0, 0, .09);
    }

        .jarviswidget-ctrls .button-icon:hover {
            background-color: rgba(0, 0, 0, .05);
        }

.jarviswidget-loader {
    width: 32px;
    height: 32px;
    margin: 0;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    text-align: center;
    line-height: 32px;
    font-size: 111%;
}

.jarviswidget > div {
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px;
    -khtml-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: 0;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    padding: 13px 13px 0;
    overflow: visible;
}

.jarviswidget .widget-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px;
}

    .jarviswidget .widget-body.widget-hide-overflow {
        overflow: hidden;
    }

.widget-toolbar.no-border {
    border-left: 0;
}

.widget-body.no-padding {
    margin: -13px -13px 0;
}

.jarviswidget.well.transparent .widget-body.no-padding {
    margin: 0 !important;
}

.widget-body > table {
    margin-bottom: 0;
}

.widget-body.no-padding .alert {
    margin: 0 0 10px;
    padding: 10px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-width: 0 0 1px !important;
    border-radius: 0 !important;
}

.no-padding .md-editor,
.widget-body.no-padding .cke_chrome {
    border: 0;
}

.widget-toolbar > .smart-form {
    margin-top: 2px;
}

    .widget-toolbar > .smart-form .toggle:last-child {
        font-size: 12px;
        line-height: 29px;
    }

    .widget-toolbar > .smart-form .checkbox input + i,
    .widget-toolbar > .smart-form .radio input + i,
    .widget-toolbar > .smart-form .toggle input + i {
        border-width: 1px;
        border-color: #C7C7C7 !important;
        margin-top: 1px;
        box-shadow: 0 1px 1px #FFF, 0 1px 1px #858585 inset;
        -webkit-box-shadow: 0 1px 1px #FFF, 0 1px 1px #858585 inset;
    }

.jarviswidget.well {
    margin: 0 0 30px;
}

    .jarviswidget.well > div {
        border: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .jarviswidget.well header {
        display: none;
    }

.widget-footer {
    display: block;
    min-height: 32px;
    vertical-align: middle;
    position: relative;
    background-color: #F8F7F7;
    padding: 5px;
    border-top: 1px solid #E4E4E4;
    text-align: right;
    margin: 0 -13px -13px;
}

.no-padding .widget-footer {
    margin: 0;
}

.widget-footer.smart-form > label {
    margin-top: 4px;
    display: block;
}

.jarviswidget-editbox {
    display: none;
    padding: 10px;
}

.jarviswidget-timestamp {
    font-size: 12px;
    color: #868686;
    font-style: italic;
    margin: 10px 0 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.d-block {
    display: block;
}

.mt-3 {
    margin-top: 15px !important;
}

.bg-transparent {
    background: transparent !important;
}

.jarviswidget-placeholder {
    -khtml-border-radius: 0;
    border-radius: 0;
    margin-bottom: 28px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.nooverflow {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#jarviswidget-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    #jarviswidget-fullscreen-mode .jarviswidget {
        margin: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
    }

        #jarviswidget-fullscreen-mode .jarviswidget > div {
            overflow-y: scroll;
            -khtml-border-radius: 0;
            border-radius: 0;
        }

    #jarviswidget-fullscreen-mode > div > header {
        cursor: default;
    }

.smart-form.widget-body-toolbar,
.widget-body-toolbar {
    display: block;
    padding: 8px 10px;
    margin: -13px -13px 13px;
    min-height: 42px;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
}

.no-padding .smart-form.widget-body-toolbar,
.no-padding .widget-body-toolbar,
.no-padding.widget-body-toolbar {
    display: block;
    margin: 0;
}

.smart-form .widget-body-toolbar .inline-group,
.widget-body-toolbar.smart-form .inline-group {
    float: left;
    margin-top: 4px;
}

.widget-body-toolbar .btn {
    vertical-align: middle;
}

.widget-body-toolbar .btn-xs {
    margin-top: 5px;
}

.widget-body-ajax-loading::before {
    content: url(../img/ajax-loader.gif);
    padding-top: 18%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255, 255, 255, .4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.widget-body-ajax-loading:hover {
    cursor: wait !important;
}

.jarviswidget > header {
    color: #333;
    border: 1px solid #C2C2C2;
    background: #fafafa;
}

.jarviswidget > div {
    background-color: #fff !important;
}

.jarviswidget-editbox {
    border-bottom: 1px solid #B1B1B1;
    background-color: #fff;
    margin: -13px -13px 13px;
}

.no-padding .jarviswidget-editbox {
    margin: 0 0 10px;
}

.jarviswidget-placeholder {
    background-color: #FFC;
    border: 1px dashed #A7A7A7;
}

.jarviswidget-remove-colors {
    color: #333 !important;
    padding: 0 !important;
    background: none !important;
}

.jarviswidget-color-magenta > header {
    background: #6E3671;
    color: #FFF;
}

    .jarviswidget-color-magenta .nav-tabs li:not(.active) a,
    .jarviswidget-color-magenta > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-magenta .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-magenta > header {
    border-color: #6E3671 !important;
}

.jarviswidget-color-pink > header {
    background: #AC5287;
    color: #FFF;
}

    .jarviswidget-color-pink .nav-tabs li:not(.active) a,
    .jarviswidget-color-pink > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-pink .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-pink > header {
    border-color: #AC5287 !important;
}

.jarviswidget-color-pinkDark > header {
    background: #A8829F;
    color: #FFF;
}

    .jarviswidget-color-pinkDark .nav-tabs li:not(.active) a,
    .jarviswidget-color-pinkDark > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-pinkDark .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-pinkDark > header {
    border-color: #A8829F !important;
}

.jarviswidget-color-yellow > header {
    background: #B09B5B;
    color: #FFF;
}

    .jarviswidget-color-yellow .nav-tabs li:not(.active) a,
    .jarviswidget-color-yellow > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-yellow .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-yellow > header {
    border-color: #B09B5B !important;
}

.jarviswidget-color-orange > header {
    background: #C79121;
    color: #FFF;
}

    .jarviswidget-color-orange .nav-tabs li:not(.active) a,
    .jarviswidget-color-orange > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-orange .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-orange > header {
    border-color: #C79121 !important;
}

.jarviswidget-color-orangeDark > header {
    background: #A57225;
    color: #FFF;
}

    .jarviswidget-color-orangeDark .nav-tabs li:not(.active) a,
    .jarviswidget-color-orangeDark > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-orangeDark .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-orangeDark > header {
    border-color: #A57225 !important;
}

.jarviswidget-color-darken > header {
    background: #404040;
    color: #FFF;
}

    .jarviswidget-color-darken .nav-tabs li:not(.active) a,
    .jarviswidget-color-darken > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-darken .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-darken > header {
    border-color: #404040 !important;
}

.jarviswidget-color-purple > header {
    background: #65596B;
    color: #FFF;
}

    .jarviswidget-color-purple .nav-tabs li:not(.active) a,
    .jarviswidget-color-purple > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-purple .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-purple > header {
    border-color: #65596B !important;
}

.jarviswidget-color-teal > header {
    background: #568A89;
    color: #FFF;
}

    .jarviswidget-color-teal .nav-tabs li:not(.active) a,
    .jarviswidget-color-teal > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-teal .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-teal > header {
    border-color: #568A89 !important;
}

.jarviswidget-color-blueDark > header {
    background: #4C4F53;
    color: #FFF;
}

    .jarviswidget-color-blueDark .nav-tabs li:not(.active) a,
    .jarviswidget-color-blueDark > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-blueDark .nav-tabs li a:hover {
    color: #333 !important;

}

.jarviswidget-color-blueDark > header {
    border-color: #4C4F53 !important;
}

.jarviswidget-color-blue > header {
    background: #60747C;
    color: #FFF;
}

    .jarviswidget-color-blue .nav-tabs li:not(.active) a,
    .jarviswidget-color-blue > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-blue .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-blue > header {
    border-color: #60747C !important;
}

.jarviswidget-color-blueLight > header {
    background: #CCDADF;
    color: #2b363c;
}

    .jarviswidget-color-blueLight .nav-tabs li a:hover,
    .jarviswidget-color-blueLight .nav-tabs li:not(.active) a,
    .jarviswidget-color-blueLight > header > .jarviswidget-ctrls a {
        color: #2b363c !important;
    }

.jarviswidget-color-blueLight > header {
    border-color: #92A2A8 !important;
}

.jarviswidget-color-red > header {
    background: #931313;
    color: #FFF;
}

    .jarviswidget-color-red .nav-tabs li:not(.active) a,
    .jarviswidget-color-red > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-red .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-red > header {
    border-color: #931313 !important;
}

.jarviswidget-color-redLight > header {
    background: #A65858;
    color: #FFF;
}

    .jarviswidget-color-redLight .nav-tabs li:not(.active) a,
    .jarviswidget-color-redLight > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-redLight .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-redLight > header {
    border-color: #A65858 !important;
}

.jarviswidget-color-white > header {
    background: #fff;
    color: #838383;
}

    .jarviswidget-color-white .nav-tabs li a:hover,
    .jarviswidget-color-white .nav-tabs li:not(.active) a,
    .jarviswidget-color-white > header > .jarviswidget-ctrls a {
        color: #838383 !important;
    }

.jarviswidget-color-white > header {
    border-color: #C8C8C8 !important;
}

.jarviswidget-color-greenDark > header {
    background: #496949;
    color: #FFF;
}

    .jarviswidget-color-greenDark .nav-tabs li:not(.active) a,
    .jarviswidget-color-greenDark > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-greenDark .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-greenDark > header {
    border-color: #638167 !important;
}

.jarviswidget-color-green > header {
    background: #356E35;
    color: #FFF;
}

    .jarviswidget-color-green .nav-tabs li:not(.active) a,
    .jarviswidget-color-green > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-green .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-green > header {
    border-color: #638167 !important;
}

.jarviswidget-color-greenLight > header {
    background: #71843F;
    color: #FFF;
}

    .jarviswidget-color-greenLight .nav-tabs li:not(.active) a,
    .jarviswidget-color-greenLight > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }

.jarviswidget-color-greenLight .nav-tabs li a:hover {
    color: #333 !important;
}

.jarviswidget-color-greenLight > header {
    border-color: #638167 !important;
}

.color-select {
    list-style: none;
    margin: 0;
    padding: 4px;
    min-width: 166px;
    max-width: 156px;
    right: -3px;
}

    .color-select li {
        display: block;
        margin: 2px;
        float: left;
    }

        .color-box,
        .color-select li span {
            display: block;
            width: 22px;
            height: 22px;
            padding: 0;
            background: #333;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, .1);
            cursor: pointer;
        }

            .color-select li span:hover {
                border: 3px solid rgba(0, 0, 0, .2);
            }

.color-box {
    position: relative;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    outline: 1px solid rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .3) !important;
}

    .color-box:hover,
    .open .color-box {
        outline: 1px solid rgba(0, 0, 0, .1) !important;
    }

    .color-box:hover {
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
    }

    .color-box:active {
        top: 1px;
        left: 1px;
    }

.widget-toolbar > .color-box {
    margin-top: 7px;
    width: 18px;
    height: 18px;
    outline: 1px solid rgba(0, 0, 0, .2);
}

    .widget-toolbar > .color-box:active,
    .widget-toolbar > .color-box:focus,
    .widget-toolbar > .color-box:hover {
        outline: 1px solid rgba(0, 0, 0, .25) !important;
    }

.widget-toolbar .dropdown-menu.color-select {
    right: -1px;
}

.jarviswidget-ctrls a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: #333;
}

.rtl .jarviswidget > header {
    padding: 0 7px 0 0;
}

    .rtl .jarviswidget > header h2 {
        float: right;
        text-align: right;
    }

    .rtl .jarviswidget > header .jarviswidget-icon {
        float: right;
        margin: 12px 0 0 7px;
    }

.rtl .jarviswidget-ctrls {
    float: left;
    padding: 10px 0 0 3px;
    margin: 0;
}

    .rtl .jarviswidget-ctrls .button-icon {
        margin: 0 0 5px 5px;
    }

.rtl .jarviswidget-loader {
    float: left;
}

.clearfix:after,
.clearfix:before,
.inner-spacer:after,
.inner-spacer:before,
.jarviswidget-editbox:after,
.jarviswidget-editbox:before,
.jarviswidget:after,
.jarviswidget:before,
.jarviswidget > div:after,
.jarviswidget > div:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix:after,
.inner-spacer:after,
.jarviswidget-editbox:after,
.jarviswidget:after,
.jarviswidget > div:after {
    clear: both;
}

.clearfix,
.inner-spacer:after,
.jarviswidget,
.jarviswidget-editbox,
.jarviswidget > div {
    zoom: 1;
}

.widget-toolbar {
    display: inline-block;
    float: right;
    width: auto;
    height: 32px;
    line-height: 32px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, .09);
    cursor: pointer;
    padding: 0 8px;
    text-align: center;
}

    .widget-toolbar > :first-child {
        text-align: left;
    }

.jarviswidget header .nav-tabs {
    border-bottom-color: transparent;
}

    .jarviswidget header .nav-tabs > li > a {
        border-radius: 0;
        border: 0;
        padding: 7px 15px 6px;
    }

    .jarviswidget header .nav-tabs > li.active > a,
    .jarviswidget header .nav-tabs > li.active > a:focus,
    .jarviswidget header .nav-tabs > li.active > a:hover {
        color: #555;
        background-color: #FFF;
        border: 1px solid #C2C2C2;
        border-bottom-color: transparent;
        border-top: 0;
        cursor: default;
    }

.jarviswidget header:first-child .nav-tabs {
    float: left;
}

    .jarviswidget header:first-child .nav-tabs li {
        padding-left: 0;
    }

        .jarviswidget header:first-child .nav-tabs li a {
            color: #333;
        }

    .jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
        margin-right: 0 !important;
        border-right: 0 !important;
    }

.jarviswidget header .nav-pills {
    margin: 3px;
}

    .jarviswidget header .nav-pills > li > a {
        padding: 3px 5px 4px;
    }

.widget-toolbar .btn-group {
    margin-top: -3px;
}

.widget-toolbar > .btn {
    margin-top: -3px;
    font-size: 12px !important;
    padding: 1px 8px !important;
}

.widget-toolbar .smart-form label.checkbox,
.widget-toolbar .smart-form label.radio {
    line-height: 29px;
}

.widget-toolbar > .label {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 4px 7px;
}

.widget-toolbar > .badge {
    padding: 5px;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 400;
    min-width: 24px;
    text-align: center !important;
}

.widget-toolbar .progress {
    width: 130px;
    margin: 7px 0 0;
    height: 18px !important;
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
}

.widget-toolbar .progress-bar {
    font-size: 12px;
}

.widget-toolbar .pagination {
    margin: 4px 0;
}

    .widget-toolbar .pagination > li > a {
        padding: 2px 7px;
    }

.widget-toolbar .widget-text-input {
    max-width: 220px;
}

.widget-toolbar input[type=text] {
    height: 28px !important;
    margin-top: 2px;
}

.widget-toolbar .smart-form .icon-append,
.widget-toolbar .smart-form .icon-prepend,
.widget-toolbar.smart-form .icon-append,
.widget-toolbar.smart-form .icon-prepend {
    top: 3px !important;
}

.smart-form *,
.smart-form:after,
.smart-form:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.smart-form .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form .checkbox + .checkbox,
.smart-form .radio + .radio {
    margin-top: 0;
}

.smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.smart-form legend {
    padding-top: 15px;
}

.smart-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}

    .smart-form header {
        display: block;
        padding: 8px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, .2);
        background: #fff;
        font-size: 16px;
        font-weight: 300;
        color: #232323;
        margin: 10px 14px 0;
    }

    .smart-form fieldset {
        display: block;
        padding: 25px 14px 5px;
        border: 0;
        background: rgba(255, 255, 255, .9);
        position: relative;
    }

        .smart-form fieldset + fieldset {
            border-top: 1px solid rgba(0, 0, 0, .1);
        }

    .smart-form section {
        margin-bottom: 15px;
        position: relative;
    }

    .smart-form footer {
        display: block;
        padding: 7px 14px 15px;
        border-top: 1px solid rgba(0, 0, 0, .1);
        background: rgba(248, 248, 248, .9);
    }

        .smart-form footer:after {
            content: '';
            display: table;
            clear: both;
        }

    .smart-form .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 500;
        font-size: 13px;
        color: #333;
        text-align: left;
    }

        .smart-form .label.col {
            margin: 0;
            padding-top: 7px;
        }

    .note,
    .smart-form .note {
        margin-top: 6px;
        padding: 0 1px;
        font-size: 11px;
        line-height: 15px;
        color: #999;
    }

        .smart-form .note a {
            font-size: 13px;
        }

    .smart-form .button,
    .smart-form .checkbox,
    .smart-form .input,
    .smart-form .radio,
    .smart-form .select,
    .smart-form .textarea,
    .smart-form .toggle {
        position: relative;
        display: block;
        font-weight: 400;
    }

        .smart-form .input input,
        .smart-form .select select,
        .smart-form .textarea textarea {
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            height: 32px;
            padding: 8px 10px;
            outline: 0;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            background: #fff;
            font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
            color: #404040;
            appearance: normal;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

    .smart-form .input-file .button {
        position: absolute;
        top: 4px;
        right: 4px;
        float: none;
        height: 22px;
        margin: 0;
        padding: 0 14px;
        font-size: 13px;
        line-height: 22px;
    }

        .smart-form .input-file .button:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .smart-form .input-file .button input {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            font-size: 30px;
            cursor: pointer;
            opacity: 0;
        }

    .smart-form .select i {
        position: absolute;
        top: 10px;
        right: 11px;
        width: 5px;
        height: 11px;
        background: #fff;
        -webkit-box-shadow: 0 0 0 9px #fff;
        box-shadow: 0 0 0 9px #fff;
    }

        .smart-form .select i:after,
        .smart-form .select i:before {
            content: '';
            position: absolute;
            right: 0;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .smart-form .select i:after {
            bottom: 0;
            border-top: 4px solid #404040;
        }

        .smart-form .select i:before {
            top: 0;
            border-bottom: 4px solid #404040;
        }

    .smart-form .select-multiple select {
        height: auto;
    }

    .smart-form .textarea textarea {
        height: auto;
        resize: none;
    }

    .smart-form .textarea-resizable textarea {
        resize: vertical;
    }

    .smart-form .textarea-expandable textarea {
        height: 31px;
    }

        .smart-form .textarea-expandable textarea:focus {
            height: auto;
        }

    .smart-form .checkbox,
    .smart-form .radio {
        margin-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
        color: #404040;
        cursor: pointer;
        font-size: 13px;
    }

        .smart-form .checkbox:last-child,
        .smart-form .radio:last-child {
            margin-bottom: 0;
        }

        .smart-form .checkbox input,
        .smart-form .radio input {
            position: absolute;
            left: -9999px;
        }

        .smart-form .checkbox i,
        .smart-form .radio i {
            position: absolute;
            top: 3px;
            left: 0;
            display: block;
            width: 17px;
            height: 17px;
            outline: 0;
            border-width: 1px;
            border-style: solid;
            background: #FFF;
        }

        .smart-form .radio i {
            border-radius: 50%;
        }

        .smart-form .checkbox input + i:after,
        .smart-form .radio input + i:after {
            position: absolute;
            opacity: 0;
            transition: opacity .1s;
            -webkit-transition: opacity .1s;
        }

        .smart-form .radio input + i:after {
            content: '';
            top: 4px;
            left: 4px;
            width: 9px;
            height: 9px;
            border-radius: 50%;
        }

        .smart-form .checkbox input + i:after {
            content: '\f00c';
            top: -1px;
            left: 1px;
            width: 15px;
            height: 15px;
            font: 400 16px/19px FontAwesome;
            text-align: center;
        }

        .smart-form .checkbox input:checked:hover + i:after {
            content: '\f00d';
        }

        .smart-form .checkbox input:checked:disabled:hover + i:after {
            content: '\f00c';
        }

        .smart-form .checkbox input:checked + i:after,
        .smart-form .radio input:checked + i:after {
            opacity: 1;
        }

    .smart-form .inline-group {
        margin: 0 -30px -4px 0;
    }

        .smart-form .inline-group:after {
            content: '';
            display: table;
            clear: both;
        }

        .smart-form .inline-group .checkbox,
        .smart-form .inline-group .radio {
            float: left;
            margin-right: 30px;
        }

            .smart-form .inline-group .checkbox:last-child,
            .smart-form .inline-group .radio:last-child {
                margin-bottom: 4px;
            }

    .smart-form .toggle {
        margin-bottom: 4px;
        padding-right: 61px;
        font-size: 15px;
        line-height: 25px;
        color: #404040;
        cursor: pointer;
    }

        .smart-form .toggle:last-child {
            margin-bottom: 0;
        }

        .smart-form .toggle input {
            position: absolute;
            left: -9999px;
        }

        .smart-form .toggle i {
            content: '';
            position: absolute;
            top: 4px;
            right: 0;
            display: block;
            width: 49px;
            height: 17px;
            border-width: 1px;
            border-style: solid;
            border-radius: 12px;
            background: #fff;
        }

            .smart-form .toggle i:after {
                content: attr(data-swchoff-text);
                position: absolute;
                top: 2px;
                right: 8px;
                left: 8px;
                font-style: normal;
                font-size: 9px;
                line-height: 13px;
                font-weight: 700;
                text-align: left;
                color: #5f5f5f;
            }

            .smart-form .toggle i:before {
                content: '';
                position: absolute;
                z-index: 1;
                top: 4px;
                right: 4px;
                display: block;
                width: 9px;
                height: 9px;
                border-radius: 50%;
                opacity: 1;
                transition: right .2s;
                -webkit-transition: right .2s;
            }

        .smart-form .toggle input:checked + i:after {
            content: attr(data-swchon-text);
            text-align: right;
        }

        .smart-form .toggle input:checked + i:before {
            right: 36px;
        }

    .smart-form .rating {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 25px;
        color: #404040;
    }

        .smart-form .rating:last-child {
            margin-bottom: 0;
        }

        .smart-form .rating input {
            position: absolute;
            left: -9999px;
        }

        .smart-form .rating label {
            display: block;
            float: right;
            height: 17px;
            margin-top: 5px;
            padding: 0 2px;
            font-size: 17px;
            line-height: 17px;
            cursor: pointer;
        }

    .smart-form .button {
        float: right;
        height: 31px;
        overflow: hidden;
        margin: 10px 0 0 5px;
        padding: 0 25px;
        outline: 0;
        border: 0;
        font: 300 15px/31px 'Open Sans', Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

    .smart-form .icon-append,
    .smart-form .icon-prepend {
        position: absolute;
        top: 5px;
        width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .smart-form .icon-append {
        right: 5px;
        padding-left: 3px;
        border-left-width: 1px;
        border-left-style: solid;
    }

    .smart-form .icon-prepend {
        left: 5px;
        padding-right: 3px;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .smart-form .input .icon-prepend + input,
    .smart-form .textarea .icon-prepend + textarea {
        padding-left: 37px;
    }

    .smart-form .input .icon-append + input,
    .smart-form .textarea .icon-append + textarea {
        padding-right: 37px;
    }

    .smart-form .input .icon-prepend + .icon-append + input,
    .smart-form .textarea .icon-prepend + .icon-append + textarea {
        padding-left: 37px;
    }

    .smart-form .row {
        margin: 0 -15px;
    }

        .smart-form .row:after {
            content: '';
            display: table;
            clear: both;
        }

    .smart-form .col {
        float: left;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .smart-form .col-1 {
        width: 8.33%;
    }

    .smart-form .col-2 {
        width: 16.66%;
    }

    .smart-form .col-3 {
        width: 25%;
    }

    .smart-form .col-4 {
        width: 33.33%;
    }

    .smart-form .col-5 {
        width: 41.66%;
    }

    .smart-form .col-6 {
        width: 50%;
    }

    .smart-form .col-8 {
        width: 66.67%;
    }

    .smart-form .col-9 {
        width: 75%;
    }

    .smart-form .col-10 {
        width: 83.33%;
    }

@media screen and (max-width:600px) {
    .smart-form .col {
        float: none;
        width: 100%;
    }
}

.smart-form .select select {
    padding: 5px;
}

.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    opacity: 0;
    transition: margin .3s, opacity .3s;
    -webkit-transition: margin .3s, opacity .3s;
}

    .smart-form .tooltip:after {
        content: '';
        position: absolute;
    }

.smart-form .input input:focus + .tooltip,
.smart-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

    .smart-form .tooltip-top-right:after {
        top: 100%;
        right: 11px;
        border-top: 4px solid rgba(0, 0, 0, .9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-top-right,
.smart-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.smart-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

    .smart-form .tooltip-top-left:after {
        top: 100%;
        left: 11px;
        border-top: 4px solid rgba(0, 0, 0, .9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-top-left,
.smart-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.smart-form .tooltip-right {
    top: 4px;
    white-space: nowrap;
    margin-left: 15px;
}

    .smart-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0, 0, 0, .9);
        border-bottom: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-right,
.smart-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.smart-form .tooltip-left {
    top: 4px;
    white-space: nowrap;
    margin-right: 15px;
}

    .smart-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0, 0, 0, .9);
    }

.smart-form .input input:focus + .tooltip-left,
.smart-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

    .smart-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, .9);
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-bottom-right,
.smart-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.smart-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

    .smart-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, .9);
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-bottom-left,
.smart-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}

.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

    .smart-form .toggle i:before {
        background-color: #3276B1;
    }

.smart-form .rating label {
    color: #ccc;
    transition: color .3s;
    -webkit-transition: color .3s;
}

.smart-form .button {
    background-color: #3276B1;
    opacity: .8;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
}

    .smart-form .button.button-secondary {
        background-color: #b3b3b3;
    }

.smart-form .icon-append,
.smart-form .icon-prepend {
    color: #A2A2A2;
}

.smart-form .checkbox:hover i,
.smart-form .input:hover input,
.smart-form .radio:hover i,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .toggle:hover i {
    border-color: #5D98CC;
}

.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
    color: #3276B1;
}

.smart-form .button:hover {
    opacity: 1;
}

.smart-form .checkbox:hover i,
.smart-form .radio:hover i,
.smart-form .toggle:hover i {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.smart-form .checkbox:active i,
.smart-form .radio:active i,
.smart-form .toggle:active i {
    background: #F0F0F0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.smart-form .checkbox input:focus + i,
.smart-form .input input:focus,
.smart-form .radio input:focus + i,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .toggle input:focus + i {
    border-color: #3276B1;
}

.smart-form .radio input + i:after {
    background-color: #3276B1;
}

.smart-form .checkbox input + i:after {
    color: #3276B1;
}

.smart-form .checkbox input:checked + i,
.smart-form .radio input:checked + i,
.smart-form .toggle input:checked + i {
    border-color: #3276B1;
}

.smart-form .rating input:checked ~ label {
    color: #3276B1;
}

.smart-form .checkbox.state-error i,
.smart-form .radio.state-error i,
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329;
}

.smart-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.smart-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.smart-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}

.smart-form .state-error select + i {
    background: #FFF0F0;
    -webkit-box-shadow: 0 0 0 9px #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0;
}

.state-error .icon-append,
.state-error .icon-prepend {
    color: #ed1c24;
}

.smart-form .checkbox.state-success i,
.smart-form .radio.state-success i,
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .toggle.state-success i {
    background: #f0fff0;
    border-color: #7DC27D;
}

.smart-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.smart-form .note-success {
    color: #6fb679;
}

.smart-form .state-success select + i {
    background: #f0fff0;
    -webkit-box-shadow: 0 0 0 9px #f0fff0;
    box-shadow: 0 0 0 9px #f0fff0;
}

.smart-form .button.state-disabled,
.smart-form .checkbox.state-disabled,
.smart-form .input.state-disabled input,
.smart-form .radio.state-disabled,
.smart-form .select.state-disabled,
.smart-form .textarea.state-disabled,
.smart-form .toggle.state-disabled {
    cursor: default !important;
    opacity: .6 !important;
}

    .smart-form .checkbox.state-disabled:hover i,
    .smart-form .input.state-disabled:hover input,
    .smart-form .radio.state-disabled:hover i,
    .smart-form .select.state-disabled:hover select,
    .smart-form .textarea.state-disabled:hover textarea,
    .smart-form .toggle.state-disabled:hover i {
        border-color: #e5e5e5 !important;
    }

.smart-form .state-disabled.checkbox input + i:after,
.smart-form .state-disabled.checkbox input:checked + i,
.smart-form .state-disabled.radio input + i:after,
.smart-form .state-disabled.radio input:checked + i,
.smart-form .state-disabled.toggle input:checked + i {
    border-color: #e5e5e5 !important;
    color: #333 !important;
}

.smart-form .state-disabled.radio input + i:after {
    background-color: #333;
}

.smart-form .message {
    display: none;
    color: #6fb679;
}

    .smart-form .message i {
        display: block;
        margin: 0 auto 20px;
        width: 81px;
        height: 81px;
        border: 1px solid #6fb679;
        border-radius: 50%;
        font-size: 30px;
        line-height: 81px;
    }

.smart-form.submited fieldset,
.smart-form.submited footer {
    display: none;
}

.smart-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, .9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
}

.smart-form .ui-widget-content .ui-spinner-input {
    margin: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 29px;
}

.smart-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px;
}

.smart-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 17px 10px 12px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

.smart-form input.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
}

.smart-form input.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.smart-form input.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.smart-form select.input-sm {
    height: 30px;
    line-height: 15px;
    font-size: 12px;
}

    .smart-form select.input-sm + i {
        height: 10px;
    }

.smart-form select.input-lg {
    height: 44px;
    line-height: 22px;
    font-size: 17px;
}

    .smart-form select.input-lg + i {
        height: 11px;
        top: 17px;
    }
/*! X-editable - v1.5.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */ .editableform {
    margin-bottom: 0;
}

    .editableform .control-group {
        margin-bottom: 0;
        white-space: nowrap;
    }

.editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    zoom: 1;
    *display: inline;
}

    .editable-buttons.editable-buttons-bottom {
        display: block;
        margin-top: 7px;
        margin-left: 0;
    }

.editable-input {
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1;
    *display: inline;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
}

.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
}

.editableform-loading {
    background: url(../img/loading.gif) center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
}

.editable-inline .editableform-loading {
    background-position: left 5px;
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0;
    width: auto;
    white-space: normal;
}

    .editable-error-block.ui-state-error {
        padding: 3px;
    }

.editable-error {
    color: red;
}

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}

.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px;
}

.editable-checklist label input[type=checkbox], .editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap;
}

.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}

.editable-clear {
    clear: both;
    font-size: .9em;
    text-decoration: none;
    text-align: right;
}

.editable-clear-x {
    background: url(../img/clear.png) center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: .6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

    .editable-clear-x:hover {
        opacity: 1;
    }

.editable-pre-wrapped {
    white-space: pre-wrap;
}

.editable-container.editable-popup {
    max-width: none !important;
}

.editable-container.popover {
    width: auto;
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    zoom: 1;
    *display: inline;
}

.editable-container.ui-widget {
    font-size: inherit;
    z-index: 9990;
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #08c;
}

    .editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
        color: #585858;
        cursor: default;
        border-bottom: 0;
    }

.editable-empty, .editable-empty:focus, .editable-empty:hover {
    font-style: italic;
    color: #D14;
    text-decoration: none;
}

.editable-unsaved {
    font-weight: 700;
}

.editable-bg-transition {
    -webkit-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out;
}

.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block;
}

.fc {
    direction: ltr;
    text-align: left;
}

    .fc table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .fc td, .fc th {
        padding: 0;
        vertical-align: top;
    }

.fc-header td {
    white-space: nowrap;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

    .fc-header-title h2 {
        margin-top: 0;
        white-space: nowrap;
    }

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
    margin-right: -1px;
}

.fc-header .fc-corner-right {
    margin-right: 1px;
}

.fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4;
}

.fc-content {
    clear: both;
}

.fc-view {
    width: 100%;
    overflow: hidden;
}

.fc-widget-content, .fc-widget-header {
    border: 1px solid #ccc;
}

.fc-state-highlight {
    background: #ffc;
}

.fc-cell-overlay {
    background: #9cf;
    opacity: .2;
    filter: alpha(opacity=20);
}

.fc-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fc-state-default {
    border-width: 1px 0;
}

.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden;
}

.fc-state-default .fc-button-inner {
    border-width: 0 1px;
}

.fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
    white-space: nowrap;
}

    .fc-button-content .fc-icon-wrap {
        position: relative;
        float: left;
        top: 50%;
    }

    .fc-button-content .ui-icon {
        position: relative;
        float: left;
        margin-top: -50%;
        *margin-top: 0;
        *top: -50%;
    }

.fc-state-default .fc-button-effect {
    position: absolute;
    top: 50%;
    left: 0;
}

    .fc-state-default .fc-button-effect span {
        position: absolute;
        top: -100px;
        left: 0;
        width: 500px;
        height: 100px;
        border-width: 100px 0 0 1px;
        border-style: solid;
        border-color: #fff;
        background: #444;
        opacity: .09;
        filter: alpha(opacity=9);
    }

.fc-state-default, .fc-state-default .fc-button-inner {
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    background: #F3F3F3;
    color: #000;
}

.fc-state-hover, .fc-state-hover .fc-button-inner {
    border-color: #999;
}

.fc-state-down, .fc-state-down .fc-button-inner {
    border-color: #555;
    background: #777;
}

.fc-state-active, .fc-state-active .fc-button-inner {
    border-color: #555;
    background: #777;
    color: #fff;
}

.fc-state-disabled, .fc-state-disabled .fc-button-inner {
    color: #999;
    border-color: #ddd;
}

.fc-state-disabled {
    cursor: default;
}

    .fc-state-disabled .fc-button-effect {
        display: none;
    }

.fc-event {
    border-style: solid;
    border-width: 0;
    font-size: .85em;
    cursor: default;
}

.fc-event-draggable, a.fc-event {
    cursor: pointer;
}

a.fc-event {
    text-decoration: none;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-skin {
    color: #FFF;
    border-right: 0 !important;
    cursor: move;
}

.fc-event-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%;
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

    .fc-event-hori .ui-resizable-e {
        top: 0 !important;
        right: -3px !important;
        width: 7px !important;
        height: 100% !important;
        cursor: e-resize;
    }

    .fc-event-hori .ui-resizable-w {
        top: 0 !important;
        left: -3px !important;
        width: 7px !important;
        height: 100% !important;
        cursor: w-resize;
    }

    .fc-event-hori .ui-resizable-handle {
        _padding-bottom: 14px;
    }

.fc-corner-left {
    margin-left: 1px;
}

    .fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
        margin-left: -1px;
    }

.fc-corner-right {
    margin-right: 1px;
}

    .fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
        margin-right: -1px;
    }

.fc-corner-top {
    margin-top: 1px;
}

    .fc-corner-top .fc-event-inner {
        margin-top: -1px;
    }

.fc-corner-bottom {
    margin-bottom: 1px;
}

    .fc-corner-bottom .fc-event-inner {
        margin-bottom: -1px;
    }

.fc-corner-left .fc-event-inner {
    border-left: 6px solid rgba(0,0,0,.15);
    padding-left: 2px;
}

.fc-corner-right .fc-event-inner {
    padding-left: 2px;
}

.fc-corner-top .fc-event-inner {
    border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px;
}

.fc-event-skin .fa:before {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 4px;
    top: 3px;
}

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate td, .fc-border-separate th {
    border-width: 1px 0 0 1px;
}

    .fc-border-separate td.fc-last, .fc-border-separate th.fc-last {
        border-right-width: 1px;
    }

.fc-border-separate tr.fc-last td, .fc-border-separate tr.fc-last th {
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}

.fc-grid th {
    text-align: center;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
    font-weight: 700;
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px;
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: 0 0;
}

    .fc-agenda-slots td div {
        height: 20px;
    }

.fc-agenda-slots tr.fc-slot0 td, .fc-agenda-slots tr.fc-slot0 th {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor td, .fc-agenda-slots tr.fc-minor th {
    border-top-style: dotted;
}

    .fc-agenda-slots tr.fc-minor th.ui-widget-header {
        *border-top-style: solid;
    }

.fc-event-vert {
    border-width: 0 1px;
}

    .fc-event-vert .fc-event-content, .fc-event-vert .fc-event-head {
        position: relative;
        z-index: 2;
        width: 100%;
        overflow: hidden;
    }

    .fc-event-vert .fc-event-time {
        white-space: nowrap;
        font-size: 10px;
    }

    .fc-event-vert .fc-event-bg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .3;
        filter: alpha(opacity=30);
    }

.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none;\9
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden;
}
/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url(../img/saturation.png);
    cursor: crosshair;
    float: left;
}

    .colorpicker-saturation i {
        display: block;
        height: 5px;
        width: 5px;
        border: 1px solid #000;
        position: absolute;
        top: 0;
        left: 0;
        margin: -4px 0 0 -4px;
    }

        .colorpicker-saturation i b {
            display: block;
            height: 5px;
            width: 5px;
            border: 1px solid #fff;
        }

.colorpicker-alpha, .colorpicker-hue {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

    .colorpicker-alpha i, .colorpicker-hue i {
        display: block;
        height: 1px;
        background: #000;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -1px;
    }

.colorpicker-hue {
    background-image: url(../img/hue.png);
}

.colorpicker-alpha {
    background-image: url(../img/alpha.png);
    display: none;
}

.colorpicker {
    zoom: 1;
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 120px;
    margin-top: 1px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .colorpicker:after {
        clear: both;
    }

    .colorpicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .colorpicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.alpha {
        min-width: 140px;
    }

        .colorpicker.alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url(../img/alpha.png);
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.input-append.color .add-on i, .input-prepend.color .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .bootstrap-timepicker .add-on {
        cursor: pointer;
    }

        .bootstrap-timepicker .add-on i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0,0,0,.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            border: 1px transparent solid;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 8px 0;
            outline: 0;
            color: #333;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
                border-radius: 4px;
                border-color: #ddd;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 18px;
            }

        .bootstrap-timepicker-widget table td input {
            width: 25px;
            margin: 0;
            text-align: center;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width:767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width:767px) {
    .bootstrap-timepicker, .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.animated.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.animated.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.animated.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes swing {
    100%,20%,40%,60%,80% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.animated.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animated.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.animated.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.animated.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.animated.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.animated.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.animated.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.animated.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.animated.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.animated.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.animated.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.animated.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.animated.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.animated.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.animated.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.animated.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.animated.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.animated.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.animated.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

.animated.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.animated.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) skewX(0deg);
        -ms-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1;
    }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        -ms-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.note-editor {
    border: 1px solid #a9a9a9;
}

    .note-editor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 100%;
    }

        .note-editor.fullscreen .note-editable {
            background-color: #fff;
        }

        .note-editor.codeview .note-editable, .note-editor.fullscreen .note-resizebar {
            display: none;
        }

    .note-editor.codeview .note-codeable {
        display: block;
    }

    .note-editor .note-toolbar {
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0;
        background-color: #f5f5f5;
        border-bottom: 1px solid #a9a9a9;
    }

        .note-editor .note-toolbar > .btn-group {
            margin-top: 5px;
            margin-right: 5px;
            margin-left: 0;
        }

        .note-editor .note-toolbar .note-table .dropdown-menu {
            min-width: 0;
            padding: 5px;
        }

            .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
                font-size: 18px;
            }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
                    position: absolute !important;
                    z-index: 3;
                    width: 10em;
                    height: 10em;
                    cursor: pointer;
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
                    position: relative !important;
                    z-index: 1;
                    width: 5em;
                    height: 5em;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
                    position: absolute !important;
                    z-index: 2;
                    width: 1em;
                    height: 1em;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
                }

        .note-editor .note-toolbar .note-style blockquote, .note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6 {
            margin: 0;
        }

        .note-editor .note-toolbar .note-color .dropdown-toggle {
            width: 20px;
            padding-left: 5px;
        }

        .note-editor .note-toolbar .note-color .dropdown-menu {
            min-width: 290px;
        }

            .note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
                margin: 0;
            }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
                    margin: 0 5px;
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
                    margin: 2px 7px;
                    font-size: 12px;
                    text-align: center;
                    border-bottom: 1px solid #eee;
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
                    padding: 0 3px;
                    margin: 5px;
                    font-size: 12px;
                    cursor: pointer;
                    border-radius: 5px;
                }

                    .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
                        background: #eee;
                    }

        .note-editor .note-toolbar .note-para .dropdown-menu {
            min-width: 153px;
            padding: 5px;
        }

        .note-editor .note-toolbar .note-para li:first-child {
            margin-bottom: 5px;
        }

    .note-editor .note-statusbar {
        background-color: #f5f5f5;
    }

        .note-editor .note-statusbar .note-resizebar {
            width: 100%;
            height: 8px;
            cursor: s-resize;
        }

            .note-editor .note-statusbar .note-resizebar .note-icon-bar {
                width: 20px;
                margin: 1px auto;
                border-top: 1px solid #a9a9a9;
            }

    .note-editor .note-popover .popover {
        max-width: none;
    }

        .note-editor .note-popover .popover .popover-content {
            padding: 5px;
        }

            .note-editor .note-popover .popover .popover-content a {
                display: inline-block;
                max-width: 200px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
            }

            .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
                margin-left: 5px;
            }

        .note-editor .note-popover .popover .arrow {
            left: 20px;
        }

    .note-editor .note-handle .note-control-selection {
        position: absolute;
        display: none;
        border: 1px solid #000;
    }

        .note-editor .note-handle .note-control-selection > div {
            position: absolute;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-bg {
            width: 100%;
            height: 100%;
            background-color: #000;
            -webkit-opacity: .3;
            -khtml-opacity: .3;
            -moz-opacity: .3;
            opacity: .3;
            -ms-filter: alpha(opacity=30);
            filter: alpha(opacity=30);
        }

        .note-editor .note-handle .note-control-selection .note-control-handle, .note-editor .note-handle .note-control-selection .note-control-holder {
            width: 7px;
            height: 7px;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-sizing {
            width: 7px;
            height: 7px;
            background-color: #fff;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-nw {
            top: -5px;
            left: -5px;
            border-right: 0;
            border-bottom: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-ne {
            top: -5px;
            right: -5px;
            border-bottom: 0;
            border-left: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-sw {
            bottom: -5px;
            left: -5px;
            border-top: 0;
            border-right: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-se {
            right: -5px;
            bottom: -5px;
            cursor: se-resize;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-info {
            right: 0;
            bottom: 0;
            padding: 5px;
            margin: 5px;
            font-size: 12px;
            color: #fff;
            background-color: #000;
            border-radius: 5px;
            -webkit-opacity: .7;
            -khtml-opacity: .7;
            -moz-opacity: .7;
            opacity: .7;
            -ms-filter: alpha(opacity=70);
            filter: alpha(opacity=70);
        }

    .note-editor .note-dialog > div {
        display: none;
    }

    .note-editor .note-dialog .note-image-dialog .note-dropzone {
        min-height: 200px;
        font-size: 30px;
        line-height: 6;
        color: #d3d3d3;
        text-align: center;
        border: 4px dashed #d3d3d3;
    }

    .note-editor .note-dialog .note-help-dialog {
        font-size: 12px;
        color: #ccc;
        background: 0 0;
        background-color: #222 !important;
        border: 0;
        -webkit-opacity: .9;
        -khtml-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
        -ms-filter: alpha(opacity=90);
        filter: alpha(opacity=90);
    }

        .note-editor .note-dialog .note-help-dialog .modal-content {
            background: 0 0;
            border: 1px solid #fff;
            border-radius: 5px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .note-editor .note-dialog .note-help-dialog a {
            font-size: 12px;
            color: #fff;
        }

        .note-editor .note-dialog .note-help-dialog .title {
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            border-bottom: #fff 1px solid;
        }

        .note-editor .note-dialog .note-help-dialog .modal-close {
            font-size: 14px;
            color: #dd0;
            cursor: pointer;
        }

        .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
            width: 100%;
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
                vertical-align: top;
            }

        .note-editor .note-dialog .note-help-dialog .note-shortcut {
            margin-top: 8px;
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut th {
                font-size: 13px;
                color: #dd0;
                text-align: left;
            }

            .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
                min-width: 110px;
                padding-right: 10px;
                font-family: "Courier New";
                color: #dd0;
                text-align: right;
            }

    .note-editor .note-editable {
        padding: 10px;
        overflow: scroll;
        outline: 0;
    }

    .note-editor .note-codeable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-family: Menlo,Monaco,monospace,sans-serif;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

    .note-editor .dropdown-menu {
        min-width: 90px;
    }

        .note-editor .dropdown-menu.right {
            right: 0;
            left: auto;
        }

            .note-editor .dropdown-menu.right::before {
                right: 9px;
                left: auto !important;
            }

            .note-editor .dropdown-menu.right::after {
                right: 10px;
                left: auto !important;
            }

        .note-editor .dropdown-menu li a i {
            color: #00bfff;
            visibility: hidden;
        }

        .note-editor .dropdown-menu li a.checked i {
            visibility: visible;
        }

    .note-editor .note-color-palette {
        line-height: 1;
    }

        .note-editor .note-color-palette div .note-color-btn {
            width: 17px;
            height: 17px;
            padding: 0;
            margin: 0;
            border: 1px solid #fff;
        }

            .note-editor .note-color-palette div .note-color-btn:hover {
                border: 1px solid #000;
            }

.no-padding .note-editor {
    border: 0;
}

.note-editor .note-editable {
    background-color: rgba(48,126,204,.05);
}

    .note-editor .note-editable:focus {
        background-color: #fff;
    }

.note-editor .note-statusbar .note-resizebar {
    border-top: 1px solid #DBDBDB;
}

.note-editor .note-statusbar:hover {
    background: #EEE;
}

.note-editor .note-statusbar:active {
    background: #eaeaea;
}

.md-editor {
    display: block;
    border: 1px solid #ddd;
}

    .md-editor .md-footer, .md-editor > .md-header {
        display: block;
        padding: 6px 4px;
        background: #f5f5f5;
    }

    .md-editor > .md-preview {
        background: #fff;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        min-height: 10px;
        padding: 10px;
    }

    .md-editor > textarea {
        font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
        font-size: 13px;
        outline: 0;
        outline: thin dotted \9;
        margin: 0;
        display: block;
        width: 100%;
        border: 0;
        padding: 10px;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #eee;
    }

        .md-editor > textarea:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #fff;
        }

    .md-editor.active {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.dropzone.dz-drag-hover {
    background: rgba(0,0,0,.04);
}

.dropzone, .dropzone *, .dropzone-previews, .dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone {
    position: relative;
    padding: 1em;
}

    .dropzone.dz-clickable, .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message span {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

    .dropzone .dz-message {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    .dropzone.dz-drag-hover {
        background-image: -webkit-gradient(linear,left top,right bottom,color-stop(.25,rgba(0,0,0,.03)),color-stop(.25,rgba(0,0,0,0)),color-stop(.5,rgba(0,0,0,0)),color-stop(.5,rgba(0,0,0,.03)),color-stop(.75,rgba(0,0,0,.03)),color-stop(.75,rgba(0,0,0,0)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
        background-image: -webkit-linear-gradient(315deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
        background-image: linear-gradient(135deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
        background-color: #fafafa;
        -webkit-background-size: 22px 22px;
        background-size: 22px 22px;
        border: 5px dashed #ccc;
    }

    .dropzone .dz-preview, .dropzone-previews .dz-preview {
        background: rgba(255,255,255,.8);
        position: relative;
        display: inline-block;
        margin: 10px;
        vertical-align: top;
        border: 1px solid #acacac;
        padding: 6px;
    }

        .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail], .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
            display: none;
        }

        .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
            width: 100px;
            height: 100px;
            position: relative;
            background: #ebebeb;
            padding: 5px;
            margin-bottom: 22px;
        }

            .dropzone .dz-preview .dz-details .dz-filename, .dropzone-previews .dz-preview .dz-details .dz-filename {
                overflow: hidden;
                height: 100%;
            }

            .dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 100px;
            }

            .dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
                position: absolute;
                bottom: -28px;
                left: 3px;
                height: 28px;
                line-height: 28px;
            }

        .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-previews .dz-preview.dz-error .dz-error-mark, .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            display: block;
        }

        .dropzone .dz-preview:hover .dz-details img, .dropzone-previews .dz-preview:hover .dz-details img {
            display: none;
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
            position: absolute;
            width: 40px;
            height: 40px;
            font-size: 30px;
            text-align: center;
            right: -10px;
            top: -10px;
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
            color: #8cc657;
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark {
            color: #ee162d;
        }

        .dropzone .dz-preview .dz-progress, .dropzone-previews .dz-preview .dz-progress {
            position: absolute;
            top: 100px;
            left: 6px;
            right: 6px;
            height: 6px;
            background: #d7d7d7;
            display: none;
        }

            .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
                bottom: 0;
                background-color: #8cc657;
            }

        .dropzone .dz-preview.dz-processing .dz-progress, .dropzone-previews .dz-preview.dz-processing .dz-progress {
            display: block;
        }

        .dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
            position: absolute;
            top: -5px;
            left: -20px;
            background: rgba(245,245,245,.8);
            padding: 8px 10px;
            color: #800;
            min-width: 140px;
            max-width: 500px;
            z-index: 500;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message, .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            display: block;
        }

.dropzone {
    border: 1px solid rgba(0,0,0,.03);
    min-height: 360px;
    border-radius: 3px;
    background: rgba(0,0,0,.03);
}

    .dropzone .dz-default.dz-message {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        background-image: url(../img/dropzone/spritemap.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        width: 428px;
        height: 123px;
        margin-left: -214px;
        margin-top: -61.5px;
        top: 50%;
        left: 50%;
    }

        .dropzone .dz-default.dz-message span {
            display: none;
        }

    .dropzone.dz-square .dz-default.dz-message {
        background-position: 0 -123px;
        width: 268px;
        margin-left: -134px;
        height: 174px;
        margin-top: -87px;
    }

    .dropzone.dz-drag-hover .dz-message {
        opacity: .15;
        -ms-filter: "alpha(Opacity=15)";
        filter: alpha(opacity=15);
    }

    .dropzone.dz-started .dz-message {
        display: block;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .dropzone .dz-preview, .dropzone-previews .dz-preview {
        -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.16);
        box-shadow: 1px 1px 4px rgba(0,0,0,.16);
        font-size: 14px;
    }

        .dropzone .dz-preview.dz-image-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
            display: block;
            opacity: .1;
            -ms-filter: "alpha(Opacity=10)";
            filter: alpha(opacity=10);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-previews .dz-preview.dz-error .dz-error-mark, .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            opacity: 1;
            -ms-filter: none;
            -webkit-filter: none;
            filter: none;
        }

        .dropzone .dz-preview.dz-error .dz-progress .dz-upload, .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
            background: #ee1e2d;
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
            display: block;
            opacity: 0;
            -ms-filter: "alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
            background-image: url(../img/dropzone/spritemap.png);
            background-repeat: no-repeat;
        }

            .dropzone .dz-preview .dz-error-mark span, .dropzone .dz-preview .dz-success-mark span, .dropzone-previews .dz-preview .dz-error-mark span, .dropzone-previews .dz-preview .dz-success-mark span {
                display: none;
            }

        .dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark {
            background-position: -268px -123px;
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
            background-position: -268px -163px;
        }

        .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
            -webkit-animation: loading .4s linear infinite;
            -ms-animation: loading .4s linear infinite;
            animation: loading .4s linear infinite;
            -webkit-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
            border-radius: 2px;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-image: url(../img/dropzone/spritemap.png);
            background-repeat: repeat-x;
            background-position: 0 -400px;
        }

        .dropzone .dz-preview.dz-success .dz-progress, .dropzone-previews .dz-preview.dz-success .dz-progress {
            display: block;
            opacity: 0;
            -ms-filter: "alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
        }

        .dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
            display: block;
            opacity: 0;
            -ms-filter: "alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message, .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            opacity: 1;
            -ms-filter: none;
            -webkit-filter: none;
            filter: none;
        }

    .dropzone a.dz-remove, .dropzone-previews a.dz-remove {
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#eee));
        background-image: -webkit-linear-gradient(top,#fafafa 0,#eee 100%);
        background-image: -webkit-gradient(linear,top left,bottom left,from(#fafafa),to(#eee));
        background-image: linear-gradient(top,#fafafa 0,#eee 100%);
        border-radius: 2px;
        border: 1px solid #eee;
        text-decoration: none;
        display: block;
        padding: 4px 5px;
        text-align: center;
        color: #aaa;
        margin-top: 26px;
    }

        .dropzone a.dz-remove:hover, .dropzone-previews a.dz-remove:hover {
            color: #666;
        }

@-webkit-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-ms-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

.the-price {
    background-color: rgba(220,220,220,.17);
    -webkit-box-shadow: 0 1px 0 #dcdcdc,inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 #dcdcdc,inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

    .the-price h1 {
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

.subscript {
    font-size: 21px;
    color: #999;
}

.ribbon {
    position: absolute;
    right: 9px;
    top: -4px;
}

.pricing-big {
    border: 0 !important;
}

    .pricing-big .panel-heading {
        border-radius: 5px 5px 0 0;
    }

    .pricing-big .panel-title {
        text-transform: capitalize;
        font-size: 18px;
        padding: 20px 0;
        text-align: center;
        border-radius: 5px 5px 0 0;
        margin: 0;
        font-weight: 700;
    }

    .pricing-big .the-price {
        padding: 20px 0;
        background: #333;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #FFF;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .pricing-big .subscript {
        font-size: 18px;
        color: #999;
        margin-left: 5px;
    }

.price-features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px;
}

    .price-features li + li {
        margin-top: 10px;
    }

.pricing-big .panel-footer {
    border-radius: 0 0 5px 5px;
}

    .pricing-big .panel-footer .btn {
        padding: 15px 0;
        border-radius: 3px;
        font-weight: 700;
        font-size: 14px;
    }

        .pricing-big .panel-footer .btn span {
            font-weight: 400;
            font-style: italic;
        }

.pricing-big .panel-footer {
    background-color: #F2F2F2 !important;
}

    .pricing-big .panel-footer > div {
        padding: 15px 0 10px;
        display: block;
        font-size: 13px;
    }

.pricing-big table {
    background: #FAFAFA;
    padding: 20px 15px;
    height: 230px;
    text-align: left;
}

.superbox *, .superbox :after, .superbox :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.superbox-list {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12.5%;
    padding: 5px;
    position: relative;
}

    .superbox-list.active:before {
        content: "\f0d8";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        left: 43%;
        bottom: -34px;
        z-index: 2;
        text-align: center;
        font-size: 45px;
        color: #222;
    }

.superbox-img {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
}

.superbox-show {
    text-align: left;
    position: relative;
    background-color: #222;
    width: 100%;
    float: left;
    padding: 25px 0 12px 25px;
    display: none;
    margin: 5px 0;
}

.superbox-current-img {
    max-width: 100%;
    float: left;
    padding-right: 25px;
    padding-bottom: 13px;
}

.superbox-img:hover {
    opacity: .8;
}

.superbox-float {
    float: left;
}

.superbox-close {
    opacity: .7;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

    .superbox-close:hover {
        opacity: 1;
    }

.superbox-imageinfo {
    display: inline-block;
    max-width: 500px;
    color: #fff;
    padding: 0 25px 0 0;
}

    .superbox-imageinfo span {
        font-size: 13px;
        color: #7D7D7D;
        margin-right: -2px;
        display: inline-block;
    }

    .superbox-imageinfo > :first-child {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .superbox-imageinfo span p:last-child {
        margin-top: 30px;
    }

@media only screen and (min-width:320px) {
    .superbox-list {
        width: 50%;
    }
}

@media only screen and (min-width:486px) {
    .superbox-list {
        width: 25%;
    }
}

@media only screen and (min-width:768px) {
    .superbox-list {
        width: 16.66666667%;
    }
}

@media only screen and (min-width:1025px) {
    .superbox-list {
        width: 12.5%;
    }
}

@media only screen and (min-width:1824px) {
    .superbox-list {
        width: 12.5%;
    }
}

.customTagcloudclass {
    max-height: 100px;
    overflow: auto;
}

.bootstrap-tagsinput {
    display: block;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
}

    .bootstrap-tagsinput > span {
        border-radius: 0 !important;
        font-weight: 400;
        padding: 3px 28px 4px 8px;
        font-size: 13px;
        background: #efefef;
        border: 1px solid #ddd;
    }

    .bootstrap-tagsinput input {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .bootstrap-tagsinput input:focus {
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        color: black;
        position: relative;
        margin: 3px 0 3px 2px;
        display: inline-block;
    }

        .bootstrap-tagsinput .tag [data-role=remove] {
            display: block;
            top: 0px;
            right: 0;
            padding-top: 1px;
            width: 24px;
            height: 24px;
            position: absolute;
            cursor: pointer;
            line-height: 24px;
            text-align: center;
            color: silver;
        }

            .bootstrap-tagsinput .tag [data-role=remove]:hover {
                background: rgba(0,0,0,.3);
            }

            .bootstrap-tagsinput .tag [data-role=remove]:after {
                content: "\f057";
                font-family: fontAwesome;
                padding: 2px 1px;
                line-height: 17px;
                font-size: 15px;
                text-align: center;
            }

            .bootstrap-tagsinput .tag [data-role=remove]:hover {
                -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
            }

                .bootstrap-tagsinput .tag [data-role=remove]:hover:active {
                    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                }

div.dt-top-row {
    height: 0;
    line-height: 0;
    position: relative;
}

div.dt-bottom-row {
    background: #fafafa;
    font-size: 11px;
    overflow: hidden;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px #fff;
    -ms-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
}

div.dataTables_length {
    position: absolute;
    right: 13px;
    top: -38px;
}

    div.dataTables_length select {
        width: 60px;
        padding: 3px;
        font-size: 13px;
    }

div.dataTables_filter {
    position: absolute;
    left: 10px;
    top: -38px;
}

    div.dataTables_filter input {
        padding: 2px 8px;
        font-size: 13px;
    }

.dataTables_filter .input-group {
    width: 180px !important;
}

div.dataTables_filter input, div.dataTables_length select {
    border: 1px solid #bbb;
}

.dt-toolbar-footer .col-sm-6 {
    padding-right: 0;
}

div.dataTables_paginate {
    margin: 4px 0 0;
}

    div.dataTables_paginate .pagination {
        margin: 0;
    }

.dataTables_wrapper {
    position: relative;
}

.dt-wrapper {
    overflow: hidden;
}

.dataTables_wrapper table.table {
    clear: both;
    max-width: inherit;
    margin-bottom: 0;
}

    .dataTables_wrapper table.table thead th {
        white-space: nowrap;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }

    .dataTables_wrapper table.table thead .sorting, .dataTables_wrapper table.table thead .sorting_asc, .dataTables_wrapper table.table thead .sorting_asc_disabled, .dataTables_wrapper table.table thead .sorting_desc, .dataTables_wrapper table.table thead .sorting_desc_disabled {
        cursor: hand;
        cursor: pointer;
        padding-right: 20px;
    }

    .dataTables_wrapper table.table thead .sorting {
        background: url(../img/sort_both.png) no-repeat center right;
    }

    .dataTables_wrapper table.table thead .sorting_asc {
        background: url(../img/sort_asc.png) no-repeat center right;
    }

    .dataTables_wrapper table.table thead .sorting_desc {
        background: url(../img/sort_desc.png) no-repeat center right;
    }

    .dataTables_wrapper table.table thead .sorting_asc_disabled {
        background: url(../img/sort_asc_disabled.png) no-repeat center right;
    }

    .dataTables_wrapper table.table thead .sorting_desc_disabled {
        background: url(../img/sort_desc_disabled.png) no-repeat center right;
    }

.dataTables_wrapper table.dataTable th:active {
    outline: 0;
}

.dataTables_wrapper table.table tbody tr.active td, .dataTables_wrapper table.table tbody tr.active th {
    background-color: #08C;
    color: #fff;
}

.dataTables_wrapper table.table tbody tr.active:hover td, .dataTables_wrapper table.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) td, .dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

.dataTables_wrapper select {
    min-height: inherit;
}

.dataTables_wrapper table + .row {
    margin-bottom: 0;
    margin-top: 10px;
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .bottom, .dataTables_wrapper .top {
    background-color: #f5f5f5;
    border: 1px solid #CCC;
    padding: 15px;
}

.top .dataTables_info {
    float: none;
}

div.dt-bottom-row .dataTables_info {
    float: left;
    line-height: 32px;
    font-size: 12px;
}

.dataTables_empty {
    text-align: center !important;
    font-size: 15px;
    background: #fff !important;
    padding: 20px 0 !important;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollHeadInner table.table-bordered {
    border-radius: 4px 4px 0 0;
}

    .dataTables_scrollHeadInner table.table-bordered, .dataTables_scrollHeadInner table.table-bordered thead {
        border-bottom: 0;
    }

.dataTables_scrollBody table {
    border-top: 0;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 100;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    background: #fff;
    font-size: 15px !important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    padding: 10px 0;
}

.dataTables_wrapper .center {
    text-align: center;
}

.dataTables_wrapper .details, .dataTables_wrapper .details:hover {
    background: #ddd !important;
}

    .dataTables_wrapper .details table td {
        background: #fff !important;
    }

    .dataTables_scrollHeadInner table.table, .dataTables_wrapper .details table.table {
        margin: 0 !important;
    }

.dataTables_wrapper .dt_actions {
    float: left;
    margin-right: 20px;
}

.dataTables_empty {
    cursor: default;
}

.dataTables_full {
    width: 100% !important;
}

.dataTables_wrapper div.DTTT .btn:hover {
    text-decoration: none !important;
}

.dataTables_wrapper ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important;
}

.dataTables_wrapper ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #08c;
    color: #fff !important;
}

.dataTables_wrapper div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

.dataTables_wrapper div.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

.dataTables_wrapper div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

.dataTables_wrapper div.DTFC_LeftFootWrapper table, .dataTables_wrapper div.DTFC_LeftHeadWrapper table, .dataTables_wrapper table.DTFC_Cloned tr.even {
    background-color: #fff;
}

.dataTables_wrapper div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child, div.dataTables_scrollHead table thead tr:last-child th:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_LeftBodyWrapper table, div.dataTables_scrollBody table {
    border-top: 0;
    margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftFootWrapper table, div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollFoot table {
    border-top: 0;
}

.dt-row {
    padding: 4px 10px;
}

.ColVis {
    position: absolute;
    right: 140px;
    top: -38px;
}

.ColVis_collection .ColVis_Button {
    position: relative;
    margin-right: 3px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    cursor: hand;
    padding: 3px 5px;
}

button.ColVis_Button::-moz-focus-inner {
    border: 0 !important;
    padding: 0;
}

div.ColVis_collectionBackground {
    background-color: #000;
    z-index: 1100;
}

div.ColVis_collection {
    position: relative;
    width: 180px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    z-index: 1102;
}

    div.ColVis_collection button.ColVis_Button {
        padding: 4px 12px;
        height: 26px;
        background-color: #fff;
        border: 0;
        width: 100%;
        float: none;
        font-size: 12px;
    }

        div.ColVis_collection button.ColVis_Button + button.ColVis_Button {
            border-top: 1px solid #e1e1e1;
        }

        div.ColVis_collection button.ColVis_Button input {
            margin: 0;
        }

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

button.ColVis_Button {
    text-align: left;
}

span.ColVis_radio {
    display: inline-block;
    width: 20px;
    vertical-align: -2px;
}

.ColVis_text_hover, div.ColVis_collection button.ColVis_Button:hover {
    background: #F2F2F2;
    color: #222;
}

table.DTCR_clonedTable {
    background-color: #fff;
    z-index: 202;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #0259C4;
    z-index: 201;
}

ul.DTTT_dropdown.dropdown-menu li {
    position: relative;
}

    ul.DTTT_dropdown.dropdown-menu li:hover a {
        background-color: #f2f2f2;
        color: #333 !important;
    }

.table_tools_group {
    position: absolute;
    right: 83px;
    top: -37px;
}

.DTTT.btn-group {
    position: absolute;
    top: -38px;
    right: 83px;
}

.DTTT_dropdown {
    z-index: 2002;
}

.DTFC_LeftHeadWrapper {
    border-bottom: 1px solid #ddd;
}

div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 1em;
}

a.DTTT_button, button.DTTT_button, div.DTTT_button {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    *cursor: hand;
    font-size: .88em;
    color: #000 !important;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f3f3f3),to(#f9f9f9));
    background: linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
}

button.DTTT_button {
    height: 30px;
    padding: 3px 8px;
}

.DTTT_button embed {
    outline: 0;
}

a.DTTT_button:hover, button.DTTT_button:hover, div.DTTT_button:hover {
    border: 1px solid #666;
    text-decoration: none !important;
    -webkit-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    background: #f3f3f3;
    background: -webkit-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
    background: -webkit-gradient(linear,top left,bottom left,from(#f3f3f3),color-stop(89%,#e2e2e2),to(#f4f4f4));
    background: linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
}

a.DTTT_disabled, button.DTTT_disabled, div.DTTT_disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);
    background: -webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f9f9f9),to(#fafafa));
    background: linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}

button.DTTT_button_collection span {
    padding-right: 17px;
    background: url(../img/collection.png) no-repeat center right;
}

button.DTTT_button_collection:hover span {
    padding-right: 17px;
    background: #f0f0f0 url(../img/collection_hover.png) no-repeat center right;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable tr.DTTT_selected.odd, table.dataTable tr.DTTT_selected.odd td.sorting_1, table.dataTable tr.DTTT_selected.odd td.sorting_2, table.dataTable tr.DTTT_selected.odd td.sorting_3 {
    background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.even, table.dataTable tr.DTTT_selected.even td.sorting_1, table.dataTable tr.DTTT_selected.even td.sorting_2, table.dataTable tr.DTTT_selected.even td.sorting_3 {
    background-color: #B0BED9;
}

div.DTTT_collection {
    width: 150px;
    padding: 8px 8px 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.4);
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,.3);
    overflow: hidden;
    z-index: 2002;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -ms-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -o-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

div.DTTT_collection_background {
    z-index: 2001;
}

div.DTTT_collection a.DTTT_button, div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    float: none;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f3f3f3),to(#f9f9f9));
    background: linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    opacity: .95;
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,.5);
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -ms-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -o-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
}

    .DTTT_print_info h6 {
        font-weight: 400;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

.fd-form-element-hidden {
    display: none;
}

.fd-slider {
    width: 100%;
    height: 20px;
    margin: 0;
}

.fd-slider-vertical {
    width: 20px;
    height: 100%;
    margin: 0 10px 10px 0;
}

.fd-slider, .fd-slider-vertical {
    display: block;
    position: relative;
    text-decoration: none;
    border: 0 none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fd-slider-inner {
    display: none;
}

.fd-slider-bar {
    position: absolute;
    display: block;
    z-index: 2;
    height: 6px;
    width: 100%;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 4px;
    top: 8px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #333;
}

.fd-slider-range {
    position: absolute;
    display: block;
    z-index: 3;
    height: 6px;
    margin: 0;
    padding: 0 2px 0 0;
    overflow: hidden;
    top: 9px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #eee;
}

.fd-slider-handle {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0 0 0 1px;
    z-index: 3;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    line-height: 1px !important;
    outline: 0 none;
    background: #eee;
    border: 1px solid #aaa;
    border-radius: 12px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -moz-user-focus: none;
    -moz-outline: 0 none;
    -ms-user-select: none;
    user-select: none;
}

    .fd-slider-handle:focus {
        outline: 0 none;
        border: 0 none;
        -moz-user-focus: normal;
    }

button.fd-slider-handle:focus::-moz-focus-inner {
    border-color: transparent;
}

body.fd-slider-drag-horizontal, body.fd-slider-drag-horizontal *, body.fd-slider-drag-vertical, body.fd-slider-drag-vertical * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fd-slider-handle:after, .fd-slider-handle:before {
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 1s;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 1s;
}

.fd-slider-active .fd-slider-handle:before, .fd-slider-focused .fd-slider-handle:before, .fd-slider-hover .fd-slider-handle:before {
    display: block;
    position: absolute;
    top: -21px;
    left: -8px;
    margin: 0;
    width: 20px;
    padding: 3px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #1a3a95;
    background: #2f6ee0;
    z-index: 1;
    content: attr(aria-valuetext);
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0 0 4px #999;
    opacity: 1;
}

.fd-slider-active .fd-slider-handle:after, .fd-slider-focused .fd-slider-handle:after, .fd-slider-hover .fd-slider-handle:after {
    outline: 0;
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin: 0 0 0 -5px;
    background: #2f6ee0;
    z-index: 2;
    width: 10px;
    height: 10px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0 0 4px #aaa;
    clip: rect(4px,14px,14px,4px);
    opacity: 1;
}

.oldie .fd-slider-handle:after, .oldie .fd-slider-handle:before {
    display: none;
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 100% !important;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -5px;
        }

            .slider.slider-horizontal .slider-handle.triangle {
                width: 20px;
                height: 20px;
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                border: 0;
                line-height: 21px;
                color: #797777;
                text-shadow: 0 1px 0 rgba(255,255,255,.8);
            }

                .slider.slider-horizontal .slider-handle.triangle:before {
                    content: "\f0da";
                    font-size: 34px;
                }

.slider-horizontal .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
    content: "\f0d9";
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

    .slider.slider-vertical .slider-track {
        width: 10px;
        height: 100%;
        margin-left: -5px;
        left: 50%;
        top: 0;
    }

    .slider.slider-vertical .slider-selection {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .slider.slider-vertical .slider-handle {
        margin-left: -5px;
        margin-top: -10px;
    }

        .slider.slider-vertical .slider-handle.triangle {
            width: 20px;
            height: 20px;
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            border: 0;
            line-height: 21px;
            color: #797777;
            text-shadow: 0 -1px 0 rgba(255,255,255,.8);
        }

            .slider.slider-vertical .slider-handle.triangle:before {
                content: "\f0d7";
                font-size: 32px;
                text-shadow: 0 1px 0 rgba(255,255,255,.8);
            }

    .slider.slider-vertical .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
        content: "\f0d8";
        text-shadow: 0 -1px 0 rgba(255,255,255,.8);
    }

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background: #E5E5E5;
}

.slider-selection {
    position: absolute;
    background: #3276b1;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #FFF;
    background: #858585;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #BDBDBD;
    text-shadow: 0 1px 0 rgba(77,77,77,.5);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .slider-handle:before {
        content: "\f0c9";
    }

    .slider-handle.round {
        border-radius: 20px;
        width: 20px;
        height: 20px;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

.slider-danger + .slider-track > .slider-selection {
    background: #a90329;
}

.slider-warning + .slider-track > .slider-selection {
    background: #c79121;
}

.slider-info + .slider-track > .slider-selection {
    background: #57889c;
}

.slider-success + .slider-track > .slider-selection {
    background: #739e73;
}
/*!
 * jQuery UI Bootstrap (1.0 alpha)
 * http://addyosmani.github.io/jquery-ui-bootstrap/
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: block;
    min-height: 0;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    width: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

    .ui-widget .ui-widget {
        font-size: 13px;
    }

    .ui-widget button,
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: inherit;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(../img/jqueryui/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
    color: #404040;
}

.ui-widget-header {
    font-weight: 700;
    background-color: #F5F5F5;
    border-color: #DDD;
    color: #333;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        color: #333;
        background-color: #fff;
        font-weight: 400;
        border: 1px solid #ccc;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-focus,
    .ui-state-hover,
    .ui-widget-content .ui-state-focus,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-focus,
    .ui-widget-header .ui-state-hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited {
            color: #333;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #adadad;
        font-weight: 400;
        color: #333;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #333;
            text-decoration: none;
        }

.ui-widget:active {
    outline: 0;
}

.ui-state-default,
.ui-state-error,
.ui-state-highlight {
    position: relative;
    border-width: 1px;
    border-style: solid;
}

    .ui-state-default p,
    .ui-state-error p,
    .ui-state-highlight p {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        margin: 7px 15px;
    }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #2d6987;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .ui-state-error a,
    .ui-state-error-text,
    .ui-widget-content .ui-state-error a,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error a,
    .ui-widget-header .ui-state-error-text {
        color: #953b39;
    }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: alpha(opacity=35);
    }

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/jqueryui/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(../img/jqueryui/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../img/jqueryui/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../img/jqueryui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../img/jqueryui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../img/jqueryui/ui-icons_f6cf3b_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}

.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}

.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    opacity: .3;
    filter: alpha(opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
    border-radius: 8px;
}

.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header {
        display: block;
        cursor: pointer;
        position: relative;
        min-height: 0;
    }

    .ui-accordion .ui-accordion-icons {
        padding-left: 2.2em;
    }

    .ui-accordion .ui-accordion-noicons {
        padding-left: .7em;
    }

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        left: .5em;
        top: 50%;
        margin-top: -8px;
    }

    .ui-accordion .ui-accordion-content {
        border-top: 0 none;
        margin-top: -3px;
        position: relative;
        top: 1px;
        margin-bottom: 2px;
        overflow: auto;
        display: none;
    }

    .ui-accordion .ui-accordion-content-active {
        display: block;
    }

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .ui-button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .ui-button:focus,
    .ui-button:hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none;
    }

fieldset[disabled] ui-button,
fieldset[disabled] ui-button.ui-state-active,
fieldset[disabled] ui-button:active,
fieldset[disabled] ui-button:focus,
fieldset[disabled] ui-button:hover,
ui-button.disabled,
ui-button.disabled.active,
ui-button.disabled:active,
ui-button.disabled:focus,
ui-button.disabled:hover,
ui-button[disabled],
ui-button[disabled].active,
ui-button[disabled]:active,
ui-button[disabled]:focus,
ui-button[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}

.ui-btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.ui-btn-sm,
.ui-btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ui-btn-xs {
    padding: 1px 5px;
}

.ui-btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .ui-btn-block + .ui-btn-block {
        margin-top: 5px;
    }

input[type=button].ui-btn-block,
input[type=reset].ui-btn-block,
input[type=submit].ui-btn-block {
    width: 100%;
}

.ui-button-text-icon-primary .ui-button-icon-primary {
    float: left;
}

.ui-button-text-icon-primary {
    padding: 2px 7px 3px;
}

.ui-button-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.ui-button-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.ui-button-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.ui-button-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.ui-button-inverse {
    color: #fff;
    background-color: #222;
    border-color: #080808;
}

.ui-button-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.ui-button-error {
    color: #fff;
    background-color: #c43c35;
    border-color: #882a25;
}

.ui-button-danger:hover,
.ui-button-info:hover,
.ui-button-inverse:hover,
.ui-button-primary:hover,
.ui-button-success:hover,
.ui-button-warning:hover {
    text-decoration: none;
}

.ui-button-primary:focus,
.ui-button-primary:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.ui-button-success:hover {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.ui-button-info:hover {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.ui-button-danger:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.ui-button-warning:hover {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.ui-button-inverse:hover {
    color: #fff;
    background-color: #363636;
    border-color: #000;
}

.ui-button-icon-only {
    width: 2.2em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon {
    margin-top: 5px;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999px;
    display: none;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    margin-bottom: 0;
    margin-top: 0;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
    margin-right: -6px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-state-active {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
    }

        .ui-buttonset .ui-state-active.ui-state-hover {
            color: #fff;
            background-color: #3276b1;
            border-color: #285e8e;
        }

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.4em;
    }

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-menu {
    list-style: none;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
        list-style: none;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: 400;
    }

        .ui-menu .ui-menu-item a.ui-corner-all {
            border-radius: 0;
        }

        .ui-menu .ui-menu-item a.ui-state-active,
        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-widget-content {
            font-weight: 700;
            margin: 0;
            background-color: #428BCA;
            border-color: #357EBD;
            color: #FFF;
            display: block;
            white-space: nowrap;
        }

        .ui-menu .ui-menu-item a.ui-state-active {
            padding: 1px .4em;
        }

    .ui-menu .ui-state-disabled {
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-menu {
    margin-bottom: 2em;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: 0;
    background: 0 0;
    vertical-align: middle;
}

.ui-spinner-button {
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 300px;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 6px;
    outline: medium none;
    z-index: 1050;
}

    .ui-dialog .ui-dialog-titlebar {
        position: relative;
        border: 0 0 0 1px solid;
        border-color: #fff;
        font-size: 18px;
        text-decoration: none;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: 1px solid #ccc;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        color: #404040;
        font-weight: 700;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -20px 0 0 0;
        padding: 1px;
        height: 18px;
        font-size: 20px;
        font-weight: 700;
        line-height: 13.5px;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=25);
        -khtml-opacity: .25;
        -moz-opacity: .25;
        opacity: .25;
        background: 0 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
            text-indent: 9999px;
        }

        .ui-dialog .ui-dialog-titlebar-close:focus,
        .ui-dialog .ui-dialog-titlebar-close:hover {
            padding: 1px;
            filter: alpha(opacity=90);
            -moz-opacity: .9;
            opacity: .9;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        border-width: 1px 0 0;
        background-image: none;
        margin: .5em 0 0;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        -webkit-box-shadow: inset 0 1px 0 #fff;
        box-shadow: inset 0 1px 0 #fff;
        margin-bottom: 0;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

.ui-dialog-buttonset .ui-button:not(:first-child) {
    cursor: pointer;
    display: inline-block;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: .1s linear all;
    transition: .1s linear all;
    overflow: visible;
}

    .ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none;
    }

.ui-dialog-buttonset .ui-button.ui-button-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

.ui-dialog-buttonset .ui-button.ui-button-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

.ui-dialog-buttonset .ui-button.ui-button-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.ui-dialog-buttonset .ui-button.ui-button-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.ui-dialog-buttonset .ui-button.ui-button-inverse {
    color: #fff;
    background-color: #222;
    border-color: #080808;
}

    .ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover {
        color: #fff;
        background-color: #363636;
        border-color: #000;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        -webkit-filter: inherit;
        filter: inherit;
    }

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 18px;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
        color: #fff;
        background-color: #0e90d2;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, top left, bottom left, from(#149bdf), to(#0480be));
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
    }

.ui-slider-horizontal {
    height: 10px;
    background: #D5D5D5;
    border: 0;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
        background-color: #fff;
        border-color: #CCC;
    }

        .ui-slider-horizontal .ui-slider-handle:focus {
            background-color: #fff;
            border-color: #357EBD;
        }

        .ui-slider-horizontal .ui-slider-handle:hover {
            background-color: #fff;
            border-color: #285E8E;
            outline: 0;
        }

        .ui-slider-horizontal .ui-slider-handle:active {
            background-color: #428BCA;
            border-color: #3276B1;
        }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-tabs {
    position: relative;
    border: 0;
    border-radius: 0;
}

    .ui-tabs .ui-tabs-nav {
        border: solid #ddd;
        border-width: 0 0 1px;
        border-radius: 0;
        background: 0 0;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            top: 0;
            float: left;
            margin-bottom: -1px;
            border: 0;
            list-style: none;
            white-space: nowrap;
            background: 0 0;
        }

.ui-tabs-nav .ui-state-default {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 8px 12px;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    background: 0 0;
}

    .ui-tabs .ui-tabs-nav li a:hover {
        border: 1px solid #f5f5f5;
        border-bottom: 1px solid #ddd;
        background-color: #f5f5f5;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #555;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
    background: #fff;
    cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-radius: 0;
    background: 0 0;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs .ui-tabs-nav li {
    -webkit-filter: none;
    filter: none;
}

.ui-tooltip {
    display: block;
    font-size: 11px;
    opacity: .8;
    position: absolute;
    visibility: visible;
    z-index: 1024;
    max-width: 200px;
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 #000;
    box-shadow: inset 0 1px 0 #000;
    border-radius: 4px;
}

body .ui-tooltip {
    border-width: 1px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        border: 0;
        font-weight: 700;
        width: 100%;
        padding: 4px 0;
        background-color: #f5f5f5;
        color: gray;
    }

    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .ui-datepicker .ui-datepicker-next span,
        .ui-datepicker .ui-datepicker-prev span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -8px;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a,
        .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-filter: mask();
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-datepicker th {
    font-weight: 700;
    color: gray;
}

.ui-datepicker-today a:hover {
    background-color: gray;
    color: #fff;
}

.ui-datepicker-today a {
    background-color: #BFBFBF;
    cursor: pointer;
    padding: 0 4px;
    margin-bottom: 0;
}

.ui-datepicker td a {
    margin-bottom: 0;
    border: 0;
}

.ui-datepicker td:hover {
    color: #fff;
}

.ui-datepicker td .ui-state-default {
    border: 0;
    background: 0 0;
    margin-bottom: 0;
    padding: 5px;
    color: gray;
    text-align: center;
    -webkit-filter: none;
    filter: none;
}

.ui-datepicker td .ui-state-highlight {
    color: #fff;
    background-color: #A90329;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-radius: 0;
}

.ui-datepicker td .ui-state-active {
    color: #333;
    background-color: #ebebeb;
    margin-bottom: 0;
    font-size: normal;
    text-shadow: 0;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-radius: 0;
}

.ui-datepicker td .ui-state-hover {
    color: #fff;
    background: #428bca;
    background-color: #428bca;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border-color: #357ebd;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-radius: 0;
}

.ui-progressbar {
    height: 2em;
    margin-bottom: 20px;
    border: 0;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#f5f5f5), to(#f9f9f9));
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    border-radius: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
        height: 100%;
        color: #fff;
        background-color: #428BCA;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -ms-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-toolbar {
    padding: 7px 14px;
    margin: 0 0 18px;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#fff), to(#f5f5f5));
    background-image: linear-gradient(top, #fff, #f5f5f5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.customfile-button {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div.wijmo-wijmenu {
    padding: 0 20px;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#333), to(#222));
    background-image: linear-gradient(top, #333, #222);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
    color: #bfbfbf;
}

.wijmo-wijmenu .ui-state-hover {
    background: #444;
    background: rgba(255, 255, 255, .05);
}

    .wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
        color: #fff;
    }

div.wijmo-wijmenu .ui-widget-header h3 {
    position: relative;
    margin-top: 1px;
    padding: 0;
}

.wijmo-wijmenu h3 a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-left: -20px;
    margin-top: 1px;
    padding: 8px 20px 12px;
}

    .wijmo-wijmenu h3 a:hover {
        background-color: rgba(255, 255, 255, .05);
        color: #fff;
        text-decoration: none;
    }

.wijmo-wijmenu .ui-widget-header {
    border: 0;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
    padding: .3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
    background: #333;
    border: 0;
    margin: 0;
    padding: 6px 0;
    width: 160px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item {
    margin: 0;
    border: 0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link {
    margin: 0;
    line-height: 19px;
    padding: 10px 10px 11px;
    border: 0;
    border-radius: 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
    display: block;
    float: none;
    padding: 4px 15px;
    width: auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
    float: none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
    background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
    padding: 5px 0;
    background-image: none;
    background-color: #222;
    border-top: 1px solid #444;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
    -moz-transition: none 0s ease 0s;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid #111;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .75);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 5px 10px 0;
    padding: 4px 9px;
    width: 100px;
}

    .wijmo-wijmenu .wijmo-wijmenu-item input:hover {
        background-color: rgba(255, 255, 255, .5);
        color: #fff;
    }

    .wijmo-wijmenu .wijmo-wijmenu-item input:focus {
        background-color: #fff;
        border: 0 none;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        color: #404040;
        outline: 0 none;
        padding: 5px 10px;
        text-shadow: 0 1px 0 #fff;
    }

.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.wijmo-wijmenu .ui-state-default {
    text-shadow: none;
}

.wijmo-wijmenu .ui-state-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bfbfbf;
    -webkit-filter: none;
    filter: none;
}

.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,
.ui-button-icon-primary.ui-icon[class^=icon-]:before,
.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before,
.ui-button-icon-secondary.ui-icon[class^=icon-]:before {
    font-size: inherit;
    margin-left: 7px !important;
    margin-left: 5px;
    display: inline;
    text-decoration: inherit;
    color: inherit;
}

.ui-state-default .ui-icon[class*=" icon-"] {
    background: 0 0;
    margin-left: -12px;
}

.widget-options-container *,
.widget-options-container:after,
.widget-options-container:before {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.widget-options-container input[type=text] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget-options-container {
    position: absolute;
    width: 250px;
    height: 100%;
    z-index: 2;
    border-left: 1px solid #CDCECF;
    right: -251px;
    top: 0;
    background: #fff;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
}

    .widget-options-container:hover,
    .widget-options-container:hover .chat-list-open-close {
        border-color: #A7A7A7;
    }

    .widget-options-container.open {
        right: 0 !important;
        top: 0;
    }

    .widget-options-container .chat-list-open-close {
        display: block;
        width: 25px;
        height: 25px;
        border: 1px solid #CDCECF;
        border-right: 1px solid #f2f4f8 !important;
        position: absolute;
        left: -32px;
        top: 7%;
        border-radius: 50% 0 0 50%;
        padding: 3px 1px 3px 5px;
        font-size: 21px;
        line-height: 22px;
        cursor: pointer;
        color: #868686;
        -webkit-box-shadow: inset 0 .2em 0 rgba(0, 0, 0, .05);
        box-shadow: inset 0 .2em 0 rgba(0, 0, 0, .05);
        background: #f2f4f8;
        text-align: center;
    }

        .widget-options-container .chat-list-open-close b {
            position: absolute;
            right: 0;
            background: #ed1c24;
            line-height: 9px;
            height: 10px;
            width: 10px;
            top: 3px;
            border: 1px solid #FFF;
            border-radius: 3px;
            font-size: 9px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            font-weight: 400;
        }

    .widget-options-container.open .chat-list-open-close i:before {
        content: "\f00d" !important;
    }

    .widget-options-container.open .chat-list-open-close b {
        display: none;
    }

    .widget-options-container .chat-list-body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        padding: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #f2f4f8;
    }

    .widget-options-container #chat-users {
        list-style: none;
        margin: 10px 0;
        padding: 0;
    }

        .widget-options-container #chat-users li {
            margin-bottom: 3px;
            margin-left: 5px;
        }

            .widget-options-container #chat-users li a {
                display: block;
                font-size: 13px;
                color: #3d3d3d;
                text-decoration: none !important;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 3px 8px 3px 3px;
                line-height: 33px;
                vertical-align: middle;
            }

                .widget-options-container #chat-users li a:hover {
                    background: #e0e4ee;
                }

                .widget-options-container #chat-users li a img {
                    width: 33px;
                    height: auto;
                    margin-right: 10px;
                }

                .widget-options-container #chat-users li a i {
                    color: #ACACAC;
                    font-size: 8px;
                    line-height: 34px;
                    font-style: normal;
                }

                    .widget-options-container #chat-users li a i.last-online {
                        font-size: 12px;
                        letter-spacing: -1px;
                    }

    .widget-options-container .chat-list-footer {
        overflow: hidden;
        border-top: 1px solid #CCC;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .widget-options-container .chat-list-footer input[type=text] {
            border: 1px solid #bababa !important;
        }

    .widget-options-container .control-group {
        padding: 0;
    }

.chat-body {
    background: #FAFAFA;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
    background: -webkit-gradient(linear, top left, bottom left, from(#f5fcff), to(#fff));
    background: -webkit-linear-gradient(top, #f5fcff 0, #fff 100%);
    background: linear-gradient(to bottom, #f5fcff 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .04);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .04);
    display: block;
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
    border-top: 0;
}

    .chat-body ul {
        margin: 0;
        padding: 0;
    }

    .chat-body li.message {
        display: block;
        position: relative;
        margin: 20px 20px 0;
    }

    .chat-body li:first-child {
        margin-top: 10px;
    }

    .chat-body li.message img {
        display: inline-block;
        border-left: 4px solid #fff;
        position: absolute;
    }

        .chat-body li.message img.online {
            border-left-color: #00a300;
        }

        .chat-body li.message img.offline {
            border-left-color: #ddd;
        }

        .chat-body li.message img.busy {
            border-left-color: #A90329;
        }

        .chat-body li.message img.away {
            border-left-color: #ffc40d;
        }

    .chat-body li.message .message-text {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0;
        margin-left: 65px;
        line-height: normal;
    }

        .chat-body li.message .message-text time {
            position: absolute;
            top: 1px;
            right: 0;
            font-size: 10px;
            line-height: 10px;
            color: #AFAFAF;
        }

        .chat-body li.message .message-text .chat-file:nth-child(3) {
            margin-top: 15px;
        }

        .chat-body li.message .message-text .chat-file {
            display: block;
            margin: 3px 0;
            padding: 4px;
            border: 1px dotted #ddd;
            background: rgba(0, 0, 0, .05);
            border-radius: 4px;
            text-align: right;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

            .chat-body li.message .message-text .chat-file.row-fluid [class*=span] {
                min-height: 10px !important;
            }

            .chat-body li.message .message-text .chat-file b {
                font-style: italic;
                white-space: nowrap;
                width: 250px;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left;
            }

        .chat-body li.message .message-text a.username {
            display: block;
            font-weight: 700;
            margin-bottom: 4px;
            vertical-align: top;
            line-height: 14px;
            font-size: 14px;
            letter-spacing: -1px;
            text-decoration: none !important;
        }

.profile-message {
    background: none !important;
    height: auto !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    overflow: hidden;
}

    .profile-message li.message.message-reply {
        margin-left: 85px !important;
        background: #F7F7F7;
        padding: 10px;
        margin: 3px 0 0 20px;
    }

        .profile-message li.message.message-reply img {
            width: 35px !important;
        }

        .profile-message li.message.message-reply .message-text {
            margin-left: 45px !important;
        }

    .profile-message .wall-comment-reply {
        margin-left: 85px;
        margin-bottom: 20px;
    }

.chat-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
    padding: 0 10px 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.textarea-div {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-bottom: 0;
    margin: 10px 0 0;
}

.typearea {
    cursor: text;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90px;
    padding: 5px 25px 5px 5px;
    position: relative;
    border-bottom: 1px solid #EEE;
}

    .typearea textarea {
        width: 100%;
        border-color: transparent !important;
        box-sizing: border-box;
        box-shadow: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-shadow: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
        -webkit-transition: height .2s;
        transition: height .2s;
        outline: 0;
        resize: none;
        min-height: 61px;
    }

textarea.clone {
    position: absolute;
    visibility: hidden;
}

.textarea-controls {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
    display: block;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top: 0;
    height: 43px;
    line-height: 33px;
    overflow: hidden;
}

    .textarea-controls > label {
        margin: 3px 10px 0;
    }

    .textarea-controls .smart-form .checkbox {
        padding-left: 22px !important;
    }

@media (min-width:768px) and (max-width:880px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px;
    }
}

@media (max-width:480px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px;
    }
}

.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100000;
}

.MessageIE {
    background-image: url(../img/bg.png);
}

.MessageBoxContainer {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
}

.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}

    .MessageBoxMiddle .MsgTitle {
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 300;
    }

    .MessageBoxMiddle .pText {
        font-style: 30px;
    }

.MessageBoxContainer input,
.MessageBoxContainer select {
    width: 50%;
    padding: 5px;
}

.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}

    .MessageBoxButtonSection button {
        float: right;
        margin-right: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: 700;
    }

.LoadingBoxContainer {
    top: 20%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
}

.LoadingBoxMiddle {
    position: relative;
    left: 20%;
    width: 50%;
    padding: 10px;
}

.LoadingBoxContainer .MsgTitle {
    font-size: 26px;
}

.LoadingBoxContainer .pText {
    font-style: 30px;
}

#LoadingPoints {
    position: absolute;
}

.bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    color: #fff;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0, 0, 0, .15);
    overflow: hidden;
}

    .bigBox span {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -1px;
        padding: 5px 0 !important;
        display: block;
    }

    .bigBox p {
        font-size: 13px;
        margin-top: 10px;
    }

#divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}

.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}

    .botClose:hover {
        opacity: 1;
    }

#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: red;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}

    #divMiniIcons .cajita:active {
        top: 1px;
        left: 1px;
        position: relative;
    }

.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0;
}

.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }

.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono {
    height: 100%;
    font-size: 20px;
}

.SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}

.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}

#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 305px;
    padding: 20px;
    background-color: #004d60;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 0 0 #222;
    box-shadow: inset 0 0 0 0 #222;
}

.purehtml {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width:450px) and (max-width:767px) {
    #divSmallBoxes {
        position: fixed;
        width: 90%;
        right: 0;
        top: 0;
    }

    .SmallBox {
        width: 95%;
    }

        .SmallBox:hover {
            -webkit-box-shadow: 0 0 10px #888;
            box-shadow: 0 0 10px #888;
            cursor: pointer;
        }

        .SmallBox span {
            font-size: 16px;
        }

        .SmallBox p {
            font-size: 12px;
            margin-top: 2px;
        }

        .SmallBox .textoFull {
            width: 93%;
            float: left;
            padding-left: 20px;
        }

        .SmallBox .textoFoto {
            width: 55%;
            margin: 3px 20px 3px 80px;
            float: left;
        }

    .bigBox {
        position: fixed;
        right: 10px;
        bottom: 10px;
        background-color: #004d60;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        width: 88%;
        height: 150px;
        color: #fff;
        z-index: 99999;
    }

    .divMessageBox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 100000;
    }

    .MessageBoxContainer {
        top: 25%;
        color: #fff;
        position: relative;
        width: 100%;
        background-color: #232323;
    }

    .MessageBoxMiddle {
        position: relative;
        left: 0;
        width: 100%;
        padding: 3px;
    }

        .MessageBoxMiddle .MsgTitle {
            font-size: 22px;
        }

        .MessageBoxMiddle .pText {
            font-style: 10px;
        }

    .MessageBoxContainer input,
    .MessageBoxContainer select {
        width: 50%;
        padding: 5px;
    }

    .MessageBoxButtonSection {
        width: 100%;
        height: 30px;
    }

        .MessageBoxButtonSection button {
            float: right;
            margin-right: 5px;
            padding-left: 15px;
            padding-right: 15px;
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.fast {
        -webkit-animation-duration: .4s;
        -ms-animation-duration: .4s;
        animation-duration: .4s;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.square {
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

[class*=" bg-"],
[class^=bg-] {
    -webkit-filter: none !important;
    filter: none !important;
}

.txt-color-blue {
    color: #57889c !important;
}

.txt-color-blueLight {
    color: #92a2a8 !important;
}

.txt-color-blueDark {
    color: #4c4f53 !important;
}

.txt-color-green {
    color: #356e35 !important;
}

.txt-color-greenLight {
    color: #71843f !important;
}

.txt-color-greenDark {
    color: #496949 !important;
}

.txt-color-red {
    color: #a90329 !important;
}

.txt-color-yellow {
    color: #fbbd02 !important;
}

.txt-color-orange {
    color: #b19a6b !important;
}

.txt-color-orangeDark {
    color: #a57225 !important;
}

.txt-color-pink {
    color: #ac5287 !important;
}

.txt-color-pinkDark {
    color: #a8829f !important;
}

.txt-color-purple {
    color: #6e587a !important;
}

.txt-color-darken {
    color: #404040 !important;
}

.txt-color-lighten {
    color: #d5e7ec !important;
}

.txt-color-white {
    color: #fff !important;
}

.txt-color-grayDark {
    color: #525252 !important;
}

.txt-color-magenta {
    color: #6e3671 !important;
}

.txt-color-teal {
    color: #568a89 !important;
}

.txt-color-redLight {
    color: #a65858 !important;
}

.bg-color-blue {
    background-color: #57889c !important;
}

.bg-color-blueLight {
    background-color: #92a2a8 !important;
}

.bg-color-blueDark {
    background-color: #4c4f53 !important;
}

.bg-color-green {
    background-color: #356e35 !important;
}

.bg-color-greenLight {
    background-color: #71843f !important;
}

.bg-color-greenDark {
    background-color: #496949 !important;
}

.bg-color-red {
    background-color: #a90329 !important;
}

.bg-color-yellow {
    background-color: #c79121 !important;
}

.bg-color-orange {
    background-color: #c79121 !important;
}

.bg-color-orangeDark {
    background-color: #a57225 !important;
}

.bg-color-pink {
    background-color: #ac5287 !important;
}

.bg-color-pinkDark {
    background-color: #a8829f !important;
}

.bg-color-purple {
    background-color: #6e587a !important;
}

.bg-color-darken {
    background-color: #404040 !important;
}

.bg-color-lighten {
    background-color: #d5e7ec !important;
}

.bg-color-white {
    background-color: #fff !important;
}

.bg-color-grayDark {
    background-color: #525252 !important;
}

.bg-color-magenta {
    background-color: #6e3671 !important;
}

.bg-color-teal {
    background-color: #568a89 !important;
}

.bg-color-redLight {
    background-color: #a65858 !important;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden !important;
    background: url(../img/mybg.png) #fff;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    /*background: url(../img/mybg.png) #fff;*/ /*background: #f2f2f2;*/
    background-color: F7F8F9;
    direction: ltr;
}

a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
embed,
input::-moz-focus-inner,
object {
    outline: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0; /*font-family: "Open Sans", Arial, Helvetica, Sans-Serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.page-title {
    margin: 12px 0 28px;
}

    .page-title span {
        font-size: 16px;
        color: #333;
        display: inline-block;
        vertical-align: 1px;
    }

label {
    font-weight: 400;
}

:focus {
    outline: 0 !important;
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control,
.input-lg,
.input-sm,
.input-xs {
    border-radius: 0 !important;
}

.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-sm {
    padding: 6px 10px 5px;
}

.btn-lg {
    padding: 10px 16px;
}

.btn-disabled {
    pointer-events:none;
    opacity:0.6;
}

.no-space {
    margin: 0;
}

    .no-space > [class*=col-] {
        margin: 0 !important;
        padding-right: 0;
        padding-left: 0;
    }

#content {
    padding: 10px 14px;
    position: relative;
    left: 0;
}

body.container {
    position: relative;
    padding: 0;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    -webkit-box-shadow: 0 2px 70px rgba(0, 0, 0, .45);
    box-shadow: 0 2px 70px rgba(0, 0, 0, .45);
}

.no-content-padding {
    margin: -10px -14px 0 -14px;
}

.no-padding {
    padding: 0 !important;
}

    .no-padding > pre {
        margin: 30px;
    }

    .no-padding .dataTables_wrapper table,
    .no-padding > table {
        border: 0 !important;
        margin-bottom: 0 !important;
        border-bottom-width: 0 !important;
    }

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-horizontal-0{
    padding-left:0;
    padding-right:0;
}

.padding-vertical-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding .dataTables_wrapper table tr td:last-child,
.no-padding .dataTables_wrapper table tr th:last-child,
.no-padding > table tr td:last-child,
.no-padding > table tr th:last-child {
    border-right: 0 !important;
}

.no-padding .dataTables_wrapper table tr td:first-child,
.no-padding .dataTables_wrapper table tr th:first-child,
.no-padding > table tr td:first-child,
.no-padding > table tr th:first-child {
    border-left: 0 !important;
}

.no-padding .dataTables_wrapper table tbody tr:last-child td {
    border-bottom: 0;
}

h1 {
    letter-spacing: -1px;
    font-size: 24px;
    margin: 10px 0;
}

    h1 small {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -1px;
    }

.lead {
    font-size: 19px;
}

h2 {
    letter-spacing: -1px;
    font-size: 22px;
    margin: 20px 0;
    line-height: normal;
}

h3 {
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin: 20px 0;
    line-height: normal;
}

h4 {
    line-height: normal;
}

h5 {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
    line-height: normal;
}

h6 {
    font-size: 15px;
    margin: 10px 0;
    font-weight: 700;
    line-height: normal;
}

.row-seperator-header {
    margin: 15px 14px 20px;
    border-bottom: 0;
    display: block;
    color: #5A5858;
    font-size: 20px;
    font-weight: 400;
}

.header-dropdown-list {
    list-style: none;
    float: right;
    position: relative;
    margin: 0;
}

    .header-dropdown-list > li {
        display: inline-block;
        padding-right: 5px;
    }

        .header-dropdown-list > li > .dropdown-toggle {
            margin-top: 16px;
            display: block;
        }

.smart-accordion-default.panel-group .panel + .panel {
    margin-top: -1px;
}

.smart-accordion-default.panel-group .panel-heading {
    padding: 0;
}

.smart-accordion-default.panel-group .panel-title a {
    display: block;
    padding: 10px 15px;
    text-decoration: none !important;
}

.panel-group .panel,
.smart-accordion-default .panel-heading {
    border-radius: 0;
}

.smart-accordion-default .panel-default > .panel-heading {
    background-color: #FAFAFA;
}

.smart-accordion-default .panel-default {
    border-color: #C2C2C2;
}

.smart-accordion-default .panel-title > a.collapsed > .fa,
.smart-accordion-default .panel-title > a > :first-child,
.smart-accordion-default .panel-title > a.collapsed .fa,
.smart-accordion-default .panel-title > a i:first-child {
    display: none;
}

.smart-accordion-default .panel-title > a.collapsed > :first-child,
.smart-accordion-default .panel-title > a.collapsed i:first-child {
    display: inline-block;
}

.no-padding .smart-accordion-default > div {
    border-left: 0 !important;
    border-right: 0 !important;
}

    .no-padding .smart-accordion-default > div:first-child {
        border-top: 0 !important;
    }

    .no-padding .smart-accordion-default > div:last-child {
        border-bottom: 0 !important;
    }

.onoffswitch-container {
    margin-top: 4px;
    margin-left: 7px;
    display: inline-block;
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #666;
    border-radius: 50px;
    border-color: #ADADAD #AFAFAF #929292;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
}

    .onoffswitch-inner:after,
    .onoffswitch-inner:before {
        float: left;
        width: 50%;
        height: 15px;
        padding: 0;
        line-height: 15px;
        font-size: 10px;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: 700;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: attr(data-swchon-text);
        text-shadow: 0 -1px 0 #333;
        padding-left: 7px;
        background-color: #3276b1;
        color: #FFF;
        -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .05);
        text-align: left;
    }

    .onoffswitch-inner:after {
        content: attr(data-swchoff-text);
        padding-right: 7px;
        text-shadow: 0 -1px 0 #fff;
        background-color: #FFF;
        color: #666;
        text-align: right;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    }

.onoffswitch-switch {
    width: 19px;
    height: 19px;
    margin: -2px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 50px;
    border-color: #8A8A8A;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#fff), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00d";
    color: #a90329;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    text-shadow: 0 -1px 0 #fff;
    font-weight: 700;
    font-family: FontAwesome;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00c";
    color: #738FB9;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-switch:hover {
    background-color: #EBEBEB;
}

.onoffswitch-switch:active {
    background-color: #EBEBEB;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after {
    text-shadow: 0 1px 0 #fff;
    background: #ccc;
    color: #333;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    background-color: #F3F3F3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cfcfcf), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #cfcfcf, #f3f3f3);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#cfcfcf), to(#f3f3f3));
    background-image: linear-gradient(to bottom, #cfcfcf, #f3f3f3);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label {
    border-color: #ADADAD #AFAFAF #929292 !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    border-color: #3276b1 #2a6395 #255681;
}

.onoffswitch + span,
.onoffswitch-title {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form hr {
    margin-left: -13px;
    margin-right: -13px;
    border-color: rgba(0, 0, 0, .1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.form fieldset {
    display: block;
    border: 0;
    background: rgba(255, 255, 255, .9);
    position: relative;
}

fieldset {
    position: relative;
}

.form-actions {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
    margin-top: 25px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right;
}

.well .form-actions {
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: -19px;
}

.well.well-lg .form-actions {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
}

.well.well-sm .form-actions {
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -9px;
}

.popover-content .form-actions {
    margin: 0 -14px -9px;
    border-radius: 0 0 3px 3px;
    padding: 9px 14px;
}

.no-padding .form .form-actions {
    margin: 0;
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
    text-align: right;
    margin-top: 25px;
}

.form header,
legend {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 25px 0 20px;
}

.no-padding .form header {
    margin: 25px 14px 0;
}

.form header:first-child {
    margin-top: 10px;
}

legend {
    font-weight: 400;
    margin-top: 0;
    background: 0 0;
}

.input-group-addon {
    padding: 6px 10px;
    border-radius: 0;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
}

    .input-group-addon .fa {
        font-size: 14px;
    }

    .input-group-addon .fa-2x,
    .input-group-addon .fa-lg {
        font-size: 2em;
    }

    .input-group-addon .fa-3x,
    .input-group-addon .fa-4x,
    .input-group-addon .fa-5x {
        font-size: 30px;
    }

input[type=text]:focus + .input-group-addon {
    border-color: #66afe9;
    background-color: #6599C7;
    color: #fff;
}

.has-warning input[type=text]:focus + .input-group-addon {
    border-color: #C09853;
    background-color: #C09853;
    color: #fff;
}

.has-error input[type=text]:focus + .input-group-addon {
    border-color: #B94A48;
    background-color: #B94A48;
    color: #fff;
}

.has-success input[type=text]:focus + .input-group-addon {
    border-color: #468847;
    background-color: #468847;
    color: #fff;
}

.form .form-group:last-child,
.form .form-group:last-child .note,
.form fieldset .form-group:last-child,
.form fieldset .form-group:last-child .note {
    margin-bottom: 0;
}

.note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

.input-icon-right {
    position: relative;
}

    .input-icon-left > i,
    .input-icon-right > i {
        position: absolute;
        right: 10px;
        top: 30%;
        font-size: 16px;
        color: #C2C2C2;
    }

.input-icon-left > i {
    right: auto;
    left: 24px;
}

.input-icon-right .form-control {
    padding-right: 27px;
}

.input-icon-left .form-control {
    padding-left: 29px;
}

input[type=color].ui-autocomplete-loading,
input[type=date].ui-autocomplete-loading,
input[type=datetime-local].ui-autocomplete-loading,
input[type=datetime].ui-autocomplete-loading,
input[type=email].ui-autocomplete-loading,
input[type=month].ui-autocomplete-loading,
input[type=number].ui-autocomplete-loading,
input[type=password].ui-autocomplete-loading,
input[type=search].ui-autocomplete-loading,
input[type=tel].ui-autocomplete-loading,
input[type=text].ui-autocomplete-loading,
input[type=time].ui-autocomplete-loading,
input[type=url].ui-autocomplete-loading,
input[type=week].ui-autocomplete-loading {
    background-image: url(../img/select2-spinner.gif) !important;
    background-repeat: no-repeat;
    background-position: 99% 50%;
    padding-right: 27px;
}

.input-group-addon .checkbox,
.input-group-addon .radio {
    min-height: 0;
    margin-right: 0 !important;
    padding-top: 0;
}

.input-group-addon label input[type=checkbox].checkbox + span,
.input-group-addon label input[type=checkbox].checkbox + span:before,
.input-group-addon label input[type=radio].radiobox + span,
.input-group-addon label input[type=radio].radiobox + span:before {
    margin-right: 0;
}

.input-group-addon .onoffswitch,
.input-group-addon .onoffswitch-label {
    margin: 0;
}

hr.simple {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dashed;
}

.timeline-seperator {
    display: block;
    text-align: center;
    color: #A6A6A6;
    margin: 20px 0 0;
}

    .timeline-seperator > :first-child {
        padding: 4px 5px;
        border: 1px dashed rgba(0, 0, 0, .1);
        background: #fff;
        font-size: 11px;
        border-radius: 4px;
    }

    .timeline-seperator .btn,
    .timeline-seperator .btn + .dropdown-menu {
        margin-right: 15px;
    }

    .timeline-seperator:after {
        display: block;
        content: " ";
        margin: 0 20px;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
        margin-top: -8px;
    }

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
}

    .alert .close {
        top: 0;
        right: -5px;
        line-height: 20px;
    }

.alert-heading {
    font-weight: 600;
}

.alert-danger {
    border-color: #965150;
    color: #fff;
    background: #C46A69;
    text-shadow: none;
}

    .alert-danger .close:hover {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .alert-danger .close {
        color: #fff;
        opacity: .5;
        filter: alpha(opacity=50);
        text-shadow: none;
    }

.alert-warning {
    border-color: #D8C74E;
    color: #6B6D31;
    background: #ECDFB0;
}

.alert-success {
    border-color: #79AA79;
    color: #296829;
    background: #CEE0CF;
}

.alert-info {
    border-color: #98ACC3;
    color: #346597;
    background: #D6DDE7;
}

.well {
    background: #FAFAFA;
    border: 1px solid #DDD;
    box-shadow: 0 1px 1px #ECECEC;
    -webkit-box-shadow: 0 1px 1px #ECECEC;
    position: relative;
}

    .well.well-clean {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
    }

    .well.well-glass {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        background-color: rgba(255, 255, 255, .25);
        color: #fff;
    }

    .well.well-light {
        background: #fff;
        border: 1px solid #E2E2E2;
    }

.widget-body .well {
    margin-bottom: 0;
}

.well.transparent {
    border: 0 !important;
    background: none !important;
}

.jarviswidget.well.transparent > div,
.jarviswidget.well.transparent > div .widget-body {
    padding: 0 !important;
}

.well[class*=" bg-"],
.well[class^=bg-] {
    border: 1px solid #6F6F6F;
}

.progress-micro {
    height: 3px !important;
    line-height: 3px !important;
}

.progress-xs {
    height: 7px !important;
    line-height: 7px !important;
}

.progress-sm {
    height: 14px !important;
    line-height: 14px !important;
}

.progress-lg {
    height: 30px !important;
    line-height: 30px !important;
}

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress.right .progress-bar {
    right: 0;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 25px;
    height: 100%;
    min-height: 150px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.progress.wide-bar {
    width: 40px;
}

.progress.vertical.bottom {
    position: relative;
}

    .progress.vertical.bottom .progressbar-front-text {
        position: absolute;
        bottom: 0;
    }

.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height .6s ease;
    transition: height .6s ease;
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 22px;
    background: #EFEFEF;
    box-shadow: 0 1px 0 transparent, 0 0 0 1px #DFDFDF inset;
    -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #DFDFDF inset;
    border-radius: 0;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #5384AF;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-image: url(../img/pattern/overlay-pattern.png);
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
    background-color: #a90329;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
    background-color: #739e73;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #c79121;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #57889c;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress .bar-info,
.progress-info .bar {
    background: #57889c;
}

.vertical-bars {
    padding: 0;
    margin: 0;
}

    .vertical-bars:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    .vertical-bars li {
        padding: 14px 0;
        width: 25%;
        display: block;
        float: left;
        text-align: center;
    }

        .vertical-bars li:first-child {
            border-left: 0;
        }

    .vertical-bars > li > .progress.vertical:first-child {
        margin-left: auto;
    }

    .vertical-bars > li > .progress.vertical {
        margin: 0 auto;
        float: none;
    }

.bar-holder:first-child {
    border-top: 0;
}

.bar-holder {
    padding: 18px 15px;
}

    .bar-holder .progress {
        margin: 0;
    }

.nav-tabs > li > a .badge {
    font-size: 11px;
    padding: 3px 5px;
    opacity: .5;
    margin-left: 5px;
    min-width: 17px;
    font-weight: 400;
}

    .nav-tabs > li > a .badge.badge-primary {
        background: #3276b1;
    }

.nav-tabs > li > a > .fa,
.nav-tabs > li > a > img {
    opacity: .5;
}

.tabs-left .nav-tabs > li > a .badge {
    margin-right: 5px;
    margin-left: 0;
}

.nav-tabs > li > a .label {
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
    opacity: .5;
}

.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a .label,
.nav-tabs > li.active > a > .fa,
.nav-tabs > li.active > a > img {
    opacity: 1;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #333;
}

.nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 #5384af;
    box-shadow: 0 -2px 0 #5384af;
    border-top-width: 0 !important;
    margin-top: 1px !important;
    font-weight: 700;
}

.tabs-left .nav-tabs > li.active > a {
    -webkit-box-shadow: -2px 0 0 #5384af;
    box-shadow: -2px 0 0 #5384af;
    border-top-width: 1px !important;
    border-left: 0 !important;
    margin-left: 1px !important;
}

.tabs-left .nav-pills > li.active > a {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.tabs-right .nav-tabs > li.active > a {
    -webkit-box-shadow: 2px 0 0 #5384AF;
    box-shadow: 2px 0 0 #5384AF;
    border-top-width: 1px !important;
    border-right: 0 !important;
    margin-right: 1px !important;
}

.tabs-below .nav-tabs > li.active > a {
    -webkit-box-shadow: 0 2px 0 #5384AF;
    box-shadow: 0 2px 0 #5384AF;
    border-bottom-width: 0 !important;
    border-top: 0 !important;
    margin-top: 0 !important;
}

.tabs-left > .nav-pills > li,
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-pills > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-pills > li > a,
    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-pills > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-pills,
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-pills {
    border-right: 0;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
}

    .tabs-left > .nav-tabs > li > a:focus,
    .tabs-left > .nav-tabs > li > a:hover {
        border-color: #eee #ddd #eee #eee;
    }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff;
}

.tabs-left > .tab-content {
    margin-left: 109px;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
    }

        .tabs-right > .nav-tabs > li > a:focus,
        .tabs-right > .nav-tabs > li > a:hover {
            border-color: #eee #eee #eee #ddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:focus,
    .tabs-right > .nav-tabs .active > a:hover {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #fff;
    }

.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    border-bottom: 0;
}

.pill-content > .pill-pane,
.tab-content > .tab-pane {
    display: none;
}

.pill-content > .active,
.tab-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a:focus,
        .tabs-below > .nav-tabs > li > a:hover {
            border-top-color: #ddd;
            border-bottom-color: transparent;
        }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:focus,
    .tabs-below > .nav-tabs > .active > a:hover {
        border-color: transparent #ddd #ddd;
    }

.nav-tabs.bordered {
    background: #fff;
    border: 1px solid #CACACA;
}

    .nav-tabs.bordered > :first-child a {
        border-left-width: 0 !important;
    }

    .nav-tabs.bordered + .tab-content {
        border: 1px solid #CACACA;
        border-top: 0;
    }

.tabs-pull-right.nav-pills > li,
.tabs-pull-right.nav-tabs > li {
    float: right;
}

    .tabs-pull-right.nav-pills > li:first-child > a,
    .tabs-pull-right.nav-tabs > li:first-child > a {
        margin-right: 1px;
    }

.tabs-pull-right.bordered.nav-pills > li:first-child > a,
.tabs-pull-right.bordered.nav-tabs > li:first-child > a {
    border-left-width: 1px !important;
    margin-right: 0;
    border-right-width: 0;
}

.jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
    border-left-width: 0 !important;
}

.btn,
a:link,
button {
    -webkit-tap-highlight-color: rgba(229, 59, 44, .5);
}

#logo-group *,
.login-info,
.login-info *,
.minified .menu-item-parent {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

aside {
    display: block;
    overflow: hidden;
    background: #3a3633;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), color-stop(100%, #2a2725));
    background: -webkit-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: -webkit-gradient(linear, top left, top right, from(#3a3633), to(#2a2725));
    background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
    min-height: 100%;
}

#header > :first-child,
aside {
    width: 220px;
}

.hidden-desktop {
    display: none !important;
}

.dropdown-menu-xs {
    min-width: 37px;
}

    .dropdown-menu-xs > li > a {
        padding: 3px 10px;
    }

        .dropdown-menu-xs > li > a:hover i {
            color: #fff !important;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.todo-group-title {
    margin: 0;
    line-height: 31px;
    padding: 0 0 0 10px;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #f1f1f1;
    color: #919191;
}

.todo {
    margin: 0;
    padding: 0;
    min-height: 5px;
    list-style: none;
}

    .todo > li {
        display: block;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #e5e5e5;
        margin: 0 5px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat;
    }

        .todo > li:last-child,
        .todo > li:only-child {
            border-bottom: 0;
        }

        .todo > li > :first-child {
            display: block;
            border-right: 1px solid #FFE1EB;
            height: 100%;
            padding: 6px 11px 6px 18px;
            width: 20px;
            vertical-align: top;
            position: absolute;
        }

            .todo > li > :first-child:hover {
                cursor: move;
            }

        .todo > li.complete > :first-child:hover {
            cursor: default;
        }

        .todo > li.complete {
            background: 0 0;
        }

        .todo > li > p {
            height: 100%;
            margin-left: 52px;
            border-left: 1px solid #FFE1EB;
            display: inline-block;
            padding: 8px 0 6px 7px;
            margin-bottom: 0;
            min-height: 37px;
            line-height: normal;
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }

            .todo > li > p > span {
                display: block;
                line-height: 12px;
                font-size: 10px;
                font-weight: 400;
            }

            .todo > li > p > :first-child {
                margin-top: -5px;
                color: #8D8D8D;
                margin-bottom: 4px;
            }

            .todo > li > p > .date {
                color: #c9c9c9;
            }

        .todo > li.complete > * {
            text-decoration: line-through;
            font-style: italic;
        }

        .todo > li.ui-sortable-helper {
            border-top: 1px solid #e5e5e5;
            background: rgba(113, 132, 63, .1);
        }

.table.has-tickbox thead tr th:first-child {
    width: 18px;
}

.table.has-tickbox.smart-form tbody tr td:first-child .checkbox,
.table.has-tickbox.smart-form tbody tr td:first-child .radio,
.table.has-tickbox.smart-form thead tr th:first-child .checkbox,
.table.has-tickbox.smart-form thead tr th:first-child .radio {
    padding: 0 !important;
}

.fc-border-separate thead tr,
.table thead tr {
    background-color: #EFEFEF;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    font-size: 12px;
}

    .fc-border-separate thead tr th {
        padding: 4px;
        line-height: 1.428571429;
    }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-width: 1px;
}

.no-padding > .table-bordered {
    border: 0 !important;
}

    .no-padding > .table-bordered tbody tr td:first-child,
    .no-padding > .table-bordered thead tr td:first-child,
    .no-padding > .table-bordered thead tr th:first-child {
        border-left-width: 0 !important;
    }

    .no-padding > .table-bordered tbody tr td:last-child,
    .no-padding > .table-bordered thead tr th:last-child {
        border-right-width: 0 !important;
    }

    .no-padding > .table-bordered tbody tr:last-child td {
        border-bottom-width: 0 !important;
    }

.no-padding .note-editable .table-bordered {
    border: 1px solid #DDD !important;
}

.smart-form.table td .checkbox i,
.smart-form.table td .radio i,
.smart-form.table th .checkbox i,
.smart-form.table th .radio i {
    top: 0 !important;
}

#header {
    display: block;
    height: 49px;
    position: relative;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #fff; /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#f3f3f3), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x;*/
}

    #header > div {
        display: inline-block;
        vertical-align: middle;
        height: 49px;
        float: left;
    }

        #header > div.open {
            font-weight: 700;
        }

.fixed-header #header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.container.fixed-header #header {
    max-width: 1164px;
}

.fixed-header #header .ajax-dropdown {
    z-index: 1000;
}

.fixed-header #shortcut {
    position: fixed;
}

.fixed-header #main {
    margin-top: 49px;
}

#logo-group > span {
    display: inline-block;
    height: 39px;
    float: left;
}

#logo-group span#activity {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 24px;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#f8f8f8), to(#f1f1f1));
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #C6C6C6;
    color: #C4BAB6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative;
}

    #logo-group span#activity:hover {
        border: 1px solid #C6C6C6;
        -webkit-transition: all 0s;
        transition: all 0s;
        cursor: pointer !important;
        -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08);
        box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08);
    }

#logo {
    display: inline-block;
    width: 175px;
    margin-top: 13px;
    margin-left: 9px;
}

    #logo img {
        height: 30px;
        margin-top: -3px;
        padding-left: 3px; /*height: 130px;
        margin-top: -55px;
        padding-left: 3px;*/
    }

#logo-group > span .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #2A89C9;
    display: inline-block;
    font-size: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}

#activity.active .badge {
    background: #1485C5 !important;
}

.project-context {
    display: inline-block;
    padding: 7px 8px 0;
    position: relative;
}

    .project-context > span {
        display: block;
    }

    .project-context > :first-child {
        display: block;
        color: #C7C5BE;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 0 0 1px #fff;
        padding-left: 0;
        text-align: left;
    }

.project-selector {
    max-width: 97%;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    padding: 0;
    text-align: left;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}

    .project-selector:hover {
        color: #9c9c9c;
    }

.header-search {
    position: relative;
}

    .header-search.pull-right {
        margin-left: 6px;
    }

    .header-search > input[type=text] {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        min-width: 200px;
        width: 100%;
        height: 30px;
        padding: 0 10px;
        outline: 0;
        border-width: 1px;
        border-style: solid;
        border-radius: 0;
        border-color: #C6C6C6;
        background: #fff;
        color: #404040;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-top: 10px;
        line-height: normal;
    }

    .header-search > button {
        background: 0 0;
        border: 0;
        color: #6D6A69;
        font-size: 17px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 30px;
        z-index: 2;
    }

#search-mobile {
    display: none;
}

#cancel-search-js {
    position: absolute;
    display: none;
    background: #a90329;
    z-index: 3;
    color: #fff;
    padding: 0;
    right: 10px;
    top: 10px;
    text-align: center;
    height: 29px;
    line-height: 29px;
    width: 30px;
    font-size: 17px;
    text-decoration: none !important;
}

#left-panel {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 500;
    background: #2D3E50;
    display: flex;
    flex-direction: column;
}

#left_menu_response li.open,
#left_menu_response li.active.open, #left_menu_response li.active {
    background-color: #405B70;
}
/*#left_menu_response li.active {
    background-color: #192b39;
}*/
#left_menu_response li ul .active {
    background-color: #101f26;
}

#left_menu_response li > a:hover {
    background-color: rgba(53, 152, 219, 0.15);
    color: rgb(255, 255, 255);
}

#left_menu_response ul li > a:hover {
    background-color: rgba(88, 172, 225, 0.5);
}

ul#left_menu_response ul {
    background-color: #192B39;
}

nav > ul > li > ul::before {
    display: none;
}

#main {
    display: block;
    margin-left: 220px;
    padding: 0;
    min-height: 500px;
}

#ribbon {
    min-height: 40px;
    background: #d5dde0; /*padding: 0 13px;*/
    position: relative;
}

    #ribbon .breadcrumb {
        display: inline-block;
        margin: 0;
        padding: 11px 34px 11px 0 !important;
        background: 0 0;
        vertical-align: top;
    }

        #ribbon .breadcrumb,
        #ribbon .breadcrumb a {
            color: #808080 !important;
            text-decoration: none !Important; /*margin-left:25px*/
            margin-left: 10px;
        }

            #ribbon .breadcrumb li:last-child,
            #ribbon .breadcrumb > .active {
                color: #808080;
            }

.fixed-ribbon #ribbon {
    position: fixed;
    right: 0;
    left: 220px; /*left: 217px;*/
    top: 49px;
    z-index: 998;
}

.container.fixed-ribbon #ribbon {
    width: 944px;
    left: 590px;
}

.fixed-ribbon #content {
    padding-top: 50px;
}

.minified.fixed-ribbon #ribbon {
    left: 45px;
}

.hidden-menu.fixed-ribbon #ribbon {
    left: 10px;
}

.fixed-navigation #left-panel {
    position: fixed;
    z-index: 998;
}
/*nav ul li a:active, nav ul li a:visited {
    background: #101f2b !important;
}*/
nav ul {
    width: 100%;
    padding: 40px 28px 25px 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: .5em;
    list-style: none;
    position: relative;
}

    nav ul .active > a {
        color: #fff !important;
        position: relative;
    }

    nav ul li.active > a:before {
        content: "\f0d9";
        font-family: FontAwesome;
        display: block;
        height: 27px;
        line-height: normal;
        width: 27px;
        position: absolute;
        right: -21px;
        font-size: 20px;
        color: #efefef;
    }

    nav ul li.active.open > a:before {
        content: "";
    }

    nav ul li {
        overflow: hidden;
    }

        nav ul li span.autoresposemenuicon {
            display: inline-block;
            width: 20px;
            margin-right: 8px;
        }

            nav ul li span.autoresposemenuicon:hover img {
                -webkit-animation-name: wobble;
                animation-name: wobble;
                -webkit-animation-duration: .7s;
                animation-duration: .7s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

        nav ul li a {
            line-height: normal;
            font-size: 14px;
            padding: 10px 10px 10px 11px;
            color: #a8a8a8;
            display: block;
            font-weight: 400;
            text-decoration: none !important;
        }

        nav ul li span.Sideicon {
            width: 16px;
            display: block;
            float: left;
            height: 24px;
            margin-left: 5px;
            padding-top: 6px;
        }

        nav ul li a:before, nav ul li a:after {
            clear: both;
            content: "";
            display: block;
        }

        nav ul li:hover .cls-1 {
            fill: #fff !important;
            opacity: 1 !important;
        }

nav > ul > li > ul > li > a,
nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

nav ul li a:focus {
    color: #c9c9c9;
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(53, 152, 219, 0.15);
}

nav ul b {
    float: right;
    font-size: 11px;
    margin-top: 6px;
}

nav ul span.menu-item-parent {
    width: 162px;
    display: inline-block;
    margin: 0;
    padding: 3px 0 0 7px;
}

nav li ul span.menu-item-parent {
    width: 140px;
}
/*nav #left_menu span.menu-item-parent {
    padding: 0;
}*/
nav ul li.open > a,
nav ul li.open > a b {
    color: #fff !important;
    transition: all .3s linear;
}

nav > ul > li > a > i {
    margin-right: 5px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}

    nav > ul > li > a > i > em {
        font-size: 9px;
        display: block;
        padding: 2px;
        position: absolute;
        top: -8px;
        right: -6px;
        text-decoration: none;
        font-style: normal;
        background: #ED1C24;
        color: #fff;
        min-width: 13px;
        border-radius: 50%;
        max-height: 13px;
        line-height: 8px;
        font-weight: 700;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, .1);
    }

nav ul li li {
    border-bottom: 0;
    position: relative;
}

nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}

nav > ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #7A7A7A;
    z-index: 1;
}

nav > ul ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    left: 10px;
    top: 17px;
    border-top: 1px solid transparent;
}

nav > ul ul li a i {
    font-size: 14px !important;
    width: 18px !important;
    text-align: center !important;
}

nav > ul > li:hover > ul::before,
nav > ul > li:hover > ul > li::before {
    border-color: #ACACAC !important;
}

nav ul ul {
    margin: 0;
    display: none;
    background-color: #192B39;
    padding: 7px 0;
}

    nav ul ul ul {
        background: 0 0;
        padding: 0;
    }

    nav ul ul li {
        margin: 0;
        padding: 0;
    }

        nav ul ul li > a {
            padding-left: 40px;
            font-size: 14px;
            font-weight: 400;
            outline: 0;
        }

            nav ul ul li > a:hover {
                background-color: rgba(53, 152, 219, 0.15);
                color: #fff;
            }

    nav ul ul ul li a {
        color: #C9C9C9;
        padding: 8px 10px 8px 70px;
        font-size: 14px;
    }

        nav ul ul ul li a:hover {
            background-color: #4C4F53;
            color: #fff;
        }

    nav ul ul ul ul li a {
        padding-left: 90px;
    }

    nav ul ul ul ul ul li a {
        padding-left: 110px;
    }

    nav ul ul ul ul ul ul li a {
        padding-left: 130px;
    }

    nav ul ul b {
        color: #B3B3B3;
    }

    nav ul ul > li:hover b {
        color: #D5D9E2;
    }
nav ul.experience3-nav li span.Sideicon {
    padding: 0;
    width: 25px;
    height: 25px;
    margin: 0;
}
.minified nav ul.experience3-nav li, nav ul.experience3-nav li.experience3-nav-minified {
    display: none;
}
    nav ul.experience3-nav li,.minified nav ul.experience3-nav li.experience3-nav-minified {
        display: block;
    }
.show-stats .progress {
    height: 7px;
    border-radius: 0;
    margin-top: 3px;
    margin-bottom: 15px;
}

.show-stats {
    padding-top: 6px !important;
}

.show-stat-buttons {
    float: left;
    width: 100%;
}

.show-stats .show-stat-buttons > :first-child {
    padding-right: 5px;
}

.show-stats .show-stat-buttons > :last-child {
    padding-left: 5px;
}

.show-stat-microcharts {
    margin-left: -10px;
    margin-right: -10px;
}

    .show-stat-microcharts > div {
        border-right: 1px solid #DADADA !important;
        border-top: 1px solid #DADADA !important;
        margin-top: 10px !important;
        height: 65px;
        overflow: hidden;
        padding: 7px 9px;
    }

    .show-stat-microcharts > :last-child {
        border-right: 0 !important;
    }

    .show-stat-microcharts .sparkline {
        margin-top: 10px;
        margin-right: 8px;
        opacity: .7;
    }

        .show-stat-microcharts .sparkline:hover {
            opacity: 1;
        }

.smaller-stat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .smaller-stat li {
        margin-top: 3px;
        margin-right: 0;
    }

        .smaller-stat li:first-child {
            margin-top: 8px;
        }

    .smaller-stat span.label {
        width: 40px;
        display: block;
        text-align: left;
        opacity: .5;
        cursor: default;
    }

        .smaller-stat span.label:hover {
            opacity: 1;
        }

.login-info {
    display: block;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    border: solid transparent;
    border-width: 1px 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid #525151;
}

    .login-info a,
    .login-info strong {
        text-transform: capitalize;
        font-size: 14px;
        display: inline-block;
        color: #A8A8A8;
        text-decoration: none;
    }

        .login-info a:hover,
        .login-info strong {
            color: #fff;
        }

        .login-info a span {
            text-transform: capitalize;
            font-size: 14px;
            display: inline-block;
            text-decoration: none;
            max-width: 150px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            border-bottom: 0px;
        }

    .login-info span {
        height: 38px;
        display: inline-block;
        padding: 0 10px;
        border-bottom: none;
    }

    .login-info img {
        width: 25px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1px;
        margin-right: 0px;
        margin-left: 0;
    }

img.online {
    border-left-color: #40ac2b !important;
}

img.busy {
    border-left-color: #ed1c24 !important;
}

img.offline {
    border-left-color: #ddd !important;
}

img.away {
    border-left-color: #ffc40d !important;
}

.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
}

.minified .inbox-badge {
    border-radius: 50%;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ED1C24;
    min-width: 13px;
}

.Account.minifyme {
    margin-left: 0px;
}

.minifyme { /* border-bottom: 1px solid #302F2F; */
    margin-left: -3px;
    background-color: #2d3e50;
    color: #ffffff;
    border-left: 1px solid #1a2631;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 40px;
    display: inline-block; /* position: absolute; */
    left: 0; /* right: -3px; */ /* border-radius: 5px 0 0 5px; */
    cursor: pointer; /* margin-top: 5px; */
    padding-top: 6px;
    font-size: 19px;
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

    .minifyme .fa-reorder {
        padding-top: 12px;
        font-size: 18px;
    }

    .minifyme:hover { /*background: #646464;
        color: #E4E4E4;*/
        background: #2e4c65;
        right: 0;
    }

.minified .minifyme {
    right: 0;
    color: #A8A8A8;
    position: relative; /*width: 100%;*/
    border-radius: 0;
    margin-left: -3px;
    height: 40px; /*font-size: 23px;*/
}

    .minified .minifyme .fa:before { /*content: "\f0a9";*/
        content: "\f0c9";
        color: #fff;
    }

.minified .login-info a i,
.minified .login-info a span {
    display: none;
}

.minified .login-info span {
    padding: 0 5px;
    text-align: center;
}

.minified .login-info img {
    margin: -2px 0 0;
    width: 30px;
}

.minified .login-info {
    height: 38px;
    border-bottom: 1px solid #181818;
}

.minified #left-panel {
    width: 45px;
}

.minified #main {
    margin-left: 45px;
}

.minified #left-panel,
.minified nav > ul > li {
    overflow: visible;
}

.minified nav > ul > ul {
    min-height: 100px !important;
    max-height: 180px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ed1c24 !important;
}

.minified nav > ul > li,
.minified nav > ul > li a {
    position: relative;
}

.minified nav ul > li > a {
    padding: 10px 11px;
    display: block;
}

.minified nav > ul > li > a .fa.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
}

.minified nav > ul > li > a > i {
    text-align: center;
    margin: 0;
    display: block;
}

.minified nav > ul > li.active > a::before {
    content: "\f0d9";
}

.minified nav ul ul li a {
    padding-left: 14px;
}

.minified nav ul ul li li a {
    padding-left: 25px;
}

.minified nav > ul ul li::before,
.minified nav > ul > li > ul::before {
    left: 12px;
}

.minified nav > ul > li > a .menu-item-parent,
.minified nav > ul > li > a > b {
    display: none;
}

.minified nav > ul > li > a > .menu-item-parent { /*display: none;
    position: absolute;
    left: 40px;
    top: -3px;
    width: 186px;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    color: #333;
    z-index: 3;*/
    display: none;
    position: absolute;
    left: 45px;
    top: 0px;
    width: 187px;
    height: 42px;
    line-height: 38px;
    background-color: #2d3e50;
    color: #fff;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .2); /*border-left: 1px solid #CCC;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;*/
    padding-left: 12px;
}

.minified nav > ul > li > ul {
    display: none !important;
    position: absolute;
    left: 45px;
    top: 48px;
    width: 199px;
    z-index: 5; /*border: 1px solid #ccc;*/
    min-height: 180px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2); /*background: #3A3633;*/
    margin-top: -3px;
}

.minified nav ul > li > ul > li > ul {
    position: relative;
    left: 13px;
    border: 0;
    margin-left: -12px;
    width: 197px;
}

.minified nav > ul > li:hover > a > .menu-item-parent,
.minified nav > ul > li:hover > ul {
    display: block !important;
}
/*.minified nav > ul > li > ul > li {
    background-color: rgba(69, 69, 69, .9);
}*/
/*.minified nav > ul > li > ul > li > ul > li {
        background-color: #484B50;
    }*/
.minified nav > ul > li > ul > li > ul > li {
    background-color: #192b39;
}

.minified nav > ul > li {
    border-bottom: 1px solid #1d232b; /*border-top: 1px solid #525151;*/
}

    .minified nav > ul > li > ul::before {
        border-left: 0;
    }

.minified nav > ul ul li::before {
    border: 0;
}

.slimScrollDiv,
.slimScrollDiv > :first-child {
    overflow: hidden;
}

.minified .slimScrollDiv,
.minified .slimScrollDiv > :first-child {
    overflow: visible !important;
}

.minified .slimScrollBar,
.minified .slimScrollRail {
    display: none;
}

.minified nav > ul > li > ul > li > a,
.minified nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified nav > ul > li > ul > li > ul > li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.minified nav ul ul ul ul li a {
    padding-left: 45px;
}

.minified nav ul ul ul ul ul li a {
    padding-left: 62px;
}

.minified nav ul ul ul ul ul ul li a {
    padding-left: 82px;
}

.pull-right {
    float: right !Important;
}

.pull-left {
    float: left !Important;
}

.pagination.pagination-alt > li > a {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    margin-left: -1px;
}

.pagination.pagination-alt > li:first-child > a {
    padding-left: 0;
}

.pagination > li > a,
.pagination > li > span {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

.disabled {
    color: #fff;
}

.btn-default.disabled {
    color: #999;
}

.btn {
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

    .btn:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .btn.btn-ribbon {
        background-color: #707070;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#666));
        background-image: -webkit-linear-gradient(top, #777, #666);
        background-image: -webkit-gradient(linear, top left, bottom left, from(#777), to(#666));
        background-image: linear-gradient(to bottom, #777, #666);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
        color: #fff;
        padding: 0 5px;
        line-height: 20px;
        vertical-align: middle;
        height: 20px;
        display: block;
        border: 0;
        float: left;
        margin: 0 8px 0 0;
        cursor: pointer;
    }

        .btn.btn-ribbon > i {
            font-size: 111%;
        }

.ribbon-button-alignment {
    padding-top: 10px;
    display: inline-block;
}

    .ribbon-button-alignment.pull-right > .btn.btn-ribbon {
        margin: 0 0 0 8px;
    }

.panel-purple {
    border-color: #6e587a;
}

    .panel-purple > .panel-heading {
        color: #fff;
        background-color: #6e587a;
        border-color: #6e587a;
    }

.panel-greenLight {
    border-color: #71843f;
}

    .panel-greenLight > .panel-heading {
        color: #fff;
        background-color: #71843f;
        border-color: #71843f;
    }

.panel-greenDark {
    border-color: #496949;
}

    .panel-greenDark > .panel-heading {
        color: #fff;
        background-color: #496949;
        border-color: #496949;
    }

.panel-darken {
    border-color: #333;
}

    .panel-darken > .panel-heading {
        color: #fff;
        background-color: #404040;
        border-color: #404040;
    }

.panel-pink {
    border-color: #ac5287;
}

    .panel-pink > .panel-heading {
        color: #fff;
        background-color: #ac5287;
        border-color: #ac5287;
    }

.panel-green {
    border-color: #356e35;
}

    .panel-green > .panel-heading {
        color: #fff;
        background-color: #356e35;
        border-color: #356e35;
    }

.panel-blueLight {
    border-color: #92a2a8;
}

    .panel-blueLight > .panel-heading {
        color: #fff;
        background-color: #92a2a8;
        border-color: #92a2a8;
    }

.panel-pinkDark {
    border-color: #a8829f;
}

    .panel-pinkDark > .panel-heading {
        color: #fff;
        background-color: #a8829f;
        border-color: #a8829f;
    }

.panel-redLight {
    border-color: #a65858;
}

    .panel-redLight > .panel-heading {
        color: #fff;
        background-color: #a65858;
        border-color: #a65858;
    }

.panel-red {
    border-color: #a90329;
}

    .panel-red > .panel-heading {
        color: #fff;
        background-color: #a90329;
        border-color: #a90329;
    }

.panel-teal {
    border-color: #568a89;
}

    .panel-teal > .panel-heading {
        color: #fff;
        background-color: #568a89;
        border-color: #568a89;
    }

.panel-orange {
    border-color: #c79121;
}

    .panel-orange > .panel-heading {
        color: #fff;
        background-color: #c79121;
        border-color: #c79121;
    }

.panel-blueDark {
    border-color: #4c4f53;
}

    .panel-blueDark > .panel-heading {
        color: #fff;
        background-color: #4c4f53;
        border-color: #4c4f53;
    }

.panel-magenta {
    border-color: #6e3671;
}

    .panel-magenta > .panel-heading {
        color: #fff;
        background-color: #6e3671;
        border-color: #6e3671;
    }

.panel-blue {
    border-color: #57889c;
}

    .panel-blue > .panel-heading {
        color: #fff;
        background-color: #57889c;
        border-color: #57889c;
    }

.panel-footer > .btn-block {
    border-radius: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 30px;
        border-radius: 50%;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 15px;
        font-size: 24px;
        line-height: 50px;
        border-radius: 50%;
    }

.btn-metro {
    margin: 0 0 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .btn-metro > span {
        display: block;
        vertical-align: bottom;
        margin-top: 10px;
        text-transform: uppercase;
    }

        .btn-metro > span.label {
            position: absolute;
            top: 0;
            right: 0;
        }

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

#content,
#left-panel {
    -webkit-transition: left .1s ease-out;
    transition: left .1s ease-out;
}

#main {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.chart-small {
    height: 100px;
    width: 100%;
}

.chart-large {
    height: 235px;
    width: 100%;
}

.chart-xl {
    height: 297px;
    width: 100%;
}

#flotTip {
    padding: 3px 5px;
    background-color: #fff;
    z-index: 9999;
    color: #333;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    font-size: 14px;
    border: 1px solid #C1C1C1;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

    #flotTip span {
        color: #38812D;
        font-weight: 700;
    }

.legendLabel span {
    display: block;
    margin: 0 5px;
}

.legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
}

    .legendColorBox div > div {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, .8);
    border: solid 2px rgba(230, 230, 230, .8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

    .morris-hover.morris-default-style .morris-hover-row-label {
        font-weight: 700;
        margin: .25em 0;
    }

    .morris-hover.morris-default-style .morris-hover-point {
        white-space: nowrap;
        margin: .1em 0;
    }

.morris-hover {
    position: absolute;
    z-index: 1000;
}

.chart {
    height: 220px;
    margin: 20px 5px 10px 10px;
}

.has-legend {
    margin-top: 30px !important;
}

.has-legend-unique {
    margin-top: 19px !important;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.easy-pie-chart {
    display: inline-block;
}

    .easy-pie-chart .percent {
        color: #444;
        font-size: 12px;
        font-weight: 700;
    }

.easy-pie-title {
    display: inline-block;
    margin: 10px 6px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .easy-pie-title .icon-color-bad,
    .easy-pie-title .icon-color-good {
        font-size: 18px;
    }

.icon-color-good {
    color: #40ac2b;
}

.icon-color-bad {
    color: #ed1c24;
}

.degree-sign:after,
.percent-sign:after {
    content: " %";
    line-height: normal;
}

.degree-sign:after {
    content: " °F";
}

.hidden-menu #left-panel {
    left: -210px;
    z-index: 1000;
}

.hidden-menu #main {
    margin-left: 10px;
}

.hidden-menu #left-panel:hover {
    left: 0;
}

.hidden-menu .minifyme,
.minified #hide-menu {
    display: none;
}

.btn-header.pull-right {
    margin-left: 6px;
}

.btn-header a > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.btn-header > :first-child > a {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#f8f8f8), to(#f1f1f1));
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #C6C6C6;
    color: #6D6A69;
    font-size: 17px;
    margin: 10px 0 0;
}

    .btn-header > :first-child > a:hover {
        border: 1px solid #C6C6C6;
        color: #222;
        -webkit-transition: all 0s;
        transition: all 0s;
        cursor: pointer;
        -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08);
        box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08);
    }

    .btn-header > :first-child > a:active {
        background-color: #e8e8e8;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(100%, #ededed));
        background-image: -webkit-linear-gradient(top, #e8e8e8 0, #ededed 100%);
        background-image: -webkit-gradient(linear, top left, bottom left, from(#e8e8e8), to(#ededed));
        background-image: linear-gradient(to bottom, #e8e8e8 0, #ededed 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
        -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
        box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
    }

.hidden-menu #hide-menu > :first-child > a {
    background-color: #e8e8e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5a5a5a), color-stop(100%, #686868));
    background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0, #686868 100%);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#5a5a5a), to(#686868));
    background-image: -webkit-linear-gradient(top, #5a5a5a 0, #686868 100%);
    background-image: linear-gradient(to bottom, #5a5a5a 0, #686868 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    color: #fff;
    border-color: #494949;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
}

    .hidden-menu #hide-menu > :first-child > a:active {
        -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, .2);
        box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, .2);
    }

.ajax-dropdown > :first-child {
    margin: 0 0 3px;
    padding: 0 0 9px;
}

.ajax-dropdown {
    position: absolute;
    display: none;
    z-index: 504;
    top: 48px;
    left: 16px;
    width: 344px;
    height: 435px;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, .25);
    box-shadow: 0 2px 4px rgba(30, 30, 100, .25);
    padding: 10px;
    background: #fff;
    border: 1px solid #b3b3b3;
}

    .ajax-dropdown:after,
    .ajax-dropdown:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ajax-dropdown:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 7px;
        left: 50%;
        margin-left: -7px;
    }

    .ajax-dropdown:before {
        border-color: rgba(131, 131, 131, 0);
        border-bottom-color: #838383;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

    .ajax-dropdown .btn-group .btn {
        font-weight: 700;
        text-transform: capitalize;
    }

    .ajax-dropdown .btn-group > :nth-child(2) {
        border-right-width: 0;
        border-left-width: 0;
    }

    .ajax-dropdown .btn-group .btn:active {
        top: 0;
        left: 0;
    }

.ajax-notifications {
    height: 365px;
    display: block;
    overflow: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    background: #fff;
}

    .ajax-notifications > .alert.alert-transparent {
        background-color: transparent;
        border-color: transparent;
        color: #757575;
        margin: 13px 10px;
    }

    .ajax-notifications > .alert > :first-child {
        margin-bottom: 10px;
        font-weight: 400;
    }

.ajax-dropdown > :last-child {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    line-height: 22px;
    font-weight: 400;
}

.ajax-dropdown .fa-4x.fa-border {
    border-width: 3px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 46px;
    text-align: center;
    color: #D1D1D1;
    border-color: #D1D1D1;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 400;
                line-height: 1.428571429;
                color: #333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:focus,
    .dropdown-menu-large > li ul > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:focus,
    .dropdown-menu-large .disabled > a:hover {
        color: #999;
    }

        .dropdown-menu-large .disabled > a:focus,
        .dropdown-menu-large .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

@media (max-width:768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}

.pagination-xs > li > a,
.pagination-xs > li > span {
    padding: 4px 9px;
    font-size: 12px;
}

.notification-body *,
.notification-body:after *,
.notification-body:before * {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.notification-body {
    padding: 0 0 0 3px;
    margin: 0;
    list-style: none;
}

    .notification-body > li {
        border-bottom: 1px solid #E9E9E9;
        position: relative;
    }

        .notification-body > li > span {
            background: #fff;
            display: block;
            min-height: 25px;
            overflow: hidden;
            padding: 8px 10px 13px;
            white-space: normal;
        }

            .notification-body > li > span:hover {
                background: #F0F4F7;
                color: #667F8F;
            }

        .notification-body > li a.msg {
            padding-left: 50px !important;
        }

        .notification-body > li a,
        .notification-body > li a span {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .notification-body > li a,
            .notification-body > li a:hover {
                text-decoration: none;
            }

        .notification-body > li:hover .progress {
            background: #fff;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #a7a7a7 inset;
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #ccc inset;
        }

        .notification-body > li:hover .text-muted {
            color: #333;
        }

    .notification-body .from {
        font-size: 14px;
        line-height: normal;
        color: #333;
        font-weight: 400;
        margin-right: 60px;
        margin-bottom: 6px;
        height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .notification-body .unread .from {
        font-weight: 700;
    }

    .notification-body .unread {
        background: #FFFFE0;
    }

    .notification-body time {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 11px;
        font-weight: 400;
        color: #058dc7;
    }

    .notification-body .msg-body,
    .notification-body .subject {
        font-size: 13px;
        color: #A0A0A0;
        max-height: 35px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .notification-body .subject {
        font-size: 13px;
        color: #333;
        max-height: 22px;
    }

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}

    .bootstrapWizard a:active,
    .bootstrapWizard a:focus,
    .bootstrapWizard a:hover {
        text-decoration: none;
    }

    .bootstrapWizard li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        padding-left: 0;
    }

        .bootstrapWizard li:before {
            border-top: 3px solid #55606E;
            content: "";
            display: block;
            font-size: 0;
            overflow: hidden;
            position: relative;
            top: 11px;
            right: 1px;
            width: 100%;
            z-index: 1;
        }

        .bootstrapWizard li:first-child:before {
            left: 50%;
            max-width: 50%;
        }

        .bootstrapWizard li:last-child:before {
            max-width: 50%;
            width: 50%;
        }

        .bootstrapWizard li.complete .step {
            background: #0aa66e;
            padding: 1px 6px;
            border: 3px solid #55606E;
        }

        .bootstrapWizard li .step i {
            font-size: 10px;
            font-weight: 400;
            position: relative;
            top: -1.5px;
        }

        .bootstrapWizard li .step {
            background: #B2B5B9;
            color: #fff;
            display: inline;
            font-size: 15px;
            font-weight: 700;
            padding: 7px 13px;
            border: 3px solid transparent;
            border-radius: 50%;
            line-height: normal;
            position: relative;
            text-align: center;
            z-index: 2;
            -webkit-transition: all .1s linear 0s;
            transition: all .1s linear 0s;
        }

        .bootstrapWizard li.active .step,
        .bootstrapWizard li.active.complete .step {
            background: #0091d9;
            color: #fff;
            font-weight: 700;
            padding: 7px 13px;
            font-size: 15px;
            border-radius: 50%;
            border: 3px solid #55606E;
        }

        .bootstrapWizard li.active .title,
        .bootstrapWizard li.complete .title {
            color: #2B3D53;
        }

        .bootstrapWizard li .title {
            color: #C2C2C2;
            display: block;
            font-size: 13px;
            line-height: 15px;
            max-width: 100%;
            position: relative;
            table-layout: fixed;
            text-align: center;
            top: 20px;
            word-wrap: break-word;
            z-index: 104;
        }

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}

    .wizard-actions li {
        display: inline;
    }

.tab-content.transparent {
    background-color: transparent;
}

.fuelux .wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

    .fuelux .wizard:after,
    .fuelux .wizard:before {
        display: table;
        line-height: 0;
        content: "";
    }

    .fuelux .wizard:after {
        clear: both;
    }

    .fuelux .wizard ul {
        width: 4000px;
        padding: 0;
        margin: 0;
        list-style: none outside none;
    }

        .fuelux .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .fuelux .wizard ul.previous-disabled li.complete:hover {
                color: #356e35;
                cursor: default;
                background: #f3f4f5;
            }

                .fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f4f5;
                }

        .fuelux .wizard ul li {
            position: relative;
            float: left;
            height: 46px;
            padding: 0 20px 0 30px;
            margin: 0;
            font-size: 16px;
            line-height: 46px;
            color: #999;
            cursor: default;
            background: #ededed;
        }

            .fuelux .wizard ul li .chevron {
                position: absolute;
                top: 0;
                right: -14px;
                z-index: 1;
                display: block;
                border: 24px solid transparent;
                border-right: 0;
                border-left: 14px solid #d4d4d4;
            }

                .fuelux .wizard ul li .chevron:before {
                    position: absolute;
                    top: -24px;
                    right: 1px;
                    display: block;
                    border: 24px solid transparent;
                    border-right: 0;
                    border-left: 14px solid #ededed;
                    content: "";
                }

            .fuelux .wizard ul li.complete {
                color: #468847;
                background: #f3f4f5;
            }

                .fuelux .wizard ul li.complete:hover {
                    cursor: pointer;
                    background: #e7eff8;
                }

                    .fuelux .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #e7eff8;
                    }

                .fuelux .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f3f4f5;
                }

            .fuelux .wizard ul li.active {
                color: #3a87ad;
                background: #f1f6fc;
            }

                .fuelux .wizard ul li.active .chevron:before {
                    border-left: 14px solid #f1f6fc;
                }

            .fuelux .wizard ul li .badge {
                margin-right: 8px;
            }

            .fuelux .wizard ul li:first-child {
                padding-left: 20px;
                border-radius: 4px 0 0 4px;
            }

    .fuelux .wizard .actions {
        position: absolute;
        right: 0;
        z-index: 2;
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 46px;
        vertical-align: middle;
        background-color: #e5e5e5;
        border-left: 1px solid #d4d4d4;
    }

        .fuelux .wizard .actions a {
            margin-right: 8px;
            font-size: 12px;
            line-height: 45px;
        }

        .fuelux .wizard .actions .btn-prev i {
            margin-right: 5px;
        }

        .fuelux .wizard .actions .btn-next i {
            margin-left: 5px;
        }

.fuelux .step-content .step-pane {
    display: none;
}

.fuelux .step-content .active {
    display: block;
}

    .fuelux .step-content .active .btn-group .active {
        display: inline-block;
    }

.jarvismetro-tile {
    float: none;
    display: block;
    background-color: #fff;
    width: auto;
    height: auto;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 1px #FFC;
    box-shadow: inset 0 0 1px #FFC;
    border: 1px dotted #C5C5C5;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-smooth: always;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative;
}

    .jarvismetro-tile:hover {
        z-index: 10; /*-webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);*/
    }

    .jarvismetro-tile.big-cubes {
        width: auto;
        height: 100%;
    }

    .jarvismetro-tile.double {
        width: 249px;
    }

    .jarvismetro-tile:active {
        top: 1px;
        left: 1px;
    }

    .jarvismetro-tile .iconbox {
        text-align: left;
    }

        .jarvismetro-tile .iconbox i {
            display: inline-block;
            margin: 0 auto;
            font-size: 18px;
        }

        .jarvismetro-tile .iconbox span {
            display: inline-block;
            margin-left: 3px;
            text-align: left;
        }

            .jarvismetro-tile .iconbox span > span {
                position: absolute;
                right: -3px;
                bottom: -3px;
                border-radius: 50%;
                padding: 5px;
                border: 1px solid #fff;
            }

.selected:before {
    display: block;
    position: absolute;
    content: "\f00c";
    color: #fff;
    right: 4px;
    font-family: FontAwesome;
    z-index: 1002;
}

.selected:after {
    width: 0;
    height: 0;
    border-top: 35px solid #0091d9;
    border-left: 35px solid rgba(0, 0, 0, 0);
    position: absolute;
    display: block;
    right: 0;
    content: ".";
    top: 0;
    z-index: 1001;
}

#shortcut {
    position: absolute;
    top: 89px;
    left: 0;
    height: auto;
    width: 220px;
    background-color: #33302F;
    background-color: rgba(0, 0, 0, .85);
    z-index: 998;
    display: none;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #shortcut ul {
        padding: 0;
        list-style: none;
        margin: 0;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
        border-bottom: 1px solid #423F3F;
    }

        #shortcut ul li {
            display: block;
            width: 100%;
        }

            #shortcut ul li .jarvismetro-tile {
                margin: 0;
                border: 0;
                border-radius: 0;
            }

                #shortcut ul li .jarvismetro-tile:hover {
                    color: #fff;
                    text-decoration: none;
                }

                #shortcut ul li .jarvismetro-tile:active,
                #shortcut ul li .jarvismetro-tile:focus {
                    left: 0;
                    top: 0;
                }

.shortcut-on #response-btn {
    display: none !important;
}

.shortcut-on #left-bar .navbar,
.shortcut-on #main .navbar {
    border: 0 !important;
}

.arrow-box-up:after,
.arrow-box-up:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-up:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
}

.arrow-box-up:before {
    border-color: rgba(131, 131, 131, 0);
    border-bottom-color: #838383;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

.arrow-box-up-right:after,
.arrow-box-up-right:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-up-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    right: 10px;
    margin-left: -7px;
}

.arrow-box-up-right:before {
    border-color: rgba(131, 131, 131, 0);
    border-bottom-color: #838383;
    border-width: 8px;
    right: 9px;
    margin-left: -8px;
}

.tooltip-inner {
    padding: 5px 10px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border-radius: 0;
    max-width: none;
    text-transform: none;
}

.PersonalFiledsMessage .tooltip-inner {
    border-radius: 5px;
}

    .PersonalFiledsMessage .tooltip-inner .custom-ticket-tooltip {
        text-align: left;
        width: 200px;
    }

        .PersonalFiledsMessage .tooltip-inner .custom-ticket-tooltip strong {
            font-weight: bold;
            font-size: 12px;
            line-height: 24px;
            color: #fff;
        }

.PersonalFiledsMessage [data-toggle="tooltip"]:hover {
    color: var(--blue);
}

.PersonalFiledsMessage .tooltip-inner .custom-ticket-tooltip span {
    font-weight: 200;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, .5);
}

.jqstooltip {
    padding: 7px !important;
    border-radius: 3px !important;
    border: 0 !important;
    background-color: #000 !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

    .jqstooltip .jqsfield {
        font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
        font-size: 11px;
    }

#sparks {
    display: block;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
}

    #sparks li {
        display: inline-block;
        max-height: 47px;
        overflow: hidden;
        text-align: left;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

        #sparks li h5 {
            color: #555;
            float: left;
            font-size: 11px;
            font-weight: 400;
            margin: -3px 0 0 0;
            padding: 0;
            border: 0;
            text-transform: uppercase;
        }

        #sparks li span {
            color: #636363;
            display: block;
        }

    #sparks li {
        border-left: 1px dotted #c7c7c7;
        padding: 0 10px;
    }

        #sparks li:last-child {
            padding-right: 0;
        }

        #sparks li:first-child {
            border-left: 0;
            padding-left: 0;
        }

.sparks-info {
    min-width: 70px;
}

    .sparks-info span {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        text-transform: none;
    }

    .sparks-info .sparkline {
        display: block;
        float: right;
        margin: 3px 0 0 20px;
    }

.custom-scroll::-webkit-scrollbar {
    width: 6px;
    -webkit-overflow-scrolling: touch;
}

.custom-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    /*background: #3FA9F5;*/
    background: rgba(134, 152, 173,60%);
    border-radius: 4px;
}

    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #3FA9F5;
    }

.custom-scroll::scrollbar {
    width: 6px;
}

.custom-scroll::scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 4px;
}

.custom-scroll::scrollbar-thumb {
    background: #3FA9F5;
    border-radius: 4px;
}

    .custom-scroll::scrollbar-thumb:hover {
        background: #3FA9F5;
    }

.custom-scroll::-ms-scrollbar {
    width: 10px;
}

.custom-scroll::-ms-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 4px;
}

.custom-scroll::-ms-scrollbar-thumb {
    background: #3FA9F5;
    border-radius: 4px;
}

    .custom-scroll::-ms-scrollbar-thumb:hover {
        background: #3FA9F5;
    }

.horizontal-custom-scroll::-webkit-scrollbar {
    height: 4px;
    -webkit-overflow-scrolling: touch;
}

.horizontal-custom-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 4px;
}

.horizontal-custom-scroll::-webkit-scrollbar-thumb {
    background: #3FA9F5;
    border-radius: 4px;
}

    .horizontal-custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #3FA9F5;
    }

.horizontal-custom-scroll::scrollbar {
    height: 4px;
}

.horizontal-custom-scroll::scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 4px;
}

.horizontal-custom-scroll::scrollbar-thumb {
    background: #3FA9F5;
    border-radius: 4px;
}

    .horizontal-custom-scroll::scrollbar-thumb:hover {
        background: #3FA9F5;
    }

.horizontal-custom-scroll::-ms-scrollbar {
    height: 4px;
}

.horizontal-custom-scroll::-ms-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 4px;
}

.horizontal-custom-scroll::-ms-scrollbar-thumb {
    background: #3FA9F5;
    border-radius: 4px;
}

    .horizontal-custom-scroll::-ms-scrollbar-thumb:hover {
        background: #3FA9F5;
    }
/*.custom-scroll::-webkit-scrollbar {
    -webkit-overflow-scrolling: touch;
    height: 10px;
    width: 10px;
}
    .custom-scroll::-webkit-scrollbar:hover {
        background-color: #E9E9E9;
        border: 1px solid #dbdbdb;
    }
.custom-scroll::-webkit-scrollbar-button:start:decrement,
.scrollable::-webkit-scrollbar-button:end:increment {
    background: 0 0;
    display: block;
    height: 0;
}
.custom-scroll::-webkit-scrollbar-track {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid transparent;
}
.custom-scroll::-webkit-scrollbar-track-piece {
    -o-border-radius: 0;
    background-color: transparent;
    border-radius: 0;
}
.custom-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .2);
    border: 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
    .custom-scroll::-webkit-scrollbar-thumb:vertical,
    .scrollable::-webkit-scrollbar-thumb:horizontal {
        -o-border-radius: 0;
        background-color: #c6c6c6;
        border-radius: 0;
    }
    .custom-scroll::-webkit-scrollbar-thumb:active {
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .33);
        background-color: rgba(0, 0, 0, .44);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .33);
    }
    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #959595;
    }*/
#calendar-container {
    position: relative;
}

.fc table,
html .fc {
    font-size: 12px;
}

.dt-header.calender-spacer {
    height: 46px;
    display: block;
}

.jarviswidget #calendar {
    margin-top: -18px;
}

.fc-widget-content,
.fc-widget-header {
    border-right: 0;
}

tr td.fc-first,
tr.fc-first th.fc-first {
    border-left: 0;
}

tr.fc-last td {
    border-bottom: 0;
}

.jarviswidget .fc-header-title h2 {
    text-shadow: 0 1px 0 #fff;
    margin-top: -12px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.fc-event-time,
.fc-event-title {
    padding: 3px 0 2px 3px;
    display: inline-block;
    line-height: 16px;
    font-weight: 700;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#calendar-buttons {
    position: absolute;
    right: 14px;
    top: 5px;
}

.dropzone,
td.fc-other-month {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(0, 0, 0, .03)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(0, 0, 0, .03)), color-stop(.75, rgba(0, 0, 0, .03)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-color: #FAFCFD;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}

.fc-corner-right .fc-event-inner {
    padding-right: 15px;
}

.btn-select-tick i {
    display: none;
}

.btn-select-tick .btn:hover i {
    opacity: .3;
    display: block;
}

.btn-select-tick .active i {
    display: block;
    opacity: 1 !important;
}

#external-events > li {
    margin: 6px 4px 6px 0;
    display: inline-block;
}

    #external-events > li > :first-child {
        padding: 5px 10px 10px;
        cursor: move;
        display: block;
    }

        #external-events > li > :first-child:after {
            color: #fff;
            color: rgba(255, 255, 255, .7);
            content: attr(data-description);
            font-size: 11px;
            font-weight: 400;
            display: block;
            line-height: 0;
            margin: 7px 0;
            text-transform: lowercase;
        }

.table-wrap {
    overflow: auto;
}

.inbox-body {
    position: relative;
}

    .inbox-body .table-wrap {
        background: #fff;
        padding: 10px 14px 7px;
        position: relative;
        margin-left: 200px;
    }

    .inbox-body.no-content-padding {
        margin-top: 0;
        background: #fff;
    }

.inbox-nav-bar {
    height: 70px;
    margin-bottom: 0;
    padding: 20px 14px;
    background: #fff;
}

    .inbox-nav-bar .page-title {
        display: inline-block;
        margin: 0;
        width: 196px;
        line-height: 33px;
        vertical-align: middle;
    }

.inbox-footer {
    height: 52px;
    padding: 15px 14px 0;
    border-top: 1px solid #CECECE;
    background: #2A2725;
    position: absolute;
    bottom: -53px;
    width: 100%;
}

    .inbox-footer .btn-group,
    .inbox-paging {
        margin-left: 10px;
    }

#inbox-table {
    font-size: 13px;
    border-top: 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

    #inbox-table tbody tr:hover {
        cursor: pointer;
        background: #E4E4E4;
    }

    #inbox-table tr td {
        border-right: 0;
        border-left: 0;
        line-height: 26px;
        padding: 6px 4px 7px !important;
    }

    #inbox-table .inbox-table-icon {
        padding-left: 15px !important;
    }

    #inbox-table tbody tr th {
        overflow: hidden;
    }

    #inbox-table.table tbody > tr > td {
        border-color: #fff !important;
    }

    #inbox-table .checkbox,
    #inbox-table .radio {
        margin-top: -1px;
        margin-bottom: 0;
    }

.inbox-data-attachment,
.inbox-table-icon {
    width: 28px;
    text-align: left;
    padding-left: 12px !important;
    padding-right: 0 !important;
}

.inbox-data-from {
    width: 200px;
}

    .inbox-data-from > :first-child {
        width: 200px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.inbox-data-date {
    width: 80px;
    padding-left: 7px !important;
    padding-right: 0 !important;
}

.inbox-data-message > :first-child {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 27px;
    color: #8A8A8A;
}

    .inbox-data-message > :first-child span {
        color: #111;
    }

        .inbox-data-message > :first-child span.label {
            color: #fff;
        }

    .inbox-data-message > :first-child > :first-child:after {
        content: " - ";
    }

.unread td {
    background: #fff;
}

.unread .inbox-data-date > :first-child,
.unread .inbox-data-from > :first-child,
.unread .inbox-data-message > :first-child > :first-child {
    font-weight: 700;
}

tr.highlight td,
tr.unread.highlight td {
    background: #ffc !important;
    color: #333;
}

.inbox-checkbox-triggered {
    display: inline-block;
}

    .inbox-checkbox-triggered > .btn-group {
        margin-right: 10px;
    }

        .inbox-checkbox-triggered > .btn-group .btn {
            padding-left: 14px;
            padding-right: 14px;
        }

.inbox-side-bar {
    height: 100%;
    position: absolute;
    background: #fff;
    display: block;
    width: 200px;
    padding: 10px 0 10px 14px;
}

    .inbox-side-bar h6 {
        font-weight: 400;
        font-size: 11px;
        display: block;
        padding: 0 15px;
        text-transform: uppercase;
        color: #838383;
    }

        .inbox-side-bar h6 a {
            font-size: 14px;
            margin-top: -2px;
        }

        .inbox-side-bar h6 .tooltip {
            text-transform: none !important;
        }

    .inbox-side-bar > .btn {
        margin-bottom: 35px;
    }

    .inbox-side-bar .input-group {
        margin-bottom: 25px;
    }

#compose-mail-mini {
    margin-left: 4px;
}

.inbox-space {
    display: block;
    width: 185px;
}

    .inbox-space > .progress {
        margin-top: 5px;
    }

.inbox-menu-lg {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

    .inbox-menu-lg li a {
        display: block;
        padding: 6px 15px 7px;
        font-size: 13px;
        color: #333;
    }

    .inbox-menu-lg li {
        display: block;
        width: 100%;
    }

        .inbox-menu-lg li a:hover {
            text-decoration: none;
            background: #fafafa;
        }

        .inbox-menu-lg li.active a {
            font-weight: 700;
            background: #F0F0F0;
            border-bottom: 1px solid #E7E7E7;
            color: #3276b1;
        }

.inbox-menu-sm {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

    .inbox-menu-sm li a {
        display: block;
        padding: 8px 15px 10px;
        font-size: 13px;
        color: #333;
    }

    .inbox-menu-sm li {
        display: block;
        width: 100%;
    }

        .inbox-menu-sm li a:hover {
            text-decoration: none;
            background: #fafafa;
        }

        .inbox-menu-sm li.active a {
            font-weight: 700;
            background: #F0F0F0;
            border-bottom: 1px solid #E7E7E7;
            color: #3276b1;
        }

.email-open-header {
    margin: -10px 0 0 0;
    font-size: 20px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #EBEBEB;
    padding: 15px 3px;
}

    .email-open-header > span {
        font-size: 10px;
        font-weight: 400;
        padding: 3px 5px;
        letter-spacing: normal;
        text-transform: uppercase;
        vertical-align: middle;
        line-height: 33px;
        background: #ACACAC;
    }

.inbox-info-bar {
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
}

    .inbox-info-bar img {
        width: 35px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        margin-left: 2px;
        border-left: 3px solid #fff;
    }

.inbox-download,
.inbox-message {
    padding: 15px 4px;
    border-bottom: 1px solid #DDD;
}

.inbox-download-list {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}

    .inbox-download-list li {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: top;
    }

        .inbox-download-list li > :first-child {
            margin-bottom: 0;
            width: 150px;
            overflow: hidden;
        }

            .inbox-download-list li > :first-child:hover {
                background: #fff;
                border-color: silver;
            }

            .inbox-download-list li > :first-child > :first-child {
                text-align: center;
                display: block;
                color: #D6D6D6;
            }

                .inbox-download-list li > :first-child > :first-child > .fa {
                    font-size: 150px;
                }

                .inbox-download-list li > :first-child > :first-child > img {
                    max-width: 120px;
                }

.inbox-compose-footer {
    padding: 10px;
    background: #F5F5F5;
    border-bottom: 1px solid #A9A9A9;
}

.inbox-compose-footer,
.inbox-download,
.inbox-info-bar,
.inbox-message {
    margin-right: 240px;
    position: relative;
}

.email-infobox {
    display: block;
    width: 180px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
    padding-top: 15px;
    position: absolute;
    top: 65px;
    right: 15px;
}

.inbox-info-bar .form-group {
    margin: 0;
}

    .inbox-info-bar .form-group input,
    .inbox-info-bar .select2-container-multi .select2-choices {
        border-color: #fff !important;
    }

.inbox-info-bar .select2-choices > div {
    display: none;
}

.inbox-info-bar .col-md-1,
.inbox-info-bar .col-md-11 {
    padding-left: 0;
    padding-right: 0;
}

.fileinput {
    padding-top: 3px;
}

.hidden {
    display: none;
}

.inbox-info-bar em {
    position: absolute;
    top: 6px;
    right: 20px;
    text-align: right;
    font-style: normal;
}

.email-reply-text > div {
    border-left: 1px solid #D6D6D6;
    padding-left: 10px;
    margin-left: 50px;
    color: #A9A9A9;
}

.email-reply-text > :first-child {
    padding-left: 45px;
}

@media (max-width:1280px) {
    .inbox-compose-footer,
    .inbox-info-bar,
    .inbox-message {
        margin-right: 0;
    }

    .email-infobox {
        display: none;
    }
}

@media (max-width:1024px) {
    .inbox-side-bar {
        display: none !important;
    }

    .inbox-body .table-wrap {
        margin-left: 0 !important;
    }

    .inbox-info-bar .col-md-1,
    .inbox-info-bar .col-md-11 {
        padding-left: 26px;
        padding-right: 26px;
    }
}

.air {
    position: absolute;
    z-index: 5;
}

.air-bottom {
    bottom: 0;
}

.air-top {
    top: 0;
}

.air-top-right {
    top: 0;
    right: 0;
}

.air-top-left {
    top: 0;
    left: 0;
}

.air-bottom-left {
    bottom: 0;
    left: 0;
}

.air-bottom-right {
    bottom: 0;
    right: 0;
}

.twitter-typeahead .tt-hint,
.twitter-typeahead .tt-query {
    margin-bottom: 0;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2;
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

@media (max-width:979px) {
    .inbox-data-message > :first-child {
        height: 50px;
        overflow: hidden;
    }

    .show-stats .show-stat-buttons > :first-child {
        padding-right: 13px;
    }

    .show-stats .show-stat-buttons > :last-child {
        padding-left: 13px;
    }

    .inbox-checkbox-triggered > .btn-group .btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inbox-body .table-wrap {
        padding: 0 !important;
    }

    .inbox-nav-bar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .inbox-data-message > :first-child > :first-child {
        display: block !important;
        font-size: 14px;
    }

    .inbox-table-icon > :first-child {
        margin-top: 12px;
    }

    #inbox-table .inbox-table-icon {
        padding-left: 10px !important;
    }

    .header-search.pull-right {
        margin-left: 0;
    }

    .visible-tablet {
        display: inline-block !important;
    }

    .display-inline.hidden-tablet,
    .hidden-tablet {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:979px) {
    #main {
        margin-left: 0;
    }

    #left-panel {
        left: -220px;
    }

    .minified #left-panel {
        left: 0;
    }

    #hide-menu > :first-child > a {
        margin-top: 9px;
        width: 40px;
    }

    .btn-header a {
        margin-top: 9px !important;
        width: 40px !important;
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 100%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    .header-search > input[type=text] {
        margin-top: 9px;
    }
}

@media (min-width:768px) and (max-width:880px) {
    #main {
        margin-left: 0;
    }

    #left-panel {
        left: -220px;
    }

    .no-content-padding {
        margin: 0 -14px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    .minified #left-panel {
        left: 0;
    }

    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            height: 18px;
            margin-top: 7px;
        }

    .btn-header.transparent a {
        border: 0 !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    .header-search > input[type=text] {
        margin-top: 9px;
    }
}

@media (max-width:767px) {
    #main {
        margin-left: 0;
    }

    #left-panel {
        left: -220px;
    }

    .show-stat-microcharts > div {
        margin-top: 0 !important;
        border-right: 0 !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header {
        padding-right: 5px;
    }

    #logo {
        margin-left: 4px;
        width: 60px;
    }

    #header > :first-child,
    aside {
        width: 100px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    .minified #left-panel {
        left: 0;
    }

    .btn-header.transparent a {
        border: 0 !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }

    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #hide-menu > :first-child > a {
        width: 35px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            height: 45px;
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    .fixed-navigation #left-panel {
        position: absolute !important;
    }

    .fixed-ribbon #content {
        padding-top: 52px;
    }

    .header-search {
        display: none;
    }

    #search-mobile {
        display: block;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
    }

        .search-mobile .header-search > input[type=text] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px;
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDD;
            right: 44px;
        }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }

    .project-context {
        display: block;
    }

    #divUsersType {
        width: 102px;
        padding-left: 2px;
        text-align: center;
    }

        #divUsersType.project-context > :first-child {
            display: inline-block;
            margin: 0px;
            padding-right: 0px;
            font-size: 10px;
            line-height: 12px;
        }

        #divUsersType.project-context .label {
            white-space: normal;
        }
}

@media only screen and (min-width:0) and (max-width:679px) {
    #main {
        margin-left: 0;
    }

    #left-panel {
        left: -220px;
    }

    .show-stat-microcharts > div {
        margin-top: 0 !important;
        border-right: 0 !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header {
        padding-right: 5px;
    }

    #logo {
        margin-left: 4px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    .minified #left-panel {
        left: 0;
    }

    #header {
        background: #fff;
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5;
    }

        #ribbon .breadcrumb,
        #ribbon .breadcrumb a {
            color: #6D6C6C !important;
        }

            #ribbon .breadcrumb li:last-child,
            #ribbon .breadcrumb > .active {
                color: #333 !important;
            }

    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #hide-menu > :first-child > a {
        width: 50px !important;
        margin-top: 0px !important;
        height: 42px !important;
    }

    #logout > :first-child > a {
        margin-top: 2px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            height: 45px;
        }

    .btn-header.transparent a {
        border: 0 !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    .header-search {
        display: none;
    }

    #search-mobile {
        display: block;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
    }

        .search-mobile .header-search > input[type=text] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px;
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDD;
            right: 44px;
        }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    #main {
        margin-left: 0;
    }

    #left-panel {
        left: -220px;
    }

    .show-stat-microcharts > div {
        margin-top: 0 !important;
        border-right: 0 !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header {
        padding-right: 5px;
    }

    #logo {
        margin-left: 4px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    .minified #left-panel {
        left: 0;
    }

    #header {
        background: #fff;
        height: auto;
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5;
    }

        #ribbon .breadcrumb,
        #ribbon .breadcrumb a {
            color: #6D6C6C !important;
        }

            #ribbon .breadcrumb li:last-child,
            #ribbon .breadcrumb > .active {
                color: #333 !important;
            }

    #logo {
        width: 58px;
    }

    #logo-group {
        width: 32% !important;
        padding-left: 5px;
        border-bottom: 1px solid #e0e0e0; /*Jimeet 2017-16-01*/
    }

    #header_brand_section .project-selector, #main_menu_selected_duration {
        font-size: 12px;
    }

    #header_brand_section s.dropdown-menu {
        left: -63px;
    }

    #sparks {
        text-align: center;
        background: #E0E0E0;
        padding: 10px 0;
        margin-bottom: 15px;
    }

        #sparks li {
            padding: 0 10px 0 20px;
        }

    .project-context {
        display: block !important;
        border-bottom: 1px solid #e0e0e0; /*Jimeet */
    }

    #divUsersType {
        width: 70%;
        padding-right: 0px;
    }

        #divUsersType.project-context .label {
            line-height: 32px !important;
        }

        #divUsersType.project-context > :first-child {
            font-size: 12px;
        }

    .fixed-ribbon #content {
        padding-top: 102px;
    }

    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            height: 18px;
            margin-top: 5px;
            margin-left: -5px;
        }

    .btn-header.transparent a {
        border: 0 !important;
        background: 0 0;
        margin-left: 0;
        width: 25px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }

    #hide-menu > :first-child > a {
        width: 46px !important;
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: inline-block !important;
    }

    .ajax-notifications {
        height: 250px;
    }

    .ajax-dropdown {
        width: 299px;
        height: 320px;
        left: 0;
        top: 49px;
    }

        .ajax-dropdown:before {
            margin-left: -14px;
        }

        .ajax-dropdown:after {
            margin-left: -13px;
        }

    .header-search {
        display: none;
    }

    #search-mobile {
        display: block;
        margin-left: 0;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
    }

        .search-mobile .header-search > input[type=text] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px;
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDD;
            right: 44px;
        }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }

    .jarviswidget header h2 {
        width: 135px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.ui-widget-overlay {
    background: #AAA;
    height: 200%;
    position: fixed;
    top: 0;
    left: 0;
}

.slider {
    margin-top: 0;
    margin-bottom: 30px;
}

    .slider.slider-vertical {
        margin-bottom: 0;
        margin-right: 5px;
    }

.ui-menu {
    width: 155px;
    padding: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, .25);
    box-shadow: 0 2px 4px rgba(30, 30, 100, .25);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    z-index: 1;
}

    .ui-menu .ui-state-disabled {
        margin: .4em 0 .2em !important;
        background: none !important;
        color: #999 !important;
        font-weight: 400 !important;
        cursor: default;
    }

.ui-icon-carat-1-e:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline;
}

.ui-menu .ui-menu-item a .ui-menu-icon {
    width: auto;
    height: auto;
    top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    text-indent: 0;
}

.ui-tabs .ui-tabs-nav li a {
    border-radius: 0;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-bottom: 1px solid #DDD;
    color: #838383;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: 3px;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        font-weight: 700;
        border-top-width: 0 !important;
        margin-top: 1px !important;
        -webkit-box-shadow: 0 -2px 0 #5384af;
        box-shadow: 0 -2px 0 #5384af;
    }

.ui-tabs .ui-tabs-panel {
    border: 1px solid #DDD;
    margin: 0;
    padding: 10px 13px;
    border-top: 0;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 0;
}

.ui-accordion .ui-accordion-header {
    background-color: #FAFAFA;
    font-size: 15px;
    padding: 10px 15px 10px 36px !important;
}

.ui-accordion .ui-accordion-content,
.ui-accordion .ui-accordion-header {
    border-radius: 0;
}

.ui-accordion .ui-accordion-content {
    padding: 15px;
}

.ui-accordion-header-active + .ui-accordion-content {
    border-top: 1px solid #DDD;
}

.ui-accordion .ui-accordion-header {
    margin-top: -2px;
}

.ui-accordion .ui-accordion-header,
.ui-accordion-content {
    border-color: #DDD !important;
}

.ui-accordion-header-icon {
    text-indent: 0 !important;
    background-image: none !important;
    text-align: center;
    line-height: normal;
    left: 12px !important;
    margin-top: -6px !important;
    font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    text-align: center;
    margin-top: 2px;
}

.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
    text-indent: 0 !important;
}

.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.noUi-base {
    width: 100%;
    height: 14px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #bfbfbf;
    z-index: 1;
}

.noUi-origin-lower {
    background: #72a8d7;
}

.noUi-handle {
    background: #858585;
    height: 30px;
    width: 16px;
    border: 1px solid #fff;
    margin: -8px 0 0 -8px;
    cursor: default;
}

    .noUi-handle:hover {
        background: #6c6c6c;
    }

.noUi-active {
    cursor: default;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 1px 1px 1px 0;
    box-shadow: rgba(0, 0, 0, .1) 1px 1px 1px 0;
    background: #686868;
    height: 32px;
    width: 18px;
    margin: -9px 0 0 -8px;
    border: 0;
}

    .noUi-active:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: "";
        display: block;
        height: 100%;
        border: 1px solid #DDD;
    }

.noUi-connect {
    background: #3276b1;
}

.noUi-background {
    background: #E5E5E5;
    border: 0;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.noUi-origin-upper {
    background: inherit !important;
}

.noUi-z-index {
    z-index: 10;
}

.noUi-vertical {
    width: 10px;
    height: 100%;
}

    .noUi-vertical .noUi-origin {
        bottom: 0;
        left: 0;
    }

    .noUi-vertical .noUi-handle {
        margin: -8px 0 0 -3px;
    }

.noUi-target[disabled] .noUi-base {
    background: #999;
}

.noUi-target[disabled] .noUi-connect {
    background: #BBB;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.irs {
    position: relative;
    display: block;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 10%;
}

.irs-line-mid {
    left: 10%;
    width: 80%;
}

.irs-line-right {
    right: 0;
    width: 10%;
}

.irs-diapason {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

    .irs-slider.single {
        left: 10px;
    }

        .irs-slider.single:before {
            position: absolute;
            display: block;
            content: "";
            top: -50%;
            left: -150%;
            width: 400%;
            height: 200%;
            background: rgba(0, 0, 0, 0);
        }

    .irs-slider.from {
        left: 100px;
    }

        .irs-slider.from:before {
            position: absolute;
            display: block;
            content: "";
            top: -50%;
            left: -300%;
            width: 400%;
            height: 200%;
            background: rgba(0, 0, 0, 0);
        }

    .irs-slider.to {
        left: 300px;
    }

        .irs-slider.to:before {
            position: absolute;
            display: block;
            content: "";
            top: -50%;
            left: 0;
            width: 400%;
            height: 200%;
            background: rgba(0, 0, 0, 0);
        }

    .irs-slider.last {
        z-index: 2;
    }

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
}

.irs {
    height: 40px;
}

.irs-with-grid {
    height: 60px;
}

.irs-line {
    height: 8px;
    top: 25px;
    background: #E5E5E5;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 8px;
}

.irs-diapason {
    height: 8px;
    top: 25px;
}

.irs-slider {
    width: 10px;
    height: 22px;
    top: 17px;
    border: 1px solid #fff;
    background: #858585;
}

    .irs-slider:hover {
        background: #6c6c6c;
    }

#irs-active-slider {
    background: #686868;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 1px 1px 1px 0;
    box-shadow: rgba(0, 0, 0, .3) 1px 1px 1px 0;
    width: 12px;
    height: 24px;
    top: 16px;
}

.irs-max,
.irs-min {
    color: #999;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, .1);
    border-radius: 0;
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc;
}

.irs-from,
.irs-single,
.irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .4);
    border-radius: 0;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}

.irs-grid-text {
    color: #99a4ac;
}

.irs-diapason {
    background: #3276b1;
}

.display-image {
    margin-top: -60px;
    margin-right: 20px;
}

.terms-body {
    max-height: 400px;
    overflow: auto;
}

#login {
    background: #fff;
    overflow: visible;
}

    #login .container {
        border: 0;
    }

    #login #header {
        margin: 0;
        height: 71px;
        border-bottom: 1px solid #e5e5e5 !important;
        overflow: hidden;
        padding: 0 30px;
        -webkit-background-clip: padding-box;
        border-width: 0;
        min-height: 28px;
        background: #f1f1f1 !important;
        margin-bottom: 20px;
    }

        #login #header #logo {
            margin-top: 22px;
            margin-left: 0;
        }

            #login #header #logo img {
                width: 137px;
            }

#login-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 71px;
}

    #login-header-space > :first-child {
        font-size: 13px;
        margin-right: 14px;
        vertical-align: -3px;
        font-weight: 400;
    }

    #login-header-space .btn {
        font-weight: 700;
        text-transform: uppercase;
    }

    #login-header-space > * {
        display: inline-block;
    }

#login #main {
    background: #fff;
    margin: 0;
}

#login .hero {
    background-image: url(../img/gradient/login.png);
    background-repeat: no-repeat;
    background-position: 0 137px;
    height: 300px;
    width: 100%;
    float: left;
}

#login h4.paragraph-header {
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
    width: 270px;
}

#login h5.about-heading {
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 5px;
}

#login .login-header-big {
    font-weight: 400;
}

#login .login-desc-box-l {
    min-height: 350px;
    width: 50%;
}

#login .login-app-icons {
    vertical-align: top;
    margin-top: 90px;
    width: 300px;
}

@media (min-width:768px) and (max-width:880px) {
    #login #header {
        padding: 0 5px !important;
    }
}

@media only screen and (min-width:0) and (max-width:679px) {
    #login #header {
        padding: 0 5px !important;
    }

        #login #header #logo img {
            width: 135px;
        }

        #login #header #logo {
            margin-top: 22px;
        }
}

.ui-spinner-input {
    margin: 0 !important;
    height: 30px;
    padding: 6px 24px 6px 12px;
}

    .ui-spinner-input.spinner-left {
        padding: 6px 12px 6px 24px;
    }

.ui-spinner {
    width: 100%;
}

.ui-spinner-input.spinner-left + .ui-spinner-button,
.ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button {
    right: auto;
    left: 0;
}

.ui-spinner-down,
.ui-spinner-up {
    background: #739e73;
    border-radius: 0;
}

    .ui-spinner-up:active,
    .ui-spinner-up:focus,
    .ui-spinner-up:hover {
        background: #5b835b;
    }

    .ui-spinner-down:active,
    .ui-spinner-down:focus,
    .ui-spinner-down:hover {
        background: #77021d;
    }

.ui-spinner-down {
    background: #c2032f;
}

    .ui-spinner-down:before,
    .ui-spinner-up:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        color: #fff;
        font-size: 14px;
        margin-top: 1px;
    }

    .ui-spinner-down:before {
        content: "\f068";
    }

    .ui-spinner-down > :first-child,
    .ui-spinner-up > :first-child {
        display: none;
    }

.ui-spinner-button {
    width: 19px;
}

.ui-widget-content .ui-icon {
    background: none !important;
}

.ui-spinner-input.spinner-both {
    padding: 6px 30px;
}

    .ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
        left: 0;
        right: auto;
    }

    .ui-spinner-input.spinner-both + .ui-spinner-button,
    .ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
        height: 30px;
        width: 25px;
    }

    .ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before,
    .ui-spinner-input.spinner-both + .ui-spinner-up:before {
        margin-top: 8px;
    }

.ui-dialog {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
}

.widget-header > :first-child {
    margin: 13px 0;
}

.ui-widget-overlay {
    z-index: 999;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0 10px;
    background: #fff;
    border-bottom-color: #e5e5e5;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -16px;
    margin-right: 4px;
}

.ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 .4em 0 0;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 13px;
    padding: 19px 15px 20px;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}

.google_maps {
    width: 100%;
    height: 350px;
    position: relative;
}

    .google_maps * {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
    }

    .google_maps img {
        max-width: none;
    }

.header-btn {
    margin-top: 5px;
}

.editable-address {
    display: block;
    margin-bottom: 5px;
}

    .editable-address span {
        width: 70px;
        display: inline-block;
    }

.tree {
    min-height: 20px;
    border-radius: 4px;
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        position: relative;
    }

    .tree ul ul li:hover {
        background: rgba(0, 0, 0, .015);
    }

    .tree li:after,
    .tree li:before {
        content: '';
        left: -20px;
        position: absolute;
        right: auto;
    }

    .tree li:before {
        border-left: 1px solid #999;
        bottom: 50px;
        height: 100%;
        top: -11px;
        width: 1px;
        -webkit-transition: "border-color 0.1s ease 0.1s";
        transition: "border-color 0.1s ease 0.1s";
    }

    .tree li:after {
        border-top: 1px solid #999;
        height: 20px;
        top: 18px;
        width: 25px;
    }

    .tree li span {
        border: 1px solid #999;
        background-color: white;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
        -webkit-transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
        transition: color .2s ease .1s, background-color .2s ease .1s, border-color .3s ease .2s;
    }

    .tree li.parent_li > span {
        cursor: pointer;
        padding: 7px;
    }

    .tree > ul > li::after,
    .tree > ul > li:before {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover,
    .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000;
    }

    .tree > ul {
        padding-left: 0;
    }

    .tree ul ul {
        padding-left: 34px;
        padding-top: 10px;
    }

    .tree li.parent_li > span:hover {
        background-color: #DF8505;
        border: 1px solid #C67605;
        color: #fff;
    }

        .tree li.parent_li > span:hover + ul li::before {
            border-left-color: #F89406;
        }

        .tree li.parent_li > span:hover + ul li::after {
            border-top-color: #F89406;
        }

        .tree li.parent_li > span:hover + ul li span {
            background: #FDDFB3 !important;
            border: 1px solid #FAA937;
            color: #000;
        }

.select2-container {
    background-color: white;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .select2-container .select2-choice {
        display: block;
        height: 30px;
        padding: 0 0 0 8px;
        overflow: hidden;
        position: relative;
        border: 1px solid #BDBDBD;
        white-space: nowrap;
        line-height: 31px;
        color: #444;
        text-decoration: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
    }

    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #5D98CC;
    }

    .select2-container .select2-choice span {
        margin-right: 28px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .select2-container .select2-choice abbr {
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 26px;
        top: 8px;
        font-size: 1px;
        text-decoration: none;
        border: 0;
        background: url(../img/select2.png) right top no-repeat;
        cursor: pointer;
        outline: 0;
    }

        .select2-container .select2-choice abbr:hover {
            background-position: right -11px;
            cursor: pointer;
        }

.select2-drop-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #5D98CC;
    border-top: 0;
    border-bottom-width: 3px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

    .select2-drop.select2-drop-above {
        margin-top: 1px;
        border-top: 1px solid #5D98CC;
        border-top-width: 3px;
        border-bottom: 0;
        -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    }

.select2-choices > div,
.select2-container .select2-choice div {
    display: block;
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    border-left: 1px solid #CCC;
    color: #494949;
    -webkit-background-clip: padding-box;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center; /*background-color: #EEE;*/
}

    .select2-container .select2-choice div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../img/select2.png) no-repeat 0 1px;
    }

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search-hidden {
    display: block;
    position: absolute;
    left: -10000px;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 29px;
    padding: 6px 20px 5px 10px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url(../img/select2.png) no-repeat 100% 4px;
    background: url(../img/select2.png) no-repeat 100% 4px, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background: url(../img/select2.png) no-repeat 100% 4px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/select2.png) no-repeat 100% 4px, -webkit-gradient(linear, top left, bottom left, from(#fff), to(#eee));
    background: url(../img/select2.png) no-repeat 100% 4px, -webkit-linear-gradient(top, #fff 85%, #eee 99%);
    background: url(../img/select2.png) no-repeat 100% 4px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url(../img/select2-spinner.gif) no-repeat 100%;
    background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, top left, bottom left, from(#fff), to(#eee));
    background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(top, #fff 85%, #eee 99%);
    background: url(../img/select2-spinner.gif) no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background-color: #fff;
}

    .select2-dropdown-open .select2-choice div,
    .select2-dropdown-open .select2-choices > div {
        background: 0 0;
        border-left: 0;
        -webkit-filter: none;
        filter: none;
    }

        .select2-dropdown-open .select2-choice div b {
            background-position: -18px 1px;
        }

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding: 0;
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px;
        }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: 700;
        }

    .select2-results .select2-result-label {
        padding: 3px 7px 4px;
        margin: 0;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .select2-results .select2-highlighted {
        background: #3276b1;
        color: #fff;
    }

    .select2-results li em {
        background: #feffde;
        font-style: normal;
    }

    .select2-results .select2-highlighted em {
        background: 0 0;
    }

    .select2-results .select2-highlighted ul {
        background: #fff;
        color: #000;
    }

    .select2-results .select2-no-results,
    .select2-results .select2-searching,
    .select2-results .select2-selection-limit {
        background: #f4f4f4;
        display: list-item;
    }

    .select2-results .select2-disabled.select2-highlighted {
        color: #666;
        background: #f4f4f4;
        display: list-item;
        cursor: default;
    }

    .select2-results .select2-disabled {
        background: #f4f4f4;
        display: list-item;
        cursor: default;
    }

    .select2-results .select2-selected {
        display: none;
    }

.select2-more-results.select2-active {
    background: #f4f4f4 url(../img/select2-spinner.gif) no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice div {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #BDBDBD;
    cursor: text;
    overflow: hidden;
}

.select2-locked {
    padding: 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 30px;
    padding-right: 28px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        background: transparent !important;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url(../img/select2-spinner.gif) no-repeat 100% !important;
        }

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 1px 28px 1px 8px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: 1px solid #285E8E;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3276b1;
}

    .select2-container-multi .select2-choices .select2-search-choice span {
        cursor: default;
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #285E8E;
}

.select2-search-choice-close {
    display: block;
    min-width: 12px;
    min-height: 13px;
    position: absolute;
    right: 3px;
    top: 3px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 12px;
    text-decoration: none !important;
}

.select2-container-multi .select2-search-choice-close {
    display: block;
    top: 0;
    right: 0;
    padding: 3px 4px 3px 6px;
}

    .select2-container-multi .select2-search-choice-close:hover {
        background: rgba(0, 0, 0, .3);
    }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4;
        color: gray;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
        }

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen {
    position: absolute;
    left: -10000px;
}

@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 input,
    .select2-search-choice-close {
        background-image: url(select2x2.png) !important;
        background-repeat: no-repeat !important;
        -webkit-background-size: 60px 40px !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.text-align-center,
.text-center {
    text-align: center !important;
}

.text-align-left,
.text-left {
    text-align: left !important;
}

.text-align-right,
.text-right {
    text-align: right !important;
}

.semi-bold {
    font-weight: 400 !important;
}

.ultra-light {
    font-weight: 300 !important;
}

.font-xs {
    font-size: 85% !important;
}

.font-sm {
    font-size: 95% !important;
}

.font-md {
    font-size: 130% !important;
}

.font-lg {
    font-size: 160% !important;
}

.font-xl {
    font-size: 200% !important;
}

.font-400 {
    font-size: 400% !important;
}

.center-canvas,
.center-child-canvas > canvas {
    display: block !important;
    margin: 0 auto !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.no-border,
.well[class*=" bg-"].no-border {
    border-width: 0 !important;
}

.no-border-transparent {
    border-color: transparent !important;
}

.no-border-radius {
    border-radius: 0;
}

.display-inline {
    display: inline-block !important;
}

.display-normal {
    display: inline !important;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    background: #292929;
    padding: 4px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #CCC;
}

    .jvectormap-zoomin:hover,
    .jvectormap-zoomout:hover {
        background: #ebebeb;
        border-color: #adadad;
    }

.jvectormap-zoomin {
    top: 0;
}

.jvectormap-zoomout {
    top: 24px;
}

.vector-map {
    height: 300px;
    width: 100%;
    padding: 10px;
}

#heat-fill {
    display: block;
    position: relative;
    margin-bottom: 20px;
    background: #333;
    height: 7px;
    width: 200px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC);
}

.fill-a,
.fill-b {
    width: 20px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    background: #fff;
    padding-right: 4px;
    position: absolute;
    left: 0;
    margin-top: -7px;
    font-weight: 700;
}

.fill-b {
    text-align: left;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 60px;
    padding-left: 4px;
    padding-right: 0;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .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;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #CCC;
    background: #FAFAFA;
}

.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 10px;
    line-height: 22px !important;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

    .dd-item > button:before {
        content: '\f055';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #2A89C9;
    }

    .dd-item > button[data-action=collapse]:before {
        content: '\f056';
        color: #a90329;
    }

.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    }

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    padding: 5px;
}

@media only screen and (min-width:700px) {
    .dd {
        float: left;
        width: 100%;
    }

        .dd + .dd {
            margin-left: 2%;
        }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 6px 10px 8px 40px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #fafafa;
}

    .dd3-content:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 38px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0, #bbb 100%);
    background: -webkit-gradient(linear, top left, bottom left, from(#ddd), to(#bbb));
    background: linear-gradient(top, #ddd 0, #bbb 100%);
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 8px 15px;
}

    .dd3-handle:before {
        content: '\f0c9';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #818181;
        font-weight: 400;
        line-height: 28px;
    }

    .dd3-handle:hover:before {
        color: #C27616;
    }

.dd-handle:hover,
.dd-handle:hover + .dd-list .dd-handle {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #333 !important;
}

.dd-handle > span {
    font-size: 13px;
    color: #777;
}

.dd-dragel > .dd-item > .dd-handle {
    border-left-width: 4px;
}

.dd-dragel > li.dd-item.dd3-item {
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 999;
}

.cke_top {
    background: rgba(248, 248, 248, .9) !important;
    background-image: none !important;
}

.search-results {
    padding: 18px 5px;
}

    .search-results + .search-results {
        border-top: 1px dashed #E3E3E3;
    }

    .search-results > :first-child {
        margin-bottom: 4px;
        font-weight: 400;
    }

        .search-results > :first-child a {
            text-decoration: underline;
        }

    .search-results .url {
        font-style: normal;
        font-size: 14px;
    }

    .search-results img {
        display: inline-block;
        margin-top: 4px;
        margin-right: 4px;
        width: 80px;
    }

    .search-results > div {
        display: inline-block;
        vertical-align: top;
    }

    .search-results .note {
        margin: 0;
        line-height: normal;
    }

        .search-results .note a {
            text-decoration: none !important;
            color: #333;
        }

            .search-results .note a:hover {
                color: #ed1c24;
            }

.profile-pic {
    text-align: right;
}

    .profile-pic > img {
        border-radius: 0;
        position: relative;
        border: 5px solid #fff;
        top: -30px;
        display: inline-block;
        text-align: right;
        z-index: 4;
        width: 120px;
        margin-bottom: -30px;
    }

.profile-carousel .carousel-inner {
    max-height: 150px;
}

.friends-list li {
    margin-bottom: 10px;
}

.friends-list img {
    width: 35px;
    border: 1px solid #fff;
    outline: 1px solid #CFCFCF;
}

nav > ul > li > a:hover i { /*-webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}

.open > .dropdown-menu {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.active + .ajax-dropdown {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.checkbox input[type=checkbox].checkbox + span,
.checkbox-inline input[type=checkbox].checkbox + span,
.radio input[type=radio].radiobox + span,
.radiobox-inline input[type=radio].radiobox + span {
    margin-left: -20px;
}

.form-inline .checkbox input[type=checkbox].checkbox + span,
.form-inline .radiobox input[type=radio].radiobox + span {
    margin-left: 0;
}

.form-inline .checkbox,
.form-inline .radiobox {
    padding-left: 0;
}

input[type=checkbox].checkbox + span,
label input[type=radio].radiobox + span {
    vertical-align: middle;
    line-height: 20px;
}

    input[type=checkbox].checkbox + span,
    input[type=checkbox].checkbox + span:after,
    input[type=checkbox].checkbox + span:before,
    input[type=radio].radiobox + span,
    input[type=radio].radiobox + span:after,
    input[type=radio].radiobox + span:before {
        box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
    }

input[type=checkbox].checkbox,
input[type=radio].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}

label input[type=checkbox].checkbox + span,
label input[type=radio].radiobox + span {
    position: relative;
    z-index: 19;
    display: inline-block;
    margin: 0;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 5px;
}

    label input[type=checkbox].checkbox + span:hover,
    label input[type=radio].radiobox + span:hover {
        cursor: pointer;
    }

    label input[type=checkbox].checkbox + span:before,
    label input[type=radio].radiobox + span:before {
        font-family: FontAwesome;
        font-size: 12px;
        border-radius: 0;
        content: "\a0";
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 1px;
        height: 12px;
        line-height: 12px;
        min-width: 12px;
        margin-right: 5px;
        border: 1px solid #CCC;
        background-color: #FAFAFA;
        font-weight: 400;
        margin-top: -1px;
    }

    label input[type=radio].radiobox + span:before {
        content: "\a0";
        border-radius: 50%;
        -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(255, 255, 255, .2);
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(255, 255, 255, .2);
    }

label input[type=radio].radiobox:checked + span {
    font-weight: 700;
}

    label input[type=radio].radiobox:checked + span:before {
        content: "\f111";
        color: #2E7BCC;
    }

label input[type=radio].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329;
}

label input[type=radio].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe;
    font-size: 9px;
}

label input[type=radio].radiobox.style-2:checked + span {
    font-weight: 400;
}

label input[type=radio].radiobox.style-1 + span:before {
    font-size: 9px;
    background: #fff;
    text-shadow: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 1px;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
}

label input[type=radio].radiobox.style-1:checked + span:before {
    font-size: 10px;
    color: #333;
    border-color: #333;
    background: #fff;
}

label input[type=radio].radiobox.style-1:checked + span {
    font-weight: 400;
}

label:hover input[type=radio].radiobox + span:before,
label:hover input[type=radio].radiobox:checked + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC;
}

label:hover input[type=radio].radiobox.style-3 + span:before,
label:hover input[type=radio].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329;
}

label:hover input[type=radio].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe;
}

label:hover input[type=radio].radiobox.style-1 + span:before,
label:hover input[type=radio].radiobox.style-1:checked + span:before {
    color: #333;
    border-color: #333;
    background: #fff;
}

label:active input[type=radio].radiobox + span:before {
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
}

label input[type=radio][disabled].radiobox + span,
label input[type=radio][disabled].radiobox:checked + span,
label:hover input[type=radio][disabled].radiobox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed;
}

    label input[type=radio][disabled].radiobox:checked + span:before {
        content: "\f111";
    }

    label input[type=radio][disabled].radiobox + span:before,
    label input[type=radio][disabled].radiobox:checked + span:before,
    label:active input[type=radio][disabled].radiobox:checked + span:before,
    label:hover input[type=radio][disabled].radiobox:checked + span:before {
        background: #eee !important;
        border-color: #CCC !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #A7A7A7;
    }

label input[type=checkbox].checkbox + span:before {
    content: "\a0";
}

label input[type=checkbox].checkbox:checked + span:before {
    content: "\f00c";
}

label input[type=checkbox].checkbox:checked + span {
    font-weight: 700;
}

    label input[type=checkbox].checkbox:checked + span:before {
        color: #2E7BCC;
    }

label input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #fff;
    border-color: #a90329;
    background: #a90329;
}

label input[type=checkbox].checkbox.style-2 + span:before {
    background: 0 0;
    border-color: #c1c1c1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label input[type=checkbox].checkbox.style-2:checked + span:before {
    content: "\f00c";
    color: #66665e;
    border-color: #4d90fe;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff;
}

label input[type=checkbox].checkbox.style-2:checked + span {
    font-weight: 400;
}

label input[type=checkbox].checkbox.style-1 + span:before {
    color: #333;
    background: #fff;
    text-shadow: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 1px;
    height: 12px;
    line-height: 13px;
    min-width: 12px;
}

label input[type=checkbox].checkbox.style-1:checked + span:before {
    color: #333;
    border-color: #333;
}

label input[type=checkbox].checkbox.style-1:checked + span {
    font-weight: 400;
}

label:active input[type=checkbox].checkbox + span:before {
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
}

label:hover input[type=checkbox].checkbox + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC;
}

label:hover input[type=checkbox].checkbox.style-3 + span:before {
    color: #fff;
    border-color: #A90327;
}

label:hover input[type=checkbox].checkbox.style-2 + span:before {
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(255, 255, 255, .2);
}

label:hover input[type=checkbox].checkbox.style-2:checked + span:before {
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
}

label:hover input[type=checkbox].checkbox.style-1 + span:before {
    border-color: #333;
}

label:active input[type=checkbox].checkbox:checked + span:before {
    color: #fff;
    background: #2E7BCC;
    border-color: #2E7BCC;
}

label:active input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #a90329;
    background: #fff;
    border-color: #a90329;
}

label:active input[type=checkbox].checkbox.style-2 + span:before,
label:active input[type=checkbox].checkbox.style-2:checked + span:before {
    color: #66665e;
    background: 0 0;
    border-color: #c1c1c1;
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
}

label:active input[type=checkbox].checkbox.style-1:checked + span:before {
    color: #fff;
    background: #333;
    border-color: #333;
}

label input[type=checkbox][disabled].checkbox + span,
label input[type=checkbox][disabled].checkbox:checked + span,
label:hover input[type=checkbox][disabled].checkbox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed;
}

    label input[type=checkbox][disabled].checkbox:checked + span:before {
        content: "\f00c";
    }

label input[type=checkbox][disabled].checkbox.style-2:checked + span:before {
    content: "\f00c";
}

label input[type=checkbox][disabled].checkbox + span:before,
label input[type=checkbox][disabled].checkbox:checked + span:before,
label:active input[type=checkbox][disabled].checkbox:checked + span:before,
label:hover input[type=checkbox][disabled].checkbox:checked + span:before {
    background: #eee !important;
    border-color: #CCC !important;
    -webkit-box-shadow: none;
    color: #A7A7A7;
    box-shadow: none !important;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #3276b1;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 63px;
    right: 40px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li > label.multiselect-group {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li > a > label {
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: 400;
        }

            .multiselect-container > li > a > label.checkbox,
            .multiselect-container > li > a > label.radio {
                margin: 0;
            }

            .multiselect-container > li > a > label > input[type=checkbox] {
                margin-bottom: 5px;
            }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.error-box {
    max-width: 900px;
    margin: 0 auto;
}

.error-text {
    font-weight: 400;
    color: #fff;
    letter-spacing: -4px;
    font-size: 700%;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.error-search {
    width: 300px;
    margin: 0 auto 20px;
}

.error-icon-shadow {
    text-shadow: 0 1px 0 #803838, 0 2px 0 #a85d5d, 0 3px 0 #b86565, 0 4px 0 #d86f6f, 0 5px 0 #b3a5a5, 0 6px 1px rgba(131, 51, 51, .1), 0 0 5px rgba(102, 30, 30, .1), 0 1px 3px rgba(95, 15, 15, .3), 0 3px 5px rgba(100, 23, 23, .2), 0 5px 10px rgba(114, 30, 30, .25), 0 10px 10px rgba(94, 15, 15, .2), 0 20px 20px rgba(121, 38, 38, .15);
}

.hover-transparent {
    opacity: .5;
}

    .hover-transparent:hover {
        opacity: 1;
    }

.bordered {
    border: 1px solid rgba(0, 0, 0, .2);
}

    .bordered:hover {
        border: 1px solid rgba(0, 0, 0, .4);
    }

.cursor-pointer {
    cursor: pointer;
}

.dd-item:hover {
    cursor: pointer;
}

.chat-list-body-table {
    width: 100%;
}

    .chat-list-body-table tr td {
        padding-bottom: 15px;
    }

        .chat-list-body-table tr td label {
            font-size: 12px;
            color: #888;
        }

.chart-tooltip-right {
    width: 150px;
    padding: 3px;
    background-color: #000000;
    position: relative;
}

    .chart-tooltip-right:after {
        content: "";
        border-color: transparent transparent transparent #000000;
        border-style: solid;
        border-width: 5px;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 15px;
        left: 150px;
    }

.chart-tooltip-left {
    width: 150px;
    padding: 3px;
    background-color: #000000;
    position: relative;
}

    .chart-tooltip-left:after {
        content: "";
        border-color: transparent #000000 transparent transparent;
        border-style: solid;
        border-width: 5px;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 15px;
        left: -10px;
    }

.sorting-buttons .sorting {
    background: url(../img/sort_both.png) no-repeat center right;
    padding-right: 20px;
}

.sorting-buttons .sorting-asc {
    background: url(../img/sort_asc.png) no-repeat center right;
    padding-right: 20px;
}

.sorting-buttons .sorting-desc {
    background: url(../img/sort_desc.png) no-repeat center right;
    padding-right: 20px;
}

.scrollable-x {
    overflow-x: auto;
}

.scrollable-y {
    overflow-y: auto;
}

.highlight {
    background-color: rgb(255,251,162);
}

.tagcloud-item {
    color: gray;
}

    .tagcloud-item:hover {
        color: black;
    }

.competition_table_cell:hover {
    cursor: pointer;
    font-weight: bolder;
}

.disabled_brand {
    cursor: default;
}

.smart-timeline {
    position: relative;
}

.smart-timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .smart-timeline-list:after {
        content: " ";
        background-color: #eee;
        position: absolute;
        display: block;
        width: 2px;
        top: 0;
        margin-left: 75px;
        bottom: 0;
        z-index: 1;
    }

#TagcloudData .smart-timeline-list li.TicketTag {
    position: relative;
    margin: 0;
    padding: 15px 0;
}

    #TagcloudData .smart-timeline-list li.TicketTag.active {
        background-color: #f2f7fb;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 5px;
    }

.smart-timeline-list li {
    position: relative;
    margin: 0;
    padding: 15px 0;
}

    .smart-timeline-list li.active {
        background-color: #f2f7fb;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 5px;
    }
/*.smart-timeline-list>li:hover{background-color:#f4f4f4}
.smart-timeline-hover li:hover{background-color:#f9f9f9}*/
.smart-timeline-icon {
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-left: 60px;
    top: 16px;
    z-index: 100;
    padding: 2px;
}

    .smart-timeline-icon > img {
        height: 32px !important;
        width: 32px !important;
        max-width: 100% !important;
        max-height: 100%;
        border-radius: 50%;
        margin-top: -2px;
        margin-left: -2px;
    }
.TicketsListing .smart-timeline-icon > img {
    max-width: none;
}

        .smart-timeline-time {
            float: left;
            width: 60px;
            text-align: center;
        }

    .smart-timeline-time > small {
        font-style: italic;
    }

.smart-timeline-content {
    margin-left: 110px;
    background-color: white;
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .smart-timeline-content:before {
        content: "";
        display: block;
        position: absolute;
        left: 106px;
        top: 27px;
        width: 8px;
        height: 8px;
        border: 1px solid #ddd;
        border-width: 1px 0 0 1px;
        /*background-color: #fff;*/
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.TicketsListing .smart-timeline-content:not(.read-ticket):before,
.TicketsListing .smart-timeline-content.read-ticket:not(.read-ticket):after {
    background-color: #fff;
}

.poll_endtime {
    font-weight: 800;
    color: #333;
}

.poll_option .radio {
    cursor: not-allowed !important;
}

    .poll_option .radio input, .poll_option .radio label {
        pointer-events: none;
        cursor: not-allowed;
    }

.timeline-positive {
    background-color: #008800;
    position: absolute;
    display: block;
    width: 4px;
    top: 40px;
    bottom: -18px;
    margin-left: 75px;
    z-index: 1;
    position: absolute;
    width: 2px;
    z-index: 100;
}

.timeline-negative {
    background-color: #C11b17;
    position: absolute;
    display: block;
    width: 4px;
    top: 40px;
    bottom: -18px;
    margin-left: 75px;
    z-index: 1;
    position: absolute;
    width: 2px;
    z-index: 100;
}

.timeline-neutral {
    background-color: #FFAA00;
    position: absolute;
    display: block;
    width: 4px;
    top: 40px;
    bottom: -18px;
    margin-left: 75px;
    z-index: 1;
    position: absolute;
    width: 2px;
    z-index: 100;
}

.timeline-multiple {
    background-color: #4d62fa;
    position: absolute;
    display: block;
    width: 4px;
    top: 40px;
    bottom: -18px;
    margin-left: 75px;
    z-index: 1;
    position: absolute;
    width: 2px;
    z-index: 100;
}

.min-block {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    padding-right: 5px;
    color: #FFF; /*float: right;*/
    display: inline-flex;
    font-size: 17px;
    margin-right: 4px;
    font-weight: normal !important;
}

.min-block-inner {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    display: block;
    font-size: 17px;
    margin: -4px -6px;
}

.min-block-pop {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    padding-right: 5px;
    color: #FFF;
    float: right;
    font-size: 17px;
    height: 26px;
    margin-top: 3px;
    display: inline-flex;
    line-height: 1;
    font-weight: normal !important;
}

.min-block-inner-pop {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    display: block;
    font-size: 17px;
    margin: -4px -6px;
    line-height: 1;
}

.bg-color-silver {
    background-color: #cccccc;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 10px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
}

.jarviswidget-color-axis > header {
    background: #AE275F;
    color: #FFF;
}
/* for toggle twitter replys*/
.chatcontent-open {
    height: 260px;
}

#mentiondetails {
}

    #mentiondetails ul {
        padding: 0px;
        margin: 0px;
    }

    #mentiondetails li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        #mentiondetails li .smart-timeline-icon {
            margin-left: 0px;
        }

        #mentiondetails li .smart-timeline-content {
            margin-left: 40px;
            width: 650px;
        }

            #mentiondetails li .smart-timeline-content:before {
                left: 36px;
            }

            #mentiondetails li .smart-timeline-content p.content {
                padding: 5px 0px;
            }

#indmentionid, .label.ongoingcaseid {
    display: inline-block;
    color: #fff;
    padding: 0px 5px;
}

.indmentiontime {
    padding: 0px 5px;
}

#popup_tag_new fieldset {
    padding-top: 10px;
}

#mentiondetails .indtitle {
    padding: 5px 0px;
}

#mentiondetails .inddescription {
    padding-bottom: 20px;
    word-break: break-word;
}

#drpbreaktype {
    margin-top: 10px;
}

#TATActionbtn {
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#OnGoingCaseIDSection {
    padding-top: 3px;
    padding-bottom: 3px;
}

.TaskAssign {
    margin-bottom: 2px;
    display: inline-block;
    padding: 5px 5px;
    background-color: #57889c;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#spanCaseID {
    display: none;
}

.padTB5 {
    padding: 5px 5px;
}

.rplied {
    font-size: 11px;
    background-color: #D2D2D2;
    border: 1px solid #D4D4D4;
    padding: 5px 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

    .rplied .rpname {
        font-weight: bold;
    }

.agentname {
    font-size: 11px;
    padding: 5px 5px;
    text-decoration: underline;
}

    .agentname .rpname {
        font-weight: bold;
        text-decoration: underline;
    }

.rplycnt {
    font-size: 11px;
    background-color: #F1EFEF;
    border: 1px solid #DCDCDC;
    border-top: 0px solid;
}

.count:hover {
    cursor: pointer;
}

.closedsa_csdmsg {
    font-weight: bold;
}

.communicationLog {
    height: 100px;
    overflow-y: scroll;
    margin-top: 10px;
    display: none;
}

    .communicationLog .agentname {
        margin: 0px;
    }

    .communicationLog .closuretype {
        text-align: right;
        background: #F9F9F9;
        border: 1px solid #E2E2E2;
        font-size: 11px;
    }

        .communicationLog .closuretype span {
            font-weight: bold;
        }

    .communicationLog .rplycnt {
        margin: 0px;
    }

#tbl_tatusers_tat a:hover {
    cursor: pointer;
}

#notificationdiv.onoffswitch, #Channelnotificationdiv.onoffswitch, #emaildiv.onoffswitch, #enableworkinghourstatdiv.onoffswitch {
    position: relative;
    width: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: -8px;
}

#notificationdiv .onoffswitch-checkbox, #Channelnotificationdiv .onoffswitch-checkbox, #emaildiv .onoffswitch-checkbox, #enableworkinghourstatdiv .onoffswitch-checkbox {
    display: none;
}

#notificationdiv .onoffswitch-label, #Channelnotificationdiv .onoffswitch-label, #emaildiv .onoffswitch-label, #enableworkinghourstatdiv .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
    margin-bottom: 0px;
}

#notificationdiv .onoffswitch-inner, #Channelnotificationdiv .onoffswitch-inner, #emaildiv .onoffswitch-inner, #enableworkinghourstatdiv .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    #notificationdiv .onoffswitch-inner:before, .onoffswitch-inner:after, #Channelnotificationdiv .onoffswitch-inner:before, .onoffswitch-inner:after, #emaildiv .onoffswitch-inner:before, .onoffswitch-inner:after, #enableworkinghourstatdiv .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    #notificationdiv .onoffswitch-inner:before, #Channelnotificationdiv .onoffswitch-inner:before, #emaildiv .onoffswitch-inner:before, #enableworkinghourstatdiv .onoffswitch-inner:before {
        content: "ON";
        padding-left: 5px;
        background-color: #707070;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#777),to(#666));
        background-image: -webkit-linear-gradient(top,#777,#666);
        background-image: -webkit-gradient(linear,top left,bottom left,from(#777),to(#666));
        background-image: linear-gradient(to bottom,#777,#666);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
        color: #fff;
    }

    #notificationdiv .onoffswitch-inner:after, #Channelnotificationdiv .onoffswitch-inner:after, #emaildiv .onoffswitch-inner:after, #enableworkinghourstatdiv .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 5px;
        background-color: #707070;
        text-shadow: 0 0px 0 #fff;
        color: #fff;
        text-align: right;
    }

#notificationdiv .onoffswitch-switch, #Channelnotificationdiv .onoffswitch-switch, #emaildiv .onoffswitch-switch, #enableworkinghourstatdiv .onoffswitch-switch {
    display: block;
    width: 10px;
    margin: 5px;
    height: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

#notificationdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner,
#Channelnotificationdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner,
#emaildiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner,
#enableworkinghourstatdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

#notificationdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch, #Channelnotificationdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch,
#emaildiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch, #enableworkinghourstatdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

    #notificationdiv .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
    #notificationdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before,
    #Channelnotificationdiv .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
    #Channelnotificationdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before,
    #emaildiv .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
    #emaildiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before,
    #enableworkinghourstatdiv .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
    #enableworkinghourstatdiv .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
        line-height: 11px;
        font-size: 8px;
    }

#newdivDeleteContent label span {
    position: relative;
    top: -3px;
    left: 5px;
}

#popup_delete .modal-body {
    padding: 0px 20px;
}

#popup_delete .modal-footer {
    padding: 5px;
}

#ui-id-2 {
    position: absolute;
    z-index: 10001;
}

#UserBrandConfigContainer div {
    margin: 10px 0px;
}

.srStatusSuccess {
    background: green;
    display: inline-block;
    padding: 6px;
    top: -6px;
    position: relative;
    right: -8px;
    color: #fff;
    float: right;
}

.srStatusFail {
    background: red;
    display: inline-block;
    padding: 6px;
    top: -6px;
    position: relative;
    right: -8px;
    color: #fff;
    float: right;
}

.srStatusProgress {
    background: #C79121;
    display: inline-block;
    padding: 6px;
    top: -6px;
    position: relative;
    right: -8px;
    color: #fff;
    float: right;
}

.srdetailsTable tr td {
    padding: 5px 5px;
}

.srdetailsTable {
    margin-top: 5px;
}

#divSrHistory .smart-timeline-content p.srp {
}

.sovTagContianer {
    display: none;
}

.genericwrpopup .modal-title {
    font-size: 18px;
}

.genericwrpopup .modal-header {
    padding: 5px;
}

.genericwrpopup .modal-body {
    padding: 10px;
}

.sovTagContianer .loadingCnt {
    margin: 0px 10px;
}

#CaseSearchHeader .overviewBlocks .well[class*=" bg-"], #CaseSearchHeader .overviewBlocks .well[class^=bg-] {
    border: 0px solid;
}

#RDCSRCnt .radio {
    display: inline-block;
}

    #RDCSRCnt .radio + .radio {
        margin: 0px;
    }

.btn-FTR {
    color: #fff !important;
    background: #6e9adc !important;
}

#RDCSRCnt .radio, #RDCFTRCnt .radio {
    display: inline-block;
}

    #RDCSRCnt .radio + .radio, #RDCFTRCnt .radio + .radio {
        margin: 0px;
    }

#SrCreationPopup .modal-footer {
    padding: 10px;
}

#sectagccategory_new {
    margin-bottom: 2px;
}

#modalConfirmYesNo .modal-popup {
    margin-top: 15%;
    width: 30%;
}

    #modalConfirmYesNo .modal-popup .modal-header {
        background-color: #435667;
    }

    #modalConfirmYesNo .modal-popup .modal-body {
        border: 1px dotted;
        margin: 4%;
    }

    #modalConfirmYesNo .modal-popup .modal-footer {
        padding-top: 0px;
        border-top: none;
    }

#modalConfirmYesNo .colorwhite {
    color: #fff;
}
/*only screen and (max-width: 479px) and (min-width: 320px)*/
@media only screen and (max-width: 425px) and (min-width: 376px) {
    #logo-group {
        width: 53% !important;
    }
}

@media only screen and (max-width: 555px) and (min-width: 424px) {
    #logo-group {
        width: 43% !important;
    }

    #header {
        height: auto;
    }

    #divmainAssigntoUsers {
        padding-right: 54px;
    }

    #divUsersType {
        width: 79%;
        padding-right: 0px;
    }

    #divmaintaskAssigntoUsers {
        padding-right: 54px;
    }
}

@media (min-width: 768px) {
    #header > :first-child {
        width: 100px;
    }

    #logo {
        width: 54px;
    }

    .project-context {
        padding: 7px 11px 0;
    }

    #divUsersType .label {
        line-height: 32px;
        font-size: 12px;
    }
}
/*header > .pull-right{
    border-bottom:1px solid #e0e0e0;
}*/
@media (min-width: 992px) {
    #logo {
        width: 160px;
    }

    #header > :first-child {
        width: 220px;
    }
}

.smart-form .tooltip.in {
    opacity: .9;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}
/*.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}*/
#divsocialbuzzdatapriority .smart-timeline-content {
    border-top: 3px solid #fb7c7c;
}

.isprioritbadge {
    background-color: #f15e5e !important;
}

.notification_btns_row tr td:nth-child(3) {
    text-align: right;
}

.custom_checkbox {
    position: relative;
}

    .custom_checkbox input[type=checkbox] {
        visibility: hidden;
    }

    .custom_checkbox label {
        cursor: pointer;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 2.5px;
        background: #fff;
        left: 0;
        border: 1px solid #000;
    }

        .custom_checkbox label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 3px;
            left: 2px;
            border: 2px solid #000;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
        }

    .custom_checkbox input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .custom_checkbox p {
        position: absolute;
        top: 0px;
        left: 20px;
        font-size: 12px;
        top: 2px;
        margin-bottom: 0;
    }

.commonmsg_Modal .modal-dialog {
    width: 375px;
    margin-top: 75px;
}

.commonmsg_Modal .tick_icon {
    color: #fff;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    border-radius: 100%;
    font-size: 36px;
    text-align: center;
    margin-top: -66px;
}

#success_message_modal .tick_icon {
    background: #71C341;
}

#failed_message_modal .tick_icon {
    background: #E66454;
}

.commonmsg_Modal--custom .tick_icon,
#confirm_message_modal_NonActionable .tick_icon,
#BrandNotAssignedModal .tick_icon, #warning_message_modal .tick_icon, #confirm_message_modal .tick_icon,
.commonmsg_Modal.warning_message_modal .tick_icon {
    background: #EFAD4D;
}

#warning_message_modal .tick_icon, #confirm_message_modal_new .tick_icon {
    background: #EFAD4D;
}

#notification_message_modal .tick_icon {
    background: #EFAD4D;
}

.commonmsg_Modal p {
    margin: 25px 0px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    word-break: break-word;
}

.commonmsg_Modal .failed_close.mr-2 {
    margin-right: 15px;
}

.commonmsg_Modal p.mb-0 {
    margin-bottom: 0;
}

.commonmsg_Modal p.my-1 {
    margin: 10px 0;
}

.commonmsg_Modal p.mt-0 {
    margin-top: 0;
}

.commonmsg_Modal_close {
    display: block;
    margin: auto;
    width: 90%;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    .commonmsg_Modal_close:hover {
        text-decoration: none;
        color: #fff;
    }

.bg__grey {
    background: var(--backgroundcolor);
}

.sucess_close, .confirm_yes {
    background: #71C341;
}

    .sucess_close:hover, .confirm_yes:hover {
        background: #4c981f;
    }

.failed_close, .confirm_no {
    background: #E66454;
}

    .failed_close:hover, .confirm_no:hover {
        background: #b13e2f;
    }

.warning_close {
    background: #EFAD4D;
}

    .warning_close:hover {
        background: #EFAD4D;
    }



.commonmsg_Modal--custom .commonmsg_Modal_close,
#confirm_message_modal .commonmsg_Modal_close {
    width: calc(50% - 2.5px);
    display: inline-block;
    vertical-align: top;
}

#confirm_message_modal_new .commonmsg_Modal_close {
    width: calc(50% - 2.5px);
    display: inline-block;
    vertical-align: top;
}

.confirm_yes {
    margin-right: 2.5px;
}

.confirm_no {
    margin-left: 2.5px;
}

.post_card {
    padding: 10px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
}

    .post_card p {
        word-break: break-word;
    }

.user_img {
    display: inline-block;
    vertical-align: top;
    width: 44px!important;
}

    .user_img img {
        width: 100%;
        border-radius: 100%;
        height: 40px;
    }


.post__header--profile .user_info {
    flex: 1;
}

.user_info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 44px);
    padding-left: 5px;
    padding-top: 2px;
    box-sizing: border-box;
}

    .user_info p {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

        .user_info p i {
            padding-right: 5px;
        }

.smart-timeline-content .user_info {
    width: calc(100% - 291px);
}

.user_stats {
    padding: 5px 0px 10px;
}

    .user_stats p {
        display: inline-block;
        width: 33%;
        vertical-align: top;
        margin: 0 -1px 5px;
    }

        .user_stats p i {
            padding-right: 5px;
            font-size: 13px;
            display: inline-block;
            width: 20px;
            text-align: center;
        }

.post_list {
    margin: 0;
    padding: 5px 0px;
}

    .post_list li {
        list-style: none;
    }

.socialchannel {
    position: absolute;
    top: -10px;
    right: 0;
    padding-right: 10px;
    width: calc(100% - 45px);
    text-align: right;
}

    .socialchannel span {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 100%;
    }

        .socialchannel span i {
            color: #fff;
            font-size: 12px;
        }

.channel_block {
    display: inline-block;
    vertical-align: top;
}

.channel_twitter {
    background: #1DA1F2;
}

.channel_facebook {
    background: #4867AA;
}

.channel_instagram {
    background: #E95950;
}

/*.channel_youtube {
    background: #D92524;
}*/

.channel_linkedin {
    background: #007BB6;
}

.is_verfied {
    background: url("../images/twitter_verified.png") center center no-repeat;
    padding: 0 10px;
    background-size: 13px;
}

.is_verified {
    background: url("../images/twitter_verified.png") center center no-repeat;
    padding: 0 10px;
    background-size: 13px;
}

.klout_score {
    margin-left: 3px;
    padding-left: 20px;
    background: url('../images/klout.png') center left no-repeat;
    background-size: auto 11px;
    font-size: 13px;
}

.image_media {
    width: 100%;
}

.fine_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.top_count {
    padding: 5px 10px;
}

    .top_count p {
        color: #969696;
        margin-bottom: 0;
    }

    .top_count span {
        font-size: 20px;
        color: #738de4;
    }

.common_one_well {
    margin-bottom: 6px;
}

.title_block {
    padding: 5px 13px 15px;
    font-weight: 800;
    font-size: 14px;
}

.new_data_table thead tr {
    background: none !important;
}

.new_data_table th {
    border-top: 0 !important;
    color: #989696;
    font-weight: 400;
}

.new_data_table th, .new_data_table td {
    padding: 15px 0px;
}

.new_data_table thead td {
    border-top: 3px solid #DDD;
}

.common_tooltip {
    padding: 0px 5px;
}

.dataTableCommon .dt-toolbar {
    width: 400px;
    position: absolute;
    right: 0px;
    top: 5px;
}

.dataTableCommon .dataTables_filter .input-group-addon {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 32px;
    padding-top: 8px;
}

.dataTableCommon .dataTables_filter .form-control {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin-left: -3px;
}

.dataTableCommon .dt-toolbar .col-sm-6:first-child {
    width: 328px;
}

.dataTableCommon .dt-toolbar .col-sm-6:nth-child(2) {
    width: 60px;
}

.dataTableCommon .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px;
}

.dataTableCommon .dataTables_wrapper .dataTables_info {
    padding-top: 18px;
}

.custom_scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

.custom_scrollbar::-webkit-scrollbar {
    width: 5px !important;
    background-color: transparent;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(100, 100, 100);
}

#top_bar_preloader {
    position: fixed;
    width: 100%;
    height: 6px;
    left: 0;
    top: 0px;
    z-index: 999999999;
    opacity: 1;
    display: none;
}

    #top_bar_preloader div {
        background: linear-gradient(273deg, #7e53a2, #d53074, #efc931, #1d9e53, #74bae8, #7e53a2, #d53074, #efc931, #1d9e53, #74bae8, #7e53a2, #d53074, #efc931, #1d9e53, #74bae8 );
        -webkit-animation: AnimationName 12s ease infinite;
        -moz-animation: AnimationName 12s ease infinite;
        animation: AnimationName 12s ease infinite;
        background-size: 1000% 1000%;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.Custom_accordian {
    margin-bottom: 1px;
    width: 100%;
    border: 1px solid #72a6b6;
}

.Custom_accordian_head {
    padding: 5px;
    background: #72a6b6;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 100%;
}

    .Custom_accordian_head:hover, .Custom_accordian.active .Custom_accordian_head {
        background: #72a6b6;
    }

.Custom_accordian.active .Custom_accordian_head {
    pointer-events: none;
}

.Custom_accordian_head span {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}

.Custom_accordian_body .totalMentionsDiv {
    text-transform: capitalize;
    color: #365366;
    font-weight: 800;
    margin: 5px 0px;
    border-top: 1px dotted #D9E5ED;
    padding-top: 10px;
}

    .Custom_accordian_body .totalMentionsDiv span {
        color: #1C8BF9;
    }

.Custom_accordian_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 3px;
    right: 5px;
    z-index: 2;
}

    .Custom_accordian_close:before, .Custom_accordian_close:after {
        content: '';
        width: 10px;
        height: 2px;
        background: #fff;
        left: 0;
        top: 12px;
        display: block;
        position: absolute;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

    .Custom_accordian_close:before {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }

    .Custom_accordian_close:after {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

.Custom_accordian_body {
    padding: 10px;
    background: #fff;
    display: none;
}

.Custom_accordian.active .Custom_accordian_close:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.CountWithTrends div span i {
    padding: 0px 2px 0 8px;
    display: none;
}

.CountWithTrends div span sup {
    display: none;
}

.arrow_up .fa-long-arrow-up, .arrow_down .fa-long-arrow-down {
    display: inline-block !important;
}

.arrow_up sup {
    color: #aee256;
    font-size: 12px;
    top: auto;
    display: inline-block !important;
    margin-left: 5px;
}

.arrow_down sup {
    color: red;
    font-size: 12px;
    top: auto;
    display: inline-block !important;
    margin-left: 5px;
}

    .arrow_down sup span, .arrow_up sup span {
        font-size: 100% !important;
    }

.arrow_up sup span {
    color: #aee256 !important;
}

.arrow_down sup span {
    color: red !important;
}

.loginstatus {
    display: inline-block;
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f21a1a;
    margin-top: 5px;
    border: 1px solid #000;
}

.span_logout {
    background: #e42d2d;
}

.span_break {
    background: #f28d11;
}

.span_login {
    background: #0dbf2c;
}

.custom_panel_header {
    background: #739E73;
    padding: 10px;
}

.custom_panel p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}

.green_dot {
    background: green;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.red_dot {
    background: red;
}

.scheduler_btns .btn {
    margin-right: 5px;
}

.popup_link a:first-child {
    margin-right: 20px;
}

a {
    cursor: pointer;
}

.UpdateMarkInfluencerBtn {
    margin-left: -3px;
}

.CopyOrMoveBtn {
    margin-left: 4px;
    margin-right: 1px;
}

.delete-information {
    margin-left: 1px;
}

#idRetweetacc li {
    float: none;
    list-style: none;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px 26px;
}

.user_statistics {
    padding: 5px 0px 10px;
}

    .user_statistics p {
        float: left;
        padding-right: 5px;
    }

.modal {
    overflow-y: auto;
}

.ispromoted-label {
    font-size: 11px;
    color: #8a8a8a;
}

.lmodal {
    height: 540px;
    padding-top: 10px;
}

    .lmodal form fieldset {
        height: 480px;
        overflow-y: scroll;
    }

.common_header_modal .modal-header {
    background: #85C3A7;
    color: #fff;
    padding: 8px 15px;
    min-height: 35px;
}

.common_header_modal .modal-footer {
    padding: 8px 15px;
}

.common_header_modal .jarviswidget-ctrls .button-icon {
    line-height: 20px;
    height: 20px;
    border: 0;
}

.report_name {
    width: 30%;
}

.report_brandname {
    width: 20%;
}

.report_reportwise, .report_frequency, .start_date {
    width: 12%;
}

.last_report {
    width: 15%;
}

.InfluencerCategory {
    border-radius: 3px !important;
    color: #fff !important;
    border: 0 !important;
    background: #4078a9 !important;
    font-weight: 800 !important;
    font-size: 13px !important;
}

.newDataTable .dataTables_wrapper {
    margin-top: 45px;
}

.newDataTable div.dataTables_filter {
    left: 0px;
}

.newDataTable div.dataTables_length {
    right: 0px;
}

.newDataTable div.dataTables_filter input {
    padding: 3px 8px;
    margin-left: 8px;
}

.newDataTable .dataTables_info {
    color: #666;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin-bottom: 20px !important;
}

.newDataTable .dataTables_wrapper table.table {
    margin-bottom: 5px;
}

.newDataTable .dataTables_paginate {
    display: inline-block;
    width: calc(100% - 200px);
    text-align: right;
    vertical-align: middle;
    margin-bottom: 20px !important;
}

    .newDataTable .dataTables_paginate a {
        border: 1px solid #b9b9b9;
        padding: 7px 14px;
        display: inline-block;
        background: #fff;
        margin: 0 -1px;
    }

        .newDataTable .dataTables_paginate a.disabled {
            background: #b9b9b9;
            pointer-events: none;
        }

        .newDataTable .dataTables_paginate a.current {
            background: #3276B1;
            color: #fff;
            border-color: #3276B1;
        }

.newDataTable .dataTable th {
    padding-right: 8px !important;
    padding-left: 20px !important;
    background-position: left !important;
}

.btn-primary {
    background-color: #3FA9F5;
    border-color: #3FA9F5;
}

.commonmsg_Modal {
    z-index: 5000 !important;
}

#DateRangeInfo {
    display: none;
    color: #e5bd46;
    margin-top: 5px;
}
/* summary Tagcloud*/
.SummaryTagcloudChannelsSideBar {
    width: 300px;
}

    .SummaryTagcloudChannelsSideBar .FilterOption {
        margin-bottom: 20px;
    }

#TCChannelDropdownBtn {
    width: 184px;
}

#TCSentimentsDropdownBtn {
    width: 184px;
}

#TCSentimentsDropdown {
    width: 208px;
}
/*Language Translation*/
.languageTranslationHeader {
    display: flex;
    margin: 10px 0 0 0;
    background-color: #f1f2f2;
}

    .languageTranslationHeader .sourceLanguage .dropdown span {
        font-weight: 600;
        margin-left: 10px;
    }

    .languageTranslationHeader .sourceLanguage .dropdown select, .languageTranslationHeader .destinationLanguage .dropdown select {
        height: 30px;
        border: none;
        padding-left: 7px;
        color: #777777;
        background-color: #e4e4e4;
        width: 110px;
    }

    .languageTranslationHeader .destinationLanguage .dropdown span {
        font-weight: 600;
        padding-top: 6px;
    }

    .languageTranslationHeader .translateBtn button {
        background-color: #50a2e8 !important;
        border: none !important;
    }

.languageTranslationBody {
    background-color: #f2f2f261;
    padding: 10px;
}

.languageTranslationHeader .sourceLanguage .dropdown select option {
    background-color: white;
}

.languageTranslationHeader .sourceLanguage {
    margin-right: 10px;
}
/*switchBtn*/
.enable_queuing label.titlePins {
    margin: 0;
    color: #fff;
    height: 19px;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    top: 7px;
    text-transform: uppercase;
}

.enable_queuing .switchBtn {
    margin-left: 85px;
}

.switchBtn {
    position: relative;
    display: inline-block;
    width: 40px;
    margin-top: 5px;
    margin-bottom: 0;
    height: 20px;
}

    .switchBtn input {
        display: none;
    }

.checkboxBtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .checkboxBtn:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        top: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

#DivInfluencerData_Popup .InfluencerCategoryHeader {
    margin-bottom: 21px;
}

.switchBtn input:checked + .checkboxBtn {
    background-color: #8CC63E;
}

.switchBtn input:focus + .checkboxBtn {
    box-shadow: 0 0 1px #8CC63E;
}

.switchBtn input:checked + .checkboxBtn:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
/* Rounded checkboxBtns */
.checkboxBtn.round {
    border-radius: 34px;
}

    .checkboxBtn.round:before {
        border-radius: 50%;
    }

.cls-1 {
    fill: #d7dadb !important;
    stroke: unset !important;
}
/*hover effect samuel*/
/*#left_menu_response li > a {
    display:block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
    #left_menu_response li > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    #left_menu_response li > a:hover, #left_menu_response li > a:focus, #left_menu_response li > a:active {
        color: white;
    }
        #left_menu_response li > a:hover:before, #left_menu_response li > a:focus:before, #left_menu_response li > a:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }*/
#left_menu li ul .active {
    background-color: #101f26;
}

#left_menu li.active.open {
    background-color: #405B70;
}

#ribbon .breadcrumb li:before {
    color: #808080;
}

#left_menu .active, #left_menu .open {
    background-color: rgba(53, 152, 219, 0.15);
}

#left_menu li:hover a i img {
    filter: brightness(1);
}

#left_menu li.active a i img {
    filter: brightness(1);
}

#notificationdiv {
    margin-right: 5px;
    margin-top: -2px;
}

#enableworkinghourstatdiv {
    margin-right: 5px;
    margin-top: -2px;
}
/*instagram insight samuel*/
/*
.Whitebox .CountyBox {
    display: flex;
    margin-bottom: 15px;
}
.Whitebox .CountyBox .CountyBoxImgDiv img {
    width: 150px;
    height: 150px
}
.CountyBoxContent {
    color:#666666;
    margin-left:10px
}
.CountyBoxContent .CountyBoxHeader {
    display: flex;
    justify-content: space-between;
}
    .CountyBoxContent .CountyBoxHeader p:first-child {
      font-size:18px
    }
.Whitebox .overviewBlocks {
   display:flex;
   justify-content:space-between;
}
.Whitebox .overviewBlocks .bg-color-wightBox {
    width: 160px
}
.CountyBoxHeaderTimedate .fa {
    color: #ff6b6b
}
    .Whitebox .overviewBlocks .totleBoxBorder .IconBox {
        background-color: #ff6b6b;
    }
    .Whitebox .overviewBlocks .totleBoxBorder {
        background: rgba(255, 107, 107, 0.2);
    }
    .Whitebox .overviewBlocks .incomingBoxBorder .IconBox {
        background-color: #aee357;
    }
    .Whitebox .overviewBlocks .incomingBoxBorder {
        background-color: rgba(174, 227, 87, .2);
    }
    .Whitebox .overviewBlocks .OutGoingBoxBorder .IconBox {
        background-color: #4dd0e2;
    }
    .Whitebox .overviewBlocks .OutGoingBoxBorder {
        background-color: rgba(77, 208, 226, .2);
    }*/
/*samuel category mapping*/
.form-CategoryMap .m-t-20 .ui-sortable .panel-inverse .nav-pills {
    border-bottom: 1px solid #e4e3e3;
}

.Configure_categoriesShowHideTab .active a {
    background-color: #3fa9f5 !important;
}

.Configure_categoriesLegend {
    /*background: #f1f2f2;
    padding: 8px;
    margin: 25px 0 10px;*/
    border-bottom: none;
}

.Configure_categoriesFieldsetLabel {
    margin-bottom: 10px;
}

.Configure_categoriesFieldset .bg-silver-lighter .btn-danger {
    background: #ff6b6b;
    border: none;
}

    .Configure_categoriesFieldset .bg-silver-lighter .btn-danger:hover {
        background: #dc4c4c;
    }

.Configure_categoriesFieldset .bg-silver-lighter .btn-primary:hover {
    border: none;
    background-color: #3394e6;
}

.Configure_categoriesFieldset .bg-silver-lighter .btn-primary {
    border: none;
}

#divEmailAddContactsForm .ui-accordion .ui-accordion-header {
    background: #3598db;
    color: #fff;
}
/* account not configured css*/
#NoAccountConfigured P {
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}

.EmailAddContactMain {
    margin: -14px;
    padding: 14px;
    background: #fff;
}
/*commom Save and back button header Etc*/
.CommonForAllBack {
    color: #fff;
    background: #ff5562;
    border: none;
}

.CommonForAllActive {
    color: #fff;
    background: #8cc63e;
    border: none;
}

    .CommonForAllActive:hover, .CommonForAllActive:focus, .CommonForAllActive:active {
        background: rgba(140, 198, 62, .8);
        color: #fff;
    }

.CommonForAllBack:hover, .CommonForAllBack:focus, .CommonForAllBack:active {
    background: #f57882;
    color: #fff;
}

.CommonForAllSave {
    border: none;
    background: #3598db;
    box-shadow: none;
    color: #fff;
}

    .CommonForAllSave:hover, .CommonForAllSave:active, .CommonForAllSave:focus {
        background-color: #5ca8dc !important;
        color: #fff;
    }

.commonHeaderForAll {
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
    border-bottom: none;
}

.CommonMarginZero {
    margin: 0;
}

.CommonMarginBottom {
    margin-bottom: 15px;
}

.CommonPaddingZero {
    padding: 0;
}
/*common input effect*/
.lableblue {
    position: relative;
}

    .lableblue input {
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .lableblue label {
        position: absolute;
        top: 9px;
        font-size: 13px;
        left: 0;
        color: #999;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .lableblue input:focus {
        outline: 0;
        background: white;
    }

        .lableblue input[data-empty="false"] + label, .lableblue input:valid + label, .lableblue input:focus + label {
            color: #999;
            font-size: 10px;
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
        }

.NoDataFound {
    background-image: url(/images/ChannelIcons/NoDataFound.svg);
    min-height: 100px;
    overflow: hidden;
    text-indent: -100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center;
    opacity: 0.5;
}

.NodataFoundMainDiv {
    background-color: #fff;
    height: 300px;
}

.CommonPaddingRightZero {
    padding-right: 0;
}

.CommonPaddingLeftZero {
    padding-left: 0;
}

.CommonD_flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.CommonJ_Content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*commmon checkbox*/
/*.CommonCheckBoxForAll [type="checkbox"]:not(:checked),
.CommonCheckBoxForAll [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
    .CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label,
    .CommonCheckBoxForAll [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }
        .CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label:before,
        .CommonCheckBoxForAll [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #aaa;
            background: transparent;
            border-radius: 3px;
        }
.CommonCheckBoxForAll a:hover {
    text-decoration: none
}
.CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label:after,
.CommonCheckBoxForAll [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 13px;
    color: #3598db;
    transition: all .2s;
}
.CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); 
}
.CommonCheckBoxForAll [type="checkbox"]:checked + label:after {
    opacity: 1; 
    transform: scale(1); 
}
.CheckboxPara {
    margin: 0
}*/
/*common checkbox*/
.CommonCheckBoxForAll [type="checkbox"]:not(:checked),
.CommonCheckBoxForAll [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
    /* Prepare the label */
    .CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label,
    .CommonCheckBoxForAll [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }
        /* Checkboxes aspect */
        /* :before is for the box */
        .CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label:before,
        .CommonCheckBoxForAll [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            width: 15px;
            height: 15px;
            border: 1px solid #8098a0;
            background: transparent;
            border-radius: 2px;
        }
        /* Check symbol aspect */
        .CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label:after,
        .CommonCheckBoxForAll [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: -2px;
            left: 2px;
            font-size: 13px;
            color: #3598db;
            transition: all .2s; /* animation incoming :p */
        }
        /* if "not checked" */
        .CommonCheckBoxForAll [type="checkbox"]:not(:checked) + label:after {
            opacity: 0; /* invisible */
            transform: scale(0); /* scaled down to 0 */
        }
        /* If "checked" */
        .CommonCheckBoxForAll [type="checkbox"]:checked + label:after {
            opacity: 1; /* visible */
            transform: scale(1); /* scaled up to normal */
        }

        .CommonCheckBoxForAll [type="checkbox"]:checked + label:before {
            background: #3fa9f5;
            border: none;
        }

        .CommonCheckBoxForAll [type="checkbox"]:checked + label:after {
            color: #fff;
        }
/*common radio button*/
.CommonCustomRadioButton input[type="radio"] {
    display: none;
}
    /*.CommonCustomRadioButton input[type="radio"] + label {
            color: #3598DB;
        }*/
    .CommonCustomRadioButton input[type="radio"] + label span {
        box-shadow: 0 0 0 2px #cccccc;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: -1px 7px 0 0;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 50%;
    }

    .CommonCustomRadioButton input[type="radio"] + label span {
        border: 2px solid #ffffff;
        background-color: #ffffff;
    }

    .CommonCustomRadioButton input[type="radio"]:checked + label span {
        background-color: #3598DB;
    }
/*Common Animation For All*/
.profile_circle {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 5px;
    border: 3px dashed #fff;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: rotateClockwiseAnimation 10s linear infinite;
    -moz-animation: rotateClockwiseAnimation 10s linear infinite;
    -o-animation: rotateClockwiseAnimation 10s linear infinite;
    animation: rotateClockwiseAnimation 10s linear infinite;
}

.ImageAction {
    padding: 8px;
}

.CurrentSelected .profile_circle {
    opacity: 1;
}

@-webkit-keyframes rotateClockwiseAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotateClockwiseAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotateClockwiseAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateClockwiseAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div#divallpager_BrandPoststable {
    float: none !important;
    margin: 0;
    text-align: right;
    width: 100%;
}

    div#divallpager_BrandPoststable ul.pagination {
        margin: 0;
    }

.EMK_ContactCommonTable div.dataTables_paginate {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.dataTables_wrapper div.dataTables_paginate a.paginate_button.disabled {
    background-color: #ddd !important;
    cursor: default;
    color: #ccc;
}

.dataTables_wrapper div.dataTables_paginate a.paginate_button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd !important;
    cursor: pointer !important;
}

    .dataTables_wrapper div.dataTables_paginate a.paginate_button.disabled:hover,
    .dataTables_wrapper div.dataTables_paginate a.paginate_button.disabled {
        color: #b9bec3 !important;
        background-color: #fff !important;
        cursor: default;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background: linear-gradient(to bottom, #3598DB 0%, #3598DB 100%) !important;
    background: -webkit-linear-gradient(top, #3598DB 0%, #3598DB 100%);
    background: -moz-linear-gradient(top, #3598DB 0%, #3598DB 100%);
    background: -ms-linear-gradient(top, #3598DB 0%, #3598DB 100%);
    background: -o-linear-gradient(top, #3598DB 0%, #3598DB 100%);
}

}

.dataTables_wrapper:before, .dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.755em;
    float: left;
    clear: both;
}

.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    float: right;
}

.bg_blur {
    filter: grayscale(100%) blur(3px);
    user-select: none;
}

.del_mention:after {
    content: 'This Mention Was Deleted';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e0ecec52;
    text-align: center;
    padding: 10%;
    font-size: 17px;
    color: #535858;
    font-weight: bold;
    filter: blur;
    border: 1px solid #d3d6d6;
}

.DeletedMentionDisable {
    background: #dddddd5e;
    pointer-events: none;
    opacity: 0.5;
}

.DeletedMentionPill {
    color: #fff;
    padding: 2px 5px;
    background: #ff5722;
    border-radius: 5px;
    font-weight: 600;
    position: absolute;
    right: 240px;
}

.chkNonActionableTicketTicket, .chkTicket {
    position: absolute;
    opacity: 0;
    z-index: 12;
    top: 4px;
    left: 16px;
    cursor: pointer;
}

.checkbox__mask {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    left: 0;
    border: 1px solid #000;
    z-index: 10;
    vertical-align: middle;
}

    .checkbox__mask:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 8px;
        height: 5px;
        background: transparent;
        top: 3px;
        left: 3px;
        border: 2px solid #000;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

.chkNonActionableTicketTicket:checked ~ .checkbox__mask:after,
.chkTicket:checked ~ .checkbox__mask:after {
    opacity: 1;
}

.link-video-play-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    text-decoration: none;
}

.video-play-button {
    background-image: url(../images/ChannelIcons/play-button.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 65px;
    height: 72px;
    margin: -36px 0 0 -36px;
    position: absolute;
    width: 72px;
}

.mediapostimg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
    height: 114px;
    width: 100%;
}

.mediapostimg_new {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
    height: 114px;
    width: 100%;
    text-align: center;
}
.mediapostimg_link-expire {
    background-color: #f4f6f9;
}
    .mediapostimg_new img {
        max-width: 100%;
        max-height: 114px;
    }

.no-media {
    width: 100%;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center;
    margin: 0;
}

    .no-media .broken-image {
        max-width: 50px;
        display: inline-block;
    }

.no-media-text {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.6);
    max-width: 150px;
    margin: 0 auto;
}

table.scroll tbody,
table.scroll thead tr {
    display: block;
}

table.scroll tbody {
    max-height: 269px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0;
}

    table.scroll tbody td,
    table.scroll thead th {
        width: 102px;
    }

thead tr th {
    height: 30px;
    line-height: 30px; /*text-align: left;*/
}

.NoAccountConfigured {
    background-image: url(/images/ChannelIcons/NoAccountConfigured.svg);
    min-height: 100px;
    overflow: hidden; /*text-indent: -100%;*/
    width: 100%;
    height: 96%;
    background-repeat: no-repeat;
    background-size: 17%;
    background-position: center;
    opacity: 0.5;
}

.colored__green {
    color: #00DA00;
}

}
/* Common block */
.block__header-title {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    margin-bottom: 6px;
}

.block__body-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.block__body {
    margin: 15px 0;
}

.block__header-subtitle {
    color: #969696;
    margin-bottom: 0;
}

.custom-search .input-group-addon {
    background: white !important;
}

.custom-search .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.custom-search button {
    border: 0;
    background: transparent;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.colored__red,
.fa-trash-o:hover {
    color: red;
}

.text-regular {
    color: #333;
}

.btn {
    box-shadow: none;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center
}

.block {
    background: #fff;
    padding: 15px;
}
/* Common Table */
.locobuzz_table thead tr {
    background: #eaf1f4;
}

table.locobuzz_table thead th {
    padding: 12px;
    border: 1px solid #bad2d8 !important;
    border-top: 1px solid #bad2d8;
}

table.locobuzz_table td {
    padding: 12px !important;
    border: 1px solid #bad2d8 !important;
}

table.locobuzz_table tr:hover td {
    background: #ebf2f480;
}

table.locobuzz_table th {
    height: auto;
}

table.locobuzz_table-head-fixed th {
    background-color: #eaf1f4 !important;
    position: sticky;
    top: -1px;
    z-index: 1;
}

.locobuzz_table--striped > tbody > tr > td,
.locobuzz_table--striped > thead > tr > th {
    border-left: none !important;
    border-right: none !important;
}

.locobuzz_table--striped > tbody > tr:nth-child(even) > td,
.locobuzz_table--striped > tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

#divUserName {
    display: flex;
    align-items: center;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}

    #divUserName .profile-img {
        width: 30px;
        margin-right: 8px;
    }

    #divUserName span.userName {
        display: block;
        align-items: center;
        font-size: 12px;
        line-height: 12px;
    }

        #divUserName span.userName .Currentname {
            display: block;
            width: 100%;
            font-weight: 700;
            color: #73726c;
        }

#LogoutMultipleUsersPopup .modal-body {
    padding: 30px !important;
}

    #LogoutMultipleUsersPopup .modal-body .text-center img {
        vertical-align: middle;
        padding-bottom: 10px;
    }

    #LogoutMultipleUsersPopup .modal-body .text-center h4 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #LogoutMultipleUsersPopup .modal-body p {
        text-align: justify;
        text-align-last: center;
        font-family: Roboto;
    }

        #LogoutMultipleUsersPopup .modal-body p a {
            color: #1c8bf9;
        }

.ui-widget-overlay {
    z-index: 99999;
    opacity: .5;
    background: #1d1a1a87;
}

#LogoutMultipleUsersPopup {
    z-index: 99999;
}

.ui-dialog.ui-widget.ui-widget-content {
    z-index: 999999;
}

.NoDataFoundSelectedDuration {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
/*css for notification popup*/
.notification_seeall {
    background: #eaf1f4;
    padding: 10px;
    border-top: 2px solid #d9e5ed;
}

    .notification_seeall p {
        color: #1c8bf9;
        margin-bottom: 0;
        font-weight: 600;
    }

.notimodal {
    top: 19px !important; /*right: -225px;*/
}

    .notimodal a:hover {
        text-decoration: none;
    }

    .notimodal .modal-dialog {
        width: 400px;
        position: absolute;
        right: 10px;
    }

    .notimodal .modal-content {
        border: 0;
        border-radius: 5px;
    }

    .notimodal .modal-body {
        padding-bottom: 0;
        padding-top: 10px;
    }

.whatnewheading {
    background: #eaf1f4;
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 2px solid #d9e5ed;
}

    .whatnewheading h3 {
        font-size: 14px;
        color: #002a3d;
        margin: 0;
        font-weight: 600;
    }

        .whatnewheading h3 span.fl {
            float: right;
            color: #1c8bf9;
        }

.pop_notificationbox ul {
    list-style-type: none;
    padding-left: 0;
    overflow-x: hidden;
    height: auto;
    max-height: 270px;
}

    .pop_notificationbox ul li {
        padding: 10px 0;
        border-bottom: 1px solid #d9e5ed;
        transition: all 0.3s ease;
    }

        .pop_notificationbox ul li:hover {
            background: #eaf1f4;
        }

        .pop_notificationbox ul li:last-child {
            margin-bottom: 0px !important;
            border-bottom: 0px !important;
        }

        .pop_notificationbox ul li img {
            width: 100%;
        }

        .pop_notificationbox ul li a.notificationheading {
            font-size: 14px;
            color: #002a3d;
            font-weight: 600;
            display: block;
        }

            .pop_notificationbox ul li a.notificationheading:hover {
                text-decoration: none;
            }

        .pop_notificationbox ul li p {
            font-size: 12px;
            color: #869dad;
            margin-bottom: 0;
        }

        .pop_notificationbox ul li .rm {
            color: #1c8bf9;
            font-weight: 600;
        }

.height100 {
    height: 100%;
}

.transparen {
    cursor: pointer;
}

.noti_icons {
    position: relative;
}

.IframeModalHeight {
    height: calc(70vh + 4px);
}

.noti_cont {
    position: absolute;
    top: -6px;
    right: -9px;
    transform: scale(0.8);
    background: #f24040;
}

.mt10 {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}

.inline_block {
    display: inline-block;
    vertical-align: middle;
}

.ml {
    margin-left: 10px;
}

.whatsnewfeed_popup {
    width: 65%;
}
/*common css Harsh*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #0c7be9;
    border-color: #0c7be9;
}

.commonheading {
    color: #124956;
    font-size: 18px;
    font-weight: 600;
}

.pop_notificationbox ul li img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.customticketsecpcommon {
    display: block !important;
    margin: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.commonbtnplay {
    background-image: url('../images/Play.svg');
    background-size: 100% 100%; /*background-size: cover;*/
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
}

.commonbtndelete {
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/Delete.svg');
    background-size: 100% 100%; /*background-size: cover;*/
    width: 15px;
    margin: 2px;
    height: 15px;
}

.commonbtnedit {
    background-image: url('../images/Edit.svg');
    background-size: 100% 100%; /*background-size: cover;*/
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

    .commonbtnedit.active {
        background-image: url('../images/EditActive.svg');
    }

.commonbtnreauth {
    /*background-image: url('../images/ReAuthorise.svg');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 3px;*/
    background: transparent url(../images/ReAuthorise.svg) center center no-repeat;
    background-size: 50%;
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #D9E5ED;
    border-radius: 3px;
}

    .commonbtnreauth:hover {
        background-color: #1C8BF90D;
        border-color: #1C8BF9;
    }

.commonbtnpause {
    background-image: url('../images/Pause.svg');
    background-size: 100% 100%; /*background-size: cover;*/
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

.needCategary {
    border: 1px solid var(--red);
}

.marginleft10 {
    margin-left: 10px !important;
}

.customticketpills {
    padding: 5px 10px;
    border: 1px solid var(--grey);
    color: var(--grey);
    background: #fff;
}

.customdropdownmenuticket {
    width: 100%;
    padding: 0;
}

    .customdropdownmenuticket:focus {
        background: var(--blue) !important;
        color: #fff !important;
    }

    .customdropdownmenuticket li a {
        background: #ffffff !important;
        color: var(--grey) !important;
        font-size: 14px;
        margin: 0 !important;
    }

        .customdropdownmenuticket li a:hover {
            background: var(--blue) !important;
            color: #fff !important;
        }

.commoninput {
    background: #e9f2f433;
    border: 1px solid #CEE7EA;
    border-radius: 4px;
    outline: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    color: #365366;
}

.commoninputin .bootstrap-tagsinput {
    background: #e9f2f433;
    border: 1px solid #CEE7EA;
    border-radius: 4px;
    outline: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    color: #365366;
}

.commonselect {
    border: 1px solid #CEE7EA;
    background: #e9f2f433;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    color: #365366;
}

    .commonselect[disabled] {
        cursor: no-drop;
    }

.commonselect2 {
    border: 1px solid #CEE7EA;
    background: #e9f2f433;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    color: #365366;
}

    .commonselect2[disabled] {
        background: #e9f2f433;
    }

.custombtnlogout {
    background: none;
    outline: 0;
    border: 0;
    color: var(--blue);
    font-weight: 600;
}

.commonsmallcancel {
    margin-right: 5px;
    padding: 6px 15px;
    border-radius: 4px;
    border: 1px solid #E9F2F4;
    color: var(--grey);
    background: none;
    font-size: 12px;
}

    .commonsmallcancel:hover {
        background: #E9F2F4;
    }

.margin0 {
    margin: 0;
}

.padding0 {
    padding: 0;
}

.backgroundwhitebox {
    background: #fff;
}

.custombox-header {
    border-bottom: 1px solid var(--bordercolor);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.box-header {
    border-bottom: 1px solid var(--bordercolor);
    padding-bottom: 10px;
}

.customboxtitle {
    color: var(--grey);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

.customtitle {
    color: var(--grey);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

.customtext {
    font-size: 14px;
    color: var(--lightgrey);
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.smallsubheading {
    font-size: 14px;
    color: var(--lightgrey);
    font-weight: 400;
    margin-bottom: 6px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bigsubheading {
    font-size: 16px;
    color: var(--grey);
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

.commomlabel {
    font-size: 14px;
    color: #124956;
    display: block;
    margin-bottom: 3px;
}

.commontextarea {
    background: #e9f2f433;
    border: 1px solid #CEE7EA;
    border-radius: 4px;
    outline: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    min-height: 80px;
}

.commoncancel {
    margin-right: 5px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #E9F2F4;
    color: var(--grey);
    background: none;
}

    .commoncancel:hover {
        background: #E9F2F4;
    }

.commonsubmit {
    background: var(--blue);
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: none;
    line-height: normal;
    color: #fff;
    outline: 0;
    border: 1px solid var(--blue);
}

    .commonsubmit:hover {
        background: #0c7be9;
        border-color: #0c7be9;
        color: #fff;
    }

    .commonsubmit:focus {
        background: #0c7be9;
        border-color: #0c7be9;
        color: #fff;
    }

.modalheaderdiv {
    padding: 10px !important;
    border-width: 1px 1px 1px !important;
    border-bottom: 1px solid var(--bordercolor) !important;
}

.commonmodalheading {
    color: var(--black);
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    letter-spacing: normal;
}
/*Color code for locobuzz*/
:root {
    --red: #f24040;
    --green: #54d600;
    --yellow: #f2c508;
    --blue: #1c8bf9;
    --perple: #1c8bf9;
    --black: #002a3d;
    --grey: #365366;
    --lightgrey: #869dad;
    --bordercolor: #d9e5ed;
    --backgroundcolor: #eff7f9;
    --white: #fff;
    --transparent: transparent;
    --inputbgcolor: #f7f8f9;
    --inputbordercolor: #ced4d8;
    /*color replaced by nikl */
}

.width25inline .inline_block {
    width: 25px;
}
/*Color code for locobuzz*/
.clearboth {
    clear: both;
    overflow: hidden;
}

.ActionComponents textarea {
    width: 100% !important
}

.common_breaktable {
    white-space: inherit !important;
    word-break: break-all;
}

.cleartext-btnforreply {
    color: #365366;
    padding: 0;
    background: none;
    border: 0;
    margin-left: 32px;
    padding: 3px;
}

.cleartext-btnreplyback {
    BACKGROUND: #f5f5f5;
    DISPLAY: BLOCK;
    TEXT-ALIGN: LEFT;
    width: 100%;
    position: relative;
    margin-top: -24px;
    border: 1px solid #ddd;
    border-top: 0;
}

.clearbtnnoback {
    background: none;
    border: 0;
    padding: 0;
    outline: 0;
}

.cleartext-btnforreply:hover {
    color: var(--blue);
    border: 0;
}

#confirm_message_modalWithClose .commonmsg_Modal_close {
    width: calc(50% - 2.5px);
    display: inline-block;
    vertical-align: top;
}

.customdisablebox {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: no-drop;
}

    .customdisablebox input {
        cursor: no-drop;
    }

    .customdisablebox button {
        cursor: no-drop;
    }

.customticketsecp {
    display: inline-block;
    background: #fff;
    margin-right: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    clear: both;
    padding: 10px 10px 10px 15px;
    border-top: 0px;
    width: 87.5%;
    float: right;
}

.customticketsecp_active {
    background: var(--blue);
    color: #fff;
}

.lineinticketl {
    margin-right: 10px !important;
    border-right: 1px solid #adadad;
    padding-right: 10px;
}

.customticketsecp_active button {
    color: #fff;
}

#confirm_message_modalWithClose .confirm_message_modalWithCloseModal {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    margin-top: -50px;
    margin-right: -50px;
}

.margin5 {
    margin: 5px;
}

.margintop15 {
    margin-top: 15px;
}

.tooltip {
    letter-spacing: normal;
}

.commontext {
    font-size: 14px !important;
    color: var(--grey) !important;
}
/*.custominsidebtninput .pbtnposition {
        position: absolute !important;
        top: 0;
        right: 7px;
        width: 30px;
    }
    .custominsidebtninput .dropdown {
        float: right;
        margin-top: -33px;
        margin-right: 7px;
    }
.custominsidebtninput .dropdown-menu {
    width: 200px;
    right: 0;
    left: inherit;
}*/
.custominsidebtninput .dropdown-item {
    display: block;
    padding: 2px 10px;
    font-size: 12px !important;
    color: #124956 !important;
}

    .custominsidebtninput .dropdown-item:hover {
        text-decoration: none;
    }

.commonsubjectp .dropdown-menu {
    width: 200px;
    right: 0;
    left: inherit;
}

.commonsubjectp .dropdown-item {
    display: block;
    padding: 2px 10px;
    font-size: 12px !important;
    color: #124956 !important;
}

    .commonsubjectp .dropdown-item:hover {
        text-decoration: none;
    }

.custominsidebtninput .pbtn {
    background: #ffffff;
    padding: 3px 9px;
    border-radius: 4px;
    box-shadow: none;
    line-height: normal;
    color: #757b87;
    border: 1px solid var(--bordercolor);
}

    .custominsidebtninput .pbtn:active {
        left: inherit;
    }

.customdatatablegrey.dataTable thead th {
    border-bottom: 0 !important;
}

.customdatatablegrey.dataTable th {
    border: 1px solid #CEE7EA;
    padding: 10px;
}

.customdatatablegrey.dataTable td {
    border: 1px solid #E9F2F4;
    padding: 10px;
}

.customdatatablegrey.dataTable.no-footer {
    border-bottom: 0 !important;
}

.customdatatablegrey.table-striped > tbody > tr:nth-child(odd) > td {
    background: none !important;
}

.customdatatablegrey {
    color: var(--black);
}

    .customdatatablegrey label {
        color: var(--lightgrey);
    }

    .customdatatablegrey tr th:first-child {
        text-align: left !important;
        padding-left: 15px !important;
    }

    .customdatatablegrey tr td:first-child {
        text-align: left !important;
        padding-left: 15px;
    }

    .customdatatablegrey tr th {
        background: #3653661a !important;
        text-align: center;
    }

    .customdatatablegrey.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
        background: rgba(206, 231, 234, 0.20) !important;
    }
/*data table css*/
.customdatatable.dataTable thead th {
    border-bottom: 0 !important;
}

.customdatatable.dataTable th {
    border: 1px solid #CEE7EA;
    padding: 10px;
}

.customdatatable.dataTable td {
    border: 1px solid #E9F2F4;
    padding: 10px;
}

.customdatatable.dataTable.no-footer {
    border-bottom: 0 !important;
}

.customdatatable.table-striped > tbody > tr:nth-child(odd) > td {
    background: none !important;
}

.customdatatable tr th {
    background: #E9F2F4 !important;
}

.customdatatable.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: rgba(206, 231, 234, 0.20) !important;
}
/*data table css*/
.account_custom_btn {
    padding: 4px 20px !important;
    background: #1C8BF9;
    border-color: #1C8BF9;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .account_custom_btn:hover {
        color: #fff;
    }

    .account_custom_btn:focus {
        color: #fff;
    }

.account_custom_btndanger {
    padding: 4px 20px !important;
    background: var(--red);
    border-color: var(--red);
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.account_custom_btncancel {
    margin-right: 5px;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid #E9F2F4;
    color: var(--grey);
    background: none;
}

    .account_custom_btncancel:hover {
        background: #E9F2F4;
    }

.account_custom_btn:hover {
    background: #0c7be9;
    border-color: #1C8BF9;
}

.data_tabel_pagination .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border-color: #fff;
}

    .data_tabel_pagination .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border-color: #fff;
    }

.data_tabel_pagination .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #0c7be9;
}

.customform.smart-form .checkbox input:checked + i, .smart-form .radio input:checked + i, .smart-form .toggle input:checked + i {
    background: var(--blue);
}

.customform.smart-form .checkbox input + i:after {
    color: #fff;
}

.account_background_blue {
    background: #0c7be9 !important;
}

.account_background_green {
    background: #54d600 !important;
}

.account_background_red {
    background: #f24040 !important;
}

.account_background_yellow {
    background: #f2c508 !important;
}

.customaccountheading {
    color: var(--blue);
    font-size: 14px;
}

.custompricingbox {
    border: 1px solid var(--bordercolor) !important;
}

    .custompricingbox .BlockTitle {
        background: var(--bordercolor);
        color: var(--grey);
    }

    .custompricingbox .panel-footer {
        background: none !important;
    }

    .custompricingbox .EmailField, .custompricingbox .input input {
        background: var(--backgroundcolor) !important;
        border-color: var(--bordercolor) !important;
    }

    .custompricingbox .btn {
        background: var(--blue);
        border-color: var(--blue);
    }

    .custompricingbox .dd-handle {
        background: var(--backgroundcolor);
        border: 1px solid var(--bordercolor);
    }

        .custompricingbox .dd-handle:hover {
            background: var(--bordercolor) !important;
        }

.customform {
    color: var(--black);
}

.custom_small_label {
    font-size: 12px;
}

.customform {
    color: var(--black);
}

    .customform label {
        font-size: 14px !important;
        color: #124956 !important;
        display: block;
        font-weight: 400;
    }

    .customform .customforminput input,
    .customform .customforminput textarea {
        background: #e9f2f433 !important;
        border: 1px solid #CEE7EA !important;
        border-radius: 4px !important;
        outline: 0 !important;
        padding: 10px !important;
        color: #365366 !important;
    }

    .customform .error {
        color: var(--red) !important;
        font-size: 12px !important;
    }

    .customform .select2-container {
        width: 100% !important;
        background: #e9f2f433 !important;
        border: 1px solid #CEE7EA !important;
        border-radius: 4px !important;
        outline: 0 !important;
        color: #365366 !important;
    }

        .customform .select2-container .select2-choice {
            background: #e9f2f433 !important;
            border: 0;
            border-radius: 4px !important;
            outline: 0 !important;
            color: #365366 !important;
        }

    .customform .select2-container-multi .select2-choices {
        border: 0;
    }

    .customform .bootstrap-tagsinput {
        background: #e9f2f433 !important;
        border: 1px solid #CEE7EA !important;
        border-radius: 4px !important;
        outline: 0 !important;
        color: #365366 !important;
    }

    .customform .select2-container {
        width: 100% !important;
    }

.nodrop {
    cursor: no-drop !important;
}

    .nodrop .select2-choice {
        cursor: no-drop !important;
    }

    .nodrop .select2-choices {
        cursor: no-drop !important;
    }

    .nodrop .select2-search-field input {
        cursor: no-drop !important;
    }

    .nodrop .select2-search-choice {
        cursor: no-drop !important;
    }

.custommodalheader {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.customscrollheight {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.custompanelbox {
    border-color: var(--bordercolor) !important;
}

    .custompanelbox .panel-heading {
        background: var(--bordercolor) !important;
        border-color: var(--bordercolor) !important;
        color: var(--black);
        font-weight: 600;
    }

.googleassistantbox {
    width: 800px;
    margin: 0 auto;
}

.custombackgroundwhite {
    background: #fff;
    padding: 15px;
    border: 1px solid 1px solid #DDD;
}

.googleassistancemainbox {
    margin-top: 25px;
}

.googleassistantnumber {
    background: var(--blue);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Roboto Condensed', sans-serif;
}

.googleassistantnumber2 {
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 600;
    line-height: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.goolelistnone {
    list-style-type: none;
    padding-left: 0;
    margin-top: 25px;
}

    .goolelistnone li {
        margin-bottom: 15px;
        color: var(--grey);
        font-size: 14px;
    }

.nowraptable td, .nowraptable th {
    word-break: break-all;
}

.googleassistantafterlogin {
    margin-top: 50px;
}

    .googleassistantafterlogin .customtitle {
        margin-bottom: 20px;
    }

.goolelistnone li .googleassistantnumber2 {
    margin-right: 10px;
}

.googleassistantcommonbox {
    margin-top: 15px;
}

.border-right {
    border-right: 1px solid var(--bordercolor);
}

.googleassistantcommonbox img {
    width: 100%;
}

.greendots {
    width: 10px;
    height: 10px;
    background: var(--green);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.margintop10 {
    margin-top: 10px;
}
/*checkbox css*/

.label-cbx--wrapper .label-cbx {
    margin-right: 12px;
}

.label-cbx {
    user-select: none;
    cursor: pointer;
    padding: 5px 8px;
    display: inline-block !important;
    color: var(--grey);
    margin-bottom: 0;
    font-size: 12px;
}

    .label-cbx input[type='checkbox'] {
        height: 0;
        width: 0;
        display: none;
    }


    .label-cbx input:checked ~ .checkbox {
        border-color: var(--blue);
    }

.DisableTagsFilter .label-cbx input:checked ~ .checkbox {
    border-color: gray;
}

.label-cbx input ~ .checkbox-v1,
.label-cbx input:checked ~ .checkbox-v1 {
    cursor: pointer;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    border-radius: 0;
    margin-right: 5px !important;
    margin-top: -2px;
}

    .label-cbx input:checked ~ .checkbox-v1:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 1;
        content: '';
        position: absolute;
        width: 8px;
        height: 5px;
        background: transparent;
        top: 4px;
        left: 4px;
        border: 2px solid #000;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

.label-cbx input:checked ~ .checkbox svg path {
    fill: var(--blue);
}

.DisableTagsFilter .label-cbx input:checked ~ .checkbox svg path {
    fill: gray;
}

.label-cbx input:checked ~ .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.label-cbx > span.checkbox__label {
    display: inline-block;
    margin: 2px 0;
}

.commonlabel {
    font-size: 14px !important;
    color: #124956 !important;
    display: block;
    font-weight: 400;
}

.label-cbx .checkbox {
    position: relative;
    top: 1px;
    float: left !important;
    margin-right: 12px !important;
    width: 17px;
    height: 18px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
    margin-left: 5px;
    padding: 0;
    transform: scale(0.9);
}

    .label-cbx .checkbox svg {
        position: absolute;
        top: -2px;
        left: -2px;
    }

        .label-cbx .checkbox svg path {
            fill: none;
            stroke: var(--blue);
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 71px;
            stroke-dashoffset: 71px;
            transition: all 0.6s ease;
        }

        .label-cbx .checkbox svg polyline {
            fill: none;
            stroke: #FFF;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 18px;
            stroke-dashoffset: 18px;
            transition: all 0.3s ease;
        }

.label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
}
/*checkbox css*/
.customaccounttitle {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.custombackgroundtitle {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    border-bottom: 1px solid var(--bordercolor);
}

.uploadfilebtn {
    padding: 2px 4px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    background: var(--blue);
    display: inline-block;
}

    .uploadfilebtn input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }
/* custom Toggle css*/
.switchtogglee {
    position: relative;
    display: inline-block !important;
    width: 50px;
    height: 25px;
}

    .switchtogglee input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switchtogglee .slide {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switchtogglee .slide:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .switchtogglee input:checked + .slide {
        background-color: #2196F3;
    }

    .switchtogglee input:focus + .slide {
        box-shadow: 0 0 1px #2196F3;
    }

    .switchtogglee input:checked + .slide:before {
        -webkit-transform: translateX(22px);
        -ms-transform: translateX(22px);
        transform: translateX(22px);
    }
/* Rounded sliders */
.slide.round {
    border-radius: 34px;
}

    .slide.round:before {
        border-radius: 50%;
    }

.widthauto {
    width: auto !important;
}

.commonlabelsidebyside {
    display: flex;
    align-items: center;
}

    .commonlabelsidebyside label {
        margin-right: 10px;
    }

.smart-timeline-content.ticket-date-time-section {
    margin-left: 40%;
}

#EnlargeImagePop .modal-dialog {
    width: 85vw;
    height: 90%; /*overflow: hidden;*/
}

#EnlargeImagePop .modal-content {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: 0;
    background: none;
}

#EnlargeImagePop .modal-body { /*width: 100%;*/
    height: 90%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

#EnlargeImagePop .modal-header {
    border: 0px;
}

#EnlargeImagePop .jarviswidget-ctrls .button-icon {
    color: #fff;
}

#EnlargeImagePop {
    background: #000000d6;
}

.erroewhenoff {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; /* display: flex; */
    align-items: center;
    justify-content: center;
    z-index: 9; /* background: rgba(255, 255, 255, 0.8); */
}

    .erroewhenoff.reply-flow {
        transform: translateY(-50%);
    }

        .erroewhenoff.reply-flow .reply-flow-img {
            display: block;
            max-width: 225px;
            margin: 20px auto 40px;
        }

.blurBackground {
    filter: blur(5px) grayscale(0.8);
    opacity: 0.3;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: table-cell;
    width: 40px;
    height: 20px;
}
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
/* The slider */
.switchslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1;
}

    .switchslider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        z-index: 1;
    }

.switch input:checked + .switchslider {
    background-color: #54D602;
}

.switch input:focus + .switchslider {
    box-shadow: 0 0 1px #54D602;
}

.switch input:checked + .switchslider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
/* Rounded sliders */
.switchslider.round {
    border-radius: 34px;
}

    .switchslider.round:before {
        border-radius: 50%;
    }

#object_detection_dropdown_div {
    display: none;
}
/* Table Popover Styles */
.table-popover {
    margin: 0;
}

    .table-popover td {
        border-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.text-dark {
    color: #6d6a6a !important;
}

.text-light {
    color: #ada9a9 !important;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
/* Table Popover Styles */
.user_info .pop-arrow .glyphicon {
    top: 2px;
    font-size: 10px;
    font-weight: normal;
    color: #6d6a6a;
}

.user_info .user-name {
    margin-bottom: 5px;
    display: block;
}

    .user_info .user-name a {
        font-weight: 300;
    }

        .user_info .user-name a:hover {
            text-decoration: none;
        }

.tabSpace {
    width: 50px;
    display: inline-block;
}

.TicketPostContent .email__changes {
    padding-top: 9px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 5px;
    width: 100%;
}

.display-inherit {
    display: inherit !important
}
/* Table Popover Styles */
.infoicon { /*margin-right: -16px !important;*/
    color: #3276b1 !important;
    background: transparent !important;
}
/*Utility Classes*/
.ml-auto {
    margin-left: auto !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.select-wrap,
.select2-selection__arrow {
    position: relative;
    min-height: 37px;
}

    .select-wrap:after,
    .select2-selection__arrow:after {
        font-family: FontAwesome;
        content: '\f107';
        position: absolute;
        right: 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 16px;
        color: #51676d;
    }

select.form-control.locobuzz__select:not([size]):not([multiple]) {
    padding: 8px 18px 8px 10px;
    height: auto !important;
    color: #365366;
    background-color: #EAF1F4;
    border: 1px solid #D9E5ED;
    border-radius: 4px;
}

.select-wrap select.locobuzz__select {
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .select-wrap select.locobuzz__select::-ms-expand {
        display: none;
    }


.text__label {
    color: #365366;
    font-weight: 600;
}

.element__outlined {
    padding: 10px;
    border-radius: 15px;
    font: Regular 12px/18px;
    border: 2px solid #1C8BF9;
    box-shadow: 0px 0px 4px #1C8BF980;
    color: #365366;
    transition: .2s all;
}

    .element__outlined.element__outlined--select {
        border: 2px solid #D9E5ED;
        box-shadow: none;
        cursor: pointer;
        display: inline-block;
    }

.element__outlined--select:hover {
    border: 2px solid #1C8BF9;
}

.modal__title {
    color: #002A3D;
    font: Medium 16px/18px;
}

.btn-cancel {
    background-color: #EAF1F4;
    border: 1px solid #D9E5ED;
    font-size: 12px;
}

.table_locobuzz {
    border: 1px solid #D9E5ED;
}

    .table_locobuzz th {
        background: #D9E5ED;
        color: #365366;
        font-weight: 600;
    }

.table.table_locobuzz > thead > tr > th {
    border-bottom: none;
}

.table_locobuzz td {
    color: #365366;
    padding: 20px;
}

div .colored__green {
    color: #54D600;
}

div .colored__yellow {
    color: #F2C508;
}

div .colored__red {
    color: #F24040;
}

div .colored__orange {
    color: #FF7700;
}

.replytextareacontainer {
    position: relative;
}

.textarea__overlay {
    position: absolute;
    top: 0;
    right: 13px;
    left: 13px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    bottom: -35px;
}

    .textarea__overlay:hover {
        color: #fff;
    }

.dataTables_wrapper .tooltip.bottom,
.dataTables_wrapper .tooltip.top {
    background-color: transparent;
    border: none;
    padding: 0;
}
/*ticket window new styles start*/
.ticketinfo__sidebar {
    background: #fff;
    padding: 15px 5px
}

#LogActionContainer.ticketinfo__tickets {
    border-left: 1px solid #EBEEEF;
}

.post__header--profile .post__header--profile .user_info {
    overflow: hidden;
    width: 10px;
}

.ticketinfo__header {
    border-bottom: 1px solid #EBEEEF;
    z-index: 1;
}

.ticketinfo#TagWindowNew {
    background: #F7F8F9;
}

.CloseTagWindow.ticketinfo__close:after,
.CloseTagWindow.ticketinfo__close:before {
    background: #BCCBCC;
}

.communicationLogContent.ticketinfo--timeline {
    padding-top: 15px;
}

    .communicationLogContent.ticketinfo--timeline:after {
        background: #D9E5ED;
        width: 2px;
    }

.post_card.post__card,
.AgentReplyBlock .TicketPostContent.post__card--custom,
.TicketsListing .post_card.post__card.smart-timeline-content {
    box-shadow: 0px 1px 2px #24242426;
    background: #fff;
    border: 1px solid #EAF1F4;
    margin: 0;
}

.TicketPostContent .post_card.post__card {
    border: none;
}


.TicketsListing .post_card.post__card.smart-timeline-content.read-ticket {
    background: #fff;
    opacity: .8;
}

.TicketsListing .post_card.post__card.smart-timeline-content.post__card--closed .post__body,
.TicketsListing .post_card.post__card.smart-timeline-content.post__card--closed .post__footer,
.TicketsListing .post_card.post__card.smart-timeline-content.post__card--closed .post__header--profile,
.TicketsListing .post_card.post__card.smart-timeline-content.post__card--closed .post__actionpill {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

    .TicketsListing .post_card.post__card.smart-timeline-content.post__card--closed .post__actionpill.post__actionpill--status {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

.post__actionpill--img {
    display: inline-block;
    width: 12px;
    margin-right: 5px;
}

.TicketsListing .post_card.post__card.smart-timeline-content:before {
    display: none
}
/*.post_card.post__card.read-ticket {
        background: #F8F8FF;
    }*/
.postDetails.post__action {
    background: #F7F8F9;
}

.post__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAF1F4;
    padding: 10px;
}

    .post__footer .TicketIDBlock,
    .post__header .TicketIDBlock {
        margin: 0;
        padding: 0;
        border: none;
    }

    .post__header .TicketIDBlock {
        margin-left: auto;
    }


.post__footer--item .post__icon {
    width: 12px;
}



.post__body {
    padding: 10px;
    font-size: 14px;
    color: #365366;
}

/*.post__body:not(:last-child) {
        border-bottom: 1px solid #EAF1F4;
    }*/

.post__card .post__body p {
    font-size: 14px;
}

.post__body .TicketIDBlock {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
}


    .post__body .TicketIDBlock > .dateTimePost {
        position: static;
        width: auto;
    }

        .post__body .TicketIDBlock > .dateTimePost .PostTimeAgo {
            font-style: normal;
            color: #869DAD;
            font-size: 12px;
        }


.TicketIDBlock .post__icon {
    width: 12px;
}

.post__body .user_img .social__profile-pic {
    height: auto;
    padding: 0;
}

.post__header .post__header--profile .user_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
}

.post__header .user_info .text__highlight {
    white-space: nowrap;
}

.post__header .post__header--count {
    white-space: nowrap;
    margin-left: 10px;
    font-size: 12px;
    color: #869DAD;
}

.RepliedByAgent.postinfo__agentreply {
    background: #fff;
    border: 1px solid #EAF1F4;
    color: #002A3D;
    padding: 0;
}

    .RepliedByAgent.postinfo__agentreply .post__header {
        border: none;
    }

.post_card.post__card-reply {
    border: 1px solid #EAF1F4;
    border-bottom: none;
}

.AgentReplyBlock .TicketChannelIcon.ticketinfo__channelicon {
    top: 0;
}

.post__action .postinfo--likeshare a,
.post__action .TicketMentionActionBtn a,
.post__action .postinfo--likeshare a:hover,
.post__action .TicketMentionActionBtn a:hover {
    color: #395164;
}

.post__action .dropdown-menu a:hover,
.post__action .dropdown-menu a:hover {
    color: #fff;
}

.custom__scroll::-webkit-scrollbar {
    width: 5px !important;
    background-color: transparent;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #CED4D8 !important;
}

.text__title {
    color: #002A3D;
    font-size: 18px;
    margin: 0;
}

.text__highlight {
    color: #002A3D;
    font-size: 14px;
}

.text__highlight--title {
    color: #002A3D;
    font-size: 16px;
}


.post_card a.text__highlight--title {
    color: #002A3D;
    font-weight: 600;
    margin-right: 5px;
}

.teamadd__userlist > span.text__highlight {
    font-weight: 800;
    font-size: 14px;
}

.text__pill {
    background: #1C8BF9;
    color: #fff;
    border-radius: 5px;
}

.text__regular {
    color: #869DAD;
    font-size: 14px;
}

.text__regular {
    color: #869DAD;
    font-size: 14px;
}

.text__postname {
    color: #365366;
    font-size: 12px;
}

.text__content {
    color: #869DAD;
    font-size: 14px;
    font-weight: normal;
}

.text__content--highlight {
    color: #365366;
    font-size: 15px;
    font-weight: 500;
}

.text__small,
.text__small--dark {
    color: #869DAD;
    font-size: 12px;
    font-weight: normal;
}

.text__small--dark {
    color: #365366;
}


.post__card.post_card .about_user a,
.post__card.post_card a.text__link,
.post_card a.text__link {
    color: #1C8BF9;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

.post__card.post_card .customCheckbox p {
    color: #365366;
    font-size: 12px;
    font-weight: 400;
}

.post__card.post_card a.text__highlight {
    color: #365366;
    text-decoration: none;
    font-weight: 700;
}

.post__card.post_card .UserHandleName.text__small {
    color: #869DAD;
    font-size: 12px;
    font-weight: normal;
    word-break: break-word;
    white-space: nowrap;
}

.post_card a.text__link {
    color: #1C8BF9;
}



.TicketMentionActionBtn a:hover {
    color: #5BC3A7;
}



.locobuzz__tabs .nav.nav-tabs > li > a {
    padding: 0;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    font-size: 0.85em;
    text-transform: capitalize;
    margin-bottom: -2px;
    color: #365366;
    font-weight: 500;
}

.locobuzz__tabs .nav-tabs > li.active > a,
.locobuzz__tabs .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    box-shadow: none;
    border-top-width: 0 !important;
    margin-top: 0px !important;
    font-weight: 700;
    border-bottom: 2px solid #1C8BF9;
    color: #002A3D;
    padding: 10px 0;
}

.locobuzz__tabs .nav-tabs > li {
    margin-bottom: 0;
    font-size: 15px;
}

.locobuzz__tabs .nav-tabs {
    border-bottom: 1px solid #EBEEEF
}

    .locobuzz__tabs .nav-tabs > li:not(:last-child) {
        margin-right: 10px;
        margin-left: 15px;
    }

.locobuzz__tabs .nav > li > a:hover,
.locobuzz__tabs .nav > li > a:focus {
    background: #fff;
    border: none;
    border-bottom: 2px solid #1C8BF9;
}

.ticketinfo__sidebar .ticketinfo__sidebar--section {
    border-bottom: 1px solid #EBEEEF
}

.locobuzz__accordian .locobuzz__accordian--title {
    color: #002A3D !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
}

.locobuzz__accordian .locobuzz__accordian--body {
    border-top: 1px solid #EBEEEF
}

.padding-vertical-5 {
    padding: 0 5px;
}

.ActionTypeContent__Header,
.ActionComponents.ActionComponents_component textarea {
    background: #F7F8F9;
    color: #395164;
}

.action__forwardbtn.forwardBtn,
.action__forwardbtn.forwardBtn:hover {
    border-right: none;
    border-left: 1px solid #ddd;
    color: #395164;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}

.PostTimeAgo.text__small {
    color: #869DAD;
    font-style: normal;
}

.TicketIDBlock.text__postname {
    border-bottom: 1px solid #EAF1F4;
}

.email__changes .text-dark {
    color: #365366 !important;
}

.email__changes .text-light {
    color: #869dad !important;
}

.postinfo--likeshare i {
    color: #365366
}

.TicketIDBlock label.highlightbgText {
    padding-top: 3px;
}

.post__card.post_card .post__header .dateTimePost {
    top: 6px;
}

.post__card.post_card .post__ticketid {
    color: #365366;
    background: #fff;
    padding: 3px;
    font-size: 13px;
}

.post_card .post__actionpill,
.post_card a.post__actionpill,
.TicketBrandHandle.text__pill,
.post__card.post_card .post__header label.post__ticketid,
.post_card .post__actionpill.post__actionpill--tag .tags {
    border: 1px solid #D9E5ED;
    background: transparent;
    color: #869DAD;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 230px;
    height: 23px;
}


.post_card a.post__actionlink,
.post_card .post__actionlink {
    color: #1C8BF9;
    font-weight: 400;
}

.post_card .post__actionpill,
.post_card a.post__actionpill {
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin: 0;
}

    .post_card .post__actionpill.post__actionpill--tag .tags {
        padding: 2px 5px;
        border-radius: 5px;
        font-size: 12px;
        margin: 0;
    }

.post__header--action {
    overflow: hidden;
}

    .post_card .post__actionpill.post__actionpill--tag .ticketPostCategory .uppercategory,
    .post_card .post__actionpill.post__actionpill--tag .tags,
    .post__header--action > .actionbtnsContainer.TicketInfoLabels,
    .post_card .post__actionpill:not(:last-child),
    .post_card a.post__actionpill:not(:last-child) {
        margin-right: 8px;
    }

.text__locobuzz,
.post_card .post__actionpill .text__locobuzz {
    color: #1C8BF9;
    font-weight: 500;
    font-size: 12px;
}

.text__red {
    color: #F24040;
    font-weight: 500;
    font-size: 12px;
}


.text__green {
    color: #54D600;
    font-weight: 500;
    font-size: 12px;
}



.post_card .post__actionpill.post__actionpill--tag .ticketPostCategory {
    display: flex;
    align-items: center;
}




.tags.DeletedMentionPill {
    position: static;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin: 0;
    border: 1px solid #F24040;
    color: #F24040;
    background: transparent;
}

.ticketmapping.post__actionpill.post__actionpill--tag .tags .tags__count,
.post_card .post__actionpill.post__actionpill--tag .tags .tags__count {
    border-radius: 40%;
    padding: 1px 5px;
    font-size: 11px;
    background: transparent;
}

.ticketmapping.post__actionpill.post__actionpill--tag .tags.negativeBGColor,
.ticketmapping.post__actionpill.post__actionpill--red,
.post_card .post__actionpill.post__actionpill--tag .tags.negativeBGColor,
.post_card .post__actionpill.post__actionpill--red {
    border: 1px solid #F24040;
    color: #869DAD;
}

    .ticketmapping.post__actionpill.post__actionpill--tag .tags.negativeBGColor .tags__count,
    .post_card .post__actionpill.post__actionpill--tag .tags.negativeBGColor .tags__count {
        border: 1px solid #F24040;
        color: #F24040;
    }

    .ticketmapping.post__actionpill.post__actionpill--tag .tags.negativeBGColor,
    .ticketmapping.post_card .post__actionpill.post__actionpill--red .text__locobuzz,
    .post_card .post__actionpill.post__actionpill--tag .tags.negativeBGColor,
    .post_card .post__actionpill.post__actionpill--red .text__locobuzz {
        color: #F24040;
        background: transparent;
    }


.ticketmapping.post__actionpill.post__actionpill--tag .tags.neutralBGColor,
.ticketmapping.post__actionpill.post__actionpill--yellow,
.post_card .post__actionpill.post__actionpill--tag .tags.neutralBGColor,
.post_card .post__actionpill.post__actionpill--yellow {
    border: 1px solid #F2C508;
    color: #869DAD;
}

    .ticketmapping.post__actionpill.post__actionpill--tag .tags.neutralBGColor .tags__count,
    .post_card .post__actionpill.post__actionpill--tag .tags.neutralBGColor .tags__count {
        border: 1px solid #F2C508;
        color: #F2C508;
    }

    .ticketmapping.post__actionpill.post__actionpill--tag .tags.neutralBGColor,
    .ticketmapping.post__actionpill.post__actionpill--yellow,
    .post_card .post__actionpill.post__actionpill--tag .tags.neutralBGColor,
    .post_card .post__actionpill.post__actionpill--yellow .text__locobuzz {
        color: #F2C508;
        background: transparent;
    }

.ticketmapping.post__actionpill.post__actionpill--tag .tags.positiveBGColor,
.ticketmapping.post__actionpill.post__actionpill--green,
.post_card .post__actionpill.post__actionpill--tag .tags.positiveBGColor,
.post_card .post__actionpill.post__actionpill--green {
    border: 1px solid #00DA00;
    color: #869DAD;
}

    .ticketmapping.post__actionpill.post__actionpill--tag .tags.positiveBGColor .tags__count,
    .post_card .post__actionpill.post__actionpill--tag .tags.positiveBGColor .tags__count {
        border: 1px solid #00DA00;
        color: #00DA00;
    }

    .ticketmapping.post__actionpill.post__actionpill--tag .tags.positiveBGColor,
    .ticketmapping.post__actionpill.post__actionpill--green .text__locobuzz,
    .post_card .post__actionpill.post__actionpill--tag .tags.positiveBGColor,
    .post_card .post__actionpill.post__actionpill--green .text__locobuzz {
        color: #00DA00;
        background: transparent;
    }


.post_card .post__actionpill.post__actionpill--tag .uppercategory {
    border: 1px solid #D9E5ED;
    background: #fff;
    color: #869DAD;
}


.ticketmapping.post__actionpill.post__actionpill--tag .tags {
    border: 1px solid #D9E5ED;
    background: #fff;
    color: #869DAD;
    margin-right: 10px;
    border-radius: 5px;
}

.ticketmapping.post__actionpill.post__actionpill--tag,
.post_card.post_card .post__actionpill.post__actionpill--tag {
    padding: 0;
    border: none;
    margin-right: 0;
}

.ticketinfo__header .post__actionpill.post__actionpill--tag .ticketPostCategory {
    white-space: nowrap;
}

    .ticketinfo__header .post__actionpill.post__actionpill--tag .ticketPostCategory span {
        display: inline-block;
        padding: 2px 5px;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.post__card.post_card .post__header label.highlightbgText:not(.customCheckbox ) {
    background: #EBEEEF;
    border: 1px solid #EAF1F4;
    color: #365366
}

.TicketBrandHandle.text__pill {
    padding: 3px;
}

.ActionComponentsOption .ActionComponents_component--label {
    padding: 0;
    color: #395164;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
}

.ActionComponentsOption .ActionComponentsOption--head {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.mentionreply__body .CharaterLimitCount {
    color: #869dad;
    font-weight: 400;
}

.ActionComponentsOption .ActionComponentsOption--head .TagDropdown.pull-right {
    margin-left: auto;
}

.mentionreply__body.mentionreply__body {
    padding-left: 0;
}

.post_card.post__card .customCheckbox label {
    border: 1px solid #869DAD;
    border-radius: 2px;
}

    .post_card.post__card .customCheckbox label:after {
        border: 2px solid #6B7D8B;
        background: transparent;
        border-top: none;
        border-right: none;
    }

.post_card.post__card .customCheckbox label {
    top: 1.5px;
}

.mentionreply__select {
    display: flex;
    flex-wrap: wrap;
}

.mentionreply__selectitem {
    display: flex;
    /*min-width: 25%;
    flex: 25% 50% auto;*/
}

.mentionreply__body .col-lg-12.TaggedUserMain {
    display: flex;
}

.mentionreply__body .customCheckbox.div_TaggedUser {
    /*flex: 0 0 25%;*/
    width: auto;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.btn__locobuzz,
a.btn__locobuzz,
.btn__locobuzz,
button.btn__locobuzz:hover,
a.btn__locobuzz:hover,
.btn__locobuzz:hover {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #1E98F4;
    font-weight: 400;
    border-color: #1E98F4;
}

    button.btn__locobuzz:hover,
    a.btn__locobuzz:hover,
    .btn__locobuzz:hover {
        background: #005DB8;
    }

.post_card a.btn__locobuzz--outline,
button.btn__locobuzz--outline,
a.btn__locobuzz--outline,
.btn__locobuzz--outline,
button.btn__locobuzz--outline:hover,
a.btn__locobuzz--outline:hover,
.btn__locobuzz--outline:hover {
    background: #fff;
    color: #1E98F4;
    font-weight: 400;
    border-color: #1E98F4;
}

button.btn__cancel,
a.btn__cancel,
.btn__cancel {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #FF4D4D;
    font-weight: 400;
    border-color: #FF4D4D;
}

    button.btn__cancel:hover,
    a.btn__cancel:hover,
    .btn__cancel {
        background: #b93636;
        font-weight: 800;
        color: #fff;
        border-color: #b93636;
    }
/*.post__card.post_card{
    position:relative;
}
    .post__card.post_card::after {
        content: "";
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        left: -10px;
        top: 40px;
        box-shadow: 0px 1px 2px #24242426;
    }*/
.post__card.post_card .post__header label.highlightbgText[for^="chkTicket"] {
    background: transparent;
    border: 1px solid #6B7D8B;
}

#divSearchAccountLoadMore .bt__loadmore {
    background: #1C8BF9;
    height: auto;
    border-radius: 15px;
    border: none;
}

.RepliedByAgent .postinfo__agentreply a,
.ticketinfo--timeline .TicketClosedBy p i,
.post_card #TicketTimelineBlock a,
.colorText.colorTextNew {
    color: #1C8BF9;
}

.ticketinfo--timeline .TicketClosedBy p {
    border: 1px #1C8BF9 solid;
}

.social__profile-pic {
    position: relative;
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 35px;
    display: inline-block;
    height: 35px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}


    .social__profile-pic > .social__icon > img {
        border: 1px solid #fff;
        border-radius: 100%;
        width: 15px;
        height: 15px;
    }

    .social__profile-pic > .social__icon {
        position: absolute;
        top: -5px;
        right: -1px;
    }

    .social__profile-pic > img {
        width: 35px;
        height: 35px;
        max-width: 100%;
        /* border-radius: 100%; */
        border-radius: 50%;
        border: 1px #CEE7EA solid;
        -o-object-fit: cover;
        object-fit: cover;
    }

.post__header--profile {
    display: flex;
    align-items: center;
}

.user__popup--activities .post__header--profile {
    white-space: nowrap;
}

.post__header--profile .UserHandleName {
    display: block;
}

.post__card .ChannelMentionInfo {
    padding: 0;
}

.post__body--info {
    display: flex;
}

.post__category {
    margin-left: auto;
}

.post__body--info {
    font-size: 12px;
    color: #395164;
    margin-top: 20px;
}

.post__icons,
.post__icons--item,
.post__body--info {
    display: flex;
}

.post__body--page .TicketIDBlock {
    padding: 0;
    border: none;
    margin: 0;
    color: #869DAD;
}

.post__icons .post__icons--item {
    cursor: pointer;
    color: #395164;
    text-decoration: none;
    font-weight: 400;
}

.post__icons .post__icons--img {
    margin-right: 3px;
}

    .post__icons .post__icons--img > img {
        width: 20px;
    }

.post__icons--item:not(:last-child) {
    margin-right: 10px;
    padding: 0;
}

.post__body--info a.post__icons--item {
    background: #fff;
    border: none;
}

.PostLikeShare .post__icons--item span {
    margin-right: 0;
}

.TicketMentionActionBtn .post__icons ~ a,
.TicketMentionActionBtn .post__icons ~ a:hover {
    display: inline-block;
    border-right: none;
    color: #1C8BF9;
    margin-left: 10px;
}

.post__footer {
    border-top: 1px solid #EAF1F4;
    padding: 10px;
    display: flex;
    align-items: center;
}

.post__footer--item .customCheckbox {
    margin-right: 0;
}

.post__footer--item .dateTimePost {
    position: static;
    text-align: left;
    margin-left: 5px;
}

.post__card .actionbtnsContainerBlock {
    padding: 0;
}

.post_card.post__card .actionbtnsContainer.post__footer--item.toRight,
.post__footer--item.toRight {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.post__card--custom .post__footer--icon.post__footer--icon:not(:first-child) {
    margin-left: 10px
}

.post__footer--icon,
.post__card.post_card .actionbtnsContainer.post__footer--icon,
.post__card--custom .post__footer--icon.post__footer--icon {
    padding: 3px 5px;
    background: #F7F8F9;
    border: 1px solid #D9E5ED;
    border-radius: 4px;
    cursor: pointer;
}


.urldetails.post__footer--icon.post__footer--approve,
.SaveMentionAction.SaveMentionAction__approve,
.post_card.post__card .post__footer--icon.post__footer--approve,
.post__card--custom .post__footer--icon.post__footer--approve {
    background: #54D600;
    border: 1px solid #54D600;
    color: #fff;
}

.SaveMentionAction.SaveMentionAction__approve {
    margin-right: 3px;
}

.post_card.post__card .post__footer--icon.post__footer--modify,
.post__card--custom .post__footer--icon.post__footer--modify {
    background: #fff;
    border: 1px solid var(--blue);
    color: var(--blue);
}

.urldetails.post__footer--icon.post__footer--reject,
.SaveMentionAction.SaveMentionAction__reject,
.post_card.post__card .post__footer--icon.post__footer--reject,
.post__card--custom .post__footer--icon.post__footer--reject {
    background: #F24040;
    border: 1px solid #F24040;
    color: #fff;
}

.post_card.post__card a.post__footer--icon,
.post_card.post__card .post__footer--icon {
    font-weight: 400;
    color: #395164;
    font-size: 12px;
    margin-left: 10px;
}

.post__footer--icon img {
    width: 15px;
}

.post__footer--icon i.fa {
    color: #869DAD;
}

.post__footer--icon i.fa-external-link {
    font-size: 12px;
    padding-top: 5px;
}
/*.post__footer--item:not(:last-child),
.post__footer--icon:not(:last-child) {
    margin-right: 10px;
}*/
.post__body--info .DeletedMentionDisable {
    background: #fff;
}


.TagDropdown.post__input,
.post__input {
    background: #FFFFFF;
    border: 1px solid #D9E5ED;
    border-radius: 4px;
    padding: 0px;
    line-height: .5;
    color: #395164;
    padding: 5px;
}

.ticketinfo__tickets .communicationLogContent.ticketinfo--timeline::after {
    display: none;
}

.d-flex-items-center {
    display: flex !important;
    align-items: center !important;
}

.ActionTypeContent.ActionTypeContent--wrapper {
    border-top: 1px solid #EAF1F4;
}

.ActionTypeContentHeader.ActionTypeContent__Header {
    background: #fff;
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
}

.ActionTypeContent__Header .TagDropdown.ActionType.Action__Type {
    background: #fff;
    border: 1px solid #D9E5ED;
    border-radius: 4px;
    margin-right: 10px;
}

.mentionreply__select .customCheckbox.div_TaggedUser {
    display: flex;
    align-items: center;
    margin-right: 15px;
}



.completeTicketAction.ActionComponentsOption.ActionComponents__options .customCheckbox p,
.mentionreply__selectitem .customCheckbox label,
.mentionreply__select .customCheckbox p {
    position: static;
}

.completeTicketAction.ActionComponentsOption.ActionComponents__options .customCheckbox p {
    float: right;
    margin: 0;
    margin-left: 5px;
    margin-right: 10px;
}

.completeTicketAction.ActionComponentsOption.ActionComponents__options .customCheckbox {
    top: -0.5px;
}

.mentionreply__select .customCheckbox p {
    margin: 0;
    margin-left: 10px;
}

.mentionreply__select--wrapper {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

    .mentionreply__select--wrapper > label.text__label {
        margin: 0;
        margin-right: 5px;
    }

.mentionreply__body .MentionReplyContent {
    margin-bottom: -2px;
}

.postreply__attach > img {
    width: 15px;
}

.completeTicketAction.ActionComponentsOption.ActionComponents__options .customCheckbox {
    width: auto;
}

.ActionComponents_component .customCheckbox.div_SendFeedback {
    display: flex;
}

.completeTicketAction.ActionComponentsOption.ActionComponents__options {
    padding: 0;
}

    .completeTicketAction.ActionComponentsOption.ActionComponents__options .ActionComponentsOption--select {
        padding: 0 15px;
    }

.postticket__actions {
    padding: 0 15px;
}

.d-flex-items-center.ActionComponentsOption--select > .text__label {
    margin: 0;
    font-size: 12px;
}

.postticket__actions {
    justify-content: space-between;
}

.ActionComponents__options .SendMailCheckboxBlock {
    padding: 0 15px;
}

.ActionTypeContent--wrapper .MentionReplyContainer,
.ActionTypeContent--wrapper .replyAndEscalate {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.chat-footer {
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.ml-auto {
    margin-left: auto;
}


.mentionreply__body .CharaterLimitCount {
    white-space: normal;
    color: #869DAD;
    font-size: 12px;
    text-transform: capitalize;
    display: flex;
    padding: 0 10px;
    margin: 0;
}

    .mentionreply__body .CharaterLimitCount > .SpanCharaterLimitCount {
        margin-right: 3px;
    }

.replyClose__footer {
    display: flex;
    align-items: center;
}

    .replyClose__footer .post__footer--icon {
        white-space: nowrap;
    }

.mentionreply__body .emojiPickerIconWrap .black {
    opacity: .5;
}

.locobuzz__radio [type="radio"]:checked,
.locobuzz__radio [type="radio"]:not(:checked) {
    display: none;
}

    .locobuzz__radio [type="radio"]:checked + label,
    .locobuzz__radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #869DAD;
        font-size: 12px;
        margin-right: 10px
    }


        .locobuzz__radio [type="radio"]:checked + label:before,
        .locobuzz__radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 2px;
            width: 15px;
            height: 15px;
            border: 1px solid #1C8BF9;
            border-radius: 100%;
            background: #fff;
        }


        .locobuzz__radio [type="radio"]:checked + label:after,
        .locobuzz__radio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 9px;
            height: 9px;
            background: #1C8BF9;
            position: absolute;
            top: 5.4px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .locobuzz__radio [type="radio"]:not(:checked) + label:after {
            content: "";
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .locobuzz__radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.scheduleTicket__input {
    border: none;
    outline: none;
    box-shadow: none;
    margin-right: 10px;
    color: #365366;
    min-width: 151px;
    font-size: 12px;
    height: 25px;
}

.ActionTypeContent--wrapper .label-cbx .checkbox {
    margin-right: 5px !important;
}

.ActionTypeContent--wrapper .label-cbx {
    margin-right: 10px !important;
    padding: 5px;
    padding-left: 0;
}

.post__footer--item.TicketIDBlock .label-cbx {
    padding: 0;
    width: auto;
}


    .post__footer--item.TicketIDBlock .label-cbx .checkbox {
        margin: 0 !important;
    }


.postinfo__agentreply .post__replyinfo {
    color: #1C8BF9;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.postinfo__agentreply .post__body {
    padding: 0 10px 10px;
}


.postinfo__agentreply--approved.postinfo__agentreply .post__replyinfo {
    color: #54D600;
}

.postinfo__agentreply--escalated.postinfo__agentreply .post__replyinfo {
    color: #F2C508;
}

.postinfo__agentreply--rejected.postinfo__agentreply .post__replyinfo {
    color: #F24040;
}

.postinfo__agentreply .user_img.social__profile-pic > img,
.postinfo__agentreply .user_img.social__profile-pic {
    width: 25px;
    flex: 0 0 25px;
    margin: 0;
    height: 25px;
}

.post__body--replyinfo {
    padding: 10px;
    background: #F7F8F9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #869DAD;
    border: 1px solid #D9E5ED;
    word-break: break-word;
}

    .post__body--replyinfo .post__body--infotitle {
        color: #1C8BF9;
        font-weight: 700;
    }


.postinfo__agentreply.postinfo__agentreply.postinfo__agentreply--rejected .post__body--replyinfo {
    background: #FFEFEF;
    border: 1px solid #FFB4B48C;
}

    .postinfo__agentreply.postinfo__agentreply.postinfo__agentreply--rejected .post__body--replyinfo .post__body--infotitle {
        color: #F24040;
    }

.postinfo__agentreply.postinfo__agentreply.postinfo__agentreply--escalated .post__body--replyinfo {
    background: #FFEFEF;
    border: 1px solid #FFF4C8;
}

    .postinfo__agentreply.postinfo__agentreply.postinfo__agentreply--escalated .post__body--replyinfo .post__body--infotitle {
        color: #F2C508;
    }

.post__replytime {
    margin-top: 5px;
}

.MarkedInfluencer__tags .tabBody.active {
    display: flex;
    align-items: center;
    padding: 0 10px;
    flex-wrap: wrap;
}

.MarkedInfluencer__tags .removeInfluencer__pill {
    background: #fff;
    border: 1px solid #D9E5ED;
    color: #365366;
}

.MarkedInfluencer__tags .RemoveLabel:after,
.MarkedInfluencer__tags .RemoveLabel:before {
    background: #869DAD;
    height: 1px;
}

.MarkedInfluencer__tags .AddInfluencerTags {
    flex: 0 0 100%;
}

.locobuzz__accordian--close {
    top: 10px;
}


    .locobuzz__accordian--close:before,
    .locobuzz__accordian--close:before {
        background: #365366 !important
    }

.MarkedInfluencer__Label {
    margin-right: 10px;
}

.add__icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    border-radius: 50%;
}

    .add__icon:after, .add__icon:before {
        content: '';
        display: block;
        width: 9px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 5px;
        top: 9px;
    }


    .add__icon:after,
    .add__icon:before {
        background: #869DAD;
        height: 1px;
    }

    .add__icon:before {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .add__icon:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }

.colored__blue {
    color: var(--blue);
    font-weight: 600;
}

/*.ticketinfo__sidebar .ticketinfo__sidebar--counts {
    background: #F7F8F9;
    padding: 20px;
}*/
/*ticket window new styles ends*/



/*table striped Style */

table.striped__Locobuzz_table thead th {
    background-color: #f2f2f333 !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: #51676d;
    position: sticky;
    top: 0;
    height: auto;
}


table.striped__Locobuzz_table thead th,
table.striped__Locobuzz_table tbody td {
    padding: 8px 15px !important;
    border: 0 !important;
}

table.striped__Locobuzz_table tbody td {
    font-size: 13px;
    color: #8098a0;
}

table.striped__Locobuzz_table > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

table.striped__Locobuzz_table tbody tr:nth-of-type(even) {
    background-color: var(--inputbgcolor);
}

.post__select {
    position: relative;
}


.post__header .TicketInfoLabels .label {
    margin-bottom: 0;
}

.post_card.post__card .actionbtnsContainer {
    display: inline-block;
    padding: 0;
}

    .post_card.post__card .actionbtnsContainer.post__footer {
        padding: 10px;
        display: flex;
        align-items: center;
    }

.post_card.post__card .actionbtnsContainerBlock {
    text-align: initial;
}

.post__header--count > img {
    width: 13px;
}




.post__card .AbsoluteInformation {
    position: static;
}


.ticketPostCategory.text__locobuzz .positiveBGColor,
.ticketPostCategory.text__locobuzz .negativeBGColor,
.ticketPostCategory.text__locobuzz .neutralBGColor,
.ticketPostCategory.text__locobuzz span {
    background: transparent;
    color: #F2C508;
}

.post_card.post__card .TicketListNote {
    border: 1px solid #FFF4C8;
    background: #FFFBE8;
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #869DAD;
}

    .post_card.post__card .TicketListNote strong {
        color: #F2C508;
        display: inline-block;
        margin-right: 5px;
    }


.actionbtnsContainer.TicketInfoLabels.post__footer--item .label-cbx {
    padding: 0;
}

.post__footer--item .post__icon {
    display: inline-block;
    margin-right: 5px;
}

.ToolTiphoverRow {
    display: block;
    text-align: left;
}

    .ToolTiphoverRow:not(:last-child) {
        margin-bottom: 20px;
    }

    .ToolTiphoverRow label,
    .ToolTiphoverRow span {
        display: block;
        font-weight: 400;
    }

    .ToolTiphoverRow label {
        color: #869DAD;
        font-size: 11px;
    }

    .ToolTiphoverRow span {
        color: #F7F8F9;
        font-size: 12px;
    }

.post__footer .post__footer--item .label-cbx .checkbox {
    margin: 0 !important;
}

.ticket__dropdown {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
    position: absolute;
    z-index: 10;
    right: 25px;
    top: auto;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    min-width: 151px;
    transform: translateX(10px);
    transition: .2s all;
    padding: 0;
}

    .ticket__dropdown.open {
        transform: translateX(0px);
        transition: .2s all;
        opacity: 1;
        visibility: visible;
    }

    .ticket__dropdown > li {
        padding: 0;
    }

        .ticket__dropdown > li > a {
            padding: 8px 10px;
            display: block;
        }

            .ticket__dropdown > li > a:hover {
                background: rgb(217, 229, 237);
            }

.post__card.post_card .ticket__dropdown a.text__link {
    color: #365366;
    display: flex;
}

.ticket__dropdown--icon {
    margin-right: 5px;
}

.text__link.UpdateMarkInfluencerBtn {
    margin: 0;
}

.post__footer--item .ticket__dropdowntoggle {
    margin-left: 5px;
}

.post__footer--item img.post__footer--replyicon {
    width: 13px;
}


.actionbtnsContainer.TicketInfoLabels.d-flex-items-center {
    display: flex
}

.post__footer--item .TicketInfoLabels {
    padding: 0;
}

.TicketsListing.ticket__listing {
    border: none;
    background: transparent;
    padding: 0;
}

    .TicketsListing.ticket__listing .smart-timeline-list li {
        padding-top: 0;
    }

    .TicketsListing.ticket__listing .post_card.post__card {
        box-shadow: none;
        border: 1px solid #D9E5ED;
    }


    .TicketsListing.ticket__listing .signalrbtn {
        border-radius: 20px;
        padding: 10px 12px;
        background: #1C8BF9;
        top: -9px;
        box-shadow: 0 14px 26px -12px rgba(28, 139, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(28, 139, 249, 0.2);
    }

    .TicketsListing.ticket__listing .signalrbtnwithnodata {
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px;
        background: #1c8bf9;
        border-radius: 4px;
        box-shadow: 0 14px 26px -12px rgba(28, 139, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(28, 139, 249, 0.2);
    }

        .TicketsListing.ticket__listing .signalrbtnwithnodata > p {
            margin: 0;
        }

.post__icon.post__icon--clock {
    margin-bottom: 1px;
}

.Ticket__Pagination {
    margin-bottom: 10px;
}

    .Ticket__Pagination .pagination > li:first-child > a,
    .Ticket__Pagination .pagination > li:first-child > span,
    .Ticket__Pagination .pagination > li:last-child > a,
    .Ticket__Pagination .pagination > li:last-child > span,
    .Ticket__Pagination li > a {
        margin: 0 5px;
        border-radius: 50%;
        box-shadow: none;
        width: 24px;
        font-size: 12px;
        height: 24px;
        text-align: center;
        padding: 4px !important;
    }

    .Ticket__Pagination .pagination > li.active > a {
        background-color: #1C8BF9;
        border-color: #1C8BF9;
    }


.post__footer--item .text__small.PostTimeAgo {
    font-style: normal;
}

.post__body .about_user p.urlify {
    margin-bottom: 3px;
}


.TicketsListing .smart-timeline-content .post__body .about_user {
    margin-top: 0;
    padding-top: 0;
}

#ticketcontants .post_card.post__card.smart-timeline-content.read-ticket:before {
    display: none;
}

#ticketcontants .post_card.post__card {
    display: none;
    pointer-events: none;
}

.locobuzz__modal--header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #EAF1F4;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.locobuzz__modal--title {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    color: #365366;
}

.locobuzz__modal--close {
    font-size: 30px;
    line-height: 18px;
    font-weight: 100;
    color: #869DAD;
    opacity: .6;
    transition: all .2s ease;
    cursor: pointer;
}

.modal-dialog .ActionTypeContent.ActionTypeContent--wrapper {
    border: none;
}

.modal .post__card.post_card {
    border: none;
}

.ticketinfo__header .AddNotesBtn {
    border: none;
    padding-left: 0px;
}

.AddNotes__Btn#AddTicketNotes {
    background: #F7F8F9 0% 0% no-repeat padding-box;
    border: 1px solid #EAF1F4;
    border-radius: 4px;
    color: #365366;
    font-weight: 400;
    padding: 5px 10px;
    margin-right: 10px;
}

.ticket__timings.TicketTimings {
    width: auto;
    margin-right: 10px;
}

.ticket__timings > p {
    text-transform: capitalize;
}

.ticket__timings #TicketCreatedAt_span {
    font-size: 13px;
    color: #395164;
    text-transform: capitalize;
}

.ticket__timings #TicketCreatedAt span {
    font-weight: 400;
    font-style: normal;
}


.ticket__timings #TicketCreatedAt_span .PostTimeAgo {
    color: #869DAD;
}

.ticketinfo__tickets #AssociatedUsers ul {
    margin-bottom: 0;
}


.ticketinfo__tickets #AssociatedUsers ~ .custom_scrollbar {
    padding-top: 0;
}


.ticket__timings--icon {
    display: inline-block;
    width: 12px;
    margin-bottom: 2px;
}

#TicketCreatedAt_span span.ticket__timings--value {
    color: #869DAD;
}

.loadmore__btnwrapper {
    position: relative;
}

.loadmore__btnwrapper {
    position: relative;
}

    .loadmore__btnwrapper:before {
        content: '';
        display: block;
        display: block;
        border-top: 1px dashed #D9E5ED;
        position: absolute;
        width: 100%;
        top: 15px;
        z-index: -1;
    }

.communicationLog_btnwrapper:before {
    top: 50%;
}

.communicationLog_btnwrapper .post__header .user_info .text__highlight {
    font-size: 12px;
}

#divSearchAccountLoadMore a.loadmore__btn, a.loadmore__btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 100px;
    border: 1px solid #D9E5ED;
    font-size: 12px;
    color: #365366;
    text-transform: capitalize;
    background: #F7F8F9;
    font-weight: normal;
}

.m-0 {
    margin: 0 !important;
}

.UserInfoContent .post__header--profile .user_img img {
    height: auto;
}

.ticketinfo__sidebar--section .user_img.social__profile-pic,
.ticketinfo__sidebar--section .user_img.social__profile-pic > img {
    flex: 0 0 45px;
    width: 45px;
    height: auto;
}

.post_card.ticketinfo__sidebar--section .post__header--profile {
    padding: 15px;
}

.post__header--profile .user_info .text__highlight {
    color: #002A3D;
    font-weight: 600;
}

.post__header--profile .user_info .UserHandleName.text__small {
    color: #869DAD;
    font-weight: 400;
    margin-left: 10px;
}

.ticketinfo__sidebar--section .post__header--profile {
    border: 1px solid #EAF1F4;
}

.userdropdown__icon {
    width: 5px;
}

.post__header--profile .MuteFollowBlock {
    position: static;
}

.UserInfoContent .user_info.ticketinfo__sidebar--userinfo {
    padding: 15px;
    width: 100%;
}


.ticketinfo__sidebar--userinfo .text__highlight {
    color: #365366;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.ticketinfo__sidebar--userinfo .multipleAccount .social__profile-pic,
.ticketinfo__sidebar--userinfo .multipleAccount .social__profile-pic > img {
    width: 25px;
    flex: 0 0 25px;
}

a.add__divicon,
.add__divicon {
    width: 25px;
    height: 25px;
    border: 1px solid #869DAD;
    border-radius: 100%;
    color: #869DAD;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

    .add__divicon:before, .add__divicon:after {
        content: '';
        position: absolute;
        background: #869DAD;
        width: 50%;
        height: 1px;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .add__divicon:after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

#MarkedInfluTags .locobuzz__tabs .nav > li > a {
    text-transform: capitalize;
    color: #365366;
}

.locobuzz__accordian--head {
    padding: 10px;
}


#MarkedInfluTags .locobuzz__tabs .nav > li > a {
    padding-left: 0;
    padding-right: 0;
}

.locobuzz__accordian--body .ticketSummaryInfo .col-md-6 {
    padding: 0;
}

.locobuzz__accordian--body .select2-container,
.locobuzz__accordian--body .ticketSummaryInfoVal select,
.locobuzz__accordian--body .ticketSummaryInfoVal input {
    border: 1px solid #D9E5ED;
    background: #fff;
    color: #365366;
    padding: 5px 0;
}

.locobuzz__accordian--body .select2-container {
    padding: 0.5px;
}

    .locobuzz__accordian--body .select2-container .select2-choice {
        background: #fff;
        border: none;
    }

    .locobuzz__accordian--body .select2-container.select2-container-disabled .select2-choice div {
        background: #fff
    }

.Ticketsummary__Log .TicketActionName {
    color: #365366;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    width: 92px;
}

.Ticketsummary__Log .TicketAgentName,
.text__date {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #365366;
}

.text__ago {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #869DAD;
}

.PostTimeAgo.text__ago {
    font-style: normal;
}


#TicketTimelineBlock .Timeline__Line p:after {
    background: #1C8BF9;
}

.defaultcursor {
    cursor: default;
}

#TicketTimelineBlock .defaultcursor {
    color: #000 !important;
}

#TicketTimelineAcc .defaultcursor {
    font-weight: 100;
}

.post_card a.text__pill--outlined,
.text__pill--outlined {
    border: 1px solid #D9E5ED;
    border-radius: 17px;
    padding: 5px;
    color: #365366;
    font-weight: 100;
    padding: 2px 8px 2px 8px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    border-radius: 11px;
}

.text__pill--close {
    font-size: 18px;
    cursor: pointer;
}

.associated__users {
    background: #fff;
}

.teamadd__user {
    background: #fff;
    position: absolute;
    width: 250px;
    right: 43px;
    top: 40px;
    box-shadow: 0px 1px 2px #24242426;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s all;
    z-index: 10;
    max-height: 400px;
    overflow: auto;
}

    .teamadd__user.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.teamadd__userlist {
    padding: 15px;
    padding-bottom: 0;
}

.teamadd__userlistitem {
    padding: 5px 0px;
}

.btn__locobuzz--small {
    padding: 0px 6px;
}

.locobuzz__input--search {
    position: relative;
}

.locobuzz__input--icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
}

.teamadd__userlistitem .social__profile-pic,
.teamadd__userlistitem .social__profile-pic img {
    width: 25px;
    flex: 0 0 25px;
    height: 25px;
}

.TicketIDBlock ~ .post__category {
    margin-left: 10px;
}

.postticket__actions .locobuzz__radio {
    white-space: nowrap;
}

/*.TicketIDBlock ~ .post__category{
    margin-left:10px;
}*/
.emailbody__template .ForwardMailTextBox,
.post__card.post_card .ForwardMailTextBox {
    border: 1px solid #EAF1F4;
}


    .emailbody__template .ForwardMailTextBox .colorText,
    .post__card.post_card .ForwardMailTextBox .colorText {
        color: #365366;
    }

.emailbody__template .bootstrap-tagsinput,
.post__card.post_card .bootstrap-tagsinput {
    background: #F7F8F9 !important;
}

.emailbody__template .forwardMailBox footer.forwardEmainGroupFooter {
    border: 1px solid #EAF1F4;
    margin-top: 0 !important;
    border-top: 0;
}

.emailbody__template .forwardMailBox section.ForwardMailEditor {
    margin-top: 0 !important;
}

.emailbody__template .forwardMailBox section.ForwardMailTextBox {
    border-bottom: 0;
    padding: 0;
}


.emailbody__template .ForwardMailTextBox .bootstrap-tagsinput,
.post__card.post_card .ForwardMailTextBox .bootstrap-tagsinput,
.emailbody__template .bootstrap-tagsinput,
.post__card.post_card .bootstrap-tagsinput {
    min-height: 32px;
    padding: 2px;
}

    .emailbody__template .bootstrap-tagsinput .tag,
    .post__card.post_card .bootstrap-tagsinput .tag {
        background: #fff;
        border-radius: 4px;
        border: 1px solid #D9E5ED;
        color: #365366;
    }

.emailbody__template .ForwardMailTextBox > .colorText,
.post__card.post_card .ForwardMailTextBox > .colorText {
    padding-left: 10px;
}



.post__card.post_card .bootstrap-tagsinput .tag [data-role=remove],
.emailbody__template .bootstrap-tagsinput .tag [data-role=remove] {
    top: -2px;
    right: -5px;
    color: #869DAD;
}

.post__card.post_card .bootstrap-tagsinput .tag [data-role=remove] {
    top: 1px;
    right: -2px;
}


.emailbody__template .add__group .bootstrap-tagsinput .tag [data-role=remove],
.post__card.post_card.bootstrap-tagsinput .tag [data-role=remove] {
    top: 0;
}



    .emailbody__template .bootstrap-tagsinput .tag [data-role=remove]:after,
    .post__card.post_card .bootstrap-tagsinput .tag [data-role=remove]:after {
        content: "×"
    }

    .post__card.post_card .bootstrap-tagsinput .tag [data-role=remove]:hover,
    .emailbody__template .bootstrap-tagsinput .tag [data-role=remove]:hover {
        background-color: transparent;
        box-shadow: none;
    }

#AssociatedUsers.associated__users li .user_img {
    width: 20px;
}

#AssociatedUsers.associated__users .channelLogo {
    position: absolute;
    width: 12px;
    height: 12px;
    top: -6px;
    right: auto;
    left: 12px;
}

    #AssociatedUsers.associated__users .channelLogo > img {
        height: auto !important;
    }


.associated__users {
    margin-top: 5px;
}

#AssociatedUsers.associated__users li .user_img img {
    height: auto;
}

#AssociatedUsers.associated__users li a {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

    #AssociatedUsers.associated__users li a:hover, #AssociatedUsers li.active a {
        background: #fff;
        border: 1px solid #1C8BF9;
        border-radius: 4px;
    }

    #AssociatedUsers.associated__users li a:hover, #AssociatedUsers.associated__users li.active a {
        background: #fff;
        color: #365366;
    }

.joinedusers {
    margin-right: 10px;
}

    .joinedusers > ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

.joinedusers--item {
    width: 32px;
    height: 32px;
    border: 3px solid #1C8BF9;
    border-radius: 100%;
}

    .joinedusers--item:not(:last-child) {
        margin-right: -5px;
    }

.joinedusers--img {
    max-width: 100%;
    border-radius: 100%;
}


.ticketinfo__sidebar--userinfo.multipleAccount > a img {
    margin-top: 1px;
}

.post__footer--item .dropdown-menu a {
    white-space: nowrap !important;
}

.ticketinfo__sidebar--section .post__header--profile .text__highlight--title {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticketinfo__sidebar .UserDetailsBody .ticketinfo__sidebar--section {
    margin-bottom: 0;
}

.btn__inheader.crmbtnticket {
    border: 1px solid #1C8BF9;
    color: #365366;
    padding: 2px 10px;
    background: #fff;
    font-size: 12px;
}



.post__body--note {
    border-top: 1px solid #EAF1F4;
}

.post_card:not(.post__card) .post__body--note {
    background-color: #F7F8F9;
    border: 1px solid #D9E5ED;
    border-radius: 5px;
    margin: 10px 0;
}

.post__body--notehead {
    display: flex;
    align-items: center;
}

.post__body--noteheaditem,
.post__body--noteheadlabel {
    display: inline-block;
    color: #869DAD;
    font-size: 12px;
    font-weight: normal;
}

.post__body--notecontent {
    margin-top: 10px;
}



.post__body--noteheaditem:not(:last-child) {
    margin-right: 7.5px;
    padding-right: 7.5px;
    border-right: 1px solid #D9E5ED;
}

.ActionTypeContent--wrapper .btn.cleartext-btnforreply {
    margin-left: 5px;
}

.ActionTypeContent--wrapper .replyAndEscalateHeader,
.ActionTypeContent--wrapper .replyAndEscalateBody {
    padding-left: 0;
}

.ActionTypeContent--wrapper .replyAndEscalateHeader {
    display: flex;
    align-items: center;
}


.ActionTypeContent--wrapper .EscationToDiv {
    margin-left: auto;
}

.post__footer--icon img.post__footer--closeicon {
    width: 10px;
}

.TicketsListing.ticket__listing .TicketActionBlock {
    padding: 0;
}

.TicketsListing.ticket__listing .ticket__listing--actions {
    margin-bottom: 10px;
}


.ticket__listing--actions .btn.SaveMentionAction.btn__locobuzz {
    padding: 3px;
}

.forwardEmainGroupFooter .CustomInput {
    padding: 0;
}

    .forwardEmainGroupFooter .CustomInput .form-control-file:before,
    .forwardEmainGroupFooter .CustomInput .form-control-file:hover:before {
        border: 2px solid #EAF1F4;
        color: #869DAD;
        padding-left: 0;
        box-shadow: none;
    }


.div_CommonSendDMForward .label-cbx {
    padding: 0;
}


.post_card.post__card .forwardMailBox footer {
    border: 1px solid #CEE7EA;
}

.locobuzz__modal--body .select2-container .select2-choice {
    border: 1px solid #D9E5ED;
    color: #002A3D;
}

    .locobuzz__modal--body .select2-container .select2-choice span {
        color: #002A3D;
    }

.CustomInput .form-control-file {
    width: 90px;
    font-size: 12px;
}

#notificationdiv.LockUnlockMention__check .onoffswitch-inner:before, #Channelnotificationdiv .onoffswitch-inner:before,
#emaildiv.LockUnlockMention__check .onoffswitch-inner:before, #enableworkinghourstatdiv.LockUnlockMention__check .onoffswitch-inner:before {
    background-color: #D9E5ED;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#D9E5ED),to(#D9E5ED));
    background-image: -webkit-linear-gradient(top,#D9E5ED,#D9E5ED);
    background-image: -webkit-gradient(linear,top left,bottom left,from(#D9E5ED),to(#D9E5ED));
    background-image: linear-gradient(to bottom,#D9E5ED,#D9E5ED);
    box-shadow: none;
    text-shadow: none;
    color: #365366;
}

#notificationdiv.LockUnlockMention__check .onoffswitch-inner:after, #Channelnotificationdiv.LockUnlockMention__check .onoffswitch-inner:after,
#emaildiv.LockUnlockMention__check .onoffswitch-inner:after, #enableworkinghourstatdiv.LockUnlockMention__check .onoffswitch-inner:after {
    background-color: #D9E5ED;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#D9E5ED),to(#D9E5ED));
    background-image: -webkit-linear-gradient(top,#D9E5ED,#D9E5ED);
    background-image: -webkit-gradient(linear,top left,bottom left,from(#D9E5ED),to(#D9E5ED));
    background-image: linear-gradient(to bottom,#D9E5ED,#D9E5ED);
    box-shadow: none;
    text-shadow: none;
    color: #365366;
}

#notificationdiv.LockUnlockMention__check .onoffswitch-switch,
#Channelnotificationdiv.LockUnlockMention__check .onoffswitch-switch,
#emaildiv.LockUnlockMention__check .onoffswitch-switch,
#enableworkinghourstatdiv.LockUnlockMention__check .onoffswitch-switch {
    border: none;
    padding: 1px;
}

.post__card .languageTranslationBody,
.post__card .languageTranslationHeader {
    background: #F7F8F9;
}

.TicketInfoLabels > .post__footer--hidetranslate {
    margin-right: 10px;
}

.loadingIcon--wrapper img {
    width: 11px;
}

.post__icons .post__icons--img > img.post__icons--fbcomment,
.post__icons .post__icons--img > img.post__icons--fblike {
    width: 12px;
}

.post__header--profilename {
    max-width: 187px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticketinfo--timeline .TagAllForMentions {
    position: static;
    border: none;
    padding: 10px;
    transform: translate(0,-11px);
    display: flex;
    align-items: center;
    background: none;
}


    .ticketinfo--timeline .TagAllForMentions .label-cbx {
        padding: 0;
    }

        .ticketinfo--timeline .TagAllForMentions .label-cbx > span {
            margin: 0;
        }

.TicketIDBlock ~ .post__category {
    display: flex;
}

#autoclosureaccount .selected:before,
#autoclosureaccount .selected:after {
    display: none;
}

#autoclosureaccount .selected,
.dropdown-menu > li.selected > a,
#LanguageDropdown > li.selected > a {
    text-decoration: none;
    /*color: #fff;*/
    background-color: var(--bordercolor);
}

#LanguageDropdown > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

    #LanguageDropdown > li > a:hover {
        text-decoration: none;
    }

#LanguageDropdown {
    padding: 0;
}

.search-container.dropdown-search {
    padding: 0 15px;
    margin-bottom: 10px;
}

    .search-container.dropdown-search input {
        padding: 5px;
        width: 100%;
    }

    .search-container.dropdown-search button {
        margin-left: auto;
        border: 0;
        background: transparent;
        border-left: 1px solid #ccc;
    }

.post__footer--item > .label-cbx,
.post__footer--item.hoverAllTime {
    margin-right: 10px;
}

.post__footer--icon .lineinticketl {
    margin-right: 0px !important;
    border-right: none;
    padding-right: 0px;
}

.post__card .user_info.email__changes {
    border-bottom: none;
}

.post__notfound {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(100vh - 318px);
}

    .post__notfound .post__notfoundimg {
        width: 400px;
        margin-bottom: 15px;
    }

.modal-full .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.ticket__notification {
    position: fixed;
    width: 100%;
    padding: 10px;
    background: #DCEEFF;
    z-index: inherit;
    bottom: 0px;
    text-align: center;
    color: #365366;
    font-size: 14px;
}

    .ticket__notification .ticket__notification--user {
        font-weight: 600;
    }

.ticket__notification--userimg > img {
    height: 25px;
    width: 25px;
    border-radius: 100px;
}

.ticket__notification--close {
    font-size: 24px;
    position: absolute;
    right: 12px;
    background: #2590F9;
}

.p-0 {
    padding: 0 !important;
}


#CommentBody .post__card .smart-timeline-time,
#selectedPost .post__footer--item .smart-timeline-time {
    position: static;
    float: none;
    text-align: left;
    color: #869DAD;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.smart-timeline-content.post__wrapper {
    padding: 0;
    border-radius: 6px;
}

.UserLikeComentCount.post__body--info {
    background: #fff;
}

.post__icons--item .Engagementtext,
.post__icons--item .ReachText,
.post__icons--item .ImpressionText {
    width: auto !important;
    margin-right: 5px;
    font-weight: 400;
}

.post__icons--item .post__count {
    font-weight: 600;
}

.ActionTypeContent--wrapper .MentionReplyBody .emojiPickerIcon {
    z-index: 0;
}

.CommunicationLog__Body .PreviewcommunicationLogContent:after {
    display: none;
}

.CommunicationLogBody.CommunicationLog__Body .ticketPost {
    padding: 0;
}

#popup_Tickets_Preview .modal-dialog {
    width: 88%;
}

.MoreActionsBlock.dropdown-menu > li > a {
    white-space: nowrap !important;
}

/*.CustomInput .form-control-file.btn-cancel.text-primary.font-weight-bold:after {
    background: #F7F8F9 0% 0% no-repeat padding-box;
    border: 1px solid #EAF1F4;
    border-radius: 4px;
    color: #365366;
    font-weight: 400;
    padding: 5px 10px;
}*/
/*#TicketTimelineBlock.TicketTimeline__Block p:after {
    background: #1C8BF9;
}*/
/*table striped Style */

.loading__post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px;
    border-bottom: 1px #CEE7EA solid;
    margin-bottom: 10px;
    color: #8098a0;
    font-size: 13px;
}

.loading__post {
    background-color: #fff;
    border: 1px #CEE7EA solid;
    padding: 10px;
    margin-bottom: 15px;
    height: 140px;
}

    .loading__post .loading__avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #ccc;
        border-radius: 25%;
        margin: 0 8px;
        background-image: -webkit-linear-gradient(left, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-image: -o-linear-gradient(left, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-image: linear-gradient(90deg, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-size: 600px;
        -webkit-animation: loading-animation 3s infinite ease-out;
        animation: loading-animation 3s infinite ease-out;
        border-radius: 50%;
    }

    .loading__post .loading__title-line {
        width: 90px;
        height: 10px;
        border-radius: 7px;
        background-image: -webkit-linear-gradient(left, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-image: -o-linear-gradient(left, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-image: linear-gradient(90deg, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-size: 600px;
        -webkit-animation: loading-animation 3s infinite ease-out;
        animation: loading-animation 3s infinite ease-out;
    }

    .loading__post .loading__content-line {
        display: block;
        height: 10px;
        border-radius: 7px;
        background-image: -webkit-linear-gradient(left, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-image: -o-linear-gradient(left, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-image: linear-gradient(90deg, #E9F3F5 0px, rgba(206,231,234, 0.8) 40px, #E9F3F5 80px);
        background-size: 600px;
        -webkit-animation: loading-animation 3s infinite ease-out;
        animation: loading-animation 3s infinite ease-out;
        margin-bottom: 10px;
    }

        .loading__post .loading__content-line:last-child {
            max-width: 30%;
        }

.loading__post--single .loading__content-line:last-child {
    max-width: 100%;
}

.spinner {
    position: absolute;
}

@-webkit-keyframes loading-animation {
    from {
        background-position: -10vw;
    }

    to {
        background-position: 110vw;
    }
}


@keyframes loading-animation {
    from {
        background-position: -10vw;
    }

    to {
        background-position: 110vw;
    }
}

.modal-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
}

    .modal-spinner .spinner {
        background: #fff;
        z-index: 2;
    }

    .modal-spinner .spinner {
        width: 60px;
        height: 60px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .modal-spinner .spinner:before {
            width: 60px;
            height: 60px;
        }


        .modal-spinner .spinner:not(:required):before {
            content: '';
            border-radius: 50%;
            border: 3px solid rgb(233, 243, 245);
            border-top-color: #27c2ff;
            animation: spinner .6s linear infinite;
            -webkit-animation: spinner .6s linear infinite;
        }


@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*table striped Style */
.communicationLog_btnwrapper .RepliedByAgent.postinfo__agentreply {
    background: #EAF1F4;
    border: 1px solid #78BDEB;
    border-radius: 150px;
}

.communicationLog_btnwrapper .postinfo__agentreply .post__replyinfo {
    color: #002A3D;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.RepliedByAgent.postinfo__agentreply.discard {
    background: #F7F8F9;
}

.postinfo__agentreply.postinfo__agentreply.postinfo__agentreply--rejected.discard .post__body--replyinfo {
    background: none;
    border: none;
}

.postinfo__agentreply--rejected.postinfo__agentreply.discard .post__replyinfo {
    color: #365366;
    font-size: 14px;
}

.postinfo__agentreply--rejected.postinfo__agentreply.discard label.post__replyinfo {
    color: #F24040;
    font-size: 12px;
}

.RepliedByAgent.postinfo__agentreply.discard .post__header {
    border-bottom: 1px solid #EAF1F4;
}

/*#left_menu i {
    vertical-align: 10px;
}*/

.post__emailinfo--item {
    margin-bottom: 10px;
}

.post__emailinfo--value {
    flex: 1;
}

    .post__emailinfo--value .post__input {
        width: 100%;
        min-height: 34px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.post__emailinfo--item {
    display: flex;
    align-items: center;
}

.post__emailinfo--label {
    display: inline-block;
    min-width: 75px;
    color: #365366;
}

.post__input--pill {
    background: #F7F8F9;
    border: 1px solid #D9E5ED;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    line-height: 1;
    color: #365366;
    font-size: 12px;
}

    .post__input--pill:not(:last-child) {
        margin-right: 5px;
    }

.post__emailbody {
    background: #F7F8F9;
    overflow: auto;
    max-height: 200px;
    margin-bottom: 10px;
}

    .post__emailbody iframe {
        background: #fff;
        display: block;
        margin: 30px auto;
        width: 80%;
    }

.keyword-tooltip ~ .tooltip,
.PersonalFiledsMessage .tooltip {
    position: fixed !important;
}

.post__body .text__small.timeAgo {
    display: inline-block;
}

.modal-transparent .modal-content {
    background: transparent;
    width: auto;
    box-shadow: none;
    border: none;
}

    .modal-transparent .modal-content > img.img-responsive {
        margin: 0 auto;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        background: #000;
    }

.chat-attachment {
    cursor: pointer;
}

    .chat-attachment:hover {
        opacity: 1;
        -webkit-animation: flash 1s;
        animation: flash 1s;
    }


@keyframes flash {
    0% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}






.TimelineDataBody.ticketcommonpopup .checkbox__mask {
    margin-right: 10px;
}

.loader__locobuzz {
    display: inline-block;
}

    .loader__locobuzz,
    .loader__locobuzz:after {
        border-radius: 50%;
        width: 20px;
        height: 20px;
    }

.loader__locobuzz {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(28,139,249, 0.2);
    border-right: 3px solid rgba(28,139,249, 0.2);
    border-bottom: 3px solid rgba(28,139,249, 0.2);
    border-left: 3px solid #1c8bf9;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadmore__btn.loading {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    padding-right: 20px;
    padding-left: 3px;
}

    .loadmore__btn.loading .loader__locobuzz {
        margin-right: 10px;
    }

.loaderbottom10 {
    margin-bottom: 10px;
}

.previewImage_Wrapper {
    position: relative;
    display: inline-block;
    border: 15px solid #fff;
    border-radius: 5px;
    background: #f2f2f2;
}

.previewImage__close {
    background: #fff;
    border: 1px solid #d9e5ed;
    margin: 10px;
    border-radius: 50%;
    color: #869dad;
    position: absolute;
    font-size: 31px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: .9;
    text-align: center;
    top: -35px;
    right: -35px;
    cursor: pointer;
}

ticketinfo__header {
    cursor: pointer;
}

.stats__count--img {
    display: inline-block;
    width: 18px;
    margin-left: 5px;
}


#Alertinfomodal .modal-header button.closeBtnPopup {
    position: absolute;
    right: 15px;
    font-size: 25PX;
    font-weight: 100;
    color: #000;
    top: 8px;
    opacity: 1;
}

#Alertinfomodal .modal-header {
    padding: 0 10px 29px 0 !important;
}

.Intent-head {
    padding: 15px;
    display: flex;
    align-items: center;
}

.select2__new .select2-container .select2-choice {
    min-width: 145px;
    border: 1px solid #D9E5ED;
    color: #395164;
    font-weight: normal;
    border-radius: 4px;
}

    .select2__new .select2-container .select2-choice .fa-list-alt {
        color: #395164;
    }


.Intent-TabList .tooltip-inner {
    max-width: 200px;
}

.locobuzz__radio--wrapper .locobuzz__radio:not(:last-child) {
    margin-right: 10px
}

.CannedResponsesshowhide {
    margin: 10px 0;
}

.locobuzz__tags {
    background: #E9F2F4;
    border: 1px solid #F7F8FA;
    color: #365366;
    padding: 6px;
    min-height: 32px;
}

    .locobuzz__tags .locobuzz__tag {
        padding: 0px 4px;
        background: #fff;
        border-radius: 10px;
        font-size: 11px;
        /*white-space: nowrap;*/
        display: inline-block;
        margin-bottom: 3px;
    }

        .locobuzz__tags .locobuzz__tag:not(:last-child) {
            margin-right: 5px;
        }

        .locobuzz__tags .locobuzz__tag .locobuzz__tag--remove {
            font-size: 13px;
            color: #869dad;
            cursor: pointer;
        }


.position-relative {
    position: relative;
}

.filter-custom {
    width: 100%;
}

    .filter-custom .selected:after {
        display: none;
    }

    .filter-custom .selected:before {
        line-height: 2;
    }

.portlet__filters.AllFilters:before {
    display: none;
}

div.checkboxes.DisableTagsFilter {
    background: #fff;
}

    div.checkboxes.DisableTagsFilter .checkbox {
        background: #e5e5e5;
    }

.category-map .jstree-default .jstree-search {
    font-size: 14px;
    color: var(--black);
    font-style: normal;
}


.bootstrap-dropdown-wrapper .bootstrap-select {
    display: block;
    width: 100%;
}

    .bootstrap-dropdown-wrapper .bootstrap-select .btn {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
    }

        .bootstrap-dropdown-wrapper .bootstrap-select .btn .fa-angle-down {
            position: absolute;
            right: 12px;
            top: 10px;
        }


.ticketPostCategory .tags {
    white-space: nowrap;
    font-size: 11px;
}

.custom--alert__text {
    padding: 5px;
    background: rgba(242,64,64,0.8);
    color: #fff;
    position: fixed;
    bottom: -4px;
    width: calc(100% - 237px);
    right: 10px;
}

.ticket__alert--wrapper {
    text-align: center;
}

.ticket__alert {
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 15px;
    box-shadow: 0px 1px 2px #24242426;
    font-size: 14px;
    cursor: pointer;
}

    .ticket__alert > .fa {
        font-size: 16px;
    }

.ticket_new.ticket__alert--wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 7px);
    z-index: 999;
}

.CommunicationLogBody .ticket__alert--wrapper {
    position: relative;
    padding: 10px 0;
}

.CommunicationLogBody .ticket__alert {
    position: absolute;
    z-index: 999;
    right: 50%;
}

.ticketPostCategory span.tags__categoryIcon {
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0;
}

.ticketPostCategory .positiveBGColor span.tags__categoryIcon {
    background-image: url(../images/tickets/mention_category-positive.svg);
}

.ticketPostCategory .neutralBGColor span.tags__categoryIcon {
    background-image: url(../images/tickets/mention_category-neutral.svg);
}


.ticketPostCategory .negativeBGColor span.tags__categoryIcon {
    background-image: url(../images/tickets/mention_category-negative.svg);
}


.PostMoreActions.dropdown ~ .PostLikeShare [data-original-title="Like"] {
    border-right: 1px solid #ddd;
}

.text__highlight--bold {
    color: #002A3D;
    font-size: 14px;
    font-weight: bold;
}

.elsubscribe {
    border-top: 1px solid #EAF1F4;
}

.elsubscribe__item {
    padding: 0 15px;
    margin-bottom: 15px;
}

.elsubscribe__foot {
    display: flex;
    align-items: center;
    padding: 20px 15px;
}

a.post__footer--icon.btn-subscribe.active {
    border-color: #13a9ef;
}

    a.post__footer--icon.btn-subscribe.active i.fa.fa-bell {
        color: #13a9ef;
    }

.switchtogglee.readonly {
    pointer-events: none;
}

.select2-search-choice-close ~ div,
.select2-choices div {
    border: 0 !important;
    background: transparent !important;
}

.calanderInput:after {
    content: '';
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    top: 7px;
    /* transform: translateY(-50%); */
    right: 11px;
    background: url(../images/C_icon.svg);
}

.calanderInput {
    position: relative;
    clear: both;
}

.keyword-dropdown {
    display: none;
    padding: 15px 0;
}

.keyword-head {
    width: 100%;
}

.keywords-dropdown .locobuzz-input ~ .bootstrap-tagsinput {
    padding: 0;
}

.keywords-dropdown .ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
}

.keyword-head strong {
    margin: 0 5px;
}

.keywords-dropdown .locobuzz-input ~ .bootstrap-tagsinput .tag [data-role=remove]:hover {
    color: #fff;
}

.keywords-dropdown .containEllipsis {
    display: none;
}

.keywords-dropdown .btn-head {
    color: var(--lightgrey);
}


.divider {
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px #ddd solid;
}

.isabouttobreached {
    border: 1px solid #f8e181 !important;
    border-bottom: none;
}

.smart-timeline-content.ticket_section.isbreached {
    border: 1px solid #f24040;
    border-bottom: none;
}

.isbreached {
    border: 1px solid #f24040;
    border-bottom: none;
}

.isabouttobreached ~ .smart-timeline-content {
    border: 1px solid #f8e181 !important;
    border-top: none;
}

.isbreached ~ .smart-timeline-content {
    border: 1px solid #f24040;
    border-top: none;
}

.smart-timeline-content.ticket_section {
    padding: 10px 5px;
    border-top: 1px solid #ddd;
}

.smart-timeline-content.isbreached:after {
    content: "";
    display: block;
    position: absolute;
    left: 105px;
    top: 27px;
    width: 8px;
    height: 8px;
    border: 1px solid #f24040;
    border-width: 1px 0 0 1px;
    background-color: #ebeff1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.isabouttobreached {
    border: 1px solid #f8e181 !important;
    border-bottom: none;
}
.isbreached {
    border: 1px solid #f24040 !important;
    border-bottom: none;
}

.smart-timeline-post-card {
    padding: 10px 5px;
    border-top: 1px solid #ddd !important;
}

.smart-timeline-content.isabouttobreached:after {
    content: "";
    display: block;
    position: absolute;
    left: 105px;
    top: 27px;
    width: 8px;
    height: 8px;
    border: 1px solid #f8e181;
    border-width: 1px 0 0 1px;
    background-color: #ebeff1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-timeline-content ~ .smart-timeline-content:before,
.smart-timeline-content ~ .smart-timeline-content:after {
    display: none;
}


.locobuzzpage__alert {
    padding: 8px;
    margin: -1px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002a3d;
    transform: translateY(50px);
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.locobuzzpage__alert--icon,
.locobuzzpage__alert--action {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}


.locobuzzpage__alert--action {
    font-weight: bolder;
    display: inline-block;
    padding: 0px 12px;
    border: 2px solid #002a3d;
    cursor: pointer;
    margin-left: 18px;
    border-radius: 3px;
    width: auto;
}

    .locobuzzpage__alert--action > img {
        width: 12px;
    }

.locobuzzpage__alert--close {
    font-size: 25px;
    position: absolute;
    right: 10px;
    color: #365366;
    cursor: pointer;
    top: 2px;
}

.locobuzzpage__alert--warning {
    background: #f2c508;
}

.locobuzzpage__alert--error {
    background: #F24040;
}

.TicketsListing .smart-timeline-content.isbreached.read-ticket,
.TicketsListing .smart-timeline-content.isbreached.read-ticket:before,
.TicketsListing .smart-timeline-content.isbreached.read-ticket:after {
    background: #FFF9F9;
}

.TicketsListing .smart-timeline-content.isabouttobreached.read-ticket,
.TicketsListing .smart-timeline-content.isabouttobreached.read-ticket:before,
.TicketsListing .smart-timeline-content.isabouttobreached.read-ticket:after {
    background: #FFFEFB;
}


.filter-content .AllFilters:before {
    right: 106px;
}


.filter-content .AllFilters.slideToggleContent {
    top: -72px;
    box-shadow: 1px 1px 6px #d9e5ed;
}

.filter-content .panel-default > .panel-heading {
    background: #fff;
}

.dropdown-pill .selected:after {
    display: none;
}

.TicketCountPills .dropdown-menu {
    min-width: 206px;
}


    .TicketCountPills .dropdown-menu.dropdown-pill li a {
        background: #fff;
        color: #999;
        margin: 0;
        padding: 4px 24px;
    }


    .TicketCountPills .dropdown-menu.dropdown-pill li.selected a {
        background: #3276B1;
        color: #fff;
    }

    .TicketCountPills .dropdown-menu.dropdown-pill .selected:before {
        margin-top: 5px;
    }

.TicketCountPills .dropdown .dropdown-menu > li > a:hover,
.TicketCountPills .dropdown .dropdown-menu > li > a:focus {
    background: #3276B1;
    color: #fff;
}

.nav .open > a.TicketCountPills_dropdown,
.nav .open > a.TicketCountPills_dropdown:hover {
    background: #a7a5a5;
    color: #fff;
}

.ticket-dropdown .selected:after {
    display: none;
}

.ticket-dropdown .selected:before {
    top: 9px;
}

.threeDotContent.dropdown-menu.auto-dropdown {
    left: auto;
    right: 0;
    min-width: 201px;
}


.PersonalFileds.PersonalFiled__item {
    padding: 5px;
    font-size: 1em;
}

.PersonalFiled__icon {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.PersonalFiledsMessage span {
    text-decoration: underline;
}


.PersonalFileds.PersonalFiled__item .PersonalFiled__txt {
    color: #333;
    font-weight: 400;
    display: flex;
    align-items: center
}

.PersonalFiled__copy {
    background: #F7F8F9;
    padding: 4px 5px;
    color: #8DA2B1 !important;
    border: 1px solid #D9E5ED;
    font-size: 13px;
    width: 23px;
}

.ticketinfo__sidebar--personal {
    padding: 10px !important;
    border-top: 1px solid #EAF1F4 !important;
    margin-bottom: 0 !important;
}

.communicationLogContent .TagAllForMentions {
    display: flex;
    align-items: center;
    z-index: 999;
    padding-left: 0;
}

.TagAllForMentions .customCheckbox label {
    top: 1.5px;
}

.TagAllForMentions .customCheckbox p {
    top: 1px !important;
}

.TagAllForMentions .TagAllForMentions__actions {
    margin-left: auto;
    margin-top: 5px;
}

    .TagAllForMentions .TagAllForMentions__actions .TagAllForMentions__actions--btn {
        padding: 3px;
    }

.TagAllForMentions__dropdownbtn {
    display: inline-block;
    margin-right: 5px;
}

.TagAllForMentions__actions .selected:after {
    display: none;
}


.TagAllForMentions__actions .selected:before,
.TagAllForMentions__actions .selected:before {
    right: auto;
    left: 2px;
    top: 7px;
}


.TagAllForMentions__actions .selected:before,
.TicketMentionActionBtn--actionable .selected:before {
    left: 4px;
    font-size: 10px;
}

.TagAllForMentions__actions .dropdown-menu--item,
.TicketMentionActionBtn--actionable .TagAllForMentions__actions .dropdown-menu--item {
    position: relative;
}

    .TagAllForMentions__actions .dropdown-menu--item:after,
    .TicketMentionActionBtn--actionable .dropdown-menu--item:after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #eee;
        border-radius: 50%;
        border: none;
        position: absolute;
        top: 8px;
        right: auto;
        left: 2px;
        top: 7px;
    }


.TagAllForMentions__actions .selected:after,
.TicketMentionActionBtn--actionable .selected:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #85C3A7;
    border-radius: 50%;
    border: none;
    top: 8px;
}


.replyfrombrand {
    font-style: italic;
    color: #869DAD;
}

.categories_radio {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

.categories_radio--item {
    display: flex;
}

    .categories_radio--item:not(:last-child) {
        margin-right: 10px;
    }

.categories_radio--label {
    display: inline-block;
    margin-left: 5px;
}

input[type="radio"].categories_radio--input {
    margin: 2.5px 0 0;
}


.categories_radio--item .CommonCustomRadioButton input[type="radio"]:checked + label span {
    box-shadow: 0 0 0 1px #3598DB;
}

.PostCatBrandName .replyfrombrand {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    overflow: hidden;
}

.PostCatBrandName.reply-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.TicketInfoHeader.ticketselected:after {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.post__footer--item .replyfrombrand {
    width: 17px;
    cursor: pointer;
}

.AgentReplyBlock.post__log {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

    .AgentReplyBlock.post__log .TicketPostContent {
        margin-left: auto;
        width: auto;
        max-width: 720px;
    }

        .AgentReplyBlock.post__log .TicketPostContent .RepliedByAgent {
            background: #fff;
            padding: 10px;
            /*font-weight: 600;*/
            border-radius: 4px;
            font-size: 14px;
            color: #365366;
            border: 1px solid transparent;
            text-align: left;
            max-width: 720px;
            line-height: 1.9;
        }

            .AgentReplyBlock.post__log .TicketPostContent .RepliedByAgent .post__log--time {
                color: var(--lightgrey);
                font-weight: 400;
                display: inline-block;
                border-left: 1px solid #DDD;
                padding-left: 10px;
                /*margin-left: 10px;*/
            }

    .AgentReplyBlock.post__log.post__log .TicketPostContent .RepliedByAgent a.post__log--link {
        font-style: italic;
        font-weight: 400;
        display: inline-block;
        margin-right: 5px;
    }

    .AgentReplyBlock.post__log .TicketPostContent .RepliedByAgent .post__log--via {
        color: var(--lightgrey);
        font-weight: 400;
        font-style: italic;
        text-decoration: underline;
    }

    .AgentReplyBlock.post__log .TicketPostContent .RepliedByAgent a {
        color: #56A9FA;
    }

        .AgentReplyBlock.post__log .TicketPostContent .RepliedByAgent a.common_tooltip {
            color: #D9DEE1;
        }

    .AgentReplyBlock.post__log.post__log--approved .RepliedByAgent {
        border: 1px solid #54D600;
    }

    .AgentReplyBlock.post__log.post__log.post__log--approved .TicketPostContent .RepliedByAgent a {
        color: #69DB20;
    }

.text-bold {
    font-weight: bold;
}


.AgentReplyBlock.post__log.post__log--rejected .RepliedByAgent {
    border: 1px solid #F9A5A5;
}

.AgentReplyBlock.post__log.post__log--rejected .TicketPostContent .RepliedByAgent a {
    color: #F24C4C;
}


.dropdown-menu .dropdown-menu--content,
.dropdown-menu .dropdown-menu--input {
    padding: 5px 10px;
}

.dropdown-menu .dropdown-menu--content {
    position: relative;
    max-height: 200px;
    border-bottom: 1px solid #D9E5ED;
}

.dropdown-item .dropdown-menu--grouptitle {
    color: #333;
}

.dropdown-menu .dropdown-menu--groupitem {
    position: relative;
    padding: 0;
    margin: 0;
}

.dropdown-menu .dropdown-menu--item {
    padding: 6px 10px;
    padding-left: 20px;
    transition: .5s all;
}

    .dropdown-menu .dropdown-menu--item a {
        color: #999;
    }

    .dropdown-menu .dropdown-menu--item:hover {
        background: #F7F8F9;
        cursor: pointer;
    }

    .dropdown-menu .dropdown-menu--item.selected {
        background: #F7F8F9;
        position: relative;
    }

.dropdown-menu--content.custom-scroll {
    overflow-y: auto;
}

.dropdown__menu--head {
    padding: 10px 10px;
}

.dropdown-menu--foot {
    display: flex;
    padding: 10px 10px;
}

.textarea-grey {
    background: var(--inputbgcolor);
    border: 1px solid var(--inputbordercolor);
    color: var(--black);
}

.destbrand-select ~ .btn-group,
.destbrand-select ~ .btn-group button.btn {
    width: 100%;
}

    .destbrand-select ~ .btn-group .btn .caret {
        margin-left: 16px;
    }

.PostImageGrid.PostImageGrid--updated {
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

    .PostImageGrid.PostImageGrid--updated .fine_bg.fine_bg--updated {
        width: 150px;
        height: auto;
        cursor: pointer;
        border: 1px solid #f2f2f2;
    }


.form-control-modal {
    min-height: 200px;
}

.btn-locobuzz, .btn.btn-locobuzz {
    background-color: #3FA9F5;
    box-shadow: none;
    padding: 7px 12px;
    border-radius: 4px;
    border: 0;
    color: var(--white);
    transition: all .2s ease;
}

.dropdown-menu--groupitem li a:hover {
    text-decoration: none;
}

.ticket_item {
    cursor: pointer;
}



.custom__checks .custom__checks--item:nth-child(even) .CommonCheckBoxForAll {
    padding-left: 15px;
}

.MentionReplyContainer.ActionComponentsOption.actiontemplate__div,
.replyAndEscalate.ActionComponentsOption.actiontemplate__div {
    width: 100%;
}

    .MentionReplyContainer.ActionComponentsOption.actiontemplate__div .replyAndEscalateBody,
    .replyAndEscalate.ActionComponentsOption.actiontemplate__div .replyAndEscalateBody {
        margin-top: 16px;
    }

    .replyAndEscalate.ActionComponentsOption.actiontemplate__div .replyAndEscalateHeader {
        display: flex;
        align-items: center;
    }

.replyAndEscalate.actiontemplate__div .BlockLabel.BlockLabel--custom {
    padding: 0
}

.replyAndEscalate.actiontemplate__div .group__dropdown {
    background: #fff !important;
    border: 1px solid #ddd !important;
    font-size: 0.9em;
    color: #333 !important;
    padding: 5px 7px !important;
}

.replyAndEscalate.actiontemplate__div .EscationToDiv {
    margin-left: auto;
}

.MentionReplyContainer.ActionComponentsOption.actiontemplate__div .replyAndCloseHeader {
    display: flex;
    align-items: center;
}

.MentionReplyContainer.ActionComponentsOption.actiontemplate__div .BlockLabel,
.replyAndEscalate.ActionComponentsOption.actiontemplate__div .BlockLabel {
    padding: 0;
    margin-right: 10px;
}

.reply__textbox {
    background: #f7f8f9;
    border: 1px solid #dce7ee;
    min-height: 200px;
}

.locobuzz-input--search .btn-search.btn-search--foulkeyword {
    right: 0px;
    top: calc(50% - 17px);
    color: #38677C;
}

.locobuzz-input--search.locobuzz-input--searchfoulkeywords input {
    border: 1px solid #E0EAF0;
    border-bottom: 1px dashed #E0EAF0;
}

.locobuzz-input--addfoul ~ .bootstrap-tagsinput .tag.label.label-info {
    border: 1px solid #D9E5ED !important;
    border-radius: 17px;
    padding: 5px;
    color: #365366 !important;
    font-weight: 100;
    padding: 5px 15px 7px 8px;
    border-radius: 11px;
    background: #fff !important;
}

    .locobuzz-input--addfoul ~ .bootstrap-tagsinput .tag.label.label-info [data-role=remove] {
        background: transparent !important;
        color: #365366 !important;
        width: 17px !important;
        height: 21px !important;
        padding-top: 3px;
    }

.AgentReplyBlock .TicketPostContent.post__card--custom {
    margin-left: auto;
    margin-right: 60px;
    margin-bottom: 25px;
}


.btn-togglechecker {
    position: relative;
    overflow: visible;
}

.locobuzz__ticketpopover {
    top: -55px;
    position: absolute;
    z-index: 2;
    padding: 8px;
    border-radius: 5px;
    right: -30px;
    border: 0;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.2);
    box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 2px;
    border-radius: 2px;
}


    .locobuzz__ticketpopover:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        right: 20px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
    }


    .locobuzz__ticketpopover:after {
        bottom: -11px;
        right: 35px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 6px solid #ffffff;
    }

    .btn-togglechecker:hover .locobuzz__ticketpopover,
    .locobuzz__ticketpopover:hover {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }


.btn-togglechecker.btn:active {
    position: relative;
    top: 0px;
    left: 0px;
}

.locobuzz-input--error {
    border: 1px solid #f24040
}

.PostImageGrid.PostImageGrid--updated {
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

    .PostImageGrid.PostImageGrid--updated .fine_bg.fine_bg--updated {
        width: 150px;
        height: auto;
        cursor: pointer;
        border: 1px solid #f2f2f2;
    }

.MentionIDPerMention {
    padding: 0 7px;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

    .MentionIDPerMention ~ .TicketBrandHandle {
        padding: 0 7px;
    }

.chat-body li.message .fine_bg.fine_bg--updated > img {
    position: static;
}
/*HGS Powered ruby Locobuzz*/
.menu-powered {
    color: #a8a8a8;
    padding: 15px;
    margin: 0;
    margin-top: auto;
}

    .menu-powered img {
        width: 100px;
    }

.SentimentUpliftScore > label,
.NpsLastScore > label {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.LastUpdatedNPSScore,
.LastUpdatedSentiment {
    font-style: italic;
    color: #999;
    text-decoration: underline;
    font-size: 12px;
}

.SentimentUpliftScore .refresh--icon,
.NpsLastScore .refresh--icon {
    margin-left: 5px;
}

#NoteTitleAttach {
    font-weight: bold;
}

.PersonalFiledsMessage span {
    text-decoration: underline;
}

.PersonalFiledsMessage.text__grey {
    font-size: 12px;
    line-height: 20px;
    color: var(--lightgrey);
}

.PersonalFiledsMessage .text__regular {
    font-size: 13px;
    line-height: 20px;
    color: var(--grey);
}

.AgentReplyBlock.AgentReplyBlock--action {
    margin-bottom: 25px;
}

.label-warning.label-warning--awaiting {
    background: #F2C508;
    color: #333;
    font-weight: bold;
}

.nav.nav-pills.TicketCountPills {
    display: flex;
}

    .nav.nav-pills.TicketCountPills > li {
        white-space: nowrap;
    }

.TicketCountPills.TicketCountPills--new.nav-pills > li > a {
    padding: 7px;
    color: #365366;
    background: #F7F8F9;
    border: 1px solid #D9E5ED;
    cursor: pointer;
}

.TicketCountPills.TicketCountPills--new.nav-pills > li.active > a,
.TicketCountPills.TicketCountPills--new.nav-pills > li.active > a:hover,
.TicketCountPills.TicketCountPills--new.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #3276B1;
}

.TicketCountPills.TicketCountPills--new.nav-pills > li > a.TicketCountPills_dropdown {
    position: relative;
    padding-right: 20px;
}

    .TicketCountPills.TicketCountPills--new.nav-pills > li > a.TicketCountPills_dropdown .fa-angle-down {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -2px;
        margin: 0;
    }

    .TicketCountPills.TicketCountPills--new.nav-pills > li > a.TicketCountPills_dropdown:hover {
        background: #F7F8F9;
        color: #365366;
    }

.TicketCountPills.TicketCountPills--new.nav-pills > li.open > a.TicketCountPills_dropdown .fa-angle-down {
    background: #D9E5ED;
}

.TicketCountPills.TicketCountPills--new.nav-pills .TicketCountPills__badge {
    background: #F24040;
    color: #fff;
    padding: 1px 3px;
    display: inline-block;
    margin-left: 4px;
    font-size: 11px;
    border-radius: 4px;
}

.TicketWindowListing .searchTicket .input-group {
    width: 328px;
}

.label--bordered {
    border: 1px solid #D9E5ED;
    margin: 0;
    padding: 6px;
    border-right: none;
    color: #365366;
    font-weight: 500;
    white-space: nowrap
}

    .label--bordered ~ .btn-group.bootstrap-select {
        margin-left: 0;
    }

.SortingOptions > .label--bordered {
    min-width: 69px;
}

.searchTicket .input-group .btn {
    padding: 7px 10px;
}

.searchTicket .input-group input.form-control {
    padding: 16px 10px 16px 10px;
}

.TicketCountPills_dropdown.selected:before,
.TicketCountPills_dropdown.selected:after {
    display: none;
}


.TicketCountPills.TicketCountPills--new.nav-pills > li > a.TicketCountPills_dropdown.selected {
    color: #fff;
    background-color: #3276B1;
}

.TicketListNote.TicketListNote--rejected {
    background: #FFEFEF;
    border: 1px solid #FFCECE;
    padding: 5px;
    color: #365366;
}

    .TicketListNote.TicketListNote--rejected .TicketListNote--label {
        color: #F24040;
        font-weight: bold;
    }

.searchQuery_rule--count {
    white-space: nowrap;
    /*font-weight:bold;*/
    display: inline-block;
    margin-left: 10px;
}

.action__note {
    background: #EAF1F4;
    margin: 0 23px;
    display: flex;
    font-size: 14px;
    padding: 10px;
}

    .action__note .fa.fa-info-circle {
        color: #365366;
        display: inline-block;
        margin-right: 5px;
    }


.actionbtnsContainer.ticket__trigger {
    cursor: default;
}

/* Upper category filter start */
.upper_categories_radio {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

.upper_categories_radio--item {
    display: flex;
}

    .upper_categories_radio--item:not(:last-child) {
        margin-right: 10px;
    }

.upper_categories_radio--label {
    display: inline-block;
    margin-left: 5px;
}

input[type="radio"].upper_categories_radio--input {
    margin: 2.5px 0 0;
}

.upper_categories_radio--item .CommonCustomRadioButton input[type="radio"]:checked + label span {
    box-shadow: 0 0 0 1px #3598DB;
}
/* Upper category filter End */




.btn-togglechecker--disabled {
    pointer-events: none;
    opacity: .5;
    filter: grayscale(1);
    background: #f2f2f2;
}

.locobuzz-label .locobuzz-label--input {
    margin: 0;
}

.locobuzz-label .locobuzz-label--text {
    margin-left: 5px;
    font-weight: 500;
    color: #336372;
}

.SLA_Breach_subaccoo.backdrop-on {
    position: relative;
    pointer-events: none;
}

    .SLA_Breach_subaccoo.backdrop-on:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .5;
    }

.SLA_Breach_subaccoo .checkboxswitch {
    z-index: 2;
}

.qualifiedTickets .actionbtnsContainerBlock {
    display: none;
}

.qualifiedTickets .smart-timeline-content {
    margin-left: 0;
}

    .qualifiedTickets .smart-timeline-icon,
    .qualifiedTickets .smart-timeline-time,
    .qualifiedTickets .smart-timeline-content:after,
    .qualifiedTickets .smart-timeline-content:before,
    .qualifiedTickets .TicketInfoLabels .chkTicket,
    .qualifiedTickets .TicketInfoLabels .checkbox__mask {
        display: none;
    }


.breach__icon {
    display: inline-block;
    max-width: 15px;
    margin-right: 3px;
}

.breach__div {
    display: inline-block;
    margin-left: 10px !important;
    border-left: 1px solid #adadad;
    padding-left: 10px;
    margin-right: 3px;
}



.TicketPostContent  .TicketMentionActionBtn--actionable {
    position: absolute;
    right: 30px;
}

.TicketMentionActionBtn .TicketMentionActionBtn--actionable a{
    border: none;
}

.post_card .locobuzz__radio [type="radio"]:checked, 
.post_card .locobuzz__radio [type="radio"]:not(:checked) {
    color:#365366;
}

.TicketMentionActionBtn--actionable .dropdown-menu--item {
    position:relative;
}

.TicketMentionActionBtn--actionable .dropdown-menu--groupitem.custom-scroll {
    max-height:100px;
}

TicketMentionActionBtn--actionable .locobuzz__input {
    background: #F7F8F9;
    color: #869DAD;
    border: 1px solid #D9E5ED;
}

.TicketMentionActionBtn--actionable .dropdown-menu--content,
.TicketMentionActionBtn--actionable .dropdown-menu--foot {
    display: none;
}

    .TicketMentionActionBtn--actionable .dropdown-menu--foot.non-actionable{
        display:block;
    }

    .common-actionable-dropdown {
        position: absolute;
        right: 45px;
    }

.common-actionable-dropdown .dropdown-menu{
    right: 0;
    left: auto
}

        .common-actionable-dropdown .common-actionable-icon {
            display:inline-block;
            width:15px;
            text-align:center;
        }

.dropdown-menu--foot.non-actionable {
    border-top: 1px solid #D9E5ED;
}

.update-impression-count,
.update-reach-count {
    padding: 4px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 1px solid #D9E5ED;
    background: #F7F8F9;
}

.action-status-label label:first-letter{
    text-transform:capitalize;   
}

#UserBrandConfigContainer .checkbox {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-schedule-icon ~ .tooltip.bottom .tooltip-arrow {
    top: -5px;
}

.text-nowrap {
    white-space: nowrap;
}

.title__prime--badge{
    display:flex;
    align-items:center;
    margin-left:15px;
    margin-bottom:5px;
}

.title__prime--badge > img {
    width: 12px;
    margin-right: 5px;
}

.div__info {
    max-width: 615px;
    padding: 70px 0;
    text-align: center;
    margin: 0 auto;
}

    .div__info .div__info--content {
        margin-bottom:20px;
    }

    .div__info .div__info--image {
        margin-bottom: 30px;
    }

.post_card--highlighted{
    display:inline-block;
    margin:0 5px;
}

.post_card:not(.post__card) .post__body--note.post__simulation {
    background: #FFFDF6;
    border: 1px solid #F8D853;
}


    .post_card  .post__body--ribbon {
        margin-left: auto;
        font-size: 12px;
        padding: 3px;
        margin-right: -10px;
        position:relative;
        white-space:nowrap;
    }

        .post_card  .post__body--ribbon:after {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            bottom: 0;
            top: 0;
            left: -11px;
            border-top: 11.5px solid transparent;
            border-bottom: 11.5px solid transparent;
            border-left: 11px solid transparent;
        }

.post_card .post__simulation .post__body--ribbon:after {
    border-top-color: rgba(242, 197, 8, .4);
    border-bottom-color: rgba(242, 197, 8, .4);
}

.post_card .post__simulation .post__body--ribbon {
    color: #8E7300;
    background: rgba(242, 197, 8, .4);
}

.post_card .post__live .post__body--ribbon:after {
    border-top-color: rgba(84, 214, 0, .4);
    border-bottom-color: rgba(84, 214, 0, .4);
}

.post_card .post__live .post__body--ribbon {
    color: #739E73;
    background: rgba(84, 214, 0, .4);
}

.btn.btn-wrong {
    font-size: 12px;
    background: #DA4A46;
    border: 1px solid #DA4A46;
    border-radius: 4px;
    color: #fff !important;
    padding: 5px 10px !important;
}

.btn.btn-right {
    font-size: 12px;
    background: #739E73;
    border: 1px solid #739E73;
    border-radius: 4px;
    color: #fff !important;
    padding: 5px 10px !important;
}


.ssre-buttons {
    display:inline-block;
}

.AgentReplyBlock .post_card.post__card--ssre{
    padding:0;
}

.ActionOnTicket .post__body--ribbon {
    margin: 0;
    font-size: 12px;
    padding: 3px;
    position:relative;
}

    .ActionOnTicket .post__body--ribbon:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 11px solid transparent;
    }

.ticket__ssreverified {
    font-size: 12px;
    display:inline-flex;
    align-items:center;
    color: #54D600;
    white-space:nowrap;
    margin-left:10px;
}

.check-circle-green {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #54D600;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

    .check-circle-green .fa {
        color: #fff;
        font-weight: 400;
    }

.actionbtnsContainer.row.ticket__trigger.dynamic__widthcols {
    display: flex;
    align-items: center;
}

    .actionbtnsContainer.row.ticket__trigger.dynamic__widthcols .col {
        position: relative;
        min-height: 1px;
        padding-left: 13px;
        padding-right: 13px;
    }

.actionbtnsContainer.row.ticket__trigger .col:last-child{
  margin-left:auto;
}

.row-eq {
    display: flex;
}

    .row-eq .portlet {
        min-height: calc(100% - 15px);
    }

.replyAndCloseHeader__email {
    flex-wrap: wrap;
}

    .replyAndCloseHeader__email .EmailSectionDiv {
        flex: 0 0 100%;
    }

.btn.btn-retrain {
    font-size: 12px;
    background: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 4px;
    color: #fff !important;
    padding: 5px 10px !important;
}

.chart__legends {
    max-width: 75%;
    margin: 20px auto;
    margin-top:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chart__legends--item:not(:last-child){
    margin-right:10px;

}

@media only screen and (min-width: 800px) {
    .res-w-800 {
        width: 800px
    }
}
#UserBrandConfigContainer {
    margin: 0px;
    overflow: auto;
    max-height: 71vh;
}
.align-items-baseline {
    align-items: baseline
}

.mark-as-read-focus-box { border: 2px solid #0aa5ef }

.potlete_link {
    display: flex;
    justify-content: space-around;
}

.category_level_circle { padding: 0px 5px; font-size: 8px; border-radius: 102px; margin-left: 5px; vertical-align: middle; }
.category_level_sentiment_ { display: none; }
.category_level_sentiment_Neutral { background-color: #F2C508; }
.category_level_sentiment_Positive { background-color: #54D602; }
.category_level_sentiment_Negative { background-color: #DA4A46; }

.category_level_circle_seperator, .category_level_t_circle_seperator { border-right: 1px solid #eee; }
.category_level_circle_seperator:last-child, .category_level_t_circle_seperator:last-child { border-right: 0 none; }
.category_level_circle_seperator1:last-child {
    border-right: 0 none;
}
.defaul-cursor {
    cursor: default !important;
}
.btn-show-hide-more {
    cursor: pointer !important;
    font-weight: 600;
    color: #2052ac;
    border-bottom: 1px solid transparent;
}

.btn-show-underline span {
    padding-right: 4px;
}
.category_level_hidden_seperator {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #EEE;
}
.categorty_map_edit_button { padding:0px 5px; float:right; }

.category_map_ticket_main_region { border: 1px solid #cccccc; border-left: none; border-right: none; padding: 5px; vertical-align: middle; margin-top: 10px; padding-left: 0; }
.always_visible_categorymap_, .always_visible_t_categorymap_ { display: -webkit-inline-box; width: 97%; }
.initial_map_span { display: initial !important; }
.display_web_box { display: -webkit-box; }
.initial_map_span { display: initial !important; }

.font-weight-600 {
    font-weight: 600;
}

.ticket-border-right {
    border-right: 1px solid #adadad;
    padding-right: 7px;
    margin-right: 7px
}

.ticket-category-box {
    padding: 10px 5px;
}
.cat-level-font {
    color: #8c8c8c;
    font-weight: 600;
}

.cat-level-seperator {
    padding-right: 7px;
    margin-right: 7px;
}

.btn-show-hide-more:hover {
    border-bottom: 1px #2052ac solid;
}

span.category_level_ti_circle_seperator:last-of-type { border-right: 0 none; }

.temp_floating_more_ticketinfo_categories { position: absolute; z-index: 11; left: 141px; top: 88%; background: white; right: 20%; padding: 5px; }

.upper_category_color { color: #3c3c3c !important; padding-top: 3px; font-weight: 800; text-decoration: none !important; cursor: auto; }

.category_level_circle_seperator:first-child { padding-left: 0; }

.padding-r5 { padding-right:5px;}

.isbreached.n-b-border,
.t_cat.n-b-border,
.isabouttobreached.n-b-border { border-bottom: 1px solid #cccccc !important; }

.underline-hover {
    display: inline-flex;
    border-bottom: 1px solid transparent;
}

.ticketinfo-ticket-categorymap { background: #fff; width: 100%; box-sizing: border-box; position: relative; align-items: center; margin-top: 3px; padding: 10px; }

.ticket-border-top {
    border-top: 1px solid #D9E5ED;
    margin-top: 13px;
}

.uper-cat-map-box { border: 1px solid #dee1e5; background-color: #dee1e5; }


#DivInstagramAuthorisedAccounts .tooltip-inner, #Facebook_AccountCardBlock .tooltip-inner {
    text-align:left;
}
#TicketNonActionablelistContainer .tooltip-inner, #TicketPriorityContainer .tooltip-inner {
    text-align: left;
}

.tooltip-inner {
    text-align: left;
}


/*for twitter promoted label*/
.txt--underline {
    text-decoration:underline;
}

/*for media__link expired image*/
.PostImageGrid .fine_bg_onlyimg.media__link--expired {
    width: 150px;
    height: auto;
    margin: 5px 5px 5px 0px;
}

.PostImageGrid.PostImageGrid--updated .fine_bg.fine_bg--updated.br-none {
    border:none !important;
}


.faq-d-none {
    display:none;
}

.apollocrm .apollocrm__email {
    height: 40px;
    margin-bottom: 0px;
}
.apollocrm .apollocrm__height--80 {
    min-height:82px;
    max-height:82px;
}


#tagCategoryJsTree .divCategoryItems .categorycb label input[type='checkbox'], #tagCategoryJsTree .divDepartmentItems .Departmentcb label input[type='checkbox'], #tagCategoryJsTree .divSubCategoryItems .SubCategorycb label input[type='checkbox'] {
    margin-right: 4px;
}

.btn-locobuzz-v3 {
    color: #fff;
    background: #0c7be9;
    border-color: #0c7be9;
    border-radius: 30px;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
}

@media only screen and (min-width:780px) and (max-width: 1366px) {
    .storecode__label {
        display: inline-block;
        vertical-align: middle;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


.ExploreV3WorkspacePopup {
}

    .ExploreV3WorkspacePopup.modal::before {
        position: fixed;
        content: "";
        background: rgb(45 62 92 / 50%);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ExploreV3WorkspacePopup .modal-dialog {
        width: 80%;
        margin: auto;
        top: 50px;
        overflow: hidden;
    }

    .ExploreV3WorkspacePopup .modal-content {
        border-radius: 16px !important;
        box-shadow: 0px 3px 30px #0036AC1A;
        overflow: hidden;
    }

    .ExploreV3WorkspacePopup .modal-body {
        padding: 30px !important;
        font-family: 'Roboto Slab';
    }

        .ExploreV3WorkspacePopup .modal-body .side-background {
            position: absolute;
            /*width: 390px;*/
            height: 100%;
            background-repeat: no-repeat;
            right: 0;
            top: 0;
        }

            .ExploreV3WorkspacePopup .modal-body .side-background img {
                height: 100%;
            }

    .ExploreV3WorkspacePopup .bottom-background {
        position: absolute;
        width: 100%;
        background-repeat: no-repeat;
        right: 0;
        bottom: 0;
    }

        .ExploreV3WorkspacePopup .bottom-background img {
            width: 100%;
        }

    .ExploreV3WorkspacePopup .locobuzz__modal--close {
        position: absolute;
        top: 20px;
        right: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .ExploreV3WorkspacePopup .font-size-18 {
        font-size: 18px;
    }

    .ExploreV3WorkspacePopup .font-size-20 {
        font-size: 20px;
    }

    .ExploreV3WorkspacePopup .font-size-14 {
        font-size: 14px;
    }

    .ExploreV3WorkspacePopup .btn-locobuzz-explore {
        color: #fff;
        background: #0c7be9;
        border-color: #0c7be9;
        border-radius: 30px !important;
        padding: 9px 25px;
        font-size: 24px;
        font-weight: 600;
        margin-top: 0px;
        position:relative;
        z-index:1;
    }

    .ExploreV3WorkspacePopup .explore__blue {
        color: #185EDF;
    }

    .ExploreV3WorkspacePopup .explore__header {
        display: flex;
        justify-content: space-between;
        width: 95%;
    }

    .ExploreV3WorkspacePopup .explore__head {
        z-index: 1;
    }

    .ExploreV3WorkspacePopup .explore__head--logo {
        border-left: 1px solid var(--bordercolor);
        margin-bottom: 30px;
    }

        .ExploreV3WorkspacePopup .explore__head--logo img {
            height: 25px;
            margin-left: 10px;
        }

    .ExploreV3WorkspacePopup .explore__head--label {
        font-size: 36px;
        font-weight: 600;
        color: #3B5175;
    }

    .ExploreV3WorkspacePopup .explore__upgrade {
        background-image: url(../images/locobuzzv3/free_Upgread_Star.svg);
        object-fit: cover;
        width: 125px;
        height: 125px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: var(--white);
        position: relative;
        right: 0;
    }

    .ExploreV3WorkspacePopup .explore__body--content {
        font-weight: 500;
        /*font-family: 'Roboto';*/
        color: #3B5175;
        margin-bottom: 30px;
        position: relative;
        line-height: 35px;
        z-index:1;
    }

    .ExploreV3WorkspacePopup .explore__list--label {
        font-size: 22px;
        font-weight: 600;
        color: #3B5175;
    }

    .ExploreV3WorkspacePopup .explore__body--list {
        margin-top: 15px;
        margin-bottom: 20px;
        padding: 0;
        list-style: none;
        font-size: 20px;
        font-weight: 300;
        color: #3B5175;
    }

        .ExploreV3WorkspacePopup .explore__body--list .explore__list--item .arrow-nav {
            position: relative;
            content: url(../images/locobuzzv3/navigation_.svg);
            vertical-align: middle;
            left: -5px;
        }

    .ExploreV3WorkspacePopup .explore__body--video video {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        box-shadow: 0px 12px 24px #00000029;
    }
    .ExploreV3WorkspacePopup .explore__body--video .iframe__video {
        position: relative;
        width: 100%;
        border-radius: 10px;
        box-shadow: 0px 12px 24px #00000029;
    }
    .ExploreV3WorkspacePopup .explore__body--video .leaves-1 {
        position: absolute;
        left: -73px;
        bottom: 0;
    }

    .ExploreV3WorkspacePopup .explore__body--video .leaves-2 {
        position: absolute;
        right: -15px;
        bottom: 0;
    }

    .ExploreV3WorkspacePopup .explore__body--allchannel {
        position: relative;
    }

        .ExploreV3WorkspacePopup .explore__body--allchannel .explore__allchannel--img {
            display: none;
        }

        .ExploreV3WorkspacePopup .explore__body--allchannel:hover .explore__allchannel--img {
            display: block;
            position: absolute;
            left: 0;
            bottom: -30px;
            height: 25px;
            background-color: white;
        }

@media screen and (min-width: 769px) and (max-width: 1024px) {
    
    .ExploreV3WorkspacePopup .modal-dialog {
        width: 90%;
        margin: auto;
        top: 50px;
        overflow: hidden;
    }

    .ExploreV3WorkspacePopup .explore__upgrade {
        width: 140px;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
   

    .ExploreV3WorkspacePopup .modal-dialog {
        width: 90%;
        margin: auto;
        top: 25px;
        overflow: hidden;
    }

    .ExploreV3WorkspacePopup .explore__upgrade {
        width: 210px;
        right: 0;
    }

    .ExploreV3WorkspacePopup .btn-locobuzz-explore {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1980px) {


    .ExploreV3WorkspacePopup .modal-dialog {
        width: 75%;
        margin: auto;
        top: 50px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1980px) {
    .ExploreV3WorkspacePopup .modal-dialog {
        width: 60%;
        margin: auto;
        top: 50px;
        overflow: hidden;
    }
}

.youtube-popup {
    position: relative;
    display: block;
    cursor: pointer;
}

.youtube-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.youtube {
    color: #FF0000 !important;
    border: unset !important;
    top: 6px !important;
    right: -4px !important;
}
.fa-youtube-play {
    color: #FF0000 !important;
    font-size: 20px;
    width:20px;
    height:20px;
}

.setting__disabled {
    pointer-events:none !important;
    opacity:0.5 !important;
}
img[title^='YouTube'] {
    width: 20px;
    height: 20px;
}
.ui-accordion-icons span i {
    font-size:20px;
    width: 20px !important;
    height: 20px !important;
}
.ui-accordion-icons .instagram .fa-instagram-square {
   display:none;
}

/*a:hover, a:focus {
    color: #055eb7!important;
}*/
.pointer-unset{
    pointer-events:unset!important;
    opacity:1!important;
}
.pointer-none {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
/*.btn, .btn-info, #AddnewAccountBtn, .btn-stop, .btnfbaddacount, .commonbtnreauth, .FAC_EditableIcons {
    pointer-events: none;
    opacity: 0.5;
}*/