/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !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: 2cm .5cm;
    }

    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, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    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: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h2 small,
    h3 small,
    h1 .small,
    h2 .small,
    h3 .small {
        font-size: 65%;
    }

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h5 small,
    h6 small,
    h4 .small,
    h5 .small,
    h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

    .text-primary:hover {
        color: #3071a9;
    }

.text-warning {
    color: #8a6d3b;
}

    .text-warning:hover {
        color: #66512c;
    }

.text-danger {
    color: #a94442;
}

    .text-danger:hover {
        color: #843534;
    }

.text-success {
    color: #3c763d;
}

    .text-success:hover {
        color: #2b542c;
    }

.text-info {
    color: #31708f;
}

    .text-info:hover {
        color: #245269;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    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-right: 5px;
        padding-left: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before,
        .dl-horizontal dd:after {
            display: table;
            content: " ";
        }

        .dl-horizontal dd:after {
            clear: both;
        }

        .dl-horizontal dd:before,
        .dl-horizontal dd:after {
            display: table;
            content: " ";
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small,
    blockquote .small {
        display: block;
        line-height: 1.428571429;
        color: #999999;
    }

        blockquote small:before,
        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: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .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;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .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-right: 15px;
    padding-left: 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,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.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,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .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,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .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,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .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.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .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 #dddddd;
    }

    .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 #dddddd;
}

    .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 #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -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;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

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;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .radio label,
    .checkbox label {
        display: inline;
        margin-bottom: 0;
        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;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .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;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -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.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .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: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #fff;
    }

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .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: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .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: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .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: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .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: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -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: #2a6496;
                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: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 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;
    -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;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.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: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .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;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    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-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .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 .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 {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.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-top-right-radius: 0;
        border-bottom-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-top-right-radius: 0;
        border-bottom-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: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -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 {
        -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,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .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: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        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%;
    border-collapse: separate;
    table-layout: fixed;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[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[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .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-top-right-radius: 0;
        border-bottom-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;
}

    .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: -4px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .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;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            cursor: default;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .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: 4px;
}

.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: 4px 4px 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-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .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: #428bca;
    }

.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 {
            margin-bottom: 5px;
            text-align: center;
        }

    .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: 4px;
    }

    .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: 4px 4px 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-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    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 {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse:before,
    .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .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: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 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: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .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;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .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: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@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: 20px;
        }

            .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: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -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);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.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 {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .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: #e7e7e7;
    }

    .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: #cccccc;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

@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: #e7e7e7;
    }

    .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: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999999;
    }

        .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: #080808;
    }

    .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: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }

        .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: #080808;
    }

    .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: #999999;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #cccccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .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;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .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: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .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;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover,
    .label[href]:focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    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: 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 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    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: 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: #5bc0de;
}

.progress-striped .progress-bar-info {
    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: 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: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    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: 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: #d9534f;
}

.progress-striped .progress-bar-danger {
    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: 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);
}

.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 {
    padding-left: 0;
    margin-bottom: 20px;
}

.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: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

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: #f5f5f5;
    }

    a.list-group-item.active,
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        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: #e1edf7;
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody: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: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 {
    margin-bottom: 0;
    border: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .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 #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        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 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .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;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.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-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    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 {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #ffffff;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #ffffff;
        border-left-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #ffffff;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #ffffff;
        border-right-width: 0;
        content: " ";
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -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;
            height: auto;
            max-width: 100%;
            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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        outline: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev {
        left: 50%;
    }

    .carousel-control .icon-next {
        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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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 .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    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-xs.visible-sm {
        display: block !important;
    }

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    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-sm.visible-md {
        display: block !important;
    }

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    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-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.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-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.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-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.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;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

/*http://bootsnipp.com/snippets/featured/multi-level-dropdown-menu-bs3*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../../css/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("../../css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("../../css/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("../../css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("../../css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("../../css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("../../css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("../../css/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../css/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../../css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../../css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../../css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../../css/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../css/images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("../../css/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("../../css/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 980px) {
    /*-*/
    .prd-row .action {
        right: 25px;
    }

    .hr-menu .brand{
        width: 100%;
    }

    .hr-menu .horizontal-menu {
        margin: 10px 0;
    }

    .hr-menu .hr-top-nav {
        margin-top: 10px;
        float: right;
    }
    .media-gal .item {
        width: 100%;
    }

    .media-filter {
        margin: 25px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
  .header{
    position: relative! important;
    margin-top: 80px ! important;
}
    .merge-header{
        margin-right: 0px !important;
    }
.brand{
    width: 100%;
    float: none;
    position: fixed;
    top: 0px;
    z-index: 1005;
}
    /*.sidebar-toggle-box{
        right: 10px;
    }
    .top-nav{
        margin-bottom: 20px;
    }*/
    .top-menu{
        margin-right: 10px;
    }
    .wrapper{
        margin-top: 0px;
    }
    /*ul.sidebar-menu {
        margin-top: 0px;
    }
    #sidebar{
        position: fixed !important;
        z-index: 1002;
        top: 80px;
    }*/
    #main-content{
        margin-left: 0px;
    }
    /*calendar*/
    .fc-button-inner {
        padding: 0;
    }
    /*-*/
    .prd-row .action {
        right: 25px;
    }

    .weather-full-info ul li {
        width: 15.8%;
    }

    .today-status {
        margin-bottom: 10px;
    }

    .hr-toggle {
        background: #32D2C9;
        color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        height: 30px;
        line-height: 0;
        margin-top: -58px;
        position: relative;
        width: 30px;
        z-index: 10000;
    }

    .hr-top-nav {
        display: inline-block;
        float: right;
        margin: 10px 0;
    }

    .horizontal-menu {
        width: 100%;
    }

    .horizontal-menu .navbar-nav > li {
        margin-bottom: 10px;
    }
    .lock-wrapper {
        padding: 0 20px;
    }

    .lock-wrapper img {
        width: 140px;
        height: 140px;
        margin-top: 10px;
    }

    .lock-pwd input {
        width: 70%;
    }

    #time {
        font-size: 100px;
    }
    .media-gal .item {
        width: 100%;
    }
    .media-filter {
        margin: 25px 0;
    }

    .media-filter + .pull-right, .media-filter + .pull-right + .btn  {
        float: left !important;
    }
}
@media (max-width: 767px){
    /*#sidebar{
        margin-left:-240px;
        -webkit-transition:all .3s ease-in-out;
        -moz-transition:all .3s ease-in-out;
        -o-transition:all .3s ease-in-out;
        transition:all .3s ease-in-out;
    }
    .hide-left-bar {
        margin-left:0px!important;
    }
    ul.sidebar-menu{
        padding-top: 0px;
    }*/
    /*-*/
    .prd-row .action {
        right: 25px;
    }
    .lock-wrapper {
        padding: 0 20px;
    }
    .lock-wrapper img {
        width: 140px;
        height: 140px;
        margin-top: 10px;
    }
    .lock-pwd input {
        width: 70%;
    }

    #time {
        font-size: 100px;
    }

    .media-gal .item {
        width: 100%;
    }
    .media-filter {
        margin: 25px 0;
    }

    .media-filter + .pull-right, .media-filter + .pull-right + .btn  {
        float: left !important;
    }

}
@media (max-width: 479px) {
    body{
        /*margin-top:80px !important;*/
    }
    .header{
        position: relative !important;

    }
    .merge-header{
        margin-right: 0px !important;
    }
    .brand{
        width: 100%;
        float: none;
        position: fixed;
        top: 0px;
        z-index: 1005;
    }
    /*.sidebar-toggle-box{
        right: 10px;
    }
    .top-nav{
        margin-bottom: 20px;
    }
    .top-menu{
        margin-right: 10px;
    }
    .wrapper{
        margin-top: 0px;
    }
    ul.sidebar-menu {
        margin-top: 0px;
    }
    #sidebar{
        position: fixed !important;
        z-index: 1002;
        top: 80px;
    }*/
    #main-content{
        margin-left: 0px;
    }
    .notify-row{
        float: none;
    }
    /*calendar*/
    .fc-button-inner, .fc-button-content {
        padding: 0;
    }
    .fc-header-title h2 {
        font-size: 12px!important;
    }
    .fc .fc-header-space {
        padding-left: 0;
    }
    .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
        background: none repeat scroll 0 0 #FFFFFF !important;
        color: #32323A !important;
    }
    .fc-state-default, .fc-state-default .fc-button-inner {
        background: none repeat scroll 0 0 #FFFFFF !important;
    }

    /*-*/
    .prd-row .action {
        right: 25px;
    }

    .weather-full-info ul li {
        width: 30%;
        margin-bottom: 10px;
    }

    .today-status {
        margin-bottom: 10px;
    }

    .hr-toggle {
        background: #32D2C9;
        color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        height: 30px;
        line-height: 0;
        margin-top: -58px;
        position: relative;
        width: 30px;
        z-index: 10000;
    }

    .hr-top-nav {
        display: inline-block;
        float: right;
        margin: 10px 0;
    }
    .horizontal-menu {
        width: 100%;
    }

    .horizontal-menu .navbar-nav > li {
        margin-bottom: 10px;
    }

    .lock-wrapper {
        padding: 0 20px;
    }
    .lock-wrapper img {
        width: 100px;
        height: 100px;
        margin-top: -25px;
    }

    .lock-pwd input {
        width: 70%;
    }

    #time {
        font-size: 50px;
    }

    .lock-pwd {
        padding: 0;
    }

    .media-gal .item {
        width: 100%;
    }

    .media-filter {
        margin: 5px 0;
    }

    .media-filter + .pull-right, .media-filter + .pull-right + .btn  {
        float: left !important;
    }

    .media-filter li a {
        margin-bottom: 10px;
        display: inline-block;
    }
}



.toast-title {
  font-weight: bold;
}
.toast-message {
  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;
  opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.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;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  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-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/*Animations*/
.toast {
  opacity: 1 !important;
}
.toast.ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear;
}
.toast.ng-enter.ng-enter-active {
  opacity: 1 !important;
}
.toast.ng-leave {
  opacity: 1;
  transition: opacity .3s linear;
}
.toast.ng-leave.ng-leave-active {
  opacity: 0 !important;
}
/*Responsive Design*/
@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;
  }
}

.sey-container{display:none;position:absolute;box-shadow:1px 2px 6px;background-color:#fff;color:#333;transition:left .1s ease-in-out;z-index:1040}.sey-list{padding:0;margin:0;list-style-type:none}.sey-show{display:block}.sey-hide{display:none}.sey-empty{cursor:default;padding:7px}.sey-item{cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:7px}.sey-item:hover{background-color:#444;color:#fff}.sey-selected{background-color:#333;color:#fff}.sey-char-highlight{font-weight:700}.sey-category-id{background-color:#eee;color:#aaa;text-align:right;text-transform:capitalize;font-style:italic;font-size:12px;box-shadow:1px 0 1px;padding:7px}
/*Template Name:BucketAdmin Dashboard build with Bootstrap v3.0.3Template Version:1.0Author:ThemeBucket*/
/* Import fonts */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(../../css/bucket-ico-fonts.css);*/

html {
    /*text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;*/
}

body {
    color: #767676;
    background: #f1f2f7;
    font-family: 'Arial'; /*Open Sans',sans-serif;*/
    padding: 0px !important;
    margin: 0px !important;
    font-size: 12px;
    /*text-rendering:optimizeLegibility;*/
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #1FB5AD;
    color: #fff;
}

::-moz-selection {
    background: #1FB5AD;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*login page*/
.login-body {
    background: #32323A;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding: 35px 15px;
    text-align: center;
    background: #aec785;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    border-bottom: 10px solid #a0b87e;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #1fb5ac;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    margin: 20px 0 5px;
}

.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a, .form-signin a:hover {
    color: #1fb5ac;
}

.form-signin a:hover {
    text-decoration: underline;
}

.form-signin ul {
    padding-left: 0;
}

.login-wrap {
    padding: 20px;
    position: relative;
}

.user-login-info {
    background: #eaeaec;
    padding: 20px;
}

.user-login-info .form-control:last-child {
    margin-bottom: 0 !important;
}

.registration {
    position: absolute;
    right: 0;
    bottom: -35px;
    color: #b8bab9;
}
/*sidebar navigation*/
#sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    background: #32323a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sidebar ul li {
    position: relative;
}

.leftside-navigation, .right-stat-bar {
    height: 100%;
}
/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../../images/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
}

.active .dcjq-icon {
    background: url(../../images/nav-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.right-side-accordion .dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../../images/acc-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
}

.right-side-accordion .active .dcjq-icon {
    background: url(../../images/acc-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.right-side-accordion li:nth-child(2) ul li .prog-row {
    border: none;
}
/*---*/
.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    padding-top: 80px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar .sub-menu > .sub li a {
    padding-left: 46px;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li {
    background: #28282e;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #1fb5ad;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    background: #202025;
}

ul.sidebar-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

ul.sidebar-menu li.sub-menu {
    line-height: 15px;
}

ul.sidebar-menu ul.sub li {
    border-bottom: none;
}

ul.sidebar-menu li a span {
    display: inline-block;
}

ul.sidebar-menu li a {
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #28282e;
    color: #1FB5AD;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #1fb5ad;
}

ul.sidebar-menu li a.active i {
    color: #1fb5ad;
}

.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}
/*main content*/
#main-content {
    margin-left: 240px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    left: 0;
    right: 0;
    z-index: 1002;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.merge-header {
    margin-right: 240px;
}

.fixed-top {
    position: fixed;
    box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

.wrapper {
    display: inline-block;
    margin-top: 0px;
    padding: 15px;
    width: 100%;
}

.brand {
    background: #fff;
    float: left;
    width: 240px;
    height: 80px;
    position: relative;
}

div.toggle.btn.btn-primary,
div.toggle.btn.btn-default {
    height: 30px !important;
    width: 50px !important;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin: 8px 0 0 15px;
    text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #FF6C60;
}
/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 23px;
    margin-left: 25px;
}

ul.top-menu {
    margin-right: 15px;
    margin-top: 0;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    background: #f6f6f6;
    padding: 4px 8px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-right: 8px !important;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    background: #32D2C9;
    text-decoration: none;
    color: rgba(0,0,0,0.3) !important;
    padding-right: 8px !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 320px !important;
    min-width: 160px !important;
    top: 42px;
    width: 300px !important;
    padding: 0 10px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
    left: -10px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 21px;
    padding: 5px;
    width: 22px;
    font-size: 12px;
    margin-right: 10px;
}

.dropdown-menu.extended .alert-icon, .noti-info {
    float: left;
}

.noti-info {
    padding-left: 10px;
    padding-top: 6px;
    color: #414147;
}

.dropdown-menu.extended .alert {
    margin-bottom: 10px;
}

.dropdown-menu.extended .alert-icon {
    border-radius: 100%;
    display: inline-block;
    height: 35px;
    width: 35px;
}

.dropdown-menu.extended .alert-icon i {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
    height: 35px;
}

.dropdown-menu.extended.inbox li a, .dropdown-menu.extended.tasks-bar li a {
    background: #f1f2f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.dropdown-menu.extended li p {
    margin: 0;
    padding: 10px 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.dropdown-menu.extended li a {
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended.logout {
    padding: 10px;
}

.dropdown-menu.extended.logout li a {
    padding: 10px;
}

.dropdown-menu.extended li a:hover {
    color: #32323a;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
    float: left;
    width: 80%;
}

.dropdown-menu.tasks-bar .task-info .desc h5 {
    color: #32323a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.dropdown-menu.tasks-bar .task-info .desc p {
    padding-top: 0;
    color: #8f8f9b;
    font-weight: 300;
}

.dropdown-menu.tasks-bar .task-info .percent {
    width: 20%;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    line-height: normal;
}

.dropdown-menu.tasks-bar .progress {
    background: #fff;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 20px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    margin-top: 20px;
}

.top-nav img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 33px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 170px !important;
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    width: 100%;
}

.log-arrow-up {
    background: url("../../images/top-arrow.png") no-repeat;
    width: 18px;
    height: 10px;
    margin-top: -20px;
    float: right;
    margin-right: 15px;
}

.dropdown-menu.extended.logout > li > a {
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: #F1F2F7 !important;
    color: #32323a !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: #F1F2F7 !important;
    border-radius: 5px;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #32D2C9;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    padding-right: 10px;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 0px;
    background: none;
    margin-right: 0;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
}

.top-nav ul.top-menu > li.language > a {
    margin-top: -2px;
    padding: 4px 12px;
    line-height: 20px;
}

.top-nav ul.top-menu > li.language > a img {
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 18px;
}

.top-nav ul.top-menu > li.language ul.dropdown-menu li img {
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 18px;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border: 1px solid #f6f6f6;
    background: #f6f6f6 !important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}
/*form*/
.position-center {
    width: 60%;
    margin: 0 auto;
}
/*----*/
.notify-arrow {
    background: url("../../images/top-arrow.png") no-repeat;
    width: 18px;
    height: 10px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 16px;
    top: -20px;
    transition: all 0.25s ease 0s;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}
/*search*/
.search {
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: #f6f6f6 url("../../images/search-icon.png") no-repeat 10px 8px;
    padding: 0 5px 0 30px;
    color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.search:focus {
    width: 180px;
    border: 1px solid #f6f6f6;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}

.todo-search:focus {
    width: 100% !important;
}
/*--sidebar toggle---*/
.sidebar-toggle-box {
    float: left;
    margin-top: 23px;
    margin-left: -15px;
    background: #32d2c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -15px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 8px 8px 8px 9px;
    color: rgba(0,0,0,.3);
}

.sidebar-toggle-box:hover {
    background: #F6F6F6;
}

.hide-left-bar {
    margin-left: -240px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.open-right-bar {
    right: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.merge-left {
    margin-left: 0px !important;
}

.hide-right-bar {
    margin-right: -240px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.toggle-right-box {
    float: left;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    height: 35px;
}

.toggle-right-box:hover {
    background: #32D2C9;
}

.toggle-right-box:hover .fa-bars {
    color: rgba(0,0,0,0.3);
}

.toggle-right-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 10px;
    color: #bfbfc1;
}
/*right sidebar*/
.right-sidebar {
    background: #32323A;
    width: 240px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: -240px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.open-right-panel {
    margin-left: -240px !important;
}

.right-sidebar .search-row {
    padding: 20px;
}

.right-sidebar .search-row input {
    background: rgba(0,0,0,0.3);
    border: none;
    color: #707076;
    font-size: 12px;
}

.right-side-accordion {
    margin-top: 6px;
}

.right-side-accordion .head {
    padding: 20px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}

.right-side-accordion .red-bg {
    background: #fa8564;
    color: #fff;
}

.right-side-accordion .terques-bg {
    background: #45c9c4;
    color: #fff;
}

.right-side-accordion .purple-bg {
    background: #a48ad4;
    color: #fff;
}

.right-side-accordion .yellow-bg {
    background: #f3c022;
    color: #fff;
}

.prog-row {
    border-bottom: 1px solid #3C3C44;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

.prog-row .progress {
    margin-bottom: 0;
}

.prog-row h4 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.user-details h4 {
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
}

.prog-row p {
    font-size: 10px;
    color: #8f8f9b;
    margin-bottom: 0;
}

.mtop10 {
    margin-top: 10px;
}

.user-thumb, .user-details, .user-status, .rsn-details {
    float: left;
}

.user-thumb {
    width: 30px;
    margin: 0 10px 0 20px;
}

.user-thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
}

.user-details {
    width: 150px;
}

.rsn-details {
    width: 170px;
}

.rsn-details a, .rsn-details a:hover {
    color: #a48ad4;
    font-size: 11px;
}

.user-details a {
    color: #fff;
}

.user-status {
    width: 25px;
    margin-top: 5px;
}

.view-btn, .view-btn:hover {
    color: #6c6c72;
    margin: 10px 0;
    display: inline-block;
}

.view-btn:hover {
    text-decoration: underline;
}

.rsn-activity i {
    font-size: 30px;
}
/*state overview*/
.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value {
    float: right;
}

.state-overview .value h1, .state-overview .value p {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}
/*main chart*/
.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 4.3%;
    margin: 0px 2%;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #bfc2cd;
    color: #bfc2cd;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.custom-bar-chart .bar .value:hover {
    background: #e8403f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -25px;
    padding: 0 10px;
    width: 40px;
}

.y-axis {
    color: #555555;
    text-align: right;
}
/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.chart .heading {
    text-align: left;
}

.chart .heading span {
    display: block;
}

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight: normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value a {
    color: #fff;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #55f2e7;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight: normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.inline-block {
    display: inline-block;
}

.gen-case {
    text-transform: none;
}
/**/
/*personal task*/
.task-thumb {
    width: 90px;
    float: left;
}

.task-thumb img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
    color: #39b5aa;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}

.personal-task tbody tr td {
    padding: 11px 15px;
    border-color: #eeeff1;
}

.personal-task tbody tr td i {
    font-size: 20px;
    color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i {
    color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

.task-option select {
    height: 35px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    color: #a4abbb;
}

.progress-panel {
    padding-bottom: 5px;
}
/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}
/*timeline*/
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.timeline .time-show.first {
    /*margin-top:-80px;*/
}

.time-show .btn {
    width: 150px;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    background-color: #d8d9df;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 45px;
    position: relative;
    text-align: left;
    background: #fff;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #fff !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #fff !important;
}

.timeline .timeline-icon {
    left: -60px;
    position: absolute;
    top: 5px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    /*box-shadow:0 0 0 3px #C7CBD6;*/
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39B6AE;
}

.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}

.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}

.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline-desk h1.yellow, .timeline-desk span a.yellow {
    color: #fed65a;
}

.timeline .timeline-icon.red {
    background: #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
}

.timeline .timeline-icon.yellow {
    background: #fed65a;
}

.timeline .timeline-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -60px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -245px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
    display: none;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -245px;
    text-align: left;
    display: none;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
}

.timeline-desk a {
    color: #1fb5ad;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
    margin-top: 20px;
    float: right;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-item.alt .timeline-desk .album a {
    margin-left: 5px;
    float: right;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.mbot30 {
    margin-bottom: 30px;
}

.timeline-item.alt h1, .timeline-item.alt p {
    text-align: right;
}
/*---revenue----*/
.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

.revenue-head span {
    background: #e56155;
    padding: 16px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
}

.revenue-head span i {
    font-size: 18px;
}

.revenue-head h3 {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.revenue-head span.rev-combo {
    background: #e56155;
    padding: 16px;
    line-height: normal;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}
/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
}

.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;
}

.panel-footer.revenue-foot ul li a {
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}

.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}
/*flatlab carousel model*/
.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

.flat-carousal h1 {
    text-align: center;
    font-size: 16px;
    margin: 30px 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

ul.ft-link li {
    border-right: 1px solid #E6E7EC;
    display: inline-block;
    line-height: 30px;
    margin: 8px 0;
    text-align: center;
    width: 24%;
}

ul.ft-link li a {
    color: #74829c;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link li a:hover, ul.ft-link li.active a {
    color: #58c9f3;
}

ul.ft-link li:last-child {
    border-right: none;
}

ul.ft-link li a i {
    display: block;
}
/*product post*/
.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0,0,0,0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;
}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

.post-highlight.terques h2 span, .post-highlight.terques h2 a {
    color: #92faf3;
}

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

.post-info .desk h3 {
    font-size: 16px;
}

.post-info .desk.yellow h3 {
    color: #f8d347;
}

.post-btn {
}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

.post-btn a:hover {
    color: #727272;
}

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.4);
}

.pro-thumb img {
    text-align: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}

.social-footer {
    display: inline;
    text-align: center;
}

.social-footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    display: inline-block;
    margin: 0 20px;
}

.social-footer ul li a {
    font-size: 25px;
    color: #ceced0;
}

.social-footer ul li a:hover i.fa-facebook-f, .social-footer ul li.active a i.fa-facebook-f {
    color: #486eac;
}

.social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
    color: #58c9f3;
}

.social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
    color: #4a4a4a;
}

.social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
    color: #d1282d;
}
/*pie chart */
.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
/*follower*/
.follower {
    background: #01a89e;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

.follower-foot ul {
    padding: 0;
    margin: 0;
}

.follower-foot ul li {
    display: inline-block;
    text-align: center;
    width: 48%;
    line-height: normal;
}

.follower-foot ul li h5 {
    margin: 5px 0 0 0;
}

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}
/*weather*/
.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.weather-bg i {
    font-size: 60px;
    display: block;
}

.weather-bg .degree {
    font-size: 60px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.weather-category ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
}

.weather-category ul li h5 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.weather-category ul li a {
}

.weather-category ul li:last-child {
    border-right: none;
}
/*fontawesome*/
.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
    color: #797979;
}

