/* Minification failed. Returning unminified contents.
(32604,1): run-time error CSS1019: Unexpected token, found '@import'
(32604,9): run-time error CSS1019: Unexpected token, found 'url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800")'
(32604,79): run-time error CSS1019: Unexpected token, found ';'
 */
[class^="entypo-"]:before, [class*=" entypo-"]:before {
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin-top: 2cm;
        margin-bottom: 2cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #949494;
    background-color: #ffffff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #373e4a;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #818da2;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    padding: 2px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

figure {
    margin: 0;
}

p {
    margin: 0 0 8.5px;
    font-size: 12px;
}

.lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*.text-center {
    text-align: center;
}*/

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #949494;
}

a.text-primary:hover {
    color: #7b7b7b;
}

.text-success {
    color: #045702;
}

a.text-success:hover {
    color: #022501;
}

.text-info {
    color: #2c7ea1;
}

a.text-info:hover {
    color: #215f79;
}

.text-warning {
    color: #574802;
}

a.text-warning:hover {
    color: #251f01;
}

.text-danger {
    color: #ac1818;
}

a.text-danger:hover {
    color: #7f1212;
}

.bg-primary {
    color: #fff;
    background-color: #949494;
}

a.bg-primary:hover {
    background-color: #7b7b7b;
}

.bg-success {
    background-color: #bdedbc;
}

a.bg-success:hover {
    background-color: #95e294;
}

.bg-info {
    background-color: #c5e8f7;
}

a.bg-info:hover {
    background-color: #98d6f1;
}

.bg-warning {
    background-color: #ffefa4;
}

a.bg-warning:hover {
    background-color: #ffe671;
}

.bg-danger {
    background-color: #ffc9c9;
}

a.bg-danger:hover {
    background-color: #ff9696;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #373e4a;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1, h2, h3 {
    margin-top: 17px;
    margin-bottom: 8.5px;
}

    h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
        font-size: 65%;
    }

h4, h5, h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

    h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 31px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 11px;
}

.bg-primary {
    color: #fff;
    background-color: #949494;
}

a.bg-primary:hover {
    background-color: #7b7b7b;
}

.bg-warning {
    background-color: #ffefa4;
}

a.bg-warning:hover {
    background-color: #ffe671;
}

.bg-danger {
    background-color: #ffc9c9;
}

a.bg-danger:hover {
    background-color: #ff9696;
}

.bg-success {
    background-color: #bdedbc;
}

a.bg-success:hover {
    background-color: #95e294;
}

.bg-info {
    background-color: #c5e8f7;
}

a.bg-info:hover {
    background-color: #98d6f1;
}

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 8.5px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-bottom: 17px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}
/*quang them*/
@media (min-width: 275px) {
    .col-sm-8 {
        width: 66.66666667%;
        float: left;
    }

    .col-sm-4 {
        width: 33.33333333%;
        float: left;
    }
}
/*end quang them*/

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.42857143;
        color: #999999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
            text-align: right;
        }

            blockquote.pull-right small:before, blockquote.pull-right .small:before {
                content: '';
            }

            blockquote.pull-right small:after, blockquote.pull-right .small:after {
                content: '\00A0 \2014';
            }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: "Noto Sans", sans-serif, Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #7d8086;
    background-color: #ebebeb;
    white-space: nowrap;
    border-radius: 3px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

pre {
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #7d8086;
    background-color: #ebebeb;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
    font-weight: 400;
    color: #303641;
}

.table {
    width: 100%;
    margin-bottom: 17px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ebebeb;
    }

        .table > thead > tr > th .progress, .table > tbody > tr > th .progress, .table > tfoot > tr > th .progress, .table > thead > tr > td .progress, .table > tbody > tr > td .progress, .table > tfoot > tr > td .progress {
            margin-bottom: 0;
        }

        .table > thead > tr > th .label, .table > tbody > tr > th .label, .table > tfoot > tr > th .label, .table > thead > tr > td .label, .table > tbody > tr > td .label, .table > tfoot > tr > td .label {
            margin-left: 5px;
            margin-right: 5px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ebebeb;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ebebeb;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ebebeb;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ebebeb;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        background-color: #f5f5f6;
        border-bottom-width: 1px;
        color: #a6a7aa;
    }

    .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        background-color: #f5f5f6;
        border-top-width: 1px;
        color: #a6a7aa;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f2f2f4;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e5e5e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #bdedbc;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #a9e8a8;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #c5e8f7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #afdff4;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffefa4;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #ffeb8a;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #ffc9c9;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ffafaf;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ebebeb;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

table > tbody > tr.highlight > td, table > tbody > tr.highlight > th {
    background-color: #f1f2f4 !important;
    color: #303641;
}

.table > thead > tr > .middle-align, .table > tbody > tr > .middle-align, .table > tfoot > tr > .middle-align {
    vertical-align: middle;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: inherit;
    color: #7d8086;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #c8cdd7;
        outline: 0;
        -webkit-box-shadow: 0px 2px 1px rgba(203,208,217,0.08);
        -moz-box-shadow: 0px 2px 1px rgba(203,208,217,0.08);
        box-shadow: 0px 2px 1px rgba(203,208,217,0.08);
        -webkit-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
        box-shadow: 0 2px 1px rgba(203,208,217,0.08);
    }

    .form-control::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .form-control:-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control::-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .form-control:-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control::-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .form-control::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

input[type="date"] {
    line-height: 31px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
        margin-top: 1px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 41px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-lg {
    height: 41px;
    line-height: 41px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 38.75px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 22px;
        right: 0;
        display: block;
        width: 31px;
        height: 31px;
        line-height: 31px;
        text-align: center;
    }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ffd40b;
}

.has-warning .form-control {
    border-color: #ffd78a;
}

    .has-warning .form-control:focus {
        border-color: #ffc658;
    }

.has-warning .input-group-addon {
    color: #ffd40b;
    border-color: #ffd78a;
    background-color: #ffefa4;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff3030;
}

.has-error .form-control {
    border-color: #ffafbd;
}

    .has-error .form-control:focus {
        border-color: #ff7c92;
    }

.has-error .input-group-addon {
    color: #ff3030;
    border-color: #ffafbd;
    background-color: #ffc9c9;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #46cd43;
}

.has-success .form-control {
    border-color: #b4e8a8;
}

    .has-success .form-control:focus {
        border-color: #91dd80;
    }

.has-success .input-group-addon {
    color: #46cd43;
    border-color: #b4e8a8;
    background-color: #bdedbc;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #d4d4d4;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 24px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.bs-example > .btn, .bs-example > .make-switch, .bs-example > .btn-group {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 9px;
}

.bs-example.bs-baseline-top .btn, .bs-example.bs-baseline-top .btn-group {
    vertical-align: top !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #303641;
        text-decoration: none;
        outline: none;
    }

    .btn:active, .btn.active {
        outline: none;
        background-image: none;
        -webkit-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.225);
        -moz-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.225);
        box-shadow: inset 0px 0px 7px rgba(0,0,0,0.225);
        -webkit-box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.2);
        box-shadow: inset 0px 0px 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
        box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        -webkit-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-icon {
        position: relative;
    }

        .btn.btn-icon i {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
        }

.btn-default {
    color: #303641;
    background-color: #f0f0f1;
    border-color: #f0f0f1;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #303641;
        background-color: #dbdbdd;
        border-color: #d0d0d3;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #f0f0f1;
        border-color: #f0f0f1;
    }

    .btn-default .badge {
        color: #f0f0f1;
        background-color: #303641;
    }

    .btn-default > .caret {
        border-top-color: #303641;
        border-bottom-color: #303641 !important;
    }

    .btn-default.dropdown-toggle {
        border-left-color: #dedee0;
    }

    .btn-default.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-default.btn-icon i {
            background-color: #dbdbdd;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-default.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-default.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-default.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-default.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-default.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-default.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-default.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-default.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-default.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-default.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-default.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-primary {
    color: #ffffff;
    background-color: #303641;
    border-color: #303641;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #1f232a;
        border-color: #16191e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #303641;
        border-color: #303641;
    }

    .btn-primary .badge {
        color: #303641;
        background-color: #ffffff;
    }

    .btn-primary > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #21252c;
    }

    .btn-primary.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-primary.btn-icon i {
            background-color: #1f232a;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-primary.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-primary.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-primary.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-primary.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-primary.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-primary.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-primary.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-primary.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-primary.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-primary.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-primary.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-blue {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
        color: #ffffff;
        background-color: #005993;
        border-color: #004d7f;
    }

    .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
        background-color: #0072bc;
        border-color: #0072bc;
    }

    .btn-blue .badge {
        color: #0072bc;
        background-color: #ffffff;
    }

    .btn-blue > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-blue.dropdown-toggle {
        border-left-color: #005c98;
    }

    .btn-blue.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-blue.btn-icon i {
            background-color: #005993;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-blue.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-blue.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-blue.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-blue.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-blue.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-blue.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-blue.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-blue.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-blue.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-blue.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-blue.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-red {
    color: #ffffff;
    background-color: #d42020;
    border-color: #d42020;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
        color: #ffffff;
        background-color: #b11b1b;
        border-color: #9f1818;
    }

    .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red[disabled].active, fieldset[disabled] .btn-red.active {
        background-color: #d42020;
        border-color: #d42020;
    }

    .btn-red .badge {
        color: #d42020;
        background-color: #ffffff;
    }

    .btn-red > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-red.dropdown-toggle {
        border-left-color: #b51b1b;
    }

    .btn-red.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-red.btn-icon i {
            background-color: #b11b1b;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-red.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-red.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-red.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-red.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-red.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-red.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-red.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-red.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-red.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-red.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-red.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-orange {
    color: #ffffff;
    background-color: #ff9600;
    border-color: #ff9600;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
        color: #ffffff;
        background-color: #d67e00;
        border-color: #c27200;
    }

    .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
        background-color: #ff9600;
        border-color: #ff9600;
    }

    .btn-orange .badge {
        color: #ff9600;
        background-color: #ffffff;
    }

    .btn-orange > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-orange.dropdown-toggle {
        border-left-color: #db8100;
    }

    .btn-orange.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-orange.btn-icon i {
            background-color: #d67e00;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-orange.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-orange.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-orange.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-orange.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-orange.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-orange.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-orange.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-orange.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-orange.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-orange.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-orange.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-gold {
    color: #846e20;
    background-color: #fcd036;
    border-color: #fcd036;
}

    .btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
        color: #846e20;
        background-color: #fbc70e;
        border-color: #f1bc04;
    }

    .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
        background-image: none;
    }

    .btn-gold.disabled, .btn-gold[disabled], fieldset[disabled] .btn-gold, .btn-gold.disabled:hover, .btn-gold[disabled]:hover, fieldset[disabled] .btn-gold:hover, .btn-gold.disabled:focus, .btn-gold[disabled]:focus, fieldset[disabled] .btn-gold:focus, .btn-gold.disabled:active, .btn-gold[disabled]:active, fieldset[disabled] .btn-gold:active, .btn-gold.disabled.active, .btn-gold[disabled].active, fieldset[disabled] .btn-gold.active {
        background-color: #fcd036;
        border-color: #fcd036;
    }

    .btn-gold .badge {
        color: #fcd036;
        background-color: #846e20;
    }

    .btn-gold > .caret {
        border-top-color: #846e20;
        border-bottom-color: #846e20 !important;
    }

    .btn-gold.dropdown-toggle {
        border-left-color: #fbc813;
    }

    .btn-gold.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-gold.btn-icon i {
            background-color: #fbc70e;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-gold.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-gold.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-gold.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-gold.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-gold.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-gold.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-gold.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-gold.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-gold.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-gold.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-gold.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-black {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled, .btn-black[disabled], fieldset[disabled] .btn-black, .btn-black.disabled:hover, .btn-black[disabled]:hover, fieldset[disabled] .btn-black:hover, .btn-black.disabled:focus, .btn-black[disabled]:focus, fieldset[disabled] .btn-black:focus, .btn-black.disabled:active, .btn-black[disabled]:active, fieldset[disabled] .btn-black:active, .btn-black.disabled.active, .btn-black[disabled].active, fieldset[disabled] .btn-black.active {
        background-color: #000000;
        border-color: #000000;
    }

    .btn-black .badge {
        color: #000000;
        background-color: #ffffff;
    }

    .btn-black > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-black.dropdown-toggle {
        border-left-color: #000000;
    }

    .btn-black.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-black.btn-icon i {
            background-color: #000000;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-black.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-black.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-black.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-black.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-black.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-black.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-black.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-black.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-black.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-black.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-black.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-white {
    color: #303641;
    background-color: #ffffff;
    border-color: #ffffff;
    border-color: #ebebeb;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        color: #303641;
        background-color: #ebebeb;
        border-color: #e0e0e0;
    }

    .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-white .badge {
        color: #ffffff;
        background-color: #303641;
    }

    .btn-white > .caret {
        border-top-color: #303641;
        border-bottom-color: #303641 !important;
    }

    .btn-white.dropdown-toggle {
        border-left-color: #ededed;
    }

    .btn-white.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-white.btn-icon i {
            background-color: #ebebeb;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-white.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-white.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-white.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-white.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-white.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-white.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-white.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-white.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-white.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-white.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-white.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-warning {
    color: #ffffff;
    background-color: #fad839;
    border-color: #fad839;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #f9d011;
        border-color: #f0c706;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #fad839;
        border-color: #fad839;
    }

    .btn-warning .badge {
        color: #fad839;
        background-color: #ffffff;
    }

    .btn-warning > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #f9d116;
    }

    .btn-warning.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-warning.btn-icon i {
            background-color: #f9d011;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-warning.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-warning.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-warning.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-warning.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-warning.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-warning.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-warning.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-warning.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-warning.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-warning.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-warning.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-danger {
    color: #ffffff;
    background-color: #cc2424;
    border-color: #cc2424;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #a91e1e;
        border-color: #981b1b;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #cc2424;
        border-color: #cc2424;
    }

    .btn-danger .badge {
        color: #cc2424;
        background-color: #ffffff;
    }

    .btn-danger > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #ae1f1f;
    }

    .btn-danger.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-danger.btn-icon i {
            background-color: #a91e1e;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-danger.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-danger.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-danger.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-danger.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-danger.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-danger.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-danger.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-danger.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-danger.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-danger.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-danger.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-success, .btn-green {
    color: #ffffff;
    background-color: #00a651;
    border-color: #00a651;
}

    .btn-success:hover, .btn-green:hover, .btn-success:focus, .btn-green:focus, .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
        color: #ffffff;
        background-color: #007d3d;
        border-color: #006933;
    }

    .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-success.disabled, .btn-green.disabled, .btn-success[disabled], .btn-green[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-green, .btn-success.disabled:hover, .btn-green.disabled:hover, .btn-success[disabled]:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-green:hover, .btn-success.disabled:focus, .btn-green.disabled:focus, .btn-success[disabled]:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-green:focus, .btn-success.disabled:active, .btn-green.disabled:active, .btn-success[disabled]:active, .btn-green[disabled]:active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-green:active, .btn-success.disabled.active, .btn-green.disabled.active, .btn-success[disabled].active, .btn-green[disabled].active, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-green.active {
        background-color: #00a651;
        border-color: #00a651;
    }

    .btn-success .badge, .btn-green .badge {
        color: #00a651;
        background-color: #ffffff;
    }

    .btn-success > .caret, .btn-green > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-success.dropdown-toggle, .btn-green.dropdown-toggle {
        border-left-color: #008240;
    }

    .btn-success.btn-icon, .btn-green.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-success.btn-icon i, .btn-green.btn-icon i {
            background-color: #007d3d;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-success.btn-icon.icon-left, .btn-green.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-success.btn-icon.icon-left i, .btn-green.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-success.btn-icon.btn-lg, .btn-green.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-success.btn-icon.btn-lg.icon-left, .btn-green.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-success.btn-icon.btn-lg i, .btn-green.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-success.btn-icon.btn-sm, .btn-green.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-success.btn-icon.btn-sm.icon-left, .btn-green.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-success.btn-icon.btn-sm i, .btn-green.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-success.btn-icon.btn-xs, .btn-green.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-success.btn-icon.btn-xs.icon-left, .btn-green.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-success.btn-icon.btn-xs i, .btn-green.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-info {
    color: #ffffff;
    background-color: #21a9e1;
    border-color: #21a9e1;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #1a8fbf;
        border-color: #1782ad;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #21a9e1;
        border-color: #21a9e1;
    }

    .btn-info .badge {
        color: #21a9e1;
        background-color: #ffffff;
    }

    .btn-info > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-info.dropdown-toggle {
        border-left-color: #1a92c4;
    }

    .btn-info.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-info.btn-icon i {
            background-color: #1a8fbf;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0px 3px 3px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 3px 3px 0px;
            -moz-background-clip: padding;
            border-radius: 0px 3px 3px 0px;
            background-clip: padding-box;
        }

        .btn-info.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-info.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0px 0px 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0px 0px 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0px 0px 3px !important;
                background-clip: padding-box;
            }

        .btn-info.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-info.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-info.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-info.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-info.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-info.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-info.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-info.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-info.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-link {
    color: #373e4a;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #818da2;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    /*src: url("/Scripts/Bootstrap/fonts/glyphicons-halflings-regular.eot");
    src: url("/Scripts/Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/Scripts/Bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"),url("/Scripts/Bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("/Scripts/Bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");*/
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicon:empty {
        width: 1em;
    }

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 3px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 7.5px 0;
        overflow: hidden;
        background-color: #eeeeee;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 4px 8px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #7d8086;
        margin: 0 3px;
        white-space: nowrap;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

    .dropdown-menu.dropdown-green {
        background-color: #00a651;
        border-color: #009247;
    }

        .dropdown-menu.dropdown-green > li > a {
            color: #ffffff;
        }

        .dropdown-menu.dropdown-green > li:hover a {
            background-color: #008d45;
            color: #ffffff;
        }

        .dropdown-menu.dropdown-green .divider, .dropdown-menu.dropdown-green .divider:hover {
            height: 1px;
            margin: 7.5px 0;
            overflow: hidden;
            background-color: #009247;
        }

    .dropdown-menu.dropdown-gold {
        background-color: #fcd036;
        border-color: #ecb804;
    }

        .dropdown-menu.dropdown-gold > li > a {
            color: #846e20;
        }

        .dropdown-menu.dropdown-gold > li:hover a {
            background-color: #f1bc04;
            color: #846e20;
        }

        .dropdown-menu.dropdown-gold .divider, .dropdown-menu.dropdown-gold .divider:hover {
            height: 1px;
            margin: 7.5px 0;
            overflow: hidden;
            background-color: #ecb804;
        }

    .dropdown-menu.dropdown-blue {
        background-color: #0072bc;
        border-color: #0063a3;
    }

        .dropdown-menu.dropdown-blue > li > a {
            color: #ffffff;
        }

        .dropdown-menu.dropdown-blue > li:hover a {
            background-color: #0063a3;
            color: #ffffff;
        }

        .dropdown-menu.dropdown-blue .divider, .dropdown-menu.dropdown-blue .divider:hover {
            height: 1px;
            margin: 7.5px 0;
            overflow: hidden;
            background-color: #0063a3;
        }

    .dropdown-menu.dropdown-primary {
        background-color: #303641;
        border-color: #454a54;
    }

        .dropdown-menu.dropdown-primary > li > a {
            color: #ffffff;
        }

        .dropdown-menu.dropdown-primary > li:hover a {
            background-color: #252a32;
            color: #ffffff;
        }

        .dropdown-menu.dropdown-primary .divider, .dropdown-menu.dropdown-primary .divider:hover {
            height: 1px;
            margin: 7.5px 0;
            overflow: hidden;
            background-color: #454a54;
        }

    .dropdown-menu.dropdown-red {
        background-color: #d42020;
        border-color: #b51b1b;
    }

        .dropdown-menu.dropdown-red > li > a {
            color: #ffffff;
        }

        .dropdown-menu.dropdown-red > li:hover a {
            background-color: #be1d1d;
            color: #ffffff;
        }

        .dropdown-menu.dropdown-red .divider, .dropdown-menu.dropdown-red .divider:hover {
            height: 1px;
            margin: 7.5px 0;
            overflow: hidden;
            background-color: #b51b1b;
        }

    .dropdown-menu.dropdown-black {
        background-color: #000000;
        border-color: #454545;
    }

        .dropdown-menu.dropdown-black > li > a {
            color: #ffffff;
        }

        .dropdown-menu.dropdown-black > li:hover a {
            background-color: #383838;
            color: #ffffff;
        }

        .dropdown-menu.dropdown-black .divider, .dropdown-menu.dropdown-black .divider:hover {
            height: 1px;
            margin: 7.5px 0;
            overflow: hidden;
            background-color: #454545;
        }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #717379;
        background-color: #f5f5f5;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #949494;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-default .caret {
    border-top-color: #303641;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #303641;
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group:before, .btn-group-vertical:before, .btn-group:after, .btn-group-vertical:after {
        content: " ";
        display: table;
    }

    .btn-group:after, .btn-group-vertical:after {
        clear: both;
    }

    .btn-group:before, .btn-group-vertical:before, .btn-group:after, .btn-group-vertical:after {
        content: " ";
        display: table;
    }

    .btn-group:after, .btn-group-vertical:after {
        clear: both;
    }

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: none;
        }

    .btn-group.left-dropdown .btn {
        float: right;
        -webkit-border-radius: 0px 3px 3px 0px !important;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px 3px 3px 0px !important;
        -moz-background-clip: padding;
        border-radius: 0px 3px 3px 0px !important;
        background-clip: padding-box;
    }

        .btn-group.left-dropdown .btn.dropdown-toggle {
            float: left;
            -webkit-border-radius: 3px 0px 0px 3px !important;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 0px 0px 3px !important;
            -moz-background-clip: padding;
            border-radius: 3px 0px 0px 3px !important;
            background-clip: padding-box;
            border-left: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
    padding: 1px 5px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified .btn {
        float: none;
        display: table-cell;
        width: 1%;
    }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group.minimal .input-group-addon {
        background-color: transparent;
        padding-right: 0;
    }

        .input-group.minimal .input-group-addon + .form-control {
            border-left: 0;
            border-right-width: 1px;
        }

    .input-group.minimal > .input-group-addon:first-child {
        padding-left: 8px;
    }

        .input-group.minimal > .input-group-addon:first-child + .form-control {
            padding-left: 5px;
        }

    .input-group.minimal .form-control + .input-group-addon {
        padding-right: 12px;
        padding-left: 0;
    }

    .input-group.minimal .form-control {
        border-right-width: 0;
        padding-right: 5px;
    }

        .input-group.minimal .form-control + .input-group-addon {
            padding-right: 8px;
        }

        .input-group.minimal .form-control:focus {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #ebebeb;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 41px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 41px;
    line-height: 41px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    line-height: 28px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #919191;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 2px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 15px;
        border-radius: 3px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
            z-index: 2;
        }

.input-group > .twitter-typeahead:first-child .typeahead {
    -webkit-border-radius: 3px 0px 0px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0px 0px 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0px 0px 3px;
    background-clip: padding-box;
}

.input-group > .twitter-typeahead:last-child .typeahead {
    -webkit-border-radius: 0px 3px 3px 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px 3px 3px 0px;
    -moz-background-clip: padding;
    border-radius: 0px 3px 3px 0px;
    background-clip: padding-box;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #373e4a;
    }

        .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
            border-top-color: #818da2;
            border-bottom-color: #818da2;
        }

    .nav .nav-divider {
        height: 1px;
        margin: 7.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .nav-tabs > li {
        display: inline-block;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 4px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 3px 3px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ebebeb;
            }

        .nav-tabs > li:first-child > a {
            margin-left: 10px;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-tabs.right-aligned {
    text-align: right;
}

    .nav-tabs.right-aligned > li > a {
        margin-left: 4px;
        margin-right: 0;
    }

    .nav-tabs.right-aligned > li:last-child > a {
        margin-right: 10px;
    }

.nav-tabs.bordered {
    margin-bottom: 0;
}

    .nav-tabs.bordered > li:first-child > a {
        margin-left: 0;
    }

    .nav-tabs.bordered > li:last-child > a {
        margin-right: 0;
    }

    .nav-tabs.bordered + .tab-content {
        border: 1px solid #ebebeb;
        border-top: 0;
        -webkit-border-radius: 0px 0px 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px 0px 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0px 0px 3px 3px;
        background-clip: padding-box;
        padding: 10px 15px;
        margin-bottom: 20px;
    }

        .nav-tabs.bordered + .tab-content > p:last-child {
            margin-bottom: 0;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 3px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #949494;
    }

        .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
            border-top-color: #ffffff;
            border-bottom-color: #ffffff;
        }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 3px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #373e4a;
    border-bottom-color: #373e4a;
}

.nav a:hover .caret {
    border-top-color: #818da2;
    border-bottom-color: #818da2;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 17px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: auto;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 16.5px 15px;
    font-size: 15px;
    line-height: 17px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 8.25px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 17px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 17px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 16.5px;
                padding-bottom: 16.5px;
            }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1),0px 1px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1),0px 1px 0px rgba(255,255,255,0.1);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1),0px 1px 0px rgba(255,255,255,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

.navbar-text {
    float: left;
    margin-top: 16.5px;
    margin-bottom: 16.5px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ebebeb;
}

    .navbar-default .navbar-brand {
        color: #373e4a;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #6e7b93;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #373e4a;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #f0f0f1;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ebebeb;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333333;
        border-bottom-color: #333333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f0f0f1;
        color: #555555;
    }

        .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555555;
            border-bottom-color: #555555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777777;
        border-bottom-color: #777777;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #f0f0f1;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-inverse {
    background-color: #303641;
    border-color: #454a54;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: rgba(255,255,255,0.8);
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #aaabae;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #aaabae;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #2b303a;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #21252c;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #2b303a;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #aaabae;
        border-bottom-color: #aaabae;
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #454a54;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #aaabae;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #2b303a;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #aaabae;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li i {
            margin-right: 5px;
            color: #737881;
        }

        .breadcrumb > li a {
            color: #737881;
            font-weight: 400;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .breadcrumb > li a:hover {
                color: #464e5e;
            }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #999999;
        font-weight: 400;
    }

        .breadcrumb > .active > a {
            font-weight: 400;
        }

    .breadcrumb.bc-2, .breadcrumb.breadcrumb-2 {
        background-color: transparent;
        border: 1px solid #ebebeb;
    }

    .breadcrumb.bc-3, .breadcrumb.breadcrumb-3 {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #f5f5f6;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #303641;
        border-color: #303641;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 15px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 3px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #f5f5f6;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999999;
        background-color: #ffffff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: 5px 10px;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    background-color: #ebebeb;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

    .label.medium {
        font-size: 12px;
    }

    .label.large {
        font-size: 15px;
    }

    .label[href]:hover, .label[href]:focus {
        color: #6e7b93;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

div.label {
    padding-left: 20px;
    padding-right: 20px;
}

.label-default {
    background-color: #ebebeb;
    color: #303641;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #d2d2d2;
    }

.label-primary {
    background-color: #303641;
    color: #ffffff;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #1a1e24;
    }

.label-secondary {
    background-color: #ec5956;
}

    .label-secondary[href]:hover, .label-secondary[href]:focus {
        background-color: #e72c28;
    }

.label-success {
    background-color: #00a651;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #007338;
    }

.label-info {
    background-color: #21a9e1;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #1988b6;
    }

.label-warning {
    background-color: #fad839;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #f9ce07;
    }

.label-danger {
    background-color: #cc2424;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #a11c1c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
    background-color: #ebebeb;
    color: #373e4a;
}

    .badge.badge-primary {
        background-color: #303641;
        color: #ffffff;
    }

    .badge.badge-secondary {
        background-color: #ee4749;
        color: #ffffff;
    }

    .badge.badge-success {
        background-color: #00a651;
        color: #ffffff;
    }

    .badge.badge-info {
        background-color: #21a9e1;
        color: #ffffff;
    }

    .badge.badge-warning {
        background-color: #fad839;
        color: #ffffff;
    }

    .badge.badge-danger {
        background-color: #cc2424;
        color: #ffffff;
    }

    .badge.badge-roundless {
        -webkit-border-radius: 1px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 1px;
        -moz-background-clip: padding;
        border-radius: 1px;
        background-clip: padding-box;
    }

    .badge:empty {
        display: none;
    }

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #373e4a;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 40px;
    margin-bottom: 40px;
    color: #303641;
    background-color: #eeeeee;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .jumbotron p {
        line-height: 1.4;
        font-weight: 200;
    }

.container .jumbotron {
    border-radius: 3px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .container .jumbotron {
        padding-left: 80px;
        padding-right: 80px;
    }

    .jumbotron h1 {
        font-size: 54px;
    }
}

.thumbnail {
    padding: 2px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 17px;
}

    .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #373e4a;
}

.thumbnail .caption {
    padding: 9px;
    color: #949494;
}

.alert {
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #bdedbc;
    border-color: #bdedbc;
    color: #045702;
}

    .alert-success hr {
        border-top-color: #a2e294;
    }

    .alert-success .alert-link {
        color: #022501;
    }

.alert-info {
    background-color: #c5e8f7;
    border-color: #c5e8f7;
    color: #2c7ea1;
}

    .alert-info hr {
        border-top-color: #8fe3f0;
    }

    .alert-info .alert-link {
        color: #215f79;
    }

.alert-warning {
    background-color: #ffefa4;
    border-color: #ffefa4;
    color: #574802;
}

    .alert-warning hr {
        border-top-color: #ffce71;
    }

    .alert-warning .alert-link {
        color: #251f01;
    }

.alert-danger {
    background-color: #ffc9c9;
    border-color: #ffc9c9;
    color: #ac1818;
}

    .alert-danger hr {
        border-top-color: #ff96a7;
    }

    .alert-danger .alert-link {
        color: #7f1212;
    }

.alert-default {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #303641;
}

    .alert-default hr {
        border-top-color: #dedede;
    }

    .alert-default .alert-link {
        color: #1a1e24;
    }

.alert-minimal {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #303641;
    background-color: #ffffff;
}

    .alert-minimal hr {
        border-top-color: #dedede;
    }

    .alert-minimal .alert-link {
        color: #1a1e24;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from;

{
    background-position: 0 0;
}

to {
    background-position: 40px 0;
}

}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 17px;
    margin-bottom: 17px;
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 17px;
    color: #ffffff;
    text-align: center;
    background-color: #949494;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #00a651;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #21a9e1;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #fad839;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #cc2424;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-default {
    background: #fff;
    padding: 2px;
    border: 1px solid #ebebeb;
}

    .progress-bar-default .progress-bar {
        background-color: #ebebeb;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #e1e1e1), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e1e1e1), color-stop(0.75, #e1e1e1), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);
        -webkit-border-radius: 10px 0px 0px 10px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 10px 0px 0px 10px;
        -moz-background-clip: padding;
        border-radius: 10px 0px 0px 10px;
        background-clip: padding-box;
    }

.progress-striped .progress-bar-default .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-default .progress-bar[aria-valuenow="100"] {
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

.list-group-item-success {
    color: #045702;
    background-color: #bdedbc;
}

a.list-group-item-success {
    color: #045702;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #045702;
        background-color: #a9e8a8;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #045702;
        border-color: #045702;
    }

.list-group-item-info {
    color: #2c7ea1;
    background-color: #c5e8f7;
}

a.list-group-item-info {
    color: #2c7ea1;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #2c7ea1;
        background-color: #afdff4;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #2c7ea1;
        border-color: #2c7ea1;
    }

.list-group-item-warning {
    color: #574802;
    background-color: #ffefa4;
}

a.list-group-item-warning {
    color: #574802;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #574802;
        background-color: #ffeb8a;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #574802;
        border-color: #574802;
    }

.list-group-item-danger {
    color: #ac1818;
    background-color: #ffc9c9;
}

a.list-group-item-danger {
    color: #ac1818;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #ac1818;
        background-color: #ffafaf;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #ac1818;
        border-color: #ac1818;
    }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f6;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #303641;
        border-color: #303641;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #909aad;
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 17px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .panel.panel-shadow {
        -webkit-box-shadow: 0px 3px 1px rgba(0,0,0,0.04);
        -moz-box-shadow: 0px 3px 1px rgba(0,0,0,0.04);
        box-shadow: 0px 3px 1px rgba(0,0,0,0.04);
        -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.04);
        box-shadow: 0 3px 1px rgba(0,0,0,0.04);
    }

    .panel.reloading > .panel-heading > .panel-options > a[rel="reload"] > i {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        -moz-animation: reloadingAnimation 1s linear infinite;
        -o-animation: reloadingAnimation 1s linear infinite;
        -webkit-animation: reloadingAnimation 1s linear infinite;
        animation: reloadingAnimation 1s linear infinite;
    }

    .panel.panel-collapse > .panel-heading > .panel-options > a[rel="collapse"] > i {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .panel .blockUI.blockOverlay {
        background-image: url(../../images/loader-1.gif);
        background-image: url(../../images/loader-2.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .panel[data-collapsed="1"] .panel-body {
        display: none;
    }

    .panel[data-collapsed="1"] .panel-heading > .panel-options > a[rel="collapse"] > i {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .panel.minimal > .panel-heading {
        padding: 0;
        border-bottom: 1px solid #ebebeb;
    }

        .panel.minimal > .panel-heading > .panel-title {
            position: relative;
            color: #373e4a;
            padding: 0;
            padding-bottom: 10px;
            top: 8px;
        }

        .panel.minimal > .panel-heading > .panel-options {
            padding-right: 0;
        }

            .panel.minimal > .panel-heading > .panel-options > .nav-tabs {
                position: relative;
                top: 1px;
            }

                .panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a {
                    padding: 8px 10px;
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a i {
                        color: #d0d3d9;
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                    .panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a:hover {
                        background-color: #f0f0f1;
                    }

                .panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a {
                    border-bottom-color: #fff;
                }

                    .panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a:hover {
                        background-color: #fff;
                    }

                    .panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a i {
                        color: #303641;
                    }

    .panel.minimal > .panel-body {
        padding-left: 0;
        padding-right: 0;
    }

    .panel.minimal.minimal-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: #f3f3f3;
        border-color: #ebebeb;
        color: rgba(115,120,129,0.75);
    }

    .panel.minimal.minimal-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #303641;
    }

.panel-body {
    position: relative;
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body.no-padding {
        padding: 0;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 2px;
    }

    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 2px;
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 2px;
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 2px;
    }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ebebeb;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
        border-top: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading:before, .panel-heading:after {
        content: " ";
        display: table;
    }

    .panel-heading:after {
        clear: both;
    }

    .panel-heading:before, .panel-heading:after {
        content: " ";
        display: table;
    }

    .panel-heading:after {
        clear: both;
    }

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

    .panel-heading > .panel-title {
        float: left;
        padding: 10px 15px;
    }

        .panel-heading > .panel-title > * {
            margin: 0;
        }

        .panel-heading > .panel-title > span {
            font-weight: normal;
        }

    .panel-heading > .panel-options {
        float: right;
        padding-right: 15px;
    }

        .panel-heading > .panel-options > a {
            margin-top: 10px;
        }

            .panel-heading > .panel-options > a[rel="reload"] > i {
                -o-transform-origin: 50%;
                -ms-transform-origin: 50%;
                -webkit-transform-origin: 50%;
                -moz-transform-origin: 50%;
                transform-origin: 50%;
            }

            .panel-heading > .panel-options > a[rel="collapse"] > i {
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

        .panel-heading > .panel-options > .nav-tabs {
            margin-top: 0;
            margin-bottom: 0;
        }

            .panel-heading > .panel-options > .nav-tabs > li {
                margin-right: 4px;
            }

                .panel-heading > .panel-options > .nav-tabs > li:last-child {
                    margin-right: 0;
                }

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes reloadingAnimation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes reloadingAnimation {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes reloadingAnimation {
    0%;

{
    -o-transform: rotate(0deg);
}

100% {
    -o-transform: rotate(360deg);
}

}

@keyframes reloadingAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ebebeb;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel-group {
    margin-bottom: 17px;
}

    .panel-group .panel {
        margin-bottom: 0;
        overflow: hidden;
    }

        .panel-group .panel > .panel-heading > .panel-title {
            float: none;
        }

            .panel-group .panel > .panel-heading > .panel-title > a {
                display: block;
            }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ebebeb;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ebebeb;
        }

    .panel-group.joined > .panel {
        -webkit-border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px;
        -moz-background-clip: padding;
        border-radius: 0px;
        background-clip: padding-box;
    }

        .panel-group.joined > .panel + .panel {
            margin-top: 0;
            border-top: 0;
        }

        .panel-group.joined > .panel > .panel-heading {
            background-color: #ffffff;
        }

            .panel-group.joined > .panel > .panel-heading h4 a:before {
                position: relative;
                content: '\e87a';
                display: inline-block;
                font-family: 'Entypo';
                color: rgba(115,120,129,0.7);
                padding: 10px 15px;
                padding: 0;
                float: right;
                font-size: 17px;
                margin-left: 13px;
                top: 0px;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

            .panel-group.joined > .panel > .panel-heading h4 a.collapsed:before {
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .panel-group.joined > .panel > .panel-heading + .panel-collapse {
                background-color: #f5f5f6;
                margin-bottom: 0;
                font-size: 12px;
            }

        .panel-group.joined > .panel:first-child {
            -webkit-border-radius: 3px 3px 0px 0px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 3px 0px 0px;
            -moz-background-clip: padding;
            border-radius: 3px 3px 0px 0px;
            background-clip: padding-box;
        }

        .panel-group.joined > .panel:last-child {
            -webkit-border-radius: 0px 0px 3px 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0px 0px 3px 3px;
            -moz-background-clip: padding;
            border-radius: 0px 0px 3px 3px;
            background-clip: padding-box;
        }

.panel-primary {
    border-color: #ebebeb;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-primary > .panel-heading {
        color: #373e4a;
        background-color: #ffffff;
        border-color: #ebebeb;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebebeb;
        }

        .panel-primary > .panel-heading > .dropdown .caret {
            border-color: #373e4a transparent;
        }

        .panel-primary > .panel-heading > .panel-title > a {
            color: #373e4a;
        }

        .panel-primary > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(55,62,74,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-primary > .panel-heading > .panel-options > a.bg {
                background-color: #f8f8f8;
                margin-left: 5px;
            }

                .panel-primary > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #ffffff;
                }

            .panel-primary > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-primary > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #ebebeb;
            padding-top: 5px;
        }

            .panel-primary > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #ebebeb;
                    background-color: #ebebeb;
                    padding: 8px 10px;
                    color: rgba(55,62,74,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #ffffff;
                    background-color: #ffffff;
                    color: #373e4a;
                }

                    .panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #373e4a;
                    }

    .panel-primary > .panel-footer {
        background-color: #ffffff;
        color: #373e4a;
        border-top-color: #ebebeb;
    }

        .panel-primary > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #ebebeb;
        }

    .panel-primary > .panel-body + .panel-body {
        border-top-color: #ebebeb;
    }

.panel-invert {
    border-color: #39414e;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-invert > .panel-heading {
        color: #ffffff;
        background-color: #303641;
        border-color: #39414e;
    }

        .panel-invert > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #39414e;
        }

        .panel-invert > .panel-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

        .panel-invert > .panel-heading > .panel-title > a {
            color: #ffffff;
        }

        .panel-invert > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(255,255,255,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-invert > .panel-heading > .panel-options > a.bg {
                background-color: #4f5a6b;
                margin-left: 5px;
            }

                .panel-invert > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #556174;
                }

            .panel-invert > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-invert > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #39414e;
            padding-top: 5px;
        }

            .panel-invert > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #39414e;
                    background-color: #39414e;
                    padding: 8px 10px;
                    color: rgba(255,255,255,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #303641;
                    background-color: #303641;
                    color: #ffffff;
                }

                    .panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #ffffff;
                    }

    .panel-invert > .panel-footer {
        background-color: #303641;
        color: #ffffff;
        border-top-color: #39414e;
    }

        .panel-invert > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #39414e;
        }

    .panel-invert > .panel-body + .panel-body {
        border-top-color: #39414e;
    }

    .panel-invert > .panel-body {
        background-color: #303641;
        color: #778193;
    }

.panel-default {
    border-color: #ebebeb;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-default > .panel-heading {
        color: #373e4a;
        background-color: #f0f0f1;
        border-color: #ebebeb;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebebeb;
        }

        .panel-default > .panel-heading > .dropdown .caret {
            border-color: #373e4a transparent;
        }

        .panel-default > .panel-heading > .panel-title > a {
            color: #373e4a;
        }

        .panel-default > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(55,62,74,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-default > .panel-heading > .panel-options > a.bg {
                background-color: #dedede;
                margin-left: 5px;
            }

                .panel-default > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #e6e6e6;
                }

            .panel-default > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-default > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #ebebeb;
            padding-top: 5px;
        }

            .panel-default > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #ebebeb;
                    background-color: #ebebeb;
                    padding: 8px 10px;
                    color: rgba(55,62,74,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #f0f0f1;
                    background-color: #f0f0f1;
                    color: #373e4a;
                }

                    .panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #373e4a;
                    }

    .panel-default > .panel-footer {
        background-color: #f0f0f1;
        color: #373e4a;
        border-top-color: #ebebeb;
    }

        .panel-default > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #ebebeb;
        }

    .panel-default > .panel-body + .panel-body {
        border-top-color: #ebebeb;
    }

    .panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: #dedede;
    }

    .panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom-color: #fff;
    }

.panel-success {
    border-color: #b4e8a8;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-success > .panel-heading {
        color: #045702;
        background-color: #bdedbc;
        border-color: #b4e8a8;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #b4e8a8;
        }

        .panel-success > .panel-heading > .dropdown .caret {
            border-color: #045702 transparent;
        }

        .panel-success > .panel-heading > .panel-title > a {
            color: #045702;
        }

        .panel-success > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(4,87,2,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-success > .panel-heading > .panel-options > a.bg {
                background-color: #a2e294;
                margin-left: 5px;
            }

                .panel-success > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #ade5a0;
                }

            .panel-success > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-success > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #b4e8a8;
            padding-top: 5px;
        }

            .panel-success > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #b4e8a8;
                    background-color: #b4e8a8;
                    padding: 8px 10px;
                    color: rgba(4,87,2,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-success > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #bdedbc;
                    background-color: #bdedbc;
                    color: #045702;
                }

                    .panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #045702;
                    }

    .panel-success > .panel-footer {
        background-color: #bdedbc;
        color: #045702;
        border-top-color: #b4e8a8;
    }

        .panel-success > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #b4e8a8;
        }

    .panel-success > .panel-body + .panel-body {
        border-top-color: #b4e8a8;
    }

    .panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: #91dd80;
    }

    .panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom-color: #fff;
    }

.panel-warning {
    border-color: #ffd78a;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-warning > .panel-heading {
        color: #574802;
        background-color: #ffefa4;
        border-color: #ffd78a;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ffd78a;
        }

        .panel-warning > .panel-heading > .dropdown .caret {
            border-color: #574802 transparent;
        }

        .panel-warning > .panel-heading > .panel-title > a {
            color: #574802;
        }

        .panel-warning > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(87,72,2,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-warning > .panel-heading > .panel-options > a.bg {
                background-color: #ffce71;
                margin-left: 5px;
            }

                .panel-warning > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #ffd480;
                }

            .panel-warning > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-warning > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #ffd78a;
            padding-top: 5px;
        }

            .panel-warning > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #ffd78a;
                    background-color: #ffd78a;
                    padding: 8px 10px;
                    color: rgba(87,72,2,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #ffefa4;
                    background-color: #ffefa4;
                    color: #574802;
                }

                    .panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #574802;
                    }

    .panel-warning > .panel-footer {
        background-color: #ffefa4;
        color: #574802;
        border-top-color: #ffd78a;
    }

        .panel-warning > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #ffd78a;
        }

    .panel-warning > .panel-body + .panel-body {
        border-top-color: #ffd78a;
    }

    .panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: #ffe258;
    }

    .panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom-color: #fff;
    }

.panel-danger {
    border-color: #ffafbd;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-danger > .panel-heading {
        color: #ac1818;
        background-color: #ffc9c9;
        border-color: #ffafbd;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ffafbd;
        }

        .panel-danger > .panel-heading > .dropdown .caret {
            border-color: #ac1818 transparent;
        }

        .panel-danger > .panel-heading > .panel-title > a {
            color: #ac1818;
        }

        .panel-danger > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(172,24,24,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-danger > .panel-heading > .panel-options > a.bg {
                background-color: #ff96a7;
                margin-left: 5px;
            }

                .panel-danger > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #ffa5b4;
                }

            .panel-danger > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-danger > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #ffafbd;
            padding-top: 5px;
        }

            .panel-danger > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #ffafbd;
                    background-color: #ffafbd;
                    padding: 8px 10px;
                    color: rgba(172,24,24,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #ffc9c9;
                    background-color: #ffc9c9;
                    color: #ac1818;
                }

                    .panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #ac1818;
                    }

    .panel-danger > .panel-footer {
        background-color: #ffc9c9;
        color: #ac1818;
        border-top-color: #ffafbd;
    }

        .panel-danger > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #ffafbd;
        }

    .panel-danger > .panel-body + .panel-body {
        border-top-color: #ffafbd;
    }

    .panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: #ff7c7c;
    }

    .panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom-color: #fff;
    }

.panel-info {
    border-color: #a6e8f3;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-info > .panel-heading {
        color: #2c7ea1;
        background-color: #c5e8f7;
        border-color: #a6e8f3;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #a6e8f3;
        }

        .panel-info > .panel-heading > .dropdown .caret {
            border-color: #2c7ea1 transparent;
        }

        .panel-info > .panel-heading > .panel-title > a {
            color: #2c7ea1;
        }

        .panel-info > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(44,126,161,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-info > .panel-heading > .panel-options > a.bg {
                background-color: #8fe3f0;
                margin-left: 5px;
            }

                .panel-info > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #9de6f1;
                }

            .panel-info > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-info > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #a6e8f3;
            padding-top: 5px;
        }

            .panel-info > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #a6e8f3;
                    background-color: #a6e8f3;
                    padding: 8px 10px;
                    color: rgba(44,126,161,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-info > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #c5e8f7;
                    background-color: #c5e8f7;
                    color: #2c7ea1;
                }

                    .panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #2c7ea1;
                    }

    .panel-info > .panel-footer {
        background-color: #c5e8f7;
        color: #2c7ea1;
        border-top-color: #a6e8f3;
    }

        .panel-info > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #a6e8f3;
        }

    .panel-info > .panel-body + .panel-body {
        border-top-color: #a6e8f3;
    }

    .panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: #82cdee;
    }

    .panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom-color: #fff;
    }

.panel-dark {
    border-color: #222222;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-dark > .panel-heading {
        color: #ffffff;
        background-color: #333333;
        border-color: #222222;
    }

        .panel-dark > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #222222;
        }

        .panel-dark > .panel-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

        .panel-dark > .panel-heading > .panel-title > a {
            color: #ffffff;
        }

        .panel-dark > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(255,255,255,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-dark > .panel-heading > .panel-options > a.bg {
                background-color: #484848;
                margin-left: 5px;
            }

                .panel-dark > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #505050;
                }

            .panel-dark > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-dark > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #222222;
            padding-top: 5px;
        }

            .panel-dark > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #222222;
                    background-color: #222222;
                    padding: 8px 10px;
                    color: rgba(255,255,255,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #333333;
                    background-color: #333333;
                    color: #ffffff;
                }

                    .panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #ffffff;
                    }

    .panel-dark > .panel-footer {
        background-color: #333333;
        color: #ffffff;
        border-top-color: #222222;
    }

        .panel-dark > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #222222;
        }

    .panel-dark > .panel-body + .panel-body {
        border-top-color: #222222;
    }

    .panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: rgba(255,255,255,0.1);
        color: #ffffff;
        border-color: rgba(34,34,34,0.1);
    }

    .panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #222222;
    }

        .panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a i {
            color: #222222;
        }

.panel-gray {
    border-color: #eeeeee;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-gray > .panel-heading {
        color: #373e4a;
        background-color: #eeeeee;
        border-color: #ffffff;
    }

        .panel-gray > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eeeeee;
        }

        .panel-gray > .panel-heading > .dropdown .caret {
            border-color: #373e4a transparent;
        }

        .panel-gray > .panel-heading > .panel-title > a {
            color: #373e4a;
        }

        .panel-gray > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(55,62,74,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-gray > .panel-heading > .panel-options > a.bg {
                background-color: #e0e0e0;
                margin-left: 5px;
            }

                .panel-gray > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #e8e8e8;
                }

            .panel-gray > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-gray > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #eeeeee;
            padding-top: 5px;
        }

            .panel-gray > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #eeeeee;
                    background-color: #eeeeee;
                    padding: 8px 10px;
                    color: rgba(55,62,74,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #eeeeee;
                    background-color: #eeeeee;
                    color: #373e4a;
                }

                    .panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #373e4a;
                    }

    .panel-gray > .panel-footer {
        background-color: #eeeeee;
        color: #373e4a;
        border-top-color: #ffffff;
    }

        .panel-gray > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #eeeeee;
        }

    .panel-gray > .panel-body + .panel-body {
        border-top-color: #ffffff;
    }

    .panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {
        background-color: #eeeeee;
        border-color: #ffffff;
        border-bottom-color: #eeeeee;
    }

    .panel-gray > .panel-body {
        background-color: #eeeeee;
    }

        .panel-gray > .panel-body + .panel-body {
            border-top-color: #ffffff;
        }

.panel-gradient {
    border-color: #cccccc;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .panel-gradient > .panel-heading {
        color: #303641;
        background-color: #ffffff;
        border-color: #cccccc;
    }

        .panel-gradient > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #cccccc;
        }

        .panel-gradient > .panel-heading > .dropdown .caret {
            border-color: #303641 transparent;
        }

        .panel-gradient > .panel-heading > .panel-title > a {
            color: #303641;
        }

        .panel-gradient > .panel-heading > .panel-options > a {
            display: inline-block;
            color: rgba(48,54,65,0.7);
            text-align: center;
            line-height: 1;
            padding: 4px 2px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .panel-gradient > .panel-heading > .panel-options > a.bg {
                background-color: #d1d1d1;
                margin-left: 5px;
            }

                .panel-gradient > .panel-heading > .panel-options > a.bg:hover {
                    background-color: #d9d9d9;
                }

            .panel-gradient > .panel-heading > .panel-options > a i {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

        .panel-gradient > .panel-heading > .panel-options > .nav-tabs {
            position: relative;
            top: 1px;
            border-bottom: 1px solid #cccccc;
            padding-top: 5px;
        }

            .panel-gradient > .panel-heading > .panel-options > .nav-tabs > li {
                background-color: transparent;
            }

                .panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a {
                    border-color: #cccccc;
                    background-color: #cccccc;
                    padding: 8px 10px;
                    color: rgba(48,54,65,0.5);
                    font-size: 12px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0px 0px;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0px 0px;
                    background-clip: padding-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a > i {
                        font-size: 14px;
                        line-height: 1;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                .panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a {
                    border-bottom: 1px solid #ffffff;
                    background-color: #ffffff;
                    color: #303641;
                }

                    .panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
                        color: #303641;
                    }

    .panel-gradient > .panel-footer {
        background-color: #ffffff;
        color: #303641;
        border-top-color: #cccccc;
    }

        .panel-gradient > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #cccccc;
        }

    .panel-gradient > .panel-body + .panel-body {
        border-top-color: #cccccc;
    }

    .panel-gradient > .panel-heading {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
        background-image: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    }

        .panel-gradient > .panel-heading > .panel-options i {
            color: #303641;
        }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f6;
    border: 1px solid #e2e2e5;
    border-radius: 3px;
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

    .well > h1 {
        margin-top: 5px;
    }

.well-lg {
    padding: 24px;
    border-radius: 3px;
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.custom-width {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .modal.custom-width .modal-dialog {
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .modal .modal-header .close {
        background: #f0f0f1;
        display: inline-block;
        padding: 0px 5px;
        line-height: 1;
        color: #787878;
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        text-shadow: none;
        font-weight: 300;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .modal .modal-header .close:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .modal .modal-header h4 {
        text-shadow: none;
    }

    .modal .modal-body > p:last-child {
        margin-bottom: 0;
    }

    .modal.inline {
        display: block;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        position: relative;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        overflow: hidden;
        z-index: 0 !important;
    }

        .modal.inline .modal-dialog {
            margin: 0;
            width: auto;
        }

    .modal.invert .modal-dialog .modal-content {
        background-color: #303641;
        color: #aaabae;
        border-color: #454a54;
    }

        .modal.invert .modal-dialog .modal-content .modal-header {
            border-bottom-color: #454a54;
        }

            .modal.invert .modal-dialog .modal-content .modal-header .close {
                background-color: #454a54;
                color: #c7cad1;
            }

            .modal.invert .modal-dialog .modal-content .modal-header h4 {
                color: #ffffff;
            }

        .modal.invert .modal-dialog .modal-content .modal-footer {
            border-top-color: #454a54;
        }

    .modal.gray .modal-dialog .modal-content {
        background-color: #f0f0f1;
        border-color: #ffffff;
    }

        .modal.gray .modal-dialog .modal-content .modal-header {
            border-bottom-color: #ffffff;
        }

            .modal.gray .modal-dialog .modal-content .modal-header .close {
                background-color: #ffffff;
                color: #808080;
            }

            .modal.gray .modal-dialog .modal-content .modal-header h4 {
                color: #6b6b6b;
            }

        .modal.gray .modal-dialog .modal-content .modal-footer {
            border-top-color: #ffffff;
        }

    .modal.fade .modal-dialog {
        -webkit-transform: translateY(-400px) scale(1.1);
        -moz-transform: translateY(-400px) scale(1.1);
        -o-transform: translateY(-400px) scale(1.1);
        -ms-transform: translateY(-400px) scale(1.1);
        transform: translateY(-400px) scale(1.1);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: -moz-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: -o-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
}

    .modal-dialog.fade {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-dialog.in {
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .modal-dialog.modal-lg {
            width: 900px;
        }

        .modal-dialog.modal-sm {
            width: 400px;
        }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

    .tooltip.tooltip-primary .tooltip-inner {
        background-color: #303641;
        color: #ffffff;
    }

    .tooltip.tooltip-primary.top .tooltip-arrow {
        border-top-color: #303641;
    }

    .tooltip.tooltip-primary.top-left .tooltip-arrow {
        border-top-color: #303641;
    }

    .tooltip.tooltip-primary.top-right .tooltip-arrow {
        border-top-color: #303641;
    }

    .tooltip.tooltip-primary.right .tooltip-arrow {
        border-right-color: #303641;
    }

    .tooltip.tooltip-primary.left .tooltip-arrow {
        border-left-color: #303641;
    }

    .tooltip.tooltip-primary.bottom .tooltip-arrow {
        border-bottom-color: #303641;
    }

    .tooltip.tooltip-primary.bottom-left .tooltip-arrow {
        border-bottom-color: #303641;
    }

    .tooltip.tooltip-primary.bottom-right .tooltip-arrow {
        border-bottom-color: #303641;
    }

    .tooltip.tooltip-secondary .tooltip-inner {
        background-color: #ec5956;
        color: #ffffff;
    }

    .tooltip.tooltip-secondary.top .tooltip-arrow {
        border-top-color: #ec5956;
    }

    .tooltip.tooltip-secondary.top-left .tooltip-arrow {
        border-top-color: #ec5956;
    }

    .tooltip.tooltip-secondary.top-right .tooltip-arrow {
        border-top-color: #ec5956;
    }

    .tooltip.tooltip-secondary.right .tooltip-arrow {
        border-right-color: #ec5956;
    }

    .tooltip.tooltip-secondary.left .tooltip-arrow {
        border-left-color: #ec5956;
    }

    .tooltip.tooltip-secondary.bottom .tooltip-arrow {
        border-bottom-color: #ec5956;
    }

    .tooltip.tooltip-secondary.bottom-left .tooltip-arrow {
        border-bottom-color: #ec5956;
    }

    .tooltip.tooltip-secondary.bottom-right .tooltip-arrow {
        border-bottom-color: #ec5956;
    }

    .tooltip.tooltip-default .tooltip-inner {
        background-color: #ebebeb;
        color: #303641;
    }

    .tooltip.tooltip-default.top .tooltip-arrow {
        border-top-color: #ebebeb;
    }

    .tooltip.tooltip-default.top-left .tooltip-arrow {
        border-top-color: #ebebeb;
    }

    .tooltip.tooltip-default.top-right .tooltip-arrow {
        border-top-color: #ebebeb;
    }

    .tooltip.tooltip-default.right .tooltip-arrow {
        border-right-color: #ebebeb;
    }

    .tooltip.tooltip-default.left .tooltip-arrow {
        border-left-color: #ebebeb;
    }

    .tooltip.tooltip-default.bottom .tooltip-arrow {
        border-bottom-color: #ebebeb;
    }

    .tooltip.tooltip-default.bottom-left .tooltip-arrow {
        border-bottom-color: #ebebeb;
    }

    .tooltip.tooltip-default.bottom-right .tooltip-arrow {
        border-bottom-color: #ebebeb;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

    .popover.popover-primary {
        background-color: #303641;
        color: #ffffff;
        border-color: #303641;
    }

        .popover.popover-primary .popover-title {
            background-color: #3b4250;
            border-bottom-color: #303641;
            color: #ffffff;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .popover.popover-primary.top .arrow {
            border-top-color: #303641;
        }

            .popover.popover-primary.top .arrow:after {
                border-top-color: #303641;
            }

        .popover.popover-primary.bottom .arrow {
            border-bottom-color: #303641;
        }

            .popover.popover-primary.bottom .arrow:after {
                border-bottom-color: #303641;
            }

        .popover.popover-primary.left .arrow {
            border-left-color: #303641;
        }

            .popover.popover-primary.left .arrow:after {
                border-left-color: #303641;
            }

        .popover.popover-primary.right .arrow {
            border-right-color: #303641;
        }

            .popover.popover-primary.right .arrow:after {
                border-right-color: #303641;
            }

    .popover.popover-secondary {
        background-color: #ec5956;
        color: #ffffff;
        border-color: #ec5956;
    }

        .popover.popover-secondary .popover-title {
            background-color: #e9423f;
            border-bottom-color: #ec5956;
            color: #ffffff;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .popover.popover-secondary.top .arrow {
            border-top-color: #ec5956;
        }

            .popover.popover-secondary.top .arrow:after {
                border-top-color: #ec5956;
            }

        .popover.popover-secondary.bottom .arrow {
            border-bottom-color: #ec5956;
        }

            .popover.popover-secondary.bottom .arrow:after {
                border-bottom-color: #ec5956;
            }

        .popover.popover-secondary.left .arrow {
            border-left-color: #ec5956;
        }

            .popover.popover-secondary.left .arrow:after {
                border-left-color: #ec5956;
            }

        .popover.popover-secondary.right .arrow {
            border-right-color: #ec5956;
        }

            .popover.popover-secondary.right .arrow:after {
                border-right-color: #ec5956;
            }

    .popover.popover-default {
        background-color: #ebebeb;
        color: #373e4a;
        border-color: #ebebeb;
    }

        .popover.popover-default .popover-title {
            background-color: #d2d2d2;
            border-bottom-color: #ebebeb;
            color: #303641;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .popover.popover-default.top .arrow {
            border-top-color: #ebebeb;
        }

            .popover.popover-default.top .arrow:after {
                border-top-color: #ebebeb;
            }

        .popover.popover-default.bottom .arrow {
            border-bottom-color: #ebebeb;
        }

            .popover.popover-default.bottom .arrow:after {
                border-bottom-color: #ebebeb;
            }

        .popover.popover-default.left .arrow {
            border-left-color: #ebebeb;
        }

            .popover.popover-default.left .arrow:after {
                border-left-color: #ebebeb;
            }

        .popover.popover-default.right .arrow {
            border-right-color: #ebebeb;
        }

            .popover.popover-default.right .arrow:after {
                border-right-color: #ebebeb;
            }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px;
}

    .popover.top .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0,0,0,0.25);
}

    .popover.right .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px;
}

    .popover.bottom .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0,0,0,0.25);
}

    .popover.left .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s, ease-in-out, left;
        -moz-transition: 0.6s, ease-in-out, left;
        -o-transition: 0.6s, ease-in-out, left;
        transition: 0.6s, ease-in-out, left;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-control.left {
        background-repeat: repeat-x;
        background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg, tr.visible-xs, tr.visible-sm, tr.visible-md, tr.visible-lg, th.visible-xs, th.visible-sm, th.visible-md, th.visible-lg, td.visible-xs, td.visible-sm, td.visible-md, td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url("//d1vm9l1xjmbc94.cloudfront.net/fonts/fontawesome-webfont.eot?v=3.2.1");
    src: url("//d1vm9l1xjmbc94.cloudfront.net/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"),url("//d1vm9l1xjmbc94.cloudfront.net/fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"),url("//d1vm9l1xjmbc94.cloudfront.net/fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"),url("//d1vm9l1xjmbc94.cloudfront.net/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    [class^="icon-"]:before, [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.icon-5x {
    font-size: 5em;
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0%;

{
    -o-transform: rotate(0deg);
}

100% {
    -o-transform: rotate(359deg);
}

}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before, .icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before, .icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before, .icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before, .icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before, .icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before, .icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before, .icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before, .icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before, .icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before, .icon-usd:before {
    content: "\f155";
}

.icon-rupee:before, .icon-inr:before {
    content: "\f156";
}

.icon-yen:before, .icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before, .icon-cny:before {
    content: "\f158";
}

.icon-won:before, .icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

body.login-page .login-form .form-group.lockscreen-input .lockscreen-details h4 {
    color: #51555d;
}

body.login-page .login-form .form-group.lockscreen-input .lockscreen-details span {
    color: #90949e;
}

body.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {
    border-color: #f7f7f7;
}

body .profile-info.dropdown .dropdown-menu li a:hover {
    color: #51555d;
}

body .page-container .sidebar-menu {
    border-right: 1px solid #ebebec;
}

body #chat {
    border-left: 1px solid #ebebec;
}

body .page-container .sidebar-menu .sidebar-user-info .user-link img {
    border: 4px solid rgba(0,0,0,0.06);
}

body #chat .user-status.is-offline {
    background-color: #dbdbdb;
}

body .page-container .sidebar-menu .sidebar-user-info .user-link strong, body .page-container .sidebar-menu .sidebar-user-info .user-link img + span, body .page-container .sidebar-menu .sidebar-user-info .user-link img + strong, body .page-container .sidebar-menu .sidebar-user-info .sui-hover.visible.animate-in a, body .page-container .sidebar-menu .sidebar-user-info .sui-hover.visible .close-sui-popup {
    color: #51555d;
}

body #chat .chat-conversation .conversation-body > li .user {
    color: #51555d;
}

body.login-page .login-bottom-links .link {
    color: #51555d;
}

    body.login-page .login-bottom-links .link:hover {
        color: #45494f;
    }

body.login-page .login-bottom-links {
    color: #51555d;
}

body .profile-info.dropdown .dropdown-menu {
    background: #f7f7f7;
    border-color: #f7f7f7;
}

    body .profile-info.dropdown .dropdown-menu > li {
        border-bottom-color: transparent;
    }

    body .profile-info.dropdown .dropdown-menu li a {
        color: #51555d;
    }

        body .profile-info.dropdown .dropdown-menu li a:hover {
            background: #f7f7f7;
        }

body .page-container .sidebar-menu {
    background: #fff;
    color: #f7f7f7;
}

body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search .search-input {
    background-color: #f7f7f7 !important;
    border-color: #ebebec !important;
}

body .page-container .sidebar-menu #main-menu li#search {
    background-color: #f7f7f7;
    border-color: #ebebec;
}

body .page-container .sidebar-menu #main-menu li ul {
    border-color: #ebebec;
}

    body .page-container .sidebar-menu #main-menu li ul > li {
        border-color: #ebebec;
    }

        body .page-container .sidebar-menu #main-menu li ul > li > a {
            background-color: #fff;
        }

body .page-container .sidebar-menu #main-menu li.active > a {
    background: #f7f7f7;
    color: #51555d;
}

body .page-container .sidebar-menu #main-menu li ul > li > a {
    background-color: #f7f7f7;
}

body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a, body .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
    border-color: #ebebec;
}

    body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover {
        background: #f7f7f7;
    }

body .page-container .sidebar-menu .sidebar-user-info {
    border-color: #ebebec;
}

    body .page-container .sidebar-menu .sidebar-user-info .sui-hover {
        background-color: #fff;
    }

body .page-container .sidebar-menu #main-menu li {
    border-color: #ebebec;
}

    body .page-container .sidebar-menu #main-menu li a {
        color: #51555d;
    }

        body .page-container .sidebar-menu #main-menu li a:hover {
            background-color: #f7f7f7;
            color: #51555d;
        }

    body .page-container .sidebar-menu #main-menu li.has-sub > a:before {
        color: #51555d;
    }

    body .page-container .sidebar-menu #main-menu li ul > li > a:hover {
        background-color: #f0f0f0;
    }

body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {
    border-color: #ebebec;
    border-right: 1px solid #ebebec;
}

body .page-container .sidebar-menu #main-menu li ul > li ul > li > a {
    background-color: #ededed;
}

body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li > a {
    background-color: #ededed;
}

body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li ul > li > a {
    background-color: #ededed;
}

body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
    background: #fff;
    border-color: #ebebec;
    border-right: 1px solid #ebebec;
}

body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {
    border-color: #ebebec;
}

body .profile-info.dropdown .dropdown-menu > .caret {
    border-bottom-color: #f7f7f7;
}

body #chat {
    background: #fff;
}

    body #chat .chat-header {
        color: #51555d;
        border-bottom: 1px solid #ebebec;
    }

    body #chat .chat-group > a:hover, body #chat .chat-group > a.active {
        background: rgba(228,228,228,0.18);
    }

    body #chat .chat-group > strong {
        color: #51555d;
    }

    body #chat .chat-conversation {
        background: #ededed;
    }

        body #chat .chat-conversation .conversation-body > li.odd, body #chat .chat-conversation .conversation-body > li.even, body #chat .chat-conversation .conversation-body > li.opponent {
            background: #f7f7f7;
        }

        body #chat .chat-conversation .conversation-header {
            border-color: rgba(0,0,0,0.02);
            color: #51555d;
        }

        body #chat .chat-conversation .conversation-body > li.odd, body #chat .chat-conversation .conversation-body > li.even, body #chat .chat-conversation .conversation-body > li.opponent {
            background-color: rgba(0,0,0,0.02);
        }

        body #chat .chat-conversation .chat-textarea textarea {
            background: #f7f7f7;
            box-shadow: none;
            color: #51555d;
            border-color: #f7f7f7;
        }

    body #chat .chat-group > a:before {
        border-color: transparent transparent transparent #ededed;
    }

body.login-page .login-form .form-group .input-group {
    border-color: #ebebec;
}

body.login-page {
    background: #5c87b2;
    color: rgba(255,255,255,0.5);
}

    body.login-page .login-header .description {
        color: #51555d;
    }

    body.login-page .login-form .form-group .input-group .form-control {
        color: #51555d;
    }

        body.login-page .login-form .form-group .input-group .form-control::-webkit-input-placeholder {
            color: #51555d;
        }

        body.login-page .login-form .form-group .input-group .form-control:-moz-placeholder {
            color: #51555d;
        }

        body.login-page .login-form .form-group .input-group .form-control::-moz-placeholder {
            color: #51555d;
        }

        body.login-page .login-form .form-group .input-group .form-control:-ms-input-placeholder {
            color: #51555d;
        }

    body.login-page .login-form .form-group .input-group {
        background: #fff;
        border-color: #ebebec;
    }

        body.login-page .login-form .form-group .input-group.focused {
            border-color: #dedee0;
        }

        body.login-page .login-form .form-group .input-group .input-group-addon:after {
            background: #ebebec;
        }

    body.login-page .login-form .form-group .btn-login {
        background: #f7f7f7;
        border-color: #ebebec;
        color: #51555d;
        text-align: center !important;
    }

        body.login-page .login-form .form-group .btn-login:hover {
            background: #fff;
            border-color: #ebebec;
            color: #51555d;
        }

body .login-container .login-header {
    background-color: #fff;
}

    body .login-container .login-header.login-caret:after {
        border-top-color: #fff;
    }

body.login-page.logging-in .login-progressbar {
    background: #fff;
    height: 2px;
}

    body.login-page.logging-in .login-progressbar div {
        background: #ee4749;
    }

body.login-page.logging-in .login-progressbar-indicator {
    color: #51555d;
}

    body.login-page.logging-in .login-progressbar-indicator h3 {
        color: #51555d;
    }

body.page-left-in, body.page-right-in, body.page-fade-only, body.page-fade {
    background: #fff !important;
}

body .page-container.horizontal-menu header.navbar.navbar-fixed-top {
    border-bottom: 1px solid #ebebec;
}

body .page-container .sidebar-menu #main-menu li#search button i {
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li.active.has-sub > a:after {
    border-color: #f7f7f7 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

body .page-container.horizontal-menu header.navbar {
    background: #fff;
}

    body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub > a:before {
        color: #51555d;
    }

    body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub:hover > a:before {
        color: #51555d;
    }

body .page-container.horizontal-menu.with-sidebar header.navbar {
    border-color: #ebebec;
}

body .page-container.horizontal-menu.with-sidebar .sidebar-user-info {
    border-color: #ebebec;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
    border-right-color: #ebebec;
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {
    background: #f7f7f7;
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar .navbar-nav {
    border-left-color: #ebebec;
}

    body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
        border-right-color: #ebebec;
    }

    body .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a {
        background: #f7f7f7;
        color: #51555d;
    }

    body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
        background: #fff;
    }

body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {
    background: #f7f7f7;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
    border-color: #ebebec;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

    body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
        background: #f7f7f7;
    }

    body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
        background: #f7f7f7;
        color: #51555d;
    }

body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input, body .page-container.horizontal-menu header.navbar > ul > li#search .search-input {
    background: #f7f7f7;
    border-color: #ebebec;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li ul > li:last-child > a {
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li#search.search-input-collapsed:hover {
    border-color: #ebebec;
    background: #f7f7f7;
}

body .page-container.horizontal-menu header.navbar ul.nav > li.sep {
    border-color: #ebebec;
}

body .page-container.horizontal-menu header.navbar ul.nav > li > a, body .page-container.horizontal-menu header.navbar ul.nav > li > span {
    color: #51555d;
}

body .entypo-menu {
    color: #51555d;
}

body .page-container .sidebar-menu #main-menu li#search .search-input {
    color: #51555d;
}

    body .page-container .sidebar-menu #main-menu li#search .search-input::-webkit-input-placeholder {
        color: #51555d;
    }

    body .page-container .sidebar-menu #main-menu li#search .search-input:-moz-placeholder {
        color: #51555d;
    }

    body .page-container .sidebar-menu #main-menu li#search .search-input::-moz-placeholder {
        color: #51555d;
    }

    body .page-container .sidebar-menu #main-menu li#search .search-input:-ms-input-placeholder {
        color: #51555d;
    }

body #chat .chat-group > a {
    color: #51555d;
}

body .conversation-body, body #chat .entypo-cancel, body #chat .chat-conversation .chat-textarea:after {
    color: #51555d;
}

body #chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
    color: #51555d;
}

body #chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
    color: #51555d;
}

body #chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
    color: #51555d;
}

body #chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button i, body .page-container.horizontal-menu header.navbar > ul > li#search button i {
    color: #51555d;
}

body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover, body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {
    color: #51555d;
}

body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-webkit-input-placeholder, body .horizontal-menu header.navbar > ul > li#search .search-input::-webkit-input-placeholder {
    color: #51555d;
}

body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-moz-placeholder, body .horizontal-menu header.navbar > ul > li#search .search-input:-moz-placeholder {
    color: #51555d;
}

body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-moz-placeholder, body .horizontal-menu header.navbar > ul > li#search .search-input::-moz-placeholder {
    color: #51555d;
}

body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-ms-input-placeholder, body .horizontal-menu header.navbar > ul > li#search .search-input:-ms-input-placeholder {
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar ul.nav > li > a {
    color: #51555d;
}

    body .page-container.horizontal-menu header.navbar ul.nav > li > a:hover, body .page-container.horizontal-menu header.navbar ul.nav > li > a:focus {
        color: #45494f;
    }

body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > a {
    color: #51555d;
}

body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f6 rgba(0,0,0,0);
}

.colpick {
    position: absolute;
    width: 346px;
    height: 168px;
    overflow: hidden;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    background: #f0f0f0;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.colpick_color {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: #f00;
    outline: 3px solid #ccc;
    cursor: crosshair;
}

    .colpick_color div {
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        height: 150px;
        background: url(colpick_overlay.png);
    }

        .colpick_color div div {
            position: absolute;
            width: 11px;
            height: 11px;
            margin: -5px 0 0 -5px;
            background: url(colpick_select.gif);
        }

.colpick_hue {
    position: absolute;
    top: 8px;
    left: 173px;
    width: 19px;
    height: 150px;
    border: 1px solid #aaa;
    cursor: n-resize;
    background: url(colpick_slider.png);
    background-position: center;
}

    .colpick_hue div {
        position: absolute;
        left: -8px;
        width: 35px;
        height: 9px;
        margin: -4px 0 0 0;
        overflow: hidden;
        background: url(colpick_indic.gif) left top;
    }

.colpick_new_color {
    position: absolute;
    left: 206px;
    top: 6px;
    width: 60px;
    height: 25px;
    background: #f00;
    border: 1px solid #8f8f8f;
}

.colpick_current_color {
    position: absolute;
    left: 276px;
    top: 6px;
    width: 60px;
    height: 25px;
    background: #f00;
    border: 1px solid #8f8f8f;
}

.colpick_field, .colpick_hex_field {
    position: absolute;
    height: 21px;
    width: 60px;
    overflow: hidden;
    background: #e4e4e4;
    color: #b8b8b8;
    font-size: 12px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.colpick_rgb_r {
    top: 38px;
    left: 206px;
}

.colpick_rgb_g {
    top: 65px;
    left: 206px;
}

.colpick_rgb_b {
    top: 92px;
    left: 206px;
}

.colpick_hsb_h {
    top: 38px;
    left: 276px;
}

.colpick_hsb_s {
    top: 65px;
    left: 276px;
}

.colpick_hsb_b {
    top: 92px;
    left: 276px;
}

.colpick_hex_field {
    width: 68px;
    left: 206px;
    top: 119px;
}

.colpick_focus {
    border-color: #999;
}

.colpick_field div, .colpick_hex_field div {
    position: absolute;
    width: 12px;
    height: 21px;
    line-height: 21px;
    padding-left: 4px;
    background: #d7d7d7;
    border-right: 1px solid #bbb;
    font-weight: bold;
    color: #777;
}

.colpick_field input, .colpick_hex_field input {
    position: absolute;
    right: 11px;
    margin: 0;
    padding: 0;
    height: 21px;
    line-height: 21px;
    background: transparent;
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    text-align: right;
    outline: none;
}

.colpick_hex_field input {
    right: 4px;
}

.colpick_field span {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 21px;
    overflow: hidden;
    cursor: n-resize;
    background: url(colpick_arrows.png);
    background-position: center;
    background-repeat: no-repeat;
}

.colpick_submit {
    position: absolute;
    left: 206px;
    top: 148px;
    width: 130px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: #d7d7d7;
    text-align: center;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .colpick_submit:hover {
        background: #c7c7c7;
        cursor: pointer;
    }

.colpick_full_ns .colpick_submit, .colpick_full_ns .colpick_current_color {
    display: none;
}

.colpick_full_ns .colpick_new_color {
    width: 130px;
    height: 25px;
}

.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
    top: 42px;
}

.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
    top: 73px;
}

.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
    top: 104px;
}

.colpick_full_ns .colpick_hex_field {
    top: 135px;
}

.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
    display: none;
}

.colpick_rgbhex {
    width: 284px;
}

    .colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
        width: 68px;
    }

    .colpick_rgbhex .colpick_new_color {
        width: 34px;
        border-right: none;
    }

    .colpick_rgbhex .colpick_current_color {
        width: 34px;
        left: 240px;
        border-left: none;
    }

.colpick_rgbhex_ns .colpick_submit, .colpick_rgbhex_ns .colpick_current_color {
    display: none;
}

.colpick_rgbhex_ns .colpick_new_color {
    width: 68px;
    border: 1px solid #8f8f8f;
}

.colpick_rgbhex_ns .colpick_rgb_r {
    top: 42px;
}

.colpick_rgbhex_ns .colpick_rgb_g {
    top: 73px;
}

.colpick_rgbhex_ns .colpick_rgb_b {
    top: 104px;
}

.colpick_rgbhex_ns .colpick_hex_field {
    top: 135px;
}

.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
    display: none;
}

.colpick_hex {
    width: 206px;
    height: 201px;
}

    .colpick_hex .colpick_hex_field {
        width: 72px;
        height: 25px;
        top: 168px;
        left: 80px;
    }

        .colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
            height: 25px;
            line-height: 25px;
        }

    .colpick_hex .colpick_new_color {
        left: 9px;
        top: 168px;
        width: 30px;
        border-right: none;
    }

    .colpick_hex .colpick_current_color {
        left: 39px;
        top: 168px;
        width: 30px;
        border-left: none;
    }

    .colpick_hex .colpick_submit {
        left: 164px;
        top: 168px;
        width: 30px;
        height: 25px;
        line-height: 25px;
    }

.colpick_hex_ns .colpick_submit, .colpick_hex_ns .colpick_current_color {
    display: none;
}

.colpick_hex_ns .colpick_hex_field {
    width: 80px;
}

.colpick_hex_ns .colpick_new_color {
    width: 60px;
    border: 1px solid #8f8f8f;
}

.colpick_dark {
    background: #1c1c1c;
    border-color: #333;
}

    .colpick_dark .colpick_color {
        outline: 3px solid #2b2b2b;
    }

    .colpick_dark .colpick_hue {
        border-color: #555;
    }

    .colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
        background: #141414;
        border-color: #333;
    }

        .colpick_dark .colpick_field div, .colpick_dark .colpick_hex_field div {
            background: #171717;
            border-color: #333;
            color: #696969;
        }

        .colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
            color: #898989;
        }

    .colpick_dark .colpick_focus {
        border-color: #444;
    }

    .colpick_dark .colpick_submit {
        background: #171717;
        border-color: #444;
        color: #898989;
    }

        .colpick_dark .colpick_submit:hover {
            background-color: #141414;
        }

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 9999994;
    overflow: hidden;
}

    .sp-container.sp-flat {
        position: relative;
    }

.sp-top {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%;
}

.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}

.sp-sat, .sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}

.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

    .sp-clear.sp-clear-display {
        background-position: center;
    }

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px;
}

.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

    .sp-container.sp-input-disabled .sp-input-container {
        display: none;
    }

    .sp-container.sp-buttons-disabled .sp-button-container {
        display: none;
    }

.sp-palette-only .sp-picker-container {
    display: none;
}

.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}

.sp-sat {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    background-image: linear-gradient(to right, #fff, rgba(204,154,129,0));
}

.sp-val {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    background-image: linear-gradient(to top, #000, rgba(204,154,129,0));
}

.sp-hue {
    background: -moz-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
    background: -ms-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
    background: -o-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, lime), color-stop(0.5, cyan), color-stop(0.67, blue), color-stop(0.83, #f0f), to(red));
    background: -webkit-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
}

.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

.sp-cf:before, .sp-cf:after {
    content: "";
    display: table;
}

.sp-cf:after {
    clear: both;
}

.sp-cf {
    *zoom: 1;
}

@media (max-device-width: 480px) {
    .sp-color {
        right: 40%;
    }

    .sp-hue {
        left: 63%;
    }

    .sp-fill {
        padding-top: 60%;
    }
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}

    .sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
        font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

.sp-top {
    margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    width: 100%;
    background: transparent;
    border-radius: 3px;
    color: #222;
}

    .sp-input:focus {
        border: 1px solid orange;
    }

    .sp-input.sp-validation-error {
        border: 1px solid red;
        background: #fdd;
    }

.sp-picker-container, .sp-palette-container {
    float: left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}

.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: solid 2px transparent;
}

    .sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
        border-color: orange;
    }

.sp-thumb-el {
    position: relative;
}

.sp-initial {
    float: left;
    border: solid 1px #333;
}

    .sp-initial span {
        width: 30px;
        height: 25px;
        border: none;
        display: block;
        float: left;
        margin: 0;
    }

    .sp-initial .sp-clear-display {
        background-position: center;
    }

.sp-button-container {
    float: right;
}

.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}

    .sp-replacer:hover, .sp-replacer.sp-active {
        border-color: #F0C49B;
        color: #111;
    }

    .sp-replacer.sp-disabled {
        cursor: default;
        border-color: silver;
        color: silver;
    }

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}

    .sp-palette .sp-thumb-el {
        width: 16px;
        height: 16px;
        margin: 2px 1px;
        border: solid 1px #d0d0d0;
    }

.sp-container {
    padding-bottom: 0;
}

    .sp-container button {
        background-color: #eeeeee;
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(to bottom, #eee, #ccc);
        border: 1px solid #ccc;
        border-bottom: 1px solid #bbb;
        border-radius: 3px;
        color: #333;
        font-size: 14px;
        line-height: 1;
        padding: 5px 4px;
        text-align: center;
        text-shadow: 0 1px 0 #eee;
        vertical-align: middle;
    }

        .sp-container button:hover {
            background-color: #dddddd;
            background-image: -webkit-linear-gradient(top, #ddd, #bbb);
            background-image: -moz-linear-gradient(top, #ddd, #bbb);
            background-image: -ms-linear-gradient(top, #ddd, #bbb);
            background-image: -o-linear-gradient(top, #ddd, #bbb);
            background-image: linear-gradient(to bottom, #ddd, #bbb);
            border: 1px solid #bbb;
            border-bottom: 1px solid #999;
            cursor: pointer;
            text-shadow: 0 1px 0 #ddd;
        }

        .sp-container button:active {
            border: 1px solid #aaa;
            border-bottom: 1px solid #888;
            -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
        }

.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
}

    .sp-cancel:hover {
        color: #d93f3f !important;
        text-decoration: underline;
    }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: transparent;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    padding: 2px;
}

    .loadmask-msg div {
        background: transparent url("loading.gif") no-repeat 16px 16px;
        line-height: 16px;
        color: #222;
        font: normal 11px tahoma, arial, helvetica, sans-serif;
        cursor: wait;
        height: 40px;
        width: 40px;
        background-size: 16px 16px;
    }

.masked {
    overflow: hidden !important;
}

.masked-relative {
    position: relative !important;
}

.masked-hidden {
    visibility: hidden !important;
}

.x-pricing-table .x-pricing-column {
    position: relative;
    text-transform: uppercase;
}

    .x-pricing-table .x-pricing-column h2 {
        border: 1px solid #e5e5e5;
        padding: 20px 20px 25px;
        letter-spacing: 0;
        line-height: 1.1;
        font-size: 2rem;
        background-color: #FBFBFB;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .x-pricing-table .x-pricing-column h2 span {
            display: block;
            margin-top: 5px;
            font-size: 1.3rem;
            letter-spacing: 2px;
            color: black;
            opacity: 0.5;
            filter: alpha(opacity=50);
            zoom: 1;
        }

    .x-pricing-table .x-pricing-column.featured {
        box-shadow: 0 0 10px rgba(0,0,0,0.125);
        position: relative;
        margin-top: -10px;
    }

        .x-pricing-table .x-pricing-column.featured h2 {
            background-color: #2ecc71 !important;
            border: 0 none;
            box-shadow: 0 0 0 5px rgba(0,0,0,0.15) inset;
            color: #FFFFFF;
        }

        .x-pricing-table .x-pricing-column.featured .x-ul-icons {
            margin-bottom: 30px;
        }

.x-pricing-table .x-pricing-column-info {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 10px 0 32px;
    text-align: center;
    padding-bottom: 0px;
}

    .x-pricing-table .x-pricing-column-info ul {
        padding: 0;
        margin: 15px 0 25px;
        margin-bottom: 0px;
    }

        .x-pricing-table .x-pricing-column-info ul li {
            border-bottom: 1px solid #EBEBEB;
            font-size: 1.4rem;
            line-height: 1.4;
            padding: 10px 40px 11px;
        }

            .x-pricing-table .x-pricing-column-info ul li.text-success {
                color: #2ECC71;
            }

            .x-pricing-table .x-pricing-column-info ul li .tooltip-inner {
                padding-left: 18px !important;
            }

            .x-pricing-table .x-pricing-column-info ul li:first-child {
                border-top: 1px solid #EBEBEB;
            }

            .x-pricing-table .x-pricing-column-info ul li:nth-child(2n+1) {
                background-color: #FBFBFB;
            }

    .x-pricing-table .x-pricing-column-info .x-ul-icons {
        list-style: none;
        text-indent: -0.85em;
    }

    .x-pricing-table .x-pricing-column-info .x-price {
        font-size: 5.4rem;
        letter-spacing: -3px;
        margin: 0;
    }

    .x-pricing-table .x-pricing-column-info .x-img {
        position: absolute;
        top: -44px;
        left: 10px;
    }

.payment-info .company-logo {
    padding-left: 10px;
}

    .payment-info .company-logo .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .payment-info .company-logo img {
        width: 65px;
    }

.payment-info #thawteseal img {
    width: 150px;
}

@media screen and (min-width: 768px) {
    .payment-info {
        margin-left: -28px;
        width: 340px;
    }
}

@media screen and (max-width: 768px) {
    .payment-info {
        width: 95%;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.wysiwyg-color-black {
    color: black;
}

.wysiwyg-color-silver {
    color: silver;
}

.wysiwyg-color-gray {
    color: gray;
}

.wysiwyg-color-white {
    color: white;
}

.wysiwyg-color-maroon {
    color: maroon;
}

.wysiwyg-color-red {
    color: red;
}

.wysiwyg-color-purple {
    color: purple;
}

.wysiwyg-color-fuchsia {
    color: fuchsia;
}

.wysiwyg-color-green {
    color: green;
}

.wysiwyg-color-lime {
    color: lime;
}

.wysiwyg-color-olive {
    color: olive;
}

.wysiwyg-color-yellow {
    color: yellow;
}

.wysiwyg-color-navy {
    color: navy;
}

.wysiwyg-color-blue {
    color: blue;
}

.wysiwyg-color-teal {
    color: teal;
}

.wysiwyg-color-aqua {
    color: aqua;
}

.wysiwyg-color-orange {
    color: orange;
}

.wysiwyg-font-size-x-small {
    font-size: x-small;
}

.wysiwyg-font-size-small {
    font-size: smaller;
}

.wysiwyg-font-size-medium {
    font-size: 12px;
}

.wysiwyg-font-size-large {
    font-size: large;
}

.wysiwyg-font-size-x-large {
    font-size: x-large;
}

.gridHoverStyle, .gridSelection, .timelineSelection {
    background-color: #fff3a1;
}

.gantt_grid_scale .gantt_grid_head_cell {
    color: #a6a6a6;
    border-top: none !important;
    border-right: none !important;
}

.gantt_grid_data .gantt_cell {
    border-right: none;
    color: #454545;
}

.gantt_task_link .gantt_link_arrow_right {
    border-width: 6px;
    margin-top: -3px;
}

.gantt_task_link .gantt_link_arrow_left {
    border-width: 6px;
    margin-left: -6px;
    margin-top: -3px;
}

.gantt_task_link .gantt_link_arrow_down, .gantt_task_link .gantt_link_arrow_up {
    border-width: 6px;
}

.gantt_task_line .gantt_task_progress_drag {
    bottom: -4px;
    height: 16px;
    margin-left: -8px;
    width: 16px;
}

.chartHeaderBg {
    background-color: #fff;
}

.gantt_task .gantt_task_scale .gantt_scale_cell {
    color: #a6a6a6;
    border-right: 1px solid #ebebeb;
}

.gantt_row.gantt_project, .gantt_row.odd.gantt_project {
    background-color: #edffef;
}

.gantt_task_row.gantt_project, .gantt_task_row.odd.gantt_project {
    background-color: #f5fff6;
}

.gantt_task_line.gantt_project {
    background-color: #65c16f;
    border: 1px solid #3c9445;
}

    .gantt_task_line.gantt_project .gantt_task_progress {
        background-color: #46ad51;
    }

.buttonBg {
    background: #fff;
}

.gantt_cal_light .gantt_btn_set {
    margin: 5px 10px;
}

.gantt_btn_set.gantt_cancel_btn_set {
    background: #fff;
    color: #454545;
    border: 1px solid #cecece;
}

.gantt_btn_set.gantt_save_btn_set {
    background: #3db9d3;
    text-shadow: 0 -1px 0 #248a9f;
    color: #fff;
}

.gantt_btn_set.gantt_delete_btn_set {
    background: #ec8e00;
    text-shadow: 0 -1px 0 #a60;
    color: #fff;
}

.gantt_cal_light_wide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .gantt_cal_light_wide .gantt_cal_larea {
        border-left: none !important;
        border-right: none !important;
    }

.dhtmlx_popup_button.dhtmlx_ok_button {
    background: #3db9d3;
    text-shadow: 0 -1px 0 #248a9f;
    color: #fff;
    font-weight: 700;
    border-width: 0;
}

.dhtmlx_popup_button.dhtmlx_cancel_button {
    font-weight: 700;
    color: #454544;
}

.gantt_qi_big_icon.icon_edit {
    color: #454545;
    background: #fff;
}

.gantt_qi_big_icon.icon_delete {
    text-shadow: 0 -1px 0 #a60;
    background: #ec8e00;
    color: #fff;
    border-width: 0;
}

.gantt_container {
    font-family: Arial;
    font-size: 13px;
    border: 1px solid #cecece;
    position: relative;
    white-space: nowrap;
}

.gantt_grid {
    border-right: 1px solid #cecece;
}

.gantt_task_scroll {
    overflow-x: scroll;
}

.gantt_task {
    position: relative;
}

.gantt_grid, .gantt_task {
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
    vertical-align: top;
}

.gantt_grid_scale, .gantt_task_scale {
    color: #6b6b6b;
    font-size: 12px;
    border-bottom: 1px solid #cecece;
    background-color: #fff;
}

.gantt_scale_line {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px solid #cecece;
}

    .gantt_scale_line:first-child {
        border-top: none;
    }

.gantt_grid_head_cell {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #cecece;
    text-align: center;
    position: relative;
    cursor: default;
    height: 100%;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -user-select: none;
    overflow: hidden;
}

.gantt_scale_line {
    clear: both;
}

.gantt_grid_data {
    width: 100%;
    overflow: hidden;
}

.gantt_row {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
}

.gantt_add, .gantt_grid_head_add {
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ3MjMyMENDNkI0MTFFMjk4MTI5QTg3MDhFNDVDQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ3MjMyMERDNkI0MTFFMjk4MTI5QTg3MDhFNDVDQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NDcyMzIwQUM2QjQxMUUyOTgxMjlBODcwOEU0NUNBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NDcyMzIwQkM2QjQxMUUyOTgxMjlBODcwOEU0NUNBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PshZT8UAAABbSURBVHjaYrTdeZmBEsCER+4wEP+H4sPkGGCDg020ARR7gb4GIAcYDKMDdPnDyAbYkGG5DVW9cIQMvUdBBAuUY4vDz8iAcZinA2zgCHqAYQMseAywJcYFAAEGAM+UFGuohFczAAAAAElFTkSuQmCC);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    -moz-opacity: .3;
    opacity: .3;
}

.gantt_grid_head_cell.gantt_grid_head_add {
    -moz-opacity: .6;
    opacity: .6;
    top: 0;
}

    .gantt_grid_head_cell.gantt_grid_head_add:hover {
        -moz-opacity: 1;
        opacity: 1;
    }

.gantt_grid_data .gantt_row.odd:hover, .gantt_grid_data .gantt_row:hover {
    background-color: #fff3a1;
}

    .gantt_grid_data .gantt_row.odd:hover .gantt_add, .gantt_grid_data .gantt_row:hover .gantt_add {
        -moz-opacity: 1;
        opacity: 1;
    }

.gantt_row, .gantt_task_row {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

    .gantt_row.odd, .gantt_task_row.odd {
        background-color: #fff;
    }

.gantt_cell, .gantt_grid_head_cell, .gantt_row, .gantt_scale_cell, .gantt_task_cell, .gantt_task_row {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.gantt_grid_head_cell, .gantt_scale_cell {
    line-height: inherit;
}

.gantt_grid_scale .gantt_grid_column_resize_wrap {
    cursor: col-resize;
    position: absolute;
    width: 13px;
}

.gantt_grid_column_resize_wrap .gantt_grid_column_resize {
    background-color: #cecece;
    height: 100%;
    width: 1px;
    margin: 0 auto;
}

.gantt_grid .gantt_grid_resize_wrap {
    cursor: col-resize;
    position: absolute;
    width: 13px;
    z-index: 1;
}

.gantt_grid_resize_wrap .gantt_grid_resize {
    background-color: #cecece;
    width: 1px;
    margin: 0 auto;
}

.gantt_drag_marker.gantt_grid_resize_area {
    background-color: rgba(231,231,231,0.5);
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gantt_cell {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ebebeb;
    padding-left: 6px;
    padding-right: 6px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}

.gantt_grid_data .gantt_last_cell, .gantt_grid_scale .gantt_last_cell, .gantt_task_bg .gantt_last_cell, .gantt_task_scale .gantt_last_cell {
    border-right-width: 0;
}

.gantt_task_bg {
    overflow: hidden;
}

.gantt_scale_cell {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #cecece;
    text-align: center;
    height: 100%;
}

.gantt_task_cell {
    display: inline-block;
    height: 100%;
    border-right: 1px solid #ebebeb;
}

.gantt_ver_scroll {
    width: 0;
    background-color: transparent;
    height: 1px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    position: absolute;
    right: 0;
}

    .gantt_ver_scroll > div {
        width: 1px;
        height: 1px;
    }

.gantt_hor_scroll {
    height: 0;
    background-color: transparent;
    width: 100%;
    clear: both;
    overflow-x: scroll;
    overflow-y: hidden;
    display: none;
}

    .gantt_hor_scroll > div {
        width: 5000px;
        height: 1px;
    }

.gantt_tree_indent {
    width: 15px;
    height: 100%;
    display: inline-block;
}

.gantt_tree_content, .gantt_tree_icon {
    vertical-align: top;
}

.gantt_tree_icon {
    width: 28px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.gantt_tree_content {
    height: 100%;
    display: inline-block;
}

.gantt_tree_icon.gantt_open {
    background-image: url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7);
    width: 18px;
    cursor: pointer;
}

.gantt_tree_icon.gantt_close {
    background-image: url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7);
    width: 18px;
    cursor: pointer;
}

.gantt_tree_icon.gantt_blank {
    width: 18px;
}

.gantt_tree_icon.gantt_folder_open {
    background-image: url(data:image/gif;base64,R0lGODlhEgASAJECAJeXl7Gvrf///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdDRDM3QzVDMDZEMTFFMUJGMzhFMDhCN0RGRjBGQ0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdDRDM3QzZDMDZEMTFFMUJGMzhFMDhCN0RGRjBGQ0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0NEMzdDM0MwNkQxMUUxQkYzOEUwOEI3REZGMEZDRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0NEMzdDNEMwNkQxMUUxQkYzOEUwOEI3REZGMEZDRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAIALAAAAAASABIAAAIzlI+pywcPm3mhWgkCsjBOvVkimElG9ZlCBlXd+2XjjLKg5GqoeZXqvsOQXK/ijUZTKVUFADs=);
}

.gantt_tree_icon.gantt_folder_closed {
    background-image: url(data:image/gif;base64,R0lGODlhEgASAJECAJeXl7Gvrf///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTAyMTU1RTNDMDZEMTFFMUJGNzZCRThBRkFCRjg4MTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTAyMTU1RTRDMDZEMTFFMUJGNzZCRThBRkFCRjg4MTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDIxNTVFMUMwNkQxMUUxQkY3NkJFOEFGQUJGODgxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MDIxNTVFMkMwNkQxMUUxQkY3NkJFOEFGQUJGODgxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAIALAAAAAASABIAAAIwlI+pywcPm3mhWgkCsjBOvVkimElG9ZlCuYIY6TYs+6bmHDO4igfdD3GNhheV0VQAADs=);
}

.gantt_tree_icon.gantt_file {
    background-image: url(data:image/gif;base64,R0lGODlhEgASAJECAJeXl7Gvrf///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzkxQzI4RjZDMDZEMTFFMTgwRjhBQURDQzI3NDU3QUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzkxQzI4RjdDMDZEMTFFMTgwRjhBQURDQzI3NDU3QUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTFDMjhGNEMwNkQxMUUxODBGOEFBRENDMjc0NTdBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTFDMjhGNUMwNkQxMUUxODBGOEFBRENDMjc0NTdBQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAIALAAAAAASABIAAAIylI+pwN16QJiUQiFThRlJm3RRFYSlR5qXMKmXaMDuuMoyOi8n/e6xn8NMHETgh5RaKQsAOw==);
}

.gantt_grid_head_cell .gantt_sort {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
}

    .gantt_grid_head_cell .gantt_sort.gantt_asc {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC);
    }

    .gantt_grid_head_cell .gantt_sort.gantt_desc {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC);
    }

.gantt_inserted, .gantt_updated {
    font-weight: 700;
}

.gantt_deleted {
    text-decoration: line-through;
}

.gantt_invalid {
    background-color: FFE0E0;
}

.gantt_error {
    color: red;
}

.gantt_status {
    right: 1px;
    padding: 5px 10px;
    background: rgba(155,155,155,0.1);
    position: absolute;
    top: 1px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
}

    .gantt_status.gantt_status_visible {
        opacity: 1;
    }

#gantt_ajax_dots span {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    background-repeat: no-repeat;
    opacity: 0;
}

    #gantt_ajax_dots span.gantt_dot_visible {
        opacity: 1;
    }

.dhtmlx_message_area {
    position: fixed;
    right: 5px;
    width: 250px;
    z-index: 1000;
}

.dhtmlx-info {
    min-width: 120px;
    font-family: Arial;
    z-index: 10000;
    margin: 5px 5px 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .dhtmlx-info.hidden {
        height: 0;
        padding: 0;
        border-width: 0;
        margin: 0;
        overflow: hidden;
    }

.dhtmlx_modal_box {
    overflow: hidden;
    display: inline-block;
    min-width: 250px;
    width: 250px;
    text-align: center;
    position: fixed;
    z-index: 20000;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.07);
    font-family: Arial;
    border-radius: 6px;
    border: 1px solid #cecece;
    background: #fff;
}

.dhtmlx_popup_title {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-width: 0;
}

.dhtmlx_button, .dhtmlx_popup_button {
    border: 1px solid #cecece;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 4px;
    background: #fff;
}

.dhtmlx-info, .dhtmlx_button, .dhtmlx_popup_button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    cursor: pointer;
}

.dhtmlx_popup_text {
    overflow: hidden;
}

.dhtmlx_popup_controls {
    border-radius: 6px;
    padding: 10px;
}

.dhtmlx_popup_button {
    min-width: 100px;
}

div.dhx_modal_cover {
    background-color: #000;
    cursor: default;
    filter: alpha(opacity=20);
    opacity: .2;
    position: fixed;
    z-index: 19999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    zoom: 1;
}

.dhtmlx-info img, .dhtmlx_modal_box img {
    float: left;
    margin-right: 20px;
}

.dhtmlx-alert-error, .dhtmlx-confirm-error {
    border: 1px solid red;
}

.dhtmlx_button input, .dhtmlx_popup_button div {
    border-radius: 4px;
    font-size: 14px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.dhtmlx_popup_title {
    color: #fff;
    text-shadow: 1px 1px #000;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.dhtmlx_popup_text {
    margin: 15px 15px 5px;
    font-size: 14px;
    color: #000;
    min-height: 30px;
    border-radius: 6px;
}

.dhtmlx-error, .dhtmlx-info {
    font-size: 14px;
    color: #000;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.07);
    padding: 0;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #fff;
}

    .dhtmlx-info div {
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #cecece;
    }

.dhtmlx-error {
    background-color: #d81b1b;
    border: 1px solid #ff3c3c;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.07);
}

    .dhtmlx-error div {
        background-color: #d81b1b;
        border: 1px solid #940000;
        color: #FFF;
    }

.gantt_data_area div, .gantt_grid div {
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.gantt_data_area {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -user-select: none;
}

.gantt_links_area {
    position: absolute;
    left: 0;
    top: 0;
}

.gantt_side_content, .gantt_task_content, .gantt_task_progress {
    line-height: inherit;
    overflow: hidden;
    height: 100%;
}

.gantt_task_content {
    font-size: 12px;
    color: #fff;
    width: 100%;
    top: 0;
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.gantt_task_progress {
    text-align: center;
    z-index: 0;
    background: #299cb4;
}

.gantt_task_line {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3db9d3;
    border: 1px solid #2898b0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
}

    .gantt_task_line.gantt_drag_move div {
        cursor: move;
    }

.gantt_touch_move, .gantt_touch_progress .gantt_touch_resize {
    -moz-transform: scale(1.02, 1.1);
    -o-transform: scale(1.02, 1.1);
    -webkit-transform: scale(1.02, 1.1);
    transform: scale(1.02, 1.1);
    -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.gantt_touch_progress .gantt_task_progress_drag, .gantt_touch_resize .gantt_task_drag {
    -moz-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    -webkit-transform: scaleY(1.3);
    transform: scaleY(1.3);
    -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.gantt_side_content {
    position: absolute;
    white-space: nowrap;
    color: #6e6e6e;
    bottom: 7px;
    font-size: 11px;
}

    .gantt_side_content.gantt_left {
        right: 100%;
        padding-right: 15px;
    }

    .gantt_side_content.gantt_right {
        left: 100%;
        padding-left: 15px;
    }

    .gantt_side_content.gantt_link_crossing {
        bottom: 8.75px;
    }

.gantt_link_arrow, .gantt_task_link .gantt_line_wrapper {
    position: absolute;
    cursor: pointer;
}

.gantt_line_wrapper div {
    background-color: #ffa011;
}

.gantt_task_link:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0 #ffa011;
}

.gantt_task_link div.gantt_link_arrow {
    background-color: transparent;
    border-style: solid;
    width: 0;
    height: 0;
}

.gantt_link_control {
    position: absolute;
    width: 13px;
    top: 0;
}

    .gantt_link_control div {
        display: none;
        cursor: pointer;
        box-sizing: border-box;
        position: relative;
        top: 50%;
        margin-top: -7.5px;
        vertical-align: middle;
        border: 1px solid #929292;
        -webkit-border-radius: 6.5px;
        -moz-border-radius: 6.5px;
        border-radius: 6.5px;
        height: 13px;
        width: 13px;
        background-color: #f0f0f0;
    }

        .gantt_link_control div:hover {
            background-color: #fff;
        }

    .gantt_link_control.task_left {
        left: -13px;
    }

    .gantt_link_control.task_right {
        right: -13px;
    }

.gantt_link_target .gantt_link_control div, .gantt_task_line.gantt_selected .gantt_link_control div, .gantt_task_line:hover .gantt_link_control div {
    display: block;
}

.gantt_link_source, .gantt_link_target {
    box-shadow: 0 0 3px #3db9d3;
}

    .gantt_link_target.link_finish_allow, .gantt_link_target.link_start_allow {
        box-shadow: 0 0 3px #ffbf5e;
    }

    .gantt_link_target.link_finish_deny, .gantt_link_target.link_start_deny {
        box-shadow: 0 0 3px #e87e7b;
    }

.link_finish_allow .gantt_link_control.task_right div, .link_start_allow .gantt_link_control.task_left div {
    background-color: #ffbf5e;
    border-color: #ffa011;
}

.link_finish_deny .gantt_link_control.task_right div, .link_start_deny .gantt_link_control.task_left div {
    background-color: #e87e7b;
    border-color: #dd3e3a;
}

.gantt_link_arrow_right {
    border-width: 4px 0 4px 6px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-color: #ffa011;
    margin-top: -1px;
}

.gantt_link_arrow_left {
    border-width: 4px 6px 4px 0;
    margin-top: -1px;
    border-top-color: transparent !important;
    border-color: #ffa011;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.gantt_link_arrow_up {
    border-width: 0 4px 6px;
    border-color: #ffa011;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.gantt_link_arrow_down {
    border-width: 4px 6px 0 4px;
    border-color: #ffa011;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.gantt_task_drag, .gantt_task_progress_drag {
    cursor: w-resize;
    height: 100%;
    display: none;
    position: absolute;
}

.gantt_task_line.gantt_selected .gantt_task_drag, .gantt_task_line.gantt_selected .gantt_task_progress_drag, .gantt_task_line:hover .gantt_task_drag, .gantt_task_line:hover .gantt_task_progress_drag {
    display: block;
}

.gantt_task_drag {
    width: 6px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYDDjkw3UJvAwAAABRJREFUCNdj/P//PwM2wASl/6PTAKrrBf4+lD8LAAAAAElFTkSuQmCC);
    z-index: 1;
    top: 0;
}

    .gantt_task_drag.task_left {
        left: 0;
    }

    .gantt_task_drag.task_right {
        right: 0;
    }

.gantt_task_progress_drag {
    height: 8px;
    width: 8px;
    bottom: -4px;
    margin-left: -4px;
    background-position: bottom;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkY3Rjk0RUVDMkYzMTFFMkI1OThEQTA3ODU0OTkzMEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkY3Rjk0RUZDMkYzMTFFMkI1OThEQTA3ODU0OTkzMEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjdGOTRFQ0MyRjMxMUUyQjU5OERBMDc4NTQ5OTMwQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjdGOTRFREMyRjMxMUUyQjU5OERBMDc4NTQ5OTMwQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PobPBzIAAADkSURBVHjaYpk2bRoDDsAExL1QdjEQ/8OmiAWHZk4gXqymqhQM4ty6fU8OSMUA8XdiDBAB4k0a6iqWRga6EKcwMQXduHlnL5DpB8Rv0J2JDFSA+JiOtgZcMwiA2CAxkBxUDVYDLEAKgIpV9XQ0MZwFEgPJAZnHoWpRDAgC4n2W5saiQKfjClQGkBxQDciL+6B6wAbkA/EqJwdrTkUFOQZCAKQGpBbIXA3SCzJggo+XK7OEuBgDsQCkFqgHrBfsBT5eHgZSAUwP2IBfv36TbABMDygdtK1Zv6UESLORaAbIhG6AAAMAKN8wE24DXWcAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    z-index: 2;
}

.gantt_link_tooltip {
    box-shadow: 3px 3px 3px #888;
    background-color: #fff;
    border-left: 1px dotted #cecece;
    border-top: 1px dotted #cecece;
    font-family: Tahoma;
    font-size: 8pt;
    color: #444;
    padding: 6px;
    line-height: 20px;
}

.gantt_link_direction {
    height: 0;
    border: 0 #ffa011;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 2;
    margin-left: 1px;
    position: absolute;
}

.gantt_grid_data .gantt_row.gantt_selected, .gantt_grid_data .gantt_row.odd.gantt_selected, .gantt_task_row.gantt_selected {
    background-color: #fff3a1;
}

    .gantt_task_row.gantt_selected .gantt_task_cell {
        border-right-color: #ffec6e;
    }

.gantt_task_line.gantt_selected {
    box-shadow: 0 0 5px #299cb4;
}

.gantt_task_line.gantt_project.gantt_selected {
    box-shadow: 0 0 5px #46ad51;
}

.gantt_task_line.gantt_milestone {
    visibility: hidden;
    background-color: #d33daf;
    border: 0 solid #61164f;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

    .gantt_task_line.gantt_milestone div {
        visibility: visible;
    }

    .gantt_task_line.gantt_milestone .gantt_task_content {
        background: inherit;
        border: inherit;
        border-width: 1px;
        border-radius: inherit;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.gantt_task_line.gantt_task_inline_color {
    border-color: #999;
}

    .gantt_task_line.gantt_task_inline_color .gantt_task_progress {
        background-color: #363636;
        opacity: .2;
    }

    .gantt_task_line.gantt_task_inline_color.gantt_project.gantt_selected, .gantt_task_line.gantt_task_inline_color.gantt_selected {
        box-shadow: 0 0 5px #999;
    }

.gantt_task_link.gantt_link_inline_color:hover .gantt_line_wrapper div {
    box-shadow: 0 0 5px 0 #999;
}

.gantt_critical_task {
    background-color: #e63030;
    border-color: #9d3a3a;
}

    .gantt_critical_task .gantt_task_progress {
        background-color: rgba(0,0,0,0.4);
    }

.gantt_critical_link .gantt_line_wrapper > div {
    background-color: #e63030;
}

.gantt_critical_link .gantt_link_arrow {
    border-color: #e63030;
}

.gantt_unselectable, .gantt_unselectable div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
}

.gantt_cal_light {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border-radius: 6px;
    font-family: Arial;
    border: 1px solid #cecece;
    color: #6b6b6b;
    font-size: 12px;
    position: absolute;
    z-index: 10001;
    width: 550px;
    height: 250px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.07);
}

    .gantt_cal_light select {
        font-family: Arial;
        border: 1px solid #cecece;
        font-size: 13px;
        padding: 2px;
        margin: 0;
    }

.gantt_cal_ltitle {
    padding: 7px 10px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    border-radius: 6px 6px 0 0;
}

    .gantt_cal_ltitle span {
        white-space: nowrap;
    }

.gantt_cal_lsection {
    color: #727272;
    font-weight: 700;
    padding: 12px 0 5px 10px;
}

    .gantt_cal_lsection .gantt_fullday {
        float: right;
        margin-right: 5px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        vertical-align: top;
        cursor: pointer;
    }

.gantt_cal_lsection {
    font-size: 13px;
}

.gantt_cal_ltext {
    padding: 2px 10px;
    overflow: hidden;
}

    .gantt_cal_ltext textarea {
        overflow: auto;
        font-family: Arial;
        font-size: 13px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #cecece;
        height: 100%;
        width: 100%;
        outline: 0 !important;
        resize: none;
    }

.gantt_time {
    font-weight: 700;
}

.gantt_cal_light .gantt_title {
    padding-left: 10px;
}

.gantt_cal_larea {
    border: 1px solid #cecece;
    border-left: none;
    border-right: none;
    background-color: #fff;
    overflow: hidden;
    height: 1px;
}

.gantt_btn_set {
    margin: 10px 7px 5px 10px;
    padding: 5px 15px 5px 10px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    border-color: #cecece;
    border-style: solid;
    height: 32px;
    font-weight: 700;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .gantt_btn_set div {
        float: left;
        font-size: 13px;
        height: 22px;
        line-height: 22px;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

.gantt_save_btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTk1OUU5RDFDMzA0MTFFMkExMUZBQTdDNDAzOUE5RjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTk1OUU5RDJDMzA0MTFFMkExMUZBQTdDNDAzOUE5RjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOTU5RTlDRkMzMDQxMUUyQTExRkFBN0M0MDM5QTlGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOTU5RTlEMEMzMDQxMUUyQTExRkFBN0M0MDM5QTlGMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjDroXYAAAEXSURBVHjaYvz//z8DJYCRUgPIAUxAbAnEHiAHMIBcQCwGaRYXF3e6evXqoffv39/dv38/CymaGSUkJBzv3LlzCsj///fv3wdAihkkIQnEvkAshU8zLy+v7a1bt06ANP/79+87kDIAy505cybq06dPr3p7ezuwGQLTfOPGjWP/ESAZLg8kPKBO+g01RBJNszWyZqC6uSgWgIg/f/4shxnS2dnZBjMEqNkSFGBImi8CKTYMA4BYCGjIczRDHC5dunQQSfN7IKWI4UUkjjdMMdCwnw8ePLjwHxV4Yw1gZA5Q47z/2EELzhhCE+ABGvIQWSeQvwcU38QaAML2wHj+C/X3MyAlijeB4ZBoBOIPQGxJKIVSnBsBAgwABddBclWfcZUAAAAASUVORK5CYII=);
    margin-top: 2px;
    width: 21px;
}

.gantt_cancel_btn {
    margin-top: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDkzMDA3MzlDMzA0MTFFMjg2QTVFMzFEQzgwRkJERDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDkzMDA3M0FDMzA0MTFFMjg2QTVFMzFEQzgwRkJERDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTMwMDczN0MzMDQxMUUyODZBNUUzMURDODBGQkRENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOTMwMDczOEMzMDQxMUUyODZBNUUzMURDODBGQkRENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmYuYOUAAAEdSURBVHjaYvz//z8DJYAFXWDlypU8QKoIiD2A2AwqfAqIdwBxX3h4+Bdk9YzILgBqtgdS84FYEYeF94E4EWjIQZgAE5LmQCB1AKoZZKMPEAtAMYh9GSp3AKjWD8UFQAEhIPshEIOc3wHENUBb/qJ57SyQMoJyPwKxElDNO1gYFEE17wMKVmIJlzNQzeegrjaA6qmBecEbSvfh0GwMxGeBhoPoemQ9MAO0kEIbl2YTqPAFKK2IbMB3AjabYIkRZmQD7kNpMyI0G0PpO8gGbIUFJj7NQDk2INWIrIcJKfBAKcwJqvkcDs0TgFgXGo19KCkRmpDWQdWDEk0NUoCBoq0FqhkE/IEWbKJKUmZEz43QzFSKIzN1481M5ACAAAMAlfl/lCwRpagAAAAASUVORK5CYII=);
    width: 20px;
}

.gantt_delete_btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFENzI3NUNDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFENzI3NURDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMUQ3Mjc1QUMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMUQ3Mjc1QkMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmUD0gAAAABvSURBVHjaYvz//z8DIyMjAxYQicReji4J0ofKQNP8HwmgGQbXB8IsWGwDSSwDuioKjY9uBthVjFAXYHUGAQA2kYmBUoAUBpGk0LAwgBvwH+YX4mkwptgLowYMRgOITUyYKRFIN/wnDjQgJySAAAMApryKzL8wjfUAAAAASUVORK5CYII=);
    margin-top: 2px;
    width: 20px;
}

.gantt_cal_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .1;
    filter: alpha(opacity=10);
}

.gantt_custom_button {
    padding: 0 3px;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    margin-top: -5px;
    cursor: pointer;
    float: right;
    height: 21px;
    width: 90px;
    border: 1px solid #CECECE;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .gantt_custom_button div {
        cursor: pointer;
        float: none;
        height: 21px;
        line-height: 21px;
        vertical-align: middle;
    }

        .gantt_custom_button div:first-child {
            display: none;
        }

.gantt_cal_light_wide {
    width: 580px;
    padding: 2px 4px;
}

    .gantt_cal_light_wide .gantt_cal_larea {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #cecece;
    }

    .gantt_cal_light_wide .gantt_cal_lsection {
        border: 0;
        float: left;
        text-align: right;
        width: 80px;
        height: 20px;
        padding: 5px 10px 0 0;
    }

    .gantt_cal_light_wide .gantt_wrap_section {
        position: relative;
        padding: 10px 0;
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
    }

    .gantt_cal_light_wide .gantt_section_time {
        overflow: hidden;
        padding-top: 2px !important;
        padding-right: 0;
        height: 20px !important;
    }

    .gantt_cal_light_wide .gantt_cal_ltext {
        padding-right: 0;
    }

    .gantt_cal_light_wide .gantt_cal_larea {
        padding: 0 10px;
        width: 100%;
    }

    .gantt_cal_light_wide .gantt_section_time {
        background: 0 0;
    }

    .gantt_cal_light_wide .gantt_cal_checkbox label {
        padding-left: 0;
    }

    .gantt_cal_light_wide .gantt_cal_lsection .gantt_fullday {
        float: none;
        margin-right: 0;
        font-weight: 700;
        cursor: pointer;
    }

    .gantt_cal_light_wide .gantt_custom_button {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 2px;
    }

    .gantt_cal_light_wide .gantt_repeat_right {
        margin-right: 55px;
    }

    .gantt_cal_light_wide.gantt_cal_light_full {
        width: 738px;
    }

.gantt_cal_wide_checkbox input {
    margin-top: 8px;
    margin-left: 14px;
}

.gantt_cal_light input {
    font-size: 13px;
}

.gantt_section_time {
    background-color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    padding-top: 2px !important;
}

    .gantt_section_time .gantt_time_selects {
        float: left;
        height: 25px;
    }

        .gantt_section_time .gantt_time_selects select {
            height: 23px;
            padding: 2px;
            border: 1px solid #cecece;
        }

.gantt_duration {
    width: 100px;
    height: 23px;
    float: left;
    white-space: nowrap;
    margin-left: 20px;
    line-height: 23px;
}

    .gantt_duration .gantt_duration_dec, .gantt_duration .gantt_duration_inc, .gantt_duration .gantt_duration_value {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        vertical-align: top;
        height: 100%;
        border: 1px solid #cecece;
    }

    .gantt_duration .gantt_duration_value {
        width: 40px;
        padding: 3px 4px;
        border-left-width: 0;
        border-right-width: 0;
    }

    .gantt_duration .gantt_duration_dec, .gantt_duration .gantt_duration_inc {
        width: 20px;
        padding: 1px 1px 3px;
        background: #fff;
    }

    .gantt_duration .gantt_duration_dec {
        -moz-border-top-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .gantt_duration .gantt_duration_inc {
        margin-right: 4px;
        -moz-border-top-right-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.gantt_cal_quick_info {
    border: 1px solid #cecece;
    border-radius: 6px;
    position: absolute;
    z-index: 300;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.07);
    background-color: #fff;
    width: 300px;
    transition: left .5s ease,right .5s;
    -moz-transition: left .5s ease,right .5s;
    -webkit-transition: left .5s ease,right .5s;
    -o-transition: left .5s ease,right .5s;
}

.gantt_no_animate {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.gantt_cal_quick_info.gantt_qi_left .gantt_qi_big_icon {
    float: right;
}

.gantt_cal_qi_title {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    border-radius: 6px 6px 0 0;
    padding: 5px 0 8px 12px;
    color: #454545;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
}

.gantt_cal_qi_tdate {
    font-size: 14px;
    font-weight: 700;
}

.gantt_cal_qi_tcontent {
    font-size: 13px;
}

.gantt_cal_qi_content {
    padding: 16px 8px;
    font-size: 13px;
    color: #454545;
    overflow: hidden;
}

.gantt_cal_qi_controls {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 6px;
    border-radius: 0 0 6px 6px;
    padding-left: 7px;
}

    .gantt_cal_qi_controls .gantt_menu_icon {
        margin-top: 6px;
        background-repeat: no-repeat;
    }

        .gantt_cal_qi_controls .gantt_menu_icon.icon_edit {
            width: 20px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QYFCjI5ZQj5bAAAAFNJREFUOMvt0zEOACAIA0DkwTymH8bJTRTKZGJXyaWEKPKTCQAH4Ls37cItcDUzsxHNDLZNhCq7Gt1wh9ErV7EjyGAhyGLphlnsClWuS32rn0czAV+vNGrM/LBtAAAAAElFTkSuQmCC);
        }

        .gantt_cal_qi_controls .gantt_menu_icon.icon_delete {
            width: 20px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFENzI3NUNDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFENzI3NURDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMUQ3Mjc1QUMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMUQ3Mjc1QkMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmUD0gAAAABvSURBVHjaYvz//z8DIyMjAxYQicReji4J0ofKQNP8HwmgGQbXB8IsWGwDSSwDuioKjY9uBthVjFAXYHUGAQA2kYmBUoAUBpGk0LAwgBvwH+YX4mkwptgLowYMRgOITUyYKRFIN/wnDjQgJySAAAMApryKzL8wjfUAAAAASUVORK5CYII=);
        }

.gantt_qi_big_icon {
    font-size: 13px;
    border-radius: 4px;
    font-weight: 700;
    background: #fff;
    margin: 5px 9px 8px 0;
    min-width: 60px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 10px 0 5px;
    cursor: pointer;
    border: 1px solid #cecece;
}

.gantt_cal_qi_controls div {
    float: left;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.gantt_tooltip {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.07);
    background-color: #fff;
    border-left: 1px solid rgba(0,0,0,0.07);
    border-top: 1px solid rgba(0,0,0,0.07);
    font-family: Arial;
    font-size: 8pt;
    color: #454545;
    padding: 10px;
    position: absolute;
    z-index: 50;
}

.gantt_marker {
    height: 100%;
    width: 2px;
    top: 0;
    position: absolute;
    text-align: center;
    background-color: rgba(255,0,0,0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .gantt_marker .gantt_marker_content {
        padding: 5px;
        background: inherit;
        color: #fff;
        position: absolute;
        font-size: 12px;
        line-height: 12px;
        opacity: .8;
    }

.gantt_marker_area {
    position: absolute;
    top: 0;
    left: 0;
}

.gantt_noselect {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -user-select: none;
}

.gantt_drag_marker {
    position: absolute;
    font-family: Arial;
    font-size: 13px;
}

    .gantt_drag_marker .gantt_tree_icon.gantt_blank, .gantt_drag_marker .gantt_tree_icon.gantt_close, .gantt_drag_marker .gantt_tree_icon.gantt_open, .gantt_drag_marker .gantt_tree_indent {
        display: none;
    }

    .gantt_drag_marker, .gantt_drag_marker .gantt_row.odd {
        background-color: #fff;
    }

        .gantt_drag_marker .gantt_row {
            border-left: 1px solid #d2d2d2;
            border-top: 1px solid #d2d2d2;
        }

        .gantt_drag_marker .gantt_cell {
            border-color: #d2d2d2;
        }

.gantt_row.gantt_over, .gantt_task_row.gantt_over {
    background-color: #0070fe;
}

.gantt_row.gantt_transparent .gantt_cell {
    opacity: .7;
}

.gantt_task_row.gantt_transparent {
    background-color: #f8fdfd;
}

.dhtmlx_popup_button.dhtmlx_delete_button {
    background: #3db9d3;
    text-shadow: 0 -1px 0 #248a9f;
    color: #fff;
    font-weight: 700;
    border-width: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #949494;
    background-color: #ffffff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #373e4a;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #818da2;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    padding: 2px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

figure {
    margin: 0;
}

p {
    margin: 0 0 8.5px;
    font-size: 12px;
}

.lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*.text-center {
    text-align: center;
}*/

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #949494;
}

a.text-primary:hover {
    color: #7b7b7b;
}

.text-success {
    color: #045702;
}

a.text-success:hover {
    color: #022501;
}

.text-info {
    color: #2c7ea1;
}

a.text-info:hover {
    color: #215f79;
}

.text-warning {
    color: #574802;
}

a.text-warning:hover {
    color: #251f01;
}

.text-danger {
    color: #ac1818;
}

a.text-danger:hover {
    color: #7f1212;
}

.bg-primary {
    color: #fff;
    background-color: #949494;
}

a.bg-primary:hover {
    background-color: #7b7b7b;
}

.bg-success {
    background-color: #bdedbc;
}

a.bg-success:hover {
    background-color: #95e294;
}

.bg-info {
    background-color: #c5e8f7;
}

a.bg-info:hover {
    background-color: #98d6f1;
}

.bg-warning {
    background-color: #ffefa4;
}

a.bg-warning:hover {
    background-color: #ffe671;
}

.bg-danger {
    background-color: #ffc9c9;
}

a.bg-danger:hover {
    background-color: #ff9696;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #373e4a;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1, h2, h3 {
    margin-top: 17px;
    margin-bottom: 8.5px;
}

    h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
        font-size: 65%;
    }

h4, h5, h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

    h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 31px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 11px;
}

.bg-primary {
    color: #fff;
    background-color: #949494;
}

a.bg-primary:hover {
    background-color: #7b7b7b;
}

.bg-warning {
    background-color: #ffefa4;
}

a.bg-warning:hover {
    background-color: #ffe671;
}

.bg-danger {
    background-color: #ffc9c9;
}

a.bg-danger:hover {
    background-color: #ff9696;
}

.bg-success {
    background-color: #bdedbc;
}

a.bg-success:hover {
    background-color: #95e294;
}

.bg-info {
    background-color: #c5e8f7;
}

a.bg-info:hover {
    background-color: #98d6f1;
}

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 8.5px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-bottom: 17px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.42857143;
        color: #999999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
            text-align: right;
        }

            blockquote.pull-right small:before, blockquote.pull-right .small:before {
                content: '';
            }

            blockquote.pull-right small:after, blockquote.pull-right .small:after {
                content: '\00A0 \2014';
            }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.42857143;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
    font-weight: 400;
    color: #303641;
}

.table {
    width: 100%;
    margin-bottom: 17px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ebebeb;
    }

        .table > thead > tr > th .progress, .table > tbody > tr > th .progress, .table > tfoot > tr > th .progress, .table > thead > tr > td .progress, .table > tbody > tr > td .progress, .table > tfoot > tr > td .progress {
            margin-bottom: 0;
        }

        .table > thead > tr > th .label, .table > tbody > tr > th .label, .table > tfoot > tr > th .label, .table > thead > tr > td .label, .table > tbody > tr > td .label, .table > tfoot > tr > td .label {
            margin-left: 5px;
            margin-right: 5px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ebebeb;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ebebeb;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ebebeb;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ebebeb;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        background-color: #f5f5f6;
        border-bottom-width: 1px;
        color: #a6a7aa;
    }

    .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        background-color: #f5f5f6;
        border-top-width: 1px;
        color: #a6a7aa;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f2f2f4;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e5e5e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #bdedbc;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #a9e8a8;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #c5e8f7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #afdff4;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffefa4;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #ffeb8a;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #ffc9c9;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ffafaf;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ebebeb;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

table > tbody > tr.highlight > td, table > tbody > tr.highlight > th {
    background-color: #f1f2f4 !important;
    color: #303641;
}

.table > thead > tr > .middle-align, .table > tbody > tr > .middle-align, .table > tfoot > tr > .middle-align {
    vertical-align: middle;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: inherit;
    color: #7d8086;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #c8cdd7;
        outline: 0;
        -moz-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
        -webkit-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
        box-shadow: 0 2px 1px rgba(203,208,217,0.08);
    }

    .form-control::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .form-control:-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control::-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .form-control:-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control::-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .form-control::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

input[type="date"] {
    line-height: 31px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
        margin-top: 1px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 41px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-lg {
    height: 41px;
    line-height: 41px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 38.75px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 22px;
        right: 0;
        display: block;
        width: 31px;
        height: 31px;
        line-height: 31px;
        text-align: center;
    }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ffd40b;
}

.has-warning .form-control {
    border-color: #ffd78a;
}

    .has-warning .form-control:focus {
        border-color: #ffc658;
    }

.has-warning .input-group-addon {
    color: #ffd40b;
    border-color: #ffd78a;
    background-color: #ffefa4;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff3030;
}

.has-error .form-control {
    border-color: #ffafbd;
}

    .has-error .form-control:focus {
        border-color: #ff7c92;
    }

.has-error .input-group-addon {
    color: #ff3030;
    border-color: #ffafbd;
    background-color: #ffc9c9;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #46cd43;
}

.has-success .form-control {
    border-color: #b4e8a8;
}

    .has-success .form-control:focus {
        border-color: #91dd80;
    }

.has-success .input-group-addon {
    color: #46cd43;
    border-color: #b4e8a8;
    background-color: #bdedbc;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #d4d4d4;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 24px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.bs-example > .btn, .bs-example > .make-switch, .bs-example > .btn-group {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 9px;
}

.bs-example.bs-baseline-top .btn, .bs-example.bs-baseline-top .btn-group {
    vertical-align: top !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #303641;
        text-decoration: none;
        outline: none;
    }

    .btn:active, .btn.active {
        outline: none;
        background-image: none;
        -moz-box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        -webkit-box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        -moz-box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
        box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        -webkit-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-icon {
        position: relative;
    }

        .btn.btn-icon i {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
        }

.btn-default {
    color: #303641;
    background-color: #f0f0f1;
    border-color: #f0f0f1;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #303641;
        background-color: #dbdbdd;
        border-color: #d0d0d3;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #f0f0f1;
        border-color: #f0f0f1;
    }

    .btn-default .badge {
        color: #f0f0f1;
        background-color: #303641;
    }

    .btn-default > .caret {
        border-top-color: #303641;
        border-bottom-color: #303641 !important;
    }

    .btn-default.dropdown-toggle {
        border-left-color: #dedee0;
    }

    .btn-default.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-default.btn-icon i {
            background-color: #dbdbdd;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-default.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-default.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-default.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-default.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-default.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-default.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-default.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-default.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-default.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-default.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-default.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-primary {
    color: #ffffff;
    background-color: #303641;
    border-color: #303641;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #1f232a;
        border-color: #16191e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #303641;
        border-color: #303641;
    }

    .btn-primary .badge {
        color: #303641;
        background-color: #ffffff;
    }

    .btn-primary > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #21252c;
    }

    .btn-primary.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-primary.btn-icon i {
            background-color: #1f232a;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-primary.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-primary.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-primary.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-primary.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-primary.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-primary.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-primary.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-primary.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-primary.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-primary.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-primary.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-blue {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
        color: #ffffff;
        background-color: #005993;
        border-color: #004d7f;
    }

    .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
        background-color: #0072bc;
        border-color: #0072bc;
    }

    .btn-blue .badge {
        color: #0072bc;
        background-color: #ffffff;
    }

    .btn-blue > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-blue.dropdown-toggle {
        border-left-color: #005c98;
    }

    .btn-blue.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-blue.btn-icon i {
            background-color: #005993;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-blue.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-blue.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-blue.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-blue.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-blue.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-blue.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-blue.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-blue.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-blue.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-blue.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-blue.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-red {
    color: #ffffff;
    background-color: #d42020;
    border-color: #d42020;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
        color: #ffffff;
        background-color: #b11b1b;
        border-color: #9f1818;
    }

    .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red[disabled].active, fieldset[disabled] .btn-red.active {
        background-color: #d42020;
        border-color: #d42020;
    }

    .btn-red .badge {
        color: #d42020;
        background-color: #ffffff;
    }

    .btn-red > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-red.dropdown-toggle {
        border-left-color: #b51b1b;
    }

    .btn-red.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-red.btn-icon i {
            background-color: #b11b1b;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-red.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-red.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-red.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-red.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-red.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-red.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-red.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-red.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-red.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-red.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-red.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-orange {
    color: #ffffff;
    background-color: #ff9600;
    border-color: #ff9600;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
        color: #ffffff;
        background-color: #d67e00;
        border-color: #c27200;
    }

    .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
        background-color: #ff9600;
        border-color: #ff9600;
    }

    .btn-orange .badge {
        color: #ff9600;
        background-color: #ffffff;
    }

    .btn-orange > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-orange.dropdown-toggle {
        border-left-color: #db8100;
    }

    .btn-orange.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-orange.btn-icon i {
            background-color: #d67e00;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-orange.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-orange.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-orange.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-orange.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-orange.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-orange.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-orange.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-orange.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-orange.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-orange.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-orange.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-gold {
    color: #846e20;
    background-color: #fcd036;
    border-color: #fcd036;
}

    .btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
        color: #846e20;
        background-color: #fbc70e;
        border-color: #f1bc04;
    }

    .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
        background-image: none;
    }

    .btn-gold.disabled, .btn-gold[disabled], fieldset[disabled] .btn-gold, .btn-gold.disabled:hover, .btn-gold[disabled]:hover, fieldset[disabled] .btn-gold:hover, .btn-gold.disabled:focus, .btn-gold[disabled]:focus, fieldset[disabled] .btn-gold:focus, .btn-gold.disabled:active, .btn-gold[disabled]:active, fieldset[disabled] .btn-gold:active, .btn-gold.disabled.active, .btn-gold[disabled].active, fieldset[disabled] .btn-gold.active {
        background-color: #fcd036;
        border-color: #fcd036;
    }

    .btn-gold .badge {
        color: #fcd036;
        background-color: #846e20;
    }

    .btn-gold > .caret {
        border-top-color: #846e20;
        border-bottom-color: #846e20 !important;
    }

    .btn-gold.dropdown-toggle {
        border-left-color: #fbc813;
    }

    .btn-gold.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-gold.btn-icon i {
            background-color: #fbc70e;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-gold.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-gold.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-gold.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-gold.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-gold.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-gold.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-gold.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-gold.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-gold.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-gold.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-gold.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-black {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled, .btn-black[disabled], fieldset[disabled] .btn-black, .btn-black.disabled:hover, .btn-black[disabled]:hover, fieldset[disabled] .btn-black:hover, .btn-black.disabled:focus, .btn-black[disabled]:focus, fieldset[disabled] .btn-black:focus, .btn-black.disabled:active, .btn-black[disabled]:active, fieldset[disabled] .btn-black:active, .btn-black.disabled.active, .btn-black[disabled].active, fieldset[disabled] .btn-black.active {
        background-color: #000000;
        border-color: #000000;
    }

    .btn-black .badge {
        color: #000000;
        background-color: #ffffff;
    }

    .btn-black > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-black.dropdown-toggle {
        border-left-color: #000000;
    }

    .btn-black.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-black.btn-icon i {
            background-color: #000000;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-black.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-black.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-black.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-black.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-black.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-black.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-black.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-black.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-black.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-black.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-black.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-white {
    color: #303641;
    background-color: #ffffff;
    border-color: #ffffff;
    border-color: #ebebeb;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        color: #303641;
        background-color: #ebebeb;
        border-color: #e0e0e0;
    }

    .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-white .badge {
        color: #ffffff;
        background-color: #303641;
    }

    .btn-white > .caret {
        border-top-color: #303641;
        border-bottom-color: #303641 !important;
    }

    .btn-white.dropdown-toggle {
        border-left-color: #ededed;
    }

    .btn-white.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-white.btn-icon i {
            background-color: #ebebeb;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-white.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-white.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-white.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-white.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-white.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-white.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-white.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-white.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-white.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-white.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-white.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-warning {
    color: #ffffff;
    background-color: #fad839;
    border-color: #fad839;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #f9d011;
        border-color: #f0c706;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #fad839;
        border-color: #fad839;
    }

    .btn-warning .badge {
        color: #fad839;
        background-color: #ffffff;
    }

    .btn-warning > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #f9d116;
    }

    .btn-warning.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-warning.btn-icon i {
            background-color: #f9d011;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-warning.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-warning.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-warning.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-warning.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-warning.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-warning.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-warning.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-warning.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-warning.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-warning.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-warning.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-danger {
    color: #ffffff;
    background-color: #cc2424;
    border-color: #cc2424;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #a91e1e;
        border-color: #981b1b;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #cc2424;
        border-color: #cc2424;
    }

    .btn-danger .badge {
        color: #cc2424;
        background-color: #ffffff;
    }

    .btn-danger > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #ae1f1f;
    }

    .btn-danger.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-danger.btn-icon i {
            background-color: #a91e1e;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-danger.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-danger.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-danger.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-danger.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-danger.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-danger.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-danger.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-danger.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-danger.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-danger.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-danger.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-success, .btn-green {
    color: #ffffff;
    background-color: #00a651;
    border-color: #00a651;
}

    .btn-success:hover, .btn-green:hover, .btn-success:focus, .btn-green:focus, .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
        color: #ffffff;
        background-color: #007d3d;
        border-color: #006933;
    }

    .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-success.disabled, .btn-green.disabled, .btn-success[disabled], .btn-green[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-green, .btn-success.disabled:hover, .btn-green.disabled:hover, .btn-success[disabled]:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-green:hover, .btn-success.disabled:focus, .btn-green.disabled:focus, .btn-success[disabled]:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-green:focus, .btn-success.disabled:active, .btn-green.disabled:active, .btn-success[disabled]:active, .btn-green[disabled]:active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-green:active, .btn-success.disabled.active, .btn-green.disabled.active, .btn-success[disabled].active, .btn-green[disabled].active, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-green.active {
        background-color: #00a651;
        border-color: #00a651;
    }

    .btn-success .badge, .btn-green .badge {
        color: #00a651;
        background-color: #ffffff;
    }

    .btn-success > .caret, .btn-green > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-success.dropdown-toggle, .btn-green.dropdown-toggle {
        border-left-color: #008240;
    }

    .btn-success.btn-icon, .btn-green.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-success.btn-icon i, .btn-green.btn-icon i {
            background-color: #007d3d;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-success.btn-icon.icon-left, .btn-green.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-success.btn-icon.icon-left i, .btn-green.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-success.btn-icon.btn-lg, .btn-green.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-success.btn-icon.btn-lg.icon-left, .btn-green.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-success.btn-icon.btn-lg i, .btn-green.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-success.btn-icon.btn-sm, .btn-green.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-success.btn-icon.btn-sm.icon-left, .btn-green.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-success.btn-icon.btn-sm i, .btn-green.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-success.btn-icon.btn-xs, .btn-green.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-success.btn-icon.btn-xs.icon-left, .btn-green.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-success.btn-icon.btn-xs i, .btn-green.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-info {
    color: #ffffff;
    background-color: #21a9e1;
    border-color: #21a9e1;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #1a8fbf;
        border-color: #1782ad;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #21a9e1;
        border-color: #21a9e1;
    }

    .btn-info .badge {
        color: #21a9e1;
        background-color: #ffffff;
    }

    .btn-info > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-info.dropdown-toggle {
        border-left-color: #1a92c4;
    }

    .btn-info.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-info.btn-icon i {
            background-color: #1a8fbf;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

        .btn-info.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-info.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-border-radius: 3px 0 0 3px !important;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px !important;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px !important;
                background-clip: padding-box;
            }

        .btn-info.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-info.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-info.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-info.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-info.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-info.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-info.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-info.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-info.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-link {
    color: #373e4a;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #818da2;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,0.8);
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }

.page-container {
    position: absolute;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 280px;
    width: 100%;
}

    .page-container:before, .page-container:after {
        content: " ";
        display: table;
    }

    .page-container:after {
        clear: both;
    }

    .page-container.loaded .page-container {
        position: relative;
    }

    .page-container .sidebar-menu {
        position: absolute;
        width: 280px;
        top: 0;
        left: 0;
        bottom: 0;
        background: #303641;
        color: #aaabae;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .page-container .sidebar-menu.fixed {
            position: fixed;
            min-height: 0 !important;
            height: auto;
            bottom: 0;
        }

        .page-container .sidebar-menu .logo-env {
            width: 100%;
            padding: 35px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .page-container .sidebar-menu .logo-env:before, .page-container .sidebar-menu .logo-env:after {
                content: " ";
                display: table;
            }

            .page-container .sidebar-menu .logo-env:after {
                clear: both;
            }

            .page-container .sidebar-menu .logo-env > div {
                display: block;
                vertical-align: middle;
                white-space: nowrap;
                float: left;
            }

                .page-container .sidebar-menu .logo-env > div > a {
                    display: inline-block;
                    color: #aaabae;
                }

                .page-container .sidebar-menu .logo-env > div.sidebar-collapse, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu {
                    position: relative;
                    float: right;
                }

                    .page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
                        display: inline-block;
                        border: 1px solid #454a54;
                        text-align: center;
                        padding: 0;
                        line-height: 1;
                        font-size: 20px;
                        font-weight: 300;
                        padding: 5px 2px;
                        -webkit-border-radius: 3px;
                        -webkit-background-clip: padding-box;
                        -moz-border-radius: 3px;
                        -moz-background-clip: padding;
                        border-radius: 3px;
                        background-clip: padding-box;
                        -moz-transition: all 200ms ease-in-out;
                        -o-transition: all 200ms ease-in-out;
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                    }

                        .page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a:hover {
                            background-color: rgba(69,74,84,0.4);
                        }

        .page-container .sidebar-menu #main-menu {
            list-style: none;
            margin: 0;
            padding: 0;
            margin-bottom: 20px;
        }

            .page-container .sidebar-menu #main-menu li {
                position: relative;
                margin: 0;
                font-size: 12px;
                border-bottom: 1px solid rgba(69,74,84,0.7);
            }

                .page-container .sidebar-menu #main-menu li#search {
                    background: #262b34;
                    border-bottom-color: rgba(69,74,84,0.5);
                    position: relative;
                    height: 48px;
                }

                    .page-container .sidebar-menu #main-menu li#search ::-webkit-input-placeholder {
                        color: rgba(170,171,174,0.7);
                    }

                    .page-container .sidebar-menu #main-menu li#search :-moz-placeholder {
                        color: rgba(170,171,174,0.7);
                    }

                    .page-container .sidebar-menu #main-menu li#search ::-moz-placeholder {
                        color: rgba(170,171,174,0.7);
                    }

                    .page-container .sidebar-menu #main-menu li#search :-ms-input-placeholder {
                        color: rgba(170,171,174,0.7);
                    }

                    .page-container .sidebar-menu #main-menu li#search .search-input {
                        background: none;
                        padding: 0;
                        margin: 0;
                        border: none;
                        outline: none;
                        padding: 15px 20px;
                        padding-right: 45px;
                        width: 100%;
                        color: #aaabae;
                        -moz-transition: 350ms opacity ease-in-out;
                        -o-transition: 350ms opacity ease-in-out;
                        -webkit-transition: 350ms opacity ease-in-out;
                        transition: 350ms opacity ease-in-out;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    .page-container .sidebar-menu #main-menu li#search button {
                        position: absolute;
                        right: 0;
                        top: 0;
                        background: none;
                        padding: 0;
                        margin: 0;
                        border: none;
                        outline: none;
                        color: #aaabae;
                        padding: 15px 20px;
                        padding-top: 13px;
                    }

                        .page-container .sidebar-menu #main-menu li#search button i {
                            margin: 0;
                        }

                .page-container .sidebar-menu #main-menu li i {
                    position: relative;
                    font-size: 15px;
                    margin-right: 5px;
                }

                .page-container .sidebar-menu #main-menu li a {
                    position: relative;
                    display: block;
                    padding: 10px 20px;
                    color: #aaabae;
                    z-index: 2;
                    -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                }

                    .page-container .sidebar-menu #main-menu li a i {
                        top: 1px;
                        display: inline-block;
                    }

                    .page-container .sidebar-menu #main-menu li a span {
                        -moz-transition: 350ms opacity ease-in-out;
                        -o-transition: 350ms opacity ease-in-out;
                        -webkit-transition: 350ms opacity ease-in-out;
                        transition: 350ms opacity ease-in-out;
                    }

                    .page-container .sidebar-menu #main-menu li a:hover {
                        background-color: rgba(69,74,84,0.3);
                        color: #ffffff;
                    }

                    .page-container .sidebar-menu #main-menu li a .badge {
                        position: relative;
                        float: right;
                        font-size: 11px;
                        line-height: 1.3;
                    }

                        .page-container .sidebar-menu #main-menu li a .badge.badge-primary {
                            border: 1px solid #454a54;
                            top: -1px;
                        }

                .page-container .sidebar-menu #main-menu li.active > a {
                    background-color: #2b303a;
                    color: #ffffff;
                }

                .page-container .sidebar-menu #main-menu li.has-sub > a:before {
                    position: relative;
                    content: '\e877';
                    content: '\e879';
                    display: inline-block;
                    font-family: 'Entypo';
                    color: #454a54;
                    color: #FFF;
                    float: right;
                    font-size: 15px;
                    margin-left: 13px;
                    top: 0px;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                .page-container .sidebar-menu #main-menu li.has-sub.opened > a:before {
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .page-container .sidebar-menu #main-menu li ul {
                    position: relative;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    border-top: 1px solid rgba(69,74,84,0.4);
                    display: none;
                    overflow: hidden;
                    z-index: 1;
                }

                    .page-container .sidebar-menu #main-menu li ul.visible {
                        display: block;
                    }

                    .page-container .sidebar-menu #main-menu li ul > li {
                        border-bottom: 1px solid rgba(69,74,84,0.4);
                    }

                        .page-container .sidebar-menu #main-menu li ul > li > a {
                            background-color: #2b303a;
                            padding-left: 40px;
                        }

                            .page-container .sidebar-menu #main-menu li ul > li > a:hover {
                                background-color: #2d323d;
                            }

                        .page-container .sidebar-menu #main-menu li ul > li:last-child {
                            border-bottom: 0;
                        }

                        .page-container .sidebar-menu #main-menu li ul > li ul > li > a {
                            padding-left: 60px;
                            background: #262b34;
                        }

                        .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li > a {
                            padding-left: 80px;
                            background: #262b34;
                        }

                        .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li ul > li > a {
                            padding-left: 100px;
                            background: #262b34;
                        }

        .page-container .sidebar-menu .sidebar-user-info {
            position: relative;
            padding: 25px 35px;
            border-top: 1px solid #454a54;
            -moz-transition: padding 300ms ease-in-out;
            -o-transition: padding 300ms ease-in-out;
            -webkit-transition: padding 300ms ease-in-out;
            transition: padding 300ms ease-in-out;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .page-container .sidebar-menu .sidebar-user-info .user-link {
                display: block;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .page-container .sidebar-menu .sidebar-user-info .user-link:before, .page-container .sidebar-menu .sidebar-user-info .user-link:after {
                    content: " ";
                    display: table;
                }

                .page-container .sidebar-menu .sidebar-user-info .user-link:after {
                    clear: both;
                }

                .page-container .sidebar-menu .sidebar-user-info .user-link img {
                    float: left;
                    margin-right: 15px;
                    border: 4px solid rgba(255,255,255,0.11);
                    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                    -moz-transition: -moz-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                    -o-transition: -o-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                    transition: -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),-moz-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),-o-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                    -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                    transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                    display: block;
                    max-width: 100%;
                    height: auto;
                }

                .page-container .sidebar-menu .sidebar-user-info .user-link span, .page-container .sidebar-menu .sidebar-user-info .user-link strong {
                    display: block;
                    font-size: 14px;
                    color: #ffffff;
                    font-weight: normal;
                    line-height: 1.2;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -moz-transition: opacity 300ms ease-in-out;
                    -o-transition: opacity 300ms ease-in-out;
                    -webkit-transition: opacity 300ms ease-in-out;
                    transition: opacity 300ms ease-in-out;
                }

                .page-container .sidebar-menu .sidebar-user-info .user-link span {
                    -webkit-opacity: 0.8;
                    -moz-opacity: 0.8;
                    opacity: 0.8;
                    filter: alpha(opacity=80);
                }

                .page-container .sidebar-menu .sidebar-user-info .user-link strong {
                    font-size: 18px;
                }

                .page-container .sidebar-menu .sidebar-user-info .user-link img + span, .page-container .sidebar-menu .sidebar-user-info .user-link img + strong {
                    padding-top: 8px;
                }

            .page-container .sidebar-menu .sidebar-user-info .sui-normal {
                position: relative;
            }

            .page-container .sidebar-menu .sidebar-user-info .sui-hover {
                position: absolute;
                visibility: hidden;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                background: #2b303a;
                padding: 25px 27.5px;
                -moz-transition: opacity 200ms ease-in-out;
                -o-transition: opacity 200ms ease-in-out;
                -webkit-transition: opacity 200ms ease-in-out;
                transition: opacity 200ms ease-in-out;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                filter: alpha(opacity=0);
            }

                .page-container .sidebar-menu .sidebar-user-info .sui-hover .close-sui-popup {
                    position: absolute;
                    right: 15px;
                    top: 10px;
                    color: rgba(255,255,255,0.6);
                    font-size: 11px;
                    cursor: pointer;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                .page-container .sidebar-menu .sidebar-user-info .sui-hover a {
                    position: relative;
                    color: #ffffff;
                    display: block;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .page-container .sidebar-menu .sidebar-user-info .sui-hover a + a {
                        margin-left: 0;
                        margin-top: 5px;
                    }

                .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a {
                    top: -20px;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -moz-transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    -o-transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    -webkit-transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    -moz-transition-delay: 90ms;
                    -o-transition-delay: 90ms;
                    -webkit-transition-delay: 90ms;
                    transition-delay: 90ms;
                }

                    .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a {
                        -moz-transition-delay: 180ms;
                        -o-transition-delay: 180ms;
                        -webkit-transition-delay: 180ms;
                        transition-delay: 180ms;
                    }

                        .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a {
                            -moz-transition-delay: 270ms;
                            -o-transition-delay: 270ms;
                            -webkit-transition-delay: 270ms;
                            transition-delay: 270ms;
                        }

                            .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a {
                                -moz-transition-delay: 360ms;
                                -o-transition-delay: 360ms;
                                -webkit-transition-delay: 360ms;
                                transition-delay: 360ms;
                            }

                                .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a {
                                    -moz-transition-delay: 450ms;
                                    -o-transition-delay: 450ms;
                                    -webkit-transition-delay: 450ms;
                                    transition-delay: 450ms;
                                }

                                    .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a {
                                        -moz-transition-delay: 540ms;
                                        -o-transition-delay: 540ms;
                                        -webkit-transition-delay: 540ms;
                                        transition-delay: 540ms;
                                    }

                                        .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a {
                                            -moz-transition-delay: 630ms;
                                            -o-transition-delay: 630ms;
                                            -webkit-transition-delay: 630ms;
                                            transition-delay: 630ms;
                                        }

                                            .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a {
                                                -moz-transition-delay: 720ms;
                                                -o-transition-delay: 720ms;
                                                -webkit-transition-delay: 720ms;
                                                transition-delay: 720ms;
                                            }

                                                .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a {
                                                    -moz-transition-delay: 810ms;
                                                    -o-transition-delay: 810ms;
                                                    -webkit-transition-delay: 810ms;
                                                    transition-delay: 810ms;
                                                }

                                                    .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a + a {
                                                        -moz-transition-delay: 900ms;
                                                        -o-transition-delay: 900ms;
                                                        -webkit-transition-delay: 900ms;
                                                        transition-delay: 900ms;
                                                    }

                                                        .page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a + a + a {
                                                            -moz-transition-delay: 990ms;
                                                            -o-transition-delay: 990ms;
                                                            -webkit-transition-delay: 990ms;
                                                            transition-delay: 990ms;
                                                        }

                .page-container .sidebar-menu .sidebar-user-info .sui-hover.visible {
                    visibility: visible;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

                    .page-container .sidebar-menu .sidebar-user-info .sui-hover.visible .close-sui-popup {
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                        filter: alpha(opacity=100);
                    }

                    .page-container .sidebar-menu .sidebar-user-info .sui-hover.visible.animate-in a {
                        top: 0;
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                        filter: alpha(opacity=100);
                    }

                .page-container .sidebar-menu .sidebar-user-info .sui-hover.going-invisible {
                    visibility: visible;
                }

                .page-container .sidebar-menu .sidebar-user-info .sui-hover.inline-links a {
                    line-height: 52px;
                    color: #ffffff;
                    display: inline-block;
                }

                    .page-container .sidebar-menu .sidebar-user-info .sui-hover.inline-links a + a {
                        margin-left: 10px;
                    }

    .page-container .main-content {
        position: relative;
        float: left;
        width: 100%;
        padding: 20px;
        z-index: 2;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-container.sidebar-collapsed {
        padding-left: 65px;
    }

        .page-container.sidebar-collapsed .sidebar-user-info {
            padding: 13.63636364px 5px;
        }

            .page-container.sidebar-collapsed .sidebar-user-info .user-link {
                text-align: center;
            }

                .page-container.sidebar-collapsed .sidebar-user-info .user-link img {
                    -webkit-transform: scale(0.8);
                    -moz-transform: scale(0.8);
                    -o-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                    transform: scale(0.8);
                    -webkit-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                    transform: scale(0.8);
                }

                .page-container.sidebar-collapsed .sidebar-user-info .user-link span, .page-container.sidebar-collapsed .sidebar-user-info .user-link strong {
                    position: absolute;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

            .page-container.sidebar-collapsed .sidebar-user-info .sui-hover {
                position: absolute;
                top: 0;
                left: 65px;
                width: 280px;
                padding-top: 8px;
                padding-bottom: 8px;
                background: #303641;
                border: 1px solid #454a54;
                border-left: 0;
            }

                .page-container.sidebar-collapsed .sidebar-user-info .sui-hover a {
                    line-height: 1.2;
                }

        .page-container.sidebar-collapsed.sidebar-is-showing .sidebar-user-info {
            padding: 25px 35px;
        }

            .page-container.sidebar-collapsed.sidebar-is-showing .sidebar-user-info img {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

        .page-container.sidebar-collapsed .sidebar-menu {
            z-index: 4;
            width: 65px;
        }

            .page-container.sidebar-collapsed .sidebar-menu .logo-env {
                display: block;
                padding: 20px;
            }

                .page-container.sidebar-collapsed .sidebar-menu .logo-env > div.logo {
                    overflow: hidden;
                    width: 0;
                }

                .page-container.sidebar-collapsed .sidebar-menu .logo-env > div.sidebar-collapse {
                    display: block;
                    padding: 0;
                    left: 3px;
                }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search .search-input {
                position: absolute;
                visibility: hidden;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search button {
                padding-left: 20px;
                padding-bottom: 20px;
                margin: 0;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search.focused .search-input {
                display: block;
                position: absolute;
                visibility: visible;
                top: 0px;
                left: 65px;
                background: #262b34;
                border: 1px solid #454a54;
                width: 250px;
                -webkit-border-radius: 0 3px 3px 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 3px 3px 0;
                -moz-background-clip: padding;
                border-radius: 0 3px 3px 0;
                background-clip: padding-box;
                border-left: 0;
                padding: 15px 20px;
                padding-bottom: 16px;
                border: 0;
                padding-left: 0;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a:before {
                display: none;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a {
                background-color: transparent;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a {
                position: relative;
            }

                .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 65px;
                    margin-top: -1px;
                    padding: 12px 10px;
                    background: #303641;
                    border-top: 1px solid #454a54;
                    border-bottom: 1px solid #454a54;
                    width: 250px;
                    visibility: hidden;
                    -webkit-border-radius: 0 3px 3px 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 3px 3px 0;
                    -moz-background-clip: padding;
                    border-radius: 0 3px 3px 0;
                    background-clip: padding-box;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

                .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a span {
                    -moz-transition: none;
                    -o-transition: none;
                    -webkit-transition: none;
                    transition: none;
                }

                    .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a span.badge {
                        position: absolute;
                        right: -240px;
                        top: 10px;
                        display: none;
                    }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {
                border-top-color: #454a54;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
                display: block;
                visibility: hidden;
                position: absolute;
                height: 0;
                top: auto;
                left: 65px;
                width: 250px;
                -webkit-border-radius: 0 0 3px 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 0;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 0;
                background-clip: padding-box;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                filter: alpha(opacity=0);
            }

                .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul > li > a span.badge {
                    display: none;
                }

                .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {
                    border-bottom: 1px solid #454a54;
                }

                    .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a {
                        padding-left: 10px;
                    }

                    .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li a {
                        padding-left: 25px;
                    }

                    .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li a {
                        padding-left: 40px;
                    }

                    .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li li a {
                        padding-left: 55px;
                    }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a {
                cursor: default;
            }

                .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge), .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {
                    -webkit-border-radius: 0 3px 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 3px 0 0;
                    -moz-background-clip: padding;
                    border-radius: 0 3px 0 0;
                    background-clip: padding-box;
                }

                .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {
                    color: #aaabae;
                }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
                height: auto;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > a > span, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > a > span {
                visibility: visible;
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                filter: alpha(opacity=100);
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover a span.badge, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover a span.badge {
                display: block;
            }

            .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
                visibility: visible;
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .page-container.sidebar-is-collapsing .sidebar-user-info {
        padding: 13.63636364px 5px;
    }

        .page-container.sidebar-is-collapsing .sidebar-user-info img {
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -o-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
        }

    .page-container.sidebar-is-collapsing .sidebar-menu #main-menu li#search .search-input {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .page-container.sidebar-is-collapsing .sidebar-menu #main-menu li a span {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transition: opacity 250ms ease-in-out !important;
        -o-transition: opacity 250ms ease-in-out !important;
        -webkit-transition: opacity 250ms ease-in-out !important;
        transition: opacity 250ms ease-in-out !important;
    }

    .page-container.sidebar-is-showing .sidebar-menu #main-menu li#search .search-input {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .page-container.sidebar-is-showing .sidebar-menu #main-menu li a:before {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .page-container.sidebar-is-showing .sidebar-menu #main-menu li a span {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .page-container.no-sidebar {
        padding-left: 0;
    }

        .page-container.no-sidebar .main-content {
            padding-left: 20px;
        }

    .page-container.horizontal-menu {
        padding-left: 0;
        padding-top: 62px;
    }

        .page-container.horizontal-menu.with-sidebar {
            padding-left: 280px;
        }

            .page-container.horizontal-menu.with-sidebar.sidebar-collapsed {
                padding-left: 65px;
            }

            .page-container.horizontal-menu.with-sidebar.fit-logo-with-sidebar header.navbar .navbar-brand {
                width: 280px;
            }

            .page-container.horizontal-menu.with-sidebar header.navbar {
                border-bottom: 1px solid #454a54;
            }

                .page-container.horizontal-menu.with-sidebar header.navbar ul.nav li.dropdown.open:after {
                    bottom: -1px;
                }

                .page-container.horizontal-menu.with-sidebar header.navbar ul.nav li.dropdown.open .dropdown-menu {
                    margin-top: 1px;
                }

            .page-container.horizontal-menu.with-sidebar .sidebar-user-info {
                border-top: 0;
                border-bottom: 1px solid #454a54;
            }

            .page-container.horizontal-menu.with-sidebar .sidebar-menu {
                top: 62px;
            }

        .page-container.horizontal-menu header.navbar {
            position: absolute;
            z-index: 8;
            background-color: #303641;
            padding: 0;
            margin-bottom: 0;
            border: 0;
            left: 0;
            right: 0;
            top: 0;
            -webkit-border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0;
            -moz-background-clip: padding;
            border-radius: 0;
            background-clip: padding-box;
        }

            .page-container.horizontal-menu header.navbar:before, .page-container.horizontal-menu header.navbar:after {
                content: " ";
                display: table;
            }

            .page-container.horizontal-menu header.navbar:after {
                clear: both;
            }

            .page-container.horizontal-menu header.navbar.navbar-fixed-top {
                position: fixed;
            }

            .page-container.horizontal-menu header.navbar > .navbar-inner:before, .page-container.horizontal-menu header.navbar > .navbar-inner:after {
                content: " ";
                display: table;
            }

            .page-container.horizontal-menu header.navbar > .navbar-inner:after {
                clear: both;
            }

            .page-container.horizontal-menu header.navbar .navbar-nav {
                border-left: 1px solid rgba(69,74,84,0.5);
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .page-container.horizontal-menu header.navbar .navbar-nav:before, .page-container.horizontal-menu header.navbar .navbar-nav:after {
                    content: " ";
                    display: table;
                }

                .page-container.horizontal-menu header.navbar .navbar-nav:after {
                    clear: both;
                }

                .page-container.horizontal-menu header.navbar .navbar-nav > li {
                    position: relative;
                }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
                        position: relative;
                        display: block;
                        padding: 20px 20px;
                        border-right: 1px solid rgba(69,74,84,0.5);
                        font-size: 12px;
                        color: #aaabae;
                        -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                        -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                        -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                        transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                        z-index: 10;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li#system-notifications > a {
                        font-size: 28px;
                        padding-left: 7px;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li > a i {
                        top: 1px;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li > a span {
                        font-size: 12px;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a {
                        background-color: rgba(69,74,84,0.3);
                        color: #ffffff;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
                        border-right: 1px solid rgba(69,74,84,0.5);
                    }

                        .page-container.horizontal-menu header.navbar .navbar-nav > li#search.search-input-collapsed:hover {
                            background-color: rgba(69,74,84,0.3);
                        }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {
                        background-color: #2b303a;
                        color: #ffffff;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li.active.has-sub > a:after {
                        position: absolute;
                        content: '';
                        width: 0px;
                        height: 0px;
                        border-style: solid;
                        border-width: 6px 6px 0 6px;
                        border-color: #2b303a transparent transparent transparent;
                        bottom: -6px;
                        left: 50%;
                        margin-left: -6px;
                        -webkit-opacity: 0;
                        -moz-opacity: 0;
                        opacity: 0;
                        filter: alpha(opacity=0);
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                        -moz-transition-delay: 300ms;
                        -o-transition-delay: 300ms;
                        -webkit-transition-delay: 300ms;
                        transition-delay: 300ms;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li.active.has-sub:hover > a:after {
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                        filter: alpha(opacity=100);
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li .badge {
                        margin-left: 10px;
                        margin-right: -5px;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
                        position: absolute;
                        list-style: none;
                        margin: 0;
                        padding: 0;
                        left: 0;
                        top: auto;
                        margin-top: 1px;
                        background-color: #272b34;
                        min-width: 250px;
                        display: none;
                    }

                        .page-container.horizontal-menu header.navbar .navbar-nav > li ul li {
                            position: relative;
                        }

                            .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
                                display: block;
                                padding: 10px 20px;
                                white-space: nowrap;
                                font-size: 12px;
                                border-bottom: 1px solid #303641;
                                color: #aaabae;
                                -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                                -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                                -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                                transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                            }

                            .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
                                background-color: #2b303a;
                                color: #ffffff;
                            }

                            .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
                                background-color: #2b303a;
                                color: #ffffff;
                            }

                            .page-container.horizontal-menu header.navbar .navbar-nav > li ul li ul {
                                position: absolute;
                                left: 100%;
                                top: -1px;
                            }

                            .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub > a:before {
                                position: relative;
                                content: '\e877';
                                content: '\e879';
                                display: inline-block;
                                font-family: 'Entypo';
                                color: #aaabae;
                                color: #FFF;
                                float: right;
                                font-size: 15px;
                                margin-left: 20px;
                                top: -1px;
                                -moz-transition: all 300ms ease-in-out;
                                -o-transition: all 300ms ease-in-out;
                                -webkit-transition: all 300ms ease-in-out;
                                transition: all 300ms ease-in-out;
                            }

                            .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub:hover > a:before {
                                color: #ffffff;
                            }

                        .page-container.horizontal-menu header.navbar .navbar-nav > li ul > li:last-child > a {
                            border-bottom: 0;
                        }

            .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search, .page-container.horizontal-menu header.navbar > ul > li#search {
                position: relative;
                background-color: #262b34;
                -moz-transition: background 300ms ease-in-out;
                -o-transition: background 300ms ease-in-out;
                -webkit-transition: background 300ms ease-in-out;
                transition: background 300ms ease-in-out;
            }

                .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search ::-webkit-input-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search ::-webkit-input-placeholder {
                    color: rgba(170,171,174,0.7);
                }

                .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search :-moz-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search :-moz-placeholder {
                    color: rgba(170,171,174,0.7);
                }

                .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search ::-moz-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search ::-moz-placeholder {
                    color: rgba(170,171,174,0.7);
                }

                .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search :-ms-input-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search :-ms-input-placeholder {
                    color: rgba(170,171,174,0.7);
                }

                .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input, .page-container.horizontal-menu header.navbar > ul > li#search .search-input {
                    background: none;
                    padding: 0;
                    margin: 0;
                    border: none;
                    outline: none;
                    padding: 22px 20px;
                    padding-right: 45px;
                    width: 220px;
                    color: #aaabae;
                    font-size: 12px;
                    line-height: 1.42857143;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transition: all 350ms ease-in-out;
                    -moz-transition: all 350ms ease-in-out;
                    -o-transition: all 350ms ease-in-out;
                    transition: all 350ms ease-in-out;
                    -webkit-transition: all 350 ease-in-out;
                    transition: all 350 ease-in-out;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button, .page-container.horizontal-menu header.navbar > ul > li#search button {
                    position: absolute;
                    right: 0;
                    top: 0;
                    background: none;
                    padding: 0;
                    margin: 0;
                    border: none;
                    outline: none;
                    color: #aaabae;
                    padding: 20px 10px;
                    -webkit-transition: all 350ms ease-in-out;
                    -moz-transition: all 350ms ease-in-out;
                    -o-transition: all 350ms ease-in-out;
                    transition: all 350ms ease-in-out;
                    -webkit-transition: all 350 ease-in-out;
                    transition: all 350 ease-in-out;
                }

                    .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button i, .page-container.horizontal-menu header.navbar > ul > li#search button i {
                        margin: 0;
                    }

                .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed, .page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed {
                    background-color: transparent;
                }

                    .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed ::-webkit-input-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed ::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed :-moz-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed :-moz-placeholder {
                        color: transparent;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed ::-moz-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed ::-moz-placeholder {
                        color: transparent;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed :-ms-input-placeholder, .page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed :-ms-input-placeholder {
                        color: transparent;
                    }

                    .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed .search-input, .page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed .search-input {
                        overflow: hidden;
                        width: 45px;
                        padding-left: 0;
                        -webkit-opacity: 0;
                        -moz-opacity: 0;
                        opacity: 0;
                        filter: alpha(opacity=0);
                    }

                    .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed button, .page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed button {
                        padding-right: 15px;
                    }

            .page-container.horizontal-menu header.navbar ul.nav {
                color: #aaabae;
                font-size: 12px;
            }

                .page-container.horizontal-menu header.navbar ul.nav:before, .page-container.horizontal-menu header.navbar ul.nav:after {
                    content: " ";
                    display: table;
                }

                .page-container.horizontal-menu header.navbar ul.nav:after {
                    clear: both;
                }

                .page-container.horizontal-menu header.navbar ul.nav > li {
                    float: left;
                }

                    .page-container.horizontal-menu header.navbar ul.nav > li > a, .page-container.horizontal-menu header.navbar ul.nav > li > span {
                        display: block;
                        float: left;
                        padding: 22px 20px;
                        color: #aaabae;
                        font-size: 12px;
                        line-height: 1.42857143;
                    }

                        .page-container.horizontal-menu header.navbar ul.nav > li > a i, .page-container.horizontal-menu header.navbar ul.nav > li > span i {
                            margin-right: 5px;
                        }

                            .page-container.horizontal-menu header.navbar ul.nav > li > a i.right, .page-container.horizontal-menu header.navbar ul.nav > li > span i.right {
                                margin-right: 0;
                                margin-left: 5px;
                            }

                    .page-container.horizontal-menu header.navbar ul.nav > li > a {
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                        .page-container.horizontal-menu header.navbar ul.nav > li > a:hover, .page-container.horizontal-menu header.navbar ul.nav > li > a:focus {
                            color: #ffffff;
                            background-color: transparent;
                        }

                    .page-container.horizontal-menu header.navbar ul.nav > li.sep {
                        float: left;
                        display: block;
                        border-left: 1px solid #454a54;
                        margin: 22px 0;
                        height: 16px;
                        width: 0px;
                        line-height: 1.42857143;
                        overflow: hidden;
                    }

                    .page-container.horizontal-menu header.navbar ul.nav > li#search button {
                        padding: 22px 20px;
                    }

                    .page-container.horizontal-menu header.navbar ul.nav > li#search.search-input-collapsed button {
                        padding-right: 15px;
                    }

                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {
                        position: relative;
                        display: block;
                        padding: 0;
                        margin: 10px;
                        -moz-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -webkit-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }

                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a.avatar-a {
                            margin-top: 18px;
                            margin-bottom: 16px;
                        }

                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a i {
                            font-size: 28px;
                        }

                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a .badge {
                            position: absolute;
                            padding: 2px;
                            font-size: 10px;
                            right: 0px;
                            top: 0px;
                            min-width: 17px;
                            line-height: 12px;
                        }

                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a .badge.right-content {
                                right: 10px;
                            }

                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu {
                        background-color: #f5f5f6;
                        -webkit-border-radius: 0 0 3px 3px;
                        -webkit-background-clip: padding-box;
                        -moz-border-radius: 0 0 3px 3px;
                        -moz-background-clip: padding;
                        border-radius: 0 0 3px 3px;
                        background-clip: padding-box;
                        -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
                        -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
                        box-shadow: 0 1px 0px rgba(0,0,0,0.05);
                        border: 1px solid #f8f8f8;
                        list-style: none;
                        padding: 0;
                        margin: 0;
                        margin-top: 0px;
                        width: 370px;
                    }

                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu li, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu a, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu p {
                            color: #888888;
                        }

                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li {
                            display: block;
                            border-bottom: 1px solid #ededed;
                            margin: 0;
                            padding: 0;
                            font-size: 12px;
                        }

                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.top > p {
                                background-color: #f5f5f6;
                            }

                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > a, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p {
                                margin: 0;
                                padding: 12px 20px;
                            }

                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p {
                                background-color: #FFF;
                            }

                                .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p a {
                                    color: #ec5956;
                                    -moz-transition: all 300ms ease-in-out;
                                    -o-transition: all 300ms ease-in-out;
                                    -webkit-transition: all 300ms ease-in-out;
                                    transition: all 300ms ease-in-out;
                                }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p a:hover {
                                        color: #e9423f;
                                    }

                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li .scroller {
                                max-height: 290px;
                                overflow: auto;
                            }

                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul {
                                position: relative;
                                margin: 0;
                                padding: 0;
                                list-style: none;
                            }

                                .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li {
                                    font-size: 12px;
                                    border-bottom: 1px solid #ededed;
                                    background: #f5f5f6;
                                }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p {
                                        display: block;
                                        position: relative;
                                        margin: 0;
                                        padding: 10px 20px;
                                        -moz-transition: all 300ms ease-in-out;
                                        -o-transition: all 300ms ease-in-out;
                                        -webkit-transition: all 300ms ease-in-out;
                                        transition: all 300ms ease-in-out;
                                    }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:before, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:before, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:after, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:after {
                                            content: " ";
                                            display: table;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:after, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:after {
                                            clear: both;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p > i {
                                            background: #454a54;
                                            display: block;
                                            float: left;
                                            text-align: center;
                                            padding: 5px;
                                            line-height: 14px;
                                            color: #ffffff;
                                            width: 28px;
                                            height: 24px;
                                            -webkit-border-radius: 3px;
                                            -webkit-background-clip: padding-box;
                                            -moz-border-radius: 3px;
                                            -moz-background-clip: padding;
                                            border-radius: 3px;
                                            background-clip: padding-box;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:hover, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:hover {
                                            background-color: #f5f5f6 !important;
                                        }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-primary > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-primary > a > i {
                                        background-color: #303641;
                                        color: #ffffff;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-secondary > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-secondary > a > i {
                                        background-color: #ee4749;
                                        color: #ffffff;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-success > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-success > a > i {
                                        background-color: #00a651;
                                        color: #ffffff;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > a > i {
                                        background-color: #21a9e1;
                                        color: #ffffff;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-warning > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-warning > a > i {
                                        background-color: #fad839;
                                        color: #ffffff;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-danger > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-danger > a > i {
                                        background-color: #cc2424;
                                        color: #ffffff;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task {
                                        display: block;
                                    }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:before, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:after {
                                            content: " ";
                                            display: table;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:after {
                                            clear: both;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span {
                                            display: block;
                                        }

                                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span.desc {
                                                float: left;
                                            }

                                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span.percent {
                                                float: right;
                                            }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image {
                                        display: block;
                                        margin-right: 10px;
                                        float: left;
                                    }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image.pull-right {
                                            margin-left: 10px;
                                            margin-right: 0;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image .img-circle {
                                            border: 2px solid #FFF;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image + .line {
                                            margin-top: 8px;
                                        }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line {
                                        display: block;
                                    }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line.desc {
                                            overflow: hidden;
                                            text-overflow: ellipsis;
                                            white-space: nowrap;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line + .line, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line + .line + .line {
                                            margin-top: 5px;
                                        }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li strong {
                                        color: #373e4a;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress {
                                        display: block;
                                        height: 5px;
                                        background-color: #ededed;
                                        margin: 0;
                                        margin-top: 10px;
                                        margin-bottom: 5px;
                                    }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:before, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:after {
                                            content: " ";
                                            display: table;
                                        }

                                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:after {
                                            clear: both;
                                        }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li:last-child {
                                        border-bottom: 0;
                                    }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li:first-child a:afterx {
                                        position: absolute;
                                        content: '';
                                        display: block;
                                        height: 10px;
                                        top: -10px;
                                        left: 0;
                                        right: 0;
                                        background: transparent;
                                        background: red;
                                        -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.03);
                                        -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.03);
                                        box-shadow: 0px 2px 4px rgba(0,0,0,0.03);
                                    }

                            .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external {
                                background-color: #FFF;
                                border-bottom: 0;
                            }

                                .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a {
                                    color: #ec5956;
                                    -moz-transition: all 300ms ease-in-out;
                                    -o-transition: all 300ms ease-in-out;
                                    -webkit-transition: all 300ms ease-in-out;
                                    transition: all 300ms ease-in-out;
                                }

                                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a:hover {
                                        background-color: #fff;
                                        color: #e9423f;
                                    }

                    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {
                        background-color: rgba(69,74,84,0.5);
                    }

                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > a {
                            background-color: transparent;
                            color: #ffffff;
                        }

                        .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open:after {
                            content: '';
                            position: absolute;
                            display: block;
                            width: 0px;
                            height: 0px;
                            border-style: solid;
                            border-width: 0 7px 7px 7px;
                            border-color: transparent transparent #ffffff transparent;
                            bottom: -2px;
                            left: 50%;
                            margin-left: -7px;
                        }

                    .page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu {
                        position: relative;
                    }

                        .page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a {
                            display: inline-block;
                            border: 1px solid white;
                            text-align: center;
                            padding: 0;
                            line-height: 1;
                            font-size: 20px;
                            font-weight: 300;
                            padding: 5px 2px;
                            color: #aaabae;
                            margin-top: 15px;
                            -webkit-border-radius: 3px;
                            -webkit-background-clip: padding-box;
                            -moz-border-radius: 3px;
                            -moz-background-clip: padding;
                            border-radius: 3px;
                            background-clip: padding-box;
                            -moz-transition: all 200ms ease-in-out;
                            -o-transition: all 200ms ease-in-out;
                            -webkit-transition: all 200ms ease-in-out;
                            transition: all 200ms ease-in-out;
                        }

                            .page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a:hover {
                                background-color: rgba(69,74,84,0.4);
                            }

@media (max-width: 992px) {
    .page-body .page-container.horizontal-menu.fit-logo-with-sidebar header.navbar .navbar-brand {
        width: auto;
    }
}

@media (min-width: 767px) and (max-width: 1100px) {
    .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        -moz-transition: padding 250ms ease-in-out;
        -o-transition: padding 250ms ease-in-out;
        -webkit-transition: padding 250ms ease-in-out;
        transition: padding 250ms ease-in-out;
    }

        .page-container.horizontal-menu header.navbar .navbar-nav > li > a .badge {
            display: none;
        }

    .page-container.horizontal-menu header.navbar > ul > li#search .search-input, .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input {
        width: 140px;
    }

    .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
        padding: 10px 15px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

        .page-container.horizontal-menu header.navbar .navbar-nav > li > a i + span {
            display: none;
        }

    .page-container.Xhorizontal-menu header.navbar .navbar-nav li a, .page-container.Xhorizontal-menu header.navbar .navbar-nav li ul li a, .page-container.Xhorizontal-menu header.navbar ul.nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }

    .page-container.Xhorizontal-menu header.navbar ul > li#search .search-input {
        width: 150px;
    }

    .page-container.Xhorizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu {
        width: 315px;
    }
}

@media (max-width: 767px) {
    .page-body .page-container {
        padding-left: 0;
    }

        .page-body .page-container .sidebar-menu {
            position: relative;
            width: 100%;
            min-height: 0px !important;
        }

            .page-body .page-container .sidebar-menu .logo-env {
                padding: 15px 20px;
                -moz-transition: all padding ease-in-out;
                -o-transition: all padding ease-in-out;
                -webkit-transition: all padding ease-in-out;
                transition: all padding ease-in-out;
            }

                .page-body .page-container .sidebar-menu .logo-env > div.logo {
                    display: block;
                    width: auto;
                }

                .page-body .page-container .sidebar-menu .logo-env > div.sidebar-collapse {
                    display: none;
                }

            .page-body .page-container .sidebar-menu #main-menu {
                display: none;
                margin-bottom: 0;
            }

                .page-body .page-container .sidebar-menu #main-menu li a span {
                    -moz-transition: none;
                    -o-transition: none;
                    -webkit-transition: none;
                    transition: none;
                }

        .page-body .page-container .main-content {
            min-height: auto !important;
        }

        .page-body .page-container.horizontal-menu {
            padding-top: 0;
        }

            .page-body .page-container.horizontal-menu.with-sidebar {
                padding-left: 0;
            }

            .page-body .page-container.horizontal-menu header.navbar {
                position: relative;
            }

                .page-body .page-container.horizontal-menu header.navbar .navbar-nav {
                    clear: left;
                    border-top: 1px solid rgba(69,74,84,0.4);
                    display: none;
                }

                    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
                        border-right: 0;
                        border-bottom: 1px solid rgba(69,74,84,0.4);
                        padding-top: 12px;
                        padding-bottom: 12px;
                    }

                    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
                        border-right: 0;
                        background-color: #262b34;
                        border-bottom: 1px solid rgba(69,74,84,0.4);
                    }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-webkit-input-placeholder {
                            color: #aaabae;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-moz-placeholder {
                            color: #aaabae;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-moz-placeholder {
                            color: #aaabae;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-ms-input-placeholder {
                            color: #aaabae;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search:hover {
                            background-color: #262b34;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search .search-input {
                            -webkit-opacity: 1;
                            -moz-opacity: 1;
                            opacity: 1;
                            filter: alpha(opacity=100);
                            width: 100%;
                            padding-left: 20px;
                            padding-top: 15px;
                            padding-bottom: 15px;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search button {
                            padding-top: 15px;
                            padding-bottom: 15px;
                        }

                    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > ul > li > a:first-child {
                        border-top: 0;
                    }

                    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
                        overflow: hidden;
                        width: 100%;
                        position: relative;
                        left: 0;
                        -webkit-transform: none !important;
                        -moz-transform: none !important;
                        -o-transform: none !important;
                        -ms-transform: none !important;
                        transform: none !important;
                    }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul.visible {
                            display: block !important;
                            visibility: visible !important;
                            opacity: 1 !important;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
                            border: none;
                            border-bottom: 1px solid rgba(69,74,84,0.3);
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
                            background: transparent;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li > a:hover {
                            background-color: rgba(69,74,84,0.2);
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
                            background-color: rgba(69,74,84,0.15);
                            color: #ffffff;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.opened > a:before {
                            -moz-transform: rotate(90deg);
                            -o-transform: rotate(90deg);
                            -webkit-transform: rotate(90deg);
                            -ms-transform: rotate(90deg);
                            transform: rotate(90deg);
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
                            padding-left: 40px;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li a {
                            padding-left: 60px;
                        }

                        .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li li a {
                            padding-left: 80px;
                        }

                .page-body .page-container.horizontal-menu header.navbar ul.nav {
                    position: absolute;
                    top: 0px;
                    right: 20px;
                }

                    .page-body .page-container.horizontal-menu header.navbar ul.nav > li {
                        display: none;
                    }

                        .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown {
                            display: block;
                        }

                            .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {
                                width: 259px;
                                margin-left: -185px;
                                -webkit-border-radius: 3px;
                                -webkit-background-clip: padding-box;
                                -moz-border-radius: 3px;
                                -moz-background-clip: padding;
                                border-radius: 3px;
                                background-clip: padding-box;
                            }

        .page-body .page-container .main-content {
            min-height: 0 !important;
        }
}

@media (max-width: 480px) {
    .page-body .page-container.horizontal-menu header.navbar .horizontal-mobile-menu a {
        margin-left: 0px;
    }

    .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {
        margin-left: 0px;
        margin-right: 0px;
    }

        .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a > i {
            margin-right: 0px;
        }

    .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {
        width: 222px;
        margin-left: -123.33333333px;
    }
}

.page-container.right-sidebar .sidebar-menu .sidebar-user-info .sui-hover.inline-links a {
    margin-left: 10px;
}

.page-container.right-sidebar .sidebar-menu .sidebar-user-info .sui-hover .close-sui-popup {
    right: auto;
    left: 15px;
}

@media screen and (min-width: 991px) {
    .page-container.right-sidebar {
        padding-left: 0;
        padding-right: 280px;
    }

        .page-container.right-sidebar .sidebar-menu {
            left: auto;
            right: 0;
        }

        .page-container.right-sidebar.sidebar-collapsed {
            padding-left: 0;
            padding-right: 65px;
        }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span, .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
                left: auto;
                right: 65px;
            }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > i {
                margin-right: 0;
            }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span.badge {
                right: 75px;
                left: auto;
            }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
                -webkit-border-radius: 3px 0 0 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px;
                background-clip: padding-box;
                padding-left: 15px;
            }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a {
                padding-left: 15px;
                padding-right: 10px;
            }

                .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a i {
                    margin-right: 0;
                    margin-left: 5px;
                }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
                right: 65px;
                left: auto;
            }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
                -webkit-border-radius: 0 0 0 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 0 3px;
                -moz-background-clip: padding;
                border-radius: 0 0 0 3px;
                background-clip: padding-box;
            }

            .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li#search.focused .search-input {
                left: auto;
                right: 65px;
                -webkit-border-radius: 3px 0 0 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 0 0 3px;
                -moz-background-clip: padding;
                border-radius: 3px 0 0 3px;
                background-clip: padding-box;
            }

        .page-container.right-sidebar.horizontal-menu.with-sidebar {
            padding-left: 0;
            padding-right: 280px;
        }

            .page-container.right-sidebar.horizontal-menu.with-sidebar.sidebar-collapsed {
                padding-left: 0;
                padding-right: 65px;
            }

        .page-container.right-sidebar.chat-visible .main-content {
            padding-left: 300px;
            padding-right: 20px;
        }

        .page-container.right-sidebar #chat {
            left: 0;
            right: auto;
        }

            .page-container.right-sidebar #chat .chat-conversation {
                left: 280px;
                right: auto;
                -webkit-border-radius: 0 3px 3px 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 3px 3px 0;
                -moz-background-clip: padding;
                border-radius: 0 3px 3px 0;
                background-clip: padding-box;
            }

        .page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu #main-menu li a i {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu {
            -moz-transition: all 350ms;
            -o-transition: all 350ms;
            -webkit-transition: all 350ms;
            transition: all 350ms;
        }

            .page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu .sidebar-user-info .user-link span, .page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu .sidebar-user-info .user-link strong {
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                filter: alpha(opacity=0);
            }

        .page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 {
            padding-right: 65px;
            -moz-transition: all 600ms;
            -o-transition: all 600ms;
            -webkit-transition: all 600ms;
            transition: all 600ms;
        }

            .page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu {
                width: 65px;
            }

                .page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .logo-env > .logo, .page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu #main-menu li > a:before, .page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu #main-menu li a span, .page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .sidebar-user-info .user-link span, .page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .sidebar-user-info .user-link strong {
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    visibility: hidden;
                    display: none;
                }

        .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge), .page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {
            -webkit-border-radius: 3px 0 0 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 0 0 0;
            -moz-background-clip: padding;
            border-radius: 3px 0 0 0;
            background-clip: padding-box;
        }
}

.user-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .user-info:before, .user-info:after {
        content: " ";
        display: table;
    }

    .user-info:after {
        clear: both;
    }

    .user-info > li {
        float: left;
        margin-right: 2.5px;
    }

        .user-info > li.profile-info {
            margin-right: 10px;
        }

.profile-info.dropdown > a {
    color: #2b303a;
    text-decoration: none;
    font-size: 14px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .profile-info.dropdown > a:hover {
        color: #818da2;
    }

    .profile-info.dropdown > a img {
        border: 2px solid #f5f5f5;
        margin-right: 5px;
    }

.profile-info.dropdown .dropdown-menu {
    background-color: #303641;
    border-color: #454a54;
    padding: 0;
    margin-top: 15px;
}

    .profile-info.dropdown .dropdown-menu > .caret {
        position: absolute;
        left: 20px;
        top: -4px;
        border-bottom-width: 4px;
        border-top-width: 0;
        border-bottom-color: #454a54;
        margin-left: -2px;
    }

    .profile-info.dropdown .dropdown-menu li {
        color: #aaabae;
        font-size: 12px;
        padding: 0;
    }

        .profile-info.dropdown .dropdown-menu li a {
            color: #aaabae;
            padding: 8px 10px;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .profile-info.dropdown .dropdown-menu li a i {
                margin-right: 5px;
                -webkit-opacity: 0.7;
                -moz-opacity: 0.7;
                opacity: 0.7;
                filter: alpha(opacity=70);
            }

            .profile-info.dropdown .dropdown-menu li a:hover {
                background-color: #2b303a;
                color: #ffffff;
            }

                .profile-info.dropdown .dropdown-menu li a:hover i {
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

    .profile-info.dropdown .dropdown-menu > li {
        border-bottom: 1px solid #454a54;
    }

        .profile-info.dropdown .dropdown-menu > li > a {
            display: block;
            min-width: 210px;
        }

        .profile-info.dropdown .dropdown-menu > li:last-child {
            border-bottom: 0;
        }

.profile-info.dropdown.pull-right {
    text-align: right;
}

    .profile-info.dropdown.pull-right > a img {
        margin-left: 5px;
        margin-right: 0;
    }

    .profile-info.dropdown.pull-right .dropdown-menu {
        background-color: #303641;
        border-color: #454a54;
        padding: 0;
        margin-top: 15px;
        text-align: left;
    }

        .profile-info.dropdown.pull-right .dropdown-menu > .caret {
            left: auto;
            right: 20px;
        }

.notifications.dropdown > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    color: #737881;
}

    .notifications.dropdown > a i {
        font-size: 19px;
    }

    .notifications.dropdown > a .badge {
        position: absolute;
        padding: 2px;
        font-size: 10px;
        right: 6px;
        top: 6px;
        min-width: 17px;
        line-height: 12px;
    }

.notifications.dropdown.open > a {
    background-color: #f5f5f6;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.notifications.dropdown .dropdown-menu {
    background-color: #f5f5f6;
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
    box-shadow: 0 1px 0px rgba(0,0,0,0.05);
    border: 1px solid #f8f8f8;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    width: 370px;
}

    .notifications.dropdown .dropdown-menu li, .notifications.dropdown .dropdown-menu a, .notifications.dropdown .dropdown-menu p {
        color: #888888;
    }

    .notifications.dropdown .dropdown-menu > li {
        display: block;
        border-bottom: 1px solid #ededed;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

        .notifications.dropdown .dropdown-menu > li.top > p {
            background-color: #f5f5f6;
        }

        .notifications.dropdown .dropdown-menu > li > a, .notifications.dropdown .dropdown-menu > li > p {
            margin: 0;
            padding: 12px 20px;
        }

        .notifications.dropdown .dropdown-menu > li > p {
            background-color: #FFF;
        }

            .notifications.dropdown .dropdown-menu > li > p a {
                color: #ec5956;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .notifications.dropdown .dropdown-menu > li > p a:hover {
                    color: #e9423f;
                }

        .notifications.dropdown .dropdown-menu > li .scroller {
            max-height: 290px;
            overflow: auto;
        }

        .notifications.dropdown .dropdown-menu > li > ul {
            position: relative;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .notifications.dropdown .dropdown-menu > li > ul > li {
                font-size: 12px;
                border-bottom: 1px solid #ededed;
                background: #f5f5f6;
            }

                .notifications.dropdown .dropdown-menu > li > ul > li > a, .notifications.dropdown .dropdown-menu > li > ul > li > p {
                    display: block;
                    position: relative;
                    margin: 0;
                    padding: 10px 20px;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    .notifications.dropdown .dropdown-menu > li > ul > li > a:before, .notifications.dropdown .dropdown-menu > li > ul > li > p:before, .notifications.dropdown .dropdown-menu > li > ul > li > a:after, .notifications.dropdown .dropdown-menu > li > ul > li > p:after {
                        content: " ";
                        display: table;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li > a:after, .notifications.dropdown .dropdown-menu > li > ul > li > p:after {
                        clear: both;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li > a > i, .notifications.dropdown .dropdown-menu > li > ul > li > p > i {
                        background: #454a54;
                        display: block;
                        float: left;
                        text-align: center;
                        padding: 5px;
                        line-height: 14px;
                        color: #ffffff;
                        width: 28px;
                        height: 24px;
                        -webkit-border-radius: 3px;
                        -webkit-background-clip: padding-box;
                        -moz-border-radius: 3px;
                        -moz-background-clip: padding;
                        border-radius: 3px;
                        background-clip: padding-box;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li > a:hover, .notifications.dropdown .dropdown-menu > li > ul > li > p:hover {
                        background-color: #f5f5f6 !important;
                    }

                .notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > a > i {
                    background-color: #303641;
                    color: #ffffff;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > a > i {
                    background-color: #ee4749;
                    color: #ffffff;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li.notification-success > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-success > a > i {
                    background-color: #00a651;
                    color: #ffffff;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li.notification-info > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-info > a > i {
                    background-color: #21a9e1;
                    color: #ffffff;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > a > i {
                    background-color: #fad839;
                    color: #ffffff;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > i, .notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > a > i {
                    background-color: #cc2424;
                    color: #ffffff;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li .task {
                    display: block;
                }

                    .notifications.dropdown .dropdown-menu > li > ul > li .task:before, .notifications.dropdown .dropdown-menu > li > ul > li .task:after {
                        content: " ";
                        display: table;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li .task:after {
                        clear: both;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li .task span {
                        display: block;
                    }

                        .notifications.dropdown .dropdown-menu > li > ul > li .task span.desc {
                            float: left;
                        }

                        .notifications.dropdown .dropdown-menu > li > ul > li .task span.percent {
                            float: right;
                        }

                .notifications.dropdown .dropdown-menu > li > ul > li .image {
                    display: block;
                    margin-right: 10px;
                    float: left;
                }

                    .notifications.dropdown .dropdown-menu > li > ul > li .image.pull-right {
                        margin-left: 10px;
                        margin-right: 0;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li .image .img-circle {
                        border: 2px solid #FFF;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li .image + .line {
                        margin-top: 8px;
                    }

                .notifications.dropdown .dropdown-menu > li > ul > li .line {
                    display: block;
                }

                    .notifications.dropdown .dropdown-menu > li > ul > li .line.desc {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li .line + .line, .notifications.dropdown .dropdown-menu > li > ul > li .line + .line + .line, .notifications.dropdown .dropdown-menu > li > ul > li .line + .line + .line + .line {
                        margin-top: 5px;
                    }

                .notifications.dropdown .dropdown-menu > li > ul > li strong {
                    color: #373e4a;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li .progress {
                    display: block;
                    height: 5px;
                    background-color: #ededed;
                    margin: 0;
                    margin-top: 10px;
                    margin-bottom: 5px;
                }

                    .notifications.dropdown .dropdown-menu > li > ul > li .progress:before, .notifications.dropdown .dropdown-menu > li > ul > li .progress:after {
                        content: " ";
                        display: table;
                    }

                    .notifications.dropdown .dropdown-menu > li > ul > li .progress:after {
                        clear: both;
                    }

                .notifications.dropdown .dropdown-menu > li > ul > li:last-child {
                    border-bottom: 0;
                }

                .notifications.dropdown .dropdown-menu > li > ul > li:first-child a:afterx {
                    position: absolute;
                    content: '';
                    display: block;
                    height: 10px;
                    top: -10px;
                    left: 0;
                    right: 0;
                    background: transparent;
                    background: red;
                    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.03);
                    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.03);
                    box-shadow: 0px 2px 4px rgba(0,0,0,0.03);
                }

        .notifications.dropdown .dropdown-menu > li.external {
            background-color: #FFF;
            border-bottom: 0;
        }

            .notifications.dropdown .dropdown-menu > li.external a {
                color: #ec5956;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .notifications.dropdown .dropdown-menu > li.external a:hover {
                    background-color: #fff;
                    color: #e9423f;
                }

body {
    font-family: "Noto Sans", sans-serif;
}

    body.overflow-x-disabled {
        overflow-x: hidden;
    }

a {
    color: #373e4a;
}

    a:hover {
        text-decoration: none;
        color: #818da2;
    }

.links-list {
    white-space: nowrap;
    padding-top: 14px;
    padding-bottom: 8px;
}

    .links-list > li.sep {
        display: inline-block;
        border-left: 1px solid #eeeef0;
        height: 12px;
        width: 0px;
        line-height: 1.42857143;
        overflow: hidden;
        margin-left: 10px;
    }

.scrollable {
    position: relative;
    overflow: hidden;
    height: 0;
}

.slimScrollDiv .slimScrollBar {
    cursor: pointer;
}

.clear {
    clear: both;
}

.knob {
    visibility: hidden;
}

canvas + .knob {
    visibility: visible;
}

.validate-has-error {
    border-color: #cc2424;
}

    .validate-has-error:focus {
        border-color: #cc2424;
    }

    .validate-has-error + span.validate-has-error, .validate-has-error > span.validate-has-error, .input-group + .validate-has-error {
        color: #cc2424;
        display: inline-block;
        margin-top: 5px;
    }

    .validate-has-error .validate-has-error {
        color: #cc2424;
        display: inline-block;
        margin-top: 5px;
    }

.make-switch + .validate-has-error {
    margin-left: 10px;
}

.validate-has-error .form-control {
    border-color: #cc2424;
}

.file-input-wrapper.inline {
    display: inline-block;
    width: auto;
}

.file2[type="file"] {
    visibility: hidden;
}

.file-input-wrapper .file2[type="file"] {
    visibility: visible;
}

.dist > * {
    margin-bottom: 10px;
}

    .dist > *:before, .dist > *:after {
        content: " ";
        display: table;
    }

    .dist > *:after {
        clear: both;
    }

    .dist > *:last-child {
        margin-bottom: 0;
    }

@media print {
    .sidebar-menu {
        display: none !important;
    }

    .page-container.horizontal-menu {
        padding-top: 0;
    }
}

.nicescroll-rails > div {
    cursor: pointer;
}

.showcase-icon-list .icon-el a {
    position: relative;
    z-index: 1;
    background: #fafafa;
    margin-bottom: 6px;
    display: block;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .showcase-icon-list .icon-el a i {
        margin-right: 5px;
        display: inline-block;
        padding: 6px 12px;
        vertical-align: middle;
        -webkit-border-radius: 3px 0 0 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 0 0 3px;
        -moz-background-clip: padding;
        border-radius: 3px 0 0 3px;
        background-clip: padding-box;
        background: #f0f0f0;
        font-size: 15px;
        width: 45px;
        text-align: center;
    }

    .showcase-icon-list .icon-el a:hover {
        z-index: 5;
        overflow: visible;
        padding: 5px 12px;
    }

        .showcase-icon-list .icon-el a:hover i {
            top: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 60px;
            line-height: 50px;
            margin-right: 0px;
            color: #303641;
            font-size: 40px;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

footer.main {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

    footer.main:before, footer.main:after {
        content: " ";
        display: table;
    }

    footer.main:after {
        clear: both;
    }

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.margin-left {
    margin-left: 10px !important;
}

.margin-bottom {
    margin-bottom: 20px !important;
}

.bold {
    font-weight: bold !important;
}

.default-padding {
    padding: 0 15px !important;
}

img.full-width {
    width: 100%;
}

.form-groups-bordered > .form-group {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0px;
}

    .form-groups-bordered > .form-group:first-child {
        padding-top: 0;
    }

    .form-groups-bordered > .form-group:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

.morrischart {
    width: 100%;
}

    .morrischart > svg {
        width: 100% !important;
    }

.col-padding-1 {
    padding: 20px 20px 20px 40px !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-lg {
    padding: 20px !important;
}

.border-top {
    border-top: 1px solid #ebebeb;
}

#rickshaw-chart-demo {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    overflow: hidden;
    padding-top: 200px;
}

    #rickshaw-chart-demo svg {
        width: 100% !important;
    }

    #rickshaw-chart-demo .detail {
        left: -10px;
    }

    #rickshaw-chart-demo .rickshaw_legend {
        position: absolute;
        top: 0px;
        background: none;
    }

        #rickshaw-chart-demo .rickshaw_legend .label {
            color: rgba(48,54,65,0.5);
        }

#rickshaw-chart-demo-2 {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    overflow: hidden;
    padding-top: 75px;
}

    #rickshaw-chart-demo-2 svg {
        width: 100% !important;
    }

    #rickshaw-chart-demo-2 .detail {
        left: -10px;
    }

    #rickshaw-chart-demo-2 .rickshaw_legend {
        position: absolute;
        top: 0px;
        background: none;
    }

        #rickshaw-chart-demo-2 .rickshaw_legend .label {
            color: rgba(48,54,65,0.5);
        }

.theme-skins {
    background: #f5f5f6;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

    .theme-skins > li {
        border-bottom: 1px solid #ebebeb;
    }

        .theme-skins > li a {
            color: #555 !important;
            margin: 0;
            padding: 5px 10px;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .theme-skins > li a i {
                display: inline-block;
                width: 15px;
                height: 13px;
                margin-right: 5px;
                vertical-align: middle;
                border: 1px solid transparent;
                position: relative;
                top: -2px;
            }

                .theme-skins > li a i.skin-main {
                    background-color: #303641;
                }

                .theme-skins > li a i.skin-blue {
                    background-color: #003471;
                }

                .theme-skins > li a i.skin-red {
                    background-color: #981b1b;
                }

                .theme-skins > li a i.skin-black {
                    background-color: #222222;
                }

                .theme-skins > li a i.skin-green {
                    background-color: #00a651;
                }

                .theme-skins > li a i.skin-purple {
                    background-color: #522b76;
                }

                .theme-skins > li a i.skin-yellow {
                    background-color: #e8b51b;
                }

                .theme-skins > li a i.skin-cafe {
                    background-color: #31271e;
                }

                .theme-skins > li a i.skin-white {
                    background-color: #FFF;
                    border-color: #ebebeb;
                }

            .theme-skins > li a:hover {
                background: rgba(235,235,235,0.4);
            }

        .theme-skins > li.active a {
            -webkit-border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0;
            -moz-background-clip: padding;
            border-radius: 0;
            background-clip: padding-box;
        }

        .theme-skins > li.caret {
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            position: absolute;
            top: -4px;
            left: 57%;
            margin-left: -4px;
            border-top-color: #ebebeb;
            display: none;
        }

        .theme-skins > li.active a {
            background: rgba(235,235,235,0.9);
            color: #737881;
            font-weight: bold;
        }

            .theme-skins > li.active a:hover {
                background: rgba(235,235,235,0.9);
            }

        .theme-skins > li:last-child {
            border-bottom: 0;
        }

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .theme-skins.dropdown-menu {
    width: 200px !important;
}

.version-highlights {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    list-style: none;
    display: table;
}

    .version-highlights li {
        display: table-row;
        vertical-align: middle;
        width: 100%;
        padding: 0;
    }

        .version-highlights li .screenshot, .version-highlights li .notes {
            display: table-cell;
            vertical-align: middle;
        }

        .version-highlights li .screenshot {
            text-align: right;
            padding: 30px;
            width: 240px;
        }

            .version-highlights li .screenshot img {
                display: block;
                max-width: 100%;
                height: auto;
            }

.thumbnail-highlight {
    border: 5px solid rgba(235,235,235,0.5);
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb;
}

@media (max-width: 768px) {
    .version-highlights {
        display: block;
    }

        .version-highlights li {
            display: block;
        }

            .version-highlights li .screenshot, .version-highlights li .notes {
                display: block;
            }

            .version-highlights li .screenshot {
                text-align: center;
                width: 100%;
            }

                .version-highlights li .screenshot img {
                    display: inline-block;
                }

            .version-highlights li .notes {
                text-align: center;
                margin-bottom: 30px;
            }
}

.input-spinner {
    position: relative;
}

    .input-spinner:before, .input-spinner:after {
        content: " ";
        display: table;
    }

    .input-spinner:after {
        clear: both;
    }

    .input-spinner input, .input-spinner button {
        float: left;
    }

    .input-spinner input {
        margin: 0;
        border-left: 0;
        border-right: 0;
        text-align: center;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        width: auto;
    }

        .input-spinner input.size-1 {
            width: 60px;
        }

        .input-spinner input.size-2 {
            width: 100px;
        }

        .input-spinner input.size-3 {
            width: 120px;
        }

        .input-spinner input.size-4 {
            width: 160px;
        }

    .input-spinner button {
        -webkit-border-radius: 3px 0 0 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 0 0 3px;
        -moz-background-clip: padding;
        border-radius: 3px 0 0 3px;
        background-clip: padding-box;
    }

        .input-spinner button + input + button {
            -webkit-border-radius: 0 3px 3px 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
        }

.panel > .panel-body.with-table {
    position: relative;
    padding: 0;
    margin: -1px;
    border: 0;
}

    .panel > .panel-body.with-table > table {
        margin: 0;
    }

.disabled-text {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.page-body.gray .page-container .main-content, .page-body.gray .page-container {
    background: #f1f1f1;
}

.tile-stats.stat-tile {
    padding: 0px;
    height: 155px;
    border: none !important;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

.tile-stats.tile-neon-red {
    background: #ff4e50;
}

.tile-stats.stat-tile h3 {
    padding: 20px 20px 0px 20px;
}

.tile-stats.stat-tile p {
    padding: 0px 20px 20px 20px;
    margin-bottom: 20px;
}

.pie-chart {
    position: absolute;
    right: 20px;
    top: 35px;
}

.tile-group-2 {
    background: #FFF !important;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

    .tile-group-2 .tile-white {
        background: #FFF !important;
        border: none !important;
        color: #303641 !important;
    }

    .tile-group-2 .tile-entry {
        background: none !important;
        border: none !important;
        color: #303641 !important;
    }

    .tile-group-2 .tile-white .tile-entry h3 {
        color: #2b303a;
    }

    .tile-group-2 .tile-white .tile-entry span {
        color: rgba(0,0,0,0.4);
    }

.country-list {
    width: 90%;
    padding: 50px 0 20px 0;
    padding-left: 30px;
}

    .country-list li {
        border-top: 1px solid #EEE;
        padding: 12px 0;
        list-style: none;
    }

.tile-group-2 .tile-right .map {
    margin: 0px !important;
}

.panel-table {
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border: 0px !important;
}

    .panel-table .panel-body {
        background: #FAFAFA;
    }

    .panel-table .panel-heading > .panel-title {
        padding: 30px 25px;
    }

        .panel-table .panel-heading > .panel-title span {
            color: #888888;
            font-size: 12px;
        }

    .panel-table th {
        font-weight: bold;
    }

.calendar-widget td, .calendar-widget th {
    text-align: center;
}

.calendar-widget th {
    padding: 12px 0;
}

@-moz-document url-prefix() {
    .page-container .tile-group .tile-left .map,.page-container .tile-group .tile-right .map;

{
    left: 40%;
    right: 16px;
}

.page-container .tile-stats .icon {
    bottom: 35px;
}

}

.form-control + .description {
    display: block;
    margin-top: 5px;
    font-size: 11px;
}

.search-form-full {
    position: relative;
    margin-top: -2px;
}

    .search-form-full .form-group {
        position: relative;
    }

        .search-form-full .form-group i {
            position: absolute;
            right: 10px;
            top: 50%;
            font-size: 14px;
            margin-top: -9px;
            color: rgba(148,148,148,0.8);
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .search-form-full .form-group .form-control {
            margin-top: 12px;
            background: #f5f5f6;
            height: 38px;
            -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.015);
            -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.015);
            box-shadow: inset 0 1px 0 rgba(0,0,0,0.015);
        }

            .search-form-full .form-group .form-control:focus + i {
                color: #737881;
            }

@media screen and (max-width: 480px) {
    .search-form-full {
        margin-top: 30px;
    }
}

.page-container .aciTree.aciBorder {
    border: 1px solid #ebebeb;
    min-height: 50px;
}

.neon-loading-bar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(48,54,65,0.3);
    height: 5px;
    z-index: 10000;
    top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .neon-loading-bar span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        background: #ec5956;
    }

    .neon-loading-bar.progress-is-hidden {
        top: -5px;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        visibility: hidden;
    }

body {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    -webkit-perspective: 800;
    -moz-perspective: 800;
    perspective: 800;
}

.tabs-vertical-env {
    margin-bottom: 20px;
}

    .tabs-vertical-env:before, .tabs-vertical-env:after {
        content: " ";
        display: table;
    }

    .tabs-vertical-env:after {
        clear: both;
    }

    .tabs-vertical-env .tabs-vertical {
        margin-bottom: 0;
    }

        .tabs-vertical-env .tabs-vertical + .tab-content {
            margin-bottom: 0;
        }

.tabs-vertical {
    float: left;
    background: #f5f5f6;
    width: 20%;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .tabs-vertical > li {
        border-bottom: 1px solid #ebebeb;
    }

        .tabs-vertical > li:first-child > a {
            -webkit-border-radius: 3px 3px 0 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 3px 0 0;
            -moz-background-clip: padding;
            border-radius: 3px 3px 0 0;
            background-clip: padding-box;
        }

        .tabs-vertical > li:last-child {
            border-bottom: 0;
        }

            .tabs-vertical > li:last-child > a {
                -webkit-border-radius: 0 0 3px 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 3px;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 3px;
                background-clip: padding-box;
            }

        .tabs-vertical > li:hover > a {
            background-color: rgba(255,255,255,0.3);
            color: #586376;
        }

        .tabs-vertical > li.active > a {
            display: block;
            position: relative;
            background-color: #ffffff;
            color: #373e4a;
        }

            .tabs-vertical > li.active > a:before {
                content: '';
                display: block;
                position: absolute;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 20px 0 20px 13px;
                border-color: transparent transparent transparent #ebebeb;
                top: 0;
                right: -1px;
                margin-right: -12px;
                margin-top: -1px;
            }

            .tabs-vertical > li.active > a:after {
                content: '';
                display: block;
                position: absolute;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 18px 0 18px 12px;
                border-color: transparent transparent transparent #fff;
                top: 2px;
                right: 0;
                margin-right: -12px;
                margin-top: -1px;
            }

    .tabs-vertical + .tab-content {
        float: right;
        width: 80%;
        padding-left: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .tabs-vertical.right-aligned {
        float: right;
    }

        .tabs-vertical.right-aligned > li.active > a:before, .tabs-vertical.right-aligned > li.active > a:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            right: auto;
        }

        .tabs-vertical.right-aligned > li.active > a:before {
            left: -13px;
        }

        .tabs-vertical.right-aligned > li.active > a:after {
            left: -12px;
        }

        .tabs-vertical.right-aligned + .tab-content {
            padding-right: 25px;
            padding-left: 0;
        }

blockquote.blockquote-default {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-left-width: 5px;
    padding: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

blockquote.blockquote-blue, blockquote.blockquote-info {
    background: #c5e8f7;
    border: 1px solid #b6d6e4;
    border-left-width: 5px;
    padding: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #0c3c50;
}

    blockquote.blockquote-blue p, blockquote.blockquote-info p, blockquote.blockquote-blue small, blockquote.blockquote-info small {
        color: #85a6b5;
    }

        blockquote.blockquote-blue p strong, blockquote.blockquote-info p strong, blockquote.blockquote-blue small strong, blockquote.blockquote-info small strong {
            color: #0c3c50;
        }

blockquote.blockquote-green, blockquote.blockquote-success {
    background: #bdedbc;
    border: 1px solid #aedaad;
    border-left-width: 5px;
    padding: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #135012;
}

    blockquote.blockquote-green p, blockquote.blockquote-success p, blockquote.blockquote-green small, blockquote.blockquote-success small {
        color: #7baa7a;
    }

        blockquote.blockquote-green p strong, blockquote.blockquote-success p strong, blockquote.blockquote-green small strong, blockquote.blockquote-success small strong {
            color: #135012;
        }

blockquote.blockquote-gold, blockquote.blockquote-warning {
    background: #ffefa4;
    border: 1px solid #ebdc97;
    border-left-width: 5px;
    padding: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #584b0d;
}

    blockquote.blockquote-gold p, blockquote.blockquote-warning p, blockquote.blockquote-gold small, blockquote.blockquote-warning small {
        color: #b7a96a;
    }

        blockquote.blockquote-gold p strong, blockquote.blockquote-warning p strong, blockquote.blockquote-gold small strong, blockquote.blockquote-warning small strong {
            color: #584b0d;
        }

blockquote.blockquote-red, blockquote.blockquote-danger {
    background: #ffc9c9;
    border: 1px solid #ebb9b9;
    border-left-width: 5px;
    padding: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #4e1c1c;
}

    blockquote.blockquote-red p, blockquote.blockquote-danger p, blockquote.blockquote-red small, blockquote.blockquote-danger small {
        color: #b48585;
    }

        blockquote.blockquote-red p strong, blockquote.blockquote-danger p strong, blockquote.blockquote-red small strong, blockquote.blockquote-danger small strong {
            color: #4e1c1c;
        }

.dataTables_wrapper:before, .dataTables_wrapper:after {
    content: " ";
    display: table;
}

.dataTables_wrapper:after {
    clear: both;
}

.dataTables_wrapper table {
    margin-bottom: 0;
}

    .dataTables_wrapper table thead tr th {
        font-weight: bold;
        outline: none;
        cursor: default;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .dataTables_wrapper table thead tr th.sorting_asc:before, .dataTables_wrapper table thead tr th.sorting_desc:before {
            display: block;
            float: right;
            color: #303641;
            font-family: 'Entypo';
            content: '\e876';
        }

        .dataTables_wrapper table thead tr th.sorting_desc:before {
            content: '\e873';
        }

        .dataTables_wrapper table thead tr th:active {
            outline: none;
        }

        .dataTables_wrapper table thead tr th.sorting_asc, .dataTables_wrapper table thead tr th.sorting_desc {
            color: #303641;
        }

    .dataTables_wrapper table tfoot tr th {
        font-weight: bold;
    }

    .dataTables_wrapper table + .row {
        margin-bottom: 20px;
    }

.dataTables_wrapper > table:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.dataTables_wrapper a {
    cursor: pointer;
    outline: none;
}

.dataTables_wrapper .col-left {
    padding-right: 0;
}

.dataTables_wrapper .col-right {
    padding-left: 0;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    background: #fff;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    padding: 15px 12px;
    height: 58px;
}

    .dataTables_wrapper .dataTables_length:before, .dataTables_wrapper .dataTables_filter:before, .dataTables_wrapper .dataTables_length:after, .dataTables_wrapper .dataTables_filter:after {
        content: " ";
        display: table;
    }

    .dataTables_wrapper .dataTables_length:after, .dataTables_wrapper .dataTables_filter:after {
        clear: both;
    }

.dataTables_wrapper .dataTables_length {
    border-right: 0;
    -webkit-border-radius: 3px 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 0 0 0;
    background-clip: padding-box;
}

    .dataTables_wrapper .dataTables_length > label {
        white-space: nowrap;
        margin-top: -7px;
    }

        .dataTables_wrapper .dataTables_length > label .select2-container {
            display: inline-block;
            width: auto !important;
            min-width: 87px;
        }

.dataTables_wrapper .dataTables_filter {
    border-left: 0;
    padding-top: 13px;
    -webkit-border-radius: 0 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 0 0;
    background-clip: padding-box;
}

    .dataTables_wrapper .dataTables_filter > label {
        float: right;
        display: block;
        white-space: nowrap;
    }

        .dataTables_wrapper .dataTables_filter > label input {
            display: block;
            width: 100%;
            height: 31px;
            padding: 6px 12px;
            font-size: 12px;
            line-height: 1.42857143;
            color: #555555;
            background-color: #ffffff;
            background-image: none;
            border: 1px solid #ebebeb;
            border-radius: 3px;
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            display: inline-block;
            width: 150px;
            margin-left: 5px;
        }

            .dataTables_wrapper .dataTables_filter > label input:focus {
                border-color: #c8cdd7;
                outline: 0;
                -moz-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
                -webkit-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
                box-shadow: 0 2px 1px rgba(203,208,217,0.08);
            }

            .dataTables_wrapper .dataTables_filter > label input::-webkit-input-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input:-moz-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input::-moz-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input:-ms-input-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input:-moz-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input::-moz-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input:-ms-input-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input::-webkit-input-placeholder {
                color: #aaaaaa;
            }

            .dataTables_wrapper .dataTables_filter > label input[disabled], .dataTables_wrapper .dataTables_filter > label input[readonly], fieldset[disabled] .dataTables_wrapper .dataTables_filter > label input {
                cursor: not-allowed;
                background-color: #eeeeee;
            }

textarea.dataTables_wrapper .dataTables_filter > label input {
    height: auto;
}

.dataTables_wrapper .select2-container {
    display: inline-block !important;
    margin-left: 5px;
    margin-right: 5px;
}

    .dataTables_wrapper .select2-container .select2-choice {
        height: 25px;
        line-height: 24px;
    }

        .dataTables_wrapper .select2-container .select2-choice .select2-chosen {
            padding-right: 15px;
        }

        .dataTables_wrapper .select2-container .select2-choice .select2-arrow {
            width: 25px;
        }

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    padding: 10px 12px;
    border: 1px solid #ebebeb;
    border-top: 0;
    background: #fafafa;
    height: 47px;
}

    .dataTables_wrapper .dataTables_info:before, .dataTables_wrapper .dataTables_paginate:before, .dataTables_wrapper .dataTables_info:after, .dataTables_wrapper .dataTables_paginate:after {
        content: " ";
        display: table;
    }

    .dataTables_wrapper .dataTables_info:after, .dataTables_wrapper .dataTables_paginate:after {
        clear: both;
    }

    .dataTables_wrapper .dataTables_info.dataTables_info, .dataTables_wrapper .dataTables_paginate.dataTables_info {
        border-right: 0;
        -webkit-border-radius: 0 0 0 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 0 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 0 3px;
        background-clip: padding-box;
        line-height: 30px;
    }

    .dataTables_wrapper .dataTables_info.dataTables_paginate, .dataTables_wrapper .dataTables_paginate.dataTables_paginate {
        border-left: 0;
        -webkit-border-radius: 0 0 3px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 0;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 0;
        background-clip: padding-box;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_info.dataTables_paginate .pagination, .dataTables_wrapper .dataTables_paginate.dataTables_paginate .pagination {
            margin: 0;
        }

.dataTables_wrapper .export-data {
    position: absolute;
    right: 250px;
    top: 13px;
}

.page-body .datatable.table tbody td, .page-body .datatable.table tbody th {
    vertical-align: middle;
}

table .replace-inputs input {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    table .replace-inputs input:focus {
        border-color: #c8cdd7;
        outline: 0;
        -moz-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
        -webkit-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
        box-shadow: 0 2px 1px rgba(203,208,217,0.08);
    }

    table .replace-inputs input::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input:-moz-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input::-moz-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input:-ms-input-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input:-moz-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input::-moz-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input:-ms-input-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    table .replace-inputs input[disabled], table .replace-inputs input[readonly], fieldset[disabled] table .replace-inputs input {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textareatable .replace-inputs input {
    height: auto;
}

.dataTables_wrapper .dataTable {
    width: 100% !important;
}

@media (min-width: 767px) {
    .chat-visible .main-content {
        padding-right: 300px;
    }
}

.chat-visible #chat {
    display: block;
}

.horizontal-menu #chat {
    top: 61px;
    border-top: 1px solid #454a54;
}

.horizontal-menu.chat-visible .main-content > .container {
    width: 100% !important;
}

.chat-notifications-badge {
    margin-left: 5px;
}

    .chat-notifications-badge.is-hidden {
        display: none;
    }

#chat {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    background: #303641;
    z-index: 5;
    display: none;
}

    #chat.fixed {
        position: fixed;
        min-height: 0 !important;
    }

    #chat .chat-inner {
        overflow: auto;
        height: 100%;
    }

    #chat .chat-header {
        font-size: 16px;
        color: #7f8186;
        padding: 30px 35px;
        line-height: 1;
        margin: 0;
        border-bottom: 1px solid #343a45;
        position: relative;
    }

        #chat .chat-header .badge {
            position: relative;
            top: -1px;
            margin-left: 5px;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            #chat .chat-header .badge.is-hidden {
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -o-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

        #chat .chat-header .chat-close {
            position: absolute;
            right: 0px;
            top: 0px;
            font-size: 15px;
            top: 50%;
            right: 25px;
            margin-top: -7px;
            color: #bec0c2;
            -webkit-opacity: 0.5;
            -moz-opacity: 0.5;
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.transall #chat .chat-header .chat-close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#chat .chat-group {
    margin-top: 30px;
}

    #chat .chat-group > strong, #chat .chat-group > a {
        display: block;
        padding: 6px 35px;
    }

    #chat .chat-group > strong {
        text-transform: uppercase;
        color: #7f8186;
    }

    #chat .chat-group > a {
        position: relative;
        color: #bec0c2;
        -moz-transition: background 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out;
        -webkit-transition: background 250ms ease-in-out;
        transition: background 250ms ease-in-out;
    }

        #chat .chat-group > a:hover, #chat .chat-group > a.active {
            background-color: #343a45;
        }

        #chat .chat-group > a:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-color: transparent transparent transparent #2b303a;
            left: 0;
            top: 50%;
            margin-top: -4px;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        #chat .chat-group > a.active:before {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        #chat .chat-group > a .badge {
            font-size: 9px;
            margin-left: 5px;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            #chat .chat-group > a .badge.is-hidden {
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -o-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

        #chat .chat-group > a em {
            font-style: normal;
        }

#chat .user-status {
    display: inline-block;
    background: #575d67;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    #chat .user-status.is-online {
        background-color: #06b53c;
    }

    #chat .user-status.is-offline {
        background-color: #575d67;
    }

    #chat .user-status.is-idle {
        background-color: #f7d227;
    }

    #chat .user-status.is-busy {
        background-color: #ee4749;
    }

#chat .chat-conversation {
    position: absolute;
    right: 280px;
    width: 340px;
    background: #2b303a;
    -webkit-border-radius: 3px 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 0 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
    display: none;
    opacity: 0;
}

    #chat .chat-conversation .conversation-header {
        padding: 20px 24px;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #343a45;
    }

        #chat .chat-conversation .conversation-header small {
            color: rgba(190,192,194,0.6);
            font-size: 12px;
            padding-left: 8px;
        }

        #chat .chat-conversation .conversation-header .conversation-close {
            float: right;
            color: #7f8186;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
            position: relative;
            top: 3px;
        }

    #chat .chat-conversation .conversation-body {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        height: 250px;
    }

        #chat .chat-conversation .conversation-body::-webkit-scrollbar {
            width: 5px;
        }

        #chat .chat-conversation .conversation-body::-webkit-scrollbar-track {
            width: 5px;
            background-color: #2b303a;
        }

        #chat .chat-conversation .conversation-body::-webkit-scrollbar-thumb {
            background-color: rgba(52,58,69,0.8);
        }

        #chat .chat-conversation .conversation-body > li {
            padding: 20px 24px;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            #chat .chat-conversation .conversation-body > li:before, #chat .chat-conversation .conversation-body > li:after {
                content: " ";
                display: table;
            }

            #chat .chat-conversation .conversation-body > li:after {
                clear: both;
            }

            #chat .chat-conversation .conversation-body > li.odd, #chat .chat-conversation .conversation-body > li.even, #chat .chat-conversation .conversation-body > li.opponent {
                background: #343a45;
            }

            #chat .chat-conversation .conversation-body > li.unread {
                background: #3d4451;
            }

            #chat .chat-conversation .conversation-body > li .user {
                font-weight: bold;
                color: #fff;
            }

            #chat .chat-conversation .conversation-body > li .time {
                float: right;
                font-style: italic;
                color: rgba(190,192,194,0.8);
                font-size: 11px;
            }

    #chat .chat-conversation .chat-textarea {
        padding: 20px 24px;
        position: relative;
    }

        #chat .chat-conversation .chat-textarea:after {
            content: '\e83c';
            font-family: 'Entypo';
            color: #bec0c2;
            right: 35px;
            top: 25px;
            font-size: 15px;
            position: absolute;
        }

        #chat .chat-conversation .chat-textarea textarea {
            background: #343a45;
            border: 1px solid #343a45;
            color: #fff;
            max-height: 100px !important;
            padding-right: 35px;
            height: 32px;
        }

            #chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
                color: rgba(190,192,194,0.85);
            }

            #chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar {
                width: 5px;
            }

            #chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-track {
                width: 5px;
                background-color: #343a45;
            }

            #chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-thumb {
                background-color: #4a5262;
            }

.chat-history {
    display: none;
}

@media (max-width: 767px) {
    .chat-visible #chat, .chat-visible #chat.fixed {
        display: none;
    }

    .chat-visible.toggle-click #chat, .chat-visible.toggle-click #chat.fixed {
        display: block;
    }

    #chat, #chat.fixed {
        position: fixed;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 10px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        #chat .chat-conversation, #chat.fixed .chat-conversation {
            position: fixed;
            width: auto;
            left: 0;
            right: 0;
            top: 0 !important;
            bottom: 0;
            margin: 10px;
            overflow: auto;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

            #chat .chat-conversation .conversation-body, #chat.fixed .chat-conversation .conversation-body {
                height: auto;
                max-height: 450px;
            }

            #chat .chat-conversation::-webkit-scrollbar, #chat.fixed .chat-conversation::-webkit-scrollbar {
                width: 5px;
            }

            #chat .chat-conversation::-webkit-scrollbar-track, #chat.fixed .chat-conversation::-webkit-scrollbar-track {
                width: 5px;
                background-color: #343a45;
            }

            #chat .chat-conversation::-webkit-scrollbar-thumb, #chat.fixed .chat-conversation::-webkit-scrollbar-thumb {
                background-color: #4a5262;
            }
}

.tile-stats {
    position: relative;
    display: block;
    background: #303641;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .tile-stats:hover {
        background: #252a32;
    }

    .tile-stats .icon {
        color: rgba(0,0,0,0.1);
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }

        .tile-stats .icon i {
            font-size: 100px;
            line-height: 0;
            margin: 0;
            padding: 0;
            vertical-align: bottom;
        }

            .tile-stats .icon i:before {
                margin: 0;
                padding: 0;
                line-height: 0;
            }

    .tile-stats .num, .tile-stats h3, .tile-stats p {
        position: relative;
        color: #ffffff;
        z-index: 5;
        margin: 0;
        padding: 0;
    }

    .tile-stats .num {
        font-size: 38px;
        font-weight: bold;
    }

    .tile-stats h3 {
        font-size: 18px;
        margin-top: 5px;
    }

    .tile-stats p {
        font-size: 11px;
        margin-top: 5px;
    }

    .tile-stats.tile-red {
        background: #f56954;
    }

        .tile-stats.tile-red:hover {
            background: #f4543c;
        }

        .tile-stats.tile-red .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-red .num, .tile-stats.tile-red h3, .tile-stats.tile-red p {
            color: #ffffff;
        }

    .tile-stats.tile-green {
        background: #00a65a;
    }

        .tile-stats.tile-green:hover {
            background: #008d4c;
        }

        .tile-stats.tile-green .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-green .num, .tile-stats.tile-green h3, .tile-stats.tile-green p {
            color: #ffffff;
        }

    .tile-stats.tile-blue {
        background: #0073b7;
    }

        .tile-stats.tile-blue:hover {
            background: #00639e;
        }

        .tile-stats.tile-blue .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-blue .num, .tile-stats.tile-blue h3, .tile-stats.tile-blue p {
            color: #ffffff;
        }

    .tile-stats.tile-aqua {
        background: #00c0ef;
    }

        .tile-stats.tile-aqua:hover {
            background: #00acd6;
        }

        .tile-stats.tile-aqua .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-aqua .num, .tile-stats.tile-aqua h3, .tile-stats.tile-aqua p {
            color: #ffffff;
        }

    .tile-stats.tile-cyan {
        background: #00b29e;
    }

        .tile-stats.tile-cyan:hover {
            background: #009987;
        }

        .tile-stats.tile-cyan .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-cyan .num, .tile-stats.tile-cyan h3, .tile-stats.tile-cyan p {
            color: #ffffff;
        }

    .tile-stats.tile-purple {
        background: #ba79cb;
    }

        .tile-stats.tile-purple:hover {
            background: #b167c4;
        }

        .tile-stats.tile-purple .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-purple .num, .tile-stats.tile-purple h3, .tile-stats.tile-purple p {
            color: #ffffff;
        }

    .tile-stats.tile-pink {
        background: #ec3b83;
    }

        .tile-stats.tile-pink:hover {
            background: #ea2474;
        }

        .tile-stats.tile-pink .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-pink .num, .tile-stats.tile-pink h3, .tile-stats.tile-pink p {
            color: #ffffff;
        }

    .tile-stats.tile-orange {
        background: #ffa812;
    }

        .tile-stats.tile-orange:hover {
            background: #f89d00;
        }

        .tile-stats.tile-orange .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-orange .num, .tile-stats.tile-orange h3, .tile-stats.tile-orange p {
            color: #ffffff;
        }

    .tile-stats.tile-brown {
        background: #6c541e;
    }

        .tile-stats.tile-brown:hover {
            background: #584418;
        }

        .tile-stats.tile-brown .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-brown .num, .tile-stats.tile-brown h3, .tile-stats.tile-brown p {
            color: #ffffff;
        }

    .tile-stats.tile-plum {
        background: #701c1c;
    }

        .tile-stats.tile-plum:hover {
            background: #5c1717;
        }

        .tile-stats.tile-plum .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-plum .num, .tile-stats.tile-plum h3, .tile-stats.tile-plum p {
            color: #ffffff;
        }

    .tile-stats.tile-gray {
        background: #f5f5f5;
    }

        .tile-stats.tile-gray:hover {
            background: #e8e8e8;
        }

        .tile-stats.tile-gray .icon {
            color: rgba(0,0,0,0.1);
        }

        .tile-stats.tile-gray .num, .tile-stats.tile-gray h3, .tile-stats.tile-gray p {
            color: #8f8f8f;
        }

    .tile-stats.tile-white {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white .num, .tile-stats.tile-white h3, .tile-stats.tile-white p {
            color: #303641;
        }

        .tile-stats.tile-white:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-red {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-red:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-red .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-red .num, .tile-stats.tile-white-red h3, .tile-stats.tile-white-red p {
            color: #f56954;
        }

        .tile-stats.tile-white-red:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-green {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-green:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-green .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-green .num, .tile-stats.tile-white-green h3, .tile-stats.tile-white-green p {
            color: #00a65a;
        }

        .tile-stats.tile-white-green:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-blue {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-blue:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-blue .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-blue .num, .tile-stats.tile-white-blue h3, .tile-stats.tile-white-blue p {
            color: #0073b7;
        }

        .tile-stats.tile-white-blue:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-aqua {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-aqua:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-aqua .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-aqua .num, .tile-stats.tile-white-aqua h3, .tile-stats.tile-white-aqua p {
            color: #00c0ef;
        }

        .tile-stats.tile-white-aqua:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-cyan {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-cyan:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-cyan .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-cyan .num, .tile-stats.tile-white-cyan h3, .tile-stats.tile-white-cyan p {
            color: #00b29e;
        }

        .tile-stats.tile-white-cyan:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-purple {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-purple:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-purple .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-purple .num, .tile-stats.tile-white-purple h3, .tile-stats.tile-white-purple p {
            color: #ba79cb;
        }

        .tile-stats.tile-white-purple:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-pink {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-pink:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-pink .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-pink .num, .tile-stats.tile-white-pink h3, .tile-stats.tile-white-pink p {
            color: #ec3b83;
        }

        .tile-stats.tile-white-pink:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-orange {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-orange:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-orange .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-orange .num, .tile-stats.tile-white-orange h3, .tile-stats.tile-white-orange p {
            color: #ffa812;
        }

        .tile-stats.tile-white-orange:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-brown {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-brown:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-brown .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-brown .num, .tile-stats.tile-white-brown h3, .tile-stats.tile-white-brown p {
            color: #6c541e;
        }

        .tile-stats.tile-white-brown:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-plum {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-plum:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-plum .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-plum .num, .tile-stats.tile-white-plum h3, .tile-stats.tile-white-plum p {
            color: #701c1c;
        }

        .tile-stats.tile-white-plum:hover {
            background-color: #fafafa;
        }

    .tile-stats.tile-white-gray {
        background: #ffffff;
        border: 1px solid #ebebeb;
    }

        .tile-stats.tile-white-gray:hover {
            background: #f2f2f2;
        }

        .tile-stats.tile-white-gray .icon {
            color: #f2f2f2;
        }

        .tile-stats.tile-white-gray .num, .tile-stats.tile-white-gray h3, .tile-stats.tile-white-gray p {
            color: #8f8f8f;
        }

        .tile-stats.tile-white-gray:hover {
            background-color: #fafafa;
        }

.tile-title {
    position: relative;
    display: block;
    background: #303641;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .tile-title:hover {
        background-color: #252a32;
    }

    .tile-title .icon {
        text-align: center;
        padding: 20px;
    }

        .tile-title .icon i {
            font-size: 60px;
            line-height: 1;
            margin: 0;
            padding: 0;
            vertical-align: middle;
        }

            .tile-title .icon i:before {
                margin: 0;
                padding: 0;
                line-height: 1;
            }

        .tile-title .icon i, .tile-title h3, .tile-title p {
            color: #ffffff;
        }

    .tile-title .title {
        background: #252a32;
        text-align: center;
    }

        .tile-title .title h3, .tile-title .title p {
            margin: 0;
            padding: 0 20px;
        }

        .tile-title .title h3 {
            padding-top: 20px;
            font-size: 16px;
            font-weight: bold;
        }

        .tile-title .title p {
            padding-bottom: 20px;
            font-size: 11px;
            color: rgba(255,255,255,0.85);
        }

    .tile-title.tile-red {
        background: #f56954;
    }

        .tile-title.tile-red:hover {
            background-color: #f4543c;
        }

        .tile-title.tile-red .icon i, .tile-title.tile-red h3, .tile-title.tile-red p {
            color: #ffffff;
        }

        .tile-title.tile-red .icon i {
            color: #ffffff;
        }

        .tile-title.tile-red .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-red .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-green {
        background: #00a65a;
    }

        .tile-title.tile-green:hover {
            background-color: #008d4c;
        }

        .tile-title.tile-green .icon i, .tile-title.tile-green h3, .tile-title.tile-green p {
            color: #ffffff;
        }

        .tile-title.tile-green .icon i {
            color: #ffffff;
        }

        .tile-title.tile-green .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-green .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-blue {
        background: #0073b7;
    }

        .tile-title.tile-blue:hover {
            background-color: #00639e;
        }

        .tile-title.tile-blue .icon i, .tile-title.tile-blue h3, .tile-title.tile-blue p {
            color: #ffffff;
        }

        .tile-title.tile-blue .icon i {
            color: #ffffff;
        }

        .tile-title.tile-blue .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-blue .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-aqua {
        background: #00c0ef;
    }

        .tile-title.tile-aqua:hover {
            background-color: #00acd6;
        }

        .tile-title.tile-aqua .icon i, .tile-title.tile-aqua h3, .tile-title.tile-aqua p {
            color: #ffffff;
        }

        .tile-title.tile-aqua .icon i {
            color: #ffffff;
        }

        .tile-title.tile-aqua .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-aqua .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-cyan {
        background: #00b29e;
    }

        .tile-title.tile-cyan:hover {
            background-color: #009987;
        }

        .tile-title.tile-cyan .icon i, .tile-title.tile-cyan h3, .tile-title.tile-cyan p {
            color: #ffffff;
        }

        .tile-title.tile-cyan .icon i {
            color: #ffffff;
        }

        .tile-title.tile-cyan .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-cyan .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-purple {
        background: #ba79cb;
    }

        .tile-title.tile-purple:hover {
            background-color: #b167c4;
        }

        .tile-title.tile-purple .icon i, .tile-title.tile-purple h3, .tile-title.tile-purple p {
            color: #ffffff;
        }

        .tile-title.tile-purple .icon i {
            color: #ffffff;
        }

        .tile-title.tile-purple .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-purple .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-pink {
        background: #ec3b83;
    }

        .tile-title.tile-pink:hover {
            background-color: #ea2474;
        }

        .tile-title.tile-pink .icon i, .tile-title.tile-pink h3, .tile-title.tile-pink p {
            color: #ffffff;
        }

        .tile-title.tile-pink .icon i {
            color: #ffffff;
        }

        .tile-title.tile-pink .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-pink .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-orange {
        background: #ffa812;
    }

        .tile-title.tile-orange:hover {
            background-color: #f89d00;
        }

        .tile-title.tile-orange .icon i, .tile-title.tile-orange h3, .tile-title.tile-orange p {
            color: #ffffff;
        }

        .tile-title.tile-orange .icon i {
            color: #ffffff;
        }

        .tile-title.tile-orange .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-orange .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-brown {
        background: #6c541e;
    }

        .tile-title.tile-brown:hover {
            background-color: #584418;
        }

        .tile-title.tile-brown .icon i, .tile-title.tile-brown h3, .tile-title.tile-brown p {
            color: #ffffff;
        }

        .tile-title.tile-brown .icon i {
            color: #ffffff;
        }

        .tile-title.tile-brown .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-brown .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-plum {
        background: #701c1c;
    }

        .tile-title.tile-plum:hover {
            background-color: #5c1717;
        }

        .tile-title.tile-plum .icon i, .tile-title.tile-plum h3, .tile-title.tile-plum p {
            color: #ffffff;
        }

        .tile-title.tile-plum .icon i {
            color: #ffffff;
        }

        .tile-title.tile-plum .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-plum .title p {
                color: rgba(255,255,255,0.85);
            }

    .tile-title.tile-gray {
        background: #f5f5f5;
    }

        .tile-title.tile-gray:hover {
            background-color: #e8e8e8;
        }

        .tile-title.tile-gray .icon i, .tile-title.tile-gray h3, .tile-title.tile-gray p {
            color: #8f8f8f;
        }

        .tile-title.tile-gray .icon i {
            color: #8f8f8f;
        }

        .tile-title.tile-gray .title {
            background: rgba(0,0,0,0.1);
        }

            .tile-title.tile-gray .title p {
                color: rgba(143,143,143,0.85);
            }

.tile-block {
    background: #00a65b;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #303641;
    color: #ffffff;
}

    .tile-block:before, .tile-block:after {
        content: " ";
        display: table;
    }

    .tile-block:after {
        clear: both;
    }

    .tile-block .tile-header {
        color: #ffffff;
        font-size: 17px;
        padding: 20px;
    }

        .tile-block .tile-header a, .tile-block .tile-header span {
            color: #ffffff;
        }

        .tile-block .tile-header span {
            display: block;
            margin-top: 4px;
            font-size: 11px;
        }

        .tile-block .tile-header i {
            float: right;
            font-size: 28px;
            position: relative;
            top: 4px;
        }

            .tile-block .tile-header i[class^="entypo-"] {
                top: 0;
            }

    .tile-block .tile-content {
        background: rgba(0,0,0,0.03);
        padding: 20px;
    }

        .tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper + label {
            top: -3px;
            margin-left: 8px;
        }

    .tile-block .tile-footer {
        background: rgba(0,0,0,0.03);
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 20px;
        color: #ffffff;
        -webkit-border-radius: 0 0 5px 5px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 5px 5px;
        -moz-background-clip: padding;
        border-radius: 0 0 5px 5px;
        background-clip: padding-box;
    }

        .tile-block .tile-footer a {
            color: #ffffff;
            font-weight: bold;
        }

    .tile-block .form-control, .tile-block .btn {
        background: rgba(0,0,0,0.15);
        color: #ffffff;
        border-color: transparent;
    }

        .tile-block .form-control::-webkit-input-placeholder, .tile-block .btn::-webkit-input-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control:-moz-placeholder, .tile-block .btn:-moz-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control::-moz-placeholder, .tile-block .btn::-moz-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control:-ms-input-placeholder, .tile-block .btn:-ms-input-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control:-moz-placeholder, .tile-block .btn:-moz-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control::-moz-placeholder, .tile-block .btn::-moz-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control:-ms-input-placeholder, .tile-block .btn:-ms-input-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control::-webkit-input-placeholder, .tile-block .btn::-webkit-input-placeholder {
            color: rgba(255,255,255,0.6);
        }

        .tile-block .form-control + .todo-list, .tile-block .btn + .todo-list {
            margin-top: 20px;
        }

        .tile-block .form-control + .btn {
            margin-top: 10px;
        }

    .tile-block .tile-header a, .tile-block .tile-header span, .tile-block .tile-header i {
        color: #ffffff;
    }

    .tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
        background: #303641;
    }

    .tile-block .tile-footer {
        color: #ffffff;
    }

        .tile-block .tile-footer a {
            color: #ffffff;
        }

    .tile-block.tile-red {
        background-color: #f56954;
        color: #ffffff;
    }

        .tile-block.tile-red .tile-header a, .tile-block.tile-red .tile-header span, .tile-block.tile-red .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-red .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #f56954;
        }

        .tile-block.tile-red .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-red .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-green {
        background-color: #00a65a;
        color: #ffffff;
    }

        .tile-block.tile-green .tile-header a, .tile-block.tile-green .tile-header span, .tile-block.tile-green .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-green .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #00a65a;
        }

        .tile-block.tile-green .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-green .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-blue {
        background-color: #0073b7;
        color: #ffffff;
    }

        .tile-block.tile-blue .tile-header a, .tile-block.tile-blue .tile-header span, .tile-block.tile-blue .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-blue .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #0073b7;
        }

        .tile-block.tile-blue .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-blue .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-aqua {
        background-color: #00c0ef;
        color: #ffffff;
    }

        .tile-block.tile-aqua .tile-header a, .tile-block.tile-aqua .tile-header span, .tile-block.tile-aqua .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-aqua .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #00c0ef;
        }

        .tile-block.tile-aqua .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-aqua .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-cyan {
        background-color: #00b29e;
        color: #ffffff;
    }

        .tile-block.tile-cyan .tile-header a, .tile-block.tile-cyan .tile-header span, .tile-block.tile-cyan .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-cyan .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #00b29e;
        }

        .tile-block.tile-cyan .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-cyan .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-purple {
        background-color: #ba79cb;
        color: #ffffff;
    }

        .tile-block.tile-purple .tile-header a, .tile-block.tile-purple .tile-header span, .tile-block.tile-purple .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-purple .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #ba79cb;
        }

        .tile-block.tile-purple .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-purple .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-pink {
        background-color: #ec3b83;
        color: #ffffff;
    }

        .tile-block.tile-pink .tile-header a, .tile-block.tile-pink .tile-header span, .tile-block.tile-pink .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-pink .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #ec3b83;
        }

        .tile-block.tile-pink .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-pink .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-orange {
        background-color: #ffa812;
        color: #ffffff;
    }

        .tile-block.tile-orange .tile-header a, .tile-block.tile-orange .tile-header span, .tile-block.tile-orange .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-orange .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #ffa812;
        }

        .tile-block.tile-orange .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-orange .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-brown {
        background-color: #6c541e;
        color: #ffffff;
    }

        .tile-block.tile-brown .tile-header a, .tile-block.tile-brown .tile-header span, .tile-block.tile-brown .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-brown .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #6c541e;
        }

        .tile-block.tile-brown .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-brown .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-plum {
        background-color: #701c1c;
        color: #ffffff;
    }

        .tile-block.tile-plum .tile-header a, .tile-block.tile-plum .tile-header span, .tile-block.tile-plum .tile-header i {
            color: #ffffff;
        }

        .tile-block.tile-plum .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #701c1c;
        }

        .tile-block.tile-plum .tile-footer {
            color: #ffffff;
        }

            .tile-block.tile-plum .tile-footer a {
                color: #ffffff;
            }

    .tile-block.tile-gray {
        background-color: #f5f5f5;
        color: #767676;
    }

        .tile-block.tile-gray .tile-header a, .tile-block.tile-gray .tile-header span, .tile-block.tile-gray .tile-header i {
            color: #767676;
        }

        .tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #f5f5f5;
        }

        .tile-block.tile-gray .tile-footer {
            color: #767676;
        }

            .tile-block.tile-gray .tile-footer a {
                color: #767676;
            }

        .tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
            background: #dcdcdc;
        }

.todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .todo-list > li {
        margin: 0;
        margin-bottom: 5px;
        padding: 0;
    }

        .todo-list > li:last-child {
            margin-bottom: 0;
        }

        .todo-list > li .neon-cb-replacement .cb-wrapper {
            background: #fff;
        }

            .todo-list > li .neon-cb-replacement .cb-wrapper + label {
                position: relative;
            }

                .todo-list > li .neon-cb-replacement .cb-wrapper + label:after {
                    position: absolute;
                    content: '';
                    height: 2px;
                    background: #fff;
                    width: 0%;
                    top: 50%;
                    left: 0;
                    margin: 0;
                    margin-top: 0px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

        .todo-list > li .neon-cb-replacement.checked .cb-wrapper + label:after {
            -webkit-opacity: 0.8;
            -moz-opacity: 0.8;
            opacity: 0.8;
            filter: alpha(opacity=80);
            width: 100%;
        }

        .todo-list > li .neon-cb-replacement.checked .cb-wrapper .checked {
            background: rgba(0,0,0,0.25);
        }

.tile-progress {
    background: #00a65b;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #303641;
    color: #ffffff;
}

    .tile-progress:before, .tile-progress:after {
        content: " ";
        display: table;
    }

    .tile-progress:after {
        clear: both;
    }

    .tile-progress .tile-header {
        padding: 15px 20px;
        padding-bottom: 40px;
    }

        .tile-progress .tile-header h3, .tile-progress .tile-header span {
            display: block;
            color: #ffffff;
        }

        .tile-progress .tile-header h3 {
            margin: 0;
            font-size: 18px;
            font-weight: bold;
        }

        .tile-progress .tile-header span {
            margin-top: 4px;
            color: rgba(255,255,255,0.7);
            font-size: 11px;
        }

    .tile-progress .tile-progressbar {
        height: 2px;
        background: rgba(0,0,0,0.18);
        margin: 0;
    }

        .tile-progress .tile-progressbar span {
            display: block;
            background: #ffffff;
            width: 0%;
            height: 100%;
            -moz-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
            -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
        }

    .tile-progress .tile-footer {
        padding: 20px;
        text-align: right;
        background: rgba(0,0,0,0.1);
        -webkit-border-radius: 0 0 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 3px;
        background-clip: padding-box;
    }

        .tile-progress .tile-footer h4, .tile-progress .tile-footer > span {
            display: block;
            color: #ffffff;
        }

        .tile-progress .tile-footer h4 {
            font-size: 14px;
            margin: 0;
        }

        .tile-progress .tile-footer > span {
            margin-top: 4px;
            color: rgba(255,255,255,0.7);
            font-size: 11px;
        }

    .tile-progress .tile-header h3, .tile-progress .tile-header a, .tile-progress .tile-header span, .tile-progress .tile-header i {
        color: #ffffff;
    }

    .tile-progress .tile-progressbar span {
        background: #ffffff;
    }

    .tile-progress .tile-footer h4, .tile-progress .tile-footer > span {
        color: #ffffff;
    }

    .tile-progress .tile-footer > span {
        color: rgba(255,255,255,0.7);
    }

    .tile-progress.tile-red {
        background-color: #f56954;
        color: #ffffff;
    }

        .tile-progress.tile-red .tile-header h3, .tile-progress.tile-red .tile-header a, .tile-progress.tile-red .tile-header span, .tile-progress.tile-red .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-red .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-red .tile-footer h4, .tile-progress.tile-red .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-red .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-green {
        background-color: #00a65a;
        color: #ffffff;
    }

        .tile-progress.tile-green .tile-header h3, .tile-progress.tile-green .tile-header a, .tile-progress.tile-green .tile-header span, .tile-progress.tile-green .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-green .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-green .tile-footer h4, .tile-progress.tile-green .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-green .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-blue {
        background-color: #0073b7;
        color: #ffffff;
    }

        .tile-progress.tile-blue .tile-header h3, .tile-progress.tile-blue .tile-header a, .tile-progress.tile-blue .tile-header span, .tile-progress.tile-blue .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-blue .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-blue .tile-footer h4, .tile-progress.tile-blue .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-blue .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-aqua {
        background-color: #00c0ef;
        color: #ffffff;
    }

        .tile-progress.tile-aqua .tile-header h3, .tile-progress.tile-aqua .tile-header a, .tile-progress.tile-aqua .tile-header span, .tile-progress.tile-aqua .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-aqua .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-aqua .tile-footer h4, .tile-progress.tile-aqua .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-aqua .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-cyan {
        background-color: #00b29e;
        color: #ffffff;
    }

        .tile-progress.tile-cyan .tile-header h3, .tile-progress.tile-cyan .tile-header a, .tile-progress.tile-cyan .tile-header span, .tile-progress.tile-cyan .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-cyan .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-cyan .tile-footer h4, .tile-progress.tile-cyan .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-cyan .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-purple {
        background-color: #ba79cb;
        color: #ffffff;
    }

        .tile-progress.tile-purple .tile-header h3, .tile-progress.tile-purple .tile-header a, .tile-progress.tile-purple .tile-header span, .tile-progress.tile-purple .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-purple .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-purple .tile-footer h4, .tile-progress.tile-purple .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-purple .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-pink {
        background-color: #ec3b83;
        color: #ffffff;
    }

        .tile-progress.tile-pink .tile-header h3, .tile-progress.tile-pink .tile-header a, .tile-progress.tile-pink .tile-header span, .tile-progress.tile-pink .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-pink .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-pink .tile-footer h4, .tile-progress.tile-pink .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-pink .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-orange {
        background-color: #ffa812;
        color: #ffffff;
    }

        .tile-progress.tile-orange .tile-header h3, .tile-progress.tile-orange .tile-header a, .tile-progress.tile-orange .tile-header span, .tile-progress.tile-orange .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-orange .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-orange .tile-footer h4, .tile-progress.tile-orange .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-orange .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-brown {
        background-color: #6c541e;
        color: #ffffff;
    }

        .tile-progress.tile-brown .tile-header h3, .tile-progress.tile-brown .tile-header a, .tile-progress.tile-brown .tile-header span, .tile-progress.tile-brown .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-brown .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-brown .tile-footer h4, .tile-progress.tile-brown .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-brown .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-plum {
        background-color: #701c1c;
        color: #ffffff;
    }

        .tile-progress.tile-plum .tile-header h3, .tile-progress.tile-plum .tile-header a, .tile-progress.tile-plum .tile-header span, .tile-progress.tile-plum .tile-header i {
            color: #ffffff;
        }

        .tile-progress.tile-plum .tile-progressbar span {
            background: #ffffff;
        }

        .tile-progress.tile-plum .tile-footer h4, .tile-progress.tile-plum .tile-footer > span {
            color: #ffffff;
        }

        .tile-progress.tile-plum .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-progress.tile-gray {
        background-color: #f5f5f5;
        color: #8f8f8f;
    }

        .tile-progress.tile-gray .tile-header h3, .tile-progress.tile-gray .tile-header a, .tile-progress.tile-gray .tile-header span, .tile-progress.tile-gray .tile-header i {
            color: #8f8f8f;
        }

        .tile-progress.tile-gray .tile-progressbar span {
            background: #8f8f8f;
        }

        .tile-progress.tile-gray .tile-footer h4, .tile-progress.tile-gray .tile-footer > span {
            color: #8f8f8f;
        }

        .tile-progress.tile-gray .tile-footer > span {
            color: rgba(143,143,143,0.7);
        }

.tile-group {
    background: #303641;
    color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    width: 100%;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

    .tile-group:before, .tile-group:after {
        content: " ";
        display: table;
    }

    .tile-group:after {
        clear: both;
    }

    .tile-group .tile-left, .tile-group .tile-right {
        display: table-cell;
        position: relative;
    }

        .tile-group .tile-left .map, .tile-group .tile-right .map {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 1px 0;
            overflow: hidden;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

    .tile-group .tile-left {
        width: 40%;
    }

    .tile-group .tile-right {
        width: 60%;
    }

    .tile-group .tile-entry {
        background: rgba(0,0,0,0.1);
        padding: 25px 30px;
        border-bottom: 1px solid #303641;
    }

        .tile-group .tile-entry span, .tile-group .tile-entry h3, .tile-group .tile-entry h4 {
            display: block;
            color: #ffffff;
            margin: 0;
        }

        .tile-group .tile-entry span {
            color: rgba(255,255,255,0.5);
            font-size: 11px;
        }

        .tile-group .tile-entry h3 + span, .tile-group .tile-entry h4 + span {
            margin-top: 4px;
        }

        .tile-group .tile-entry .op {
            -webkit-opacity: 0.5;
            -moz-opacity: 0.5;
            opacity: 0.5;
            filter: alpha(opacity=50);
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .tile-group .tile-entry:hover .op {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .tile-group div > tile-entry:last-child {
        border-bottom: 0;
    }

    .tile-group .jvectormap-zoomin, .tile-group .jvectormap-zoomout {
        width: 15px;
        height: 15px;
        margin-bottom: 4px;
    }

    .tile-group.tile-red {
        background-color: #ff4853;
        color: #ffffff;
    }

        .tile-group.tile-red .tile-entry {
            border-bottom-color: #ff4853;
        }

            .tile-group.tile-red .tile-entry h3, .tile-group.tile-red .tile-entry h4, .tile-group.tile-red .tile-entry a, .tile-group.tile-red .tile-entry span, .tile-group.tile-red .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-red .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-red .tile-footer h4, .tile-group.tile-red .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-red .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-green {
        background-color: #00a65a;
        color: #ffffff;
    }

        .tile-group.tile-green .tile-entry {
            border-bottom-color: #00a65a;
        }

            .tile-group.tile-green .tile-entry h3, .tile-group.tile-green .tile-entry h4, .tile-group.tile-green .tile-entry a, .tile-group.tile-green .tile-entry span, .tile-group.tile-green .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-green .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-green .tile-footer h4, .tile-group.tile-green .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-green .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-blue {
        background-color: #0073b7;
        color: #ffffff;
    }

        .tile-group.tile-blue .tile-entry {
            border-bottom-color: #0073b7;
        }

            .tile-group.tile-blue .tile-entry h3, .tile-group.tile-blue .tile-entry h4, .tile-group.tile-blue .tile-entry a, .tile-group.tile-blue .tile-entry span, .tile-group.tile-blue .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-blue .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-blue .tile-footer h4, .tile-group.tile-blue .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-blue .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-aqua {
        background-color: #00c0ef;
        color: #ffffff;
    }

        .tile-group.tile-aqua .tile-entry {
            border-bottom-color: #00c0ef;
        }

            .tile-group.tile-aqua .tile-entry h3, .tile-group.tile-aqua .tile-entry h4, .tile-group.tile-aqua .tile-entry a, .tile-group.tile-aqua .tile-entry span, .tile-group.tile-aqua .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-aqua .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-aqua .tile-footer h4, .tile-group.tile-aqua .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-aqua .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-cyan {
        background-color: #00b29e;
        color: #ffffff;
    }

        .tile-group.tile-cyan .tile-entry {
            border-bottom-color: #00b29e;
        }

            .tile-group.tile-cyan .tile-entry h3, .tile-group.tile-cyan .tile-entry h4, .tile-group.tile-cyan .tile-entry a, .tile-group.tile-cyan .tile-entry span, .tile-group.tile-cyan .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-cyan .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-cyan .tile-footer h4, .tile-group.tile-cyan .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-cyan .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-purple {
        background-color: #ba79cb;
        color: #ffffff;
    }

        .tile-group.tile-purple .tile-entry {
            border-bottom-color: #ba79cb;
        }

            .tile-group.tile-purple .tile-entry h3, .tile-group.tile-purple .tile-entry h4, .tile-group.tile-purple .tile-entry a, .tile-group.tile-purple .tile-entry span, .tile-group.tile-purple .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-purple .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-purple .tile-footer h4, .tile-group.tile-purple .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-purple .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-pink {
        background-color: #ec3b83;
        color: #ffffff;
    }

        .tile-group.tile-pink .tile-entry {
            border-bottom-color: #ec3b83;
        }

            .tile-group.tile-pink .tile-entry h3, .tile-group.tile-pink .tile-entry h4, .tile-group.tile-pink .tile-entry a, .tile-group.tile-pink .tile-entry span, .tile-group.tile-pink .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-pink .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-pink .tile-footer h4, .tile-group.tile-pink .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-pink .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-orange {
        background-color: #ffa812;
        color: #ffffff;
    }

        .tile-group.tile-orange .tile-entry {
            border-bottom-color: #ffa812;
        }

            .tile-group.tile-orange .tile-entry h3, .tile-group.tile-orange .tile-entry h4, .tile-group.tile-orange .tile-entry a, .tile-group.tile-orange .tile-entry span, .tile-group.tile-orange .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-orange .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-orange .tile-footer h4, .tile-group.tile-orange .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-orange .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-brown {
        background-color: #6c541e;
        color: #ffffff;
    }

        .tile-group.tile-brown .tile-entry {
            border-bottom-color: #6c541e;
        }

            .tile-group.tile-brown .tile-entry h3, .tile-group.tile-brown .tile-entry h4, .tile-group.tile-brown .tile-entry a, .tile-group.tile-brown .tile-entry span, .tile-group.tile-brown .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-brown .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-brown .tile-footer h4, .tile-group.tile-brown .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-brown .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-plum {
        background-color: #701c1c;
        color: #ffffff;
    }

        .tile-group.tile-plum .tile-entry {
            border-bottom-color: #701c1c;
        }

            .tile-group.tile-plum .tile-entry h3, .tile-group.tile-plum .tile-entry h4, .tile-group.tile-plum .tile-entry a, .tile-group.tile-plum .tile-entry span, .tile-group.tile-plum .tile-entry i {
                color: #ffffff;
            }

        .tile-group.tile-plum .tile-progressbar span {
            background: #ffffff;
        }

        .tile-group.tile-plum .tile-footer h4, .tile-group.tile-plum .tile-footer > span {
            color: #ffffff;
        }

        .tile-group.tile-plum .tile-footer > span {
            color: rgba(255,255,255,0.7);
        }

    .tile-group.tile-gray {
        background-color: #f5f5f5;
        color: #8f8f8f;
    }

        .tile-group.tile-gray .tile-entry {
            border-bottom-color: #f5f5f5;
        }

            .tile-group.tile-gray .tile-entry h3, .tile-group.tile-gray .tile-entry h4, .tile-group.tile-gray .tile-entry a, .tile-group.tile-gray .tile-entry span, .tile-group.tile-gray .tile-entry i {
                color: #8f8f8f;
            }

        .tile-group.tile-gray .tile-progressbar span {
            background: #8f8f8f;
        }

        .tile-group.tile-gray .tile-footer h4, .tile-group.tile-gray .tile-footer > span {
            color: #8f8f8f;
        }

        .tile-group.tile-gray .tile-footer > span {
            color: rgba(143,143,143,0.7);
        }

.page-error-404 {
    color: #303641;
    text-align: center;
}

    .page-error-404 .error-symbol {
        font-size: 120px;
    }

    .page-error-404 .error-text {
        padding-bottom: 25px;
        font-size: 16px;
    }

        .page-error-404 .error-text h2 {
            font-size: 45px;
        }

        .page-error-404 .error-text p {
            font-size: 22px;
        }

        .page-error-404 .error-text + hr {
            margin-bottom: 50px;
        }

    .page-error-404 .input-group {
        width: 250px;
        margin: 0 auto;
    }

body.page-fade {
    background: #303641;
    -moz-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    -webkit-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
    -o-transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    -webkit-transform-origin: 50% 30%;
    -moz-transform-origin: 50% 30%;
    transform-origin: 50% 30%;
}

    body.page-fade > .page-container {
        -webkit-transform: scale(0.9) translateY(100px);
        -moz-transform: scale(0.9) translateY(100px);
        -o-transform: scale(0.9) translateY(100px);
        -ms-transform: scale(0.9) translateY(100px);
        transform: scale(0.9) translateY(100px);
        -moz-transition: 400ms all ease-in-out;
        -o-transition: 400ms all ease-in-out;
        -webkit-transition: 400ms all ease-in-out;
        transition: 400ms all ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

body.page-fade-init {
    background: #ffffff;
}

    body.page-fade-init > .page-container {
        -webkit-transform: scale(1) translateY(0px);
        -moz-transform: scale(1) translateY(0px);
        -o-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

body.page-left-in {
    background: #303641;
    -moz-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    -webkit-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}

    body.page-left-in > .page-container {
        -webkit-transform: rotateY(8deg) translateX(-100px);
        -moz-transform: rotateY(8deg) translateX(-100px);
        -o-transform: rotateY(8deg) translateX(-100px);
        -ms-transform: rotateY(8deg) translateX(-100px);
        transform: rotateY(8deg) translateX(-100px);
        -moz-transition: 400ms all ease-in-out;
        -o-transition: 400ms all ease-in-out;
        -webkit-transition: 400ms all ease-in-out;
        transition: 400ms all ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

body.page-left-in-init {
    background: #ffffff;
}

    body.page-left-in-init > .page-container {
        -webkit-transform: rotateY(0deg) translateX(0px);
        -moz-transform: rotateY(0deg) translateX(0px);
        -o-transform: rotateY(0deg) translateX(0px);
        -ms-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

body.page-right-in {
    background: #303641;
    overflow-x: hidden;
    -moz-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    -webkit-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}

    body.page-right-in > .page-container {
        -webkit-transform: rotateY(-8deg) translateX(100px);
        -moz-transform: rotateY(-8deg) translateX(100px);
        -o-transform: rotateY(-8deg) translateX(100px);
        -ms-transform: rotateY(-8deg) translateX(100px);
        transform: rotateY(-8deg) translateX(100px);
        -moz-transition: 400ms all ease-in-out;
        -o-transition: 400ms all ease-in-out;
        -webkit-transition: 400ms all ease-in-out;
        transition: 400ms all ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

body.page-right-in-init {
    background: #ffffff;
}

    body.page-right-in-init > .page-container {
        -webkit-transform: rotateY(0deg) translateX(0px);
        -moz-transform: rotateY(0deg) translateX(0px);
        -o-transform: rotateY(0deg) translateX(0px);
        -ms-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

body.page-fade-only {
    background: #303641;
    -moz-transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    -webkit-transform-origin: 50% 30%;
    -moz-transform-origin: 50% 30%;
    transform-origin: 50% 30%;
}

    body.page-fade-only > .page-container {
        -moz-transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -o-transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -webkit-transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: 900ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

body.page-fade-only-init {
    background: #ffffff;
}

    body.page-fade-only-init > .page-container {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.draggable-portlets .sorted {
    min-height: 100px;
}

    .draggable-portlets .sorted .ui-sortable-placeholder {
        background: rgba(255,255,204,0.7);
        border: 1px dashed #ebebeb;
        visibility: visible !important;
    }

    .draggable-portlets .sorted > .panel {
        -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out, -moz-transform 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out, -o-transform 300ms ease-in-out;
        transition: opacity 300ms ease-in-out,-webkit-transform 300ms ease-in-out,-moz-transform 300ms ease-in-out,-o-transform 300ms ease-in-out,transform 300ms ease-in-out;
        -webkit-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
        transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    }

        .draggable-portlets .sorted > .panel .panel-heading {
            cursor: pointer;
        }

.draggable-portlets.dragging .sorted > .panel {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

    .draggable-portlets.dragging .sorted > .panel.ui-sortable-helper {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.language-selector {
    margin-top: -7px;
}

    .language-selector > .dropdown-toggle {
        display: inline-block;
        padding: 7px 12px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        .language-selector > .dropdown-toggle img {
            display: inline-block;
            line-height: 1;
        }

    .language-selector.open > .dropdown-toggle {
        background: #f5f5f6;
    }

    .language-selector .dropdown-menu {
        background: #f5f5f6;
        border: none;
        margin: 0;
        padding: 0;
        width: 200px;
        overflow: hidden;
        -webkit-border-radius: 0 3px 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 3px 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 3px 3px 3px;
        background-clip: padding-box;
    }

        .language-selector .dropdown-menu.pull-right {
            -webkit-border-radius: 3px 0 3px 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 0 3px 3px;
            -moz-background-clip: padding;
            border-radius: 3px 0 3px 3px;
            background-clip: padding-box;
            margin-right: 5px;
        }

        .language-selector .dropdown-menu > li {
            border-bottom: 1px solid #ebebeb;
        }

            .language-selector .dropdown-menu > li a {
                margin: 0;
                display: block;
                -webkit-border-radius: 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0;
                -moz-background-clip: padding;
                border-radius: 0;
                background-clip: padding-box;
                padding: 10px 20px;
                color: #8d929a;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .language-selector .dropdown-menu > li a img {
                    margin-right: 5px;
                }

                .language-selector .dropdown-menu > li a:hover {
                    background: rgba(235,235,235,0.4);
                }

            .language-selector .dropdown-menu > li:last-child {
                border-bottom: 0;
            }

            .language-selector .dropdown-menu > li.active a {
                background: rgba(235,235,235,0.9);
                color: #737881;
            }

    .language-selector.open > .dropdown-toggle {
        -webkit-border-radius: 3px 3px 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 0 0;
        -moz-background-clip: padding;
        border-radius: 3px 3px 0 0;
        background-clip: padding-box;
    }

.search-results-env .search-string {
    font-size: 17px;
}

    .search-results-env .search-string strong {
        color: #ec5956;
        font-weight: normal;
    }

.search-results-env .nav-tabs {
    margin-bottom: 0;
    border-bottom-color: #ebebeb;
}

    .search-results-env .nav-tabs li a {
        background: #f5f5f6;
        border-color: #ebebeb;
    }

    .search-results-env .nav-tabs li.active a {
        background: #f9f9f9;
        border-bottom-color: transparent;
    }

.search-results-env .search-bar {
    padding: 25px;
    background: #f9f9f9;
    margin-bottom: 30px;
}

    .search-results-env .search-bar .form-control + .input-group-btn {
        border: 1px solid #303641;
        -webkit-border-radius: 0 3px 3px 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 3px 3px 0;
        -moz-background-clip: padding;
        border-radius: 0 3px 3px 0;
        background-clip: padding-box;
    }

.search-results-env .search-results-panes {
    position: relative;
}

    .search-results-env .search-results-panes .search-results-pane {
        position: relative;
        display: none;
    }

        .search-results-env .search-results-panes .search-results-pane.active {
            display: block;
        }

.search-results-env .search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .search-results-env .search-results > .search-result {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 20px;
        margin: 0;
        margin-bottom: 20px;
    }

        .search-results-env .search-results > .search-result h4 {
            font-size: 18px;
            margin: 0;
            margin-bottom: 10px;
        }

        .search-results-env .search-results > .search-result .link {
            color: #ec5956;
        }

            .search-results-env .search-results > .search-result .link:hover {
                text-decoration: underline;
            }

        .search-results-env .search-results > .search-result:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

        .search-results-env .search-results > .search-result .sr-inner {
            padding: 15px;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .search-results-env .search-results > .search-result .sr-inner:hover {
                background: #f9f9f9;
            }

.search-results-env .search-results-messages thead tr th, .search-results-env .search-results-messages tbody tr th, .search-results-env .search-results-messages thead tr td, .search-results-env .search-results-messages tbody tr td {
    padding: 10px 10px;
}

.search-results-env .search-results-messages tbody tr {
    background: #f9f9f9;
}

    .search-results-env .search-results-messages tbody tr.unread {
        background: #FFF;
    }

        .search-results-env .search-results-messages tbody tr.unread > td:nth-child(2) a {
            font-weight: bold;
        }

    .search-results-env .search-results-messages tbody tr .star {
        display: inline-block;
        color: #dddddd;
        margin-right: 5px;
        font-size: 14px;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .search-results-env .search-results-messages tbody tr .star.stared, .search-results-env .search-results-messages tbody tr .star.starred {
            color: #ff9600;
        }

@media (max-width: 570px) {
    .search-results-env .nav-tabs {
        text-align: left;
    }

        .search-results-env .nav-tabs > li {
            float: none !important;
        }

            .search-results-env .nav-tabs > li.pull-left {
                display: block;
                width: 100%;
            }

            .search-results-env .nav-tabs > li .search-string {
                padding-bottom: 15px;
            }
}

.boxed-layout {
    background: url(../../images/boxed-pattern-3.png);
    padding-bottom: 0px;
}

    .boxed-layout.page-fade, .boxed-layout.page-fade-only, .boxed-layout.page-left-in, .boxed-layout.page-right-in {
        background: url(../../images/boxed-pattern-3.png);
    }

    .boxed-layout .page-container {
        position: relative;
        width: 80%;
        margin: 0 auto;
        margin-top: 0px;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
        box-shadow: 0 0 2px rgba(0,0,0,0.1);
    }

        .boxed-layout .page-container:before, .boxed-layout .page-container:after {
            content: " ";
            display: table;
        }

        .boxed-layout .page-container:after {
            clear: both;
        }

        .boxed-layout .page-container.horizontal-menu > header.navbar {
            width: 80%;
            margin: 0 auto;
            -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
            box-shadow: 0 0 2px rgba(0,0,0,0.1);
        }

        .boxed-layout .page-container.horizontal-menu .main-content {
            padding-left: 0;
            padding-right: 0;
        }

            .boxed-layout .page-container.horizontal-menu .main-content .container {
                width: 100%;
            }

    .boxed-layout #chat {
        position: absolute;
    }

@media screen and (max-width: 992px) {
    .boxed-layout .page-container {
        position: absolute;
        width: 100%;
        overflow-x: visible;
    }

    .boxed-layout #chat {
        position: fixed;
    }
}

@media (max-width: 1199px) {
    .pull-none-md {
        float: none !important;
    }

        .pull-none-md .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-left-md {
        float: left !important;
    }

        .pull-left-md .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-right-md {
        float: right !important;
    }

        .pull-right-md .dropdown-menu {
            left: auto;
            right: 0;
        }
}

@media (max-width: 991px) {
    .pull-none-sm {
        float: none !important;
    }

        .pull-none-sm .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-left-sm {
        float: left !important;
    }

        .pull-left-sm .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-right-sm {
        float: right !important;
    }

        .pull-right-sm .dropdown-menu {
            left: auto;
            right: 0;
        }
}

@media (max-width: 767px) {
    .pull-none-xs {
        float: none !important;
    }

        .pull-none-xs .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-left-xs {
        float: left !important;
    }

        .pull-left-xs .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-right-xs {
        float: right !important;
    }

        .pull-right-xs .dropdown-menu {
            left: auto;
            right: 0;
        }
}

@media (max-width: 340px) {
    .pull-none-xsm {
        float: none !important;
    }

        .pull-none-xsm .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-left-xsm {
        float: left !important;
    }

        .pull-left-xsm .dropdown-menu {
            left: 0;
            right: auto;
        }

    .pull-right-xsm {
        float: right !important;
    }

        .pull-right-xsm .dropdown-menu {
            left: auto;
            right: 0;
        }
}

.has-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1);
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 100px;
}

    .has-switch.switch-mini, .has-switch.switch-xs {
        min-width: 72px;
    }

        .has-switch.switch-mini i.switch-mini-icons, .has-switch.switch-xs i.switch-mini-icons {
            height: 1.20em;
            line-height: 9px;
            vertical-align: text-top;
            text-align: center;
            transform: scale(0.6);
            margin-top: -1px;
            margin-bottom: -1px;
        }

    .has-switch.switch-small, .has-switch.switch-sm {
        min-width: 80px;
    }

    .has-switch.switch-large, .has-switch.switch-lg {
        min-width: 120px;
    }

    .has-switch.deactivate {
        -webkit-opacity: 50;
        -moz-opacity: 50;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5000);
        opacity: 50;
        filter: alpha(opacity=5000);
        cursor: default !important;
    }

        .has-switch.deactivate label, .has-switch.deactivate span {
            cursor: default !important;
        }

    .has-switch > div {
        display: inline-block;
        width: 150%;
        position: relative;
        top: 0;
    }

        .has-switch > div.switch-animate {
            -moz-transition: left 0.5s;
            -o-transition: left 0.5s;
            -webkit-transition: left 0.5s;
            transition: left 0.5s;
        }

        .has-switch > div.switch-off {
            left: -50%;
        }

        .has-switch > div.switch-on {
            left: 0%;
        }

    .has-switch input[type=radio], .has-switch input[type=checkbox] {
        display: block;
        position: absolute;
        margin-left: -60%;
    }

    .has-switch span, .has-switch label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        display: inline-block;
        height: 100%;
        padding-bottom: 4px;
        padding-top: 4px;
        font-size: 14px;
        line-height: 20px;
    }

        .has-switch span.switch-mini, .has-switch label.switch-mini, .has-switch span.switch-xs, .has-switch label.switch-xs {
            padding-bottom: 4px;
            padding-top: 4px;
            font-size: 10px;
            line-height: 9px;
        }

        .has-switch span.switch-small, .has-switch label.switch-small, .has-switch span.switch-sm, .has-switch label.switch-sm {
            padding-bottom: 3px;
            padding-top: 3px;
            font-size: 12px;
            line-height: 18px;
        }

        .has-switch span.switch-large, .has-switch label.switch-large, .has-switch span.switch-lg, .has-switch label.switch-lg {
            padding-bottom: 9px;
            padding-top: 9px;
            font-size: 16px;
            line-height: normal;
        }

    .has-switch label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        width: 34%;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        *background-color: #e6e6e6;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch label.switch-left {
            background-color: #e6e6e6;
            color: #333333;
        }

        .has-switch label.switch-right {
            background-color: #f5f5f6;
            color: #737881;
        }

            .has-switch label.switch-right:hover {
                background-color: #f5f5f6;
                color: #737881;
            }

        .has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] {
            color: #333333;
            *background-color: #d9d9d9;
        }

        .has-switch label:active, .has-switch label.active {
            background-color: #cccccc \9;
        }

        .has-switch label i {
            color: #000;
            line-height: 18px;
            pointer-events: none;
        }

    .has-switch span {
        text-align: center;
        z-index: 1;
        width: 33%;
    }

        .has-switch span.switch-left {
            -webkit-border-top-left-radius: 49px;
            -moz-border-radius-topleft: 49px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-bottom-left-radius: 49px;
            -moz-border-radius-bottomleft: 49px;
            border-bottom-left-radius: 49px;
            border-top-left-radius: 49px;
        }

        .has-switch span.switch-right {
            *background-color: #ffffff;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            .has-switch span.switch-right.switch-left {
                background-color: #ffffff;
                color: #333333;
            }

            .has-switch span.switch-right.switch-right {
                background-color: #f5f5f6;
                color: #737881;
            }

                .has-switch span.switch-right.switch-right:hover {
                    background-color: #f5f5f6;
                    color: #737881;
                }

            .has-switch span.switch-right:hover, .has-switch span.switch-right:focus, .has-switch span.switch-right:active, .has-switch span.switch-right.active, .has-switch span.switch-right.disabled, .has-switch span.switch-right[disabled] {
                color: #333333;
                *background-color: #f2f2f2;
            }

            .has-switch span.switch-right:active, .has-switch span.switch-right.active {
                background-color: #e6e6e6 \9;
            }

        .has-switch span.switch-primary, .has-switch span.switch-left {
            *background-color: #0088cc;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            .has-switch span.switch-primary.switch-left, .has-switch span.switch-left.switch-left {
                background-color: #0088cc;
                color: #ffffff;
            }

            .has-switch span.switch-primary.switch-right, .has-switch span.switch-left.switch-right {
                background-color: #f5f5f6;
                color: #737881;
            }

                .has-switch span.switch-primary.switch-right:hover, .has-switch span.switch-left.switch-right:hover {
                    background-color: #f5f5f6;
                    color: #737881;
                }

            .has-switch span.switch-primary:hover, .has-switch span.switch-left:hover, .has-switch span.switch-primary:focus, .has-switch span.switch-left:focus, .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active, .has-switch span.switch-primary.disabled, .has-switch span.switch-left.disabled, .has-switch span.switch-primary[disabled], .has-switch span.switch-left[disabled] {
                color: #ffffff;
                *background-color: #0077b3;
            }

            .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active {
                background-color: #006699 \9;
            }

        .has-switch span.switch-info {
            *background-color: #5bc0de;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            .has-switch span.switch-info.switch-left {
                background-color: #5bc0de;
                color: #ffffff;
            }

            .has-switch span.switch-info.switch-right {
                background-color: #f5f5f6;
                color: #737881;
            }

                .has-switch span.switch-info.switch-right:hover {
                    background-color: #f5f5f6;
                    color: #737881;
                }

            .has-switch span.switch-info:hover, .has-switch span.switch-info:focus, .has-switch span.switch-info:active, .has-switch span.switch-info.active, .has-switch span.switch-info.disabled, .has-switch span.switch-info[disabled] {
                color: #ffffff;
                *background-color: #46b8da;
            }

            .has-switch span.switch-info:active, .has-switch span.switch-info.active {
                background-color: #31b0d5 \9;
            }

        .has-switch span.switch-success {
            *background-color: #62c462;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            .has-switch span.switch-success.switch-left {
                background-color: #62c462;
                color: #ffffff;
            }

            .has-switch span.switch-success.switch-right {
                background-color: #f5f5f6;
                color: #737881;
            }

                .has-switch span.switch-success.switch-right:hover {
                    background-color: #f5f5f6;
                    color: #737881;
                }

            .has-switch span.switch-success:hover, .has-switch span.switch-success:focus, .has-switch span.switch-success:active, .has-switch span.switch-success.active, .has-switch span.switch-success.disabled, .has-switch span.switch-success[disabled] {
                color: #ffffff;
                *background-color: #4fbd4f;
            }

            .has-switch span.switch-success:active, .has-switch span.switch-success.active {
                background-color: #42b142 \9;
            }

        .has-switch span.switch-warning {
            *background-color: #fbb450;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            .has-switch span.switch-warning.switch-left {
                background-color: #fbb450;
                color: #ffffff;
            }

            .has-switch span.switch-warning.switch-right {
                background-color: #f5f5f6;
                color: #737881;
            }

                .has-switch span.switch-warning.switch-right:hover {
                    background-color: #f5f5f6;
                    color: #737881;
                }

            .has-switch span.switch-warning:hover, .has-switch span.switch-warning:focus, .has-switch span.switch-warning:active, .has-switch span.switch-warning.active, .has-switch span.switch-warning.disabled, .has-switch span.switch-warning[disabled] {
                color: #ffffff;
                *background-color: #faa937;
            }

            .has-switch span.switch-warning:active, .has-switch span.switch-warning.active {
                background-color: #fa9f1e \9;
            }

        .has-switch span.switch-danger {
            *background-color: #ee5f5b;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            .has-switch span.switch-danger.switch-left {
                background-color: #ee5f5b;
                color: #ffffff;
            }

            .has-switch span.switch-danger.switch-right {
                background-color: #f5f5f6;
                color: #737881;
            }

                .has-switch span.switch-danger.switch-right:hover {
                    background-color: #f5f5f6;
                    color: #737881;
                }

            .has-switch span.switch-danger:hover, .has-switch span.switch-danger:focus, .has-switch span.switch-danger:active, .has-switch span.switch-danger.active, .has-switch span.switch-danger.disabled, .has-switch span.switch-danger[disabled] {
                color: #ffffff;
                *background-color: #ec4844;
            }

            .has-switch span.switch-danger:active, .has-switch span.switch-danger.active {
                background-color: #e9322d \9;
            }

        .has-switch span.switch-default {
            *background-color: #ffffff;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            .has-switch span.switch-default.switch-left {
                background-color: #ffffff;
                color: #333333;
            }

            .has-switch span.switch-default.switch-right {
                background-color: #f5f5f6;
                color: #737881;
            }

                .has-switch span.switch-default.switch-right:hover {
                    background-color: #f5f5f6;
                    color: #737881;
                }

            .has-switch span.switch-default:hover, .has-switch span.switch-default:focus, .has-switch span.switch-default:active, .has-switch span.switch-default.active, .has-switch span.switch-default.disabled, .has-switch span.switch-default[disabled] {
                color: #333333;
                *background-color: #f2f2f2;
            }

            .has-switch span.switch-default:active, .has-switch span.switch-default.active {
                background-color: #e6e6e6 \9;
            }

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    padding: 6px 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    max-width: 100%;
    line-height: 22px;
    border: 1px solid #ebebeb;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .bootstrap-tagsinput:hover {
        border-color: #cbd0d9;
    }

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        display: inline-block;
        margin-right: 2px;
        color: white;
        font-size: 10px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

div.datepicker {
    padding: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    direction: ltr;
}

div.datepicker-inline {
    width: 206px;
}

div.datepickerdiv.datepicker-rtl {
    direction: rtl;
}

    div.datepickerdiv.datepicker-rtl table tr td span {
        float: right;
    }

div.datepicker-dropdown {
    top: 0;
    left: 0;
}

    div.datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ebebeb;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
    }

    div.datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-top: 0;
        position: absolute;
    }

    div.datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    div.datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    div.datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    div.datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    div.datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    div.datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    div.datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #CCC;
    }

    div.datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff;
    }

div.datepicker > div {
    display: none;
}

div.datepicker.days div.datepicker-days {
    display: block;
}

div.datepicker.months div.datepicker-months {
    display: block;
}

div.datepicker.years div.datepicker-years {
    display: block;
}

div.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.datepicker td, div.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped div.datepicker table tr td, .table-striped div.datepicker table tr th {
    background-color: transparent;
}

div.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
    color: #303641;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

div.datepicker table tr td.old, div.datepicker table tr td.new {
    color: #999999;
}

div.datepicker table tr td.disabled, div.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    color: #dee0e4;
    cursor: default;
}

div.datepicker table tr td.today, div.datepicker table tr td.today:hover, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today.disabled:hover {
    *background-color: #737397;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #000;
}

    div.datepicker table tr td.today.switch-left, div.datepicker table tr td.today:hover.switch-left, div.datepicker table tr td.today.disabled.switch-left, div.datepicker table tr td.today.disabled:hover.switch-left {
        background-color: #737397;
        color: #ffffff;
    }

    div.datepicker table tr td.today.switch-right, div.datepicker table tr td.today:hover.switch-right, div.datepicker table tr td.today.disabled.switch-right, div.datepicker table tr td.today.disabled:hover.switch-right {
        background-color: #f5f5f6;
        color: #737881;
    }

        div.datepicker table tr td.today.switch-right:hover, div.datepicker table tr td.today:hover.switch-right:hover, div.datepicker table tr td.today.disabled.switch-right:hover, div.datepicker table tr td.today.disabled:hover.switch-right:hover {
            background-color: #f5f5f6;
            color: #737881;
        }

    div.datepicker table tr td.today:hover, div.datepicker table tr td.today:hover:hover, div.datepicker table tr td.today.disabled:hover, div.datepicker table tr td.today.disabled:hover:hover, div.datepicker table tr td.today:focus, div.datepicker table tr td.today:hover:focus, div.datepicker table tr td.today.disabled:focus, div.datepicker table tr td.today.disabled:hover:focus, div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today:hover.disabled, div.datepicker table tr td.today.disabled.disabled, div.datepicker table tr td.today.disabled:hover.disabled, div.datepicker table tr td.today[disabled], div.datepicker table tr td.today:hover[disabled], div.datepicker table tr td.today.disabled[disabled], div.datepicker table tr td.today.disabled:hover[disabled] {
        color: #ffffff;
        *background-color: #66678a;
    }

        div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active {
            background-color: #5b5c7c \9;
        }

        div.datepicker table tr td.today:hover:hover {
            color: #000;
        }

        div.datepicker table tr td.today.active:hover {
            color: #fff;
        }

div.datepicker table tr td.range, div.datepicker table tr td.range:hover, div.datepicker table tr td.range.disabled, div.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    div.datepicker table tr td.range.today, div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today.disabled:hover {
        *background-color: #f3ea7a;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        div.datepicker table tr td.range.today.switch-left, div.datepicker table tr td.range.today:hover.switch-left, div.datepicker table tr td.range.today.disabled.switch-left, div.datepicker table tr td.range.today.disabled:hover.switch-left {
            background-color: #f3ea7a;
            color: #ffffff;
        }

        div.datepicker table tr td.range.today.switch-right, div.datepicker table tr td.range.today:hover.switch-right, div.datepicker table tr td.range.today.disabled.switch-right, div.datepicker table tr td.range.today.disabled:hover.switch-right {
            background-color: #f5f5f6;
            color: #737881;
        }

            div.datepicker table tr td.range.today.switch-right:hover, div.datepicker table tr td.range.today:hover.switch-right:hover, div.datepicker table tr td.range.today.disabled.switch-right:hover, div.datepicker table tr td.range.today.disabled:hover.switch-right:hover {
                background-color: #f5f5f6;
                color: #737881;
            }

        div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today:hover:hover, div.datepicker table tr td.range.today.disabled:hover, div.datepicker table tr td.range.today.disabled:hover:hover, div.datepicker table tr td.range.today:focus, div.datepicker table tr td.range.today:hover:focus, div.datepicker table tr td.range.today.disabled:focus, div.datepicker table tr td.range.today.disabled:hover:focus, div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today:hover.disabled, div.datepicker table tr td.range.today.disabled.disabled, div.datepicker table tr td.range.today.disabled:hover.disabled, div.datepicker table tr td.range.today[disabled], div.datepicker table tr td.range.today:hover[disabled], div.datepicker table tr td.range.today.disabled[disabled], div.datepicker table tr td.range.today.disabled:hover[disabled] {
            color: #ffffff;
            *background-color: #f1e663;
        }

            div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

div.datepicker table tr td.selected, div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected.disabled:hover {
    *background-color: #808080;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    div.datepicker table tr td.selected.switch-left, div.datepicker table tr td.selected:hover.switch-left, div.datepicker table tr td.selected.disabled.switch-left, div.datepicker table tr td.selected.disabled:hover.switch-left {
        background-color: #808080;
        color: #ffffff;
    }

    div.datepicker table tr td.selected.switch-right, div.datepicker table tr td.selected:hover.switch-right, div.datepicker table tr td.selected.disabled.switch-right, div.datepicker table tr td.selected.disabled:hover.switch-right {
        background-color: #f5f5f6;
        color: #737881;
    }

        div.datepicker table tr td.selected.switch-right:hover, div.datepicker table tr td.selected:hover.switch-right:hover, div.datepicker table tr td.selected.disabled.switch-right:hover, div.datepicker table tr td.selected.disabled:hover.switch-right:hover {
            background-color: #f5f5f6;
            color: #737881;
        }

    div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected:hover:hover, div.datepicker table tr td.selected.disabled:hover, div.datepicker table tr td.selected.disabled:hover:hover, div.datepicker table tr td.selected:focus, div.datepicker table tr td.selected:hover:focus, div.datepicker table tr td.selected.disabled:focus, div.datepicker table tr td.selected.disabled:hover:focus, div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected:hover.disabled, div.datepicker table tr td.selected.disabled.disabled, div.datepicker table tr td.selected.disabled:hover.disabled, div.datepicker table tr td.selected[disabled], div.datepicker table tr td.selected:hover[disabled], div.datepicker table tr td.selected.disabled[disabled], div.datepicker table tr td.selected.disabled:hover[disabled] {
        color: #ffffff;
        *background-color: #737373;
    }

        div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

div.datepicker table tr td.active, div.datepicker table tr td.active:hover, div.datepicker table tr td.active.disabled, div.datepicker table tr td.active.disabled:hover {
    background: #303641;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

div.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    div.datepicker table tr td span:hover {
        background: #eeeeee;
    }

    div.datepicker table tr td span.disabled, div.datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    div.datepicker table tr td span.active, div.datepicker table tr td span.active:hover, div.datepicker table tr td span.active.disabled, div.datepicker table tr td span.active.disabled:hover {
        background: #303641;
        color: #fff;
    }

    div.datepicker table tr td span.old, div.datepicker table tr td span.new {
        color: #999999;
    }

div.datepicker th.datepicker-switch {
    width: 145px;
}

div.datepicker thead tr:first-child th, div.datepicker tfoot tr th {
    cursor: pointer;
}

    div.datepicker thead tr:first-child th:hover, div.datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

div.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

div.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 1.42857143;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker-inline {
    border: 1px solid #ebebeb;
}

    .datepicker-inline.no-border {
        border-color: transparent;
    }

    .datepicker-inline table {
        width: 195px;
    }

.input-group-addon .color-preview {
    width: 16px;
    height: 16px;
    background: #FFF;
    display: inline-block;
    border: 1px solid #ebebeb;
}
/*!
 * 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;
        z-index: 10000;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0,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 #FFFFFF;
        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 #CCC;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 3px;
}

.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: 0 0;
            outline: 0;
            color: #303641;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #f5f5f6;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                border-color: #ebebeb;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
            }

                .bootstrap-timepicker-widget table td a i:before {
                    font-family: 'Entypo';
                    font-size: 12px;
                    font-style: normal;
                }

                .bootstrap-timepicker-widget table td a i.icon-chevron-up:before {
                    content: '\e876';
                }

                .bootstrap-timepicker-widget table td a i.icon-chevron-down:before {
                    content: '\e873';
                }

        .bootstrap-timepicker-widget table td input {
            width: 25px;
            margin: 0;
            text-align: center;
            outline: none;
            border: 0;
            background: transparent;
        }

            .bootstrap-timepicker-widget table td input:focus {
                background: #f5f5f6;
            }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

.date-and-time > input.datepicker {
    float: left;
    width: 70%;
}

.date-and-time > input.timepicker {
    float: right;
    width: 30%;
}

.date-and-time > input:first-child {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.date-and-time > input:last-child {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url("../../images/colorpicker/saturation.png");
    cursor: crosshair;
    float: left;
}

    .colorpicker-saturation i {
        display: block;
        height: 5px;
        width: 5px;
        border: 1px solid #000;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        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;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

.colorpicker-hue, .colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

    .colorpicker-hue i, .colorpicker-alpha 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("../../images/colorpicker/hue.png");
}

.colorpicker-alpha {
    background-image: url("../../images/colorpicker/alpha.png");
    display: none;
}

div.colorpicker {
    *zoom: 1;
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 2500;
}

.colorpicker:before, .colorpicker:after {
    display: table;
    content: "";
    line-height: 0;
}

.colorpicker:after {
    clear: both;
}

.colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ebebeb;
    border-bottom-color: #e6e6e6;
    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 #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.colorpicker div {
    position: relative;
}

.colorpicker.colorpicker-with-alpha {
    min-width: 140px;
}

    .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
        display: block;
    }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../../images/colorpicker/alpha.png");
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.colorpicker-element .input-group-addon i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    min-width: 110px;
    height: auto;
}

    .colorpicker.colorpicker-horizontal .colorpicker-saturation {
        margin-bottom: 4px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-color {
        width: 100px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        width: 100px;
        height: 15px;
        float: left;
        cursor: col-resize;
        margin-left: 0px;
        margin-bottom: 4px;
    }

        .colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
            display: block;
            height: 15px;
            background: #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            border: none;
            margin-top: 0px;
        }

    .colorpicker.colorpicker-horizontal .colorpicker-hue {
        background-image: url("../../images/colorpicker/hue-horizontal.png");
    }

    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        background-image: url("../../images/colorpicker/alpha-horizontal.png");
    }

.colorpicker.colorpicker-hidden {
    display: none;
}

.colorpicker.colorpicker-visible {
    display: block;
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

    .fileinput .uneditable-input {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput i + .fileinput-filename, .fileinput .btn + .fileinput-filename {
        padding-left: 5px;
    }

    .fileinput.fileinput-exists .close {
        opacity: 1;
        color: #dee0e4;
        position: relative;
        top: 3px;
        margin-left: 5px;
    }

    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileinput .thumbnail[data-trigger="fileinput"] {
            cursor: pointer;
        }

        .fileinput .thumbnail:before, .fileinput .thumbnail:after {
            content: " ";
            display: table;
        }

        .fileinput .thumbnail:after {
            clear: both;
        }

        .fileinput .thumbnail > img {
            max-height: 100%;
            display: block;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput .uneditable-input {
    white-space: normal;
}

.fileinput-new .input-group .btn-file {
    border-radius: 0 3px 3px 0;
}

    .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 2px 2px 0;
    }

    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 3px 3px 0;
    }

.form-group.has-warning .fileinput .uneditable-input {
    color: #574802;
    border-color: #ffd78a;
}

.form-group.has-warning .fileinput .fileinput-preview {
    color: #574802;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #ffd78a;
}

.form-group.has-error .fileinput .uneditable-input {
    color: #ac1818;
    border-color: #ffafbd;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #ac1818;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ffafbd;
}

.form-group.has-success .fileinput .uneditable-input {
    color: #045702;
    border-color: #b4e8a8;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #045702;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #b4e8a8;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.fileinput .uneditable-input, .fileinput-new .input-group .btn-file {
    display: table-cell !important;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .toast-close-button:hover, .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        -webkit-opacity: 0.4;
        -moz-opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-center {
    top: 12px;
    left: 0;
    width: 100%;
}

    .toast-top-center > div {
        margin-left: auto !important;
        margin-right: auto !important;
    }

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        color: #ffffff;
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

    #toast-container .toast-success.black, #toast-container .toast-error.black, #toast-container .toast-info.black, #toast-container .toast-warning.black {
        background-color: rgba(0,0,0,0.7);
        color: #fff;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #00a651;
}

.toast-error {
    background-color: #cc2424;
}

.toast-info {
    background-color: #21a9e1;
}

.toast-warning {
    background-color: #f89406;
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #949494;
    background-color: #ffffff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #373e4a;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #818da2;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    padding: 2px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

figure {
    margin: 0;
}

p {
    margin: 0 0 8.5px;
    font-size: 12px;
}

.lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*.text-center {
    text-align: center;
}*/

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #949494;
}

a.text-primary:hover {
    color: #7b7b7b;
}

.text-success {
    color: #045702;
}

a.text-success:hover {
    color: #022501;
}

.text-info {
    color: #2c7ea1;
}

a.text-info:hover {
    color: #215f79;
}

.text-warning {
    color: #574802;
}

a.text-warning:hover {
    color: #251f01;
}

.text-danger {
    color: #ac1818;
}

a.text-danger:hover {
    color: #7f1212;
}

.bg-primary {
    color: #fff;
    background-color: #949494;
}

a.bg-primary:hover {
    background-color: #7b7b7b;
}

.bg-success {
    background-color: #bdedbc;
}

a.bg-success:hover {
    background-color: #95e294;
}

.bg-info {
    background-color: #c5e8f7;
}

a.bg-info:hover {
    background-color: #98d6f1;
}

.bg-warning {
    background-color: #ffefa4;
}

a.bg-warning:hover {
    background-color: #ffe671;
}

.bg-danger {
    background-color: #ffc9c9;
}

a.bg-danger:hover {
    background-color: #ff9696;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #373e4a;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1, h2, h3 {
    margin-top: 17px;
    margin-bottom: 8.5px;
}

    h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
        font-size: 65%;
    }

h4, h5, h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

    h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 31px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 11px;
}

.bg-primary {
    color: #fff;
    background-color: #949494;
}

a.bg-primary:hover {
    background-color: #7b7b7b;
}

.bg-warning {
    background-color: #ffefa4;
}

a.bg-warning:hover {
    background-color: #ffe671;
}

.bg-danger {
    background-color: #ffc9c9;
}

a.bg-danger:hover {
    background-color: #ff9696;
}

.bg-success {
    background-color: #bdedbc;
}

a.bg-success:hover {
    background-color: #95e294;
}

.bg-info {
    background-color: #c5e8f7;
}

a.bg-info:hover {
    background-color: #98d6f1;
}

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 8.5px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-bottom: 17px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.42857143;
        color: #999999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
            text-align: right;
        }

            blockquote.pull-right small:before, blockquote.pull-right .small:before {
                content: '';
            }

            blockquote.pull-right small:after, blockquote.pull-right .small:after {
                content: '\00A0 \2014';
            }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.42857143;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
    font-weight: 400;
    color: #303641;
}

.table {
    width: 100%;
    margin-bottom: 17px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ebebeb;
    }

        .table > thead > tr > th .progress, .table > tbody > tr > th .progress, .table > tfoot > tr > th .progress, .table > thead > tr > td .progress, .table > tbody > tr > td .progress, .table > tfoot > tr > td .progress {
            margin-bottom: 0;
        }

        .table > thead > tr > th .label, .table > tbody > tr > th .label, .table > tfoot > tr > th .label, .table > thead > tr > td .label, .table > tbody > tr > td .label, .table > tfoot > tr > td .label {
            margin-left: 5px;
            margin-right: 5px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ebebeb;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ebebeb;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ebebeb;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ebebeb;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        background-color: #f5f5f6;
        border-bottom-width: 1px;
        color: #a6a7aa;
    }

    .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        background-color: #f5f5f6;
        border-top-width: 1px;
        color: #a6a7aa;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f2f2f4;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e5e5e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #bdedbc;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #a9e8a8;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #c5e8f7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #afdff4;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffefa4;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #ffeb8a;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #ffc9c9;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ffafaf;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ebebeb;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

table > tbody > tr.highlight > td, table > tbody > tr.highlight > th {
    background-color: #f1f2f4 !important;
    color: #303641;
}

.table > thead > tr > .middle-align, .table > tbody > tr > .middle-align, .table > tfoot > tr > .middle-align {
    vertical-align: middle;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: inherit;
    color: #7d8086;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #c8cdd7;
        outline: 0;
        -moz-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
        -webkit-box-shadow: 0 2px 1px rgba(203,208,217,0.08);
        box-shadow: 0 2px 1px rgba(203,208,217,0.08);
    }

    .form-control::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .form-control:-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control::-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .form-control:-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control::-moz-placeholder {
        color: #aaaaaa;
    }

    .form-control:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .form-control::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

input[type="date"] {
    line-height: 31px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
        margin-top: 1px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 41px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-lg {
    height: 41px;
    line-height: 41px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 38.75px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 22px;
        right: 0;
        display: block;
        width: 31px;
        height: 31px;
        line-height: 31px;
        text-align: center;
    }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ffd40b;
}

.has-warning .form-control {
    border-color: #ffd78a;
}

    .has-warning .form-control:focus {
        border-color: #ffc658;
    }

.has-warning .input-group-addon {
    color: #ffd40b;
    border-color: #ffd78a;
    background-color: #ffefa4;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff3030;
}

.has-error .form-control {
    border-color: #ffafbd;
}

    .has-error .form-control:focus {
        border-color: #ff7c92;
    }

.has-error .input-group-addon {
    color: #ff3030;
    border-color: #ffafbd;
    background-color: #ffc9c9;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #46cd43;
}

.has-success .form-control {
    border-color: #b4e8a8;
}

    .has-success .form-control:focus {
        border-color: #91dd80;
    }

.has-success .input-group-addon {
    color: #46cd43;
    border-color: #b4e8a8;
    background-color: #bdedbc;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #d4d4d4;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 24px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.bs-example > .btn, .bs-example > .make-switch, .bs-example > .btn-group {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 9px;
}

.bs-example.bs-baseline-top .btn, .bs-example.bs-baseline-top .btn-group {
    vertical-align: top !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #303641;
        text-decoration: none;
        outline: none;
    }

    .btn:active, .btn.active {
        outline: none;
        background-image: none;
        -moz-box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        -webkit-box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        box-shadow: inset 0 0px 7px rgba(0,0,0,0.225);
        -moz-box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
        box-shadow: inset 0 0px 4px rgba(0,0,0,0.2);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        -webkit-opacity: 0.65;
        -moz-opacity: 0.65;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
        opacity: 0.65;
        filter: alpha(opacity=65);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-icon {
        position: relative;
    }

        .btn.btn-icon i {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
        }

.btn-default {
    color: #303641;
    background-color: #f0f0f1;
    border-color: #f0f0f1;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #303641;
        background-color: #dbdbdd;
        border-color: #d0d0d3;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #f0f0f1;
        border-color: #f0f0f1;
    }

    .btn-default .badge {
        color: #f0f0f1;
        background-color: #303641;
    }

    .btn-default > .caret {
        border-top-color: #303641;
        border-bottom-color: #303641 !important;
    }

    .btn-default.dropdown-toggle {
        border-left-color: #dedee0;
    }

    .btn-default.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-default.btn-icon i {
            background-color: #dbdbdd;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-default.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-default.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-default.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-default.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-default.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-default.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-default.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-default.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-default.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-default.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-default.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-primary {
    color: #ffffff;
    background-color: #303641;
    border-color: #303641;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #1f232a;
        border-color: #16191e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #303641;
        border-color: #303641;
    }

    .btn-primary .badge {
        color: #303641;
        background-color: #ffffff;
    }

    .btn-primary > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #21252c;
    }

    .btn-primary.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-primary.btn-icon i {
            background-color: #1f232a;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-primary.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-primary.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-primary.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-primary.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-primary.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-primary.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-primary.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-primary.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-primary.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-primary.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-primary.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-blue {
    color: #ffffff;
    background-color: #0072bc;
    border-color: #0072bc;
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
        color: #ffffff;
        background-color: #005993;
        border-color: #004d7f;
    }

    .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
        background-color: #0072bc;
        border-color: #0072bc;
    }

    .btn-blue .badge {
        color: #0072bc;
        background-color: #ffffff;
    }

    .btn-blue > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-blue.dropdown-toggle {
        border-left-color: #005c98;
    }

    .btn-blue.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-blue.btn-icon i {
            background-color: #005993;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-blue.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-blue.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-blue.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-blue.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-blue.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-blue.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-blue.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-blue.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-blue.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-blue.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-blue.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-red {
    color: #ffffff;
    background-color: #d42020;
    border-color: #d42020;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
        color: #ffffff;
        background-color: #b11b1b;
        border-color: #9f1818;
    }

    .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red[disabled].active, fieldset[disabled] .btn-red.active {
        background-color: #d42020;
        border-color: #d42020;
    }

    .btn-red .badge {
        color: #d42020;
        background-color: #ffffff;
    }

    .btn-red > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-red.dropdown-toggle {
        border-left-color: #b51b1b;
    }

    .btn-red.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-red.btn-icon i {
            background-color: #b11b1b;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-red.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-red.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-red.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-red.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-red.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-red.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-red.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-red.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-red.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-red.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-red.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-orange {
    color: #ffffff;
    background-color: #ff9600;
    border-color: #ff9600;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
        color: #ffffff;
        background-color: #d67e00;
        border-color: #c27200;
    }

    .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
        background-color: #ff9600;
        border-color: #ff9600;
    }

    .btn-orange .badge {
        color: #ff9600;
        background-color: #ffffff;
    }

    .btn-orange > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-orange.dropdown-toggle {
        border-left-color: #db8100;
    }

    .btn-orange.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-orange.btn-icon i {
            background-color: #d67e00;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-orange.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-orange.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-orange.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-orange.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-orange.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-orange.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-orange.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-orange.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-orange.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-orange.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-orange.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-gold {
    color: #846e20;
    background-color: #fcd036;
    border-color: #fcd036;
}

    .btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
        color: #846e20;
        background-color: #fbc70e;
        border-color: #f1bc04;
    }

    .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
        background-image: none;
    }

    .btn-gold.disabled, .btn-gold[disabled], fieldset[disabled] .btn-gold, .btn-gold.disabled:hover, .btn-gold[disabled]:hover, fieldset[disabled] .btn-gold:hover, .btn-gold.disabled:focus, .btn-gold[disabled]:focus, fieldset[disabled] .btn-gold:focus, .btn-gold.disabled:active, .btn-gold[disabled]:active, fieldset[disabled] .btn-gold:active, .btn-gold.disabled.active, .btn-gold[disabled].active, fieldset[disabled] .btn-gold.active {
        background-color: #fcd036;
        border-color: #fcd036;
    }

    .btn-gold .badge {
        color: #fcd036;
        background-color: #846e20;
    }

    .btn-gold > .caret {
        border-top-color: #846e20;
        border-bottom-color: #846e20 !important;
    }

    .btn-gold.dropdown-toggle {
        border-left-color: #fbc813;
    }

    .btn-gold.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-gold.btn-icon i {
            background-color: #fbc70e;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-gold.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-gold.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-gold.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-gold.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-gold.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-gold.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-gold.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-gold.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-gold.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-gold.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-gold.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-black {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled, .btn-black[disabled], fieldset[disabled] .btn-black, .btn-black.disabled:hover, .btn-black[disabled]:hover, fieldset[disabled] .btn-black:hover, .btn-black.disabled:focus, .btn-black[disabled]:focus, fieldset[disabled] .btn-black:focus, .btn-black.disabled:active, .btn-black[disabled]:active, fieldset[disabled] .btn-black:active, .btn-black.disabled.active, .btn-black[disabled].active, fieldset[disabled] .btn-black.active {
        background-color: #000000;
        border-color: #000000;
    }

    .btn-black .badge {
        color: #000000;
        background-color: #ffffff;
    }

    .btn-black > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-black.dropdown-toggle {
        border-left-color: #000000;
    }

    .btn-black.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-black.btn-icon i {
            background-color: #000000;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-black.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-black.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-black.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-black.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-black.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-black.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-black.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-black.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-black.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-black.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-black.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-white {
    color: #303641;
    background-color: #ffffff;
    border-color: #ffffff;
    border-color: #ebebeb;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        color: #303641;
        background-color: #ebebeb;
        border-color: #e0e0e0;
    }

    .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-white .badge {
        color: #ffffff;
        background-color: #303641;
    }

    .btn-white > .caret {
        border-top-color: #303641;
        border-bottom-color: #303641 !important;
    }

    .btn-white.dropdown-toggle {
        border-left-color: #ededed;
    }

    .btn-white.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-white.btn-icon i {
            background-color: #ebebeb;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-white.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-white.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-white.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-white.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-white.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-white.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-white.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-white.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-white.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-white.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-white.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-warning {
    color: #ffffff;
    background-color: #fad839;
    border-color: #fad839;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #f9d011;
        border-color: #f0c706;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #fad839;
        border-color: #fad839;
    }

    .btn-warning .badge {
        color: #fad839;
        background-color: #ffffff;
    }

    .btn-warning > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #f9d116;
    }

    .btn-warning.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-warning.btn-icon i {
            background-color: #f9d011;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-warning.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-warning.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-warning.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-warning.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-warning.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-warning.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-warning.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-warning.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-warning.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-warning.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-warning.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-danger {
    color: #ffffff;
    background-color: #cc2424;
    border-color: #cc2424;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #a91e1e;
        border-color: #981b1b;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #cc2424;
        border-color: #cc2424;
    }

    .btn-danger .badge {
        color: #cc2424;
        background-color: #ffffff;
    }

    .btn-danger > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #ae1f1f;
    }

    .btn-danger.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-danger.btn-icon i {
            background-color: #a91e1e;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-danger.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-danger.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-danger.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-danger.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-danger.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-danger.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-danger.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-danger.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-danger.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-danger.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-danger.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-success, .btn-green {
    color: #ffffff;
    background-color: #00a651;
    border-color: #00a651;
}

    .btn-success:hover, .btn-green:hover, .btn-success:focus, .btn-green:focus, .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
        color: #ffffff;
        background-color: #007d3d;
        border-color: #006933;
    }

    .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-success.disabled, .btn-green.disabled, .btn-success[disabled], .btn-green[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-green, .btn-success.disabled:hover, .btn-green.disabled:hover, .btn-success[disabled]:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-green:hover, .btn-success.disabled:focus, .btn-green.disabled:focus, .btn-success[disabled]:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-green:focus, .btn-success.disabled:active, .btn-green.disabled:active, .btn-success[disabled]:active, .btn-green[disabled]:active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-green:active, .btn-success.disabled.active, .btn-green.disabled.active, .btn-success[disabled].active, .btn-green[disabled].active, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-green.active {
        background-color: #00a651;
        border-color: #00a651;
    }

    .btn-success .badge, .btn-green .badge {
        color: #00a651;
        background-color: #ffffff;
    }

    .btn-success > .caret, .btn-green > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-success.dropdown-toggle, .btn-green.dropdown-toggle {
        border-left-color: #008240;
    }

    .btn-success.btn-icon, .btn-green.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-success.btn-icon i, .btn-green.btn-icon i {
            background-color: #007d3d;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-success.btn-icon.icon-left, .btn-green.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-success.btn-icon.icon-left i, .btn-green.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-success.btn-icon.btn-lg, .btn-green.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-success.btn-icon.btn-lg.icon-left, .btn-green.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-success.btn-icon.btn-lg i, .btn-green.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-success.btn-icon.btn-sm, .btn-green.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-success.btn-icon.btn-sm.icon-left, .btn-green.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-success.btn-icon.btn-sm i, .btn-green.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-success.btn-icon.btn-xs, .btn-green.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-success.btn-icon.btn-xs.icon-left, .btn-green.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-success.btn-icon.btn-xs i, .btn-green.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-info {
    color: #ffffff;
    background-color: #21a9e1;
    border-color: #21a9e1;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #1a8fbf;
        border-color: #1782ad;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #21a9e1;
        border-color: #21a9e1;
    }

    .btn-info .badge {
        color: #21a9e1;
        background-color: #ffffff;
    }

    .btn-info > .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff !important;
    }

    .btn-info.dropdown-toggle {
        border-left-color: #1a92c4;
    }

    .btn-info.btn-icon {
        position: relative;
        padding-right: 39px;
        border: none;
    }

        .btn-info.btn-icon i {
            background-color: #1a8fbf;
            padding: 6px 6px;
            font-size: 12px;
            line-height: 1.42857143;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

        .btn-info.btn-icon.icon-left {
            padding-right: 12px;
            padding-left: 39px;
        }

            .btn-info.btn-icon.icon-left i {
                float: left;
                right: auto;
                left: 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 0 0 3px !important;
                -moz-border-radius: 3px 0 0 3px !important;
                border-radius: 3px 0 0 3px !important;
            }

        .btn-info.btn-icon.btn-lg {
            padding-right: 55px;
        }

            .btn-info.btn-icon.btn-lg.icon-left {
                padding-right: 16px;
                padding-left: 55px;
            }

            .btn-info.btn-icon.btn-lg i {
                padding: 10px 10px;
                font-size: 15px;
                line-height: 1.33;
                border-radius: 3px;
            }

        .btn-info.btn-icon.btn-sm {
            padding-right: 36px;
        }

            .btn-info.btn-icon.btn-sm.icon-left {
                padding-right: 10px;
                padding-left: 36px;
            }

            .btn-info.btn-icon.btn-sm i {
                padding: 5px 6px;
                font-size: 11px;
                line-height: 1.5;
                border-radius: 2px;
            }

        .btn-info.btn-icon.btn-xs {
            padding-right: 32px;
        }

            .btn-info.btn-icon.btn-xs.icon-left {
                padding-right: 10px;
                padding-left: 32px;
            }

            .btn-info.btn-icon.btn-xs i {
                padding: 2px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 2px;
            }

.btn-link {
    color: #373e4a;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #818da2;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.ui-rangeSlider .ui-rangeSlider-container {
    height: 10px;
    background: #ebebeb;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar {
        background: #ec5956;
        height: 10px;
    }

    .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle {
        position: relative;
        background: #ec5956;
        width: 10px;
        height: 10px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #FFF;
        padding: 10px;
        margin-top: -7px;
    }

        .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle.ui-rangeSlider-leftHandle {
            -webkit-transform: translateX(-100px);
            -moz-transform: translateX(-100px);
            -o-transform: translateX(-100px);
            -ms-transform: translateX(-100px);
            transform: translateX(-100px);
        }

.ui-rangeSlider .ui-rangeSlider-label {
    visibility: hidden;
}

.slider {
    height: 10px;
    margin-bottom: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ebebeb;
}

    .slider .ui-slider-handle {
        background: #ec5956;
        top: 0;
        border: 2px solid #ffffff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -5px;
        outline: none;
        cursor: pointer;
    }

        .slider .ui-slider-handle .ui-label {
            position: absolute;
            left: -50%;
            top: 20px;
            color: #bcbcbc;
            margin-left: 5px;
            white-space: nowrap;
        }

    .slider .ui-slider-range {
        background: #ec5956;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .slider.ui-slider-vertical {
        height: 250px;
    }

        .slider.ui-slider-vertical .ui-slider-handle {
            top: auto;
            margin-left: -1px;
        }

            .slider.ui-slider-vertical .ui-slider-handle .ui-label {
                top: 1px;
                left: 15px;
            }

    .slider .ui-slider-handle {
        background: #ec5956;
        border: 2px solid #ffffff;
    }

    .slider .ui-slider-range, .slider .ui-fill {
        background: #ec5956;
    }

    .slider.slider-green, .slider.slider-success {
        background: #ebebeb;
    }

        .slider.slider-green .ui-slider-handle, .slider.slider-success .ui-slider-handle {
            background: #0fbd71;
            border: 2px solid #ffffff;
        }

        .slider.slider-green .ui-slider-range, .slider.slider-success .ui-slider-range, .slider.slider-green .ui-fill, .slider.slider-success .ui-fill {
            background: #0fbd71;
        }

    .slider.slider-blue, .slider.slider-info {
        background: #ebebeb;
    }

        .slider.slider-blue .ui-slider-handle, .slider.slider-info .ui-slider-handle {
            background: #21a9e1;
            border: 2px solid #ffffff;
        }

        .slider.slider-blue .ui-slider-range, .slider.slider-info .ui-slider-range, .slider.slider-blue .ui-fill, .slider.slider-info .ui-fill {
            background: #21a9e1;
        }

    .slider.slider-gold, .slider.slider-warning {
        background: #ebebeb;
    }

        .slider.slider-gold .ui-slider-handle, .slider.slider-warning .ui-slider-handle {
            background: #f7d227;
            border: 2px solid #ffffff;
        }

        .slider.slider-gold .ui-slider-range, .slider.slider-warning .ui-slider-range, .slider.slider-gold .ui-fill, .slider.slider-warning .ui-fill {
            background: #f7d227;
        }

.checkbox-replace, .radio-replace {
    position: relative;
    padding-left: 0;
    margin: 0;
}

    .checkbox-replace input[type="checkbox"], .radio-replace input[type="checkbox"], .checkbox-replace input[type="radio"], .radio-replace input[type="radio"] {
        visibility: hidden;
    }

    .checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper {
        position: relative;
        display: inline-block;
        border: 1px solid #ebebeb;
        margin-bottom: 0;
        width: 16px;
        height: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .checkbox-replace .cb-wrapper input, .radio-replace .cb-wrapper input {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 0;
            visibility: hidden;
        }

        .checkbox-replace .cb-wrapper.disabled, .radio-replace .cb-wrapper.disabled {
            -webkit-opacity: 0.3;
            -moz-opacity: 0.3;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

        .checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked {
            position: absolute;
            background: #ebebeb;
            display: block;
            left: 2px;
            right: 2px;
            bottom: 2px;
            top: 2px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -o-transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -webkit-transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955);
        }

        .checkbox-replace .cb-wrapper + label, .radio-replace .cb-wrapper + label {
            position: relative;
            top: -2px;
            margin-left: 6px;
        }

    .checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(0,0,0,0.03);
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.03);
        box-shadow: 0 0 0 2px rgba(0,0,0,0.03);
    }

    .checkbox-replace.radio-replace .cb-wrapper, .radio-replace.radio-replace .cb-wrapper {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

        .checkbox-replace.radio-replace .cb-wrapper .checked, .radio-replace.radio-replace .cb-wrapper .checked {
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius: 16px;
        }

    .checkbox-replace.checked .cb-wrapper .checked, .radio-replace.checked .cb-wrapper .checked {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper {
        border: 1px solid #d2d2d2;
    }

        .checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked {
            background: #d2d2d2;
        }

    .checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(209,209,209,0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(209,209,209,0.1);
        box-shadow: 0 0 0 2px rgba(209,209,209,0.1);
    }

    .checkbox-replace.color-primary .cb-wrapper, .radio-replace.color-primary .cb-wrapper {
        border: 1px solid #303641;
    }

        .checkbox-replace.color-primary .cb-wrapper .checked, .radio-replace.color-primary .cb-wrapper .checked {
            background: #303641;
        }

    .checkbox-replace.color-primary:hover .cb-wrapper, .radio-replace.color-primary:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(48,54,65,0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(48,54,65,0.1);
        box-shadow: 0 0 0 2px rgba(48,54,65,0.1);
    }

    .checkbox-replace.color-red .cb-wrapper, .radio-replace.color-red .cb-wrapper {
        border: 1px solid #ee4749;
    }

        .checkbox-replace.color-red .cb-wrapper .checked, .radio-replace.color-red .cb-wrapper .checked {
            background: #ee4749;
        }

    .checkbox-replace.color-red:hover .cb-wrapper, .radio-replace.color-red:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(238,71,73,0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(238,71,73,0.1);
        box-shadow: 0 0 0 2px rgba(238,71,73,0.1);
    }

    .checkbox-replace.color-blue .cb-wrapper, .radio-replace.color-blue .cb-wrapper {
        border: 1px solid #21a9e1;
    }

        .checkbox-replace.color-blue .cb-wrapper .checked, .radio-replace.color-blue .cb-wrapper .checked {
            background: #21a9e1;
        }

    .checkbox-replace.color-blue:hover .cb-wrapper, .radio-replace.color-blue:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(33,169,225,0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(33,169,225,0.1);
        box-shadow: 0 0 0 2px rgba(33,169,225,0.1);
    }

    .checkbox-replace.color-green .cb-wrapper, .radio-replace.color-green .cb-wrapper {
        border: 1px solid #00a651;
    }

        .checkbox-replace.color-green .cb-wrapper .checked, .radio-replace.color-green .cb-wrapper .checked {
            background: #00a651;
        }

    .checkbox-replace.color-green:hover .cb-wrapper, .radio-replace.color-green:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(0,166,81,0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0,166,81,0.1);
        box-shadow: 0 0 0 2px rgba(0,166,81,0.1);
    }

    .checkbox-replace.color-gold .cb-wrapper, .radio-replace.color-gold .cb-wrapper {
        border: 1px solid #fad839;
    }

        .checkbox-replace.color-gold .cb-wrapper .checked, .radio-replace.color-gold .cb-wrapper .checked {
            background: #fad839;
        }

    .checkbox-replace.color-gold:hover .cb-wrapper, .radio-replace.color-gold:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(250,216,57,0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(250,216,57,0.1);
        box-shadow: 0 0 0 2px rgba(250,216,57,0.1);
    }

    .checkbox-replace.color-white .cb-wrapper, .radio-replace.color-white .cb-wrapper {
        border: 1px solid #ffffff;
    }

        .checkbox-replace.color-white .cb-wrapper .checked, .radio-replace.color-white .cb-wrapper .checked {
            background: #ffffff;
        }

    .checkbox-replace.color-white:hover .cb-wrapper, .radio-replace.color-white:hover .cb-wrapper {
        -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    }

.select2 {
    visibility: hidden;
}

.page-body .select2-container {
    display: block;
}

    .page-body .select2-container.select2-dropdown-open .select2-choice, .page-body .select2-container.select2-dropdown-open .select2-choices {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .page-body .select2-container .select2-choice {
        border-color: #ebebeb !important;
        background: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 42px;
        line-height: 41px;
        outline: none;
        padding-left: 15px;
    }

        .page-body .select2-container .select2-choice .select2-arrow {
            border-left: 1px solid #ebebeb;
            width: 40px;
            text-align: center;
            background: none;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .page-body .select2-container .select2-choice .select2-arrow b {
                background: transparent;
            }

                .page-body .select2-container .select2-choice .select2-arrow b:before {
                    position: relative;
                    font-family: 'Entypo';
                    content: '\e873';
                    display: block;
                    color: #303641;
                    -moz-transition: all 150ms ease-in-out;
                    -o-transition: all 150ms ease-in-out;
                    -webkit-transition: all 150ms ease-in-out;
                    transition: all 150ms ease-in-out;
                }

        .page-body .select2-container .select2-choice .select2-search-choice-close {
            right: 50px;
            top: 50%;
            margin-top: -7px;
        }

    .page-body .select2-container .select2-choices {
        border-color: #ebebeb !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
        padding: 0 6px;
        padding-top: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .page-body .select2-container .select2-choices .select2-search-field input {
            padding: 6px 12px;
        }

        .page-body .select2-container .select2-choices .select2-search-choice {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: 0;
            background: #f3f3f3;
            color: #666;
            font-size: 11px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .page-body .select2-container .select2-choices .select2-search-choice .select2-search-choice-close {
                top: 50%;
                margin-top: -7px;
            }

            .page-body .select2-container .select2-choices .select2-search-choice:hover {
                background-color: #e6e6e6;
                color: #303641;
            }

    .page-body .select2-container.select2-container-active .select2-choices {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow {
        background-color: rgba(245,245,246,0.8);
    }

        .page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:before {
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.page-body .select2.visible {
    visibility: visible;
}

.page-body .select2-drop {
    border: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-border-radius: 1px 1px 4px 4px;
    -moz-border-radius: 1px 1px 4px 4px;
    border-radius: 1px 1px 4px 4px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.06);
    box-shadow: 0 2px 7px rgba(0,0,0,0.06);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .page-body .select2-drop .select2-search, .page-body .select2-drop .select2-results {
        padding: 0;
        margin: 0;
    }

        .page-body .select2-drop .select2-search .select2-no-results, .page-body .select2-drop .select2-results .select2-no-results {
            padding: 12px 15px;
            color: #737881;
        }

        .page-body .select2-drop .select2-search .select2-result-label, .page-body .select2-drop .select2-results .select2-result-label {
            padding: 4px 15px;
        }

        .page-body .select2-drop .select2-search .select2-result-selectable, .page-body .select2-drop .select2-results .select2-result-selectable {
            background: transparent;
            color: #888;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .page-body .select2-drop .select2-search .select2-result-selectable:hover, .page-body .select2-drop .select2-results .select2-result-selectable:hover, .page-body .select2-drop .select2-search .select2-result-selectable.select2-highlighted, .page-body .select2-drop .select2-results .select2-result-selectable.select2-highlighted {
                background: #f3f3f3;
                color: #303641;
            }

        .page-body .select2-drop .select2-search .select2-result-sub li, .page-body .select2-drop .select2-results .select2-result-sub li {
            background: none !important;
        }

        .page-body .select2-drop .select2-search .select2-result-sub .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label {
            padding: 5px 25px;
            color: #888888;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .page-body .select2-drop .select2-search .select2-result-sub .select2-result-label:hover, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label:hover {
                background: #f3f3f3;
                color: #303641;
            }

        .page-body .select2-drop .select2-search .select2-result-sub .select2-highlighted .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-highlighted .select2-result-label {
            background: #f3f3f3;
            color: #303641;
        }

    .page-body .select2-drop .select2-search {
        position: relative;
        padding: 12px 15px;
    }

        .page-body .select2-drop .select2-search input {
            background: #f3f3f3;
            border: 0;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.03);
            -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.03);
            box-shadow: inset 0 1px 0 rgba(0,0,0,0.03);
            padding: 10px 12px;
            padding-right: 30px;
            font-family: "Noto Sans", sans-serif;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .page-body .select2-drop .select2-search:after {
            position: absolute;
            font-family: 'Entypo';
            right: 15px;
            top: 12px;
            content: '\e803';
            font-size: 14px;
            color: #c2c2c2;
            margin-right: 12px;
            margin-top: 8px;
        }

.selectboxit {
    visibility: hidden;
}

.page-body .selectboxit {
    display: block;
}

    .page-body .selectboxit.visible {
        visibility: visible;
    }

.page-body .selectboxit-container {
    display: block;
}

    .page-body .selectboxit-container .selectboxit {
        width: 100% !important;
        background: #fff;
        border: 1px solid #ebebeb;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus {
            background-color: #fff;
        }

            .page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus .selectboxit-text {
                color: #303641;
            }

        .page-body .selectboxit-container .selectboxit:hover, .page-body .selectboxit-container .selectboxit.selectboxit-open {
            background-color: rgba(245,245,246,0.8);
        }

            .page-body .selectboxit-container .selectboxit:hover .selectboxit-text, .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-text {
                color: #303641;
            }

        .page-body .selectboxit-container .selectboxit.selectboxit-open {
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

            .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container {
                background-color: rgba(245,245,246,0.8);
            }

                .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container:after {
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

        .page-body .selectboxit-container .selectboxit .selectboxit-option-icon-container .selectboxit-option-icon {
            margin-left: 5px;
        }

        .page-body .selectboxit-container .selectboxit .selectboxit-text {
            max-width: 100% !important;
            font-size: 12px;
            font-family: "Noto Sans", sans-serif;
            color: #888;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container {
            border-left: 1px solid #ebebeb;
            text-align: center;
            width: 40px;
        }

            .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
                display: none;
            }

            .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container:after {
                position: relative;
                font-family: 'Entypo';
                content: '\e873';
                display: block;
                color: #303641;
                -moz-transition: all 150ms ease-in-out;
                -o-transition: all 150ms ease-in-out;
                -webkit-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out;
                font-size: 12px;
            }

    .page-body .selectboxit-container .selectboxit-options {
        width: 100%;
        background: #fff;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        border-top: 0;
        border-color: #ebebeb;
        -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.06);
        -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.06);
        box-shadow: 0 2px 7px rgba(0,0,0,0.06);
        max-height: 350px;
    }

        .page-body .selectboxit-container .selectboxit-options > span.selectboxit-optgroup-header {
            font-size: 12px;
            color: #303641;
            background: #fafafa;
            border-bottom: 1px solid #f5f5f5;
            padding-left: 5px;
            padding-right: 5px;
        }

        .page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor {
            font-size: 12px;
            padding-left: 5px;
            padding-right: 5px;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor .selectboxit-option-icon-container .selectboxit-option-icon {
                margin-left: 5px;
            }

        .page-body .selectboxit-container .selectboxit-options li.selectboxit-focus .selectboxit-option-anchor {
            background: #f3f3f3;
            color: #666;
        }

input.typeahead {
    display: block;
}

.twitter-typeahead {
    width: 100%;
}

    .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.tt-suggestion {
    display: block;
    padding: 4px 12px;
}

    .tt-suggestion p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 17px;
    }

    .tt-suggestion .thumb-entry:before, .tt-suggestion .thumb-entry:after {
        content: " ";
        display: table;
    }

    .tt-suggestion .thumb-entry:after {
        clear: both;
    }

    .tt-suggestion .thumb-entry > span.image {
        float: left;
    }

    .tt-suggestion .thumb-entry > span.text {
        float: left;
        width: 80%;
        margin-left: 12px;
    }

        .tt-suggestion .thumb-entry > span.text strong {
            display: block;
            color: #303641;
        }

        .tt-suggestion .thumb-entry > span.text em {
            font-style: normal;
            font-size: 10px;
            color: #757b84;
            display: block;
            padding-top: 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .tt-suggestion.tt-is-under-cursor {
        color: #303641;
        background: #f3f3f3;
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #303641;
        }

    .tt-suggestion p {
        margin: 0;
    }

.twitter-typeahead .tt-hint {
    padding: 6px 12px;
    color: #dee0e4;
    line-height: 1.42857143;
    margin: 0;
    padding-top: 5.5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-body .daterangepicker.dropdown-menu {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .page-body .daterangepicker.dropdown-menu:before {
        border-bottom-color: #ccc;
    }

    .page-body .daterangepicker.dropdown-menu .ranges .input-mini {
        background: #fff;
        border: 1px solid #ebebeb;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .page-body .daterangepicker.dropdown-menu .ranges .btn {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input {
        float: none !important;
        margin: 0;
        padding: 0;
    }

        .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input.daterangepicker_end_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input.daterangepicker_end_input {
            padding-left: 0 !important;
        }

    .page-body .daterangepicker.dropdown-menu .ranges ul li {
        background: #f5f5f6;
        color: #737881;
        font-size: 11px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .page-body .daterangepicker.dropdown-menu .ranges ul li:hover, .page-body .daterangepicker.dropdown-menu .ranges ul li.active {
            background: #f0f0f0;
            color: #303641;
            border-color: #ebebeb;
        }

            .page-body .daterangepicker.dropdown-menu .ranges ul li:hover.active, .page-body .daterangepicker.dropdown-menu .ranges ul li.active.active {
                background: #303641;
                color: #ffffff;
            }

    .page-body .daterangepicker.dropdown-menu .calendar .calendar-date {
        border: 1px solid #ebebeb;
        background: #fdfdfd;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .active {
            background: #303641;
            color: #ffffff;
        }

        .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .in-range {
            background: #f3f3f3;
            color: #737881;
        }

        .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .prev:hover, .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .next:hover {
            background-color: #f5f5f6;
        }

        .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .disabled {
            color: #dee0e4;
        }

    .page-body .daterangepicker.dropdown-menu .calendar .calendar-time {
        border: 1px solid #ebebeb;
        background: #fdfdfd;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.daterange-inline {
    border: 1px solid #ebebeb;
    background: #f5f5f6;
    padding: 6px 6px;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .daterange-inline i {
        color: #303641;
        font-size: 14px;
    }

.ms-container:before, .ms-container:after {
    content: " ";
    display: table;
}

.ms-container:after {
    clear: both;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    display: block;
    background: #f5f5f6;
}

.ms-container .ms-selectable {
    position: relative;
    float: left;
    margin-right: 25px;
}

    .ms-container .ms-selectable:after {
        content: '\e120';
        font-family: "Glyphicons Halflings";
        display: block;
        position: absolute;
        right: -19px;
        color: #303641;
        font-size: 15px;
        top: 50%;
        margin-top: -8px;
    }

.ms-container .ms-selection {
    float: left;
}

.ms-container .ms-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px;
    height: 150px;
    outline: none;
    border: 1px solid #ebebeb;
    overflow: auto;
}

    .ms-container .ms-list::-webkit-scrollbar {
        width: 5px;
    }

    .ms-container .ms-list::-webkit-scrollbar-track {
        width: 5px;
        background-color: #f5f5f6;
    }

    .ms-container .ms-list::-webkit-scrollbar-thumb {
        background-color: #d2d2d2;
    }

    .ms-container .ms-list > li {
        border-bottom: 1px solid #ebebeb;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .ms-container .ms-list > li:hover {
            background: #303641;
            color: #fff;
        }

        .ms-container .ms-list > li span {
            display: block;
            padding: 4px 8px;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .ms-container .ms-list > li:last-child {
            border-bottom: 0;
        }

.form-wizard {
    margin-top: 45px;
}

    .form-wizard .steps-progress {
        display: block;
        background: #ebebeb;
        width: auto;
        height: 10px;
        margin: 0 70px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .form-wizard .steps-progress .progress-indicator {
            background: #00a651;
            width: 0%;
            height: 10px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

    .form-wizard.no-margin .tab-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-wizard > ul {
        display: table;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .form-wizard > ul > li {
            display: table-cell;
            width: 1%;
            text-align: center;
            position: relative;
        }

            .form-wizard > ul > li a {
                position: relative;
                display: block;
                padding-top: 35px;
                font-weight: bold;
                color: #ababab;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .form-wizard > ul > li a span {
                    position: absolute;
                    display: block;
                    background: #ebebeb;
                    color: #8e9094;
                    line-height: 35px;
                    text-align: center;
                    margin-top: -57.5px;
                    left: 50%;
                    margin-left: -17.5px;
                    width: 35px;
                    height: 35px;
                    -webkit-background-clip: padding-box;
                    -moz-background-clip: padding;
                    background-clip: padding-box;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

            .form-wizard > ul > li.completed a {
                color: #00a651;
            }

                .form-wizard > ul > li.completed a span {
                    background: #00a651;
                    color: #fff;
                    -moz-box-shadow: 0px 0px 0px 5px #00a651;
                    -webkit-box-shadow: 0px 0px 0px 5px #00a651;
                    box-shadow: 0px 0px 0px 5px #00a651;
                }

            .form-wizard > ul > li.disabled a {
                color: rgba(142,144,148,0.5);
            }

                .form-wizard > ul > li.disabled a span {
                    background: #f5f5f6;
                    color: rgba(142,144,148,0.5);
                    -moz-box-shadow: 0px 0px 0px 5px #f5f5f6;
                    -webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;
                    box-shadow: 0px 0px 0px 5px #f5f5f6;
                }

            .form-wizard > ul > li.active a, .form-wizard > ul > li.current a {
                color: #c5c5c5;
                font-weight: bold;
                color: #303641;
            }

                .form-wizard > ul > li.active a span, .form-wizard > ul > li.current a span {
                    background: #c5c5c5;
                    background: #fff;
                    color: #525252;
                    -moz-box-shadow: 0px 0px 0px 5px #ebebeb;
                    -webkit-box-shadow: 0px 0px 0px 5px #ebebeb;
                    box-shadow: 0px 0px 0px 5px #ebebeb;
                }

    .form-wizard .tab-content {
        margin: 0 52.5px;
        margin-top: 35px;
    }

        .form-wizard .tab-content .pager {
            margin-top: 35px;
        }

            .form-wizard .tab-content .pager .first a {
                margin-right: 10px;
            }

            .form-wizard .tab-content .pager .last a {
                margin-left: 10px;
            }

.wysihtml5-toolbar:before, .wysihtml5-toolbar:after {
    content: " ";
    display: table;
}

.wysihtml5-toolbar:after {
    clear: both;
}

.wysihtml5-toolbar li {
    margin-right: 8px !important;
}

    .wysihtml5-toolbar li.pull-right {
        margin-right: 0 !important;
        margin-left: 8px !important;
    }

.mail-env {
    position: relative;
}

    .mail-env:before, .mail-env:after {
        content: " ";
        display: table;
    }

    .mail-env:after {
        clear: both;
    }

hr + .mail-env {
    margin-top: -18px;
    border-top: 1px solid #ebebeb;
    margin-left: -20px;
    margin-right: -20px;
}

.mail-env + hr {
    margin-top: 0px;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

.mail-env .mail-sidebar, .mail-env .mail-body {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mail-env .mail-sidebar:before, .mail-env .mail-body:before, .mail-env .mail-sidebar:after, .mail-env .mail-body:after {
        content: " ";
        display: table;
    }

    .mail-env .mail-sidebar:after, .mail-env .mail-body:after {
        clear: both;
    }

.mail-env .mail-sidebar-row {
    padding: 20px;
}

.mail-env > .mail-sidebar-row.visible-xs {
    padding-bottom: 0;
}

.mail-env .mail-sidebar {
    width: 22%;
    background: #f9f9f9;
    border-right: 1px solid #ebebeb;
    position: relative;
}

    .mail-env .mail-sidebar > h4 {
        padding: 20px;
    }

    .mail-env .mail-sidebar .mail-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #ebebeb;
    }

        .mail-env .mail-sidebar .mail-menu > li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #ebebeb;
        }

            .mail-env .mail-sidebar .mail-menu > li a {
                display: block;
                padding: 20px;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .mail-env .mail-sidebar .mail-menu > li a .badge {
                    font-size: 13px;
                }

                .mail-env .mail-sidebar .mail-menu > li a .badge-gray {
                    background: transparent;
                    border: 1px solid #ebebeb;
                }

                .mail-env .mail-sidebar .mail-menu > li a .badge-roundless {
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    -webkit-background-clip: padding-box;
                    -moz-background-clip: padding;
                    background-clip: padding-box;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }

            .mail-env .mail-sidebar .mail-menu > li:hover a {
                background: rgba(255,255,255,0.8);
            }

            .mail-env .mail-sidebar .mail-menu > li.active a {
                background: #fff;
                font-weight: bold;
            }

    .mail-env .mail-sidebar .mail-distancer {
        height: 40px;
    }

.mail-env .mail-body {
    width: 78%;
    float: right;
    overflow: hidden;
}

    .mail-env .mail-body .mail-header {
        padding: 20px;
        border-bottom: 1px solid #ebebeb;
    }

        .mail-env .mail-body .mail-header:before, .mail-env .mail-body .mail-header:after {
            content: " ";
            display: table;
        }

        .mail-env .mail-body .mail-header:after {
            clear: both;
        }

        .mail-env .mail-body .mail-header .mail-title {
            margin: 0;
            padding: 0;
            font-size: 20px;
            float: left;
            width: 75%;
            padding-right: 20px;
            color: #303641;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .mail-env .mail-body .mail-header .mail-title span.count {
                font-weight: normal;
                -webkit-opacity: 0.3;
                -moz-opacity: 0.3;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

            .mail-env .mail-body .mail-header .mail-title .label {
                font-size: 9px;
                position: relative;
                top: -4px;
            }

        .mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links {
            float: left;
            text-align: right;
            width: 25%;
        }

            .mail-env .mail-body .mail-header .mail-search.mail-links > .btn, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn {
                margin-left: 5px;
                font-size: 11px;
            }

                .mail-env .mail-body .mail-header .mail-search.mail-links > .btn:first-child, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn:first-child {
                    margin-left: 0;
                }

            .mail-env .mail-body .mail-header .mail-search .form-control[type="text"], .mail-env .mail-body .mail-header .mail-links .form-control[type="text"] {
                height: 29px;
            }

    .mail-env .mail-body .mail-info {
        background: #f3f4f4;
        display: table;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        border-bottom: 1px solid #ebebeb;
    }

        .mail-env .mail-body .mail-info:before, .mail-env .mail-body .mail-info:after {
            content: " ";
            display: table;
        }

        .mail-env .mail-body .mail-info:after {
            clear: both;
        }

        .mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date {
            display: table-cell;
            width: 50%;
            color: #a6a6a6;
            padding: 20px;
        }

            .mail-env .mail-body .mail-info .mail-sender.mail-sender span, .mail-env .mail-body .mail-info .mail-date.mail-sender span {
                font-weight: bold;
                color: #ec5956;
            }

            .mail-env .mail-body .mail-info .mail-sender.mail-sender img, .mail-env .mail-body .mail-info .mail-date.mail-sender img {
                margin-right: 5px;
                border: 2px solid #ebebeb;
            }

            .mail-env .mail-body .mail-info .mail-sender.mail-sender .dropdown-menu:after, .mail-env .mail-body .mail-info .mail-date.mail-sender .dropdown-menu:after {
                position: absolute;
                content: '';
                display: block;
                top: -5px;
                left: 17%;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 0 3px 4px 3px;
                border-color: transparent transparent #cc2424 transparent;
            }

            .mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date {
                text-align: right;
            }

    .mail-env .mail-body .mail-text {
        border-bottom: 1px solid #ebebeb;
        padding: 20px;
    }

    .mail-env .mail-body .mail-attachments {
        padding: 20px;
        border-bottom: 1px solid #ebebeb;
    }

        .mail-env .mail-body .mail-attachments h4 {
            margin-bottom: 30px;
            line-height: 1;
        }

            .mail-env .mail-body .mail-attachments h4 span {
                -webkit-opacity: 0.4;
                -moz-opacity: 0.4;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
                opacity: 0.4;
                filter: alpha(opacity=40);
            }

        .mail-env .mail-body .mail-attachments ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .mail-env .mail-body .mail-attachments ul:before, .mail-env .mail-body .mail-attachments ul:after {
                content: " ";
                display: table;
            }

            .mail-env .mail-body .mail-attachments ul:after {
                clear: both;
            }

            .mail-env .mail-body .mail-attachments ul li {
                float: left;
                margin: 0;
                padding: 0;
                margin-right: 30px;
                margin-bottom: 20px;
            }

                .mail-env .mail-body .mail-attachments ul li > a {
                    display: block;
                }

                    .mail-env .mail-body .mail-attachments ul li > a img {
                        position: relative;
                        display: block;
                        line-height: 1;
                        margin-bottom: 10px;
                    }

                    .mail-env .mail-body .mail-attachments ul li > a.thumb {
                        position: relative;
                    }

                        .mail-env .mail-body .mail-attachments ul li > a.thumb:after {
                            font-family: 'Entypo';
                            content: '\e826';
                            display: block;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            background: #fff;
                            width: 40px;
                            height: 40px;
                            margin-left: -20px;
                            margin-top: -20px;
                            font-size: 28px;
                            text-align: center;
                            line-height: 40px;
                            vertical-align: text-top;
                            color: #fff;
                            background: rgba(0,0,0,0.25);
                            -webkit-background-clip: padding-box;
                            -moz-background-clip: padding;
                            background-clip: padding-box;
                            -webkit-border-radius: 4px;
                            -moz-border-radius: 4px;
                            border-radius: 4px;
                            -webkit-opacity: 0;
                            -moz-opacity: 0;
                            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                            opacity: 0;
                            filter: alpha(opacity=0);
                            -moz-transition: all 300ms ease-in-out;
                            -o-transition: all 300ms ease-in-out;
                            -webkit-transition: all 300ms ease-in-out;
                            transition: all 300ms ease-in-out;
                        }

                        .mail-env .mail-body .mail-attachments ul li > a.thumb:hover:after {
                            -webkit-opacity: 1;
                            -moz-opacity: 1;
                            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                            opacity: 1;
                            filter: alpha(opacity=100);
                        }

                        .mail-env .mail-body .mail-attachments ul li > a.thumb.download:after {
                            content: '\e82d';
                        }

                    .mail-env .mail-body .mail-attachments ul li > a.name span {
                        color: #666666;
                        float: right;
                    }

                .mail-env .mail-body .mail-attachments ul li .links {
                    display: block;
                    font-size: 11px;
                    color: #666666;
                    margin-top: 6px;
                }

                    .mail-env .mail-body .mail-attachments ul li .links a {
                        color: #666666;
                    }

    .mail-env .mail-body .mail-reply {
        border-bottom: 1px solid #ebebeb;
        padding: 20px;
    }

        .mail-env .mail-body .mail-reply .fake-form {
            padding: 20px;
            border: 2px solid #ebebeb;
            min-height: 100px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .mail-env .mail-body .mail-reply .fake-form > div a {
                font-weight: bold;
                color: #ec5956;
            }

    .mail-env .mail-body .mail-compose {
        padding: 20px;
    }

        .mail-env .mail-body .mail-compose .form-group {
            position: relative;
            border-bottom: 1px solid #ebebeb;
            padding-bottom: 15px;
        }

            .mail-env .mail-body .mail-compose .form-group label {
                position: absolute;
                left: 10px;
                top: 7px;
                z-index: 10;
            }

            .mail-env .mail-body .mail-compose .form-group input {
                border-color: transparent;
                position: relative;
                z-index: 5;
                padding-left: 100px;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .mail-env .mail-body .mail-compose .form-group input:focus {
                    background: #f9f9f9;
                    border-color: #f4f4f4;
                }

            .mail-env .mail-body .mail-compose .form-group .field-options {
                position: absolute;
                right: 5px;
                top: 5px;
                z-index: 12;
            }

                .mail-env .mail-body .mail-compose .form-group .field-options a {
                    display: inline-block;
                    background: #f3f4f4;
                    color: #7e8186;
                    padding: 2px 6px;
                    margin-left: 4px;
                    text-align: center;
                    -webkit-background-clip: padding-box;
                    -moz-background-clip: padding;
                    background-clip: padding-box;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

        .mail-env .mail-body .mail-compose .compose-message-editor {
            padding-top: 5px;
        }

            .mail-env .mail-body .mail-compose .compose-message-editor textarea {
                height: 400px;
            }

    .mail-env .mail-body > div:last-child {
        border-bottom: 0;
    }

    .mail-env .mail-body .mail-table {
        margin-bottom: 0;
    }

        .mail-env .mail-body .mail-table thead tr th, .mail-env .mail-body .mail-table tfoot tr th {
            background: #ebebeb;
            border: 0;
            color: #666666;
            vertical-align: middle;
            border-bottom: 0;
        }

            .mail-env .mail-body .mail-table thead tr th a, .mail-env .mail-body .mail-table tfoot tr th a {
                color: #666666;
            }

            .mail-env .mail-body .mail-table thead tr th .mail-select-options, .mail-env .mail-body .mail-table tfoot tr th .mail-select-options {
                float: left;
                padding-top: 5px;
            }

            .mail-env .mail-body .mail-table thead tr th .mail-pagination, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination {
                float: right;
            }

                .mail-env .mail-body .mail-table thead tr th .mail-pagination span, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination span {
                    color: rgba(102,102,102,0.5);
                }

                .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group {
                    margin-left: 5px;
                }

                    .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group .btn-sm, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group .btn-sm {
                        padding-left: 7px;
                        padding-right: 7px;
                    }

        .mail-env .mail-body .mail-table tbody tr td {
            border-top: 0;
            border-bottom: 1px solid #ebebeb;
            height: 50px;
            vertical-align: middle;
            background: #f9f9f9;
        }

            .mail-env .mail-body .mail-table tbody tr td.col-name, .mail-env .mail-body .mail-table tbody tr td.col-subject {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a {
                    color: #8c8c8c;
                }

                    .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a.label, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a.label {
                        color: #fff;
                    }

            .mail-env .mail-body .mail-table tbody tr td.col-name {
                width: 25%;
            }

            .mail-env .mail-body .mail-table tbody tr td.col-subject a {
                display: inline-block;
                max-width: 400px;
                height: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .mail-env .mail-body .mail-table tbody tr td.col-options {
                text-align: right;
            }

                .mail-env .mail-body .mail-table tbody tr td.col-options a {
                    color: #999999;
                }

            .mail-env .mail-body .mail-table tbody tr td.col-time {
                width: 12%;
                text-align: right;
                color: rgba(102,102,102,0.5);
            }

            .mail-env .mail-body .mail-table tbody tr td .star {
                display: inline-block;
                color: #dddddd;
                margin-right: 5px;
                font-size: 14px;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .mail-env .mail-body .mail-table tbody tr td .star.stared, .mail-env .mail-body .mail-table tbody tr td .star.starred {
                    color: #ff9600;
                }

            .mail-env .mail-body .mail-table tbody tr td > .label:first-child {
                margin-left: 0;
            }

        .mail-env .mail-body .mail-table tbody tr.unread > td {
            background-color: #fff !important;
        }

            .mail-env .mail-body .mail-table tbody tr.unread > td.col-name a {
                font-weight: bold;
            }

        .mail-env .mail-body .mail-table tbody tr.highlight > td {
            background-color: #ffffcc !important;
        }

        .mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child {
            padding-left: 20px;
        }

        .mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child {
            padding-right: 20px;
        }

        .mail-env .mail-body .mail-table > thead > tr > thX:first-child, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child {
            position: relative;
        }

            .mail-env .mail-body .mail-table > thead > tr > thX:first-child:before, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child:before, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child:before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                bottom: 0;
                width: 20px;
                background: #FFF;
            }

        .mail-env .mail-body .mail-table > thead > tr > thX:last-child, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child {
            position: relative;
        }

            .mail-env .mail-body .mail-table > thead > tr > thX:last-child:before, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child:before, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child:before {
                position: absolute;
                content: '';
                top: 0;
                right: 0;
                bottom: 0;
                width: 20px;
                background: #FFF;
            }

        .mail-env .mail-body .mail-table > tbody > tr:nth-child(odd) > td {
            background: #fbfbfb;
        }

        .mail-env .mail-body .mail-table .neon-cb-replacement {
            top: 2px;
        }

            .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper {
                background: #fff;
                border-color: #dfdfdf;
            }

                .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper .checked {
                    background: #dfdfdf;
                }

.mail-env.right-sidebar .mail-sidebar {
    border-left: 1px solid #ebebeb;
    border-right: 0;
}

.mail-env.right-sidebar .mail-body {
    float: left;
}

@media (max-width: 999px) {
    .mail-env .mail-body .mail-table tbody tr td.col-subject a {
        max-width: 280px;
    }
}

@media (max-width: 959px) {
    .mail-env .mail-body .mail-header div.mail-title {
        width: 100%;
        white-space: normal;
    }

    .mail-env .mail-body .mail-header .mail-links {
        float: none;
        width: 100%;
        text-align: left;
        clear: left;
        padding-top: 10px;
    }

    .mail-env .mail-body .mail-info {
        display: block;
    }

        .mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date {
            display: block;
            width: 100%;
        }

            .mail-env .mail-body .mail-info .mail-sender.mail-sender, .mail-env .mail-body .mail-info .mail-date.mail-sender {
                padding-top: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #ebebeb;
            }

            .mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date {
                text-align: left;
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .mail-env .mail-body .mail-compose .compose-message-editor textarea {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .mail-env .mail-sidebar {
        width: 30.8%;
    }

    .mail-env .mail-body {
        width: 69.2%;
    }

        .mail-env .mail-body .mail-table tbody tr td.col-options {
            display: none;
        }

        .mail-env .mail-body .mail-table tbody tr td.col-subject a {
            max-width: 160px;
        }

        .mail-env .mail-body .mail-compose .compose-message-editor textarea {
            height: 240px;
        }
}

@media (max-width: 767px) {
    .mail-env .mail-sidebar, .mail-env .mail-body {
        width: 100%;
        float: none;
    }

        .mail-env .mail-body .mail-header .mail-title, .mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links {
            float: none;
            width: 100%;
        }

            .mail-env .mail-body .mail-header .mail-title.mail-search, .mail-env .mail-body .mail-header .mail-search.mail-search, .mail-env .mail-body .mail-header .mail-links.mail-search, .mail-env .mail-body .mail-header .mail-title.mail-links, .mail-env .mail-body .mail-header .mail-search.mail-links, .mail-env .mail-body .mail-header .mail-links.mail-links {
                margin-top: 20px;
            }

        .mail-env .mail-body .mail-header .mail-links {
            padding-top: 0;
        }
}

@media (max-width: 449px) {
    .mail-env .mail-body .mail-table tbody tr td.col-subject a {
        max-width: 40px;
    }

    .mail-env .mail-body .mail-table tbody tr > td.col-name a.star {
        display: none;
    }

    .mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child {
        padding-right: 10px;
    }

    .mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child {
        padding-left: 10px;
    }
}

.login-page {
    background: #303641;
}

    .login-page .login-content {
        position: relative;
        width: 320px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -webkit-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }

        .login-page .login-content a {
            color: #949494;
        }

    .login-page .login-header {
        position: relative;
        /*background: #373e4a;*/
        padding: 100px 0;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -webkit-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }

        .login-page .login-header .description {
            font-size: 13px;
            margin-top: 20px;
            margin-bottom: 0;
            -moz-transition: all 550ms ease-in-out;
            -o-transition: all 550ms ease-in-out;
            -webkit-transition: all 550ms ease-in-out;
            transition: all 550ms ease-in-out;
        }

    /*.login-page .login-header.login-caret:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: 0;
            margin-left: -12.5px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 13px 12.5px 0 12.5px;
            border-color: #373e4a transparent transparent transparent;
            bottom: -13px;
            -moz-transition: all 550ms ease-in-out;
            -o-transition: all 550ms ease-in-out;
            -webkit-transition: all 550ms ease-in-out;
            transition: all 550ms ease-in-out;
        }*/

    .login-page .login-form {
        position: relative;
        padding-top: 60px;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -webkit-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }

        .login-page .login-form .form-group {
            margin-bottom: 20px;
            -moz-transition: all 550ms ease-in-out;
            -o-transition: all 550ms ease-in-out;
            -webkit-transition: all 550ms ease-in-out;
            transition: all 550ms ease-in-out;
        }

            .login-page .login-form .form-group .input-group {
                background: #373e4a;
                border: 1px solid #373e4a;
                padding-top: 6px;
                padding-bottom: 6px;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .login-page .login-form .form-group .input-group.focused {
                    border-color: #626f85;
                    border-color: rgba(98,111,133,0.5);
                }

                .login-page .login-form .form-group .input-group.validate-has-error {
                    border-color: #ec5956;
                    border-color: rgba(236,89,86,0.5);
                }

                    .login-page .login-form .form-group .input-group.validate-has-error .error {
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        margin-top: -8px;
                        font-size: 10px;
                    }

                .login-page .login-form .form-group .input-group .input-group-addon, .login-page .login-form .form-group .input-group .form-control {
                    background: transparent;
                    border: 0;
                }

                .login-page .login-form .form-group .input-group .input-group-addon {
                    position: relative;
                }

                    .login-page .login-form .form-group .input-group .input-group-addon:after {
                        position: absolute;
                        display: block;
                        content: '';
                        right: 0;
                        top: 0;
                        height: 100%;
                        width: 1px;
                        background: #454a54;
                        -webkit-transform: scaleY(0.56);
                        -moz-transform: scaleY(0.56);
                        -o-transform: scaleY(0.56);
                        -ms-transform: scaleY(0.56);
                        transform: scaleY(0.56);
                    }

                .login-page .login-form .form-group .input-group .form-control {
                    color: #ffffff;
                }

                    .login-page .login-form .form-group .input-group .form-control:focus {
                        -moz-box-shadow: none;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

            .login-page .login-form .form-group.lockscreen-input {
                margin-top: -155px;
            }

                .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb {
                    position: relative;
                    display: inline-block;
                }

                    .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {
                        border: 5px solid #373e4a;
                    }

                    .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {
                        display: block;
                        position: absolute;
                        margin: 5px;
                        left: 0;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        color: #ffffff;
                        font-size: 19px;
                        text-align: center;
                        line-height: 145px;
                        background: rgba(0,0,0,0.3);
                        visibility: hidden;
                        -webkit-background-clip: padding-box;
                        -moz-background-clip: padding;
                        background-clip: padding-box;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        -moz-transition: all 550ms ease-in-out;
                        -o-transition: all 550ms ease-in-out;
                        -webkit-transition: all 550ms ease-in-out;
                        transition: all 550ms ease-in-out;
                        -webkit-opacity: 0;
                        -moz-opacity: 0;
                        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                        opacity: 0;
                        filter: alpha(opacity=0);
                    }

                    .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb canvas {
                        position: absolute;
                        left: 0;
                        top: 0;
                    }

                .login-page .login-form .form-group.lockscreen-input .lockscreen-details {
                    position: relative;
                    padding-top: 5px;
                }

                    .login-page .login-form .form-group.lockscreen-input .lockscreen-details h4 {
                        color: #ffffff;
                    }

                    .login-page .login-form .form-group.lockscreen-input .lockscreen-details span {
                        display: block;
                        padding-bottom: 5px;
                    }

            .login-page .login-form .form-group .btn-login {
                border: 1px solid #454a54;
                text-align: left;
                padding: 15px 20px;
                font-size: 14px;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .login-page .login-form .form-group .btn-login i {
                    float: right;
                    margin-top: 3px;
                }

                .login-page .login-form .form-group .btn-login:hover, .login-page .login-form .form-group .btn-login:active {
                    background: #373e4a;
                }

            .login-page .login-form .form-group .facebook-button, .login-page .login-form .form-group .twitter-button, .login-page .login-form .form-group .google-button {
                text-align: left;
                color: #fff;
                background-color: #3b5998;
                font-size: 12px;
                -moz-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .login-page .login-form .form-group .facebook-button i, .login-page .login-form .form-group .twitter-button i, .login-page .login-form .form-group .google-button i {
                    background-color: #385490;
                    -moz-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    -webkit-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                .login-page .login-form .form-group .facebook-button:hover, .login-page .login-form .form-group .twitter-button:hover, .login-page .login-form .form-group .google-button:hover {
                    background-color: rgba(59,89,152,0.8);
                }

                    .login-page .login-form .form-group .facebook-button:hover i, .login-page .login-form .form-group .twitter-button:hover i, .login-page .login-form .form-group .google-button:hover i {
                        background-color: #31497e;
                    }

                .login-page .login-form .form-group .facebook-button.twitter-button, .login-page .login-form .form-group .twitter-button.twitter-button, .login-page .login-form .form-group .google-button.twitter-button {
                    background-color: #4099ff;
                }

                    .login-page .login-form .form-group .facebook-button.twitter-button i, .login-page .login-form .form-group .twitter-button.twitter-button i, .login-page .login-form .form-group .google-button.twitter-button i {
                        background-color: #0d7eff;
                    }

                    .login-page .login-form .form-group .facebook-button.twitter-button:hover, .login-page .login-form .form-group .twitter-button.twitter-button:hover, .login-page .login-form .form-group .google-button.twitter-button:hover {
                        background-color: rgba(64,153,255,0.8);
                    }

                        .login-page .login-form .form-group .facebook-button.twitter-button:hover i, .login-page .login-form .form-group .twitter-button.twitter-button:hover i, .login-page .login-form .form-group .google-button.twitter-button:hover i {
                            background-color: #0071f3;
                        }

                .login-page .login-form .form-group .facebook-button.google-button, .login-page .login-form .form-group .twitter-button.google-button, .login-page .login-form .form-group .google-button.google-button {
                    background-color: #d34836;
                }

                    .login-page .login-form .form-group .facebook-button.google-button i, .login-page .login-form .form-group .twitter-button.google-button i, .login-page .login-form .form-group .google-button.google-button i {
                        background-color: #b03626;
                    }

                    .login-page .login-form .form-group .facebook-button.google-button:hover, .login-page .login-form .form-group .twitter-button.google-button:hover, .login-page .login-form .form-group .google-button.google-button:hover {
                        background-color: rgba(211,72,54,0.8);
                    }

                        .login-page .login-form .form-group .facebook-button.google-button:hover i, .login-page .login-form .form-group .twitter-button.google-button:hover i, .login-page .login-form .form-group .google-button.google-button:hover i {
                            background-color: #9b3022;
                        }

    .login-page .login-bottom-links {
        padding-top: 40px;
        padding-bottom: 30px;
    }

        .login-page .login-bottom-links a {
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            .login-page .login-bottom-links a:hover {
                color: #aeaeae;
            }

        .login-page .login-bottom-links .link {
            font-size: 14px;
            display: inline-block;
            margin-bottom: 10px;
            color: rgba(255,255,255,0.7);
            -moz-transition: all 550ms ease-in-out;
            -o-transition: all 550ms ease-in-out;
            -webkit-transition: all 550ms ease-in-out;
            transition: all 550ms ease-in-out;
        }

            .login-page .login-bottom-links .link:hover {
                color: #ffffff;
            }

    .login-page .login-progressbar {
        height: 0px;
        width: 100%;
        overflow: hidden;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -webkit-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }

        .login-page .login-progressbar div {
            width: 0%;
            -moz-transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1);
            -webkit-transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1);
            transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1);
        }

    .login-page .login-progressbar-indicator {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 100%;
        margin-top: 80px;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(100px) scale(0.2);
        -moz-transform: translateY(100px) scale(0.2);
        -o-transform: translateY(100px) scale(0.2);
        -ms-transform: translateY(100px) scale(0.2);
        transform: translateY(100px) scale(0.2);
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -webkit-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }

        .login-page .login-progressbar-indicator h3 {
            color: #fff;
            margin: 0;
            margin-bottom: 10px;
            font-size: 20px;
        }

    .login-page.logging-in {
        overflow: hidden;
    }

        .login-page.logging-in .login-header {
            padding-top: 170px;
            padding-bottom: 30px;
        }

            .login-page.logging-in .login-header.login-caret:after {
                -webkit-opacity: 0;
                -moz-opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .login-page.logging-in .login-header .description {
                -webkit-opacity: 0;
                -moz-opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                opacity: 0;
                filter: alpha(opacity=0);
            }

        .login-page.logging-in .login-form form, .login-page.logging-in .login-form .link {
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-200px) scale(0.8);
            -moz-transform: translateY(-200px) scale(0.8);
            -o-transform: translateY(-200px) scale(0.8);
            -ms-transform: translateY(-200px) scale(0.8);
            transform: translateY(-200px) scale(0.8);
        }

        .login-page.logging-in .login-progressbar {
            background: #515b6d;
            height: 2px;
        }

            .login-page.logging-in .login-progressbar div {
                background: #de6c65;
                height: 2px;
            }

        .login-page.logging-in .login-progressbar-indicator {
            visibility: visible;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateY(0px) scale(1);
            -moz-transform: translateY(0px) scale(1);
            -o-transform: translateY(0px) scale(1);
            -ms-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
        }

    .login-page.logging-in-lockscreen .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .login-page.logging-in-lockscreen .login-form .form-group:nth-child(n+2), .login-page.logging-in-lockscreen .login-form .link {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-50px) scale(0.5);
        -moz-transform: translateY(-50px) scale(0.5);
        -o-transform: translateY(-50px) scale(0.5);
        -ms-transform: translateY(-50px) scale(0.5);
        transform: translateY(-50px) scale(0.5);
    }

    .login-page.login-form-fall .login-form {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        filter: alpha(opacity=0);
        top: -100px;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -webkit-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }

        .login-page.login-form-fall .login-form .form-group {
            -moz-transition: all 550ms ease-in-out;
            -o-transition: all 550ms ease-in-out;
            -webkit-transition: all 550ms ease-in-out;
            transition: all 550ms ease-in-out;
            -moz-transition-delay: 250ms;
            -o-transition-delay: 250ms;
            -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            filter: alpha(opacity=0);
        }

            .login-page.login-form-fall .login-form .form-group:nth-child(2) {
                -moz-transition-delay: 350ms;
                -o-transition-delay: 350ms;
                -webkit-transition-delay: 350ms;
                transition-delay: 350ms;
            }

            .login-page.login-form-fall .login-form .form-group:nth-child(3) {
                -moz-transition-delay: 450ms;
                -o-transition-delay: 450ms;
                -webkit-transition-delay: 450ms;
                transition-delay: 450ms;
            }

            .login-page.login-form-fall .login-form .form-group:nth-child(4) {
                -moz-transition-delay: 550ms;
                -o-transition-delay: 550ms;
                -webkit-transition-delay: 550ms;
                transition-delay: 550ms;
            }

            .login-page.login-form-fall .login-form .form-group:nth-child(5) {
                -moz-transition-delay: 650ms;
                -o-transition-delay: 650ms;
                -webkit-transition-delay: 650ms;
                transition-delay: 650ms;
            }

            .login-page.login-form-fall .login-form .form-group:nth-child(6) {
                -moz-transition-delay: 750ms;
                -o-transition-delay: 750ms;
                -webkit-transition-delay: 750ms;
                transition-delay: 750ms;
            }

            .login-page.login-form-fall .login-form .form-group:nth-child(8) {
                -moz-transition-delay: 850ms;
                -o-transition-delay: 850ms;
                -webkit-transition-delay: 850ms;
                transition-delay: 850ms;
            }

            .login-page.login-form-fall .login-form .form-group:nth-child(9) {
                -moz-transition-delay: 950ms;
                -o-transition-delay: 950ms;
                -webkit-transition-delay: 950ms;
                transition-delay: 950ms;
            }

    .login-page.login-form-fall-init .login-form {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        filter: alpha(opacity=100);
        top: 0;
    }

        .login-page.login-form-fall-init .login-form .form-group {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .login-page .form-steps .step {
        display: none;
    }

        .login-page .form-steps .step.current {
            display: block;
        }

    .login-page .form-register-success, .login-page .form-forgotpassword-success, .login-page .form-login-error {
        display: none;
        background: #00a651;
        color: #ffffff;
        padding: 10px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 30px;
        overflow: hidden;
    }

        .login-page .form-register-success.visible, .login-page .form-forgotpassword-success.visible, .login-page .form-login-error.visible {
            display: block;
        }

        .login-page .form-register-success i, .login-page .form-forgotpassword-success i, .login-page .form-login-error i {
            position: relative;
            font-size: 25px;
            background: #008d45;
            display: block;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: -10px;
            margin-left: -10px;
            margin-right: -10px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

        .login-page .form-register-success h3, .login-page .form-forgotpassword-success h3, .login-page .form-login-error h3 {
            font-size: 15px;
            color: #ffffff;
            margin: 0;
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .login-page .form-register-success p, .login-page .form-forgotpassword-success p, .login-page .form-login-error p {
            font-size: 11px;
            margin: 0;
        }

        .login-page .form-register-success.form-login-error, .login-page .form-forgotpassword-success.form-login-error, .login-page .form-login-error.form-login-error {
            padding: 0;
            background: #cc2424;
        }

            .login-page .form-register-success.form-login-error h3, .login-page .form-forgotpassword-success.form-login-error h3, .login-page .form-login-error.form-login-error h3 {
                background: #b62020;
                padding: 10px;
                margin: 0;
                margin-bottom: 5px;
                font-size: 12px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
            }

            .login-page .form-register-success.form-login-error p, .login-page .form-forgotpassword-success.form-login-error p, .login-page .form-login-error.form-login-error p {
                padding: 10px;
            }

@media (max-width: 991px) {
    .login-page .login-header {
        padding: 20px 0;
    }

    .login-page .login-form {
        padding-top: 30px;
    }

        .login-page .login-form .form-group.lockscreen-input {
            margin-top: 0;
        }

    .login-page.logging-in .login-header {
        padding-top: 34px;
        padding-bottom: 6px;
    }

    .login-page.logging-in .login-progressbar-indicator {
        margin-top: 60px;
    }

    .login-page.logging-in .login-form form, .login-page.logging-in .login-form .link {
        -webkit-transform: translateY(-100px) scale(0.6);
        -moz-transform: translateY(-100px) scale(0.6);
        -o-transform: translateY(-100px) scale(0.6);
        -ms-transform: translateY(-100px) scale(0.6);
        transform: translateY(-100px) scale(0.6);
    }
}

@media (max-width: 350px) {
    .login-page .login-content {
        /*width: 280px;*/
        width: 100%;
    }
}

.icheck-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .icheck-list > li {
        display: block;
        margin-bottom: 10px;
    }

        .icheck-list > li:last-child {
            margin-bottom: 0;
        }

.icheck-skins {
    display: block;
    margin-top: 10px;
}

    .icheck-skins:before, .icheck-skins:after {
        content: " ";
        display: table;
    }

    .icheck-skins:after {
        clear: both;
    }

    .icheck-skins a {
        display: inline-block;
        border: 1px solid transparent;
        background: #333;
        -moz-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

        .icheck-skins a[data-color-class="red"] {
            background-color: #d54e21;
        }

        .icheck-skins a[data-color-class="green"] {
            background-color: #1b7e5a;
        }

        .icheck-skins a[data-color-class="blue"] {
            background-color: #2489c5;
        }

        .icheck-skins a[data-color-class="aero"] {
            background-color: #9cc2cb;
        }

        .icheck-skins a[data-color-class="grey"] {
            background-color: #73716e;
        }

        .icheck-skins a[data-color-class="orange"] {
            background-color: #f70;
        }

        .icheck-skins a[data-color-class="yellow"] {
            background-color: #fc3;
        }

        .icheck-skins a[data-color-class="pink"] {
            background-color: #a77a94;
        }

        .icheck-skins a[data-color-class="purple"] {
            background-color: #6a5a8c;
        }

        .icheck-skins a.current {
            -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5);
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -o-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15);
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15);
        }

.m-l {
    margin-left: 15px;
}

.m-l-none {
    margin-left: 0;
}

.m-l-mini {
    margin-left: 5px;
}

.m-l-small {
    margin-left: 10px;
}

.m-l-large {
    margin-left: 20px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-mini {
    margin-left: -5px;
}

.m-l-n-small {
    margin-left: -10px;
}

.m-l-n-large {
    margin-left: -20px;
}

.m-l-double-large {
    margin-left: 40px;
}

.m-t {
    margin-top: 15px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-mini {
    margin-top: 5px;
}

.m-t-small {
    margin-top: 10px;
}

.m-t-large {
    margin-top: 20px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-xmini {
    margin-top: -1px;
}

.m-t-n-mini {
    margin-top: -5px;
}

.m-t-n-small {
    margin-top: -10px;
}

.m-t-n-large {
    margin-top: -20px;
}

.m-r {
    margin-right: 15px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-mini {
    margin-right: 5px;
}

.m-r-small {
    margin-right: 10px;
}

.m-r-large {
    margin-right: 20px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-mini {
    margin-right: -5px;
}

.m-r-n-small {
    margin-right: -10px;
}

.m-r-n-large {
    margin-right: -20px;
}

/*.m-b {
    margin-bottom: 15px;
}*/

.m-b-none {
    margin-bottom: 0;
}

.m-b-mini {
    margin-bottom: 5px;
}

.m-b-small {
    margin-bottom: 10px;
}

.m-b-large {
    margin-bottom: 20px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-mini {
    margin-bottom: -5px;
}

.m-b-n-small {
    margin-bottom: -10px;
}

.m-b-n-large {
    margin-bottom: -20px;
}

.p-t-mini {
    padding-top: 5px;
}

.p-l-mini {
    padding-left: 5px;
}

.p-r-mini {
    padding-right: 5px;
}

.content-sidebar {
    border-bottom: 1px solid #d1d4d7;
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

    .content-sidebar .sidebar {
        border: 0 solid #d1d4d7;
        border-right-width: 1px;
    }

.sidebar {
    width: 200px;
    display: table-cell;
    vertical-align: top;
}

.sidebar-small {
    width: 160px;
}

.sidebar-large {
    width: 300px;
}

.main + .sidebar {
    border-right-width: 0;
    border-left-width: 1px;
}

::-webkit-scrollbar {
    width: .25em;
    height: .25em;
    position: absolute;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.15);
}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
}

.main.padder {
    padding: 0 10px;
}

.padder {
    padding: 0 15px;
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-padder {
    padding: 0 !important;
}

.line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    border-width: 0;
    border-top: 1px solid #e0e4e8;
}

.line-mini {
    margin: 0;
}

.line-dashed {
    border-style: dashed;
    background: transparent;
}

.line-large {
    margin-top: 15px;
    margin-bottom: 15px;
}

.dropdown-select > li > a input {
    position: absolute;
    left: -9999em;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #1d2d3d;
}

.bg-light {
    background: #e1e5e9;
    color: #414549;
}

.bg-lighter {
    background: #f1f5f9;
}

.bg-default {
    background: #bac3cc;
}

.bg-white-desktop {
    background-color: #fff;
}

.bg-focus {
    background: #ffffee !important;
}

.icon-xlarge:before {
    font-size: 1.5em;
    vertical-align: -14%;
}

.block {
    display: block;
    margin-bottom: 10px;
}

    .block.hide {
        display: none;
    }

.pull-left {
    margin-right: 10px;
}

.inline, .inline-desktop {
    display: inline-block;
}

.text-active, .active .text {
    display: none !important;
}

.active .text-active {
    display: inline-block !important;
}

.btn-group .btn:not(.active) i.entypo-check {
    display: none;
}

.th-sortable {
    cursor: pointer;
}

    .th-sortable .th-sort {
        float: right;
        position: relative;
    }

.th-sort i {
    position: relative;
    z-index: 1;
}

.th-sort .icon-sort {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bac3cc;
    z-index: 0;
}

.login-page .login-form .form-group .input-group label.error, .password-page .form-group .input-group label.error, .cnpForm .form-group .input-group label.error {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    font-size: 10px;
}

.profile-env section.profile-info-tabs .nav-tabs {
    margin-bottom: 0px;
}

.profile-env section.profile-info-tabs .tab-content {
    background-color: white;
}

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li {
    background-color: white;
}

    .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li {
        background-color: white;
    }

.language-selector {
    margin-top: 0px;
    padding-top: 4px;
}

    .language-selector .dropdown-menu {
        width: 125px !important;
        min-width: 125px;
    }

.text-warning {
    color: #f4c414;
}

.text-success {
    color: #468847;
}

.text-danger {
    color: #ff5f5f;
}

.text-white {
    color: #fff !important;
}

.text-main {
    color: #555555;
}

.text-black {
    color: black;
}

body {
    -webkit-perspective: none;
    -moz-perspective: none;
    perspective: none;
    -webkit-perspective: none;
    -moz-perspective: none;
    perspective: none;
}

.icon-6x {
    font-size: 6em;
}

.modal-header {
    background-color: #f7f8f9;
}

@media screen and (min-width: 600px) {
    .page-container.horizontal-menu header.navbar .navbar-brand {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 600px) {
    .page-container.horizontal-menu header.navbar ul.nav > li {
        padding-left: 3px;
        padding-right: 3px;
    }

    .language-selector {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.login-page .login-header {
    padding: 0px 0px;
}

.login-page .login-form {
    padding-top: 10px;
}

.login-page .login-bottom-links {
    padding-top: 10px;
    padding-bottom: 0px;
}

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu li, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu a, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu p {
    color: #555555;
}

.list-group-item, .list-group-item p {
    color: #555555;
}

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a:hover {
    color: #3a5a7a;
}

.profile-page.main-content {
    min-height: 450px;
}

button.full-width {
    width: 100%;
}

.calendar-env .calendar-body {
    width: 100%;
    background-color: white;
}

.login-page .login-form .form-group.lockscreen-input {
    margin-top: -100px;
}

.login-page .login-header.lockscreen {
    padding-top: 50px;
    padding-bottom: 100px;
}

.move .open > .dropdown-menu {
    max-height: 518px;
    overflow-y: scroll;
}

ul.dropdown-menu.board-menu > li a {
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.dropdown-menu.board-menu {
    overflow-y: scroll;
}

@media screen and (max-width: 320px) {
    #cm-user-trigger + .popover {
        left: -13px !important;
    }
}

#cm-emo-area .emo {
    background-image: url("pixta_man_2.jpg");
}

    #cm-emo-area .emo.woman {
        background-image: url("pixta_woman_2.jpg");
    }

.file-input-wrapper.inline {
    width: 94px;
    display: inline-block;
}

.file-input-wrapper input[type="file"] {
    opacity: 0;
    -moz-opacity: 0;
    position: 0;
    top: 0;
    left: 0;
    outline: 0;
}

@media (max-width: 480px) {
    .profile-env .col-sm-7, .profile-env .col-sm-3 {
        text-align: left;
    }

    .invoice-right {
        word-wrap: break-word;
    }
}

.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day:hover {
    background-color: rgba(0,0,0,0.1);
}

.text-line-through {
    text-decoration: line-through;
}

body .page-container.horizontal-menu header.navbar {
    background: #297fb8;
    z-index: initial;
}

    body .page-container.horizontal-menu header.navbar .navbar-nav {
        border-left: none;
    }

ul.navbar-right > li > a > i[class^="entypo-"]:before, ul.navbar-right > li > a > i[class*=" entypo-"]:before {
    color: #68b0e0;
}

body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
    color: white;
}

@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

html[lang="en"] body {
    font-size: 13px;
}

    html[lang="en"] body .btn {
        font-size: 14px;
        border-radius: 4px;
        font-weight: 600;
    }

    html[lang="en"] body h5, html[lang="en"] body .h5, html[lang="en"] body p, html[lang="en"] body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li, html[lang="en"] body .dropdown-menu {
        font-size: 13px;
    }

html[lang="jp"] body {
    font-size: 12px;
}

    html[lang="jp"] body .input-small.datepicker, html[lang="jp"] body .right-menu-item, html[lang="jp"] body #datepicker-view {
        font-weight: 500;
    }

a {
    cursor: pointer;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #list-activities pre {
    font-family: 'Open Sans',"HelveticaNeue", "Helvetica Neue", Helvetica, Arial,sans-serif;
}

html[lang="jp"] body, html[lang="jp"] h1, html[lang="jp"] h2, html[lang="jp"] h3, html[lang="jp"] h4, html[lang="jp"] h5, html[lang="jp"] h6, html[lang="jp"] .h1, html[lang="jp"] .h2, html[lang="jp"] .h3, html[lang="jp"] .h4, html[lang="jp"] .h5, html[lang="jp"] .h6, html[lang="jp"] #list-activities pre {
    font-family: 'Meiryo', Arial;
}

input::-webkit-input-placeholder {
    color: #aaa !important;
}

table.user-table th {
    word-wrap: break-word;
}

table.user-table td {
    word-break: break-all;
}

.table > tbody > tr > td.user-disable, .table > tbody > tr > th.user-disable, .table > tbody > tr.user-disable > td, .table > tbody > tr.user-disable > td a {
    color: #ccc;
}

.task-table > thead > tr > th#delete-task {
    cursor: pointer;
    text-align: center;
}

.task-table > thead > tr > th:hover {
    background-color: #ccc;
    color: #3a5a7a;
}

#select-slack-channel {
    display: none;
}

.slack_auth_link {
    color: #5c90d2;
}

.manage_slack_account {
    color: #5c90d2;
}

#slack-account {
    position: relative;
}

.modal-dialog .modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

table.board-list-table th {
    word-wrap: break-word;
}

table.board-list-table td {
    word-break: break-all;
}

table.board-member-list-table th, table.board-member-list-table td {
    word-wrap: break-word;
}

.error {
    color: #FF0000;
    font-weight: normal;
}

input.error, textarea.error {
    border-color: #ff5f5f !important;
}

#flash_banner .error {
    padding: 10px 35px 10px 15px;
}

.notice {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 20px;
    padding: 10px 35px 10px 15px;
    border-color: rgba(10,20,20,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
    font-size: 75%;
    text-shadow: 0 1px 0 #FFFFFF;
}

.th-sort .icon-sort {
    left: auto !important;
    right: 0 !important;
}

.parsley-error-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px;
    color: #FF0000;
}

.parsley-error {
    border-color: #ff5f5f !important;
}

.profile-full-name {
    max-width: 640px;
}

.nav-primary {
    min-height: 200px;
}

.popover {
    max-width: 500px;
}

    .popover .popover-title .close {
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .popover.fade:not(.in) {
        z-index: -100;
    }

    .popover.fade.in {
        z-index: 1010;
    }

@media (min-width: 600px) {
    .search-popover, .search-can-user {
        width: 370px !important;
    }
}

@media (max-width: 600px) {
    .search-popover, .search-can-user {
        width: 280px !important;
    }
}

@media (min-width: 369px) {
    .search-popover #board-member-list {
        max-height: 285px;
        overflow-y: auto;
    }

    .search-popover .suggest-list#board-member-list {
        margin-top: -30px;
    }
}

.non-team-member-popover {
    top: 0 !important;
    margin-top: 42px !important;
    width: 270px !important;
}

.owner-board-popover {
    width: 280px !important;
}

.task-control-popover {
    left: auto !important;
    right: 8px;
}

    .task-control-popover .arrow {
        right: 10px !important;
    }

    .task-control-popover [class^="icon-"] {
        margin-right: 3px;
        margin-left: 3px;
    }

.checklist-popover {
    width: 310px !important;
}

.task-checklist-dropdown {
    max-height: 300px;
    overflow-y: scroll;
}

.global-search-popover {
    width: 285px !important;
}

.popover.bottom-right .arrow {
    right: 2px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px;
}

#emotion-span .popover.bottom-right .arrow {
    right: 52px;
}

#emotion-span:hover, #cm-user-span:hover {
    background-color: #ffffff;
}

.popover.bottom-right .arrow:after {
    top: 2px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.item-search, .remove-member-popup, #visitor-list img, .pointer-cursor {
    cursor: pointer;
}

    .item-search.selected {
        background-color: #318ec4;
        color: white;
    }

.table-condensed th.clear {
    background-color: #00a651;
    color: #fff;
    position: relative;
    top: 3px;
}

.datepicker-days {
    margin-bottom: 3px;
}

.table-condensed th.clear:hover {
    background-color: #007d3d;
}

.delete-board-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-content form {
    margin-bottom: 0px;
}

.task-list {
    min-height: 70px;
    padding: 0 10px 6px 10px;
}

.list-item-sortable.ui-sortable-helper, .task-item-sortable.ui-sortable-helper {
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.sortable-placeholder {
    background-color: #D0D0D0;
    border: #3E4E5E 1px dashed;
}

.list-item-sortable .sortable-placeholder {
    margin-top: 10px;
    margin-right: 1px;
}

.list-sortable > .sortable-placeholder {
    float: left;
}

.task-view-detail {
    border-top: none;
}

    .task-view-detail .title-separator {
        margin: 0px 0px;
        margin-top: 8px;
    }

    .task-view-detail img {
        translateZ: 0;
    }

.list-item-sortable {
    position: relative;
    float: left;
    width: 250px;
}

    .list-item-sortable .list-title {
        padding-top: 8px;
        padding-bottom: 4px;
        line-height: 1em;
    }

        .list-item-sortable .list-title .list-name, .list-item-sortable .list-title .list-control-container {
            line-height: 1.4em;
        }

    .list-item-sortable .panel {
        margin-bottom: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

        .list-item-sortable .panel .panel-heading {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            padding: 0px;
            color: black;
            font-size: 1em;
        }

            .list-item-sortable .panel .panel-heading a {
                color: white;
            }

            .list-item-sortable .panel .panel-heading #task-control-tooltip a {
                color: #656565;
            }

            .list-item-sortable .panel .panel-heading #list-control-popover-content a {
                color: #656565;
            }

            .list-item-sortable .panel .panel-heading #list-control-popover-content .box-left {
                width: 55%;
            }

            .list-item-sortable .panel .panel-heading #list-control-popover-content .box-right {
                width: 45%;
            }

            .list-item-sortable .panel .panel-heading #list-control-popover-content .box {
                float: left;
                text-align: left;
            }

            .list-item-sortable .panel .panel-heading small {
                font-size: 100%;
            }

    .list-item-sortable .list {
        padding-left: 5px;
        padding-right: 5px;
    }

@media screen and (min-width: 768px) {
    .list-item-sortable:first-child, .add-more-list:first-child {
        margin-left: 10px;
    }
}

.add-more-list {
    position: relative;
}

    .add-more-list .panel .panel-heading a {
        color: white;
    }

    .add-more-list .panel .add-new-list {
        position: relative;
    }

    .add-more-list .panel .add-more-btn {
        padding: 10px 30px;
        top: 32px;
        border-radius: 4px;
        position: absolute;
        background: #f7f7f7;
        color: #cccccc;
        min-width: 215px;
        display: inline-block;
    }

        .add-more-list .panel .add-more-btn span {
            font-size: 14px;
            font-weight: bold;
        }

        .add-more-list .panel .add-more-btn i {
            margin: 0px;
            font-size: 18px;
            line-height: 18px;
            display: inline-block;
        }

            .add-more-list .panel .add-more-btn i:before {
                border-radius: 50%;
                margin: 0px;
                color: #CECECE;
                background: #E7E7E7;
            }

    .add-more-list.add-more-mobile-view .add-more-btn {
        position: relative;
        top: 10px;
    }

.task-list, .task-search-list, .task-item-sortable {
    position: inherit;
    background-color: #f5f7f8;
}

    .task-list .panel-heading, .task-search-list .panel-heading, .task-item-sortable .panel-heading {
        background-color: white;
        border-color: white;
        padding: 4px 8px !important;
        font-size: 0.9em;
    }

        .task-list .panel-heading .task-header, .task-search-list .panel-heading .task-header, .task-item-sortable .panel-heading .task-header {
            margin-top: 5px;
            margin-bottom: 5px;
            line-height: 1em;
        }

            .task-list .panel-heading .task-header .task-name, .task-search-list .panel-heading .task-header .task-name, .task-item-sortable .panel-heading .task-header .task-name {
                width: 83%;
                display: inline-block;
                line-height: normal;
            }

        .task-list .panel-heading .task-name, .task-list .panel-heading .icon-cog, .task-list .panel-heading .expand-icon, .task-search-list .panel-heading .task-name, .task-search-list .panel-heading .icon-cog, .task-search-list .panel-heading .expand-icon, .task-item-sortable .panel-heading .task-name, .task-item-sortable .panel-heading .icon-cog, .task-item-sortable .panel-heading .expand-icon {
            color: #505458;
        }

    .task-list .task-item-sortable, .task-search-list .task-item-sortable, .task-item-sortable .task-item-sortable {
        box-shadow: 0px 1px 1px 0px rgba(130,145,153,0.5);
        margin-top: 10px;
        margin-right: 1px;
    }

        .task-list .task-item-sortable:last-child, .task-search-list .task-item-sortable:last-child, .task-item-sortable .task-item-sortable:last-child {
            margin-bottom: 4px;
        }

    .task-list .panel, .task-search-list .panel, .task-item-sortable .panel {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .task-list .panel-body, .task-search-list .panel-body, .task-item-sortable .panel-body {
        position: inherit;
        padding: 0px 8px 4px;
    }

        .task-list .panel-body .line, .task-search-list .panel-body .line, .task-item-sortable .panel-body .line {
            background-color: #FFFFFF;
            border-top: 1px solid #E0E4E8;
            border-width: 1px 0 0;
            font-size: 0;
            margin: 10px 0 2px;
            overflow: hidden;
        }

            .task-list .panel-body .line.title-separator, .task-search-list .panel-body .line.title-separator, .task-item-sortable .panel-body .line.title-separator {
                margin: 5px;
            }

    .task-item-sortable.ui-sortable-helper .popover {
        display: none !important;
    }

#task-area {
    width: 1515px;
}

.list-container::-webkit-scrollbar {
    height: 1em;
}

.text-justify {
    text-align: justify;
}

.list-item-sortable .list-name, .task-search-list .task-name {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}

.list-item-sortable .list-name {
    white-space: normal;
}

.task-list .task-name-touch, .list-item-sortable .list-name-touch, .task-search-list .task-name-touch {
    width: 65% !important;
}

.m-r-board {
    padding-right: 70px;
}

.word-wrap-text {
    word-wrap: break-word;
}

.pointer-cursor {
    cursor: pointer;
}

.width-auto {
    width: auto;
}

#task-view-detail {
    cursor: pointer;
}

.agree-term {
    font-size: 11px;
    padding-bottom: 10px;
}

.hidden-label {
    display: none !important;
}

.flash-notice-reset {
    overflow: hidden;
    display: none;
}

.search-wrapper {
    margin-left: 15px;
    padding: 10px 0 10px 0;
}

.search-wrapper-global-search {
    color: black;
}

.search-user .list-group-flush {
    margin: -15px -15px -15px;
}

.search-user .panel-footer {
    margin: 15px -15px -15px;
}

.list-container {
    overflow-x: auto;
    overflow-y: hidden;
}

.task-sortable {
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    .left-side ul.task-detail-right-menu ul.dropdown-menu {
        width: 196px;
    }

    .popover-content {
        overflow-x: hidden;
        overflow-y: auto;
    }

    #board-title-div {
        position: relative;
    }
}

.row.no-margin {
    margin: 0;
}

.col.no-padding {
    padding: 0;
}

.colpick {
    z-index: 1040;
}

.color-box, .datepicker {
    cursor: pointer !important;
}

.no-th-padding th {
    padding: 8px !important;
}

.negative-padding {
    left: -10px;
    position: absolute;
    top: 6px;
}

.my-btn-dropdown {
    float: none !important;
    max-width: 100px !important;
}

.my-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .my-col i {
        width: 28px !important;
    }

    .my-col div.task-attribute {
        padding-top: 2px !important;
        width: 124px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .my-col div.task-attribute input, .my-col div.task-attribute button {
            width: 88px !important;
            display: inline;
            float: none !important;
        }

    .my-col div.task-attribute-archive {
        padding-top: 2px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        min-width: 124px;
    }

        .my-col div.task-attribute-archive input, .my-col div.task-attribute-archive button {
            display: inline;
            float: none !important;
        }

            .my-col div.task-attribute-archive button#archive-btn {
                min-width: 88px !important;
            }

            .my-col div.task-attribute-archive button#restore-btn {
                width: 88px !important;
            }

    .my-col div.first-div {
        padding-left: 0px !important;
    }

@media screen and (min-width: 768px) {
    .my-col div.last-div {
        width: auto !important;
        padding-right: 0px !important;
    }
}

.my-col .padding-left-0 {
    padding-left: 0;
}

.my-col .color-btn {
    height: 34px;
}

.my-col .my-img {
    color: black !important;
    display: inline-block;
    width: 28px !important;
}

.my-form-control {
    height: 34px;
    line-height: 1.42857;
    padding: 6px 0px;
}

.color-select {
    list-style-type: none !important;
    padding: 0px !important;
    min-width: 0 !important;
    margin: 0 !important;
    width: 152px !important;
}

    .color-select li {
        cursor: pointer;
        display: block !important;
        float: left;
        height: 30px;
        width: 30px;
        border: 1px solid #E5E5E5;
    }

        .color-select li a, .color-select li a:hover, .color-select li a:focus {
            background: none !important;
            display: block !important;
            height: 30px;
            width: 30px;
        }

.padding-left-30 {
    padding-left: 30px !important;
}

.task-title-view, .task-edit-description {
    cursor: pointer;
    word-wrap: break-word;
    padding: 0;
    font-weight: 600;
}

#task-title-view {
    display: inline;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 21px;
    color: #414141;
}

    #task-title-view label.error {
        font-size: 12px;
    }

    #task-title-view span {
        margin: 5px;
    }

    #task-title-view .task-cancel-title i {
        font-size: 15px;
    }

    #task-title-view i.entypo-pencil {
        color: #949494 !important;
    }

.list-timeline {
    position: relative;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .list-timeline i.entypo-pencil {
        font-size: 18px;
        position: absolute;
        right: 0;
    }

    .list-timeline .tooltip {
        font-weight: normal;
    }

    .list-timeline #title-node, .list-timeline #description-node {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .list-timeline li {
        position: relative;
    }

.task-info-icon {
    color: #ebebeb;
    position: absolute;
    margin-left: -0.4em !important;
    left: -14px;
    top: 50%;
    margin-top: -10px;
}

#task-description-view {
    margin-left: 0;
    margin-right: 0;
}

    #task-description-view .task-description-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
        word-wrap: break-word;
    }

#edit-task-title-form {
    margin-top: 8px;
}

.edit-task-title-action {
    margin-bottom: 0;
}

.task-detail-header {
    padding: 0px 15px;
}

.task-creator {
    display: inline;
}

    .task-creator span {
        color: #aeaeae;
    }

    .task-creator img {
        width: 30px;
    }

.col.col-lg-12.task-title-view {
    padding-left: 10px;
}

.add-new-item {
    display: inline-block;
}

.new-item-btn {
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
}

    .new-item-btn a img {
        padding-bottom: 3px;
    }

.edit-checklist-title, #attach-file b {
    font-size: 15px;
}

#attach-file {
    color: #949494;
    margin-left: -0.2em;
}

    #attach-file:hover {
        cursor: pointer;
        color: #c5c5c5;
    }

#edit-view-checklist-form {
    display: block;
    margin-left: 0;
}

.checklist-items-with-progress-bar {
    padding-left: 35px !important;
}

    .checklist-items-with-progress-bar .checkbox-replace .cb-wrapper {
        border: 1px solid #949494;
    }

#subtask-list {
    margin-bottom: 20px;
}

.subtask-item {
    margin-bottom: 5px;
    margin-top: 5px;
}

    .subtask-item .subtask-item-content {
        cursor: move;
    }

    .subtask-item .cb-wrapper {
        border: 1px solid #949494 !important;
    }

    .subtask-item .subtask-item-content {
        border: 1px dashed #c3c3c3;
        border-radius: 0;
        padding: 10px 10px 6px 10px;
    }

        .subtask-item .subtask-item-content .subtask-item-description {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .subtask-item .subtask-item-content #edit-subtask-btn, .subtask-item .subtask-item-content #del-subtask-btn {
            font-size: 18px;
            color: #949494;
            display: inline-block;
        }

        .subtask-item .subtask-item-content .update-subtask-box {
            padding-top: 15px;
        }

    .subtask-item input[checked] + .checked {
        opacity: 1;
    }

.checklist-items-with-progress-bar .progress-bar, #subtasks-progress-bar .progress-bar.progress-bar-info {
    background-color: #00e972;
    height: 8px;
}

#task-details .progress {
    height: 8px;
}

.top-btn-icon, .left-side {
    margin-right: 0px !important;
}

#archive-pop-container .popover, #restore-pop-container .popover, #task-link-pop-container .popover {
    width: 170px;
    text-align: center;
    color: #66CC00;
}

.assign-user {
    padding-top: 5px;
}

.hidden-tmp {
    display: none !important;
}

    .hidden-tmp * {
        display: none !important;
    }

.open-right-sidebar-div {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .open-right-sidebar-div {
        padding: 0px 10px;
    }

    ul#member-list li a {
        display: block;
    }
}

@media screen and (max-width: 540px) {
    .open-right-sidebar-div {
        right: 30px;
        z-index: 11;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog.my-modal {
        width: 768px;
    }

    .promotion-div {
        margin-top: 21px;
    }
}

.checklist-row {
    margin-top: 10px;
}

#file-container #filelist {
    margin-bottom: 0px;
    margin-left: 44px;
}

#file-container .entypo-attach:before {
    margin-left: 0;
}

#file-container .entypo-attach {
    margin-right: 0.2em;
}

#task-detail-container.drag-file-mask {
    background-color: #fff;
}

    #task-detail-container.drag-file-mask .task-detail-model-header, #task-detail-container.drag-file-mask #task-detail-body {
        opacity: 0.2;
    }

.modal-content#task-detail-container {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ffffff;
}

    .modal-content#task-detail-container .note-editor {
        border-radius: 3px;
    }

        .modal-content#task-detail-container .note-editor .note-toolbar button {
            background-color: #ffffff;
        }

            .modal-content#task-detail-container .note-editor .note-toolbar button i {
                font-size: 12px;
            }

        .modal-content#task-detail-container .note-editor .note-editable {
            background-color: #f7f8fa;
            min-height: 240px;
        }

        .modal-content#task-detail-container .note-editor .dropdown-menu[data-name="color"] {
            left: -290px !important;
        }

        .modal-content#task-detail-container .note-editor .note-link-dialog {
            overflow: hidden;
        }

    .modal-content#task-detail-container #editor-comment-error {
        color: red;
        display: inline;
    }

    .modal-content#task-detail-container .check_button {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        opacity: .8;
    }

    .modal-content#task-detail-container .cross_button {
        opacity: .8;
    }

        .modal-content#task-detail-container .cross_button:hover, .modal-content#task-detail-container .check_button:hover {
            opacity: 1;
        }

#task-detail-container .modal-header {
    padding: 5px;
    border-bottom: 1px solid rgba(20,20,20,0.05);
}

.checkbox-deco .cb-wrapper {
    margin-bottom: -2px;
}

.task-detail-model-header.modal-header {
    background-color: #f7f8fa !important;
}

.task-detail-header .task-detail-list-name {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
}

.modal-header.task-detail-model-header button.close {
    margin-right: -18px;
    margin-top: -18px;
    font-size: 20px !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    color: #fff !important;
    font-weight: 600 !important;
    width: 24px;
    height: 24px;
    background-image: url("closebutton.png") !important;
    background-position: center;
}

button.close {
    outline: none;
}

.transparent-element {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
}

span.remove-member-popup {
    padding-right: 10px;
}

.smaller-font {
    font-size: 11px;
}

.medium-font {
    font-size: 15px;
}

.less-padding {
    padding-top: 5px;
}

.modal-title {
    word-wrap: break-word;
}

a#list-all-notifications {
    width: 80%;
    clear: none;
}

#list-activities, #list-all-activities, #notifications-list, #list-all-notifications {
    overflow-x: hidden;
    overflow-y: auto;
}

    #list-activities pre, #list-all-activities pre, #notifications-list pre, #list-all-notifications pre {
        padding: 4.5px;
        font-size: 12px;
        word-break: normal;
        word-wrap: break-all;
        white-space: pre-wrap;
        font-family: "Open Sans","HelveticaNeue", "Helvetica Neue", Helvetica, Arial,sans-serif;
    }

.slack-setting-select {
    margin-bottom: 10px;
}

.margin-top-1 {
    margin-top: 1px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-left-10 {
    padding-left: 10px;
}

.task-header-padding {
    padding: 4px 8px;
}

.checkbox .edit-item-content .item-complete {
    text-decoration: line-through;
    font-style: italic;
    color: #ccc;
}

.checkbox .edit-item-content .delete-item, .checkbox .edit-item-content .convert-item {
    text-decoration: underline;
}

.col.disable-side-padding {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 830px) {
    .modal-dialog.archived-modal-dialog {
        width: 830px;
    }
}

.archived-tag-color, .archived-tag-color:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.list-control-container {
    height: 18px;
}

    .list-control-container .centered-control {
        vertical-align: middle;
    }

.col-lg-4.archived-col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.archived-search-input {
    margin-left: -10px;
    margin-right: -10px;
}

.white-icon {
    color: white !important;
}

.padding-left-5 {
    padding-left: 5px;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-35 {
    margin-left: 35px;
}

.tooltip {
    white-space: nowrap;
    z-index: 99999;
}

.user-table .tooltip {
    white-space: pre-wrap;
}

.list .tooltip {
    position: fixed;
}

.content-no-padding {
    padding-left: 0 !important;
}

.list-board-container {
    overflow-x: auto;
    overflow-y: hidden;
}

    .list-board-container::-webkit-scrollbar {
        height: 1em;
    }

.notifications-list {
    overflow-y: auto;
}

.white-a, .white-a:hover {
    color: white;
    text-decoration: none;
}

.checkbox input[type="checkbox"].custom-checkbox {
    margin-top: 2px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

textarea {
    resize: vertical;
}

.easypiechart .h4 {
    font-size: 12px;
}

.list-control-popover {
    right: 8px !important;
    left: auto !important;
}

    .list-control-popover .arrow {
        left: auto !important;
        right: 8px !important;
    }

@media screen and (max-width: 768px) {
    .select-board {
        max-width: 768px;
        overflow: auto;
    }
}

.place-padding {
    padding: 5px;
}

.no-notification {
    margin: 10px 0;
}

    .no-notification.popup {
        margin: 35px 0 0 0;
    }

.loading-place {
    height: 50px;
    width: 100%;
}

.loading-place-small {
    height: 40px;
    width: 100%;
}

.container.archived {
    padding: 0;
}

body.modal-open {
    margin-right: 0px;
}

.card {
    width: 50px;
}

form#new_user .radio-custom {
    margin-left: auto;
}

.content-sidebar .sidebar {
    background-color: #f8f8f8;
    border-left: 1px solid #E6E6E6;
}

.social-footer {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .social-footer {
        position: inherit;
    }
}

#view-detail-popup, #comment-content {
    cursor: pointer;
}

    #view-detail-popup:hover {
        text-decoration: underline;
    }

ul#filelist > li {
    margin-bottom: 10px;
}

#filelist .border-img {
    border: 2px solid #F0F0F0;
    width: 50px;
    height: 40px;
    overflow: hidden;
}

    #filelist .border-img.makecover-photo {
        border: 2px solid #13C4A5;
    }

.cover-photo {
    padding-top: 5px;
}

    .cover-photo img {
        width: 100%;
    }

        .cover-photo img[src=""] {
            opacity: 0;
        }

.task-attribute .form-control, .task-attribute-archive .form-control {
    border-radius: 0;
}

.task-attribute .dropdown-menu, .task-attribute-archive .dropdown-menu {
    border-radius: 0;
}

.task-attribute .btn, .task-attribute-archive .btn {
    border-radius: 0;
}

.btn {
    box-shadow: none;
}

@media screen and (max-width: 600px) {
    .btn {
        position: inherit;
    }
}

.more-action-sidebar {
    position: relative;
    top: 3px;
}

.icon-stack {
    line-height: normal;
}

body {
    background-color: #fff;
    /*position: relative;*/
}

html[lang="jp"] #task-details .btn {
    font-weight: normal !important;
}

.navbar-form input[type="text"] {
    font-weight: normal;
}

.icon-stack .icon-stack-base {
    font-size: 1.7em;
}

.global-search-popover .popover-content {
    padding: 0;
}

.search-global-div .list-group {
    margin-bottom: 0px;
}

.search-global-div .panel {
    margin-bottom: 4px;
    border-radius: 0;
    box-shadow: none;
}

    .search-global-div .panel .panel-heading {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 6px 15px;
        color: white;
        font-size: 1em;
    }

.task-search-list {
    padding: 3px;
}

.task-icon-list i {
    position: relative;
    left: 0;
    color: #656565;
}

.task-icon-list .text-success {
    color: #468847;
}

.task-icon-list .text-danger {
    color: #ff5f5f;
}

.task-icon-list .text-warning {
    color: #f4c414;
}

#global-viewmore {
    text-align: center;
    margin-bottom: 5px;
}

.global-search-popover button.close {
    padding: 3px !important;
}

    .global-search-popover button.close i {
        color: #000000;
    }

.list-footer {
    padding: 7px 10px;
    background-color: #F0F0F0;
    color: #303641;
}

    .list-footer p {
        text-align: right;
        margin: 0px;
    }

.sub-section-line {
    border-top: 1px solid #F0F0F0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.my-nav-primary {
    min-height: 366px;
}

    .my-nav-primary:before, .my-nav-primary:after {
        display: table;
        content: " ";
    }

    .my-nav-primary:after {
        clear: both;
    }

.my-nav-primary {
    background-color: #233445;
}

    .my-nav-primary li {
        line-height: 1.5;
    }

        .my-nav-primary li li a {
            padding: 5px 15px;
        }

        .my-nav-primary li a i {
            margin-right: 0.5em;
        }

    .my-nav-primary > ul > li > a {
        color: #8e9eae;
        border-bottom: 1px solid #2a3b4c;
        padding: 10px 4px;
        position: relative;
        font-weight: 600;
    }

    .my-nav-primary > ul > li > .dropdown-menu {
        margin-left: 0;
        border-radius: 0;
    }

    .my-nav-primary > ul > .dropdown-submenu:hover > a, .my-nav-primary > ul > .dropdown-submenu:focus > a, .my-nav-primary > ul > li > a:hover, .my-nav-primary > ul > li > a:focus, .my-nav-primary > ul > li > a:active, .my-nav-primary > ul > li.active > a {
        color: #e1e5e9;
        background-color: transparent;
        transition: color .3s ease-in-out 0s;
    }

    .my-nav-primary > ul > li.active > a {
        border-left: 1px solid #13c4a5;
        padding-left: 9px;
    }

    .my-nav-primary > ul > .dropdown-submenu > a:after {
        display: none;
    }

    .my-nav-primary.bg-light > ul > li > a {
        border-bottom-color: #d0d4d8;
        color: #6e7e8e;
    }

        .my-nav-primary.bg-light > ul > .dropdown-submenu:hover > a, .my-nav-primary.bg-light > ul > .dropdown-submenu:focus > a, .my-nav-primary.bg-light > ul > li > a:hover, .my-nav-primary.bg-light > ul > li > a:focus, .my-nav-primary.bg-light > ul > li > a:active, .my-nav-primary.bg-light > ul > li.active > a {
            color: #3d4d5d;
        }

i.touch-movable {
    font-size: 1.8em !important;
    vertical-align: middle;
    float: left;
    margin-top: -5px;
    color: #3d4d5d;
}

.list-header {
    font-size: 14px !important;
    padding-left: 7px !important;
    padding-right: 5px !important;
    color: #fff !important;
}

    .list-header .list-name {
        font-weight: bold;
    }

    .list-header i.touch-movable {
        margin-top: 7px;
    }

.checklist-popover .popover-content {
    overflow: visible;
}

.inline-date select {
    display: inline-block;
}

ul.flag-ul > li {
    float: left;
}

    ul.flag-ul > li img {
        opacity: 0.5;
        width: 38px;
        margin-top: 5px;
        border: 1px solid gray;
    }

    ul.flag-ul > li.active img {
        opacity: 1;
    }

.display-result .input-sm {
    border-radius: 0;
}

.border-div {
    border: 1px solid #F0F0F0;
}

#file-container #filelist.no-style-ul {
    list-style-type: none;
    margin-left: 0px;
}

    #file-container #filelist.no-style-ul .media {
        border: none;
        overflow: visible;
        padding-left: 20px;
    }

.btn.max-width {
    width: 100%;
    min-height: 34px;
}

.left-side .btn-group {
    display: block;
    margin: 0px 0 10px 0px;
}

    .left-side .btn-group .btn {
        min-height: auto;
    }

        .left-side .btn-group .btn:first-child {
            width: 100%;
            text-align: left;
            border-bottom-right-radius: 4px !important;
            border-top-right-radius: 4px !important;
        }

        .left-side .btn-group .btn:nth-child(2) {
            position: absolute;
            right: 0;
            z-index: 1000;
            background-color: #F7F8F9;
        }

    .left-side .btn-group .dropdown-menu {
        margin-top: 0;
        top: 100%;
        left: 0;
        right: 0;
        border-radius: 3px;
        float: right;
        z-index: 1001;
    }

        .left-side .btn-group .dropdown-menu > .disabled.active > a {
            color: white;
        }

            .left-side .btn-group .dropdown-menu > .disabled.active > a:hover {
                color: #7d8086;
            }

    .left-side .btn-group input.form-control[readonly] {
        background-color: white;
    }

    .left-side .btn-group .clear-due-date-icon:before {
        margin-left: .2em;
        margin-right: .2em;
        margin-left: -0.2em;
        margin-right: 0.2em;
        width: 1em;
    }

    .left-side .btn-group .task-detail-button-icons:before {
        margin-left: -0.2em;
    }

    .left-side .btn-group .task-detail-button-icons.icon-copy, .left-side .btn-group .task-detail-button-icons.icon-move {
        margin-right: 0.6em;
    }

    .left-side .btn-group .task-detail-button-icons .icon-copy, .left-side .btn-group .task-detail-button-icons .icon-move {
        margin-right: 0.6em;
    }

    .left-side .btn-group #priority-select li a, .left-side .btn-group #category-select li a, .left-side .btn-group #assign-selection li a {
        border-radius: 0;
    }

#export-div .dropdown-menu > li > a {
    border-radius: 0;
}

#add-cm-textarea {
    border-bottom: none;
    overflow: hidden;
    font-size: 13px;
}

#archive-div:before, #restore-div:before, #watch-1-div:before, #watch-2-div:before, #archive-div:hover:before, #restore-div:hover:before, #watch-1-div:hover:before, #watch-2-div:hover:before, #clone-task-div:before, #imove-task-div:before, #delete-task-div:before {
    content: '' !important;
}

#archive-restore-li {
    position: relative;
}

    #archive-restore-li #archive-restore-mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

#archive-pop-container .popover {
    margin-top: 20px;
}

#restore-pop-container .popover {
    margin-top: -19px;
}

.right-side, .left-side {
    padding-left: 0;
    padding-right: 0;
}

    .right-side .nav-tabs {
        padding-top: 6px;
        width: 100%;
        display: inline-block;
    }

    .right-side .tab-content #subtasks {
        margin-top: 15px;
    }

.top-btn-icon {
    margin-top: 13px;
}

    .top-btn-icon .entypo-list {
        margin-left: -0.3em;
    }

    .top-btn-icon a#add-new-checklist {
        margin-right: 8px;
        border: 1px solid #949494;
        padding: 6px 6px 6.5px 6px;
    }

    .top-btn-icon a#pickfiles-top {
        border: 1px solid #949494;
        padding: 6px 4px 6.5px 4px;
    }

    .top-btn-icon i {
        font-size: 16px;
        vertical-align: middle;
    }

.right-side .nav > li > a {
    text-align: center;
}

ul.nav-tabs li a {
    background-color: #f7f8f9;
    color: #979797 !important;
}

.right-side ul.nav-tabs li {
    border-bottom: 1px solid rgba(96,96,96,0.05);
}

#task-detail-body ul.nav-tabs li.active a {
    background-color: #0298ee !important;
    color: #fff !important;
    font-weight: 700;
}

.nav-submenu .btn-group {
    position: relative;
    background-color: #f7f8fa;
    color: #606060 !important;
    margin-bottom: 0;
    border-top: 1px solid rgba(20,20,20,0.05);
}

.nav-submenu:first-child .btn-group {
    border-top: none;
}

.nav-submenu .btn-group .right-menu-item {
    padding: 7px 0 7px 13px;
}

.right-menu-item {
    font-weight: 600;
}

    .right-menu-item i.task-detail-button-icons {
        margin-right: 5px;
    }

    .right-menu-item:before {
        content: "\f105";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 20px;
        color: transparent;
    }

.nav-submenu .btn-group div input {
    border: none;
    background-color: transparent !important;
}

.nav-submenu .btn-group:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: rgba(96,96,96,0.25);
}

.nav-submenu .btn-group.open:before {
    content: "\f107";
}

.nav-submenu .btn-group.open #datepicker-view {
    color: #fff;
}

li.nav-submenu {
    list-style: none;
}

.nav-submenu .btn-group:hover, .nav-submenu .btn-group:focus, .nav-submenu .btn-group.open {
    background-color: #00aeef;
    cursor: pointer;
}

    .nav-submenu .btn-group:hover span, .nav-submenu .btn-group:focus span, .nav-submenu .btn-group.open span {
        color: #fff;
    }

    .nav-submenu .btn-group:hover .task-detail-button-icons, .nav-submenu .btn-group:hover .datepicker, .nav-submenu .btn-group:focus .task-detail-button-icons, .nav-submenu .btn-group:focus .datepicker, .nav-submenu .btn-group.open .task-detail-button-icons, .nav-submenu .btn-group.open .datepicker {
        color: #fff;
    }

.input-small.datepicker, #datepicker-view {
    font-weight: 600;
    border: none;
    width: 80%;
}

    .input-small.datepicker, .input-small.datepicker:hover {
        color: transparent !important;
        background-color: transparent;
    }

    .nav-submenu:hover .btn-group:before, .nav-submenu .btn-group.open:before, #datepicker-view:hover {
        color: #fff;
    }

#task-category-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.modal-body#task-detail-body {
    padding: 0px 10px 10px;
}

.left-side, .right-side {
    padding-right: 0 !important;
}

    .left-side ul.task-detail-right-menu {
        background-color: #f7f8fa;
        border-right: 1px solid rgba(20,20,20,0.05);
    }

@media (min-width: 800px) {
    .modal-content {
        margin-right: -26px;
        margin-left: -26px;
    }
}

.datepicker.datepicker-dropdown {
    margin: 0;
    margin-top: 7px;
    z-index: 9999 !important;
}

@media (min-width: 768px) {
    .datepicker-dropdown.dropdown-menu {
        margin-left: 211px;
        margin-top: -30px;
    }

    div.datepicker-dropdown:after, div.datepicker-dropdown:before {
        display: none !important;
    }

    .left-side .btn-group .dropdown-menu {
        margin-top: 0;
        top: 0;
        left: 100%;
        right: 0;
        border-radius: 3px;
        float: right;
        z-index: 1001;
    }

        .left-side .btn-group .dropdown-menu > .disabled.active > a {
            color: white;
        }

            .left-side .btn-group .dropdown-menu > .disabled.active > a:hover {
                color: #7d8086;
            }

    .left-side, .right-side {
        padding-right: 30px !important;
    }

    .right-side {
        min-height: 550px;
    }

    #task-detail-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        #task-detail-body .col-sm-12, .left-side ul.task-detail-right-menu {
            height: 100%;
        }

    .left-side {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .right-side {
        margin-bottom: 20px;
    }

    .modal-body#task-detail-body {
        padding-bottom: 0;
    }

    .task-detail-nav-wrapper {
        padding: 0;
    }

        .task-detail-nav-wrapper .nav-tabs {
            margin-left: -15px;
        }
}

.task-detail-right-menu {
    padding: 0;
    background-color: #f7f8f9;
}

    .task-detail-right-menu .right-menu-item {
        font-size: 13px;
    }

#task-detail-container .modal-content i {
    font-size: 120%;
}

#current-priority-sign {
    margin-left: -0.4em !important;
    margin-right: 5px;
}

.nav-tabs > li > a.task-detail-nav-tab {
    margin-right: 0px;
    border-radius: 0 0 0 0;
    border: none !important;
    line-height: 1;
}

.nav-tabs > li.active > a.task-detail-nav-tab, .nav-tabs > li.active > a.task-detail-nav-tab:hover, .nav-tabs > li.active > a.task-detail-nav-tab:focus {
    border: none !important;
}

.right-side .tab-content {
    border: none !important;
}

.right-side .nav-tabs {
    border-bottom: none;
}

.subtask-item.ui-sortable-helper {
    cursor: move;
    padding-bottom: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    border: 1px solid #C4C9CF;
    border-radius: 3px;
    background-color: white;
}

    .subtask-item.ui-sortable-helper .subtask-item-content {
        border: none;
        padding-bottom: 0;
    }

    .subtask-item.ui-sortable-helper .line {
        margin-top: 0;
        display: none;
    }

.subtask-item input[type="checkbox"][disabled] {
    cursor: pointer;
}

.subtask-complete {
    text-decoration: line-through;
    font-style: italic;
    color: #ccc;
}

#copy-link-text {
    margin-top: 10px;
}

#get-task-link-div {
    position: relative;
}

.left-side > .row:first-child {
    margin-top: 10px;
}

#editTitle {
    width: 100%;
}

    #editTitle .row {
        margin-left: -5px;
        margin-right: -5px;
    }

@media screen and (min-width: 768px) {
    .status-page .control-label:not(#apply-coupon-div) {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .status-page .control-label {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.status-page .m-t-small {
    margin-top: 0px;
}

.status-page .no-padding-left {
    padding-left: 0px;
}

.account-plan-btn i {
    display: none;
}

.account-plan-btn .btn-primary i {
    display: inline;
}

.alert-bigger {
    font-size: 12pt;
}

.search-user {
    padding: 10px 0;
}

    .search-user #invitation-user {
        margin-top: 10px;
    }

.table-responsive span.header-text-right {
    padding-right: 13px;
}

#content {
    position: relative;
}

#cnpIframe {
    display: none !important;
}

.pop-over {
    z-index: 99999;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#category-select.dropdown-menu {
    padding: 0px;
}

    #category-select.dropdown-menu li {
        margin-bottom: 2px;
    }

        #category-select.dropdown-menu li:first-child {
            margin-top: 2px;
        }

        #category-select.dropdown-menu li > a {
            line-height: 30px;
            padding: 0px;
        }

    #category-select.dropdown-menu a.new-category, #category-select.dropdown-menu a.update-category {
        line-height: 30px;
    }

    #category-select.dropdown-menu .color-span {
        width: 30px;
        height: 30px;
        float: left;
        margin-left: 2px;
        cursor: pointer;
        position: relative;
    }

        #category-select.dropdown-menu .color-span .sp-container {
            top: -135px !important;
        }

@media screen and (min-width: 768px) {
    #category-select.dropdown-menu .color-span .sp-container {
        top: -118px !important;
    }

        #category-select.dropdown-menu .color-span .sp-container .sp-picker-container {
            padding: 5px 5px 295px 5px;
            width: 117px;
        }

            #category-select.dropdown-menu .color-span .sp-container .sp-picker-container .sp-initial span {
                width: 51.5px !important;
            }
}

#category-select.dropdown-menu .form-control {
    margin-left: 4px;
    float: left;
    height: 30px;
    width: 110px;
}

#category-select.dropdown-menu .btn-div {
    text-align: center;
    border-top: 1px solid #f8f9fa;
    margin-top: 10px;
    padding-top: 10px;
}

    #category-select.dropdown-menu .btn-div .btn {
        width: auto;
    }

#category-select.dropdown-menu.edit-categories-ul > div {
    margin-bottom: 2px;
}

    #category-select.dropdown-menu.edit-categories-ul > div:first-child {
        margin-top: 2px;
    }

#category-select.dropdown-menu.edit-categories-ul a {
    line-height: 30px;
}

#category-select.dropdown-menu.edit-categories-ul .form-control {
    width: 100px;
}

#category-select.dropdown-menu.edit-categories-ul .block {
    margin-top: 10px;
    margin-bottom: 10px;
}

#category-select.dropdown-menu.edit-categories-ul div > form .block {
    margin-bottom: 0px;
}

.is-member {
    opacity: 0.5;
}

    .is-member .item-search {
        cursor: default;
    }

#archived-tasks-list .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#list-my-tasks a {
    color: #656565;
}

#system-notification-table {
    table-layout: fixed;
}

    #system-notification-table td {
        word-wrap: break-word;
    }

.notification-link a:hover {
    text-decoration: underline;
}

a.selected:hover {
    background-color: #318ec4;
    color: white;
}

#system-notification {
    overflow-y: auto;
    overflow-x: hidden;
}

.media.no-overflow-hidden {
    overflow: visible;
}

#list-boards-user {
    overflow: visible;
}

    #list-boards-user .board-item {
        border-right: none;
        border-left: none;
        overflow: visible;
        padding-top: 10px;
        margin-top: 0px;
        background-color: #fcfcfc;
    }

@media screen and (max-width: 480px) {
    #list-boards-user .board-item i.icon-remove {
        padding-left: 4px;
    }

    #list-boards-user .board-item .entypo-pencil {
        font-size: 1.3em;
    }
}

#list-boards-user .board-item .thumb-small {
    text-align: center;
    width: 30px;
}

    #list-boards-user .board-item .thumb-small .board-icon {
        font-size: 18pt;
    }

#list-boards-user .board-placeholder {
    height: 46px;
    background-color: #D0D0D0;
    border: #3E4E5E 1px dashed;
}

#list-boards-user .board-item.ui-sortable-helper {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    border: 1px solid #C4C9CF;
    background-color: white;
    padding-top: 10px;
}

    #list-boards-user .board-item.ui-sortable-helper .line {
        display: none;
    }

@media screen and (max-width: 640px) {
    #boards-list-header > ul > li > a {
        padding-bottom: 20px;
        padding-top: 16px;
    }
}

#global-popover {
    background-color: white;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    border: 1px solid rgba(0,0,0,0.2);
    width: 270px;
}

.text-align-center {
    text-align: center;
}

.privacy-statement {
    font-size: 11px;
}

.inviting-user {
    display: none;
}

    .inviting-user.visible {
        display: block;
    }

span.inviting-user {
    color: black;
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
}

.m-all-sm {
    margin: 2px;
}

.semi-line {
    height: 1px;
    margin-top: 10px;
}

.sidebar #more-board-action-button {
    border-left: none;
}

.thumb-small img.img-circle {
    width: 36px;
}

.thumb-mini {
    margin-right: 3px;
}

    .thumb-mini img.img-circle {
        width: 25px;
    }

.login-form .btn-login {
    width: 100% !important;
}

li#search {
    border-right: none !important;
    border-left: none;
}

    li#search .search-input {
        background-color: #68b0e0 !important;
        color: #fff !important;
    }

        li#search .search-input::-webkit-input-placeholder {
            color: #fff !important;
        }

        li#search .search-input:-moz-placeholder {
            color: #fff !important;
        }

        li#search .search-input::-moz-placeholder {
            color: #fff !important;
            opacity: 1;
        }

        li#search .search-input:-ms-input-placeholder {
            color: #fff !important;
        }

    li#search button {
        cursor: text;
    }

header.navbar {
    border-bottom: 1px solid #ebebec !important;
}

header .upgrade-section {
    margin-top: 15px;
    max-width: 470px;
}

    header .upgrade-section #upgrade-text {
        width: 260px;
        font-style: italic;
        color: white;
    }

@media screen and (max-width: 768px) {
    header .upgrade-section {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .login-page .login-content.signup-content.info {
        width: 600px;
    }

    .login-page .login-content.signup-content.billing {
        width: 844px;
    }
}

@media screen and (max-width: 768px) {
    .login-page .login-content.signup-content {
        width: 95%;
    }

    #board-title-div {
        word-wrap: normal;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 0;
    }

    #right-sidebar {
        width: 235px;
        position: relative;
        z-index: 11;
    }

    #board-tabs {
        margin-right: 20px;
    }

    #archive-pop-container .popover, #restore-pop-container .popover, #task-link-pop-container .popover {
        margin-left: -170px;
    }
}

.login-page .sigup-content .login-form {
    padding-top: 0px;
}

body.login-page .login-form .form-group .btn-login {
    background-color: #303641;
    color: #FFFFFF;
}

    body.login-page .login-form .form-group .btn-login:hover {
        background: none repeat scroll 0 0 #373e4a !important;
        color: #FFFFFF;
    }

.profile-picture .img-circle.img-responsive {
    height: 90px;
    width: 90px;
    cursor: default;
}

.language-bar {
    background-color: #FFFFFF;
    margin: 0px;
    color: black;
}

    .language-bar .links-list {
        padding-top: 5px;
        padding-bottom: 0px;
    }

.icon-left {
    font-family: inherit !important;
}

form#new-category-form {
    margin-left: 3px;
}

#list-checklists [class^='items-checklist-'] {
    margin-top: 0px;
}

#list-all-checklists .checklist-title {
    display: block;
}

#list-all-checklists .entypo-list {
    margin-left: -0.3em !important;
}

#list-all-checklists .new-item-checklist {
    padding-left: 15px;
}

    #list-all-checklists .new-item-checklist i.icon-plus-sign-alt {
        font-size: 18px;
        color: #949494;
    }

#list-all-checklists .padder {
    margin-bottom: 10px;
}

.none-padding-checklist-item {
    margin-left: 0;
}

.small-comment-avatar {
    width: 36px;
}

.comment-date-lable, .subtask-date-label, .history-time-label {
    color: #00aeef;
}

.comment-textarea-wrap {
    position: relative;
    padding: 1px;
}

.comment-edit-icon {
    padding-right: 10px;
    display: block;
    height: 33px;
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin-top: -1px;
}

    .comment-edit-icon i {
        color: #949494;
        font-size: 18px;
    }

    .comment-edit-icon .tooltip {
        z-index: 99999;
    }

#list-comment-div a#edit-cm, #list-comment-div a#del-cm, #list-comment-div a#reply-cm, #list-comment-div a#reply-cm-to-all {
    float: right;
    outline: none;
    font-size: 18px;
    color: #949494;
}

#add-cm-textarea:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #f0f0f0;
}

.padding-left-25 {
    padding-left: 25px;
}

.touch-movable {
    margin-right: 10px;
}

.subtask-list-title {
    font-size: 15px;
}

.subtask-list-title-icon {
    margin-left: -7px;
    font-size: 15px;
}

@media screen and (max-width: 600px) {
    #content .main #board-content-div [class^="icon-"], #content .main #board-content-div [class*=" icon-"], #content .main #board-content-div [class^="entypo-"], #content .main #board-content-div [class*=" entypo-"], #content .main #board-content-div .glyphicon {
        font-size: 1.3em;
    }
}

.comment-section, .media-body {
    color: #555555;
}

.cnpForm .form-group .input-group {
    border: 1px solid #ebebec;
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

    .cnpForm .form-group .input-group .form-control {
        border: 0 none;
        background: none repeat scroll 0 0 rgba(0,0,0,0);
    }

    .cnpForm .form-group .input-group .input-group-addon {
        opacity: 0;
        padding: 0px;
        border: 0 none;
    }

.clone-board-ul {
    list-style: none;
    padding-left: 0px;
}

.acc-verification-tooltip {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    line-height: 45px;
    width: 30px;
    text-align: center;
}

.verification-grp .popover-content {
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: left;
}

.media-body #comment-content {
    background-color: #ebebeb;
    color: #7d8086;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 0 0 8.5px;
    padding: 4.5px;
    font-size: 13px;
    display: block;
    white-space: pre-wrap;
    overflow: hidden;
}

.pt-5 {
    padding-top: 5px;
}

.popover.black-background {
    min-width: 268px;
    color: white;
}

@media (max-width: 640px) {
    .popover.black-background {
        min-width: 147px;
    }
}

.emo {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(pixta_man.jpg);
    background-size: 120px 150px;
    border: none;
    zoom: 1.35;
    -moz-transform: scale(1.35);
}

@-moz-document url-prefix() {
    .emo;

{
    margin-bottom: 3px;
}

}

.emo.woman {
    background-image: url(pixta_woman.jpg);
}

#cm-emo-area .emo {
    zoom: 1.0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    margin-left: -4px;
}

#comment-content-div {
    vertical-align: bottom;
}

    #comment-content-div .pre {
        display: table;
    }

    #comment-content-div pre {
        font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        display: block;
        padding: 0;
        margin: 0 0 5px;
        font-size: inherit;
        line-height: 1.42857143;
        word-break: normal;
        word-wrap: break-word;
        color: inherit;
        background-color: inherit;
        border: none;
        white-space: pre-wrap;
        overflow: hidden;
        font-size: 13px;
    }

    #comment-content-div .tooltip-inner {
        max-width: 220px !important;
    }

.mention-word {
    cursor: default;
    display: inline-block;
}

#emo-tooltip {
    color: black;
}

.overflow-visible {
    overflow: visible;
}

.extra-icon1 {
    display: inline-block;
    background: url("eventspriteling.png") no-repeat;
    width: 16px;
    height: 16px;
}

    .extra-icon1.google-icon {
        background-position: -52px -60px;
        margin-right: 4px;
    }

    .extra-icon1.outlook-icon {
        background-position: -16px -60px;
        width: 20px;
    }

    .extra-icon1.ical-icon {
        background-position: -68px -60px;
        margin-right: 4px;
    }

#board-tabs {
    position: absolute;
    z-index: 5;
}

    #board-tabs ul.nav {
        margin-top: 5px;
        margin-left: 5px;
    }

        #board-tabs ul.nav > li {
            vertical-align: middle;
        }

            #board-tabs ul.nav > li > a {
                background-color: #f7f7f7;
                padding-right: 25px;
            }

                #board-tabs ul.nav > li > a .board-title {
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

@media screen and (min-width: 600px) {
    #board-tabs ul.nav > li:not(.add) {
        width: 250px;
    }
}

@media screen and (max-width: 600px) {
    #board-tabs ul.nav > li:not(.add) {
        width: 100px;
    }
}

#board-tabs ul.nav > li.active > a {
    background-color: #e7e7e7;
    color: black;
}

#board-tabs ul.nav > li.add {
    width: 40px;
    height: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f7f7f7;
}

    #board-tabs ul.nav > li.add > .btn-group {
        padding: 0px;
        width: 40px;
        height: 40px;
        margin-top: 0px;
    }

        #board-tabs ul.nav > li.add > .btn-group > button.dropdown-toggle {
            padding: 0px;
            top: 0px;
            border: none;
            position: absolute;
            background: transparent;
            color: white;
            width: 40px;
            height: 40px;
        }

            #board-tabs ul.nav > li.add > .btn-group > button.dropdown-toggle i {
                margin: 0px;
                font-size: 18px;
                line-height: 18px;
                display: block;
                vertical-align: middle;
            }

                #board-tabs ul.nav > li.add > .btn-group > button.dropdown-toggle i:before {
                    border-radius: 50%;
                    margin: 0px;
                    color: #CECECE;
                    background: #E7E7E7;
                }

        #board-tabs ul.nav > li.add > .btn-group.open > button.dropdown-toggle {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: inset none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

#board-tabs ul.nav .close {
    z-index: 1000;
    float: none;
    font-size: 1em;
    opacity: 1;
    margin-left: 5px;
    position: absolute;
    top: 14px;
    right: 5px;
    -webkit-opacity: 1;
}

@media screen and (max-width: 600px) {
    #board-tabs ul.nav .close {
        font-size: 1.6em;
        top: 8px;
    }
}

html[lang='jp'].ie #board-tabs ul.nav {
    height: 39px;
}

html[lang='en'].ie #board-tabs ul.nav {
    height: 41px;
}

.wysihtml5-toolbar .btn {
    font-weight: normal !important;
}

@media screen and (min-width: 768px) {
    #first-time-modal .modal-dialog {
        width: 680px;
    }
}

#prefetch img {
    position: fixed;
    left: -9999px;
}

@media screen and (max-width: 1024px) {
    .entypo-cancel, .modal .modal-header .close {
        font-size: 1.8em !important;
    }

    .popover-title .entypo-cancel {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 480px) {
    #export-div .dropdown-menu > li > a {
        padding: 10px;
        font-size: 15px;
    }
}

.big-icon {
    font-size: 20px;
}

.checklist-item-sortable.ui-sortable-helper {
    border: 1px solid #C4C9CF;
    background-color: white;
    padding-left: 10px;
}

#user_avatar {
    width: 94px;
}

.new-task-div {
    margin-top: 4px;
}

.btn-gray {
    color: #cccccc !important;
    background: none;
}

.list-owner-board .panel {
    border-color: #e0e4e8;
}

.icon-comments.text-success {
    color: #009933;
}

.float-board-nav {
    padding: 0px !important;
}

    .float-board-nav .float-board-div {
        display: inline-block;
        position: relative;
    }

        .float-board-nav .float-board-div i {
            font-size: 28px;
            color: #aaabae;
            line-height: 40px;
            display: block;
        }

            .float-board-nav .float-board-div i::before {
                color: #68b0e0;
            }

        .float-board-nav .float-board-div .board-new-activity-icon {
            color: #FF5F5F;
        }

    .float-board-nav .dropdown-toggle {
        margin: 10px 0px 10px 10px;
        padding: 0px;
        display: block;
    }

    .float-board-nav .dropdown-menu {
        background-color: white;
        font-size: 13px;
        -webkit-border-radius: 0 0 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 3px;
        background-clip: padding-box;
        -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
        box-shadow: 0 1px 0px rgba(0,0,0,0.05);
        border: 1px solid #f8f8f8;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        width: 370px;
    }

        .float-board-nav .dropdown-menu li {
            display: block;
            border-bottom: 1px solid #ededed;
            margin: 0;
            padding: 0;
        }

            .float-board-nav .dropdown-menu li a {
                margin: 0;
                padding: 12px 20px;
            }

#board-title-div {
    padding-top: 10px;
    padding-bottom: 5px;
}

    #board-title-div.onlyone-tab {
        background-color: #f7f7f7;
    }

@media screen and (max-width: 767px) {
    .float-board-nav {
        position: absolute;
        top: 0px;
        left: 160px;
    }
}

.overflow-visible {
    overflow: visible;
}

@media (max-width: 479px) {
    .hidden-xss {
        display: none !important;
    }

    .dropdown-menu.user-profile-dropdown > li > a {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .float-board-nav {
        left: 55px;
    }

    #list-comment-div .col-xs-11 {
        padding-left: 25px !important;
    }
}

@media (min-width: 480px) {
    .visible-xss {
        display: none !important;
    }
}

.navbar-brand {
    border-right: none;
}

    .navbar-brand.logo-nav {
        padding: 10px 15px;
    }

.horizontal-mobile-menu .entypo-menu {
    color: #fff;
}

ul.navbar-nav li input {
    border-radius: 0px;
}

#board-print-warning {
    font-size: 24px;
    padding-top: 30px;
    font-weight: bold;
    display: none;
    margin: auto;
}

#board-backdrop.modal-backdrop {
    opacity: 0.5 !important;
}

.bootbox.modal {
    z-index: 99999;
}

.attachment-thumb {
    width: 50px;
    height: 37px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.task-cover-photo {
    height: 174px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

#team-area h4 {
    margin-bottom: 15px;
}

ul#member-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
}

    ul#member-list li.avatar-wrapper .popover {
        margin-top: -4px;
    }

        ul#member-list li.avatar-wrapper .popover .arrow {
            display: none;
        }

        ul#member-list li.avatar-wrapper .popover .popover-content {
            padding: 9px 21px !important;
        }

            ul#member-list li.avatar-wrapper .popover .popover-content .close {
                position: absolute;
                right: -3px;
                top: 1px;
            }

    ul#member-list li a {
        color: #5c90d2;
        transition: color 0.12s ease-out;
        background-color: transparent;
        position: relative;
        padding: 12px 8px 8px 65px;
        min-height: 56px;
        font-weight: 600;
        border-bottom: 1px solid #f3f3f3;
    }

        ul#member-list li a img {
            position: absolute;
            left: 15px;
            top: 10px;
            border-radius: 50%;
        }

        ul#member-list li a .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
        }

        ul#member-list li a .fa-circle:before {
            content: "\f111";
        }

        ul#member-list li a i {
            position: absolute;
            left: 37px;
            top: 36px;
            display: inline-block;
            width: 18px;
            height: 18px;
            line-height: 18px !important;
            text-align: center;
            background-color: #f8f8f8;
            border-radius: 50%;
            color: #999999;
        }

        ul#member-list li a .text-muted {
            color: #999999;
            font-weight: 400;
        }

            ul#member-list li a .text-muted small {
                font-size: 85%;
            }

        ul#member-list li a:hover {
            color: #3169b1;
        }

        ul#member-list li a.online.owner i {
            color: #5c90d2;
        }

        ul#member-list li a.online.member.confirmed i {
            color: #46c37b;
        }

        ul#member-list li a.online i {
            color: #f3b760;
        }

.avatar-wrapper .popover-title {
    background-color: white;
    border: 0;
}

.img-member-no-popup {
    cursor: default;
}

.no-left-padding {
    padding-left: 0px;
}

button.close {
    outline: none;
}

.sp-initial span {
    width: 74.5px !important;
    height: 12px !important;
}

.tooltip.top .tooltip-arrow {
    border-width: 6px 6px 0 !important;
}

#hide-competed-subtask, #show-competed-subtask {
    margin-right: 0;
}

.coupon-form-info select {
    display: inline;
    width: 80px;
}

    .coupon-form-info select[name="coupon[plan]"] {
        width: 120px;
    }

#promotion-code {
    width: 253px;
    border-color: #c8cdd7;
}

#check-coupon {
    margin-bottom: 20px;
}

.promotion-div .promotion-box {
    border: 1px solid;
    margin-top: 30px;
    padding: 10px;
}

    .promotion-div .promotion-box p:last-child {
        margin-bottom: 0;
        border-top: 1px solid;
        padding-top: 8px;
    }

.datepicker1 {
    cursor: pointer !important;
}

#users-content #panel-search > div, #coupons-content #panel-search > div {
    float: right;
    margin-left: 30px;
}

    #users-content #panel-search > div:first-child, #coupons-content #panel-search > div:first-child {
        float: left;
        margin-left: 0;
    }

#users-content #panel-search .search-area, #coupons-content #panel-search .search-area {
    width: 300px;
}

.sort-control-popover a {
    display: block;
    padding: 4px 8px;
    font-size: 13px;
}

    .sort-control-popover a.active {
        background-color: #949494;
        color: #ffffff;
    }

.sort-control-popover .arrow {
    left: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

#plan-progress .progress {
    background-color: gainsboro;
    position: relative;
    color: white;
}

    #plan-progress .progress .boards-info {
        z-index: 1;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #plan-progress .progress .progress-bar {
        left: 0;
        position: absolute;
    }

.sort-mode-block {
    font-weight: 600;
    padding-right: 46px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    position: absolute;
    right: 41px;
    top: 2px;
}

    .sort-mode-block .sort-mode-text {
        font-size: 14px;
    }

    .sort-mode-block #sort-mode-close {
        color: white;
        background: #61bd4f;
        padding: 6px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 18px;
        font-size: 16px;
    }

        .sort-mode-block #sort-mode-close:hover {
            background-color: #00a651;
        }

.si {
    font-family: Simple-Line-Icons;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.si-user:before {
    content: "\e005";
}

.si-users:before {
    content: "\e001";
}

.chrome .gantt_ver_scroll {
    width: 10px !important;
}

    .chrome .gantt_ver_scroll::-webkit-scrollbar {
        width: 10px;
    }

    .chrome .gantt_ver_scroll::-webkit-scrollbar-thumb {
        background-color: #D0D2D3;
    }

.chrome .gantt_hor_scroll {
    position: absolute;
    height: 10px !important;
}

    .chrome .gantt_hor_scroll::-webkit-scrollbar {
        height: 10px;
    }

.gantt_parent .gantt_cell {
    padding-left: 7px;
    color: white;
    font-weight: bold;
}

.gantt_child .gantt_cell {
    padding-left: 16px;
}

    .gantt_child .gantt_cell .gantt_tree_content {
        cursor: pointer;
    }

.gantt_color {
    width: 4px;
    height: 100%;
    display: inline-block;
    margin-right: 4px;
}

.gantt_tree_content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}

.gantt_zoom {
    position: absolute;
    right: 10px;
    font-size: 18px;
    bottom: 0;
}

    .gantt_zoom #zoom-in {
        margin-right: 3px;
    }

.gantt_task_line.gantt_task_inline_color {
    border: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(130,145,153,0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(130,145,153,0.5);
    box-shadow: 0 1px 1px 0 rgba(130,145,153,0.5);
}

.gantt_tooltip {
    color: white;
    background: #297fb8;
    border-radius: 3px;
    font-size: 12px;
}

    .gantt_tooltip .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .gantt_tooltip .avatars {
        margin-top: 10px;
    }

    .gantt_tooltip .date div {
        margin-top: 10px;
        display: inline-block;
    }

    .gantt_tooltip .date .due-date {
        margin-left: 10px;
    }

.gantt_task_content {
    cursor: pointer;
}

.gantt_row, .gantt_task_row {
    border-bottom: none;
}

.gantt_column {
    border-right: 1px solid #E6E6E6;
    position: absolute;
}

    .gantt_column.gantt_column_weekend {
        background: #F7F7F7;
    }

.gantt_grid_scale, .gantt_task_scale {
    background: #F7F7F7;
    border-bottom: 1px solid #E6E6E6;
}

.gantt_task .gantt_task_scale .gantt_scale_cell {
    color: #2c343f;
    border-right: 1px solid #E6E6E6;
}

.gantt_scale_line {
    border-top: 1px solid #E6E6E6;
}

    .gantt_scale_line .gantt_cell_saturday {
        color: blue !important;
    }

    .gantt_scale_line .gantt_cell_sunday {
        color: red !important;
    }

.gantt_scale_cell {
    border-right-color: #F7F7F7;
}

.gantt_data_area {
    -moz-user-select: inherit;
    -webkit-user-select: inherit;
    -user-select: inherit;
}

.form-group span.field-validation-error {
    color: red;
    display: block;
}

.login-footer {
    background-color: white;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding-right: 15px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    border: inherit;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.wrapper {
    min-height: 98.5%;
    position: relative;
    margin: 0 auto;
    border: 5px solid white;
    border-radius: 12px;
    background: #f7f7f7;
}

.glyphicon-log-in {
    float: right;
}

/*TrieuLV add btn200 style 2016/04/12*/
.language {
    line-height: 38px;
    color: #9d9d9d;
    text-align: right;
}

    .language img {
        box-shadow: 0 0 5px #9d9d9d;
        cursor: pointer;
        height: 15px;
    }

        .language img.current_lang {
            box-shadow: 0 0 5px #9d9d9d;
            transition: all 0.5s;
        }

            .language img.current_lang:hover {
                box-shadow: 0 0 5px #9d9d9d;
                opacity: 1;
            }

    .language .lang_curent {
        padding-right: 10px;
    }


/*End TrieuLV add btn200 style 2016/04/12*/


#title_project {
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
}

.menu-lang {
    width: 150px;
    display: none;
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 5px 0px !important;
    background-color: rgb(68, 78, 89);
    color: rgb(255, 255, 255);
    z-index: 10;
    border-radius: 4px;
    text-align: left;
}

    .menu-lang li {
        height: 30px;
        padding-left: 8px;
        line-height: 30px;
    }

        .menu-lang li:hover {
            background-color: rgb(33, 39, 45);
        }

.menu-current-item {
    width: 130px;
    border-radius: 4px;
    background: #f2f5f3;
    flex-shrink: 0;
    /* padding-top: 4px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid #aaa4a4;
    height: 30px;
    padding-left: 7px;
    position: relative;
    cursor: pointer;
}

.lbl-current-lang {
    padding-left: 5px;
}

.menu-lang a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

    .menu-lang a:hover {
        color: white;
        text-decoration: none;
    }

.lbl-lang {
    padding-left: 2px;
}

.MuiSvgIcon-root {
    width: 20px;
    right: 0px;
    position: absolute;
}

.item_current_lang {
    background-color: #1976d21f;
}

.language {
    width: 130px;
    position: relative;
    left: calc(100% - 130px);
}