.fontawesome-icon-list a:hover {
    color: #35404D;
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}
/*mail inbox*/
.mail-nav {
    margin: 15px -15px 0 -15px;
}

.mail-nav li a {
    border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid #f2f3f6;
    padding: 15px;
    border-right: 3px solid rgba(0,0,0,0);
}

.mail-nav > li > a:hover, .mail-nav > li > a:focus {
    background: #fafafa;
    color: #1fb5ad;
    border-right: 3px solid #1fb5ad;
}

.mail-nav > li.active > a, .mail-nav > li.active > a:hover, .mail-nav > li.active > a:focus {
    background: #fafafa;
    color: #1fb5ad;
    border-right: 3px solid #1fb5ad;
}

.mail-nav > li + li {
    margin-left: 0;
    margin-top: 0px;
}

.mail-nav i {
    font-size: 16px;
    margin-right: 10px;
}

.inbox-notification {
    margin-top: -2px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}

.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #80d3d9;
    padding: 3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #1fb5ad;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

.btn-compose:hover, .btn-compose:focus {
    background: #1ca59e;
    color: #fff;
}

ul.inbox-nav {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

.inbox-action {
    margin-top: 50px;
}

.src-position {
    margin-top: -7px;
}

.mail-src-position {
    margin-top: -3px;
}

ul.labels-info {
    border-bottom: 1px solid #f1f2f7;
    margin-bottom: 10px;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 15px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #6a6a6a;
    background: none;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding: 20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

.inbox-head h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}

.inbox-head .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.wht-bg {
    background: #fff;
}

.wht-bg h4 {
    font-size: 24px;
    color: #a2a2a2;
    font-weight: 300;
}

.table-inbox-wrap {
    margin: 0 -15px;
}

.mail-checkbox {
    margin-right: 10px;
}

.table-inbox {
    margin: 0;
}

.table-inbox tr td {
    padding: 12px !important;
}

.table-inbox tr td:first-child {
    width: 5%;
}

.table-inbox tr td:first-child .icheckbox_minimal {
    margin-left: 15px;
}

.table-inbox tr td:hover {
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}

.table-inbox tr td .fa-star {
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

.table-inbox tr.unread a {
    color: #32323a;
}

.table-inbox tr a {
    color: #767676;
}

ul.inbox-pagination {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.pagination li a {
    color: #32323a;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all {
    float: left;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.inbox-pagination a.np-btn {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
}
/*.modal-body label {
    font-weight:400;
    font-family: 'Open Sans',sans-serif;
}*/

.compose-mail {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}


.compose-mail .compose-options {
    color: #979797;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.compose-mail input, .compose-mail input:focus {
    border: none;
    padding: 0;
    width: 80%;
    float: left;
}

.compose-mail .form-group {
    border: 1px solid #F2F3F6;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.compose-mail .form-group label {
    line-height: 34px;
    width: 10%;
    float: left;
    padding-left: 5px;
    margin-bottom: 0;
}

.compose-editor input {
    margin-top: 15px;
}

.compose-editor {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.compose-btn {
    float: left;
    margin-top: 6px;
}

.mail-header h4 {
    font-weight: 300;
}

.mail-sender, .attachment-mail {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    border-top: 1px solid #EFF2F7;
    border-bottom: 1px solid #EFF2F7;
    padding: 10px 0;
}

.mail-sender img {
    width: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mail-sender .date {
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
}

.view-mail a, .attachment-mail a:hover {
    color: #35bcb5;
}

.attachment-mail a {
    color: #32323a;
}

.attachment-mail ul li {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-top: 15px;
}

.attachment-mail ul li a.atch-thumb img {
    width: 200px;
    height: 180px;
    margin-bottom: 10px;
}

.attachment-mail ul li a.name span {
    float: right;
    color: #767676;
}

/*404 page*/
.body-404 {
    background: #35bcb5;
    color: #fff;
}

.error-head {
    background: #fff;
    height: 280px;
}

.error-wrapper {
    text-align: center;
}

.error-wrapper h1 {
    font-size: 90px;
    font-weight: 300;
    margin: -141px 0 0 0;
    text-align: center;
}

.error-wrapper h2 {
    font-size: 58px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

.error-desk {
    background: rgba(0,0,0,0.05);
    margin-top: -27px;
    padding: 30px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.error-wrapper p.nrml-txt {
    color: #03f1e4;
    font-size: 40px;
    margin: 0;
}

.back-btn, .back-btn:hover {
    border: 1px solid rgba(255,255,255,.5);
    padding: 10px 15px;
    margin-top: 100px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.back-btn:hover {
    background: #fff;
    color: #02a9a0;
}
/*500 page*/
.body-500 {
    background: #a48ad4;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.body-500 .back-btn:hover {
    background: #fff;
    color: #a48ad4;
}

.error-wrapper p.nrml-txt-alt {
    color: #fff;
    font-size: 34px;
    margin: 0;
    text-transform: uppercase;
}

.sp-link, .sp-link:hover {
    color: #ffef3b;
    text-decoration: underline;
}

.sp-link:hover {
    text-decoration: none;
}
/*profile*/
.profile-information .profile-pic img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #f1f2f7;
    margin-top: 20px;
}

.profile-information .profile-desk {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

.profile-information .profile-desk h1 {
    color: #1fb5ad;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.profile-information .profile-desk span, .profile-information .profile-desk p {
    padding-bottom: 25px;
    display: inline-block;
}

.profile-information .profile-statistics h1 {
    color: #757575;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile-information .profile-statistics p {
    margin-bottom: 15px;
    display: inline-block;
}

.profile-information .profile-statistics ul {
    margin-top: 10px;
}

.profile-information .profile-statistics ul li {
    float: left;
    margin-right: 10px;
}

.profile-information .profile-statistics ul li a {
    background: #f6f6f6;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.profile-information .profile-statistics ul li a:hover {
    color: #1fb5ad;
}
/*-----*/
.profile-nav .user-heading {
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 16px;
    color: #8b8b8b;
    line-height: 25px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
    background: #f8f7f5 !important;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i {
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}
/*-----*/
.recent-act {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.recent-act:before {
    background-color: #eeeeee;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 50px;
    width: 2px;
    z-index: 0;
}

.recent-act h1 {
    text-align: center;
    color: #1fb5ad;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.activity-icon.terques {
    background: #8fd6d6;
}

.activity-icon.red {
    background: #EF6F66;
}

.activity-icon.purple {
    background: #bda4ec;
}

.activity-icon.green {
    background: #aec785;
}

.activity-icon.yellow {
    background: #fed65a;
}

.activity-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin: 20px auto 20px;
    position: relative;
}

.activity-icon {
    background: #C7CBD6;
}

.activity-desk {
    padding: 15px 30px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    text-align: center;
}

.activity-desk h2 {
    color: #1fb5ad;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.activity-desk .terques {
    color: #1fb5ad;
}

.activity-desk .red {
    color: #EF6F66;
}

.activity-desk .purple {
    color: #bda4ec;
}

.activity-desk .green {
    color: #aec785;
}

.activity-desk .yellow {
    color: #fed65a;
}

.activity-desk .blue {
    color: #20aaf1;
}

.photo-gl {
    margin-top: 10px;
    display: inline-block;
}

.photo-gl a {
    margin: 0 10px;
}

.photo-gl a img {
    border: 1px solid #c8c8c8;
    width: 150px;
    height: 120px;
}

.prf-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.prf-border-head {
    color: #1fb5ad;
    border-bottom: 1px solid #f1f2f7;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wk-progress {
    border-bottom: 1px solid #f1f2f7;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.pf-status {
    padding-bottom: 25px;
}

.tm-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.tm-membr {
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.tm-membr .tm {
    padding-top: 10px;
    display: inline-block;
    padding-left: 10px;
}
/*profile contact*/
.prf-contacts h2 {
    color: #1fb5ad;
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase;
}

.prf-contacts h2 span {
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #1fb5ad;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.prf-contacts h2 span i {
    font-size: 16px;
}

.prf-contacts .location-info {
    margin-left: 60px;
}

.prf-contacts .location-info p {
    padding-bottom: 30px;
}

.prf-map {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #e6e6e6;
    margin-top: 50px;
}

.sttng h2 {
    margin: 20px 0;
}
/*invoice*/
.invoice p {
    line-height: 25px;
    color: #aeaeb1;
    margin-bottom: 0;
}

.invoice-header {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.invoice-title {
    background: #1fb5ad;
    color: #fff;
    display: inline-block;
}

.inv-label {
    color: #1fb5ad;
}

.itatic {
    font-style: italic;
}

.inv-label h3 {
    font-weight: 300;
}

ul.amounts li.grand-total {
    background: #1fb5ad;
    color: #fff;
    font-weight: bold;
}

.amnt-value, .table-invoice h4 {
    margin: 0;
    font-weight: 400;
}

.invoice-title h1 {
    font-size: 50px;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 2px;
}

.invoice-list {
    margin-bottom: 30px;
}

.invoice-info, .invoice-title {
    padding: 20px;
}

.invoice-info {
    margin-top: 5px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-to h2 {
    margin: 0;
    font-size: 24px;
    color: #73737b;
    font-weight: 600;
}

.table-invoice {
    margin-top: 30px;
    border-spacing: 5px;
    border-collapse: separate;
}

.table-invoice > thead > tr > th {
    border-bottom: none;
}

.table-invoice > tbody > tr > td {
    border-top: none;
}

.table-invoice thead tr th {
    background: #e8e9f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: middle;
}

.table-invoice thead tr th:first-child, .table-invoice tbody tr td:first-child {
    text-align: center;
}

.table-invoice tbody tr td {
    background: #f5f6f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: middle;
}

.invoice-block {
    text-align: right;
}

.payment-method p {
    margin-bottom: 0;
}

ul.amounts li {
    background: #f5f6f9;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
}

.invoice-btn {
    margin-top: 30px;
}

.invoice-btn a {
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}
/*panel heading color*/
.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}
/*table*/
.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length, .dataTables_filter {
    padding: 15px;
}

.dataTables_info {
    padding: 0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding: 5px 8px;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_filter label input {
    width: 78%;
}

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
    color: #c7c7c7;
}

.dataTables_paginate.paging_bootstrap.pagination li a {
    color: #797979;
    padding: 5px 10px;
    display: inline-block;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a {
    color: #797979;
    background: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;
}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}
/*calender*/
.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -45px;
    vertical-align: top;
}

.fc-header-center {
    text-align: left;
}

.fc-header-left {
    text-align: left;
    width: 18%;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #32323A !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #1FB5AD !important;
    border-color: #1FB5AD !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e4e4e4 !important;
}

.fc-header-title h2 {
    font-size: 18px !important;
    color: #474752;
    font-weight: 300;
    padding: 0 10px;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"] {
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 6px;
}

.fc-corner-left {
    /*border-radius:4px 0 0 4px;*/
    /*-webkit-border-radius:4px 0 0 4px;*/
}

.fc-corner-right {
    /*border-radius:0 4px 4px 0;*/
    /*-webkit-border-radius:0 4px 4px 0;*/
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}
/*button*/
.btn-row {
    margin-bottom: 10px;
}
/*tabs*/
.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
    background-color: #f1f2f7;
    border-color: #f1f2f7;
    color: #797979;
}
/*general page*/
.progress-xs {
    height: 10px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -15px -15px -15px;
}

.tab-bg-dark-navy-blue ul > li > a {
    display: block;
    padding: 20px 15px !important;
}

.tab-bg-dark-navy-blue {
    background: #e0e1e7;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a, .panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #898989;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #1fb5ad;
    background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.tab-right {
    height: 58px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}
/*carousel*/
.carousel-indicators li {
    background: rgba(0,0,0,0.2);
    border: none;
    transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease 0s;
    -webkit-transition: background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background: #333;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

.carousel-control i {
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    filter: none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #CCCCCC;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}
/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}
/*form*/
.sm-input {
    width: 175px;
}

.form-horizontal.bucket-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-horizontal.bucket-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.form-horizontal.bucket-form .form-group .help-block {
    margin-bottom: 0;
}

.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.bucket-form .checkbox-inline > input {
    margin-top: 1px;
    border: none;
}

.btn.btn-info.dropdown-toggle {
    border-left: 1px solid #1fadea;
}
/*custom checkox & radio btn*/
.icheck div, .icheck .disabled {
    float: left;
}

.icheck div {
    margin-right: 10px;
}

.icheck label {
    font-weight: normal;
}

.icheck .checkbox, .icheck .radio {
    margin-bottom: 10px;
}

.icheck .single-row {
    display: inline-block;
    width: 100%;
}
/*form validation*/
.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error, .cmxform .form-group textarea.error {
    border-color: #B94A48 !important;
}

#signupForm label.error {
    display: inline;
    margin: 5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus {
    border: none;
}
/*slider*/
.slider-table tr td {
    padding: 30px 0 !important;
    border: none !important;
}
/*date picker*/
.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.add-on .btn {
    padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover, .datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}

.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*ck editor*/
.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top,#F5F5F5,#F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top,#F5F5F5,#F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top,#F5F5F5,#F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}
/*widget*/
.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.gray-bg {
    background: #474751;
}

.terques-bg {
    background: #1fb5ad;
}

.profile-nav.alt.green-border ul > li > a:hover i {
    color: #1fb5ad;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.user-heading.alt a img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 40px 10px 10px;
    position: relative;
    min-height: 170px;
}

.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

.corner-ribon i {
    padding: 10px 0 0 35px;
    color: #fff;
}

.blue-ribon {
    background: url("../../images/twitter_corner_blue.png") no-repeat;
}

.black-ribon {
    background: url("../../images/twitter_corner_black.png") no-repeat;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-feed h1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin: 0 10px;
}

.twt-feed a img {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 10px;
    width: 100%;
}

.twt-feed .wtt-mark {
    color: rgba(255,255,255,0.15);
    font-size: 160px;
    position: absolute;
    top: 10px;
    left: 40%;
}

.twt-category ul li {
    color: #bdbdbd;
    font-size: 13px;
}

.twt-category h5 {
    font-size: 18px;
    font-weight: 400 !important;
}

.twt-write .t-text-area {
    background: #f4f4f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    height: 40px;
    color: #c9c9c9;
    margin-bottom: 20px;
    padding-top: 10px;
}

.twt-footer {
    padding: 12px 15px;
}

.twt-footer, .twt-footer a {
    color: #d2d2d2;
}

.twt-footer i {
    padding-right: 10px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color:#b8bac6;*/
}

.feed-box {
    position: relative;
}

.feed-box img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 85px;
    height: 85px;
}

.feed-box h1 {
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 400;
}

.feed-box a {
    color: #3ac7f9;
}

.profile-nav .user-heading.clock-row {
    padding: 20px;
}

.clock-row {
    text-transform: uppercase;
    min-height: 170px;
}

ul.clock-category {
    padding: 15px 0;
}

ul.clock-category li {
    display: inline-block;
    width: 24%;
    text-align: center;
    border: none;
}

ul.clock-category li a span {
    display: block;
    line-height: normal;
}

ul.clock-category li a i {
    font-size: 30px;
    padding-right: 0;
}

ul.clock-category li a:hover, ul.clock-category li a.active {
    color: #1fb5ad !important;
    background: none !important;
}

ul.clock-category li a:hover i, ul.clock-category li a.active i {
    color: #1fb5ad !important;
}

.clock-row h1 {
    font-size: 22px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    margin: 0 0 5px 0 !important;
    letter-spacing: 1px;
}

.clock-row p {
    font-size: 18px;
    font-weight: 300;
    color: #fff !important;
    margin: 0;
}

.wdgt-row {
    text-align: center !important;
}

.wdgt-row i {
    font-size: 50px;
}

.wdgt-value h1 {
    color: #c7cbd6;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.wdgt-value p {
    color: #c7cbd6;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.red-bg {
    background: #fa8564;
}

.purple-bg {
    background: #9466b5;
    color: #fff;
}

.weather-box {
    float: left;
    width: 100%;
}

.weather-box .symbol {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    padding: 61px 15px;
    width: 50%;
    float: left;
    text-align: center;
}

.weather-box .symbol i {
    font-size: 70px;
    text-shadow: -5px 6px 5px rgba(0,0,0,0.3);
}

.weather-box .value {
    float: right;
    width: 50%;
    text-align: center;
    padding: 33px 0;
    font-size: 14px;
    color: #bdbdbd;
}

.weather-box .value i {
    font-size: 20px;
}

.wdgt-row, .prd-img {
    position: relative;
}

.wdgt-row img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.wdt-head {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.country-select {
    position: absolute;
    top: 10px;
    right: 10px;
}

.weather-full-info {
    color: #cbcbcb;
}

.weather-full-info h1 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.weather-full-info h2 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.weather-full-info .today-status i {
    font-size: 40px;
    color: #1fb5ad;
}

.weather-full-info .degree {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    padding-left: 20px;
}

.weather-full-info .degree:after {
    content: "o";
    position: relative;
    top: -12px;
    font-size: 16px;
}

.weather-full-info ul {
    margin-bottom: 0;
}

.weather-full-info ul li {
    display: inline-block;
    width: 16%;
    text-align: center;
    border-left: 1px solid #f1f2f7;
}

.weather-full-info ul li i {
    font-size: 25px;
}

.weather-full-info .statistics {
    padding-top: 5px;
}

.weather-full-info .statistics:after {
    content: "o";
    position: relative;
    top: -5px;
    font-size: 10px;
}

.prd-row {
    position: relative;
}

.btn-add-cart {
    bottom: 9px;
    padding: 12px;
    position: absolute;
    right: 15px;
}

.prd-row img {
    width: 100%;
}

.prd-row .action {
    width: 100px;
    height: 45px;
    position: absolute;
    bottom: 10px;
    right: -35px;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.prd-row .action .part1 {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
}

.yellow-bg-prd {
    background: #ffdd00;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.prd-row h1 {
    font-size: 24px;
    font-weight: 400;
    color: #5f6165;
    margin: 5px 0;
}

.prd-row p {
    margin: 0;
    color: #bfc2c4;
}

.prd-row p.normal {
    color: #bfc2c4;
}

.prd-row p.terques {
    color: #1fb5ad;
}

.prd-row .price {
    margin-top: 20px;
    margin-bottom: 20px;
}

.prd-row .price .amnt {
    color: #1fb5ad;
    font-size: 25px;
    font-weight: 600;
}

.prd-row .price .amnt:after {
    content: ".00";
    position: relative;
    top: -10px;
    font-size: 12px;
}

.clock-place {
    margin: -76px auto 0;
}

.btn-gap button {
    margin-right: 10px;
}
/*custom select*/
span.customSelect {
    font-size: 12px;
    background-color: #ffffff;
    padding: 6px 10px;
    border: 1px solid #EAEAEA;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #A4AABA;
    text-align: left;
}

span.customSelect.changed {
    background-color: #fff;
}

.customSelectInner {
    background: url(../../images/customSelect-arrow.gif) no-repeat center right;
}
/*Timeline chat*/
.chat-form {
    margin-top: 25px;
    clear: both;
}

.chat-form .input-cont {
    margin-bottom: 10px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input {
    border: 1px solid #d3d3d3 !important;
    margin-top: 0;
    min-height: 45px;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-features a {
    margin-left: 10px;
}

.chat-features a i {
    color: #d0d0d0;
}

.timeline-messages h3 {
    margin-bottom: 30px;
    color: #1fb5ad;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    padding: 20px;
    margin-top: -3px;
    position: relative;
}

.timeline-messages:before {
    background: rgba(0,0,0,0.05);
    bottom: 0;
    top: 0;
    width: 2px;
}

.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 20px;
    position: absolute;
    top: -2px;
}

.timeline-messages, .msg-time-chat, .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}

.timeline-messages .msg-in .arrow {
    border-right: 8px solid #949496 !important;
}

.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 25px;
    width: 0;
}

.timeline-messages .msg-out .arrow {
    border-right: 8px solid #41cac0 !important;
}

.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 25px;
    width: 0;
}

.msg-time-chat:first-child:before {
    margin-top: 27px;
}

.msg-time-chat:before {
    background: #CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 16px;
    margin: 35px 0 0 -7px;
    width: 16px;
}

.msg-time-chat:hover:before {
    background: #41cac0;
}

.msg-time-chat:first-child {
    padding-top: 0;
}

.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}

.message-body {
    margin-left: 50px;
    display: inline-block;
}

.msg-time-chat .msg-in .text {
    /*border:1px solid #e3e6ed;*/
    /*padding:10px;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 14px;
}

.msg-time-chat .msg-in .text .first {
    background: #949496;
    padding: 10px;
    color: #fff;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 5px;
    width: 130px;
    text-align: right;
}

.msg-time-chat .msg-in .text .second {
    background: #8fd6d6;
    padding: 10px;
    color: #fff;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat p {
    margin: 0;
}

.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}

.msg-time-chat {
    overflow: hidden;
    padding: 8px 0;
}

.msg-in a, .msg-in a:hover {
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}

.msg-out a, .msg-out a:hover {
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}

.bg-terques {
    background: #8fd6d6 !important;
}

.bg-red {
    background: #ffa991 !important;
}

.bg-purple {
    background: #bda4ec !important;
}

.bg-green {
    background: #aec785 !important;
}

.bg-yellow {
    background: #fed65a !important;
}

.bg-blue {
    background: #99cce3 !important;
}
/*boxed page */
.boxed-page {
    background-color: #000 !important;
}

.box-head {
    background: none;
}

.boxed-page .container {
    background: #32323A;
    padding-left: 0;
    padding-right: 0;
}

.boxed-page > .container {
    overflow: hidden;
}

.boxed-page .container #sidebar {
    position: inherit;
}

.boxed-page .container .header .container {
    background: #fff;
}

.boxed-page .container aside {
    float: left;
}

.boxed-page .container .wrapper {
    background: #F1F2F7;
    min-height: 900px;
}

.boxed-page .brand {
    margin-left: 0;
}
/*collapsible*/
.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}
/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

.ullist {
    border-bottom: #ccc 1px solid;
    margin-left: 20px;
}

.ullist li {
    display: inline-block;
    margin-left: 5px;
}

.ullist li a {
    display: inline-block;
    padding: 10px 20px !important;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #f1f1f1;
}

.ullist li.active a {
    background: #fff;
    border-bottom: #fff 1px solid;
    position: relative;
    top: 1px;
    margin-bottom: -1px;
}
/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

.rating span.star, .rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover, .rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before, .rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}

.rating span.star:hover:before, .rating span.star:hover:before, .rating span.star:hover ~ span.star:before, .rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #41CAC0;
}
/*ckEditor*/
#editor-container {
    width: 100%;
    margin: 10px auto 0;
}

#header-editor {
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft, #headerRight {
    width: 100%;
    overflow: hidden;
}

#headerLeft {
    float: left;
    padding: 10px 1px 1px;
}

#headerLeft h2, #headerLeft h3 {
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    font-family: 'Open Sans',sans-serif;
}

#headerLeft h2 {
    font-size: 2.6em;
    line-height: 1.1em;
    text-transform: capitalize;
    color: #32323a;
    margin-bottom: 30px;
}

#headerLeft h3 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: .2em 0 0;
    color: #32323a;
}

#headerRight {
    float: right;
    padding: 1px;
}

#headerRight p {
    line-height: 1.8em;
    text-align: justify;
    margin: 0;
}

#headerRight p + p {
    margin-top: 20px;
}

#headerRight > div {
    padding: 20px 0;
    margin: 0;
    font-size: 1.1em;
    color: #757575;
}

#columns {
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

#columns h3 {
    color: #32323a;
}

#columns > div {
    float: left;
    width: 33.3%;
}

#columns #column1 > div {
    margin-left: 1px;
}

#columns #column3 > div {
    margin-right: 1px;
}

#columns > div > div {
    margin: 0px 10px;
    padding: 10px 0;
}

#columns blockquote {
    margin-left: 15px;
}

#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}
/*advanced table*/
.general-table .progress {
    margin-bottom: 0;
}

.adv-table table tr td {
    padding: 10px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length, .adv-table .dataTables_filter {
    padding: 15px 0;
}

.cke_chrome {
    border: none !important;
}

.editable-table .dataTables_filter {
    width: 80%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1 {
    background: none !important;
}
/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}
/*xchart*/
.demo-xchart {
    height: 400px;
    width: 100%;
}
/*Horizontal menu*/
.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-top: 18px;
    float: left;
}

.horizontal-menu .navbar-nav > li {
    margin-right: 5px;
}

.horizontal-menu .navbar-nav > li > a {
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.horizontal-menu > .navbar-nav > li > .dropdown-menu {
    margin-top: 23px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    border: none;
}

.full-width .navbar-header {
    width: 100%;
}

.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus {
    background-color: #1FB5AD;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}

.horizontal-menu .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
    margin: 5px 10px;
}

.navbar-header {
    height: 80px;
}

/*advanced form*/
.form-body {
    padding: 20px;
}
/*multiselect*/
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

.ms-container .ms-list.ms-focus {
    border: 1px solid #2A3542;
}

.ms-selectable .search-input, .ms-selection .search-input {
    margin-bottom: 10px;
}
/*spinner*/
.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

.spinner-buttons.btn-group-vertical .btn i {
    margin-top: -3px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px !important;
    -webkit-border-radius: 0 0 4px !important;
}
/**/
.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}


#time {
    width: 100%;
    color: #fff;
    font-size: 125px;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: 100;
}
/*language*/
.language {
    margin-top: 4px;
}

.language .dropdown-menu {
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    margin-top: 18px;
}

.language .dropdown-menu li a {
    /*border-bottom:1px solid #eee;*/
    padding: 10px;
}

.language .dropdown-menu li:last-child a {
    border-bottom: none;
}

.language .dropdown-menu li a {
    font-size: 13px;
    padding: 10px;
}

.language .dropdown-menu li a:hover {
    background: #F1F2F7;
    color: #32323a;
}

.language-menu {
    margin-top: 15px !important;
    padding: 0;
}

.lang-arrow-up {
    background: url("../../images/top-arrow.png") no-repeat;
    width: 18px;
    height: 10px;
    margin-top: -15px;
    float: right;
    margin-right: 15px;
}
/*breadcrumbs-alt*/
.breadcrumbs-alt {
    list-style-type: none;
    margin: 0px 0 20px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.breadcrumbs-alt li {
    float: left;
    margin: 0 25px 0 0;
    transition: all 0.3s ease-in-out 0s;
}

.breadcrumbs-alt a:before {
    border-color: #E0E1E7 #E0E1E7 #E0E1E7 rgba(0,0,0,0);
    border-style: solid;
    border-width: 1.5em 0 1.7em 1em;
    content: "";
    left: -1em;
    margin-top: -1.6em;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
}

.breadcrumbs-alt a:after {
    border-bottom: 1.5em solid rgba(0,0,0,0);
    border-left: 1em solid #E0E1E7;
    border-top: 1.5em solid rgba(0,0,0,0);
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -1em;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
}

.breadcrumbs-alt a {
    background: #E0E1E7;
    color: #444444;
    float: left;
    font-size: 12px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
/*active and hover*/
.breadcrumbs-alt a:hover:before, .breadcrumbs-alt a.current:before {
    border-color: #1FB5AD #1FB5AD #1FB5AD rgba(0,0,0,0);
    border-style: solid;
    border-width: 1.5em 0 1.7em 1em;
    content: "";
    left: -1em;
    margin-top: -1.6em;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
}

.breadcrumbs-alt a:hover:after, .breadcrumbs-alt a.current:after {
    border-bottom: 1.5em solid rgba(0,0,0,0);
    border-left: 1em solid #1FB5AD;
    border-top: 1.5em solid rgba(0,0,0,0);
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -1em;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
}

.breadcrumbs-alt a:hover, .breadcrumbs-alt a.current {
    background: #1FB5AD;
    color: #fff;
    float: left;
    font-size: 12px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.breadcrumb {
    background-color: #fff;
}
/*footer*/
.footer-section {
    background: #32323A;
    color: #fff;
    padding: 10px 0;
    /*position:fixed;*/
    bottom: 0;
    width: 100%;
    margin-top: 30px;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(0,0,0,.4);
    width: 25px;
    height: 25px;
    border-radius: 2%;
    -webkit-border-radius: 2%;
}

.go-top i {
    color: #fff;
    font-size: 18px;
    padding-top: 2px;
}

.site-min-height {
    min-height: 900px;
}
/*pricing table*/
.price-head {
    padding: 10px 0 50px;
}

.price-head h1 {
    font-size: 32px;
    font-weight: normal;
    color: #1fb5ad;
}

.pricing-table {
    background: #F1F2F7;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
    position: relative;
}

.most-popular {
    background: #f1f2f7;
    color: #7d7d7d;
}

.most-popular .pricing-head {
    background: #1fb5ad;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: relative;
    height: 170px;
}

.most-popular .pricing-quote, .most-popular ul li i {
    color: #1fb5ad;
}

.most-popular ul li {
}

.most-popular .price-actions .btn {
    background: #1fb5ad !important;
    cursor: pointer;
}

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #7d7d7d;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head {
    background: #7d7d7d;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: relative;
    height: 170px;
}

.pricing-head h1 {
    font-size: 24px;
    font-weight: 300;
    padding-top: 30px;
    color: #fff;
    text-transform: uppercase;
}

.pricing-quote {
    background: #fff;
    padding: 22px 0;
    color: #7d7d7d;
    font-size: 45px;
    font-weight: 100;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: -85px auto;
    z-index: 100;
    position: relative;
}

.pricing-quote:after {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.5);
    margin: -85px auto;
    z-index: 100;
    position: absolute;
    content: "";
    left: -10px;
    top: 75px;
}

.pricing-table ul {
    margin: 120px 0 50px;
    padding: 0;
}

.pricing-table ul li {
    margin: 0 2em;
    padding: 1em 0;
    text-align: left;
    font-weight: 300;
}

.pricing-table ul li i {
    margin-right: 10px;
}

.pricing-quote span.note {
    display: inline;
    font-size: 18px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quote p {
    font-size: 16px;
    color: #d2d2d6;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
    font-weight: 300;
}

.pricing-quotation p, .team-info p {
    margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}
/*dragable portlet*/
.sortable .panel .panel-heading {
    cursor: move;
}
/*switch btn*/
.has-switch span.switch-left, .has-switch span.switch-right {
    border-radius: 40px;
    -webkit-border-radius: 40px;
}
/*toggle style*/
.toggle-heading h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    /*border-bottom:1px solid #ddd;*/
    padding-bottom: 10px;
    font-weight: 300;
}
/*tags input*/
.tagsinput {
    height: 40px !important;
    min-height: 41px !important;
    margin: 0 !important;
    overflow: auto !important;
    padding: 5px !important;
}

div.tagsinput span.tag {
    background: none repeat scroll 0 0 #CDE69C !important;
    border: 0 none !important;
    color: #638421 !important;
    margin-bottom: 4px !important;
    padding: 5px 6px !important;
}

.hd-title {
    font-size: 16px;
    margin: 10px 0;
}
/*DASHBOARD -jaman*/
.main-chart {
    width: 100%;
    height: 265px;
}

#flotTip {
    background: #fff;
    border: #ccc 1px solid;
    padding: 10px;
}

#legendcontainer26 {
    padding: 10px 0px;
}

#legendcontainer26 .legendColorBox {
    padding-right: 5px;
}

#legendcontainer26 .legendColorBox div {
    border-radius: 100% !important;
}

.widget-h {
    color: #afaebc;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.gauge-canvas {
    text-align: center;
}

.gauge-value {
    color: #fa8564;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.gauge-title {
    color: #ccc;
    font-size: 14px;
    padding-right: 20px;
}

.gauge-meta {
    margin: 0px;
    padding-top: 7px;
}

.daily-visit {
    text-align: center;
}

.daily-visit-spark {
    padding: 10px 0px;
}

.sm-pie .legendColorBox {
    padding-right: 5px;
}

.sm-pie .legendColorBox > div {
    border: #fff 0px solid !important;
}

.sm-pie .legendColorBox div {
    border-radius: 100% !important;
}

.epie-chart {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
}

.epie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 80px;
    z-index: 2;
}

.pc-epie-chart {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.pc-epie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.pc-epie-chart .percent {
    display: inline-block;
    line-height: 50px;
    z-index: 2;
    font-size: 10px;
    color: #5bc6f0;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.chart-meta {
    margin: 0px;
}

.visit-chart-value {
    font-size: 18px;
    color: #3acdc7;
    font-weight: 600;
    padding-top: 10px;
}

.visit-chart-title {
    font-size: 16px;
    padding-top: 10px;
    color: #ccc;
}

.visit-chart-title i {
    color: #3acdc7;
}

.top-stats-panel {
    min-height: 164px;
}

.top-stats-panel .sm-pie {
    margin-top: 30px;
}

.sm-pie {
    height: 100px;
    width: 100%;
    display: block;
}

.target-sell {
    height: 40px;
    width: 100%;
    display: block;
}

.side-graph-info {
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.side-mini-graph {
    float: right;
    width: 70px;
    margin-right: 10px;
    text-align: center;
}

.side-graph-info.payment-info {
    padding-top: 10px;
}

.monthly-stats {
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    margin: -15px -15px 15px -15px;
    padding: 15px;
}

.monthly-stats.pink {
    background-color: #9972b5 !important;
}

.sparkline {
    text-align: center;
}

.monthly-stats h4 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 0px 10px 0px;
}

.circle-sat ul {
    text-align: center;
}

.circle-sat ul li {
    display: inline-block;
}

.circle-sat ul li span {
    display: block;
    text-transform: uppercase;
}

.left-stat-label span, .right-stat-label span {
    display: block;
}

.left-stat-label {
    text-align: right;
    font-size: 11px;
    position: relative;
    top: 10px;
    padding-right: 10px;
}

.right-stat-label {
    text-align: left;
    font-size: 11px;
    position: relative;
    top: 10px;
    padding-left: 10px;
}

.left-stat-label .sell-percent {
    color: #f9a10c;
    font-size: 14px;
}

.right-stat-label .sell-percent {
    color: #36d8c0;
    padding-top: 30px;
    font-size: 14px;
}

.spark-bar-label span {
    display: block;
    color: #bbb;
}

.bar-label-value {
    font-size: 20px;
    color: #666 !important;
}

.prospective-spark-bar {
    margin: 0px;
}

.prospective-spark-bar li {
    padding: 20px 0px 20px 0px;
}

.jqstooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: rgba(0,0,0,0.6);
    border-width: 4px;
    margin-left: -4px;
}

.stat-btn {
    padding: 3px;
    background-color: #eee6f5;
    border-radius: 3px;
    height: 24px;
    color: #cab1d9;
}

.stat-btn:hover {
    background-color: #422c50;
    color: #cab1d9;
}

.stat-btn.active {
    background-color: #422c50;
    color: #cab1d9;
}

.region-earning-stats {
    text-align: center;
    color: #6d6d6d;
    text-transform: uppercase;
    padding: 40px 30px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}

.region-earning-stats span {
    display: block;
    color: #b0c781;
    font-size: 20px;
}

.location-earning-stats {
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.location-earning-stats li {
    padding: 0px 15px;
}

.location-earning-stats li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.location-earning-stats li span {
    display: block;
    font-size: 14px;
}

.stat-divider {
    border-right: #dadada 1px dashed;
}

.vector-stat {
    height: 150px;
    margin-top: 20px;
}

.alert-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.alert-icon i {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

.notification-info {
    margin-left: 56px;
    margin-top: -40px;
}

.notification-meta {
    margin-bottom: 3px;
}

.notification-info p {
    margin: 0px;
    color: #999;
    font-size: 12px;
}

.alert-info .alert-icon {
    background-color: #99cce3;
}

.alert-danger .alert-icon {
    background-color: #fcb1ae;
}

.alert-success .alert-icon {
    background-color: #98d7ad;
}

.alert-warning .alert-icon {
    background-color: #ffe699;
}

.notification-sender {
    color: #414147;
}

.notification-time {
    font-style: italic;
    color: #999;
}

.alert-info .notification-info a {
    color: #45a2c9;
}

.alert-danger .notification-info a {
    color: #fb6f6b;
}

.alert-success .notification-info a {
    color: #42b663;
}

.alert-warning .notification-info a {
    color: #e6cb76;
}

.alert-info.bucket-notification {
    background-color: #eef7fd;
}

.alert-danger.bucket-notification {
    background-color: #fef3f2;
}

.alert-success.bucket-notification {
    background-color: #eef8f8;
}

.alert-warning.bucket-notification {
    background-color: #fff7e1;
}
/*=Chat=*/
.conversation-list li {
    margin-bottom: 24px;
}

.conversation-list .chat-avatar {
    width: 40px;
    display: inline-block;
    text-align: center;
    float: left;
}

.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal;
}

.conversation-list .ctext-wrap i {
    display: block;
    font-style: normal;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    color: #2cb9b3;
}

.conversation-list .conversation-text {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 12px;
    width: 70%;
}

.conversation-list .ctext-wrap {
    padding: 10px;
    background: #d5f2ef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

.conversation-list .ctext-wrap p {
    margin: 0px;
    padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213,242,239,0);
    border-right-color: #d5f2ef;
    border-width: 5px;
    margin-top: -5px;
}

.conversation-list .odd .chat-avatar {
    float: right !important;
}

.conversation-list .odd .conversation-text {
    width: 70% !important;
    margin-right: 12px;
    text-align: right;
    float: right !important;
}

.conversation-list .odd .ctext-wrap {
    background: #eeeef2 !important;
}

.conversation-list .odd .ctext-wrap i {
    color: #acacac;
}

.conversation-list .odd .ctext-wrap:after {
    left: 100% !important;
    top: 20% !important;
    border-color: rgba(238,238,242,0) !important;
    border-left-color: #eeeef2 !important;
}

.chat-send {
    padding-left: 0px;
}

.chat-send button {
    width: 100%;
}
/*=Event Calendar=*/
.event-calendar {
    background: #1fb5ac;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 474px;
}

.calendar-block {
    float: right !important;
    -webkit-border-radius: 0 5px 5px 0px;
    -moz-border-radius: 0 5px 5px 0px;
    border-radius: 0 5px 5px 0px;
    background: #fff;
    min-height: 474px;
    z-index: 1000;
}

.event-list-block {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.calendar-block .clndr {
    margin: 40px 0;
}

.calendar-block .clndr {
    margin: 40px 0;
}

.calendar-block .clndr-controls {
    margin: 45px 0px !important;
}

.calendar-block .day-contents {
    width: 30px;
    margin: auto;
}

.today .day-contents {
    width: 30px;
    background: #1fb0ab;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.calendar-block .day-contents:hover {
    width: 30px;
    background: #1fb0ab;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.event-list li {
    background: rgba(255,255,255,.2);
    padding: 10px 30px 10px 10px;
    color: #fff;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.event-close {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 8px;
}

.cal-day {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

.cal-day span {
    font-size: 14px;
    display: block;
}

.evnt-input, .evnt-input:focus {
    background: none;
    border: none;
    border-bottom: #fff 1px solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    padding-left: 0px;
    margin-top: 10px;
}

.widget-head {
    position: relative;
}

.widget-collapse {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    position: absolute;
    right: 10px;
}

.widget-collapse i {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 8px;
}

.mini-stat {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #fff;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

.mini-stat-info span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.orange {
    background: #fa8564 !important;
}

.tar {
    background: #1fb5ac !important;
}

.mini-stat .green {
    background: #aec785 !important;
}

.pink {
    background: #a48ad4 !important;
}

.yellow-b {
    background: #fdd752 !important;
}
/*== Weather Widget ==*/
.weather-widget {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.weather-info {
    margin: 0px;
}

.weather-info li {
    font-size: 14px;
    color: #ccc;
}

.weather-icon {
    margin-right: 10px;
    padding-right: 10px;
}

.weather-icon canvas {
    margin-top: 15px;
}

.weather-cent span {
    font-size: 30px;
    font-weight: 700;
    color: #aec785;
}

.weather-cent span:after {
    content: "o";
    font-size: 16px;
    position: relative;
    top: -15px;
}

.bar-stats {
    height: 80px;
    margin-top: 20px;
    border-bottom: #aec785 2px solid;
    position: relative;
}

.progress-stat-bar {
    padding-left: 10px;
}

.progress-stat-bar li {
    height: 78px;
    width: 20px;
    background: #f1f1f1;
    position: relative;
    margin-right: 5px;
    float: left;
}

.progress-stat-percent {
    background: #aec785;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.bar-legend {
    position: absolute;
    top: 0px;
    right: 0px;
}

.bar-legend li {
    font-size: 11px;
    margin-bottom: 5px;
}

.bar-legend-pointer {
    height: 10px;
    width: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.bar-legend-pointer.green {
    background: #AEC785;
}

.daily-sales-info {
    color: #ccc;
}

.daily-sales-info span {
    display: inline-block;
}

.daily-sales-info span.sales-count {
    font-size: 18px;
    color: #aec785;
    font-weight: 600;
}

.daily-sales-info {
    padding-top: 6px;
}

.daily-sales-info span.sales-label {
    position: relative;
    top: -2px;
}

.todo-title {
    margin-right: 70px;
}

.to-do-list li {
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 13px;
    margin-bottom: 5px;
    cursor: move;
}

.to-do-list li p {
    margin-bottom: 0px;
}

.todo-actionlist {
    position: absolute;
    right: 15px;
    top: 13px;
}

.todo-actionlist a {
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
}

.todo-actionlist a i {
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #ccc;
}

.todo-actionlist a:hover i {
    color: #666;
}

.todo-done i {
    font-size: 14px;
}

.todo-remove i {
    font-size: 10px;
}

.line-through {
    text-decoration: line-through;
}

.todo-action-bar {
    margin-top: 20px;
}

.drag-marker {
    height: 17px;
    display: block;
    float: left;
    width: 7px;
    position: relative;
    top: 2px;
}

.drag-marker i {
    height: 2px;
    width: 2px;
    display: block;
    background: #ccc;
    box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
    -webkit-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
    -moz-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
}
/* To-Do Check*/
.to-do-list li .todo-check input[type=checkbox] {
    visibility: hidden;
}

.todo-check {
    width: 20px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.todo-check label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: #ccc 1px solid;
}

.todo-check label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 3px solid #cfcfcf;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.todo-checklabel:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.todo-check input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.btn-todo-select button, .btn-add-task button {
    width: 100%;
    font-size: 12px;
}

.todo-search-wrap {
    padding: 0px;
}

.todo-search {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.side-mini-stat {
    padding: 10px 0 !important;
}

.notification-pie-chart {
    position: relative !important;
    display: block;
    height: 50px;
    width: 50px;
}

.notification-pie-chart .pie-percent, .notification-pie-chart .percent {
    width: 50px !important;
    height: 50px !important;
    display: block;
    line-height: 52px !important;
    text-align: center;
    margin-left: 0px !important;
    padding-left: 0px !important;
    position: absolute;
    top: 0px;
    font-size: 11px !important;
    font-weight: normal !important;
    color: #666;
}

.legendLabel {
    padding-bottom: 3px;
}

.notification-pie-chart .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.first-city {
    color: #7bd0d1;
}

.second-city {
    color: #c5cc73;
}

.third-city {
    color: #e47578;
}

.top-menu .dropdown-menu:after, .top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 9%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.top-menu .dropdown-menu:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}

.top-menu .dropdown-menu:before {
    border-color: rgba(238,238,238,0);
    border-bottom-color: #eeeeee;
    border-width: 8px;
    margin-left: -8px;
}

.pull-right.top-menu .dropdown-menu:after, .pull-right.top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pull-right.top-menu .dropdown-menu:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}

.pull-right.top-menu .dropdown-menu:before {
    border-color: rgba(238,238,238,0);
    border-bottom-color: #eeeeee;
    border-width: 8px;
    margin-left: -8px;
}
/*Chart JS*/
.chartJs {
    width: 100%;
    display: block;
}

#gmap-list, #gmap-tabs {
    height: 450px;
}

#graph-area-line > svg, #graph-bar > svg {
    width: 100% !important;
}

.task-info .desc p {
    padding-bottom: 0px !important;
}

.task-info .desc h5 {
    padding-top: 8px;
}

.evnt-input:-moz-placeholder {
    color: #fff !important;
    font-size: 12px;
}

.evnt-input::-moz-placeholder {
    color: #fff !important;
    font-size: 12px;
}

.evnt-input::placeholder {
    color: #fff !important;
    font-size: 12px;
}

.evnt-input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 12px;
}

#map-canvas {
    margin-top: 40px;
    width: 400px;
    height: 400px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: #eee 10px solid;
}


.gear-settings {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0 30% 0 0;
    -moz-border-radius: 0 30% 0 0;
    border-radius: 0 30% 0 0;
}

.gear-settings i {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    position: relative;
    color: #BFBFC1;
}

.gear-settings:hover i {
    color: #666;
}


.theme-switcher {
    width: 228px;
    padding-left: 7px;
    border: #eee 1px solid;
    position: fixed;
    top: -240px;
    right: -1px;
    z-index: 1000;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.show-switcher {
    right: -1px;
    top: 80px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.theme-switcher h6 {
    padding: 10px 10px 0px 10px;
    margin: 0px;
}

.color-list {
    padding: 5px;
}

.select-layout {
    padding: 10px;
}

.select-layout li a, .layout-option li a, .layout-option li .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 5px;
}

.color-list li {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin: 5px;
}

.theme-color {
    cursor: pointer;
}

.default-theme {
    background-color: #1FB5AD;
}

.blue-theme {
    background-color: #38bbeb;
}

.green-theme {
    background-color: #8ebf4e;
}

.orange-theme {
    background-color: #fea352;
}

.purple-theme {
    background-color: #9488dd;
}

.turquoise-theme {
    background-color: #6ccac9;
}

.fixed-width {
    background: #aeaeae;
}

.fixed-width #container {
    width: 90%;
    margin: auto;
    overflow: hidden !important;
    position: relative;
}

.fixed-width #container .header {
    width: 90%;
    left: auto;
    right: auto;
}


.fixed-width #main-content {
    background: #F1F2F7;
}

.fixed-width #container #sidebar {
    position: absolute;
}

/*gallery*/

.media-filter {
    float: left;
    margin: 10px 0;
}

.media-filter li {
    float: left;
    margin-right: 10px;
}

.media-filter li a {
    background: #e6e6e6;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.media-filter li a:hover, .media-filter li a:focus {
    background: #1FB5AD;
    color: #fff;
}

.media-gal {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.media-gal .item {
    float: left;
}

.media-gal .item {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 233px;
    padding: 10px;
    border: 1px solid #ddd;
}

.media-gal .item p {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.media-gal .item img {
    height: 200px;
    width: 100%;
}

.img-modal img {
    width: 100%;
    margin-bottom: 10px;
}

/* Start: Recommended Isotope styles */

/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/*disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

label.error {
    color: red !important;
    font-weight: bold !important;
}

.validation-summary-errors {
    color: red !important;
    font-weight: bold !important;
}

/* Hover style */
.table tbody tr:hover td,
.table tbody tr:hover th {
    /*background-color: #b8d1f3 !important;*/
    /*rgb(57, 101, 154) !important;*/
    /*color: rgb(255, 255, 255) !important;*/
    /*color: black !important*/
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

/*.table-borderless td,
.table-borderless th {
    border: 0 !important;
}*/

.table-responsive {
    overflow-x: auto;
}

/* Table Special */

.table-special {
    border-collapse: separate;
}

.table-special td {
    border-right: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
    color: black !important;
}

.table-special td a {
    color: black !important;
    font-weight: bold;
}

.table-special td a:hover {
    text-decoration: underline !important;
}

.table-special th {
    border-right: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
    border-top: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
    background-color: #ededed !important;
    /*vertical-align: middle !important;*/
    color: black !important;
    font-weight: bold !important;
}

.table-special th:first-child {
    border-left: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
}

.table-special td:first-child {
    border-left: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
}

/*End Table Special*/

/* Table PopUp */

.table-popup {
    /*border-collapse: separate;*/
}

.table-popup td {
    border-right: 1px solid #ddd !important;
    color: black !important;
}

.table-popup td a {
    color: black !important;
    font-weight: bold;
}

.table-popup td a:hover {
    text-decoration: underline !important;
}

.table-popup th {
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    background-color: #ededed !important;
    color: black !important;
    font-weight: bold !important;
}

.table-popup th:first-child {
    border-left: 1px solid #ddd !important;
}

.table-popup td:first-child {
    border-left: 1px solid #ddd !important;
}

.table-popup td {
    border-bottom: 1px solid #ddd !important;
}
/*End Table PopUp*/

.brand {
    height: 70px;
}

.header {
    height: 70px;
}

.wrapper-top {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.panel-results {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.offer-list-state-code {
    color: #CE3900;
    font-weight: bold;
}

.offer-list-customer-amount {
    color: green;
}

.offer-list-ip-address {
    font-size: 11px;
    color: #4B4B4B;
}

.panel-heading {
    background-color: #fafafa !important;
    font-weight: bold !important;
}

.border-invalid {
    border: 1px solid red;
}

.border-valid {
    border: 1px solid green;
}

.capital-letters {
    text-transform: uppercase;
}

.capital-letters::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

.capital-letters:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

.capital-letters::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

.capital-letters:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.capital-letters::placeholder { /* Recent browsers */
    text-transform: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.highlighted-select-option {
    font-weight: bold;
    color: blue;
    border-color: blue;
}

.btn-danger {
    background-color: #CD5555 !important;
}

.btn-success {
    background-color: #71C671 !important;
}

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #d9534f;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f0ad4e;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #5bc0de;
}

@media (min-width: 992px) {
    .media-larger-col-md2 {
        width: 21% !important;
    }
}

.BreakLongWords {
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.ModalErrorMessage {
    color: red;
    font-weight: bold;
}

.col-right {
    text-align: right;
}

.row-summarization,
.table-striped > tbody > tr.row-summarization > td {
    background-color: lightgray;
    border: solid black 1px !important;
    font-weight: bold !important;
}

/*Time picker Styles*/

/* css for timepicker */

.ui-datepicker {
    z-index: 1000;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 45% 10px 10px;
}

/*end of Time Picker Styles*/

/* css for dateranger */

.selectbox {
    background: #ffffff;
    color: #333333;
    padding: 8px;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-width: 0 1px 4px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* css fir dateranger */

/* Panel with title */

.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: white;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bs-docs-example::after {
    content: attr(data-content);
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: whiteSmoke;
    border: 1px solid #DDD;
    color: #9DA0A4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.bs-docs-newheader::after {
}

/* End of Panel with title */

th.verticalAligned {
    vertical-align: top !important;
}

.sms-out {
    color: blue !important;
    font-weight: bold !important;
}

.sms-in {
    color: orange !important;
    font-weight: bold !important;
}

.searchFilterLink {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: none;
}

.searchFilterLink:hover {
    text-decoration: underline;
}

.searchFilterLinkSelected {
    display: inline-block;
    cursor: default;
    /*text-decoration: underline;*/
    font-weight: normal;
    color: #D0410D !important;
}

.searchFilterLinkSelected:hover {
    cursor: default;
    text-decoration: underline;
    color: #D0410D !important;
}

.lnkOfferId {
    color: black !important;
    font-weight: bold !important;
}

.lnkOfferId, a:focus {
    text-decoration: none;
    outline: none;
}

.lnkOfferId:hover {
    text-decoration: underline;
}

.offer-not-active {
    color: red !important;
    cursor: default !important;
}

.searchSortLink {
    display: inline-block;
    cursor: pointer;
}

.searchSortLinkSelected {
    cursor: default;
    color: #AE9841 !important;
}

.searchSortLinkSelected:hover {
    cursor: default;
    text-decoration: underline;
    color: #AE9841 !important;
}

.offerSortLink {
    width: 90px;
}

.offerSortLink:hover {
    width: 90px;
    text-decoration: underline;
}

.taskSortLink {
    width: 70px;
}

.taskSortLink:hover {
    width: 70px;
    text-decoration: underline;
}

.lnkChangeTaskStatus {
    cursor: pointer;
}

.result-item label {
    font-size: 12px;
    font-weight: normal;
    padding-right: 0px;
}

.div-sort-separator {
    border-top: 1px solid #cccccc;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.callsAndSMSsSortLink {
    width: 70px;
}

.callsAndSMSsSortLink:hover {
    width: 70px;
    text-decoration: underline;
}

.CallsAndSMSsConversationLink {
    cursor: pointer;
}

.CallsAndSMSsConversationLink:hover {
    text-decoration: underline;
}

.CallsAndSMSsActions, .CallsAndSMSsCustomerCheck, .CallsAndSMSsViewEmail, .TaskActions {
    cursor: pointer;
}

.CallsAndSMSsActions:hover, .CallsAndSMSsCustomerCheck:hover, .CallsAndSMSsViewEmail:hover, .TaskActions:hover {
    text-decoration: underline;
}

.CallsAndSMSsOfficeNumberSMS {
    color: orange;
}

.CallsAndSMSsOfficeNumberCall {
    color: #dd4b39;
}

.PMItemsCount {
    font-weight: bold;
    /*margin-left:  42px;*/
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
    overflow-x: hidden;
}

#divOffersFilters a, #divTask a, #divCallsAndSMSsFilters a {
    color: #06c;
}

.userActions button.multiselect {
    width: 320px !important;
}

.pm-search-panel {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.CardNumber {
    font-weight: bold;
    color: black;
}

.pm-result-title {
    float: right;
    font-weight: bold;
}

.TableBuyerCallBuyerSendEmail:hover {
    cursor: pointer;
}

.TableBuyerCallBuyerEmailSent {
    color: green;
    font-weight: bold;
}

.pm-card-container, .pm-card2-container, .pm-card3-container {
    width: 22px;
    margin-left: -26px;
    background-color: white;
    border: 1px solid #ddd;
    height: 22px;
    padding-top: 3px;
    text-align: center;
    margin-top: -1px;
}

.pm-offer-panel-phone-call {
    background-color: #E2E2E6;
}

.pm-offer-panel-complete-pending-auction {
    background-color: #E2B4F4;
}

.pm-offer-panel-scheduled {
    background-color: #98D599;
}

.pm-offer-panel-pending-acceptance-other {
    background-color: white;
}

.pm-offer-panel-canceled {
    background-color: #DF8A8A;
}

.pm-offer-panel-dead-deal {
    background-color: #DF8A8A;
}

.pm-offer-panel-issue {
    background-color: #DFC18A;
}

.pm-offer-panel-tower-assigned-offer-accepted {
    background-color: #8AB2DF;
}

.pm-offer-panel-pending-removal {
    background-color: brown;
}

.pm-task-panel-close-to-due-time {
    background-color: #8AC8DF;
}

.pm-task-panel-45-minutes-past-due-time {
    background-color: #DFC18A;
}

.pm-task-panel-more-then-45-minutes-past-due-time {
    background-color: #DF8A8A;
}

.pm-task-panel-future-due-time {
    background-color: white;
}

.pm-task-panel-complete {
    background-color: #98ff99;
}

.pm-communication-panel-handled {
    background-color: #98D599;
}

.pm-communication-sms-panel-sms-not-handled {
    background-color: #DFC48A;
}

.pm-communication-sms-panel-call-not-handled {
    background-color: #DFA48A;
}


.backend-body {
    color: #1F1E1E;
}

.pm-wrapper {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
}

.pm-card-padding, .panel-heading-custom {
    padding-left: 0px;
    padding-right: 0px;
}

.panel-heading-custom {
    font-size: 12px;
}

.col-md-4-custom {
    padding-left: 3px;
    padding-right: 3px;
}
/*.pm-wrapper label{ height: 17px;}*/
.pm-card-column, .panel-heading-custom {
    padding-left: 3px;
    padding-right: 0px;
}

.panel-heading-custom {
    font-size: 11px;
}

.pm-card-column {
    display: block;
}

.result-item.panel.panel-default {
    margin-top: 5px;
    width: 95%;
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 14px;
}

.pm-card-data {
    display: table;
    font-size: 12px;
    margin-top: -40px;
    width: 100%;
}

.pm-list-col1, .pm-list-col2, .pm-list-col3 {
    padding-left: 3px;
    padding-right: 3px;
}

.pm-card-offers .pm-list-col1 {
    width: 34%;
}

.pm-card-offers .pm-list-col2 {
    width: 37%;
}

.pm-card-offers .pm-list-col3 {
    width: 29%;
}

.pm-card-tasks .pm-list-col1 {
    width: 37%;
}

.pm-card-tasks .pm-list-col2 {
    width: 35%;
}

.pm-card-tasks .pm-list-col3 {
    width: 28%;
}

.pm-card-comms .pm-list-col1 {
    width: 39%;
}

.pm-card-comms .pm-list-col2 {
    width: 30%;
}

.pm-card-comms .pm-list-col3 {
    width: 31%;
}

.pm-loading-div {
    display: block;
    position: fixed;
    top: calc(50% - 75px);
}

#divOfferSearching {
    left: calc(100% / 6 + (100% / 3) * 0 - 75px);
}

#divTaskSearching {
    left: calc(100% / 6 + (100% / 3) * 1 - 75px);
}

#divCallsAndSMSsSearching {
    left: calc(100% / 6 + (100% / 3) * 2 - 75px);
}

.pm-customertimecontainer {
    float: right;
    font-weight: normal;
    padding-left: 2px;
    font-size: 0.89em;
}

.divTaskNotes {
    border-top: 1px #cccccc solid;
    padding-top: 5px;
}

@media (min-width: 1700px) {
    .panel-heading-custom {
        font-size: 12px;
    }

    .pm-card-container, .pm-card2-container, .pm-card3-container {
        width: 30px;
        margin-left: -34px;
        height: 30px;
        padding-top: 7px;
    }
    /*.result-item.panel.panel-default { width: 92%; }*/
    #divOfferResultItemsCount, #divTaskResultItemsCount, #divCallsAndSMSsResultItemsCount, .result-item label, .searchFilterLink, .searchSortLink, .panel-heading-custom, .pm-card-data {
        font-size: 13px;
    }

    .pm-card-data {
        margin-top: -56px;
    }

    .col-md-4-custom, .pm-list-col1, .pm-list-col2, .pm-list-col3 {
        padding-left: 6px;
        padding-right: 10px;
    }
    /*.pm-customertimecontainer{float: right; font-weight: normal; padding-left: 2px;font-size: 0.89em;}*/
}

#tblOfferProgress {
    table-layout: fixed;
}

.truncateLong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-long-span-cell-no-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.truncate-long-span-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: inline-block;
}

.truncate-long-span-cell-50 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    display: inline-block;
}

.truncate-long-span-cell-75 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    display: inline-block;
}

.truncate-long-span-cell-85 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: inline-block;
}

.truncate-long-span-cell-95 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: inline-block;
}

#tblOfferProgress td {
    padding: 6px 7px;
}

#tblOfferProgress th.color-column {
    border-bottom: 2px solid #ddd;
}

#tblOfferProgress .color-column {
    width: 4px;
    padding: 0px;
}

.expandEmailLink, .completeTaskLink {
    float: right;
}

.pm-offer-panel-complete-pending-auction-cell {
    border-bottom: 2px solid #E2B4F4;
}

.pm-offer-panel-scheduled-cell {
    border-bottom: 2px solid #98D599;
}

.pm-offer-panel-canceled-cell {
    border-bottom: 2px solid #DF8A8A;
}

.pm-offer-panel-dead-deal-cell {
    border-bottom: 2px solid #DF8A8A;
}

.pm-offer-panel-issue-cell {
    border-bottom: 2px solid #DFC18A;
}

.pm-offer-panel-pending-acceptance-other-cell {
    border-bottom: 2px solid white;
}

.pm-offer-panel-tower-assigned-offer-accepted-cell {
    border-bottom: 2px solid #8AB2DF;
}

.row-dimmed {
    /*opacity: .7;*/
}

.row-highlighted {
    background-color: rgba(0, 0, 0, 0.07);
}

#divTimelineFiltersContainer label {
    font-weight: normal;
}

#divTimelineFiltersContainer input[type="checkbox"] {
    margin-left: 10px;
    margin-right: 2px;
    margin: 0px 5px;
    vertical-align: middle;
}

#divTimelineFiltersContainer span {
    vertical-align: middle;
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mirror {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-gray {
    color: #c8c8c8;
}

.call-icon-red, .icon-red {
    color: #D34D30;
}

.call-icon-green, .icon-green {
    color: #90C700;
}

.icon-grey {
    color: #D4D4D4;
}

.call-icon-yellow {
    color: #ffca00;
}

.call-icon-blue {
    color: #0018b7;
}

.offertimeline-action {
    /*text-align: center;*/
    font-size: 1.2em;
    padding-top: 3px !important;
}


.timeline-offer-panel-complete-pending-auction {
    color: #E2B4F4;
}

.timeline-offer-panel-scheduled {
    color: #98D599;
}

.timeline-offer-panel-pending-acceptance-other {
    color: gray;
}

.timeline-offer-panel-canceled {
    color: #DF8A8A;
}

.timeline-offer-panel-issue {
    color: #DFC18A;
}

.timeline-offer-panel-tower-assigned-offer-accepted {
    color: #8AB2DF;
}

#tblCarDefaultCustom input[type="text"] {
    width: 50px;
}

#tblCarDefaultCustom td {
    vertical-align: middle;
}

.TDDefaultCustom {
    text-align: center;
}

#tblCarDefaultCustom i {
    font-size: 1.3em;
    margin-left: 5px;
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

#frmCarDefaultCustom .dropdown-menu > li > a {
    padding: 0;
}

#frmCarDefaultCustom button {
    width: 190px;
    overflow: hidden;
}

label input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -3px;
}

.clickable {
    cursor: pointer;
}


.invalid {
    background-color: #FFE7E8;
}

.centered {
    text-align: center;
    vertical-align: middle !important;
}

.table-special {
    border-bottom: 1px solid #DDD;
}


.cell-with-left-spacing {
    padding-left: 20px !important;
}

.table-special tr.row-separator {
    background-color: #FAFAFA;
}

multiselect {
    display: block;
}

multiselect .btn {
    width: 100%;
    background-color: #FFF;
}

multiselect .btn.error {
    border: 1px solid #da4f49 !important;
}

multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}

multiselect .dropdown-menu > li > a {
    padding: 3px 10px;
    cursor: pointer;
}

multiselect .pull-left {
    width: 100%;
    overflow: hidden;
}

multiselect .pull-right {
    margin-top: 8px;
}

multiselect .multiselect-all-options {
    margin-left: 1px;
}

multiselect .multiselect-options a {
    padding: 3px 10px !important;
}

multiselect .btn.btn-default {
    color: #000000;
    font-size: 13px;
}

#EditBuyerForm td {
    vertical-align: middle;
}

#EditStoreForm td {
    vertical-align: middle;
}

.greenbck {
    background-color: #e6ffee;
}

#tblCustomCarNotifications tr.notification-handled, #tblMessageNotificationsList .notification-handled {
    background-color: #E4DFDF !important;
    opacity: 0.7 !important;
}

#tblCustomCarNotifications tr.notification-unhandled {
}

.small-dollar-sign {
    padding: 6px 6px !important;
}

.small-name-sign {
    padding: 6px 6px !important;
}

.small-phone-sign {
    width: 28px;
    display: inline-block;
    margin-right: -3px;
    padding-left: 7px;
}

.small-email-sign {
    width: 28px;
    display: inline-block;
    margin-right: -3px;
    padding-left: 7px;
}

.small-address-sign {
    padding: 6px 6px !important;
}

.small-zip-sign {
    padding: 6px 6px !important;
}

.small-dollar-amount {
    width: 42px !important;
}

.small-spinner {
    display: block;
    height: 15px;
    width: 15px;
}

.panel-heading-buyer {
    padding: 5px 5px;
    font-size: 11px;
}

.panel-body-buyer {
    font-size: 13px;
}

.horizontal-divider {
    background-color: #BFB7AE;
    height: 1px;
    margin: 0 0 15px 0;
    opacity: .5;
}

.table-hover > tbody > tr:hover > td > div > form > input, .table-hover > tbody > tr:hover > td > form > input {
    background-color: transparent;
}

.even-edit-inline-field {
    border-color: transparent;
    background-color: #f9f9f9;
}

.odd-edit-inline-field {
    border-color: transparent;
    background-color: #fff;
}

.info {
    background: #d9edf7;
}

.btn-gray {
    background-color: #f3f3f3;
}

.attendanceBox {
    background-color: #fffae9;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    border-radius: 3px;
    border: 4px solid #ffdea3;
}

.attendanceBoxLast {
    background-color: #fffae9;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1000;
    border-radius: 3px;
    border: 4px solid #ffdea3;
}

.attendance-button {
    margin-bottom: 5px;
}

.btn-selected {
    border: #0419F5 solid 3px;
}

#user-attendance-table {
    table-layout: fixed;
    background-color: #fff;
}

.table-container {
    display: table;
}

.table-row {
    display: table-row;
}

.table-column {
    display: table-cell;
}

.bold {
    font-weight: bold;
}

.text-area-comm-mapping {
    width: 100%;
    resize: none;
    overflow: hidden;
}

.text-area-comm-tag {
    width: 100%;
    resize: none;
    overflow: hidden;
}

.text-area-testimonial {
    width: 100%;
    resize: none;
    overflow: hidden;
}

.text-area-helpcenter {
    width: 100%;
    resize: none;
    overflow: hidden;
}

.vin-input {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><line x1='20' y1='0' x2='20' y2='50' style='stroke:rgb(200,200,200);stroke-width:2' /></svg>") !important;
    height: 25px;
    width: 346px;
    font: 25px 'Courier', monospace !important;
    letter-spacing: 5px;
    padding-top: 3px !important;
    padding-left: 2px !important;
    padding-right: 0px !important;
}

.worked-hours {
    font-size: 10px;
    font-weight: bold;
}

.buyer-name {
    margin-top: 7px !important;
}

.link-offer {
    position: relative;
}

.link-offer > input {
    position: absolute;
    height: 21px;
    top: -7px;
}

.modal-lg {
    width: 1400px;
}

.modal-xl {
    width: 1600px;
}


.navbar-category {
    color: #fe9a44;
    font-size: 30px;
    line-height: 50px;
}

div.navbar-category-selected span.navbar-category i {
    display: inline !important;
}

.navbar-topic {
    color: #3984c6;
    font-size: 30px;
    line-height: 50px;
}

div.navbar-topic-selected span.navbar-topic i {
    display: inline !important;
}

.navbar-subtopic {
    color: #ab7fcc;
    font-size: 30px;
    line-height: 50px;
}

div.navbar-subtopic-selected span.navbar-subtopic i {
    display: inline !important;
}

.script-block-description {
    margin-top: 0px;
    display: inline-block;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.script-html {
    margin-bottom: 5px;
}

.script-block-categories ul.sidebar-menu li a {
    font-size: 16px !important;
}

.script-block-list .navbar-inverse {
    background-color: #28282e !important;
}

a.category-selected {
    background-color: #fe7500 !important;
    color: white !important;
}

a.category-selected.script-navigator-topic {
    background-color: #3984c6 !important;
    color: white !important;
}

.script-navigator-subtopic {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

a.category-selected.script-navigator-subtopic {
    background-color: #ab7fcc !important;
    color: white !important;
}

ul.sidebar-menu li a.script-navigator-category, ul.sidebar-menu li ul.sub li a.script-navigator-category, ul.sidebar-menu li a:hover i {
    color: #fe9a44;
}

ul.sidebar-menu li a.script-navigator-topic:hover, ul.sidebar-menu li a.script-navigator-topic:focus,
ul.sidebar-menu li ul.sub li a.script-navigator-topic {
    color: #3984c6;
}

ul.sidebar-menu li a.script-navigator-subtopic:hover, ul.sidebar-menu li a.script-navigator-subtopic:focus,
ul.sidebar-menu li ul.sub li a.script-navigator-subtopic {
    color: #ab7fcc;
}

.script-block-description-category {
    font-size: 20px;
}

#mainNav {
    z-index: 999;
}

.carModelInfo {
    background-color: #efae4f;
}

.carModelInfoDetail {
    background-color: #ffe0b2;
}

.script {
    background-color: #efae4f;
}

.script-block-html p {
    margin: 0 0 0px !important;
    font-size: 15px;
}

.script-block-editor p {
    margin: 0 0 0px !important;
    font-size: 15px;
}

.script-block-html blockquote {
    font-size: 15px;
}

.script-block-editor blockquote {
    font-size: 15px;
}

.script-block-html pre {
    font-size: 15px;
    font-family: Arial;
}

.script-block-editor pre {
    font-size: 15px;
    font-family: Arial;
}


ul.sidebar-menu li {
    background-color: #28282e;
}

.leftside-navigation {
    background-color: #28282e;
}

.script-script-block {
    background-color: #ffe0b2;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: -1px;
}

.script-script-block-selected {
    background-color: #ffff00 !important;
}

#tblScripts thead tr th {
    background-color: white !important;
}

/*select.default-option-selected {
    color: #999999;
    font-weight: normal;
}*/



.category-div {
    background-color: white;
}

.buyer-print-button {
    margin-left: -3px !important;
    font-size: 1.5em !important;
    padding-top: 3px !important;
}

.buyer-print-button-link {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 5px !important;
}

.buyer-card-number-box {
    width: 35px !important;
    height: 35px !important;
    text-align: center !important;
    margin-right: 2px !important;
    margin-top: 0px !important;
}

#mdlEdit .modal-dialog {
    width: 800px;
}

.processed-column {
    text-align: center
}

.processed-column i.fas.fa-check {
    color: green;
}

.processed-column i.fas.fa-sync {
    color: orange;
}

.processed-column i.fas.fa-stopwatch {
    color: grey;
}

.page-results-count {
    float: left;
    font-size: 13px;
    color: gray;
    margin-left: 5px;
}

@media screen and (min-width: 768px) {
    .modal-dialog.modal-tasks {
        width: 800px !important;
    }
}

#helpCenterTable td {
    vertical-align: middle;
}

#helpCenterTable h3 {
    font-size: 14px;
    margin-top: 0px;
    font-style: italic;
}

#helpCenterTable tbody.help-center-main-table-body > tr {
    background-color: white;
}

#helpCenterTable tbody.help-center-main-table-body > tr:nth-child(4n+1), #helpCenterTable tbody.help-center-main-table-body > tr:nth-child(4n+2) {
    background: #f9f9f9;
}

#helpCenterTable tr.help-center-main-table-question-separator {
    border-top: solid 2px black;
}

#helpCenterTable thead tr {
    border-bottom: 3px solid black;
}

#jobOffersTable td {
    vertical-align: middle;
}

#jobOffersTable h3 {
    font-size: 14px;
    margin-top: 0px;
    font-style: italic;
}

#jobOffersTable tbody.joboffers-main-table-body > tr {
    background-color: white;
}

#jobOffersTable tbody.joboffers-main-table-body > tr:nth-child(4n+1), #jobOffersTable tbody.joboffers-main-table-body > tr:nth-child(4n+2) {
    background: #f9f9f9;
}

#jobOffersTable tr.joboffer-main-table-separator {
    border-top: solid 2px black;
}

#jobOffersTable thead tr {
    border-bottom: 3px solid black;
}

/*#region Padding */

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-50 {
    padding: 50px !important;
}

/*Top*/
.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

/*right*/
.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

/*left*/
.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

/*bottom*/
.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

/*#endregion */

/*#region Margin */

/*Top*/

.margin-top-auto {
    margin-top: auto !important;
}

.margin-bottom-auto {
    margin-bottom: auto !important;
}

.margin-left-auto {
    margin-left: auto !important;
}

.margin-right-auto {
    margin-right: auto !important;
}

.margin-vertical-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.margin-horizontal-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

/*right*/
.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

/*left*/
.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

/*bottom*/
.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

/*#endregion */



/*#region Padding/margin vertical/horizontal*/

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.padding-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.margin-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

/*#endregion */


/*Only SM*/
@media (min-width: 768px) {
    /*#region Padding */

    .responsive-sm-padding-0 {
        padding: 0 !important;
    }

    .responsive-sm-padding-5 {
        padding: 5px !important;
    }

    .responsive-sm-padding-10 {
        padding: 10px !important;
    }

    .responsive-sm-padding-15 {
        padding: 15px !important;
    }

    .responsive-sm-padding-20 {
        padding: 20px !important;
    }

    .responsive-sm-padding-25 {
        padding: 25px !important;
    }

    .responsive-sm-padding-30 {
        padding: 30px !important;
    }
    /*Top*/
    .responsive-sm-padding-top-0 {
        padding-top: 0 !important;
    }

    .responsive-sm-padding-top-5 {
        padding-top: 5px !important;
    }

    .responsive-sm-padding-top-10 {
        padding-top: 10px !important;
    }

    .responsive-sm-padding-top-15 {
        padding-top: 15px !important;
    }

    .responsive-sm-padding-top-20 {
        padding-top: 20px !important;
    }

    .responsive-sm-padding-top-25 {
        padding-top: 25px !important;
    }

    .responsive-sm-padding-top-30 {
        padding-top: 30px !important;
    }

    /*right*/
    .responsive-sm-padding-right-0 {
        padding-right: 0 !important;
    }

    .responsive-sm-padding-right-5 {
        padding-right: 5px !important;
    }

    .responsive-sm-padding-right-10 {
        padding-right: 10px !important;
    }

    .responsive-sm-padding-right-15 {
        padding-right: 15px !important;
    }

    .responsive-sm-padding-right-20 {
        padding-right: 20px !important;
    }

    .responsive-sm-padding-right-25 {
        padding-right: 25px !important;
    }

    .responsive-sm-padding-right-30 {
        padding-right: 30px !important;
    }

    /*left*/
    .responsive-sm-padding-left-0 {
        padding-left: 0 !important;
    }

    .responsive-sm-padding-left-5 {
        padding-left: 5px !important;
    }

    .responsive-sm-padding-left-10 {
        padding-left: 10px !important;
    }

    .responsive-sm-padding-left-15 {
        padding-left: 15px !important;
    }

    .responsive-sm-padding-left-20 {
        padding-left: 20px !important;
    }

    .responsive-sm-padding-left-25 {
        padding-left: 25px !important;
    }

    .responsive-sm-padding-left-30 {
        padding-left: 30px !important;
    }

    /*bottom*/
    .responsive-sm-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .responsive-sm-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .responsive-sm-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .responsive-sm-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .responsive-sm-padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .responsive-sm-padding-bottom-25 {
        padding-bottom: 25px !important;
    }

    .responsive-sm-padding-bottom-30 {
        padding-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Margin */

    .responsive-sm-margin-0 {
        margin: 0 !important;
    }

    .responsive-sm-margin-5 {
        margin: 5px !important;
    }

    .responsive-sm-margin-10 {
        margin: 10px !important;
    }

    .responsive-sm-margin-15 {
        margin: 15px !important;
    }

    .responsive-sm-margin-20 {
        margin: 20px !important;
    }

    .responsive-sm-margin-25 {
        margin: 25px !important;
    }

    .responsive-sm-margin-30 {
        margin: 30px !important;
    }

    /*Top*/
    .responsive-sm-margin-top-0 {
        margin-top: 0 !important;
    }

    .responsive-sm-margin-top-5 {
        margin-top: 5px !important;
    }

    .responsive-sm-margin-top-10 {
        margin-top: 10px !important;
    }

    .responsive-sm-margin-top-15 {
        margin-top: 15px !important;
    }

    .responsive-sm-margin-top-20 {
        margin-top: 20px !important;
    }

    .responsive-sm-margin-top-25 {
        margin-top: 25px !important;
    }

    .responsive-sm-margin-top-30 {
        margin-top: 30px !important;
    }

    /*right*/
    .responsive-sm-margin-right-0 {
        margin-right: 0 !important;
    }

    .responsive-sm-margin-right-5 {
        margin-right: 5px !important;
    }

    .responsive-sm-margin-right-10 {
        margin-right: 10px !important;
    }

    .responsive-sm-margin-right-15 {
        margin-right: 15px !important;
    }

    .responsive-sm-margin-right-20 {
        margin-right: 20px !important;
    }

    .responsive-sm-margin-right-25 {
        margin-right: 25px !important;
    }

    .responsive-sm-margin-right-30 {
        margin-right: 30px !important;
    }

    /*left*/
    .responsive-sm-margin-left-0 {
        margin-left: 0 !important;
    }

    .responsive-sm-margin-left-5 {
        margin-left: 5px !important;
    }

    .responsive-sm-margin-left-10 {
        margin-left: 10px !important;
    }

    .responsive-sm-margin-left-15 {
        margin-left: 15px !important;
    }

    .responsive-sm-margin-left-20 {
        margin-left: 20px !important;
    }

    .responsive-sm-margin-left-25 {
        margin-left: 25px !important;
    }

    .responsive-sm-margin-left-30 {
        margin-left: 30px !important;
    }

    /*bottom*/
    .responsive-sm-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .responsive-sm-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .responsive-sm-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .responsive-sm-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .responsive-sm-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .responsive-sm-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .responsive-sm-margin-bottom-30 {
        margin-bottom: 30px !important;
    }


    /*#endregion */

    /*#region Padding/margin vertical/horizontal*/

    .responsive-sm-padding-0 {
        padding: 0 !important;
    }

    .responsive-sm-margin-0 {
        margin: 0 !important;
    }

    .responsive-sm-padding-top-0 {
        padding-top: 0 !important;
    }

    .responsive-sm-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .responsive-sm-padding-right-0 {
        padding-right: 0 !important;
    }

    .responsive-sm-padding-left-0 {
        padding-left: 0 !important;
    }

    .responsive-sm-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .responsive-sm-padding-vertical-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .responsive-sm-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .responsive-sm-margin-vertical-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .responsive-sm-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .responsive-sm-padding-vertical-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .responsive-sm-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .responsive-sm-padding-vertical-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .responsive-sm-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .responsive-sm-padding-vertical-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .responsive-sm-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .responsive-sm-padding-vertical-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .responsive-sm-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .responsive-sm-padding-vertical-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .responsive-sm-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .responsive-sm-padding-vertical-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .responsive-sm-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .responsive-sm-margin-vertical-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .responsive-sm-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .responsive-sm-margin-vertical-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .responsive-sm-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .responsive-sm-margin-vertical-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .responsive-sm-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .responsive-sm-margin-vertical-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .responsive-sm-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .responsive-sm-margin-vertical-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .responsive-sm-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .responsive-sm-margin-vertical-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    /*#endregion */
}

/*Only Mobile*/
@media (max-width: 991px) {
    /*#region Padding */

    .mobile-padding-0 {
        padding: 0 !important;
    }

    .mobile-padding-5 {
        padding: 5px !important;
    }

    .mobile-padding-10 {
        padding: 10px !important;
    }

    .mobile-padding-15 {
        padding: 15px !important;
    }

    .mobile-padding-20 {
        padding: 20px !important;
    }

    .mobile-padding-25 {
        padding: 25px !important;
    }

    .mobile-padding-30 {
        padding: 30px !important;
    }
    /*Top*/
    .mobile-padding-top-0 {
        padding-top: 0 !important;
    }

    .mobile-padding-top-5 {
        padding-top: 5px !important;
    }

    .mobile-padding-top-10 {
        padding-top: 10px !important;
    }

    .mobile-padding-top-15 {
        padding-top: 15px !important;
    }

    .mobile-padding-top-20 {
        padding-top: 20px !important;
    }

    .mobile-padding-top-25 {
        padding-top: 25px !important;
    }

    .mobile-padding-top-30 {
        padding-top: 30px !important;
    }

    /*right*/
    .mobile-padding-right-0 {
        padding-right: 0 !important;
    }

    .mobile-padding-right-5 {
        padding-right: 5px !important;
    }

    .mobile-padding-right-10 {
        padding-right: 10px !important;
    }

    .mobile-padding-right-15 {
        padding-right: 15px !important;
    }

    .mobile-padding-right-20 {
        padding-right: 20px !important;
    }

    .mobile-padding-right-25 {
        padding-right: 25px !important;
    }

    .mobile-padding-right-30 {
        padding-right: 30px !important;
    }

    /*left*/
    .mobile-padding-left-0 {
        padding-left: 0 !important;
    }

    .mobile-padding-left-5 {
        padding-left: 5px !important;
    }

    .mobile-padding-left-10 {
        padding-left: 10px !important;
    }

    .mobile-padding-left-15 {
        padding-left: 15px !important;
    }

    .mobile-padding-left-20 {
        padding-left: 20px !important;
    }

    .mobile-padding-left-25 {
        padding-left: 25px !important;
    }

    .mobile-padding-left-30 {
        padding-left: 30px !important;
    }

    /*bottom*/
    .mobile-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .mobile-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .mobile-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .mobile-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .mobile-padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .mobile-padding-bottom-25 {
        padding-bottom: 25px !important;
    }

    .mobile-padding-bottom-30 {
        padding-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Margin */

    .mobile-margin-0 {
        margin: 0 !important;
    }

    .mobile-margin-5 {
        margin: 5px !important;
    }

    .mobile-margin-10 {
        margin: 10px !important;
    }

    .mobile-margin-15 {
        margin: 15px !important;
    }

    .mobile-margin-20 {
        margin: 20px !important;
    }

    .mobile-margin-25 {
        margin: 25px !important;
    }

    .mobile-margin-30 {
        margin: 30px !important;
    }

    /*Top*/
    .mobile-margin-top-0 {
        margin-top: 0 !important;
    }

    .mobile-margin-top-5 {
        margin-top: 5px !important;
    }

    .mobile-margin-top-10 {
        margin-top: 10px !important;
    }

    .mobile-margin-top-15 {
        margin-top: 15px !important;
    }

    .mobile-margin-top-20 {
        margin-top: 20px !important;
    }

    .mobile-margin-top-25 {
        margin-top: 25px !important;
    }

    .mobile-margin-top-30 {
        margin-top: 30px !important;
    }

    .mobile-margin-top-35 {
        margin-top: 35px !important;
    }

    .mobile-margin-top-40 {
        margin-top: 40px !important;
    }

    .mobile-margin-top-45 {
        margin-top: 45px !important;
    }

    .mobile-margin-top-50 {
        margin-top: 50px !important;
    }

    /*right*/
    .mobile-margin-right-0 {
        margin-right: 0 !important;
    }

    .mobile-margin-right-5 {
        margin-right: 5px !important;
    }

    .mobile-margin-right-10 {
        margin-right: 10px !important;
    }

    .mobile-margin-right-15 {
        margin-right: 15px !important;
    }

    .mobile-margin-right-20 {
        margin-right: 20px !important;
    }

    .mobile-margin-right-25 {
        margin-right: 25px !important;
    }

    .mobile-margin-right-30 {
        margin-right: 30px !important;
    }

    /*left*/
    .mobile-margin-left-0 {
        margin-left: 0 !important;
    }

    .mobile-margin-left-5 {
        margin-left: 5px !important;
    }

    .mobile-margin-left-10 {
        margin-left: 10px !important;
    }

    .mobile-margin-left-15 {
        margin-left: 15px !important;
    }

    .mobile-margin-left-20 {
        margin-left: 20px !important;
    }

    .mobile-margin-left-25 {
        margin-left: 25px !important;
    }

    .mobile-margin-left-30 {
        margin-left: 30px !important;
    }

    /*bottom*/
    .mobile-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .mobile-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .mobile-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .mobile-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .mobile-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .mobile-margin-bottom-30 {
        margin-bottom: 30px !important;
    }


    /*#endregion */

    /*#region Padding/margin vertical/horizontal*/

    .mobile-padding-0 {
        padding: 0 !important;
    }

    .mobile-margin-0 {
        margin: 0 !important;
    }

    .mobile-padding-top-0 {
        padding-top: 0 !important;
    }

    .mobile-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .mobile-padding-right-0 {
        padding-right: 0 !important;
    }

    .mobile-padding-left-0 {
        padding-left: 0 !important;
    }

    .mobile-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-padding-vertical-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobile-margin-vertical-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mobile-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .mobile-padding-vertical-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .mobile-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mobile-padding-vertical-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .mobile-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile-padding-vertical-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .mobile-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mobile-padding-vertical-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mobile-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .mobile-padding-vertical-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .mobile-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mobile-padding-vertical-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .mobile-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mobile-margin-vertical-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .mobile-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mobile-margin-vertical-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .mobile-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mobile-margin-vertical-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .mobile-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .mobile-margin-vertical-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mobile-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .mobile-margin-vertical-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .mobile-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mobile-margin-vertical-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    /*#endregion */
}

/*Only Desktop*/
@media (min-width: 992px) {
    /*#region Padding */

    .desktop-padding-0 {
        padding: 0 !important;
    }

    .desktop-padding-5 {
        padding: 5px !important;
    }

    .desktop-padding-10 {
        padding: 10px !important;
    }

    .desktop-padding-15 {
        padding: 15px !important;
    }

    .desktop-padding-20 {
        padding: 20px !important;
    }

    .desktop-padding-25 {
        padding: 25px !important;
    }

    .desktop-padding-30 {
        padding: 30px !important;
    }

    /*Top*/
    .desktop-padding-top-0 {
        padding-top: 0px !important;
    }

    .desktop-padding-top-5 {
        padding-top: 5px !important;
    }

    .desktop-padding-top-10 {
        padding-top: 10px !important;
    }

    .desktop-padding-top-15 {
        padding-top: 15px !important;
    }

    .desktop-padding-top-20 {
        padding-top: 20px !important;
    }

    .desktop-padding-top-25 {
        padding-top: 25px !important;
    }

    .desktop-padding-top-30 {
        padding-top: 30px !important;
    }

    /*right*/
    .desktop-padding-right-0 {
        padding-right: 0px !important;
    }

    .desktop-padding-right-5 {
        padding-right: 5px !important;
    }

    .desktop-padding-right-10 {
        padding-right: 10px !important;
    }

    .desktop-padding-right-15 {
        padding-right: 15px !important;
    }

    .desktop-padding-right-20 {
        padding-right: 20px !important;
    }

    .desktop-padding-right-25 {
        padding-right: 25px !important;
    }

    .desktop-padding-right-30 {
        padding-right: 30px !important;
    }

    .desktop-padding-right-35 {
        padding-right: 35px !important;
    }

    .desktop-padding-right-40 {
        padding-right: 40px !important;
    }

    .desktop-padding-right-45 {
        padding-right: 45px !important;
    }

    .desktop-padding-right-50 {
        padding-right: 50px !important;
    }

    /*left*/
    .desktop-padding-left-0 {
        padding-left: 0px !important;
    }

    .desktop-padding-left-5 {
        padding-left: 5px !important;
    }

    .desktop-padding-left-10 {
        padding-left: 10px !important;
    }

    .desktop-padding-left-15 {
        padding-left: 15px !important;
    }

    .desktop-padding-left-20 {
        padding-left: 20px !important;
    }

    .desktop-padding-left-25 {
        padding-left: 25px !important;
    }

    .desktop-padding-left-30 {
        padding-left: 30px !important;
    }

    .desktop-padding-left-35 {
        padding-left: 35px !important;
    }

    .desktop-padding-left-40 {
        padding-left: 40px !important;
    }

    .desktop-padding-left-45 {
        padding-left: 45px !important;
    }

    .desktop-padding-left-50 {
        padding-left: 50px !important;
    }

    /*bottom*/
    .desktop-padding-bottom-0 {
        padding-bottom: 0px !important;
    }

    .desktop-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .desktop-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .desktop-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .desktop-padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .desktop-padding-bottom-25 {
        padding-bottom: 25px !important;
    }

    .desktop-padding-bottom-30 {
        padding-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Margin */

    .desktop-margin-0 {
        margin: 0 !important;
    }

    .desktop-margin-5 {
        margin: 5px !important;
    }

    .desktop-margin-10 {
        margin: 10px !important;
    }

    .desktop-margin-15 {
        margin: 15px !important;
    }

    .desktop-margin-20 {
        margin: 20px !important;
    }

    .desktop-margin-25 {
        margin: 25px !important;
    }

    .desktop-margin-30 {
        margin: 30px !important;
    }

    /*Top*/
    .desktop-margin-top-0 {
        margin-top: 0 !important;
    }

    .desktop-margin-top-5 {
        margin-top: 5px !important;
    }

    .desktop-margin-top-10 {
        margin-top: 10px !important;
    }

    .desktop-margin-top-15 {
        margin-top: 15px !important;
    }

    .desktop-margin-top-20 {
        margin-top: 20px !important;
    }

    .desktop-margin-top-25 {
        margin-top: 25px !important;
    }

    .desktop-margin-top-30 {
        margin-top: 30px !important;
    }

    .desktop-margin-top-35 {
        margin-top: 35px !important;
    }

    .desktop-margin-top-40 {
        margin-top: 40px !important;
    }

    .desktop-margin-top-45 {
        margin-top: 45px !important;
    }

    .desktop-margin-top-50 {
        margin-top: 50px !important;
    }

    /*right*/
    .desktop-margin-right-0 {
        margin-right: 0 !important;
    }

    .desktop-margin-right-5 {
        margin-right: 5px !important;
    }

    .desktop-margin-right-10 {
        margin-right: 10px !important;
    }

    .desktop-margin-right-15 {
        margin-right: 15px !important;
    }

    .desktop-margin-right-20 {
        margin-right: 20px !important;
    }

    .desktop-margin-right-25 {
        margin-right: 25px !important;
    }

    .desktop-margin-right-30 {
        margin-right: 30px !important;
    }

    /*left*/
    .desktop-margin-left-0 {
        margin-left: 0 !important;
    }

    .desktop-margin-left-5 {
        margin-left: 5px !important;
    }

    .desktop-margin-left-10 {
        margin-left: 10px !important;
    }

    .desktop-margin-left-15 {
        margin-left: 15px !important;
    }

    .desktop-margin-left-20 {
        margin-left: 20px !important;
    }

    .desktop-margin-left-25 {
        margin-left: 25px !important;
    }

    .desktop-margin-left-30 {
        margin-left: 30px !important;
    }

    /*bottom*/
    .desktop-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .desktop-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .desktop-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .desktop-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .desktop-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .desktop-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .desktop-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Padding/margin vertical/horizontal*/

    .desktop-padding-0 {
        padding: 0 !important;
    }

    .desktop-margin-0 {
        margin: 0 !important;
    }

    .desktop-padding-top-0 {
        padding-top: 0 !important;
    }

    .desktop-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .desktop-padding-right-0 {
        padding-right: 0 !important;
    }

    .desktop-padding-left-0 {
        padding-left: 0 !important;
    }

    .desktop-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .desktop-padding-vertical-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .desktop-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .desktop-margin-vertical-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .desktop-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .desktop-padding-vertical-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .desktop-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .desktop-padding-vertical-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .desktop-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .desktop-padding-vertical-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .desktop-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .desktop-padding-vertical-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .desktop-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .desktop-padding-vertical-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .desktop-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .desktop-padding-vertical-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .desktop-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .desktop-margin-vertical-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .desktop-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .desktop-margin-vertical-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .desktop-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .desktop-margin-vertical-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .desktop-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .desktop-margin-vertical-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .desktop-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .desktop-margin-vertical-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .desktop-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .desktop-margin-vertical-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    /*#endregion */
}

/* ----------- iPad ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    /*#region Padding */

    .ipad-padding-0 {
        padding: 0 !important;
    }

    .ipad-padding-5 {
        padding: 5px !important;
    }

    .ipad-padding-10 {
        padding: 10px !important;
    }

    .ipad-padding-15 {
        padding: 15px !important;
    }

    .ipad-padding-20 {
        padding: 20px !important;
    }

    .ipad-padding-25 {
        padding: 25px !important;
    }

    .ipad-padding-30 {
        padding: 30px !important;
    }

    /*Top*/
    .ipad-padding-top-0 {
        padding-top: 0px !important;
    }

    .ipad-padding-top-5 {
        padding-top: 5px !important;
    }

    .ipad-padding-top-10 {
        padding-top: 10px !important;
    }

    .ipad-padding-top-15 {
        padding-top: 15px !important;
    }

    .ipad-padding-top-20 {
        padding-top: 20px !important;
    }

    .ipad-padding-top-25 {
        padding-top: 25px !important;
    }

    .ipad-padding-top-30 {
        padding-top: 30px !important;
    }

    /*right*/
    .ipad-padding-right-0 {
        padding-right: 0px !important;
    }

    .ipad-padding-right-5 {
        padding-right: 5px !important;
    }

    .ipad-padding-right-10 {
        padding-right: 10px !important;
    }

    .ipad-padding-right-15 {
        padding-right: 15px !important;
    }

    .ipad-padding-right-20 {
        padding-right: 20px !important;
    }

    .ipad-padding-right-25 {
        padding-right: 25px !important;
    }

    .ipad-padding-right-30 {
        padding-right: 30px !important;
    }

    /*left*/
    .ipad-padding-left-0 {
        padding-left: 0px !important;
    }

    .ipad-padding-left-5 {
        padding-left: 5px !important;
    }

    .ipad-padding-left-10 {
        padding-left: 10px !important;
    }

    .ipad-padding-left-15 {
        padding-left: 15px !important;
    }

    .ipad-padding-left-20 {
        padding-left: 20px !important;
    }

    .ipad-padding-left-25 {
        padding-left: 25px !important;
    }

    .ipad-padding-left-30 {
        padding-left: 30px !important;
    }

    /*bottom*/
    .ipad-padding-bottom-0 {
        padding-bottom: 0px !important;
    }

    .ipad-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .ipad-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .ipad-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .ipad-padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .ipad-padding-bottom-25 {
        padding-bottom: 25px !important;
    }

    .ipad-padding-bottom-30 {
        padding-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Margin */

    .ipad-margin-0 {
        margin: 0 !important;
    }

    .ipad-margin-5 {
        margin: 5px !important;
    }

    .ipad-margin-10 {
        margin: 10px !important;
    }

    .ipad-margin-15 {
        margin: 15px !important;
    }

    .ipad-margin-20 {
        margin: 20px !important;
    }

    .ipad-margin-25 {
        margin: 25px !important;
    }

    .ipad-margin-30 {
        margin: 30px !important;
    }

    /*Top*/
    .ipad-margin-top-0 {
        margin-top: 0 !important;
    }

    .ipad-margin-top-5 {
        margin-top: 5px !important;
    }

    .ipad-margin-top-10 {
        margin-top: 10px !important;
    }

    .ipad-margin-top-15 {
        margin-top: 15px !important;
    }

    .ipad-margin-top-20 {
        margin-top: 20px !important;
    }

    .ipad-margin-top-25 {
        margin-top: 25px !important;
    }

    .ipad-margin-top-30 {
        margin-top: 30px !important;
    }

    /*right*/
    .ipad-margin-right-0 {
        margin-right: 0 !important;
    }

    .ipad-margin-right-5 {
        margin-right: 5px !important;
    }

    .ipad-margin-right-10 {
        margin-right: 10px !important;
    }

    .ipad-margin-right-15 {
        margin-right: 15px !important;
    }

    .ipad-margin-right-20 {
        margin-right: 20px !important;
    }

    .ipad-margin-right-25 {
        margin-right: 25px !important;
    }

    .ipad-margin-right-30 {
        margin-right: 30px !important;
    }

    /*left*/
    .ipad-margin-left-0 {
        margin-left: 0 !important;
    }

    .ipad-margin-left-5 {
        margin-left: 5px !important;
    }

    .ipad-margin-left-10 {
        margin-left: 10px !important;
    }

    .ipad-margin-left-15 {
        margin-left: 15px !important;
    }

    .ipad-margin-left-20 {
        margin-left: 20px !important;
    }

    .ipad-margin-left-25 {
        margin-left: 25px !important;
    }

    .ipad-margin-left-30 {
        margin-left: 30px !important;
    }

    /*bottom*/
    .ipad-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .ipad-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .ipad-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .ipad-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .ipad-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .ipad-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .ipad-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Padding/margin vertical/horizontal*/

    .ipad-padding-0 {
        padding: 0 !important;
    }

    .ipad-margin-0 {
        margin: 0 !important;
    }

    .ipad-padding-top-0 {
        padding-top: 0 !important;
    }

    .ipad-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .ipad-padding-right-0 {
        padding-right: 0 !important;
    }

    .ipad-padding-left-0 {
        padding-left: 0 !important;
    }

    .ipad-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ipad-padding-vertical-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ipad-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ipad-margin-vertical-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .ipad-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .ipad-padding-vertical-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .ipad-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ipad-padding-vertical-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .ipad-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ipad-padding-vertical-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .ipad-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ipad-padding-vertical-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .ipad-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .ipad-padding-vertical-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .ipad-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .ipad-padding-vertical-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .ipad-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .ipad-margin-vertical-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .ipad-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .ipad-margin-vertical-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .ipad-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .ipad-margin-vertical-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .ipad-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .ipad-margin-vertical-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .ipad-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .ipad-margin-vertical-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .ipad-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .ipad-margin-vertical-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    /*#endregion */
}

/*Ipad Pro*/
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /*#region Padding */

    .ipadpro-padding-0 {
        padding: 0 !important;
    }

    .ipadpro-padding-5 {
        padding: 5px !important;
    }

    .ipadpro-padding-10 {
        padding: 10px !important;
    }

    .ipadpro-padding-15 {
        padding: 15px !important;
    }

    .ipadpro-padding-20 {
        padding: 20px !important;
    }

    .ipadpro-padding-25 {
        padding: 25px !important;
    }

    .ipadpro-padding-30 {
        padding: 30px !important;
    }

    /*Top*/
    .ipadpro-padding-top-0 {
        padding-top: 0px !important;
    }

    .ipadpro-padding-top-5 {
        padding-top: 5px !important;
    }

    .ipadpro-padding-top-10 {
        padding-top: 10px !important;
    }

    .ipadpro-padding-top-15 {
        padding-top: 15px !important;
    }

    .ipadpro-padding-top-20 {
        padding-top: 20px !important;
    }

    .ipadpro-padding-top-25 {
        padding-top: 25px !important;
    }

    .ipadpro-padding-top-30 {
        padding-top: 30px !important;
    }

    /*right*/
    .ipadpro-padding-right-0 {
        padding-right: 0px !important;
    }

    .ipadpro-padding-right-5 {
        padding-right: 5px !important;
    }

    .ipadpro-padding-right-10 {
        padding-right: 10px !important;
    }

    .ipadpro-padding-right-15 {
        padding-right: 15px !important;
    }

    .ipadpro-padding-right-20 {
        padding-right: 20px !important;
    }

    .ipadpro-padding-right-25 {
        padding-right: 25px !important;
    }

    .ipadpro-padding-right-30 {
        padding-right: 30px !important;
    }

    /*left*/
    .ipadpro-padding-left-0 {
        padding-left: 0px !important;
    }

    .ipadpro-padding-left-5 {
        padding-left: 5px !important;
    }

    .ipadpro-padding-left-10 {
        padding-left: 10px !important;
    }

    .ipadpro-padding-left-15 {
        padding-left: 15px !important;
    }

    .ipadpro-padding-left-20 {
        padding-left: 20px !important;
    }

    .ipadpro-padding-left-25 {
        padding-left: 25px !important;
    }

    .ipadpro-padding-left-30 {
        padding-left: 30px !important;
    }

    /*bottom*/
    .ipadpro-padding-bottom-0 {
        padding-bottom: 0px !important;
    }

    .ipadpro-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .ipadpro-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .ipadpro-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .ipadpro-padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .ipadpro-padding-bottom-25 {
        padding-bottom: 25px !important;
    }

    .ipadpro-padding-bottom-30 {
        padding-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Margin */

    .ipadpro-margin-0 {
        margin: 0 !important;
    }

    .ipadpro-margin-5 {
        margin: 5px !important;
    }

    .ipadpro-margin-10 {
        margin: 10px !important;
    }

    .ipadpro-margin-15 {
        margin: 15px !important;
    }

    .ipadpro-margin-20 {
        margin: 20px !important;
    }

    .ipadpro-margin-25 {
        margin: 25px !important;
    }

    .ipadpro-margin-30 {
        margin: 30px !important;
    }

    /*Top*/
    .ipadpro-margin-top-0 {
        margin-top: 0 !important;
    }

    .ipadpro-margin-top-5 {
        margin-top: 5px !important;
    }

    .ipadpro-margin-top-10 {
        margin-top: 10px !important;
    }

    .ipadpro-margin-top-15 {
        margin-top: 15px !important;
    }

    .ipadpro-margin-top-20 {
        margin-top: 20px !important;
    }

    .ipadpro-margin-top-25 {
        margin-top: 25px !important;
    }

    .ipadpro-margin-top-30 {
        margin-top: 30px !important;
    }

    /*right*/
    .ipadpro-margin-right-0 {
        margin-right: 0 !important;
    }

    .ipadpro-margin-right-5 {
        margin-right: 5px !important;
    }

    .ipadpro-margin-right-10 {
        margin-right: 10px !important;
    }

    .ipadpro-margin-right-15 {
        margin-right: 15px !important;
    }

    .ipadpro-margin-right-20 {
        margin-right: 20px !important;
    }

    .ipadpro-margin-right-25 {
        margin-right: 25px !important;
    }

    .ipadpro-margin-right-30 {
        margin-right: 30px !important;
    }

    /*left*/
    .ipadpro-margin-left-0 {
        margin-left: 0 !important;
    }

    .ipadpro-margin-left-5 {
        margin-left: 5px !important;
    }

    .ipadpro-margin-left-10 {
        margin-left: 10px !important;
    }

    .ipadpro-margin-left-15 {
        margin-left: 15px !important;
    }

    .ipadpro-margin-left-20 {
        margin-left: 20px !important;
    }

    .ipadpro-margin-left-25 {
        margin-left: 25px !important;
    }

    .ipadpro-margin-left-30 {
        margin-left: 30px !important;
    }

    /*bottom*/
    .ipadpro-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .ipadpro-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .ipadpro-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .ipadpro-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .ipadpro-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .ipadpro-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .ipadpro-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    /*#endregion */

    /*#region Padding/margin vertical/horizontal*/

    .ipadpro-padding-0 {
        padding: 0 !important;
    }

    .ipadpro-margin-0 {
        margin: 0 !important;
    }

    .ipadpro-padding-top-0 {
        padding-top: 0 !important;
    }

    .ipadpro-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .ipadpro-padding-right-0 {
        padding-right: 0 !important;
    }

    .ipadpro-padding-left-0 {
        padding-left: 0 !important;
    }

    .ipadpro-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ipadpro-padding-vertical-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ipadpro-margin-horizontal-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ipadpro-margin-vertical-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .ipadpro-padding-horizontal-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .ipadpro-padding-vertical-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .ipadpro-padding-horizontal-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ipadpro-padding-vertical-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .ipadpro-padding-horizontal-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ipadpro-padding-vertical-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .ipadpro-padding-horizontal-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ipadpro-padding-vertical-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .ipadpro-padding-horizontal-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .ipadpro-padding-vertical-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .ipadpro-padding-horizontal-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .ipadpro-padding-vertical-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .ipadpro-margin-horizontal-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .ipadpro-margin-vertical-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .ipadpro-margin-horizontal-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .ipadpro-margin-vertical-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .ipadpro-margin-horizontal-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .ipadpro-margin-vertical-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .ipadpro-margin-horizontal-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .ipadpro-margin-vertical-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .ipadpro-margin-horizontal-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .ipadpro-margin-vertical-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .ipadpro-margin-horizontal-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .ipadpro-margin-vertical-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    /*#endregion */
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.nowrap {
    white-space: nowrap;
}

.table > thead > tr > th.sorting {
    padding-right: 18px;
}

.hidden-field {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    border: 0;
}

textarea {
    resize: none;
}

[ng-click], [data-ng-click], [x-ng-click] {
    cursor: pointer;
}

.pm-report img.OfferLoadingToken {
    width: 14px;
    height: 14px;
}

#CarSelectionView button.multiselect {
    margin-bottom: 0px;
    width: 280px;
}

.custom-car-evaluator .eval-engine {
    display: none;
}

table tbody.table-body-header td {
    background-color: white !important;
}

.FixedConfigurationBuyerSelected span {
    font-weight: bold;
}

.pm-report td.pm-report-offer-id {
    width: 70px;
}

.fa-report img.OfferLoadingToken {
    width: 14px;
    height: 14px;
}

.fa-report td.fa-report-offer-id {
    width: 70px;
}

.table-row-focused .cp-car-info {
    font-weight: bold;
    background-color: #fdfcf8;
}

.table-group-separation {
    box-shadow: 0 2px 0 #000 inset;
}

.form-control-inline {
    display: inline-block;
    width: auto;
}

.form-control, button.multiselect {
    height: 28px;
    padding: 0px 5px;
    font-size: 13px;
    border-radius: 1px;
    color: #000000;
}

select.form-control {
    padding-left: 1px;
}

.TableCurrentRow {
    outline: 1px solid black;
    outline-offset: -1px;
}

button.multiselect {
    text-align: left;
}

button.multiselect {
    margin-bottom: 5px;
}

.nav li.jcz-menu-parent, .nav li.jcz-menu-option {
    display: none;
}

.divOfferLink {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 0px;
}

    .divOfferLink .OfferLoadingToken {
        position: absolute;
    }

.divCallOfferLinkTemplate {
}

    .divCallOfferLinkTemplate hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .divCallOfferLinkTemplate:last-child hr {
        display: none;
    }

#lblCarSubModel.oranged {
    color: #e77600;
}

.scheduleWrapper.ok {
    border: 1px solid white;
}

.scheduleWrapper.error_hours {
    border: 1px solid red;
}

.scheduleWrapper.error_overlap {
    border: 1px solid orange;
}

#btnAddSchedule.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
}

.caret {
    display: none !important;
}

.select-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn .select-caret {
    margin-left: 0;
}

.col-md-2 {
    width: 15%;
}

#AdminToolbar .btn {
    font-size: 1.1em;
    border-radius: 4px;
}

.table > thead > tr > th {
    vertical-align: top;
}

ul.multiselect-container.dropdown-menu input {
    margin-top: 1px;
}

.btn {
    font-size: 1em;
    border-radius: 4px;
}

    .btn.btn-user-attendance {
        border: 0;
        padding: 0;
    }

        .btn.btn-user-attendance .fas {
            padding-right: 1px;
            font-size: 16px;
        }

body {
    font-size: 12px;
}

multiselect span.btn {
    height: 28px;
    text-align: left;
    padding: 5px;
}

multiselect .btn {
    width: 100%;
    background-color: #FFF;
}

multiselect a {
    font-weight: normal !important;
}

input.error, select.error, multiselect.error, textarea.ng-invalid.ng-touched, input.ng-invalid.ng-touched, select.ng-invalid.ng-touched {
    border: 1px solid red !important;
}

#jobOffersTable textarea.ng-invalid {
    border: 1px solid red !important;
}

.invalid {
    background-color: #FFE7E8;
}

label.error {
    margin-bottom: 0px;
}

label.permission-label {
    margin: 3px 8px;
    overflow: hidden;
    font-weight: normal;
}

    label.permission-label.disabled {
        color: grey
    }

    label.permission-label input[type="checkbox"] {
        margin-right: 3px
    }

.error-messages-group {
    height: 0px;
}

#pmPanelWrapper button.multiselect:hover {
    background-color: white;
    text-decoration: underline;
}

#pmPanelWrapper button.multiselect {
    border: 0px;
    color: #D0410D !important;
    font-size: 12px;
    padding: 0;
    margin: 0;
    height: 19px;
    margin-right: 10px;
}

.multiselect-wrapper {
    margin-top: -2px;
    top: 1px;
}

.open .dropdown-toggle.btn-default, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: white;
}

#pmPanelWrapper .multiselect-container a, #mdlTaskForm .multiselect-container a, #divStatusesFilter .multiselect-container a {
    padding: 0 !important;
    color: black;
    font-size: 12px;
}

#mdlTaskForm .spn-multiselect-task {
    text-overflow: ellipsis;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    line-height: 100%;
}

#pmPanelWrapper .multiselect-container input[type="checkbox"], #divStatusesFilter .multiselect-container input[type="checkbox"] {
    margin-top: 2px;
}

.search {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 0 5px 0 30px;
}

.searchFilterLink {
    font-size: 12px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

#divLocalBuyersSearchParameter .multiselect-clear-filter {
    height: 28px;
}

#divLocalBuyersSearchParameter .input-group-addon {
    font-size: 12px;
}

#divLocalBuyersSearchParameter .form-control {
    margin-top: 0px;
}

.OfferIcons {
    /*font-size: 1.2em !important;*/
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    color: #CCCCCC;
}

.OfferIconRescheduleSymbol {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E4E8F1;
    border-radius: 0px 3px;
    opacity: 0.9;
    height: 20px;
    width: 20px;
    text-align: center;
    font: 600 10px/14px Poppins;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
}

.time-warning {
    font-weight: bold;
}

.highlighted-row {
    outline: 3px solid #66afe9 !important;
    outline-offset: -1px !important;
}

.highlighted-warning {
    outline: 3px solid #e37979 !important;
    outline-offset: -1px !important;
}

.highlighted {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.highlightedRed {
    border-color: #e46969 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 130, 130, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 130, 130, 0.6);
}

.highlight-green {
    color: #6D6D6D;
    border: 2px solid #99C899;
    /*-webkit-box-shadow: inset 0 0 2px rgb(32, 158, 30);
          box-shadow: inset 0 0 2px rgb(32, 158, 30);*/
}

.highlight-grey {
    color: #ABA8A8;
    border: 2px solid #ABA8A8;
    /*-webkit-box-shadow: inset 0 0 2px rgb(32, 158, 30);
          box-shadow: inset 0 0 2px rgb(32, 158, 30);*/
}

.highlight-red {
    color: #6D6D6D;
    border: 2px solid #FF9999;
    /*-webkit-box-shadow: inset 0 0 2px rgb(232, 51, 12);
          box-shadow: inset 0 0 2px rgb(232, 51, 12);*/
}

.highlight-red-filled {
    color: #6D6D6D;
    border: 2px solid #FF9999;
    background-color: #FF9999;
}

.highlight-yellow {
    color: #6D6D6D;
    border: 2px solid #DFC18A;
}

.highlight-yellow-filled {
    color: #6D6D6D;
    border: 2px solid #DFC18A;
    background-color: #DFC18A;
}

.divTable {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}

.OfferIcons {
    display: table-row;
}

    .OfferIcons div {
        height: 26px !important;
        width: 26px !important;
        display: inline-block;
        -ms-border-radius: 2px;
        border-radius: 1%;
        text-align: center;
        vertical-align: middle;
        /*display: table-cell;*/
        margin-right: 5.4px;
    }

@media (min-width: 700px) {
    .OfferIcons div {
        width: 19px !important;
        margin-right: 2px;
    }
}

@media (min-width: 1300px) {
    .OfferIcons div {
        width: 19px !important;
        margin-right: 4px;
    }
}

@media (min-width: 1405px) {
    .OfferIcons div {
        width: 20px !important;
        margin-right: 4.5px;
    }
}

@media (min-width: 1475px) {
    .OfferIcons div {
        width: 20px !important;
        margin-right: 5.2px;
    }
}

@media (min-width: 1560px) {
    .OfferIcons div {
        width: 21px !important;
        margin-right: 5.2px;
    }
}

@media (min-width: 1570px) {
    .OfferIcons div {
        width: 22px !important;
        margin-right: 5.2px;
    }
}

@media (min-width: 1650px) {
    .OfferIcons div {
        width: 23px !important;
        margin-right: 5.2px;
    }
}

@media (min-width: 1750px) {
    .OfferIcons div {
        width: 24px !important;
        margin-right: 5.2px;
    }
}

@media (min-width: 1800px) {
    .OfferIcons div {
        width: 25px !important;
        margin-right: 5.2px;
    }
}

@media (min-width: 1900px) {
    .OfferIcons div {
        width: 26px !important;
        margin-right: 5.4px;
    }
}
/*@media (max-width: 1865px) {
    .OfferIcons div {
        width: 25px !important;
    }
}*/
.OfferIconTask {
    padding-top: 3px;
}

.OfferIconSms {
    padding-top: 2px;
}

.OfferIconDefaultCustom {
    padding-top: 3px;
}

.OfferIconComm {
    padding-top: 4px;
}

.OfferIconPicture {
    padding-top: 4px;
}

#divOfferStatusesSearchParameter label {
    margin-right: 5px;
}

#EditBuyerForm table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 7px !important;
}

#tblCPFeedsTable tbody td {
    padding-bottom: 3px !important;
    padding-top: 9px !important;
}

input[type="checkbox"].NegativeCheckbox:checked::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    background-color: red;
    border-color: red;
    font-weight: 900;
}

input[type="checkbox"].LightNegativeCheckbox:checked::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    background-color: red;
    border-color: red;
    background-color: #e66565;
    border-color: #e66565;
    font-weight: 900;
}

input[type="checkbox"]:checked::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    background-color: #5cb85c;
    border-color: #5cb85c;
    font-weight: 900;
}

input[type="checkbox"]:indeterminate::before {
    font-family: 'Font Awesome\ 5 Free';
    /*content: "\f068";*/
    /*content: "\f128";*/ /* question mark */
    content: "\f0c8"; /* square */
    background-color: white;
    color: #ce0033;
    /*border-color: #5cb85c;*/
    padding-left: 2px;
    font-weight: 900;
    font-size: 0.8em !important;
}

input[type="checkbox"].gray-indeterminate:indeterminate::before {
    color: darkgray;
}

input[type="checkbox"] {
    float: none !important;
}

    input[type="checkbox"]::before {
        content: "";
        display: inline-block;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        color: white;
        font-size: 12px !important;
        width: 14px;
        height: 14px;
        vertical-align: top;
    }

.btn-search {
    /*original btn*/
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /*info btn*/
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    /*our custom*/
    font-size: 13px;
    border-radius: 1px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 0px;
}

#EditBuyerForm .nav li a.invalid {
    box-shadow: 0 0 5px 2px red;
}

#EditBuyerForm .nav li.active a,
#EditBuyerForm .nav li.active a:hover,
#EditBuyerForm .nav li.dropdown a:hover,
#EditBuyerForm .nav li.dropdown.open a:focus,
#EditBuyerForm .nav .open > a,
#EditBuyerForm .nav .open > a:hover,
#EditBuyerForm .nav .open > a:focus {
    background-color: rgb(250, 150, 73);
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

#EditBuyerForm .nav > li > a:hover {
    background-color: rgb(248, 168, 107);
    background-color: rgba(250, 150, 73, 0.8);
    border-radius: 4px 4px 0 0;
}

#EditBuyerForm .nav > li > a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-color: rgb(246, 186, 141);
    background-color: rgba(250, 150, 73, 0.6);
    padding: 6px 15px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

.dataTables_wrapper .dataTables_processing {
    top: calc(50% - 75px) !important;
    position: fixed !important;
    height: auto !important;
}

.dataTables_wrapper .dataTables_processing {
    top: 0 !important;
    position: absolute !important;
    height: 100% !important;
    min-height: 190px;
    margin-top: 0 !important;
}

table.table thead .sorting_asc {
    background-position-y: 10px;
}

.inputs-age input {
    display: inline-block;
    width: 36px;
    font-size: 12px;
}

.inputs-age span {
    /*width: 15px;*/
    display: inline-block;
    text-align: right;
    padding-right: 2px;
}

.no-bold {
    font-weight: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.hr-section {
    margin-top: 0px;
    border-width: 2px;
    margin-bottom: 10px;
}

.input-data-set {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

    .input-data-set span.btn.btn-default {
        border-color: #66afe9;
    }

.navbar-default {
    background-color: white;
}

#mainNav {
    font-size: 13px;
}

    #mainNav .dropdown-menu > li > a {
        padding: 8px 15px;
    }

#myNavbar > ul.navbar-left > li > a {
    margin-left: 10px;
    font-weight: bold;
}

#myNavbar .dropdown-menu {
    margin-left: 10px;
}

.navbar-default .navbar-left > .open > a:hover, .navbar-default .navbar-left > .open > a:focus, .navbar-default .navbar-left > .open > a {
    background-color: #3276b1;
    color: #fff;
}

#main-content {
    margin-left: 0px;
}

.navbar-default {
    background-color: #f1f2f8 !important;
}

#myNavbar > .navbar-nav > li > a {
    padding: 9px 12px;
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

#myNavbar > .navbar-left {
    margin-top: 2px;
    margin-left: 10px;
}

#myNavbar > .navbar-right {
    margin-right: 10px;
}

#myNavbar > ul.navbar-right > li > a.profile {
    border: 1px solid black;
    margin-left: 10px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    border-radius: 100px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active {
    border-radius: 6px;
}

.navbar-default .navbar-left > .open > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

body {
    color: black;
}

.padding-left-label-input-separator {
    padding-left: 4px;
}

.form-section-title {
    font-size: 14px;
    padding-top: 4px !important;
    padding-left: 0px;
}

.col-md-1-5 {
    width: 12%;
}

.col-md-1-1 {
    width: 7%;
}

.CommsOwnerDd {
    border: none;
    background-color: #fafafa;
    margin-top: -2px;
}

#tblMainTable {
    margin-top: 0px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: black;
}

.form-control[disabled] {
    background-color: #F5F5F5;
}

.taskTimeLink {
    margin-right: 10px;
    cursor: pointer;
}

.control-label-inline {
    font-weight: normal;
    float: left;
}

div.notificationButton {
    width: 50px;
    position: relative;
    text-align: center;
    margin-top: 16px;
    margin-left: -66px;
}

button.notificationButton {
    display: block;
    height: 32px;
    width: 50px;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    font-family: 'Helvetica';
    text-align: center;
    color: white;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 14px;
    margin-left: -64px;
}

a.notificationButton {
    display: block;
    height: 32px;
    width: 50px;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    font-family: 'Helvetica';
    text-align: center;
    color: white;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 9px;
    margin-left: -64px;
}
/*button.no-alerts:after {
    content: none !important;
}*/
button.notificationButton[data-counter="0"]:after {
    content: none !important;
}

button.notificationButton[data-counter]:not([data-counter='0']):after,
a.notificationButton[data-counter]:not([data-counter='0']):after {
    content: attr(data-counter);
    position: absolute;
    top: -10px;
    right: -14px;
    padding: 3px 9px;
    border: 2px solid white;
    border-radius: 100px;
    background: linear-gradient(top, #FF3B30 0%,#FF3B30 100%);
    background: -webkit-linear-gradient(top, #FF3B30 0%,#FF3B30 100%);
    background: -moz-linear-gradient(top, #FF3B30 0%,#FF3B30 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset;
    background-clip: padding-box;
    font: bold 12px/18px "Helvetica Neue", sans-serif;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}

a.notificationButton[data-counter]:not([data-counter='0']):after {
    top: -5px;
}

​#tblCustomCarNotifications tr.notification-handled {
    background-color: #E4DFDF !important;
    opacity: 0.7 !important;
}

div.notification-handled .divReply {
    display: none !important;
}

div.notification-handled .notification-message-content {
    width: 100% !important;
}

textarea {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/*#divOfferImagesThumbnails .thumbContainer {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    border: 1px solid black;
}
#divOfferImagesThumbnails .thumbImg {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}*/
#divOfferImagesThumbnails .selected {
    box-sizing: border-box;
    outline: solid 1px #ddd;
    outline-offset: 0px;
    box-shadow: -3px 3px 2px rgba(0,0,0,.075);
}

.positive-value {
    border: 1px solid #168C16;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(112, 247, 10, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(112, 247, 10, 0.6);
}

.negative-value {
    border: 1px solid #CA0B0B;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(95, 60, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(95, 60, 66, 0.6);
}

.even-block {
    background-color: #F3F0F0 !important;
}

.odd-block {
    background-color: white !important;
}

#tblCustomCarMapping > tbody > tr > td {
    padding: 5px;
}

.custom-highlighted-value {
    background-color: #ECFDE5 !important;
}

.custom-summarization-span {
    font-weight: bold !important;
}

#tblMainTable > tbody > tr > td.custom-highlighted-non-profit-sold, #tblMainTable > tbody > tr > td span.custom-sold-low-profit {
    color: red !important;
    font-weight: bold;
}

#tblMainTable > tbody > tr > td.custom-vehicle-condition {
    color: red !important;
    white-space: nowrap !important;
}

.redCrossedText {
    text-decoration: line-through;
    color: red;
}

.timezone-red {
    color: #FF9999;
}

.timezone-yellow {
    color: #DFC18A;
}

.timezone-green {
    color: #99C899;
}

#currentOfferImg {
    /*width: 100%;
    max-width: 750px;
    height: auto;*/
    width: auto;
    max-width: 680px;
    max-height: 680px;
    height: auto;
}

@media (max-width: 1300px) {
    #divOfferImagesThumbnails {
        padding: 0 !important;
    }

    .offer-thumbnail-wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .modal-dialog {
        max-width: fit-content;
    }

    .modal-body {
        padding: 0;
    }

    .offerThumbnailImage {
        width: 100% !important;
    }
}

.offerThumbnailImage {
    width: 100px;
    height: auto;
    /*margin-bottom: 20px;*/
}

#divOfferImagesThumbnails {
    /*height: 650px;*/
    margin-bottom: 20px;
    padding: 35px 20px 20px 0;
    position: relative;
}

.manage-title-label {
    float: left;
    color: #5A5A5A;
    margin-right: 20px;
}

.time-label-margin {
    margin-left: 6px;
}

.input-score {
    margin-left: 6px;
}

td.inputs-age {
    vertical-align: middle;
}

.vehicle-condition-box {
    min-width: 28px;
    height: 28px;
    float: left;
    margin: 0 7px 0 0;
    padding: 3px 3px;
    padding-top: 5px;
    font-size: 11px;
}

@media (max-width: 1600px) {

    .vehicle-condition-box {
        min-width: 28px;
        height: 28px;
        float: left;
        margin: 0 5px 0 0;
        padding: 3px 1px;
        padding-top: 5px;
        font-size: 10px;
    }

    .vehicle-condition-wrapper, .mileage-wrapper {
        margin-right: 2px !important;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #OfferEditForm label {
        font-size: 11px;
    }

    #lblNotCustomChb {
        padding-left: 10px;
    }

    #divCustomSave {
        width: 60px !important;
    }

    .phone-label {
        width: 75px !important;
    }
}

.vehicle-condition-not-set {
    background: #E4E9F4 0% 0% no-repeat padding-box !important;
    border: 1px solid #D8DEEC;
    border-radius: 3px;
    border-left: 7px solid #A7ACB5;
    opacity: 1;
}

.vehicle-condition-good {
    background: #F7F8FC 0% 0% no-repeat padding-box;
    border: 1px solid #D8DEEC;
    border-radius: 3px;
    border-left: 7px solid #74D283;
    opacity: 1;
}

.vehicle-condition-bad {
    background: #F7F8FC 0% 0% no-repeat padding-box;
    border: 1px solid #D8DEEC;
    border-radius: 3px;
    border-left: 7px solid #ED7070;
    opacity: 1;
}

.title-status-stage-gray-option {
    background: #F7F8FC 0% 0% no-repeat padding-box !important;
    border: 1px solid #D8DEEC;
    border-radius: 3px;
    border-left: 7px solid #A7ACB5;
    opacity: 1;
}

.mileage-box {
    min-width: 28px;
    height: 28px;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px 5px;
    font-size: 11px;
    display: inline;
    background: #E4E9F4 0% 0% no-repeat padding-box;
    border: 1px solid #D8DEEC;
    border-radius: 3px;
    border-left: 7px solid #A7ACB5;
    opacity: 1;
}

.vehicle-condition-wrapper, .mileage-wrapper {
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

    .vehicle-condition-wrapper h4, .mileage-wrapper h4 {
        margin-bottom: 6px;
        font-size: 11px;
        font-weight: bold;
    }

.row-space {
    margin-bottom: 20px;
}

.vehicle-condition-good-option-item {
    width: 100%;
    text-align: left;
    background: #F7F8FC 0% 0% no-repeat padding-box;
    border: 1px solid #D8DEEC;
    border-radius: 3px;
    border-left: 7px solid #74D283;
    opacity: 1;
}

.vehicle-condition-bad-option-item {
    width: 100%;
    text-align: left;
    background: #F7F8FC 0% 0% no-repeat padding-box;
    border: 1px solid #D8DEEC;
    border-radius: 3px;
    border-left: 7px solid #ED7070;
    opacity: 1;
}

.vehicle-condition-bad-highlighted-option-item {
    border-radius: 3px 0px 0px 3px;
    opacity: 1;
    border: 1px solid #8E75D1;
    border-radius: 3px;
    border-left: 7px solid #8E75D1;
}

.vehicle-condition-not-good-not-bad-option-item {
    width: 100%;
    text-align: left;
    background-color: #ECEBEB;
    border: 1px solid #D4CDCD;
}

.div-table {
}

.div-table-row-header {
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    background-color: #ededed !important;
    color: black !important;
    font-weight: bold !important;
}

    .div-table-row-header div {
        border-right: 1px solid #ddd !important;
        border-top: 1px solid #ddd !important;
        background-color: #ededed !important;
        color: black !important;
        font-weight: bold !important;
        padding: 8px;
    }

.div-table-row {
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
}

    .div-table-row > div {
        border-left: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
        margin-left: -1px;
        padding: 8px;
    }

        .div-table-row > div > div > div:not(:first-child) {
            border-left: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
            /*margin-left: -37px;*/
        }

        .div-table-row > div > div > div > div {
            border-left: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
            margin-left: -1px;
            padding: 8px;
        }

    .div-table-row:first-child {
        border-top: 1px solid #ddd !important;
    }

.div-table-row-header div:first-child {
    border-left: 1px solid #ddd !important; /*border-bottom: 2px dashed;*/
}

.score-field {
    width: 35px;
}

    .score-field.input-data-set {
        color: black;
    }

.offer-thumbnail-wrapper {
    padding: 9px;
    width: 118px;
    height: auto;
    margin: 0 0 0 40px;
}

.offer-thumbnail-checkbox {
    position: relative;
    margin: 10px 0 !important;
}

.picture-checkbox {
    position: absolute;
    left: 14px;
    top: 10px;
    height: 100%;
    width: 20px;
}

    .picture-checkbox > input[type=checkbox] {
        position: relative;
        top: 13%;
        transform: translateY(-50%);
    }

.picture-tag-save-controls {
    position: absolute;
    right: -1px;
    top: -32px;
}

.offer-thumbnails {
    overflow: visible;
    height: 100%;
}

.picture-tag-box {
    min-width: 28px;
    height: 22px;
    float: left;
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 13px;
}

.picture-tag-not-set {
    border: 1px solid #D4CDCD;
    background-color: #ECEBEB;
    color: #2a2626;
}

.picture-tag-set {
    border: 1px solid #46b8da;
    background-color: rgba(91, 192, 222, 0.77);
    color: #fff;
}

.current-tags {
    position: absolute;
    top: 4px;
    left: 165px;
    min-width: 50px;
}

.picture-tags {
}

.batch-tags {
    position: absolute;
    top: 8px;
    left: 45px;
}

.selected-image {
    float: left;
    margin-left: -20px;
    display: contents;
}

.batch-all-checkbox {
    position: absolute;
    top: 11px;
    left: 15px;
}

.mileage-input-wrapper {
    border: 2px solid #cdcdcd;
    color: #4b4b4b;
    padding-right: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    border-radius: 6px !important;
    margin-bottom: 5px;
    cursor: text;
    position: relative;
}

.mileage-input {
    background: none repeat scroll 0 0 transparent;
    border: none;
    margin-top: -2px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 34px;
    border-radius: 0;
    box-shadow: none;
    float: left;
}

    .mileage-input:focus {
        outline: none !important;
        box-shadow: none;
    }

.mileage-label {
    border: white;
    color: rgba(60, 57, 57, 0.29) !important;
    position: absolute;
    left: 39px;
    top: 4px;
}

.span-vertically-aligned {
    vertical-align: middle;
    height: 100%;
}

.span-vertically-aligned-25px {
    vertical-align: middle;
    line-height: 25px;
}

multiselect .dropdown-menu {
    width: auto !important;
}

.scale17x {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    -moz-transform: scale(1.7);
}

.scale16x {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    -moz-transform: scale(1.6);
}

.scale14x {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4);
}

.scale2x {
    transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
}

.offer-request-odd-row {
    background-color: #f1efef;
}

.col-md-2-5 {
    width: 20% !important;
}

.card-heading-highlighted {
    background-color: #ff75bd !important;
}

.triangle-right {
    width: 0;
    height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    overflow: hidden;
}

    .triangle-right:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-top: -500px;
        margin-left: -500px;
        border-top: 500px solid transparent;
        border-bottom: 500px solid transparent;
        border-left: 500px solid #4679BD;
    }
/*Down pointing*/
.triangle-down {
    width: 10%;
    height: 0;
    padding-left: 10%;
    padding-top: 10%;
    overflow: hidden;
}

    .triangle-down:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-left: -500px;
        margin-top: -500px;
        border-left: 500px solid transparent;
        border-right: 500px solid transparent;
        border-top: 500px solid #4679BD;
    }
/*Left pointing*/
.triangle-left {
    width: 5%;
    height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
}

    .triangle-left:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-top: -500px;
        border-top: 500px solid transparent;
        border-bottom: 500px solid transparent;
        border-right: 500px solid #4679BD;
    }
/*Up-right pointing*/
.triangle-up-right {
    width: 0;
    height: 0;
    padding-left: 10%;
    padding-top: 10%;
    overflow: hidden;
}

    .triangle-up-right:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-left: -500px;
        margin-top: -500px;
        border-left: 500px solid transparent;
        border-top: 500px solid #4679BD;
    }
/*Down-right pointing*/
.triangle-down-right {
    width: 10%;
    height: 0;
    padding-top: 10%;
    overflow: hidden;
}

    .triangle-down-right:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-top: -500px;
        border-top: 500px solid transparent;
        border-right: 500px solid #4679BD;
    }

.triangle-X {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: transparent #000000 transparent transparent;
}
/*Down-left pointing*/
.triangle-down-left {
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    overflow: hidden;
}

    .triangle-down-left:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-right: 500px solid transparent;
        border-bottom: 500px solid #4679BD;
    }
/*Up-left pointing*/
.triangle-up-left {
    width: 0;
    height: 0;
    padding-bottom: 10%;
    padding-left: 10%;
    overflow: hidden;
}

    .triangle-up-left:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-left: -500px;
        border-bottom: 500px solid transparent;
        border-left: 500px solid #4679BD;
    }

.label25px {
    padding-top: 0px !important;
    line-height: 25px !important;
    margin-top: 1px !important;
}

.odd {
    background-color: #f9f9f9;
}

.pagination {
    margin: inherit;
}

.vehicle-condition-basic {
    text-align: left;
    background-color: white;
    border: 1px solid #D4CDCD;
}

.title-in-hand {
    text-align: left;
    background-color: white;
}

.title-not-in-hand {
    text-align: left;
    background-color: white;
}

.title-status {
    text-align: left;
    background-color: white;
}

.title-owner-type-owner {
    text-align: left;
    background-color: white;
}

.title-owner-type-friend-family {
    text-align: left;
    background-color: white;
}

.title-owner-type-unknown {
    text-align: left;
    background-color: white;
}

.title-state {
    text-align: left;
    background-color: white;
}

.assistant-card-container {
    width: 40px;
    background-color: white;
    border: 1px solid #ddd;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.assistant-card-number {
    font-weight: bold;
    color: black;
    font-size: 13px;
}

.assistant-card {
    font-size: 13px;
}

.panel-body-assistant {
    padding-left: 12px;
    padding-top: 13px;
    padding-right: 12px;
    padding-bottom: 12px;
}

.EventLabel {
    padding-bottom: 2px;
}

.panel-assistant-row {
    margin-top: 10px;
    line-height: 14px;
}

.panel-assistant-first-row {
    line-height: 14px;
}

.panelAssistantVerticalLine {
    position: absolute;
    border-left: 4px #dedede solid;
    height: calc(100% + 25px);
    top: -13px;
    left: -16px;
}

.panelAssistantVerticalLine2 {
    position: absolute;
    border-left: 4px #dedede solid;
    height: calc(100% + 41px);
    top: -13px;
    left: -16px;
}

.EventActionDone {
    font-weight: normal;
    text-decoration: underline;
    padding-left: 5px;
}

.EventActionView {
    font-weight: normal;
    text-decoration: underline;
    padding-left: 5px;
}

.EventActionUndo {
    font-weight: normal;
    text-decoration: underline;
    padding-left: 15px;
}

.EventActionStart {
    font-weight: normal;
    text-decoration: underline;
}

.btn-flat {
    padding: 0px !important;
    height: 12px !important;
    line-height: 12px !important;
}

.row-assistant-filter {
    padding-bottom: 6px;
    line-height: 14px;
}

.SelectedFlatOption {
    vertical-align: middle !important;
    padding-left: 5px !important;
}

.assistant-left-panel {
    width: 1268px;
}

.assistant-dashboard-fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 1236px;
}

.assistant-right-panel {
    width: calc(100% - 1268px);
}

@media (max-width: 1600px) {
    .assistant-left-panel {
        width: 1268px;
    }

    .assistant-dashboard-fixed {
        width: 1236px;
    }

    .assistant-right-panel {
        width: calc(100% - 1268px);
    }
}

@media (max-width: 1300px) {
    .assistant-left-panel {
        width: 1100px;
    }

    .assistant-dashboard-fixed {
        width: 1068px;
    }

    .assistant-right-panel {
        width: calc(100% - 1100px);
    }
}

@media (max-width: 1100px) {
    .assistant-left-panel {
        width: 100%;
    }

    .assistant-dashboard-fixed {
        width: 100%;
    }

    .assistant-right-panel {
        display: none;
    }
}

.panel-body-assistant-dashboard {
    padding-left: 7px;
    padding-top: 7px;
    padding-right: 6px;
    padding-bottom: 6px;
}

.assistant-dashboard {
    margin-bottom: 15px;
}

.div-header-column {
    background-color: #ededed;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

.div-row-column {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.div-row-column-borderless {
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.NegativeCheckbox {
    color: red;
}
/*Fixed disabled background color for input datetime picker*/
.form-control[disabled] {
    background-color: #eee !important;
}

.multiselect-button-selected-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    line-height: 26px;
}

#toast-container > .toast-info {
    background-image: none !important;
}

#tblCustomCarNotifications.table > tbody > tr > td, #tblMessageNotifications.table > tbody > tr > td {
    padding: 0px 8px 0px 8px;
}

#toast-container > div {
    padding: 15px !important;
}

#toast-container > :hover {
    cursor: auto;
}

.toast-close-button {
    position: absolute;
    right: 9px;
    top: 0px;
}

.toast-notification-gotit {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

.btnGotIt {
    font-weight: bold;
    background-color: #F6F7F9;
    color: #4A4D54;
    border-color: #D8D9DC;
}

#tblMessageNotificationsList .lnkOfferId {
    margin-left: 20px;
}

#tblMessageNotificationsList .spn-owner {
    color: #444444;
}

#tblMessageNotificationsList .btnGotIt {
    margin-top: 2px;
    margin-left: 10px;
}

#tblMessageNotificationsList {
    clear: both;
    max-height: 500px;
    overflow-y: overlay;
    margin-top: 15px;
}

#taNotificationMessageNew {
    resize: none;
    margin-right: 11px;
    width: calc(100% - 88px);
}

#btnNotificationMessageSend {
    color: black;
    background-color: #92d36e;
    padding: 1px 8px;
    font-size: 20px;
    vertical-align: top;
}

.notification-message-line {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: 1px solid #e4dddd;
}

    .notification-message-line:nth-last-child(2) {
        border-bottom: 0;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
    }

.notification-message-content {
    background-color: #C7EDFC;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 90.5%;
    display: inline-block;
}

.notification-message-content-me {
    margin-left: 5%;
    margin-bottom: 10px;
    width: 85.5%;
}

.notification-message-content-other {
    margin-bottom: 10px;
}

#ddlLicence option:not([value='number:1']), .new-licence {
    font-weight: bold;
    color: #428bca;
}

#ddlLicence option[value='number:1'] {
    font-weight: normal;
    color: black !important;
}

div.ui-dialog {
    z-index: 9999;
}

.timeline-user {
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    line-height: 11px;
    vertical-align: middle;
}

.ToggleButtonSelected {
    background-color: #5bc0de !important;
    border-color: transparent !important;
}

.searchResultHighlight {
    background-color: yellow;
}

.pop-up-red-x {
    font-size: 15px;
    padding: 5px;
}

.predefinedCommentGroup {
    margin-bottom: 10px;
    padding: 4pt 4pt 1pt 4pt;
    background: whitesmoke;
    border: solid #CCCCCC 1.0pt;
    margin-left: 15px;
    font-size: 13px;
}

.SelectedPredefinedCommentBox {
    background-color: #c7e6c0;
    display: inline-block;
}

.PredefinedCommentBox {
    padding-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}

[draggable=true] {
    cursor: move;
}

.pipeSeparator {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-weight: bold !important;
    font-size: 10px !important;
    line-height: 13px !important;
}

.TaskScore {
    font-size: 12px !important;
    line-height: 13px !important;
}

.divTaskScoring {
    border-top: 1px #cccccc solid;
    padding-top: 5px;
}

.divTaskExtraDetails {
    border-top: 1px #cccccc solid;
    padding-top: 5px;
}

.task-hidden-time {
    color: #06c;
}

.table-compact {
    font-size: 11px !important;
    width: auto !important;
    background-color: white;
}

    .table-compact > tbody > tr > td {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .table-compact > thead > tr > th, .table-compact > tfoot > tr > th, .table-compact > thead > tr > td, .table-compact > tfoot > tr > td {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.HiddenElement {
    visibility: hidden !important;
}

#divEventsRefresh {
    border: 1px solid #D4CDCD;
    background-color: white;
    color: #2a2626;
    min-width: 28px;
    height: 22px;
    float: left;
    margin: 0 5px 0 0;
    font-size: 11px;
    margin-left: 10px;
    width: 50px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -3px;
    padding-bottom: 0px;
    padding-top: 3px;
    cursor: pointer;
}

.CustomCarConfigurationField {
    display: inline-block;
    width: 30px;
    margin-left: 5px;
}

.CustomCarConfigurationNAValue {
    text-align: center !important;
    vertical-align: middle !important;
    background-color: #f9f9f9 !important;
    opacity: 0.9 !important;
}

.InstantQuoteAmount {
    font-size: 13px;
    padding-left: 25px;
}

.toast-light {
    /*background-color: #ffffff !important;*/
    /*background: linear-gradient(180deg, #d3d8de 40%, #ffffff 60%);*/
    color: black !important;
    background-image: linear-gradient(to bottom, #EEF0F2 60px, #ffffff 10px);
    background-repeat: repeat !important;
    background-position: top;
    /* background-repeat: repeat !important;*/
}

    .toast-light .toast-message a, .toast-light .toast-message label {
        color: black;
    }

    .toast-light .toast-close-button {
        color: #BEC0C2 !important;
        margin-top: 15px;
        margin-right: 10px;
        position: absolute;
    }

    .toast-light .toast-header-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #525975;
    }

    .toast-light .toast-light-custom {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        color: #375591;
        background: #E2E7EC;
        border: 0.5px solid #FBFCFE;
        border-radius: 2px;
    }

    .toast-light .toast-light-text-area {
        resize: none;
        width: 270px;
        background: #FBFCFE;
        border: 1px solid #D2DFF0;
        border-radius: 1px;
    }

    .toast-light .toast-reject-button {
        width: 92px;
        padding: 3px 12px;
        border-radius: 3px;
        margin-right: 4px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
    }

    .toast-light .toast-accept-button {
        border-radius: 3px;
        width: 154px;
        display: block;
        padding: 3px 7px;
        font-family: 'Poppins';
        font-size: 12px;
        line-height: 18px;
    }

    .toast-light .toast-view-offer-link {
        cursor: pointer;
        font-weight: bold;
        color: #428bca !important;
        font-size: 11px;
        text-decoration: underline;
        padding: 0px !important;
    }

    .toast-light .toast-car-description {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        color: #3C3B38 !important;
    }

.toast-message button {
    height: 28px;
}

.toast-warning {
    background-color: #fffae9 !important;
    color: black !important;
}

    .toast-warning .toast-message a, .toast-warning .toast-message label {
        color: black;
    }

    .toast-warning .toast-close-button {
        color: red !important;
    }

.toast-top-right {
    top: 62px !important;
}

.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #999999 !important;
    -webkit-box-shadow: 0 0 12px #999999 !important;
    box-shadow: 0 0 12px #999999 !important;
}

.CallAnsweredNoOwner .CreateOffer {
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #2A5DB0 !important;
}

    .CallAnsweredNoOwner .CreateOffer:hover {
        text-decoration: underline;
    }

.car-model-sale-info-img-thumbnail {
    display: inline-block;
    height: 100px;
    min-width: 50px;
    /*padding: 4px;*/
    background-color: #ffffff;
    border: 4px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    filter: grayscale(100%);
}

#sendEmailOfferImagesContainerDiv .car-model-sale-info-img-thumbnail {
    cursor: pointer;
    margin-bottom: 10px;
}

.car-model-sale-info-img-thumbnail:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.car-model-sale-info-img-thumbnail-downloaded {
    color: #555;
}

.car-model-sale-info-img-thumbnail-highlighted {
    border: 4px solid #80c180 !important;
    padding: 0px !important;
    opacity: 1 !important;
    filter: grayscale(0%);
}

.car-model-sale-info-row {
    background-color: #efefef;
    padding-top: 16px;
    padding-bottom: 12px;
}

.car-model-sale-info-row-alternate {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 12px;
}

.car-model-sale-info-amount input {
    width: 100%;
    font-weight: bold;
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: auto;
    text-align: center;
    font-size: 17px;
}

div.car-model-sale-info-amount {
    background-color: white;
    border: 3px solid #8ec58e;
    height: 40px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-normal {
    font-weight: normal;
}

.column-center {
    float: none !important;
    margin: 0 auto !important;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.testimonial-number {
    margin-top: 5px;
    display: block;
    font-size: 13px;
}

.testimonial-table {
}

.testimonial-table-header-row {
    width: 100%;
    display: table-row;
}

    .testimonial-table-header-row > div {
        display: table-cell;
        font-weight: bold;
        padding: 8px;
        border: 1px solid #dddddd;
    }

.testimonial-table-content-row {
    width: 100%;
    display: table-row;
}

    .testimonial-table-content-row > div {
        display: table-cell;
        border: 1px solid #dddddd;
        padding: 5px;
    }

.partnercarmapping-table th {
    font-weight: bold;
}

.partnercarmapping-table th, .partnercarmapping-table td {
    padding: 8px;
    border: 1px solid #dddddd;
}

.partnercarmapping-table-options {
    text-align: left;
}

.partnercarmapping-table .disabled .cp-car-info {
    color: grey;
}

#tblMessageNotifications {
    font-size: 13px;
    color: #333;
}

    #tblMessageNotifications .blue-bubble, #tblMessageNotificationsList .blue-bubble {
        background-color: #C7EDFC;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 7px;
    }

    #tblMessageNotifications .grey-bubble, #tblMessageNotificationsList .grey-bubble {
        background-color: #F0F4F8;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 7px;
    }

    #tblMessageNotifications .btnGotIt, #tblMessageNotificationsList .btnGotIt {
        height: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
        width: 65px;
        font-weight: bold;
        background-color: #F6F7F9;
        color: #4A4D54;
        border-color: #D8D9DC;
    }

    #tblMessageNotifications .btnGotItAll, #tblMessageNotificationsList .btnGotItAll {
        height: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
        width: 65px;
        display: block;
        margin-top: 10px;
        font-weight: bold;
        background-color: #F6F7F9;
        color: #4A4D54;
        border-color: #D8D9DC;
    }

    #tblMessageNotifications .notification-unhandled {
        padding: 15px 15px 0px 15px;
    }

    #tblMessageNotifications .toast-notification-gotit {
        float: right;
        margin-top: 36px;
        margin-right: 30px;
    }

    #tblMessageNotifications .lnkReplyNotification, #tblMessageNotificationsList .lnkReplyNotification {
        color: #716e6e;
        cursor: pointer;
        line-height: 28px;
        font-size: 13px;
    }

    #tblMessageNotifications .txtReply, #tblMessageNotificationsList .txtReply {
        width: 80%;
        border: none;
        line-height: 26px;
        padding-left: 5px;
        display: none;
        font-size: 13px;
    }

    #tblMessageNotifications .divReply {
        width: 100%;
        margin-top: 8px;
    }

    #tblMessageNotifications .grey-check, #tblMessageNotificationsList .grey-check {
        color: #a6aaae;
    }

#tblMessageNotificationsList .btnGotItAll {
    margin-left: 10px;
}

div.toast-info .toast-close-button, div.toast-info .toast-close-button:hover {
    color: #333;
}

.conversation-show-more {
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #6f719c !important;
    display: block;
    text-align: center;
    width: 80%;
}

    .conversation-show-more:hover {
        color: #6f719c !important;
    }

.timeline-filtering-buttons {
    background-color: white !important;
}

.timeline-only-comments-buttons {
    background-color: #ffeac3 !important;
}

.timeline-highlighted-in-purple {
    background-color: #f3e8f3;
}

.button-icon {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
    padding: 0px;
}

ul.multiselect-container.dropdown-menu input {
    margin-right: 3px;
    margin-left: -30px;
}

.BodyStyle select {
    width: 120px;
}

.editable-inline-field {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .editable-inline-field[disabled] {
        background-color: transparent !important;
    }

.notification-calls button {
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.notification-calls-buyer-link {
    cursor: pointer;
    font-weight: bold;
}

.notification-calls-towing-company-link {
    cursor: pointer;
    font-weight: bold;
}

table.store-new-service-areas-table {
    font-size: 13px;
}

    table.store-new-service-areas-table > thead > tr > th {
        padding-left: 15px;
        padding-right: 15px;
        background-color: white !important;
        border-bottom: 1px solid #111 !important;
        vertical-align: middle !important;
        height: 50px !important;
    }

    table.store-new-service-areas-table input.amount {
        width: 83px;
    }

    table.store-new-service-areas-table td.bid-amount {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    table.store-new-service-areas-table a {
        font-weight: normal;
        color: #428bca !important;
        text-decoration: underline;
    }

    table.store-new-service-areas-table td.text-content {
        padding-left: 15px;
        padding-right: 15px;
    }

table.store-new-service-areas-table {
    font-size: 13px;
}

    table.store-new-service-areas-table > thead > tr > th {
        padding-left: 15px;
        padding-right: 15px;
        background-color: white !important;
        border-bottom: 1px solid #111 !important;
        vertical-align: middle !important;
        height: 50px !important;
    }

    table.store-new-service-areas-table input.amount {
        width: 83px;
    }

    table.store-new-service-areas-table td.bid-amount {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    table.store-new-service-areas-table a {
        font-weight: normal;
        color: #428bca !important;
        text-decoration: underline;
    }

    table.store-new-service-areas-table td.text-content {
        padding-left: 15px;
        padding-right: 15px;
    }
/*#endregion*/
#mdlPredefinedCommentsChooser .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.disabled-style {
    background-color: #EEE;
}

/*#region Table Report*/

.table-report > thead > tr > th {
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    font-size: 12px;
    font-weight: bold !important;
    background-color: white !important;
}

.table-report > tbody > tr > td {
    font-size: 12px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.table-qareport > tbody > tr > td {
    font-size: 12px;
    padding-top: 8px !important;
    padding-bottom: 6px !important;
    vertical-align: middle;
}

table.table-report thead .sorting {
    background: url(/images/sort_both.png) no-repeat center right;
}

table.table-report thead .sorting_asc {
    background: url(/images/sort_asc.png) no-repeat center right;
}

table.table-report thead .sorting_desc {
    background: url(/images/sort_desc.png) no-repeat center right;
}

table.table-report thead .sorting {
    background-position-y: 5px;
}

/*#endregion*/
#tblAffiliateOffersReport td {
    vertical-align: middle;
}

#tblAffiliateOffersReport .payment-date-save {
    position: absolute;
    right: 0;
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_ffffff_256x240.png);
}

#tblRuleDistributionsMainTable div > .table-sub-row {
    margin-right: -7px;
    padding-right: 7px;
    margin-left: -7px;
    padding-left: 7px;
    height: 23px;
}

    #tblRuleDistributionsMainTable div > .table-sub-row:nth-child(even),
    #tblRuleDistributionsMainTable div > .table-sub-row:nth-child(even) input {
        background-color: #f9f9f9;
    }

    #tblRuleDistributionsMainTable div > .table-sub-row:nth-child(odd),
    #tblRuleDistributionsMainTable div > .table-sub-row:nth-child(odd) input {
        background-color: white;
    }

#luisNotifications .blue-bubble {
    background-color: #C7EDFC;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 7px;
}

#luisNotifications .grey-bubble {
    background-color: #F0F4F8;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 7px;
}

.sey-container {
    z-index: 2000;
}

.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

    .columns-2 > *, .columns-3 > * {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

.scheduleWrapper {
    max-width: 530px;
}

@media (max-width: 767px) {
    .scheduleWrapper {
        max-width: 300px;
    }

    #mainNav {
        margin-bottom: 5px;
    }
}

.scheduleWrapper {
    padding-top: 15px;
}

    .scheduleWrapper label {
        padding-top: 6px;
    }

    .scheduleWrapper + .scheduleWrapper {
        border-top: 1px solid lightgray;
    }

    .scheduleWrapper .form-control {
        display: inline-block;
        width: auto;
    }

    .scheduleWrapper .hours {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .scheduleWrapper .table-row {
        padding: 0 0 10px 0;
    }

@media (max-width: 1300px) {
    .filterSpacing div,
    .filterSpacing span,
    .filterSpacing a,
    .filterSpacing label {
        margin-right: 20px;
        margin-top: 2px;
    }

    #mdlPredefinedCommentsChooser .modal-content {
        width: 100% !important;
        left: 0 !important;
    }

    #mdlPredefinedCommentsChooser .modal-body {
        margin-top: 10px !important;
        margin-left: 10px !important;
    }

    #mdlPredefinedCommentsChooser .modal-footer {
        margin-top: 0;
    }

    .PredefinedCommentsGroupTableTemplate {
        padding-right: 7px !important;
    }

    #divSendEmail .modal-dialog {
        max-width: 100%;
        padding-right: 20px;
        margin-left: 10px;
    }

    #divSendEmail .modal-body {
        margin-left: 10px;
        margin-right: 10px;
    }

    #divSendEmail .modal-footer {
        margin-top: 0;
    }

    .spinnerPredefinedComment {
        margin-bottom: 10px;
    }
}

.row-invalid {
    /*box-shadow: #ff9090 0px 0px 3px 2px;*/
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.clockedInTag {
    width: 8px;
    height: 8px;
    margin-bottom: 3px;
    content: url('/images/clockedIn.png');
}

.clockedOutTag {
    width: 8px;
    height: 8px;
    margin-bottom: 3px;
    content: url('/images/clockedOut.png');
}

.transparentTag {
    width: 8px;
    height: 8px;
    margin-bottom: 3px;
    content: url('/images/transparent.png');
}

.usFlagTag {
    margin-left: 5px;
    height: 15px;
    margin-bottom: 3px;
    content: url('/images/Flags/US-Flag.png');
}

.phFlagTag {
    margin-left: 5px;
    height: 15px;
    margin-bottom: 3px;
    content: url('/images/Flags/PH-Flag.png');
}

.call-pop-up-not-us {
    font-weight: bold;
    font-size: 16px;
}

.offerIdLink {
    color: black !important;
    font-weight: bold;
}

    .offerIdLink:hover {
        text-decoration: underline;
    }


.disabled-search-button, .search-button {
    width: 67px;
}

.search-button {
    background-color: #98D599;
    border-color: #98D599;
    color: black !important;
    font-weight: bold !important;
}

    .search-button:hover, .search-button:focus {
        background-color: #77ce78;
        border-color: #77ce78;
        color: black !important;
        font-weight: bold !important;
    }

.disabled-search-button {
    background-color: #d6d6d6 !important;
    border-color: #c5d2bf !important;
    color: #172b4d;
    font-weight: normal;
}

    .disabled-search-button:hover, .disabled-search-button:focus {
        background-color: #d6d6d6 !important;
        border-color: #c5d2bf !important;
        color: #172b4d;
        font-weight: normal;
    }

.red-button {
    background-color: #eccdcd !important;
    border: 1px solid #615e5e !important;
}

.task-popup-owner-selected {
    color: #2fa74f;
    text-decoration: underline;
    font-weight: bold;
}

.owner-label-margin {
    margin-top: 7px !important;
}

.owners-select-custom .multiselect-container > li.multiselect-group label {
    padding-left: 28px !important;
}

.custom-text {
    margin-top: 10px;
    display: none;
}

.branch-data {
    display: none;
    padding-right: 0;
}

    .branch-data .dataOfferPanelDispatchPhoneNumber, .branch-data .dataOfferPanelClaimId {
        margin-left: 5px;
    }

.div-buttons {
    margin-top: 10px;
}

.tag-title-button {
    float: right;
    background-color: #92d36e;
    padding: 1px 8px;
    font-size: 14px;
    vertical-align: top;
    height: 25px;
}

.send-email-button {
    margin-top: 10px;
}

.notification-message {
    float: right;
}


.assistant-panel-timeline-table-offer {
    max-width: 800px;
}

.assistant-panel-timeline-table {
    max-width: 700px;
}

    .assistant-panel-timeline-table td, .assistant-panel-timeline-table-offer td {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        line-height: 15px !important;
    }

    .assistant-panel-timeline-table th, td, .assistant-panel-timeline-table-offer th, td {
        padding: 5px 10px;
    }

    .assistant-panel-timeline-table thead, .assistant-panel-timeline-table tfoot, .assistant-panel-timeline-table-offer thead, .assistant-panel-timeline-table-offer tfoot {
        display: table;
        width: 100%;
    }

    .assistant-panel-timeline-table tbody, .assistant-panel-timeline-table-offer tbody {
        max-height: 400px;
        overflow: auto;
        overflow-x: hidden;
        display: block;
        width: 100%;
    }

        .assistant-panel-timeline-table tbody tr, .assistant-panel-timeline-table-offer tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

.assistant-panel-timeline-container {
    margin-top: 20px;
}

.call-history-timeline-div-icons {
    display: inline-block;
}

.call-history-timeline-td-icons {
    width: 95px;
    font-size: 14px;
}

.call-history-timeline-td-user {
    width: 70px;
}

.call-history-timeline-td-date {
    width: 150px;
}

/* TOOLTIP STYLES */
.tipsy {
    font-size: 13px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 300px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #FFF;
}

/* Rules to color arrows */
.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* END TOOLTIP STYLES */


.titles-message-call-popup {
    resize: none;
    width: 225px;
    margin-bottom: 5px;
}

.wz-button {
    padding: 3px 12px;
    line-height: 1.5;
}

.ack-icon {
    float: right;
    margin-right: -10px;
    margin-top: -7px;
}


.notification-message-custom-width {
    width: 90.5%;
}

.notification-message-got-it {
    float: right;
    padding-right: 15px;
}

.date-picker-only-icon {
    position: absolute;
    cursor: pointer !important;
    background-color: white;
    width: calc(100% - 30px);
    box-shadow: 0 0 black;
    z-index: 99999999;
    background-color: transparent !important;
    color: transparent;
}

    .date-picker-only-icon:hover {
        box-shadow: 0 0 black;
    }

.date-picker-container {
    margin-left: -20px;
}

.calendar-icon-error {
    color: red;
}

#TemporaryExpiration::selection {
    background: transparent;
    color: transparent;
}

#TemporaryExpiration::-moz-selection {
    background: transparent;
    color: transparent;
}

.title-header {
    font-family: "Poppins", Helvetica, sans-serif !important;
    color: #525975 !important;
}

.btn-no-shape, .btn-no-shape:active, .btn-no-shape:hover, .btn-no-shape:visited, .btn-no-shape:focus {
    background-color: white;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
    width: 10px;
    box-shadow: none;
    outline: initial;
}

.user-image-profile {
    width: 100%;
    max-width: 150px;
    height: auto;
    max-height: 200px;
    margin-bottom: 55px;
    border-radius: 50%;
}

.image-profile-box {
    background-color: #f1f2f7;
    position: absolute;
    z-index: 1000;
    border-radius: 3px;
    border: 2px solid #e5e6eb;
}

.dropzone {
    position: relative;
    height: 400px;
    border: 4px dashed #cecaca;
    border-radius: 4px;
    background-color: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
}

    .dropzone .msg {
        font-size: 26px;
        color: #c3c3c3;
        padding: 0 10px;
        align-self: end;
    }

    .dropzone .msg-small {
        font-size: 14px;
        font-weight: bold;
        color: #c3c3c3;
        padding: 0 10px;
    }

input.fileUpload {
    display: none;
}

.pop-up-custom-x {
    color: #464648;
    float: right;
    padding: 15px;
    margin-top: 12px;
}

.user-remove-icon-container {
    margin-left: 135px;
    margin-top: -203px;
    margin-bottom: 133px;
}

.popup-crop-title {
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.main-spinner {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.remove-spinner {
    margin-top: -160px;
    position: absolute;
    height: 60px;
    margin-left: 50px;
    content: url("../../images/medium-spinner.gif");
}

.upload-image-loading {
    margin-top: -420px;
    margin-left: 270px;
}

.img-container {
    height: 400px;
    width: 400px;
}

.cropper-point {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50% !important;
}

.point-n, .point-ne, .point-nw {
    top: -5px !important;
}

.point-sw, .point-s, .point-se {
    bottom: -5px !important;
}

.point-e, .point-se, .point-ne {
    right: -5px !important;
}

.point-w, .point-nw, .point-sw {
    left: -5px !important;
}

.cropper-view-box {
    border-radius: 50%;
    border: 1px solid #69f;
    outline: none !important;
}

.cropper-face, .cropper-move, .cropper-crop-box {
    border-radius: 50%;
}

.date-picker-birthday {
    border: 0px solid !important;
    padding-left: 30px;
    margin-top: -28px;
    width: 20px;
}

    .date-picker-birthday:focus {
        box-shadow: none;
    }

.offer-search-icon {
    height: 31px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #E6E9F499;
    border: 1px solid #EEEEEE;
    padding: 5px;
    cursor: pointer;
    position: relative;
    margin-left: -13px;
}

.offer-search-clean-icon {
    margin-top: 23px;
    margin-left: 5px;
    cursor: pointer;
    height: 10px;
    position: absolute;
}

.offer-search-modal .modal-dialog {
    top: 30px;
    right: -433px;
    width: 682px;
}

.offer-search-modal .modal-content {
    max-height: 684px;
    border-radius: 0;
    overflow: auto;
}

.offer-search-modal .modal-body {
    padding: 26px 30px 12px;
}

.offer-search-modal .close {
    margin-top: -18px;
    margin-right: -18px;
}

.offer-search-total-result span {
    font: normal normal bold 15px/23px Poppins;
    color: #333333;
    margin-left: 30px;
}

.offer-search-empty-result {
    margin-bottom: 10px;
    text-align: center;
}

    .offer-search-empty-result span {
        font: normal normal 600 15px/23px Poppins;
        color: #333333;
    }

.offer-search-container {
    margin-left: 19px;
    margin-right: 25px;
}

.offer-search-wrapper {
    display: inline-block;
    position: relative;
    margin-top: 13px;
}

    .offer-search-wrapper:after {
        content: '';
        width: 40px;
        height: 100%;
        left: 92%;
        border-radius: 50%;
        background: white;
        position: absolute;
        border-left: 10px solid #e7e7e7;
    }

    .offer-search-wrapper input {
        border: 0;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #E6E9F499;
        border: 1px solid #EEEEEE;
        width: 177px;
        height: 31px;
        text-align: left;
        letter-spacing: 0px;
        color: #707070;
        padding-left: 15px;
        border-radius: 20px;
        display: inline;
        font-size: 13px;
        font-family: 'Poppins';
    }

        .offer-search-wrapper input:focus {
            border-color: #EEEEEE;
            box-shadow: none;
        }

.opted-out-button {
    background-color: #deaa5b;
}

.user-edit.scheduleWrapper {
    max-width: 681px;
}

.multiple-days.scheduleWrapper {
    max-width: 600px;
}

.custom-offers-configuration-duplicate {
    outline: 1px solid red;
}

.task-popup-attn-option {
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
}

.user-predefined-comment-phone-label {
    padding-top: 7px;
    margin-left: -20px;
}

.table-special td.ip-restrictions-report-able-to-replace {
    border: 3px solid #66afe9 !important;
}

.reportHeader {
    background-color: #ededed;
    font-weight: bold;
}

.yellow-icon {
    color: #ECBB00;
}

.seniority-first-week {
    content: url('/images/Icons/1st_Week.svg');
}

.seniority-second-week {
    content: url('/images/Icons/2nd_Week.svg');
}

.seniority-third-week {
    content: url('/images/Icons/3rd_Week.svg');
}

.seniority-fourth-week {
    content: url('/images/Icons/4th_Week.svg');
}

.seniority-icon {
    width: 14px;
    margin-top: -2px;
}

.inactive-label {
    color: red;
}

.divEventReminderTemplate .card-title {
    font-family: "Poppins", Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.divEventReminderTemplate .card-title-reminder {
    color: red;
}

.divEventReminderTemplate hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.divEventReminderTemplate .eventDescription {
    font-family: "Roboto", "Poppins", Helvetica, sans-serif !important;
    font-size: 12px;
}

.divEventReminderTemplate .btnOpenOffer {
    background-color: #3F6CF1;
    border: 1px solid #2756E2;
    box-sizing: border-box;
    border-radius: 2px;
    width: 110px;
    margin-top: 5px;
}

.divEventReminderTemplate .btnRememberEvent {
    background-color: #F7F8FC;
    border: 1px solid #D8D9DC;
    box-sizing: border-box;
    border-radius: 2px;
    width: 110px;
    margin-top: 20px;
}

.divEventReminderTemplate .no-gutters {
    margin-top: 10px;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.radio-container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 12px;
}

.priority-high {
    background-color: #FCD4D6;
}

.priority-medium {
    background-color: #FFF1BF;
}

.priority-low {
    background-color: #BEF2CD;
}

#tblOfferProgress.table > tbody > tr > td {
    border-top: 2px solid #EAEDF5;
    vertical-align: middle;
    height: 30px;
}

#tblOfferProgress td {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 15px;
}

.timeline-offer-dot-green {
    height: 8px;
    width: 8px;
    background: #40C14F 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
    margin-left: -2px;
    margin-bottom: 0px;
}

.timeline-offer-dot-red {
    height: 8px;
    width: 8px;
    background: #EA3939 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
    margin-left: -2px;
    margin-bottom: 0px;
}

.timeline-offer-dot-yellow {
    height: 8px;
    width: 8px;
    background: #FFCA00 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
    margin-left: -2px;
    margin-bottom: 0px;
}

.timeline-offer-dot-blue {
    height: 8px;
    width: 8px;
    background: #259DEF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
    margin-left: -2px;
    margin-bottom: 0px;
}

.btn-blue {
    border: 1px solid #259def;
    color: #259def;
    background-color: transparent;
    border-radius: 3px;
}

    .btn-blue:hover {
        background-color: #259def;
        color: white;
    }

.HighlightedOfferInReport {
    background-color: #f9adad !important;
}

#tableTimeClock .time-clock-special-mark {
    display: none;
}

.error_hours_form_schedule {
    outline: 1px solid red !important;
}

.error_overlap_form_schedule {
    outline: 1px solid orange !important;
}

.form-2-legend-call-popup {
    margin-top: 15px;
    font-size: 14px;
    display: none;
}

    .form-2-legend-call-popup span {
        display: block;
        margin-bottom: 10px;
    }

.notification-with-offers {
    width: 510px !important;
}

.FixedOffer {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    color: #375591;
}

.SellerName {
    font-family: 'Poppins';
    font-weight: 550;
    font-size: 15px;
    color: #3C3B38;
}

.admin-span {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    padding-right: 0;
}

@media (min-width: 1700px) {
    .admin-span {
        font-size: 13px;
    }
}

.report-issue-span {
    display: inline-block;
    margin-bottom: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.team-lead-legend {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 13px;
    margin-left: 17px;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
}

.team-lead-initials {
    margin: 7px 0 0 12px;
    border: solid 1px #2D83FA;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

.team-lead-name {
    display: block;
    font-size: 12px;
    margin-left: 46px;
    margin-top: -28px;
}

.team-lead-work-email {
    top: 8px;
    font-size: 8px;
    font-weight: 600;
    color: #7E7E7E;
    display: block;
    margin-left: 46px;
}

.team-lead-section {
    display: block;
    font-family: Helvetica;
    border-top: 1px solid #D0D0D0;
    height: 74px;
}

.daterangepicker.dropdown-menu {
    z-index: 9999;
}

ul.nav.navbar-nav.navbar-right {
    display: flex;
}

ul.nav a i.fas {
    color: #259def;
    margin-right: 2px;
}