/* Minification failed. Returning unminified contents.
(9061,12): run-time error CSS1036: Expected expression, found ':'
 */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */ /*! normalize.css v2.1.0 | 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] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    margin: .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: .35em .625em .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) ")";
    }

    .ir a:after, 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;
    }

    .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: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, input, select[multiple], textarea {
        background-image: none;
    }

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        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: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}

@media(min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

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;
}

    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: #999;
    }

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

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;
}

h1 small, .h1 small {
    font-size: 24px;
}

h2 small, .h2 small {
    font-size: 18px;
}

h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

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;
    }

dl {
    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 #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small {
            text-align: right;
        }

            blockquote.pull-right small:before {
                content: '';
            }

            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
    }

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, pre {
    font-family: Monaco,Menlo,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: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre.prettyprint {
        margin-bottom: 20px;
    }

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border: 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;
    }

.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-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, .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, .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, .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 {
    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 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

@media(min-width:768px) {
    .container {
        max-width: 750px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 970px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

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 #ddd;
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .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 #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.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 #ddd;
}

    .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 #ddd;
    }

    .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-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}

@media(max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
            background-color: #fff;
        }

            .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 > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .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: #333;
    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;
    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 #333;
    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;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    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 .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
    }

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: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block, .has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block, .has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block, .has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.form-control-static {
    padding-top: 7px;
    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 .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 .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;
    }

@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;
    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 #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        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: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        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: #fff;
        border-color: #ccc;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        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-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        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-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        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-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        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-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        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-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: #999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.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 .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Content/Fonts/glyphicons-halflings-regular.eot');
    src: url('../Content/Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../Content/Fonts/glyphicons-halflings-regular.woff') format('woff'),url('../Content/Fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../Content/Fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}




.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-briefcase:before {
    content: "\1f4bc";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-pushpin:before {
    content: "\1f4cc";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-camera:before {
    content: "\1f4f7";
}

.glyphicon-lock:before {
    content: "\1f512";
}

.glyphicon-bell:before {
    content: "\1f514";
}

.glyphicon-bookmark:before {
    content: "\1f516";
}

.glyphicon-fire:before {
    content: "\1f525";
}

.glyphicon-wrench:before {
    content: "\1f527";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}

.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: #fff;
    border: 1px solid #ccc;
    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: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #428bca;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .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: #999;
}

.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 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-default .caret {
    border-top-color: #333;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #333;
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .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: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:before, .btn-toolbar:after {
    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: 5px 10px;
    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 .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        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 {
        display: table-cell;
        float: none;
        width: 1%;
    }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-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: 45px;
    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: 45px;
    line-height: 45px;
}

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;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    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 > .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: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        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 #ddd;
}

    .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: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            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 {
                text-align: center;
            }

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 5px;
    }

    .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: #fff;
        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 {
            text-align: center;
        }

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-justified > .active > a {
        border-bottom-color: #fff;
    }

.tabbable:before, .tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tabbable:before, .tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    z-index: 1000;
    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-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    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;
    border-width: 0 0 1px;
}

@media(min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 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;
    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;
            }
}

@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 .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-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-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e6e6e6;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

        .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555;
            border-bottom-color: #555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777;
        border-bottom-color: #777;
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            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: #555;
        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: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .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: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999;
        border-bottom-color: #999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            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: #fff;
        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: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.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: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999;
    }

.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: #fff;
            border: 1px solid #ddd;
        }

        .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: #eee;
        }

    .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: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.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: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .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: #999;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.label-default {
    background-color: #999;
}

    .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: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.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: #eee;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img {
        display: block;
        height: auto;
        max-width: 100%;
    }

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #428bca;
}

.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.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: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    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;
    color: #fff;
    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 .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-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-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.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: #fff;
    border: 1px solid #ddd;
}

    .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: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .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: #fff;
    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 {
    margin-bottom: 0;
}

.panel > .panel-body + .table {
    border-top: 1px solid #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    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 #ddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd;
    }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        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: #468847;
        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: #fbeed5;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #fbeed5;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #fbeed5;
    }

.panel-danger {
    border-color: #eed3d7;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eed3d7;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #eed3d7;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        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: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}*/

.modal-open {
    overflow: hidden;
}

    body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }

.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 .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -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: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .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 {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .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: .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: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    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: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    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: #fff;
    border: 1px solid #ccc;
    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: #999;
    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: #fff;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    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: #fff;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        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: .6s ease-in-out left;
        transition: .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: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
        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: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0,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-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
        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: -moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,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: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        display: inline-block;
    }

    .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;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    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;
}

.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;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs, td.visible-xs {
    display: none !important;
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    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;
    }

    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;
    }

    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 {
    display: none !important;
}

tr.visible-sm {
    display: none !important;
}

th.visible-sm, td.visible-sm {
    display: none !important;
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    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;
    }

    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;
    }

    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;
    }

    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 {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md, td.visible-md {
    display: none !important;
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    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;
    }

    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;
    }

    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;
    }

    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 {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg, td.visible-lg {
    display: none !important;
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    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;
    }

    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;
    }

    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;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important;
    }

    tr.hidden-xs {
        display: none !important;
    }

    th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }

    tr.hidden-xs.hidden-sm {
        display: none !important;
    }

    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 {
        display: none !important;
    }

    tr.hidden-xs.hidden-md {
        display: none !important;
    }

    th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xs.hidden-lg {
        display: none !important;
    }

    th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

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 {
        display: none !important;
    }

    tr.hidden-sm.hidden-xs {
        display: none !important;
    }

    th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }

    tr.hidden-sm {
        display: none !important;
    }

    th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }

    tr.hidden-sm.hidden-md {
        display: none !important;
    }

    th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }

    tr.hidden-sm.hidden-lg {
        display: none !important;
    }

    th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

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 {
        display: none !important;
    }

    tr.hidden-md.hidden-xs {
        display: none !important;
    }

    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 {
        display: none !important;
    }

    tr.hidden-md.hidden-sm {
        display: none !important;
    }

    th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }

    tr.hidden-md {
        display: none !important;
    }

    th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }

    tr.hidden-md.hidden-lg {
        display: none !important;
    }

    th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

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 {
        display: none !important;
    }

    tr.hidden-lg.hidden-xs {
        display: none !important;
    }

    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 {
        display: none !important;
    }

    tr.hidden-lg.hidden-sm {
        display: none !important;
    }

    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 {
        display: none !important;
    }

    tr.hidden-lg.hidden-md {
        display: none !important;
    }

    th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print, td.hidden-print {
        display: none !important;
    }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 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;
  color:#CB2D54;
  font-family:DosisMedium;
}

.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: #CF3157;
  border-color: #CB2D54;
}

.pagination > .disabled > span,
.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;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 22, 2015 */



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 3, 2015 */



@font-face {
    font-family: 'dosisbold';
    src: url('../fonts/dosis-bold-webfont.eot');
    src: url('../fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-bold-webfont.woff2') format('woff2'),
         url('../fonts/dosis-bold-webfont.woff') format('woff'),
         url('../fonts/dosis-bold-webfont.ttf') format('truetype'),
         url('../fonts/dosis-bold-webfont.svg#dosisbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dosisextrabold';
    src: url('../fonts/dosis-extrabold-webfont.eot');
    src: url('../fonts/dosis-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/dosis-extrabold-webfont.woff') format('woff'),
         url('../fonts/dosis-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/dosis-extrabold-webfont.svg#dosisextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dosisextralight';
    src: url('../fonts/dosis-extralight-webfont.eot');
    src: url('../fonts/dosis-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-extralight-webfont.woff2') format('woff2'),
         url('../fonts/dosis-extralight-webfont.woff') format('woff'),
         url('../fonts/dosis-extralight-webfont.ttf') format('truetype'),
         url('../fonts/dosis-extralight-webfont.svg#dosisextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dosislight';
    src: url('../fonts/dosis-light-webfont.eot');
    src: url('../fonts/dosis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-light-webfont.woff2') format('woff2'),
         url('../fonts/dosis-light-webfont.woff') format('woff'),
         url('../fonts/dosis-light-webfont.ttf') format('truetype'),
         url('../fonts/dosis-light-webfont.svg#dosislight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dosismedium';
    src: url('../fonts/dosis-medium-webfont.eot');
    src: url('../fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-medium-webfont.woff2') format('woff2'),
         url('../fonts/dosis-medium-webfont.woff') format('woff'),
         url('../fonts/dosis-medium-webfont.ttf') format('truetype'),
         url('../fonts/dosis-medium-webfont.svg#dosismedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dosisregular';
    src: url('../fonts/dosis-regular-webfont.eot');
    src: url('../fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-regular-webfont.woff2') format('woff2'),
         url('../fonts/dosis-regular-webfont.woff') format('woff'),
         url('../fonts/dosis-regular-webfont.ttf') format('truetype'),
         url('../fonts/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dosissemibold';
    src: url('fonts/dosis-semibold-webfont.eot');
    src: url('fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-semibold-webfont.woff2') format('woff2'),
         url('fonts/dosis-semibold-webfont.woff') format('woff'),
         url('fonts/dosis-semibold-webfont.ttf') format('truetype'),
         url('fonts/dosis-semibold-webfont.svg#dosissemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

body, html {
	/*background:#eef1f6;*/
	color:#7e7e7e;
	font-family:lato, sans-serif;
	margin:0;
	padding:0;
	width:100%;
	direction:ltr;
	line-height:20px;
	font-size:13px;
	overflow-x:hidden;
	overflow-y:auto
}
body {
	position:relative
}
a:focus {
	outline:0
}
#hoeapp-wrapper {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	
}
#hoe-header {
	margin:0;
	padding:0;
	width:100%;
	/*z-index:10;*/
	overflow:hidden;
	position:relative;
	
	height:80px;
	box-shadow: 0px 2px 2px rgba(1, 1, 1, 0.16);
}
.hoe-left-header {
	
	font-size:16px;
	font-weight:600;
	line-height:50px;
	height:80px;
	position:absolute;
	float:left;
	text-align:center;
	width:230px;
	z-index:999;
}
.hoe-left-header a {
	color:#FFF
}
.hoe-left-header a:focus, .hoe-left-header a:hover {
	color:#FFF;
	text-decoration:none
}
.hoe-left-header a i {
	color:#003c70;
	font-size:22px;
	position:relative;
	top:3px
}
.hoe-right-header {
	line-height:50px;
	z-index:101;
	margin-left:0px;
	position:relative;
	height: 80px;
	padding-top: 10px;
}
.hoe-right-header ul {
	display:inline-block;
	/*margin:0;*/
	padding:0
}
.hoe-right-header li {
	display:inline;
	float:left
}
.hoe-right-header li a {
	color:#7e7e7e;
	padding:0px 15px; /*17px 15px*/
}
/*.hoe-right-header li a:focus, .hoe-right-header li a:hover {
	background:#efefef;
	text-decoration:none
}*/
.hoe-right-header a i {
	color:#7e7e7e;
	font-size:14px
}
.right-navbar {
	float:right
}
.right-navbar li a i {
	font-size:14px
}
.left-navbar li:first-child {
	padding-left:50px
}
.right-navbar a img {
	height:40px;
	margin-top:-3px;
	width:41px
}
.theme-config a {
	border-left:1px solid #efefef
}
.hoe-sidebar-toggle a:after {
	background:0 0;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:4px;
	content:"\f0c9";
	font-family:FontAwesome;
	font-size:24px;
	line-height: 24px;
	padding:2px 5px;
	position:absolute;
	color:#fff;
	z-index:1000;
	margin: 0px 0 15px;
	right: 11px;
	top: 17px;
}
.hoe-sidebar-toggle a:hover:after {
	border:1px solid rgba(255,255,255,0.2);
	color:#CCC;
}
.hoe-left-header>.hoe-sidebar-toggle>a {
	display:inline-block;
}
#hoe-header .hoe-left-header[hoe-position-type=relative] {
	position:relative
}
#hoe-header .hoe-left-header[hoe-position-type=absolute] {
	position:absolute
}
#hoe-header .hoe-left-header[hoe-position-type=fixed] {
	position:fixed
}
#hoe-header .hoe-right-header[hoe-position-type=relative] {
	position:relative
}
#hoe-header .hoe-right-header[hoe-position-type=absolute] {
	position:absolute
}
#hoe-header .hoe-right-header[hoe-position-type=fixed] {
	padding-right:230px;
	position:fixed;
	width:100%
}
#hoe-header.hoe-minimized-lpanel>.hoe-right-header[hoe-position-type=fixed] {
	margin-left:50px;
	padding-right:50px
}
#hoe-header.hoe-minimized-lpanel>.hoe-left-header {
	width:70px
}
#hoe-header.hoe-minimized-lpanel>.hoe-left-header>a>span {
	display:none
}
#hoe-header.hoe-minimized-lpanel>.hoe-right-header {
	margin-left:50px;
	padding-right:0
}
#hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=relative] {
	margin-left:0px;
	padding-right:0;
	
}
#hoe-header[hoe-lpanel-effect=shrink].hoe-minimized-lpanel .hoe-right-header[hoe-position-type=relative] {
	margin-left:0px;
	padding-right:0;
	
}
#hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=fixed] {
	padding-right:230px;
	margin-left:230px
}
#hoe-header[hoe-lpanel-effect=shrink].hoe-minimized-lpanel .hoe-right-header[hoe-position-type=fixed] {
	padding-right:50px;
	margin-left:50px
}
#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=relative] .hoe-sidebar-toggle a:after, #hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=relative] .hoe-sidebar-toggle a:after,  #hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=relative] .logo {
	margin-left:250px
}
.hoe-minimized-lpanel .logo{margin-left:90px !important}
#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=fixed] .hoe-sidebar-toggle a:after, #hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=fixed] .hoe-sidebar-toggle a:after {
	left:0
}
#hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=fixed] {
	margin-left:0;
	padding-right:0
}
#hoe-header[hoe-lpanel-effect=overlay].hoe-minimized-lpanel .hoe-right-header[hoe-position-type=fixed] {
	margin-left:50px;
	padding-right:50px
}
#hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=relative] {
	margin-left:0
}
#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=relative] {
	margin-left:50px
}
#hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=relative] .hoe-sidebar-toggle a:after {
	margin-left:230px
}
#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=relative] .hoe-sidebar-toggle a:after {
	margin-left:0
}
#hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=fixed] .hoe-sidebar-toggle a:after {
	margin-left:230px
}
#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=fixed] .hoe-sidebar-toggle a:after {
	margin-left:0
}
#hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=fixed] {
	margin-left:230px;
	margin-right:-230px;
	padding-right:0
}
#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=fixed] {
	margin-left:50px;
	margin-right:0;
	padding-right:50px
}
#hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=relative] {
	margin-left:230px;
	margin-right:-230px
}
#hoe-header[hoe-lpanel-effect=push].hoe-minimized-lpanel .hoe-right-header[hoe-position-type=relative] {
	margin-left:50px;
	margin-right:0
}
#hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=relative] .hoe-sidebar-toggle a:after, #hoe-header.hoe-minimized-lpanel[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=fixed] .hoe-sidebar-toggle a:after, #hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=relative] .hoe-sidebar-toggle a:after, #hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=fixed] .hoe-sidebar-toggle a:after {
	margin-left:0
}
#hoeapp-container {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	clear:both
}
#hoe-left-panel {
	
	color:#7e7e7e;
	width:230px;
	top:0;
	position:absolute;
	float:left;
	min-height:100%;
	z-index:100;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoe-left-panel .profile-box {
	border-bottom:1px solid #efefef;
	min-height:50px;
	padding:5px 15px;
	position:relative
}
#hoe-left-panel .profile-box .media a img {
	width:40px;
	height:40px
}
#hoe-left-panel .profile-box .media {
	position:relative;
	text-align:center;
	
}
.media-inn .media-body{ display:block;}
.right-navbar .media-inn1{ margin-top:4px;margin-right: 25px; }
.media .media-body1{ display:inline-block;}
.media .media-body1 .media-heading{ margin-right:5px;    /*margin-top: 17px;*/}
.media-inn .media-heading{ margin-top:10px;}
#hoe-left-panel .profile-box .media a {
	margin-top:2px
}
#hoe-left-panel .profile-box .media a>img {
	border:1px solid #efefef
}
#hoe-left-panel ul {
	/*margin:0;*/
	padding:0
}
#hoe-left-panel .nav-level {
	padding:5px 15px;
	border-top:1px solid #efefef;
	font-weight:700
}
#hoe-left-panel .nav-level:first-child {
	border-top:0 solid #efefef
}
#hoe-left-panel .panel-list>li>a {
	background:#FFF;
	border-top:1px solid #efefef;
	color:#7e7e7e;
	display:block;
	font-size:15px;
	font-weight:500;
	padding:10px;
	position:relative
}
#hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #efefef
}
#hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #efefef
}
#hoe-left-panel .panel-list>li>a:focus, #hoe-left-panel .panel-list>li>a:hover {
	color:#000;
	background:#f1f1f1
}
#hoe-left-panel .panel-list>li.active>a {
	background:#f1f1f1;
	border-top:1px solid #efefef;
	color:#000
}
#hoe-left-panel .panel-list>li>a>i {
	display:inline;
	font-size:18px;
	padding-right:10px
}
#hoe-left-panel .panel-list>li>a span.menu-text {
	display:inline-block
}
#hoe-left-panel .panel-list>li.hoe-has-menu>a:after {
	font-family:FontAwesome;
	content:"\f107";
	font-size:15px;
	position:relative;
	float:right
}
#hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#f1f1f1;
	color:#000
}
#hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:after {
	font-family:FontAwesome;
	content:"\f106"!important;
	font-size:15px;
	float:right;
	position:relative
}
#hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu>a:after {
	font-family:FontAwesome;
	content:"\f103";
	font-size:15px;
	position:relative;
	float:right
}
#hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu.opened>a:after {
	font-family:FontAwesome;
	content:"\f102";
	font-size:15px;
	position:relative;
	float:right
}
#hoe-left-panel .panel-list ul {
	background:#fafafa;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:0 0;
	border-top:1px solid #efefef;
	color:#7e7e7e;
	display:block;
	font-size:15px;
	font-weight:500;
	padding:10px 10px 10px 20px;
	position:relative
}
#hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu {
	display:none
}
#hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	text-decoration:none;
	color:#000;
	background:#f1f1f1
}
#hoe-left-panel .panel-list>li.hoe-has-menu>ul ul {
	display:none
}
#hoe-left-panel .panel-list>li.hoe-has-menu.active>ul, #hoe-left-panel .panel-list>li.hoe-has-menu.active>ul>li.hoe-has-menu.active>ul, #hoe-left-panel .panel-list>li.hoe-has-menu.active>ul>li.hoe-has-menu.active>ul>li.hoe-has-menu.active>ul {
	display:block
}
#hoe-left-panel .panel-list>li.hoe-has-menu>ul>li>a span.menu-text {
	padding-left:15px;
	position:relative
}
#hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu>ul.hoe-sub-menu, #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu {
	list-style:none none
}
#hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>a span.menu-text {
	padding-left:25px;
	position:relative
}
#hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>ul>li>a span.menu-text {
	padding-left:35px;
	position:relative
}
#hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>ul>li>ul>li>a span.menu-text {
	padding-left:40px;
	position:relative
}
/*#hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before {
	font-family:FontAwesome;
	content:"\f0da";
	font-size:14px;
	position:relative;
	float:left;
	left:4px
}*/
#hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before {
	font-family:FontAwesome;
	content:"\f0da";
	font-size:14px;
	position:relative;
	float:left;
	left:18px
}
#hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before {
	font-family:FontAwesome;
	content:"\f0da";
	font-size:12px;
	position:relative;
	float:left;
	left:30px
}
#hoe-left-panel .panel-list li.active>a .selected {
	border-bottom:7px solid transparent;
	border-right:7px solid #7e7e7e;
	border-top:7px solid transparent;
	display:inline-block;
	height:0;
	position:absolute;
	right:0;
	top:13px;
	vertical-align:middle;
	width:0
}
#hoe-left-panel .panel-list li.hoe-has-menu.active>a .selected {
	display:none
}
#hoe-left-panel .panel-list li a .label {
	border-radius:.25em;
	color:#7e7e7e;
	display:inline;
	font-size:75%;
	font-weight:700;
	line-height:1;
	padding:4px 3px;
	position:absolute;
	right:10px;
	text-align:center;
	vertical-align:baseline;
	white-space:nowrap
}
.sul {
	background-color:#ebebeb
}
#hoe-left-panel[hoe-position-type=relative] {
	position:relative
}
#hoe-left-panel[hoe-position-type=absolute] {
	/*position:absolute*/
}
#hoe-left-panel[hoe-position-type=fixed] {
	position:fixed;
	top:50px
}
.hoe-minimized-lpanel #hoe-left-panel {
	width:70px
}
.hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0 solid #efefef
}
.hoe-minimized-lpanel #hoe-left-panel .media-body {
	display:none
}
.hoe-minimized-lpanel #hoe-left-panel .profile-box {
	padding:5px
}
.hoe-minimized-lpanel #hoe-left-panel .nav-level, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>a:after, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li>a span.menu-text {
	display:none
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li>a>i {
	display:inline;
	font-size:21px;
	padding-left:13px;
	padding-right:6px
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li:focus>a, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:hover>a {
	display:block;
	position:relative;
	/*width:230px;*/
    width:249.3px;
	margin-bottom:-1px;
	border-radius:0 4px 4px 0
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#f1f1f1
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li:focus>a span.menu-text, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:hover>a span.menu-text {
	display:inline-block;
	position:absolute;
	left:52px
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list ul.hoe-sub-menu li {
	list-style:none
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu {
	display:none!important;
	position:absolute;
	left:70px;
	width:180px
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	display:block!important;
	border-right:1px solid #efefef;
	width:180px;
	left:70px
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu ul.hoe-sub-menu {
	display:none!important;
	position:absolute;
	width:180px;
	left:0
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu ul.hoe-sub-menu, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu ul.hoe-sub-menu {
	display:none!important;
	left:0
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu:focus>ul.hoe-sub-menu, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu:hover>ul.hoe-sub-menu, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu:focus>ul.hoe-sub-menu, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	display:block!important;
	position:relative;
	left:0
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu>a:after {
	font-family:FontAwesome;
	content:"\f103";
	font-size:15px;
	position:relative;
	float:right;
	display:block
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu:focus>a:after, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu:hover>a:after {
	font-family:FontAwesome;
	content:"\f102";
	font-size:15px;
	position:relative;
	float:right;
	display:block
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li.hoe-has-menu.active>li.active a .selected {
	display:block
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.active:focus>a .selected, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.active:hover>a .selected {
	display:none
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu li>a span.menu-text {
	padding-left:15px;
	position:relative
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before, .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before {
	left:4px
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li .label {
	display:none
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li:hover a .label {
	display:block;
	position:absolute;
	right:5px;
	top:10px
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#f1f1f1;
	color:#000
}
/*#main-content {
	margin-left:230px;
	position:relative
}*/
.content-title {
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	padding:10px 20px
}
.content-title .main-title {
	font-size:20px;
	font-weight:300;
	margin:0
}
.inner-content {
	padding:20px
}
.theme-panel .panel-heading {
	border-bottom:1px solid #e3e3e3;
	text-align:center
}
.theme-panel .panel-heading .panel-title {
	font-size:18px
}
.feature-box {
	background-color:#fff;
	border:1px solid #e3e3e3;
	border-radius:3px;
	margin-bottom:15px;
	min-height:20px;
	padding:19px;
	text-align:center
}
.feature-box:hover {
	background-color:#101525;
	border:1px solid #e3e3e3;
	color:#959fae
}
.feature-icon i {
	font-size:50px
}
.feature-box .h4, .feature-box .h5, .feature-box .h6, .feature-box h4, .feature-box h5, .feature-box h6 {
	margin-bottom:2px;
	margin-top:2px;
	font-size:16px
}
.hoe-minimized-lpanel #main-content {
	margin-left:50px
}
#hoeapp-container[hoe-lpanel-effect=shrink] #main-content {
	margin-left:230px
}
#hoeapp-container[hoe-lpanel-effect=shrink].hoe-minimized-lpanel #main-content, #hoeapp-container[hoe-lpanel-effect=overlay] #main-content, #hoeapp-container[hoe-lpanel-effect=overlay].hoe-minimized-lpanel #main-content{
	margin-left:70px
}
#hoeapp-container[hoe-lpanel-effect=push] #main-content {
	margin-left:230px;
	margin-right:-230px
}
#hoeapp-container[hoe-lpanel-effect=push].hoe-minimized-lpanel #main-content {
	margin-left:50px;
	margin-right:0
}
#right-panel {
	background:#1c2334;
	color:#959fae;
	height:100%;
	width:230px;
	right:0;
	display:none;
	top:0;
	position:absolute
}
.showrpanel #right-panel {
	display:block
}
#right-panel[hoe-position-type=relative] {
	position:relative
}
#right-panel[hoe-position-type=absolute] {
	position:absolute
}
#right-panel[hoe-position-type=fixed] {
	position:fixed;
	top:50px
}
#footer {
	background:#FFF;
	bottom:0;
	height:50px;
	margin-left:230px;
	line-height:50px;
	padding-left:5px;
	padding-right:235px;
	position:relative;
	width:100%;
	border-top:1px solid #CCC
}
#footer[hoe-position-type=relative] {
	position:relative
}
#footer[hoe-position-type=absolute] {
	position:absolute
}
#footer[hoe-position-type=fixed] {
	position:fixed
}
.hoe-minimized-lpanel #footer {
	margin-left:50px;
	padding-right:55px
}
#hoeapp-container[hoe-lpanel-effect=shrink] #footer[hoe-position-type=relative] {
	margin-left:230px;
	padding-left:20px;
	padding-right:250px
}
#hoeapp-container[hoe-lpanel-effect=shrink].hoe-minimized-lpanel #footer[hoe-position-type=relative] {
	margin-left:50px;
	padding-right:60px;
	padding-left:20px
}
#hoeapp-container[hoe-lpanel-effect=shrink] #footer[hoe-position-type=fixed] {
	margin-left:230px;
	padding-left:20px;
	padding-right:250px
}
#hoeapp-container[hoe-lpanel-effect=shrink].hoe-minimized-lpanel #footer[hoe-position-type=fixed] {
	margin-left:50px;
	padding-right:60px;
	padding-left:20px
}
#hoeapp-container[hoe-lpanel-effect=overlay] #footer[hoe-position-type=relative], #hoeapp-container[hoe-lpanel-effect=overlay] #footer[hoe-position-type=fixed], #hoeapp-container[hoe-lpanel-effect=overlay].hoe-minimized-lpanel #footer[hoe-position-type=relative], #hoeapp-container[hoe-lpanel-effect=overlay].hoe-minimized-lpanel #footer[hoe-position-type=fixed] {
	margin-left:50px;
	padding-left:20px;
	padding-right:70px
}
#hoeapp-container[hoe-lpanel-effect=push] #footer[hoe-position-type=relative] {
	margin-left:230px;
	padding-left:20px;
	margin-right:-230px;
	padding-right:0
}
#hoeapp-container[hoe-lpanel-effect=push].hoe-minimized-lpanel #footer[hoe-position-type=relative] {
	margin-left:50px;
	padding-left:20px;
	margin-right:-50px;
	padding-right:70px
}
#hoeapp-container[hoe-lpanel-effect=push] #footer[hoe-position-type=fixed] {
	margin-left:230px;
	padding-left:20px;
	margin-right:-230px;
	padding-right:0
}
#hoeapp-container[hoe-lpanel-effect=push].hoe-minimized-lpanel #footer[hoe-position-type=fixed] {
	margin-left:50px;
	padding-left:20px;
	margin-right:-50px;
	padding-right:70px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header {
	position:none;
	height:150px
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-left-header {
	width:100%;
	float:none
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-left-panel[hoe-position-type=fixed] {
	top:100px
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-right-header {
	width:100%;
	padding-left:0!important;
	position:relative;
	z-index:999;
	top:80px
}
#hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoe-left-panel {
	display:none
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-right-header, #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel .hoe-right-header {
	margin-left:0
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-right-header li a {
	padding:17px 13px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-left-panel {
	display:block;
	z-index:1024
}
#hoeapp-wrapper[hoe-device-type=phone] #main-content {
	margin-left:0
}
#hoeapp-wrapper[hoe-device-type=phone] #footer {
	margin-left:0;
	padding-left:20px;
	padding-right:20px
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-right-header .left-navbar li:first-child {
	padding-left:5px
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-left-header>.hoe-sidebar-toggle>a {
	display:block
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header>.hoe-right-header .hoe-sidebar-toggle a:after, #hoeapp-wrapper[hoe-device-type=desktop] .hoe-left-header .hoe-sidebar-toggle a:after, #hoeapp-wrapper[hoe-device-type=tablet] .hoe-left-header .hoe-sidebar-toggle a:after {
	display:inline-block!important
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-left-header .hoe-sidebar-toggle a:after {
	background: transparent none repeat scroll 0px 0px;

border-radius: 4px;
content: "";
font-family: FontAwesome;
font-size: 24px;
line-height: 24px;
padding: 2px 5px;
position: absolute;

z-index: 1000;
margin: 0px 0px 15px;
right: 11px;
top: 17px;
}
#hoeapp-wrapper.hoe-hide-lpanel[hoe-device-type=phone] .hoe-left-header .hoe-sidebar-toggle a:after {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
}
#hoeapp-wrapper[hoe-device-type=phone] .hoe-left-header .hoe-sidebar-toggle a:after {
    border: 1px solid rgba(255,255, 255, 0.5);
    color: #fff;
}
#hoeapp-wrapper[hoe-device-type=phone] #styleSelector {
	top:184px
}
#hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=shrink] #footer[hoe-position-type=relative] {
	margin-left:0;
	padding-left:20px;
	padding-right:20px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=shrink] #footer[hoe-position-type=relative] {
	margin-left:230px;
	padding-left:20px;
	padding-right:250px
}
#hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=overlay] #footer[hoe-position-type=relative] {
	margin-left:0;
	padding-right:20px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=overlay] #footer[hoe-position-type=relative], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=push] #footer[hoe-position-type=relative] {
	margin-left:0;
	padding-left:20px;
	padding-right:20px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=push] #footer[hoe-position-type=relative] {
	margin-left:230px;
	padding-left:20px;
	padding-right:20px;
	margin-right:230px
}
#hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=shrink] #footer[hoe-position-type=fixed] {
	margin-left:0;
	padding-left:20px;
	padding-right:20px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=shrink] #footer[hoe-position-type=fixed] {
	margin-left:230px;
	padding-left:20px;
	padding-right:250px
}
#hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=overlay] #footer[hoe-position-type=fixed] {
	margin-left:0;
	padding-right:20px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=overlay] #footer[hoe-position-type=fixed], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=push] #footer[hoe-position-type=fixed] {
	margin-left:0;
	padding-left:20px;
	padding-right:20px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=push] #footer[hoe-position-type=fixed] {
	margin-left:230px;
	padding-left:20px;
	padding-right:20px;
	margin-right:230px
}
#hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=shrink] #main-content {
	margin-left:0
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=shrink] #main-content {
	margin-left:230px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=overlay] #main-content, #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=overlay] #main-content {
	margin-left:0
}
#hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoeapp-container[hoe-lpanel-effect=push] #main-content {
	margin-left:0;
	margin-right:0
}
#hoeapp-wrapper[hoe-device-type=phone] #hoeapp-container[hoe-lpanel-effect=push] #main-content {
	margin-left:230px;
	margin-right:-230px
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=relative], #hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=fixed], #hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=fixed], #hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=relative], #hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=fixed], #hoeapp-wrapper[hoe-device-type=phone]#hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=relative], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=relative], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect=shrink] .hoe-right-header[hoe-position-type=fixed], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=relative], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect=overlay] .hoe-right-header[hoe-position-type=fixed], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=relative], #hoeapp-wrapper[hoe-device-type=phone].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect=push] .hoe-right-header[hoe-position-type=fixed] {
	margin-left:0;
	padding-right:0
}
#styleSelector {
	border:1px solid #e9e9e9;
	background:#FFF;
	position:absolute;
	margin:0;
	padding:0;
	width:230px;
	top:133px;
	right:-230px;
	z-index:9999;
	height:520px;
	-webkit-transition:.5s;
	transition:.5s
}
#styleSelector.open {
	background:#FFF;
	right:0;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
.selector-toggle {
	position:relative
}
.selector-toggle>a {
	border:1px solid #e9e9e9;
	border-right:0;
	position:absolute;
	top:-1px;
	left:-35px;
	width:35px;
	height:36px;
	display:block;
	cursor:pointer;
	text-align:center;
	border-radius:4px 0 0 4px;
	background:#FFF;
	color:#9c9c9c;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
.selector-toggle>a:before {
	font-family:FontAwesome;
	content:"\f100";
	font-size:22px;
	position:relative;
	float:left;
	left:13px;
	line-height:35px
}
.open .selector-toggle>a:before {
	font-family:FontAwesome;
	content:"\f101";
	font-size:22px;
	position:relative;
	float:left;
	left:13px;
	line-height:35px
}
#styleSelector ul {
	border:0;
	margin:0;
	padding:0;
	width:100%
}
#styleSelector ul li {
	border-bottom:0 solid #e9e9e9;
	display:block;
	margin:0;
	padding:0 5px 5px;
	text-align:left;
	width:100%
}
#styleSelector ul li p.selector-title {
	border-bottom:1px solid #e9e9e9;
	color:#9c9c9c;
	font-size:14px;
	margin:0;
	padding:6px;
	text-align:center
}
#styleSelector>ul>li>.sub-title {
	color:#9c9c9c;
	font-size:13px;
	line-height:30px;
	margin:0;
	padding:6px 2px;
	position:relative;
	text-align:center
}
.leftpanel-effect>.checkbox, .leftpanel-effect>.radio {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	padding:0 10px;
	position:relative
}
#styleSelector li {
	padding:5px
}
.theme-option select {
	background-color:#eaeaea;
	border:1px solid #ccc;
	border-radius:2px;
	padding:3px 10px
}
@-moz-document url-prefix() {
.theme-option select {
background-color:#eaeaea;
border:1px solid #ccc;
border-radius:2px;
display:inline-block;
font:inherit;
line-height:1.5em;
padding:3px 10px;
margin:0;
box-sizing:border-box;
-webkit-appearance:none;
-moz-appearance:none
}
.theme-option select.minimal {
background-image:-webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(315deg, gray 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
background-image:linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
background-position:calc(100% - 18px) calc(1em + -1px), calc(100% - 13px) calc(1em + -1px), calc(100% - 2.5em) 4px;
background-size:5px 5px, 5px 5px, 1px 1.5em;
background-repeat:no-repeat
}
.theme-option select.minimal:active, .theme-option select.minimal:focus {
background-image:-webkit-linear-gradient(45deg, gray 50%, transparent 50%), -webkit-linear-gradient(315deg, transparent 50%, gray 50%), -webkit-linear-gradient(left, gray, gray);
background-image:linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, gray, gray);
background-position:calc(100% - 15px) 13px, calc(100% - 20px) 13px, calc(100% - 2.5em) .3em;
background-size:5px 5px, 5px 5px, 1px 1.5em;
background-repeat:no-repeat;
border-color:#66afe9;
outline:0
}
}
#theme-color {
	padding:0 10px;
	width:100%
}
#theme-color a {
	border-radius:50%;
	cursor:pointer;
	display:inline-block;
	height:18px;
	width:18px;
	margin:0;
	box-shadow:0 0 0 1px rgba(0,0,0,.1)
}
#theme-color a:focus, #theme-color a:hover {
	text-decoration:none
}
#theme-color a[hoe-color-type=header-bg1] {
	background:#70ca63
}
#theme-color a[hoe-color-type=header-bg2] {
	background:#3498DB
}
#theme-color a[hoe-color-type=header-bg3] {
	background:#485BBD
}
#theme-color a[hoe-color-type=header-bg4] {
	background:#e7604a
}
#theme-color a[hoe-color-type=header-bg5] {
	background:#333843
}
#theme-color a[hoe-color-type=header-bg6] {
	background:#624e89
}
#theme-color a[hoe-color-type=header-bg7] {
	background:#FFF
}
#theme-color a[hoe-color-type=header-bg8] {
	background:#384b5f
}
#theme-color a[hoe-color-type=header-bg9] {
	background:#578ebe
}
#theme-color a[hoe-color-type=logo-bg1] {
	background:#70ca63
}
#theme-color a[hoe-color-type=logo-bg2] {
	background:#3498DB
}
#theme-color a[hoe-color-type=logo-bg3] {
	background:#485BBD
}
#theme-color a[hoe-color-type=logo-bg4] {
	background:#e7604a
}
#theme-color a[hoe-color-type=logo-bg5] {
	background:#1f1e29
}
#theme-color a[hoe-color-type=logo-bg6] {
	background:#624e89
}
#theme-color a[hoe-color-type=logo-bg7] {
	background:#FFF
}
#theme-color a[hoe-color-type=logo-bg8] {
	background:#2c3e50
}
#theme-color a[hoe-color-type=logo-bg9] {
	background:#4884b8
}
#theme-color a[hoe-color-type=lpanel-bg1] {
	background:#70ca63
}
#theme-color a[hoe-color-type=lpanel-bg2] {
	background:#3498DB
}
#theme-color a[hoe-color-type=lpanel-bg3] {
	background:#485BBD
}
#theme-color a[hoe-color-type=lpanel-bg4] {
	background:#e7604a
}
#theme-color a[hoe-color-type=lpanel-bg5] {
	background:#272634
}
#theme-color a[hoe-color-type=lpanel-bg6] {
	background:#624e89
}
#theme-color a[hoe-color-type=lpanel-bg7] {
	background:#FFF
}
#theme-color a[hoe-color-type=lpanel-bg8] {
	background:#384b5f
}
#theme-color a[hoe-color-type=lpanel-bg9] {
	background:#578ebe
}
#hoe-header[hoe-color-type=logo-bg1] .hoe-left-header {
	background:#62bc55
}
#hoe-header[hoe-color-type=logo-bg1] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg1] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg1] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg1] .hoe-left-header a i {
	color:#18720b
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg1] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#18720b;
	border:0 solid #18720b
}
#hoe-header[hoe-color-type=logo-bg2] .hoe-left-header {
	background:#278bce
}
#hoe-header[hoe-color-type=logo-bg2] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg2] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg2] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg2] .hoe-left-header a i {
	color:#00498c
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg2] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#00498c;
	border:0 solid #00498c
}
#hoe-header[hoe-color-type=logo-bg3] .hoe-left-header {
	background:#3c4fb1
}
#hoe-header[hoe-color-type=logo-bg3] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg3] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg3] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg3] .hoe-left-header a i {
	color:#021577
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg3] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#021577;
	border:0 solid #021577
}
#hoe-header[hoe-color-type=logo-bg4] .hoe-left-header {
	background:#d95944
}
#hoe-header[hoe-color-type=logo-bg4] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg4] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg4] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg4] .hoe-left-header a i {
	color:#b02913
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg4] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#b02913;
	border:0 solid #b02913
}
#hoe-header[hoe-color-type=logo-bg5] .hoe-left-header {
	background:#1f1e29
}
#hoe-header[hoe-color-type=logo-bg5] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg5] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg5] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg5] .hoe-left-header a i {
	color:#fff
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg5] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#fff;
	border:0 solid #fff
}
#hoe-header[hoe-color-type=logo-bg6] .hoe-left-header {
	background:#554378
}
#hoe-header[hoe-color-type=logo-bg6] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg6] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg6] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg6] .hoe-left-header a i {
	color:#382a5f
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg6] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#382a5f;
	border:0 solid #382a5f
}
#hoe-header[hoe-color-type=logo-bg7] .hoe-left-header {
	background:#FFF
}
#hoe-header[hoe-color-type=logo-bg7] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg7] .hoe-left-header a i, #hoe-header[hoe-color-type=logo-bg7] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg7] .hoe-left-header a:hover {
	color:#3e3e3e
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg7] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#3e3e3e;
	border:0 solid #3e3e3e
}
#hoe-header[hoe-color-type=logo-bg8] .hoe-left-header {
	background:#2c3e50
}
#hoe-header[hoe-color-type=logo-bg8] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg8] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg8] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg8] .hoe-left-header a i {
	color:#fff
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg8] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#fff;
	border:0 solid #fff
}
#hoe-header[hoe-color-type=logo-bg9] .hoe-left-header {
	background:#4884b8
}
#hoe-header[hoe-color-type=logo-bg9] .hoe-left-header a, #hoe-header[hoe-color-type=logo-bg9] .hoe-left-header a:focus, #hoe-header[hoe-color-type=logo-bg9] .hoe-left-header a:hover {
	color:#FFF
}
#hoe-header[hoe-color-type=logo-bg9] .hoe-left-header a i {
	color:#185b96
}
#hoeapp-wrapper[hoe-device-type=phone] #hoe-header[hoe-color-type=logo-bg9] .hoe-left-header .hoe-sidebar-toggle a:after {
	color:#185b96;
	border:0 solid #185b96
}
.hoe-right-header[hoe-color-type=header-bg1] {
	background:#70ca63
}
.hoe-right-header[hoe-color-type=header-bg1] a i {
	color:#18720b
}
.hoe-right-header[hoe-color-type=header-bg1] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg1] .hoe-sidebar-toggle a:after {
	border:0 solid #96cd69;
	color:#18720b
}
.hoe-right-header[hoe-color-type=header-bg1] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg1] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg1] li a:focus, .hoe-right-header[hoe-color-type=header-bg1] li a:hover {
	background:#62bc55
}
.hoe-right-header[hoe-color-type=header-bg1] .theme-config a {
	border-left:1px solid #96cd69
}
.hoe-right-header[hoe-color-type=header-bg2] {
	background:#3498db
}
.hoe-right-header[hoe-color-type=header-bg2] a i {
	color:#00498c
}
.hoe-right-header[hoe-color-type=header-bg2] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg2] .hoe-sidebar-toggle a:after {
	border:0 solid #3ea2e5;
	color:#00498c
}
.hoe-right-header[hoe-color-type=header-bg2] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg2] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg2] li a:focus, .hoe-right-header[hoe-color-type=header-bg2] li a:hover {
	background:#278bce
}
.hoe-right-header[hoe-color-type=header-bg2] .theme-config a {
	border-left:1px solid #3ea2e5
}
.hoe-right-header[hoe-color-type=header-bg3] {
	background:#485bbd
}
.hoe-right-header[hoe-color-type=header-bg3] a i {
	color:#021577
}
.hoe-right-header[hoe-color-type=header-bg3] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg3] .hoe-sidebar-toggle a:after {
	border:0 solid #576acc;
	color:#021577
}
.hoe-right-header[hoe-color-type=header-bg3] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg3] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg3] li a:focus, .hoe-right-header[hoe-color-type=header-bg3] li a:hover {
	background:#3c4fb1
}
.hoe-right-header[hoe-color-type=header-bg3] .theme-config a {
	border-left:1px solid #576acc
}
.hoe-right-header[hoe-color-type=header-bg4] {
	background:#e7604a
}
.hoe-right-header[hoe-color-type=header-bg4] a i {
	color:#b02913
}
.hoe-right-header[hoe-color-type=header-bg4] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg4] .hoe-sidebar-toggle a:after {
	background:0 0;
	border:0 solid #ed6853;
	color:#b02913
}
.hoe-right-header[hoe-color-type=header-bg4] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg4] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg4] li a:focus, .hoe-right-header[hoe-color-type=header-bg4] li a:hover {
	background:#d95944
}
.hoe-right-header[hoe-color-type=header-bg4] .theme-config a {
	border-left:1px solid #ed6853
}
.hoe-right-header[hoe-color-type=header-bg5] {
	background:#272634
}
.hoe-right-header[hoe-color-type=header-bg5] a i {
	color:#8d8d94
}
.hoe-right-header[hoe-color-type=header-bg5] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg5] .hoe-sidebar-toggle a:after {
	background:0 0;
	border:0 solid #1f1f2a;
	color:#8d8d94
}
.hoe-right-header[hoe-color-type=header-bg5] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg5] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg5] li a:focus, .hoe-right-header[hoe-color-type=header-bg5] li a:hover {
	background:#1f1f2a
}
.hoe-right-header[hoe-color-type=header-bg5] .theme-config a {
	border-left:1px solid #1f1f2a
}
.hoe-right-header[hoe-color-type=header-bg6] {
	background:#624e89
}
.hoe-right-header[hoe-color-type=header-bg6] a i {
	color:#382a5f
}
.hoe-right-header[hoe-color-type=header-bg6] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg6] .hoe-sidebar-toggle a:after {
	background:0 0;
	border:0 solid #6b598e;
	color:#382a5f
}
.hoe-right-header[hoe-color-type=header-bg6] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg6] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg6] li a:focus, .hoe-right-header[hoe-color-type=header-bg6] li a:hover {
	background:#554378
}
.hoe-right-header[hoe-color-type=header-bg6] .theme-config a {
	border-left:1px solid #6b598e
}
.hoe-right-header[hoe-color-type=header-bg7] {
	background:#FFF
}
.hoe-right-header[hoe-color-type=header-bg7] a i, .hoe-right-header[hoe-color-type=header-bg7] a:hover i {
	color:#7e7e7e
}
.hoe-right-header[hoe-color-type=header-bg7] .hoe-sidebar-toggle a:after {
	border:0 solid #efefef;
	color:#7e7e7e
}
.hoe-right-header[hoe-color-type=header-bg7] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg7] li a {
	color:#7e7e7e
}
.hoe-right-header[hoe-color-type=header-bg7] li a:focus, .hoe-right-header[hoe-color-type=header-bg7] li a:hover {
	background:#f1f1f1
}
.hoe-right-header[hoe-color-type=header-bg7] .theme-config a {
	border-left:1px solid #efefef
}
.hoe-right-header[hoe-color-type=header-bg8] {
	background:#384b5f
}
.hoe-right-header[hoe-color-type=header-bg8] a i {
	color:#cecece
}
.hoe-right-header[hoe-color-type=header-bg8] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg8] .hoe-sidebar-toggle a:after {
	background:0 0;
	border:0 solid #455769;
	color:#cecece
}
.hoe-right-header[hoe-color-type=header-bg8] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg8] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg8] li a:focus, .hoe-right-header[hoe-color-type=header-bg8] li a:hover {
	background:#2c3e50
}
.hoe-right-header[hoe-color-type=header-bg8] .theme-config a {
	border-left:1px solid #455769
}
.hoe-right-header[hoe-color-type=header-bg9] {
	background:#578ebe
}
.hoe-right-header[hoe-color-type=header-bg9] a i {
	color:#185b96
}
.hoe-right-header[hoe-color-type=header-bg9] a:hover i {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg9] .hoe-sidebar-toggle a:after {
	background:0 0;
	border:0 solid #5d99cd;
	color:#185b96
}
.hoe-right-header[hoe-color-type=header-bg9] .hoe-sidebar-toggle a:hover:after, .hoe-right-header[hoe-color-type=header-bg9] li a {
	color:#FFF
}
.hoe-right-header[hoe-color-type=header-bg9] li a:focus, .hoe-right-header[hoe-color-type=header-bg9] li a:hover {
	background:#4884b8
}
.hoe-right-header[hoe-color-type=header-bg9] .theme-config a {
	border-left:1px solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel {
	background:#70ca63;
	color:#e5f2da;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .profile-box {
	border-bottom:1px solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list>li>a {
	background:#70ca63;
	border-top:1px solid #96cd69;
	color:#e5f2da;
	border-right:1px solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#62bc55
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list>li.active>a {
	background:#62bc55;
	border-top:1px solid #96cd69;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#70ca63;
	color:#e5f2da
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list ul {
	background:#fafafa;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#59b34c;
	border-top:1px solid #80b753;
	color:#e5f2da
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#52ac45
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .panel-list li a .label {
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg1] .sul {
	background-color:#70ca63
}
#hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel {
	background:#70ca63;
	color:#e5f2da
}
#hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#62bc55
}
#hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#70ca63;
	color:#e5f2da
}
#hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#62bc55;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg1].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .nav-level {
	border-top:1px solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg1] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #96cd69
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel {
	
	color:#d7e9fc;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .profile-box {
	border-bottom:1px solid #1C1F24 
}
#hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #EC4870 
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li>a {
	background:#1c1f24;
	border-top:1px solid #373a40;
	color:#d7e9fc;
	border-right:0px solid #373a40
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #373a40
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #3ea2e5
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, 
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#2e3239;
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li.subMenuActive>a:hover
{
    background:#561e2d;
	border-top:1px solid #ce5d79;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li>a:focus, 
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#2e3239;
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list li.active.hoe-has-menu>ul.hoe-sub-menu li.active.hoe-has-menu>a:focus,
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list li.active.hoe-has-menu>ul.hoe-sub-menu li.active.hoe-has-menu>a:hover
{
    background:#98233f;
	border-top:1px solid #ce5d79;
	color:#FFF
}
/*#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li.active>a:hover
{
	color:#FFF;
	background:#ec4870;
}*/
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li.active>a
{
	background:#ec4870;
	border-top:1px solid #ffa1b8;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li.active ul li.active>a
{
	background:#98233f;
	border-top:1px solid #ce5d79;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li.active>ul>li.subMenuActive>a,
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li.active ul li.active ul li.subMenuActive>a
{
	background:#561e2d;
	border-top:1px solid #ce5d79;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a,
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:focus {
	/*background:#2e3239;*/
    /*background:#ec4870;*/
	color:#fff;
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list ul {
	background:#fafafa;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#1c1f24;
	border-top:1px solid #444a55;
	color:#d7e9fc
}

#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .panel-list li a .label {
	color:#d7e9fc
}
#hoeapp-container[hoe-color-type=lpanel-bg2] .sul {
	background-color:#0e72b5
}
#hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel {
	background:#1C1F24 ;
	color:#d7e9fc
}
#hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#2e3239
}
#hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	/*background:#3498DB;*/
	color:#d7e9fc
}
#hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	/*background:#278bce;*/
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg2].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #3ea2e5
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .nav-level {
	border-top:1px solid #373a40
}
#hoeapp-container[hoe-color-type=lpanel-bg2] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #3ea2e5
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel {
	background:#485bbd;
	color:#e7e7e7;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .profile-box {
	border-bottom:1px solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list>li>a {
	background:#485bbd;
	border-top:1px solid #576acc;
	color:#e7e7e7;
	border-right:1px solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#3c4fb1
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list>li.active>a {
	background:#3c4fb1;
	border-top:1px solid #576acc;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#485bbd;
	color:#e7e7e7
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list ul {
	background:#485bbd;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#374aac;
	border-top:1px solid #4659bb;
	color:#e7e7e7
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#2b3ea0
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .panel-list li a .label {
	color:#e7e7e7
}
#hoeapp-container[hoe-color-type=lpanel-bg3] .sul {
	background-color:#3043a5
}
#hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel {
	background:#485bbd;
	color:#e7e7e7
}
#hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#3c4fb1
}
#hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#485bbd;
	color:#e7e7e7
}
#hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#3c4fb1;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg3].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .nav-level {
	border-top:1px solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg3] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #576acc
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel {
	background:#e7604a;
	color:#ecd5d5;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .profile-box {
	border-bottom:1px solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list>li>a {
	background:#e7604a;
	border-top:1px solid #ed6853;
	color:#ecd5d5;
	border-right:1px solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#d95944
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list>li.active>a {
	background:#d95944;
	border-top:1px solid #ed6853;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#e7604a;
	color:#ecd5d5
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list ul {
	background:#c54631;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#c54631;
	border-top:1px solid #dc5742;
	color:#ecd5d5
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#ba3b26
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .panel-list li a .label {
	color:#ecd5d5
}
#hoeapp-container[hoe-color-type=lpanel-bg4] .sul {
	background-color:#d64f39
}
#hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel {
	background:#e7604a;
	color:#ecd5d5
}
#hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#d95944
}
#hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#e7604a;
	color:#ecd5d5
}
#hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#d95944;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg4].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .nav-level {
	border-top:1px solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg4] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #ed6853
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel {
	background:#272634;
	color:#8d8d94;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .profile-box {
	border-bottom:1px solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list>li>a {
	background:#272634;
	border-top:1px solid #1f1f2a;
	color:#8d8d94;
	border-right:1px solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list>li.active>a {
	background:#1f1f2a;
	border-top:1px solid #1f1f2a;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#272634;
	color:#8d8d94
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list ul {
	background:#161621;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#161621;
	border-top:1px solid #1f1f2a;
	color:#8d8d94
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#0e0e19
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .panel-list li a .label {
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg5] .sul {
	background-color:#1f1e29
}
#hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel {
	background:#272634;
	color:#8d8d94
}
#hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#272634;
	color:#8d8d94
}
#hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#1f1f2a;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg5].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .nav-level {
	border-top:1px solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg5] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #1f1f2a
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel {
	background:#624e89;
	color:#c2c2c2;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .profile-box {
	border-bottom:1px solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list>li>a {
	background:#624e89;
	border-top:1px solid #6b598e;
	color:#c2c2c2;
	border-right:1px solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#554378
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list>li.active>a {
	background:#554378;
	border-top:1px solid #6b598e;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#624e89;
	color:#c2c2c2
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list ul {
	background:#fafafa;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#4d3c70;
	border-top:1px solid #54496e;
	color:#c2c2c2
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#453468
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .panel-list li a .label {
	color:#c2c2c2
}
#hoeapp-container[hoe-color-type=lpanel-bg6] .sul {
	background-color:#433266
}
#hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel {
	background:#624e89;
	color:#c2c2c2
}
#hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#554378
}
#hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#624e89;
	color:#c2c2c2
}
#hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#554378;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg6].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .nav-level {
	border-top:1px solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg6] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #6b598e
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel {
	background:#FFF;
	color:#7e7e7e;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .profile-box {
	border-bottom:1px solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list>li>a {
	background:#FFF;
	border-top:1px solid #efefef;
	color:#7e7e7e;
	border-right:1px solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list>li>a:hover {
	color:#000;
	background:#f1f1f1
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list>li.active>a {
	background:#f1f1f1;
	border-top:1px solid #efefef;
	color:#000
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#fff;
	color:#7e7e7e
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list ul {
	background:#fafafa;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#fafafa;
	border-top:1px solid #efefef;
	color:#7e7e7e
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#000;
	background:#f1f1f1
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #7e7e7e
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .panel-list li a .label {
	color:#7e7e7e
}
#hoeapp-container[hoe-color-type=lpanel-bg7] .sul {
	background-color:#ebebeb
}
#hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel {
	background:#FFF;
	color:#7e7e7e
}
#hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#f1f1f1
}
#hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#FFF;
	color:#7e7e7e
}
#hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#f1f1f1;
	color:#000
}
#hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg7].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .nav-level {
	border-top:1px solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg7] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #efefef
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel {
	background:#384b5f;
	color:#ced4d7;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .profile-box {
	border-bottom:1px solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list>li>a {
	background:#384b5f;
	border-top:1px solid #455769;
	color:#ced4d7;
	border-right:1px solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#2c3e50
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list>li.active>a {
	background:#2c3e50;
	border-top:1px solid #455769;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#384b5f;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list ul {
	background:#223140;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#223140;
	border-top:1px solid #455769;
	color:#ced4d7
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#2c3e50
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .panel-list li a .label {
	color:#ced4d7
}
#hoeapp-container[hoe-color-type=lpanel-bg8] .sul {
	background-color:#2c3e50
}
#hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel {
	background:#384b5f;
	color:#ced4d7
}
#hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#2c3e50
}
#hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#384b5f;
	color:#ced4d7
}
#hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#2c3e50;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg8].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .nav-level {
	border-top:1px solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg8] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #455769
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel {
	background:#578ebe;
	color:#e1e1e1;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .profile-box {
	border-bottom:1px solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel .profile-box {
	border-bottom:0
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .profile-box .media a>img {
	border:1px solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list>li>a {
	background:#578ebe;
	border-top:1px solid #5d99cd;
	color:#e1e1e1;
	border-right:1px solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:1px solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list>li:first-child>a {
	border-top:0 solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list>li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list>li>a:hover {
	color:#FFF;
	background:#4884b8
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list>li.active>a {
	background:#4884b8;
	border-top:1px solid #5d99cd;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#578ebe;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list ul {
	background:#326ea2;
	box-shadow:-1px 2px 3px 0 rgba(0,0,0,.2)
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	background:#326ea2;
	border-top:1px solid #3f7baf;
	color:#e1e1e1
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:focus, #hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list li.hoe-has-menu>ul.hoe-sub-menu li>a:hover {
	color:#FFF;
	background:#276397
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list li.active>a .selected {
	border-right:7px solid #FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .panel-list li a .label {
	color:#e1e1e1
}
#hoeapp-container[hoe-color-type=lpanel-bg9] .sul {
	background-color:#3a76aa
}
#hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel {
	background:#578ebe;
	color:#e1e1e1
}
#hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>a, #hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>a {
	border-radius:0 4px 0 0;
	background:#4884b8
}
#hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a {
	background:#578ebe;
	color:#e1e1e1
}
#hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu.opened>a:hover {
	background:#4884b8;
	color:#FFF
}
#hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, #hoeapp-container[hoe-color-type=lpanel-bg9].hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	border-right:1px solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .nav-level {
	border-top:1px solid #5d99cd
}
#hoeapp-container[hoe-color-type=lpanel-bg9] #hoe-left-panel .nav-level:first-child {
	border-top:0 solid #5d99cd
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-left-header, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-left-header {
	right:0
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-right-header, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-right-header {
	margin-left:0;
	margin-right:230px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop].left-navbar, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet].left-navbar {
	float:right
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .right-navbar, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .right-navbar {
	float:left
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-sidebar-toggle a:after, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-sidebar-toggle a:after {
	right:0
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .left-navbar li:last-child, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .left-navbar li:last-child {
	padding-right:50px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .left-navbar li:first-child, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .left-navbar li:first-child {
	padding-right:0
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] #hoe-left-panel {
	right:0
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] #main-content, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] #main-content {
	margin-left:0;
	margin-right:230px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] #styleSelector, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] #styleSelector {
	left:-230px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .selector-toggle>a, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .selector-toggle>a {
	border-radius:0 4px 4px 0;
	left:228px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] #styleSelector.open, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] #styleSelector.open {
	right:0;
	left:0
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .selector-toggle>a:before, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .selector-toggle>a:before {
	content:"\f101"
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .open .selector-toggle>a:before, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .open .selector-toggle>a:before {
	content:"\f100"
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>a span.menu-text, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>a span.menu-text {
	padding-left:auto;
	padding-right:25px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>ul>li>a span.menu-text, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>ul>li>a span.menu-text {
	padding-left:auto;
	padding-right:35px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-header.hoe-minimized-lpanel>.hoe-right-header, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #main-content, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] #hoe-header.hoe-minimized-lpanel>.hoe-right-header, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #main-content {
	margin-left:0;
	margin-right:50px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel {
	direction:rtl
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:focus>a span.menu-text, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:hover>a span.menu-text, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:focus>a span.menu-text, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:hover>a span.menu-text {
	right:52px;
	left:auto
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list li:hover a .label, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list li:hover a .label {
	left:5px;
	right:auto
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:focus>a, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:hover>a, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:focus>a, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li:hover>a {
	border-radius:4px 0 0 4px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:focus>ul.hoe-sub-menu, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu:hover>ul.hoe-sub-menu {
	left:auto;
	right:50px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu:focus>a:after, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu:hover>a:after, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu>a:after, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu:focus>a:after, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu:hover>a:after, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu>a:after {
	float:left
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before {
	font-family:FontAwesome;
	content:"\f0d9";
	font-size:14px;
	position:relative;
	float:right;
	left:4px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>a span.menu-text, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>a span.menu-text {
	padding-left:auto;
	padding-right:0
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li>a span.menu-text:before {
	font-family:FontAwesome;
	content:"\f0d9";
	font-size:14px;
	position:relative;
	float:right;
	left:4px
}
body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>ul>li>a span.menu-text, body[hoe-nav-placement=right] #hoeapp-wrapper[hoe-device-type=tablet] .hoe-minimized-lpanel #hoe-left-panel .panel-list>li.hoe-has-menu>ul>li.hoe-has-menu>ul>li>ul>li>a span.menu-text {
	padding-left:auto;
	padding-right:0
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] .hoe-sidebar-toggle a:after {
	display:none
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] .left-navbar li:first-child {
	padding-left:0
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] .theme-config a {
	display:none
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel {
	float:left;
	height:46px;
	width:100%;
	min-height:40px
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .profile-box {
	display:none
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .nav-level {
	display:none!important
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .nav>li {
	display:inline-block;
	float:left
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list li a .label {
	display:none
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu>a:after {
	font-family:FontAwesome;
	content:"\f0d7";
	font-size:12px;
	position:relative;
	float:right;
	padding-left:6px
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list li.active>a .selected {
	display:none
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li>a {
	padding:13px 10px
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list ul.hoe-sub-menu li>a {
	padding:10px 6px
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoeapp-container #hoe-left-panel .panel-list>li:last-child>a {
	border-bottom:0 solid #efefef;
	border-right:0 solid #efefef
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoeapp-container #hoe-left-panel .panel-list>li>a {
	border-top:0 solid #efefef
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li>a>i {
	padding-right:0
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu li.hoe-has-menu>ul.hoe-sub-menu, body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu {
	display:none;
	list-style:none none
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu {
	display:none;
	list-style:none none;
	width:156px;
	position:absolute
}
body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu, body[hoe-navigation-type=horizontal] #hoeapp-wrapper[hoe-device-type=desktop] #hoe-left-panel .panel-list>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu>li.hoe-has-menu>ul.hoe-sub-menu {
	left:156px;
	position:absolute;
	top:0;
	width:156px;
	z-index:1
}

body {
    margin:: 0;
    padding: 0;
    background-color: #f4f4f4;
    font-family: 'dosisregular';
    color: #3c3c3c;
}
/*body.index{ background-image:url(images/bg.jpg); background-repeat:no-repeat; background-size:cover; background-attachment:fixed;}*/
.main-container .index-head {
    background-color: rgba(255,255,255,0.8);
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 2px rgba(1,1,1,.16);
    -moz-box-shadow: 0 2px 2px rgba(1,1,1,.16);
    box-shadow: 0 2px 2px rgba(1,1,1,.16);
}

.logo {
    float: left;
}

.login-bt {
    margin-right: 30px;
    float: right;
}

.buttonDefault {
    width: 76px;
    height: 33px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e23b6e;
    /*-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.56);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.56);
	box-shadow: 1px 2px 2px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.56);
	border: solid 1px rgba(0,0,0,.55);*/
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: 'dosisregular';
    padding-top: 6px;
    margin-top: 15px;
    margin-right: 3px;
    line-height: 18px;
    font-size: 15px;
}

    .buttonDefault:hover {
        text-decoration: none;
        box-shadow: none;
        color: white;
    }

.header-container {
    padding: 0 70px;
}

footer {
    background-color: rgba(0,0,0,0.8);
    font-family: 'dosisregular';
    bottom: 0;
    width: 100%;
    height: 32px;
    text-align: center;
    float: left;
}

    footer p {
        text-align: center;
        padding: 5px 0;
        color: #fff;
        margin-bottom: 0
    }

        footer p a {
            color: #FFF;
        }

            footer p a:hover {
                color: #CF3157;
            }

.login-container, .socail-container {
    text-align: center;
}

.login-container {
    margin: 130px 0 100px;
}

.login-form {
    display: inline-block;
    text-align: center;
}

    .login-form p {
        font-size: 30px;
        font-family: 'dosismedium';
        text-align: center;
    }

        .login-form p.normal-ac {
            font-size: 20px;
            text-transform: uppercase;
            padding-bottom: 0px;
            border-bottom: 1px solid #ef4569;
            display: inline-block;
            margin-top: 25px;
        }

        .login-form p span {
            color: #e03458;
        }

.input-form {
    width: 409px;
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #dadada;
    padding: 8px 0px;
    margin: 20px 0;
}

.checkbox {
    font-size: 14px !important;
    margin: 15px 0 !important;
}

    .checkbox label {
        float: left;
    }

    .checkbox #Remember_me {
        margin: 3px 10px;
    }

.input-form .input-icon {
    float: left;
    padding: 0px 15px;
    border-right: 1px solid #d0d0d0;
    margin-top: 5px;
    font-size: 20px;
    min-width: 49px
}

    .input-form .input-icon i {
        color: #d0d0d0;
    }

.input-form input {
    display: block;
    padding: 5px 5px;
    width: 87%;
    border: 0;
}

.input-bt a {
    display: inline-block;
    width: 139px;
    height: 43px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #c92f56;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.16);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.16);
    box-shadow: 0 2px 2px rgba(0,0,0,.16);
    font-size: 18px;
    font-family: 'dosismedium';
    color: #fff;
    padding-top: 7px;
}

    .input-bt a:hover {
        box-shadow: none;
    }

.social-icon {
    margin-top: 30px;
}

    .social-icon div .hi-icon {
        display: inline-block;
        font-size: 0px;
        cursor: pointer;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .social-icon div {
        display: inline-block;
        float: left;
    }

        .social-icon div.fb .hi-icon {
            border: 3px solid #5575cf;
            padding-top: 13px;
            margin: 0 35px;
        }

        .social-icon div.fb div.hi-icon {
            color: #5575cf;
        }

        .social-icon div.twitter .hi-icon {
            border: 3px solid #2998ed;
            padding-top: 13px;
        }

        .social-icon div.twitter div.hi-icon {
            color: #2998ed;
        }

        .social-icon div.gpls .hi-icon {
            border: 3px solid #db503b;
            padding-top: 13px;
        }

        .social-icon div.gpls div.hi-icon {
            color: #db503b;
        }

        .social-icon div i {
            font-size: 40px;
        }

        .social-icon div .hi-icon {
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
            transition: color 0.3s;
            position: relative;
        }

.hi-icon::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
}

.social-icon div.fb .hi-icon:after {
    background: #5575cf;
}

.social-icon div.twitter .hi-icon:after {
    background: #2998ed;
}

.social-icon div.gpls .hi-icon:after {
    background: #db503b;
}

.social-icon div .hi-icon:after {
    content: "";
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

.social-icon div.fb .hi-icon:hover, .social-icon div.twitter .hi-icon:hover, .social-icon div.gpls .hi-icon:hover {
    color: #f4f4f4;
}

.social-icon div .hi-icon:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.social-icon div .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*.socail-container{ margin-bottom:120px;}*/
.hoe-right-header .logo {
    margin-left: 25px;
}

.container1 {
    max-width: 1480px;
    margin: 0 auto;
}

.box-container {
    min-height: 290px;
    width: 96%;
    margin-top: 50px;
}

.box-blue {
    background-color: #0091dc
}

.box-yellow {
    background-color: #f7c41b
}

.box-green {
    background-color: #49bab8
}

.box-container h2.title {
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    padding: 10px 0 10px 10px;
}

.middle-cont .middle-left i {
    font-size: 80px;
    color: #fff;
}

.box-blue h2.title {
    background-color: #0087cd
}

.box-yellow h2.title {
    background-color: #e7b718
}

.box-green h2.title {
    background-color: #42a9a7
}

.middle-left, .middle-right {
    padding: 30px 10px 15px 15px;
}

    .middle-right h3 {
        font-size: 80px;
        color: #fff;
        margin: 0
    }

        .middle-right h3 sub {
            font-size: 14px;
        }

    .middle-left h6 {
        font-size: 14px;
        color: #fff;
        padding-left: 3px;
    }

    .middle-right p {
        font-size: 26px;
        color: #fff;
        padding-left: 3px;
    }

.box-blue .bottom-viw {
    font-size: 26px;
    color: #fff;
    padding: 13px 10px 0 10px;
    border-top: 1px solid #0076b3;
}

.box-yellow .bottom-viw {
    font-size: 26px;
    color: #fff;
    padding: 13px 10px 0 10px;
    border-top: 1px solid #d7aa16;
}

.box-green .bottom-viw {
    font-size: 26px;
    color: #fff;
    padding: 13px 10px 0 10px;
    border-top: 1px solid #3ea19f;
}

.bottom-viw p {
    text-align: left;
    display: inline-block;
}

.bottom-viw span {
    text-align: right;
    display: inline-block;
    float: right
}

.middle-cont {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 14px;
}
/*.box-yellow .middle-right{ padding-left:0;}*/
.middle-right .report1 {
    float: left;
}

    .middle-right .report1 p {
        font-size: 23px;
    }

.box-yellow .middle-cont .padding {
    padding: 0;
    margin: 0;
}

.box-yellow .middle-cont {
    padding-bottom: 29px;
}

.box-green .middle-right {
    text-align: center;
}

.box-green a.bottom-link:hover .bottom-viw p, .box-green a.bottom-link:hover .bottom-viw span {
    color: #42a9a7
}

.box-yellow a.bottom-link:hover .bottom-viw p, .box-yellow a.bottom-link:hover .bottom-viw span {
    color: #e7b718
}

.box-blue a.bottom-link:hover .bottom-viw p, .box-blue a.bottom-link:hover .bottom-viw span {
    color: #0087cd
}

.text-algn {
    text-align: right;
}

.user-container {
    margin-top: 25px
}

    .user-container h4 {
        font-size: 26px;
        color: #312f31;
    }

ul.user-list {
    list-style: none;
    padding-left: 10px;
    margin-top: 17px;
}

    ul.user-list li {
        float: left;
        margin-right: 8px;
    }

.capture-image {
    position: fixed;
    top: 35%;
    right: 0;
}

.loginbtn {
    display: inline-block;
    width: 139px;
    border: 0px;
    height: 43px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #c92f56;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.16);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.16);
    box-shadow: 0 2px 2px rgba(0,0,0,.16);
    font-size: 18px;
    font-family: 'dosismedium';
    color: #fff;
}



@media screen and (min-width:320px ) and (max-width:480px ) {
    /*.input-form{width: 300px;margin: 10px 0px 20px;}
	.input-form input{ width:80%;}
	.login-container {margin: 45px 0px 30px;}
	.login-form p.normal-ac{margin-top: 10px;}
	.header-container{ padding:0;}*/

}

@media screen and (min-width:320px ) and (max-width:767px ) {
    /*.hoe-right-header .logo{ display:none; } 
	.hoe-left-header  .logo{ margin-top:13px;} 
	.hoe-left-header .logo a img{ width:80%;}*/
    .right-navbar .media-inn1 {
        margin-top: 0px;
    }
}

@media screen and (min-width:768px ) {
    /*.hoe-left-header .logo{ display:none;}*/
}

.color-select {
    transition: 1s;
    right: -285px;
    background-color: #6B6B6B;
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    padding: 15px;
    position: fixed;
    top: 60%;
    box-shadow: -2px 2px 6px rgba(1, 1, 1, 0.3);
}

    .color-select.active {
        right: 0;
        transition: 2s;
    }

    .color-select ul {
        list-style: none;
        display: inline-block;
    }

        .color-select ul li {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,1);
            float: left;
            margin-right: 15px;
        }

.color-container {
    position: relative;
}

.color-click {
    color: #000;
    line-height: 43px;
    left: -40px;
    width: 40px;
    height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 40%;
    background-color: #fff;
    box-shadow: -2px 2px 6px rgba(1, 1, 1, 0.3);
    font-size: 25px;
    padding-left: 9px;
    cursor: pointer;
}

    .color-click:after {
        content: '<<';
    }
/*header colors*/
.header-color {
    background-color: rgba(255, 255, 255, 0.8);
}

.header-color1 {
    background-color: rgba(194, 230, 249, 0.8);
}

.header-color2 {
    background-color: rgba(249, 194, 194, 0.8);
}

.header-color3 {
    background-color: rgba(249, 194, 216, 0.8);
}

.header-color4 {
    background-color: rgba(237, 194, 249, 0.8);
}

.header-color5 {
    background-color: rgba(194, 249, 241, 0.8);
}

.header-color6 {
    background-color: rgba(202, 249, 194, 0.8);
}



/*left menu colors*/
.left-menu-color {
    background-color: rgba(28, 31, 36, 1);
}

.left-menu-color1 {
    background-color: rgba(63, 69, 77, 1);
}

.left-menu-color2 {
    background-color: rgba(0, 0, 0, 1);
}

.left-menu-color3 {
    background-color: rgba(63, 76, 75, 1);
}

.left-menu-color4 {
    background-color: rgba(76, 75, 63, 1);
}

.left-menu-color5 {
    background-color: rgba(76, 69, 63, 1);
}
/*body colors*/

.backgound-color {
    background-color: #f4f4f4;
}

.backgound-color1 {
    background-color: #ffffff;
}

.backgound-color2 {
    background-color: #f6efef;
}

.backgound-color3 {
    background-color: #f6f3ef;
}

.backgound-color4 {
    background-color: #f4f6ef;
}

.backgound-color5 {
    background-color: #eff4f6;
}

.backgound-color6 {
    background-color: #f4eff6;
}

.center-container {
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #E1E1E1;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    width: 40%;
    min-width: 850px;
    /*margin:0 auto;*/
    padding: 15px;
    /*height:645px;*/
    margin-bottom: 150px;
}

.center-top {
    background-color: #282828;
    padding: 25px 20px 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.center-top-left i {
    color: #fff;
    font-size: 32px;
    float: left;
}

.center-top-left span {
    padding-top: 6px;
    color: #fff;
    font-size: 20px;
    float: left;
    padding-left: 29px;
    font-family: 'dosissemibold';
}

.center-middle table {
    width: 100%
}

    .center-middle table thead tr {
        background-color: #e14268;
    }

        .center-middle table thead tr th:nth-child(1) {
            text-align: center;
            padding: 5px 15px;
            width: 67px;
        }

        .center-middle table thead tr th:nth-child(2) {
            padding: 10px 15px;
        }

        .center-middle table thead tr th:nth-child(3) {
            width: 250px;
            padding: 5px 15px;
        }

        .center-middle table thead tr th {
            color: #fff;
            font-size: 20px;
            font-family: 'dosissemibold';
        }

.search-box {
    background-color: #e66281;
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #f5c2ce;
}

    .search-box input {
        background-color: transparent;
        border: 0;
        font-size: 14px;
        font-family: 'dosisregular';
        padding: 6px 0px 5px 5px;
    }

    .search-box a {
        padding: 5px 9px;
        background-color: rgb(255, 255, 255);
        height: 31px;
        display: inline-block;
        border: 5px none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: right;
        float: right;
        margin-right: -1px;
    }

        .search-box a i {
            color: #e14268;
        }

.center-content { /*height:500px;*/
    height: 700px;
    overflow-y: auto;
    min-height: 670px;
}

    .center-content table {
        width: 100%
    }

        .center-content table tbody tr {
            background-color: #fff;
            border-top: 1px solid #f0f0f0;
        }

            .center-content table tbody tr:last-child {
                border-bottom: 1px solid #f0f0f0;
            }

            .center-content table tbody tr td:nth-child(1) {
                padding: 9px 15px;
                width: 67px;
                text-align: center;
            }

            .center-content table tbody tr td:nth-child(2) {
                padding: 9px 15px;
                color: #312f32;
                font-size: 18px;
                font-family: 'dosisregular';
            }

            .center-content table tbody tr td:nth-child(3) {
                padding: 9px 15px;
                text-align: right;
            }

            .center-content table tbody tr td {
                font-size: 20px;
                font-family: 'dosissemibold';
            }

                .center-content table tbody tr td:nth-child(1) .list-icon {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    color: #e14268;
                    border: 2px solid #e14268
                }

                    .center-content table tbody tr td:nth-child(1) .list-icon i {
                        padding-top: 6px;
                        padding-left: 2px;
                        font-size: 14px;
                    }

.center-content {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .center-content table tbody tr td:nth-child(3) a {
        color: #222222;
        font-size: 22px;
    }

.center-top-left, .center-top-right {
    width: 50%;
    float: left;
}

.center-top-right {
    text-align: right;
    padding-top: 0px;
    height: 0px;
}

    .center-top-right a {
        display: inline-block;
        text-align: right;
    }

        .center-top-right a span {
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 6px;
            display: inline-block;
            float: left;
        }

        .center-top-right a i {
            font-size: 32px;
            color: #e14268;
            padding-right: 5px;
            float: left;
        }

.center-child table tbody tr td:nth-child(1) .list-icon i {
    padding-top: 7px;
    padding-left: 1px;
}

.outerContainer {
    width: 50%; /*margin:0 auto;*/
    /*padding:50px;*/
}

/*child activity food*/
.activityfood {
    float: left;
    margin-right: 8px;
}

.activitycheck {
    float: left;
    padding: 7px 10px 0 10px;
}

    .activitycheck .k-checkbox-label {
        padding-left: 22px;
        padding-top: 2px;
    }

.active-food .food-time {
    float: left;
}

    .active-food .food-time:first-child {
        margin-right: 8px;
    }

    .active-food .food-time:nth-child(2n) {
        margin-right: 8px;
    }

.active-nappies .food-time {
    float: left;
}

    .active-nappies .food-time:first-child {
        margin-right: 8px;
    }

.highlightedLabel {
    color: #b01313;
    font-weight: bold;
}

.public-signin-container .enterIn-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.public-signin-container .enterIn-name {
    min-width: 150px;
    padding: 0 15px;
    text-align: left;
}

.public-signin-container .enterIn-name {
    padding-top: 15px;
}

.public-signin-container .enterIn-btn {
    text-align: center;
    margin-top: 30px;
}

.public-signin-container .enterIn-signout .btnSignInOut, .public-signin-container .enterIn-signin .btnSignInOut {
    width: 68px;
    height: 140px;
    margin-top: 15px;
    word-break: break-word;
    white-space: pre-wrap;
    text-align: center;
    margin-top: 15px;
}

.public-signin-container .fieldlist-signin {
    margin: 0 0 -1em;
    padding: 0;
}

    .public-signin-container .fieldlist-signin li {
        padding-bottom: 6px;
        list-style: none;
    }

        .public-signin-container .fieldlist-signin li label {
            font-size: 15px;
            font-weight: 600;
        }

        .public-signin-container .fieldlist-signin li span {
            display: block;
            font-size: 12px;
            margin-top: 4px;
            font-weight: 400;
            padding-left: 1.9em;
        }

.public-signin-container .EmotioncontainerView-dropdown .dd-container, .public-signin-container .EmotioncontainerView-dropdown .dd-select, .public-signin-container .EmotioncontainerView-dropdown .dd-options {
    width: 100% !important;
}

.public-signin-container .enterIn .EmotioncontainerView-dropdown .dd-options a {
    text-align: left;
    margin-right: 0;
}

.public-signin-container .enterIn .EmotioncontainerView-dropdown a.dd-selected {
    margin: 0;
    text-align: left;
}

.public-signin-container .EmotioncontainerView-dropdown .dd-option-image, .public-signin-container .EmotioncontainerView-dropdown .dd-selected-image {
    max-width: 25px;
}

.public-signin-container .enterIn .EmotioncontainerView-dropdown {
    background-color: transparent;
}

.public-signin-container .enterInSection-public-signin .signinContentSectionsign .wrapper {
    margin: 0;
    width: 100%;
}

.public-signin-container .enterInSection-public-signin .signin-container .signinright, .public-signin-container .enterInSection-public-signin .signinChildDetails, .public-signin-container .enterInSection-public-signin .signature_pad, .public-signin-container .enterInSection-public-signin .signin-container {
    width: 460px;
}

.public-signin-container .enterInSection-public-signin fieldset .signinContentSection {
    width: 435px;
}

.public-signin-container .enterInSection-public-signin .signin-container .signinright {
    margin: 15px 0 0;
}

.public-signin-container .enterInSection-public-signin .divTimeSetterContainer .button-time-control div.updownButton i {
    left: auto;
}

.public-signin-container .enterInSection-public-signin .currentTime {
    background-color: transparent;
    border: none;
}

.public-signin-container .enterInSection-public-signin #textOther {
    padding: 0 10px;
}

.public-signin-container .enterInSection-public-signin .left {
    margin-bottom: 15px
}

.public-signin-container .signin-back-bt {
    text-align: left;
}

div#SignOutDiv .signin-back-bt {
    text-align: left;
    padding-left: 20px
}

    .public-signin-container .signin-back-bt input, .public-signin-container .btn.backbtn {
        border-radius: 5px;
        background-color: rgb(236, 72, 112);
        width: 120px;
        height: 42px;
        border: none;
        font-size: 16px;
        color: #ffffff;
        font-family: "dosisregular";
        cursor: pointer;
        text-transform: uppercase;
        outline: none;
    }

.public-signin-container .signinContentSectionsign legend {
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: 0px;
    font-size: 18px;
}

.public-signin-container .signinContentSectionsign canvas {
    border: none;
}

.public-signin-container .signOutFormContainer .divTimeSetterContainer .button-time-control div.updownButton i {
    left: auto;
}

.public-signin-container #signoutChildDetailsContainer p {
    color: #000;
    text-align: left;
}

    .public-signin-container #signoutChildDetailsContainer p span {
        display: block;
    }

.public-signin-container #SignInDiv .HeaderSection_in {
    min-height: 180px;
    height: auto;
}

.public-signin-container .signinChildBoxContainer legend {
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: 0px;
    font-size: 18px;
}

.public-signin-container #ExistingsigninChildDetailsContainer legend {
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: 0px;
    font-size: 18px;
}

.public-signin-container #ExistingsigninChildDetailsContainer .wrapper {
    width: 100%;
}

.public-signin-container #ExistingsigninChildDetailsContainer .fieldlist-signin li {
    text-align: left
}

.public-signin-container #OutSignOutDiv .btnBkSISO {
    margin-left: 30px;
}

.public-signin-container .btn.green-btn {
    background-color: #2b8404;
    color: #fff;
}

.public-signin-container .mobile-input-text:focus {
    border: 1px solid gray;
    border-width: 0px 0px 0px 1px;
    outline: none;
    animation-name: cursor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.public-signin-container .backbtn, .public-signin-container .txt-upper {
    text-transform: uppercase;
}

@keyframes cursor {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.public-signin-container .text-cursor {
    color: #000;
    font-family: 'dosisbold';
    border-right: .15em solid #000;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: blink-caret .5s step-end infinite;
    display: inline-block;
    height: 30px;
    margin-top: 1.5%;
    padding-top: 6px;
}

.public-signin-container .cursur-active .text-input-cursor {
    color: #000;
    font-family: 'dosisbold';
    border-right: .15em solid #000;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: blink-caret .5s step-end infinite;
    display: inline-block;
    height: 20px;
    margin-top: 0%;
    padding-top: 1px;
}

.public-signin-container .updatepin-child-name {
    font-family: 'dosisbold';
    font-size: 16px;
}

.public-signin-container .no-pad {
    padding: 0 !important;
    border: 0px !important;
}

.public-signin-container .updatepin-input input.k-textbox, .public-signin-container .form-control {
    width: calc(100% - 10px);
    display: inline-block;
}

.public-signin-container .CalBtn, .public-signin-container .updPinBtn {
    width: 80px;
    height: 45px;
    margin-top: 5px;
    background-color: #ccc;
}

.public-signin-container .PinBtn {
    width: 80px;
    height: 45px;
    margin-top: 5px;
    background-color: #ccc;
}

.public-signin-container .CalDelBtn {
    width: 80px;
    height: 45px;
    margin-top: 5px;
    background-color: #ccc;
}

.public-signin-container .PinDelBtn {
    width: 80px;
    height: 45px;
    margin-top: 5px;
    background-color: #ccc;
}

.public-signin-container .OprBtn {
    width: 123px;
    height: 45px;
    margin-top: 5px;
    background-color: #ccc;
}

.public-signin-container .PinOprBtn {
    width: 250px;
    height: 45px;
    margin-top: 5px;
    background-color: #ccc;
}

.time-dummy {
    display: inline-block;
    max-width: 102px;
    width: 100%;
    position: relative;
}

.icon-timer {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 0
}

.time-dummy .k-input {
    position: relative;
    float: left;
    border: 1px solid #ccc;
    z-index: 11;
    padding-left: 3px;
}

.icon-timer select {
    padding: 5px 0;
    width: 100%;
    opacity: 0;
}

.icon-timer::after {
    content: "\f017";
    font: 16px/1 FontAwesome;
    width: 25px;
    height: 29px;
    position: absolute;
    right: 2px;
    line-height: 30px;
    background-color: #fff;
    top: 0;
    pointer-events: none;
    border: 1px solid #ccc;
    border-left: none;
}

.review-week-head {
    display: flex;
    align-items: center;
    padding-left: 15px;
    justify-content: center;
}

    .review-week-head #ReviewHeader {
        padding-right: 10px;
    }

.review-week-footer {
    padding: 0 15px;
}

.review-week-body a.k-button-icontext {
    width: 25px;
    height: 25px !important;
    padding: 0;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-weight: 700;
}

.public-signin-select {
    position: absolute;
    width: calc(100% + 45px);
    left: 0px;
    height: 100%;
}

    .public-signin-select select {
        width: 100%;
        opacity: 0;
        height: 100%;
    }

    .public-signin-select:after {
        content: "\f017";
        font: 20px/1 FontAwesome;
        position: absolute;
        right: 1px;
        height: 100%;
        background-color: #fff;
        width: 45px;
        line-height: 37px;
        top: 0;
        border: 1px solid #ccc;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        pointer-events: none;
        cursor: pointer;
        text-align: center;
    }

.commonValidationErrTop {
    position: relative;
    top: -27px;
    float: left;
}

.signinContentSectionsignout #signature-pad, .signinContentSectionsignout .wrapper {
    width: 100%;
}

    .signinContentSectionsignout .wrapper .signature_pad {
        width: 100%;
    }

.update-back .signin-back-bt {
    display: inline-block;
}

.public-signin-container .no-pad.no-border {
    border: 0px !important;
}

.signin-back-bt-container {
    padding-left: 15px;
}

.user-input-space {
    margin-bottom: 0px !important;
}

.public-signin-container .no-pad.no-border p {
    text-align: left;
}

.new-public-signcontainer.public-signin-container .enterInSection-public-signin fieldset .signinContentSection {
    width: 100%;
}

.new-public-signcontainer.public-signin-container .enterInSection-public-signin fieldset {
    width: 100%;
}

.Exit-conent-container {
    padding: 0 9px;
}

.public-signin-container.new-public-signcontainer .enterInSection-public-signin .signin-container, .public-signin-container.new-public-signcontainer .enterInSection-public-signin .signin-container .signinright {
    width: 100%;
}

.enterIn-signin .btnSignInOut, .enterIn-signout .btnSignInOut {
    background-color: #ddd;
}

.Meditationinput .importantInfo {
    min-width: 207px;
}

.updownButton, .updownButton {
    -webkit-appearance: none;
    appearance: none;
}

#InSignOutDiv .signinContentSection {
    width: 100%;
}

button.updownButton, html [type=button].updownButton, [type=reset].updownButton, [type=submit].updownButton {
    -webkit-appearance: none;
    appearance: none;
}

button.updownButton, html [type=button].updownButton, [type=reset].updownButton, [type=submit].updownButton {
    -webkit-appearance: none;
    appearance: none;
}
.public-signin-container input:read-only {
    pointer-events: auto !important;
}

#foodqtygrid .gridcolumnid {
    text-align: center;
    margin: 0;
    font-size: 16px;
    padding-left: 0;
}


#foodqtygrid .DivEditButtons {
    padding-left: 0;
    margin: 10px;
}


#foodqtygrid .ChildUpdateShow {
    margin-right: 10px;
    display: inline-block;
}

#foodqtygrid [data-label*="Name"] {
    text-align: center;
}
#foodqtygrid .SpanShow {
    text-align: center;
    font-size: medium;
}
#foodqtygrid .TextCenter td {
    text-align: center;
}
.public-signin-required{position:relative;}
.public-signin-required .required{    left: 48px;float: left;} 
.signin-sleep-required .required {left: -16px;top: 5px;}
.public-collection-required .required { left: 10px;  top: -20px; }
.public-signin-btn.signinContentSection{width:100%;}
.public-signin-btn .submitinput{display:flex;justify-content:space-between;width:100%;}
.signOutFormInnerContainer .public-signin-btn  {    padding: 0 30px 0 15px;}
.public-signout-required .required {
    top: 7px;
    left: 5px;
}
#InSignOutDiv .time_P{text-align:left}
.signinleft-space {
    min-width: 220px;
    width: 200px;
    height:1px;
}
.signinright-required-txt,.signinleft-space{float:left}
.leader-signinout-required .required {
    right: -15px;
    top: 1px;
    position: absolute;
    display: inline-block;
    width: 10px;
    left: auto;
}
.leader-signinout-time-required .required {
    top: 5px;
    left: 5px;
}
.leader-signinContentSection.signinContentSection{ margin-bottom:0px;}
@media screen and (max-width:1024px ) {
    #AnalysisGrid .k-grid-pager a {
        display: inline-flex;
        align-items: center;
    } 
    .public-signin-container .no-pad {
        padding: 0 !important;
        border: 1px solid #dbdbdb !important;
    }
    
    #foodqtygrid .DivEditButtons {
        margin-left: 155px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #foodqtygrid .ChildUpdateShow {
        margin-right:10px;
        display: inline-block;
    }

    #foodqtygrid .gridcolumnid{padding-left:150px;text-align: left;}
    #foodqtygrid [data-label*="Name"]{text-align:left;}
    .child-signin-container.bodysection_in {
        min-height: 445px;
    }

    .public-signin-container .CalBtn, .public-signin-container .updPinBtn, .public-signin-container .CalDelBtn, .public-signin-container .PinBtn, .public-signin-container .PinDelBtn {
        width: 105px;
        height: 65px;
    }

    .public-signin-container .enterIn .btn {
        font-family: "dosisregular";
        font-size: 22px;
    }

    .public-signin-container .OprBtn, .public-signin-container .signin-back-bt input, .public-signin-container .btn.backbtn {
        width: 160px;
        height: 65px;
    }

    .public-signin-container #InSignOutDiv .signin-back-bt input, .public-signin-container #SignInDiv .signin-back-bt input {
        height: 47px;
    }

    .public-signin-container .mob-text-box {
        width: 327px !important;
        height: 60px !important;
    }

    .public-signin-container .text-cursor {
        height: 37px;
        font-size: 22px;
    }

    .public-signin-container #PINUPDdiv .updPinBtn, .public-signin-container #PINUPDdiv .CalBtn, .public-signin-container #PINUPDdiv .PinDelBtn {
        width: 99px;
    }

    .public-signin-container #PINUPDdiv .OprBtn {
        width: 152px;
    }

    .Exit-conent-container-col {
        padding: 0;
    }
}

@media screen and (max-width:991px ) {
    .signinleftInnermobile {
        display: none;
    }

    .signinContentSection .timeeditorfield {
        margin-top: 0px;
    }

    .Exit-conent-container {
        padding: 0 0px;
    }
}

@media screen and (min-width:769px ) {
    .user-input-space p {
        display: none;
    }
}

@media screen and (max-width:768px ) {
    .commonValidationErrTop {
        top: 0
    }

    .public-signin-container .updatepin-input .control-label {
        display: block;
        text-align: left;
    }

    .public-signin-container .enterIn .col-sm-12 {
        padding: 0;
    }

    .public-signin-container .enterInSection-public-signin fieldset .signinContentSection {
        width: 100%;
    }

    .public-signin-container .enterIn .signinleft, .public-signin-container .enterIn .signinleftInner {
        float: none;
        text-align: left;
    }

    .public-signin-container .enterIn .EmotioncontainerView-dropdown a.dd-selected, .public-signin-container .enterIn textarea, .public-signin-container .enterIn fieldset {
        width: 100%;
    }

    .public-signin-container .enterInSection-public-signin .signin-container .signinright,
    .public-signin-container .enterInSection-public-signin .signinChildDetails,
    .public-signin-container .enterInSection-public-signin .signature_pad,
    .public-signin-container .enterInSection-public-signin .signin-container {
        width: 100%;
    }

    .public-signin-container .enterIn .signinContentSection {
        width: 100%;
    }

    .public-signin-container #btnUp, .public-signin-container #btnDown {
        text-align: center;
    }

    .signin-form-container .signinleft, .signin-form-container .signinleftInner {
        float: none;
    }

    .signin-form-container #emotions-1, .signin-form-container .dd-select {
        width: 100% !important;
    }

    .signin-form-container .signinChildDetails, .signin-form-container .signinright, .signin-form-container .wrapper, .signin-form-container .Meditationinput textarea, .signin-form-container .Meditationinput input[type="text"] {
        width: 100%;
    }

        .signin-form-container .wrapper canvas {
            width: 100% !important;
        }

    .signin-form-container .Meditationinput textarea, .signin-form-container .Meditationinput input[type="text"] {
        max-width: 100%;
    }

    .signin-form-container .signinContentSection .signinright {
        width: calc(100% - 10px) !important;
        display: inline-block;
    }
}

@media screen and (max-width:767px ) {

    .public-signin-container .enterIn-signout .btnSignInOut, .public-signin-container .enterIn-signin .btnSignInOut {
        width: 100%;
        height: 40px;
    }

    .public-signin-container .enterIn-signout, .public-signin-container .enterIn-name, .public-signin-container .enterIn-signin {
        width: 100%;
    }

    .child-signin-container.bodysection_in {
        min-height: 445px;
    }

    .public-signin-container .CalBtn, .public-signin-container .updPinBtn, .public-signin-container .CalDelBtn, .public-signin-container .PinBtn, .public-signin-container .PinDelBtn {
        width: 86px;
        height: 55px;
    }

    .public-signin-container .enterIn .btn {
        font-family: "dosisregular";
        font-size: 20px;
    }

    .public-signin-container .OprBtn, .public-signin-container .signin-back-bt input, .public-signin-container .btn.backbtn {
        width: 132px;
        height: 55px;
    }

    .public-signin-container .mob-text-box {
        width: 270px !important;
        height: 60px !important;
    }

    .public-signin-container .text-cursor {
        height: 39px;
        font-size: 22px;
    }

    .public-signin-container .enterInSection, .child-signin-container.bodysection_childlist.bodysection_in {
        padding-left: 0px;
        padding-right: 0px;
    }

    .public-signin-container .signin-back-bt {
        text-align: center;
    }

    .public-signin-container #PINUPDdiv .updPinBtn, .public-signin-container #PINUPDdiv .CalBtn, .public-signin-container #PINUPDdiv .PinDelBtn {
        width: 80px;
    }

    .public-signin-container #PINUPDdiv .OprBtn {
        width: 123px;
    }

    .public-signin-container .no-pad.no-border {
        padding: 0 10px !important;
    }
}

.public-signin-container .btn {
    font-family: "dosisregular";
    font-size: 16px;
}


.k-animation-container .k-list-container.k-popup.k-group{overflow:auto;}
.k-grid .k-filter-row .k-filtercell .k-operator-hidden {
    padding: 0
}
.k-grid .k-filter-row .k-filtercell .k-operator-hidden .k-widget.k-header.k-state-default {
    display: flex;
    align-items: center;
}
.k-grid .k-filter-row .k-filtercell .k-operator-hidden .k-widget.k-header.k-state-default input {
    min-width: 10px;
    width: 100% !important;
}
/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}


body {
    padding: 0px;
    margin: 0px;
    font-family: "dosisregular";
    overflow-y: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@font-face {
    font-family: 'AbeezeeRegular';
    src: url('Fonts/ABeeZee-Regular-webfont.eot');
    src: url('Fonts/ABeeZee-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/ABeeZee-Regular-webfont.woff2') format('woff2'), url('Fonts/ABeeZee-Regular-webfont.woff') format('woff'), url('Fonts/ABeeZee-Regular-webfont.ttf') format('truetype'), url('Fonts/ABeeZee-Regular-webfont.svg#AbeezeeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DosisRegular';
    src: url('Fonts/Dosis-Regular-webfont.eot');
    src: url('Fonts/Dosis-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Dosis-Regular-webfont.woff2') format('woff2'), url('Fonts/Dosis-Regular-webfont.woff') format('woff'), url('Fonts/Dosis-Regular-webfont.ttf') format('truetype'), url('Fonts/Dosis-Regular-webfont.svg#DosisRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DosisSemibold';
    src: url('Fonts/dosis-semibold-webfont.eot');
    src: url('Fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/dosis-semibold-webfont.woff2') format('woff2'), url('Fonts/dosis-semibold-webfont.woff') format('woff'), url('Fonts/dosis-semibold-webfont.ttf') format('truetype'), url('Fonts/dosis-semibold-webfont.svg#DosisSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DosisMedium';
    src: url('Fonts/Dosis-Medium-webfont.eot');
    src: url('Fonts/Dosis-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Dosis-Medium-webfont.woff2') format('woff2'), url('Fonts/Dosis-Medium-webfont.woff') format('woff'), url('Fonts/Dosis-Medium-webfont.ttf') format('truetype'), url('Fonts/Dosis-Medium-webfont.svg#DosisMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DosisBold';
    src: url('Fonts/Dosis-Bold-webfont.eot');
    src: url('Fonts/Dosis-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Dosis-Bold-webfont.woff2') format('woff2'), url('Fonts/Dosis-Bold-webfont.woff') format('woff'), url('Fonts/Dosis-Bold-webfont.ttf') format('truetype'), url('Fonts/Dosis-Bold-webfont.svg#DosisBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('Fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('Fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('Fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('Fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('Fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('Fonts/fontawesome-webfont.svg?v=4.3.0#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DosisExtraLight';
    src: url('Fonts/Dosis-ExtraLight.eot?#iefix') format('embedded-opentype'), url('Fonts/Dosis-ExtraLight.woff') format('woff'), url('Fonts/Dosis-ExtraLight.ttf') format('truetype'), url('Fonts/Dosis-ExtraLight.svg#DosisExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Common*/
body {
    padding: 0px;
    margin: 0px;
}

.mainContainer {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

input, select, textarea {
    max-width: 350px;
    margin: 0 auto; /*max-width:280px;*/
}

.headerContainer {
    width: 100%;
    height: 192px;
    background-color: #CCC;
}

header {
    width: 960px;
    height: 118px;
    margin: 0 auto;
    padding-top: 25px;
}

.logo {
    display: block;
    float: left;
    width: 292px;
    height: 62px;
}

    .logo a {
        display: block;
        float: left;
    }

header h2 {
    font: bold 23px AbeezeeRegular;
    color: #000;
    width: 290px;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.topMenu {
    width: 668px;
    height: 42px;
    text-align: right;
    margin: 0 auto;
    padding: 0px !important;
}

    .topMenu ul {
        padding: 0px;
        margin: 0px;
        float: right;
    }

        .topMenu ul li {
            list-style: none none;
            float: left;
            padding-left: 15px;
        }

            .topMenu ul li a {
                font: normal 16px DosisRegular;
                color: #000;
                line-height: 41px;
            }

                .topMenu ul li a:hover {
                    color: #cf3157;
                    text-decoration: none;
                }

.contentContainer {
    width: 100%;
}

.content {
    width: 100%; /*960px;*/
    margin: 0 auto;
    min-height: 840px; /*700px*/
}

.contentItem {
    width: 100%;
}
/*footer
{
    width:100%; height:32px; float:left; text-align:center;
    background-color:#CCC; border-top:1px solid #5D5C5C;
    margin:5% 0px 0px;
}
footer p
{
    color:#CF3157; line-height:31px !important;
    font: normal 12px AbeezeeRegular; margin:0px;
}*/


/*Menu*/
#menu-icon {
    display: none;
}

#navMenu {
    width: 960px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    border: medium none;
    z-index: 100;
    height: 45px;
    background-color: #CF3157;
    margin: 25px auto 0 auto;
    border-radius: 4px;
}

#menu-icon {
    display: none;
}

#navMenu .menu-header, div.menu {
    display: inline-block;
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 9px;
    width: auto;
}

#navMenu .ske-menu ul.menu {
    list-style: none;
    margin: 0;
}

#navMenu .ske-menu .menu li, div.menu li {
    float: left;
    margin: 0 3px;
    position: relative;
    list-style: none outside none;
}

#navMenu a {
    color: #fff;
    display: block;
    line-height: 45px;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 0px;
    font-family: DosisRegular;
    font-size: 19px;
    z-index: 99999;
}

#navMenu ul {
    padding: 0px 20px;
    margin: 0px;
    position: relative;
}

    #navMenu ul li {
        float: left;
        list-style: none none;
    }

    #navMenu ul ul {
        display: none;
        top: 45px !important;
        width: 25% !important;
        z-index: 99999;
        background: #EB4267;
        padding: 0px;
        border-radius: 5px 5px 5px 5px;
        margin: 0px;
    }

    #navMenu ul .sub-menu {
        width: 25%;
        position: absolute;
    }

        #navMenu ul .sub-menu li {
            display: block;
            width: 100%;
        }

    #navMenu ul ul li {
        min-width: 150px;
        margin: 0 !important;
    }

    #navMenu ul ul ul {
        left: 100%;
        top: 0;
        border-radius: 5px 5px 5px 5px;
        background: #000000;
    }

    #navMenu ul ul a {
        color: #FFFFFF;
        line-height: 24px;
        padding: 5px 20px;
        border: 1px solid transparent;
    }

#navMenu li:hover > a {
    background: #CF3157;
    color: #A9A9A9;
    z-index: 999999999999;
}

#navMenu ul ul li:hover > a {
    background-color: #CB2D54;
    border-radius: 5px;
    color: #A9A9A9;
}

#navMenu ul ul li.current_page_item a {
    background-color: #0A0A0A;
    border-radius: 5px;
    color: #A9A9A9;
}

/*Landing Page*/
.home {
    /*width:960px; height:348px;*/
    text-align: center;
    margin: 0px auto;
    width: 100%;
    height: 920px;
    border: 0px;
    background-image: none !important;
    /*background:url('Images/bg.jpg') repeat center center;*/
    /*background-color:#000;*/
}

    .home img {
        margin: 2% 0;
    }

/*Login Page*/
.loginContainer {
    width: 100%;
}

.loginSection {
    width: 960px;
    margin: 0 auto;
}

#loginForm hr {
    margin: 7px 0 15px;
}

#socialLoginForm hr {
    margin: 6px 0 15px;
}

h1 {
    font: normal 23px DosisMedium;
    color: black;
    margin: 20px 0;
    text-align: left;
}

h2 {
    font: normal 20px DosisMedium;
    color: black;
    margin: 20px 0px;
    text-align: left;
}

h4 {
    font: normal 20px DosisRegular;
    color: black;
    margin: 0px;
    text-align: left;
}

section#loginForm, section#socialLoginForm {
    width: 100%;
}

.control-label {
    font: normal 15px AbeezeeRegular;
    color: #494949;
    text-align: right;
    display: inline;
}

.form-control {
    font: normal 15px AbeezeeRegular;
    color: #333;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
}

.checkbox label {
    font: normal 15px AbeezeeRegular;
}

.error {
    font: normal 13px AbeezeeRegular;
    color: red;
}

.form-group {
    margin: 0 0 10px 0;
}

.btn-default {
    width: 100%;
    height: 35px;
    text-align: center;
    border: 0px;
    background-color: #EB4267;
    font: normal 15px AbeezeeRegular;
    color: white;
}

    .btn-default:hover {
        background-image: none;
        color: white;
        background-color: #cb2d54;
    }

.form-group p a {
    font: normal 13px AbeezeeRegular;
    text-align: center;
}

#socialLoginList {
    text-align: center;
}

.socialIcon {
    height: 52px;
}
/*.google
{
    width:220px; height:46px; border:0px;
    background:url('Images/google.png') no-repeat center center;
}
.facebook
{
    width:220px; height:46px; border:0px;
    background:url('Images/facebook.png') no-repeat center center;
}
.twitter
{
    width:220px; height:46px; border:0px;
    background:url('Images/twitter.png') no-repeat center center;
}*/

/*Admin --> User Request*/
.table tr th {
    font: normal 16px DosisBold;
}

.table tr td {
    font: normal 16px DosisMedium;
}

#radioList {
    overflow: scroll;
    width: 100%;
    height: 250px;
    border: 1px solid #CCC;
    margin-top: 10px;
}

.staffDetails {
    width: 30% !important;
    margin: 0 2.9% 0 2.7%;
}

.parentDetails {
    width: 31% !important;
}

.label {
    font: normal 16px DosisBold;
    color: black;
    padding: 0px;
}

.margin {
    margin: 5px 0px;
}

.padd0 {
    padding: 0px;
}

.chkboxlabel {
    font-family: AbeezeeRegular !important;
    font-weight: normal;
    cursor: pointer;
}

.paddleft13 {
    padding-left: 13px;
}

.margintop10 {
    margin-top: 10px;
}

.btnGroup {
    margin: 20px 0px;
}

/*Admin --> Center List*/
.table-responsive {
    width: 960px;
    height: 100%;
    overflow: auto;
    min-height: 140px;
}

#divCentreList {
    width: 960px;
    margin-bottom: 20px;
}

    #divCentreList table tr.head {
        position: absolute;
        width: 960px;
        height: 42px !important;
        margin: -1px 0 0 -1px;
        background-color: #f9f9f9;
    }

    #divCentreList table tr.space {
        width: 960px;
        height: 40px !important;
        margin: 1px 0 0 -1px;
    }

    #divCentreList table tr th.col01, #divCentreList table tr td.col01 {
        width: 160px;
    }

    #divCentreList table tr th.col02, #divCentreList table tr td.col02 {
        width: 195px;
    }

    #divCentreList table tr th.col03, #divCentreList table tr td.col03 {
        width: 219px;
    }

    #divCentreList table tr th.col04, #divCentreList table tr td.col04 {
        width: 120px;
    }

    #divCentreList table tr th.col05, #divCentreList table tr td.col05 {
        width: 130px;
    }

    #divCentreList table tr th.col06, #divCentreList table tr td.col06 {
        width: 137px;
    }

.btnStyle01 {
    margin-top: 12px;
    float: right;
    width: 130px;
}

.btnStyle03 {
    margin-top: 12px;
    float: right;
}

.pagerCount {
    font: normal 14px DosisMedium;
}

/*Admin --> Application*/
.search .label {
    line-height: 34px;
    margin-right: 5px;
}

.search .form-control {
    width: 170px;
}

.formItem .form-group {
    width: 50%;
}

.control {
    text-align: right;
    padding-right: 25px;
}

/*Admin --> ChildList*/
.btnStyle02 {
    width: 130px;
    margin-left: 15px;
}

/*Admin --> ChildPickupList*/
#divChildPickupList {
    /*height:500px; overflow:auto;*/
}

.onoffswitchAlignment {
    top: 25px;
    right: 10px;
    display: block;
}

.colFirstName {
    width: 109px !important;
    word-wrap: break-word;
}

.colLastName {
    width: 106px !important;
    word-wrap: break-word;
}

.colPhone {
    width: 100px !important;
    word-wrap: break-word;
}

.colAddress {
    width: 130px !important;
    word-wrap: break-word;
}

.colDescription {
    width: 173px !important;
    word-wrap: break-word;
}

.colPostCode {
    width: 77px !important;
    word-wrap: break-word;
}

.colRelationship {
    width: 98px !important;
    word-wrap: break-word;
}

.colEmpType {
    width: 165px !important;
    word-wrap: break-word;
}

.colCompanyName {
    width: 140px !important;
    word-wrap: break-word;
}

.colCentreName {
    width: 127px !important;
    word-wrap: break-word;
}

.colRoom {
    width: 134px !important;
    word-wrap: break-word;
}

.colHours {
    width: 100px !important;
    word-wrap: break-word;
}

.colFee {
    width: 65px !important;
    word-wrap: break-word;
}

.colViewLink {
    width: 132px !important;
    word-wrap: break-word;
}

.colAgeBound {
    width: 105px !important;
    word-wrap: break-word;
}

.colDate {
    width: 90px !important;
    word-wrap: break-word;
}

.colTitle {
    width: 81px !important;
    word-wrap: break-word;
}

.colNumberOfDays {
    width: 75px !important;
    word-wrap: break-word;
}

.colDollars {
    width: 90px !important;
    word-wrap: break-word;
}

.colHours01 {
    width: 85px !important;
    word-wrap: break-word;
}

.colCommon {
    width: 85px !important;
    word-wrap: break-word;
}

.iconcenter {
    width: 100%;
    height: 25px;
    display: inline-block;
    text-align: center;
}

.center {
    text-align: center;
}

.style01 {
    font: normal 16px DosisMedium;
    color: #428bca;
    text-decoration: none;
}

.capture {
    width: 150px;
}

label, .main-title, h3 {
    font-family: "dosisregular";
    font-weight: normal;
    color: #3c3c3c;
    margin-bottom: 0px;
    /*line-height:0px;*/
}
/*.media-heading
{
    margin-top:31px;    
}*/
.lbl {
    color: white;
}

.homebox {
    width: 632px;
    height: 326px;
    margin: 0 auto;
    background-color: white;
    position: relative;
    top: 150px;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.56);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.56);
    box-shadow: 1px 2px 2px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.56);
}


.field-validation-error {
    position: relative;
    top: -22px;
    right: -20px;
    display: block;
    color: red;
    float: right;
}

#divMyProfile .field-validation-error {
    display: block !important;
}


.bg {
    width: 100%;
    height: 920px;
    border: 0px;
    opacity: 0.8;
    /*background:url('Images/bg.jpg') repeat center center;*/
}

.tleft {
    text-align: left !important;
}

.paddright0 {
    padding-right: 0px;
}

.lbl01 {
    line-height: 28px;
    padding-left: 2px;
    padding-right: 5px;
}

.addmre {
    margin-left: 2px;
    margin-top: 3px;
    float: right;
}

    .addmre a {
        display: inline-block;
        text-align: center;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 2px solid #4F4F4F;
        font-size: 25px;
        line-height: 12px;
    }

.paddleft5 {
    padding-left: 5px;
}

#myProfileForm, #myProfileLinkedForm {
    width: 50%;
}

#uploadControl {
    width: 50%;
}

#crop-image-area {
    width: 169px;
    height: 161px; /*padding:5px; margin:0 7%; border:1px solid #ccc;*/
    text-align: center;
}

#inputButton {
    width: 58%;
    width: 180px;
    margin: 20px 7%;
    text-align: center;
}

.elementHide {
    display: none;
}

.span01 {
    color: #428BCA;
    cursor: pointer;
}












/*@media screen and (max-width: 767px){
    ul.sub-menu{ opacity:0; display:none !important;   }
    ul.sub-menu.active{ opacity:1; display:block !important }
}*/


.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.main-container {
    width: 1920px; /*min-height:920px;*/
    height: 100%;
    background: url('Images/bg_trans.png') repeat-y center center;
    /*position: absolute; top: 0; opacity: 0.3;*/
}

#hoe-header {
    float: left;
}

.hoe-left-header .logo {
    display: none;
}

.checkbox a {
    float: right;
}

#registerForm, #registerFormWithExternalLogin {
    width: 50%;
    margin: 0 auto;
}

.column01 {
    width: 35%;
    text-align: right;
    float: left;
    padding-right: 3%;
    line-height: 30px;
}

.column02 {
    width: 20%;
    float: left;
}

.column01 label {
    text-align: right;
}


/*New Design*/

.list-container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.child-new-header {
    padding: 10px 0;
    background: #c83458; /* Old browsers */
    background: -moz-linear-gradient(left, #c83458 0%, #ec3e68 35%, #fd426f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c83458 0%,#ec3e68 35%,#fd426f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c83458 0%,#ec3e68 35%,#fd426f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c83458', endColorstr='#fd426f',GradientType=1 ); /* IE6-9 */
}
/*.child-listTitle { height:90px; }*/
.child-listTitle {
    margin-bottom: 5px;
    height: 50px;
}

.genderType {
    height: 35px;
}
/*.name { height:60px; }*/
#dtDOB, #numCRNnumber, #genderType {
    color: yellow;
}

#childHeader {
    height: 200px;
}

.childlist-icon {
    text-align: center;
    padding: 11px 0 0;
}

.child-listTitle div {
    font-family: 'dosissemibold';
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.childlist-search {
    width: 260px;
    margin: 0 auto;
    padding: 3px 0;
}

    .childlist-search .search-box {
        background-color: #fff;
        border: 1px solid #CA0000;
        height: 34px;
        margin-top: 1px;
    }

        .childlist-search .search-box input {
            width: 88%;
            outline: none;
        }

        .childlist-search .search-box a {
            background-color: #CA0000;
            height: 32px;
        }

            .childlist-search .search-box a i {
                color: #fff;
            }

.childlist-back {
    text-align: center;
    padding: 5px 0 0;
}

    .childlist-back a {
        font-family: "dosisregular"; /*text-transform:uppercase;*/
        font-size: 16px;
        color: #fff;
        display: inline-block;
        text-align: center;
    }

        .childlist-back a img {
            float: left;
        }

        .childlist-back a span {
            display: inline-block;
            margin-top: 3px;
            float: left;
            margin-left: 5px;
        }

.childlist-back01 {
    text-align: center;
    padding: 15px 0 0;
}

    .childlist-back01 a {
        font-family: "dosisregular";
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        text-align: center;
    }

        .childlist-back01 a img {
            float: left;
        }

        .childlist-back01 a span {
            display: inline-block;
            margin-top: 3px;
            float: left;
            margin-left: 5px;
        }

.child-new-header {
    position: relative;
    text-align: center; /*min-height:195px;*/
    height: 100%;
}

.side-capture a {
    position: absolute;
    right: 0px;
    top: 20%;
    background-image: url(../images/side-capture.jpg);
    width: 39px;
    height: 172px;
}

.child-listbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 800px;
    background: #f2f2f2;
    overflow-y: auto;
}

    .child-listbox ul li {
        width: 15.79%;
        min-width: 160px;
        height: 148px;
        float: left;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 3px solid #fff;
        background-color: #f2f2f2;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

.list-details {
    display: inline-block;
    vertical-align: middle;
    padding-top: 24px;
}

    .list-details p {
        color: #312f32;
        font-family: "dosisregular";
        font-size: 17px;
        margin: 7px 0;
    }

.child-containersignle .child-listTitle {
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0px;
}

.child-listTitle p {
    color: #000000;
    font-size: 18px;
    text-transform: none; /*margin:5px 0;*/
    font-family: "dosisregular";
    line-height: 7px;
    margin-bottom: 0px;
}

.childlistnubmer {
    display: inline-block; /*margin-bottom:10px;*/ /*margin-top:30px;*/
}

    .childlistnubmer .child-listTitle {
        display: inline-block;
        float: left;
    }

    .childlistnubmer .child-listTitle {
        margin-right: 35px;
    }

        .childlistnubmer .child-listTitle.child-listdob {
            margin-right: 0px;
        }

.childlistnext a, .childlistprev a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.childlistprev {
    position: absolute;
    left: 15px;
    top: 46%;
}

.childlistnext {
    position: absolute;
    right: 15px;
    top: 46%;
}

#childlistnumber {
    height: 64px;
}

.width50 {
    width: 50%;
}

.child-areabox {
    background: #f2f2f2;
}

    .child-areabox ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }

        .child-areabox ul li {
            -webkit-box-shadow: inset 0px 1px 32px 0px rgba(50, 50, 50, 0.21);
            -moz-box-shadow: inset 0px 1px 32px 0px rgba(50, 50, 50, 0.21);
            box-shadow: inset 0px 1px 32px 0px rgba(50, 50, 50, 0.21);
            background-color: #f5f5f5;
            border-bottom: 1px solid #cccccc;
            border-top: 1px solid #cccccc;
            min-height: 55px;
            margin-bottom: 1px;
            padding: 12px 15px 0;
            width: 100%;
            cursor: pointer;
        }

            .child-areabox ul li:hover {
                -webkit-box-shadow: inset 0px 1px 32px 0px rgba(50, 50, 50, 0.11);
                -moz-box-shadow: inset 0px 1px 32px 0px rgba(50, 50, 50, 0.11);
                box-shadow: inset 0px 1px 32px 0px rgba(50, 50, 50, 0.11);
            }

            .child-areabox ul li a {
                color: #e14268;
                font-size: 20px;
                font-family: "dosisregular";
                float: left;
                padding-top: 3px;
            }

            .child-areabox ul li span {
                float: right
            }

.child-areaboxtitle h4 {
    color: #372f2f;
    font-size: 30px;
    font-family: "dosisregular";
    text-align: center;
    margin: 0px 0px 0px;
    line-height: 60px;
}
/*.child-areaboxtitle a { display:none; }*/
.child-areabox h4 {
    display: none;
}

.child-areaboxtitle p a {
    float: right;
    margin-right: 12px;
}

.child-container {
    background: #F2F2F2;
}







.areabox ul {
    list-style: none;
    padding: 0;
}

    .areabox ul li a {
        display: block;
        background-color: #e53c65;
        min-height: 70px;
        margin-bottom: 1px;
        padding: 19px 15px 0;
        width: 100%;
        cursor: pointer;
    }

    .areabox ul li a {
        color: #ffffff;
        font-size: 20px;
        font-family: "dosisregular";
        padding-top: 3px;
    }

        .areabox ul li a span {
            line-height: 65px;
            display: inline-block;
        }

        .areabox ul li a img {
            float: right;
            margin-top: 23px;
        }

.materialActivityButton {
    height: 200px;
    overflow-y: scroll;
}

#backtoCurriculumAreas {
    text-align: right;
    padding: 15px 10px 10px;
}

    #backtoCurriculumAreas a {
        font-size: 16px;
        color: #000;
        line-height: 28px;
    }

#breadCrumb {
    font-size: 18px;
    color: #000;
    text-align: left;
    float: left;
    line-height: 35px;
}

.materialActivityButton ul, .progressLevelButton ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}

    .materialActivityButton ul li, .progressLevelButton ul li {
        background-color: #383d46;
        border-radius: 2px;
        box-shadow: 0 5px 0 0 rgba(0, 0, 0, 1);
        cursor: pointer;
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 1%;
        margin-right: 1%;
        min-height: 52px;
        min-width: 229px;
        width: 22%;
    }

        .materialActivityButton ul li:active, .progressLevelButton ul li:active {
            /*box-shadow:none;*/ background-color: #75C120;
            box-shadow: 0 5px 0 0 rgba(115, 169, 9, 1);
        }

        .materialActivityButton ul li.highlight,
        .progressLevelButton ul li.highlight {
            /*background: #259C29;
    color: yellow;
    line-height: 17px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #259C29;
    padding: 0px 10px;*/
            /*box-shadow:none;*/ background-color: #5C5E61; /*444A55*/
            box-shadow: 0 5px 0 0 rgba(57, 59, 62, 1);
        }

        .materialActivityButton ul li.clicked,
        .progressLevelButton ul li.clicked {
            /*background: #259C29;
    color: yellow;
    line-height: 17px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #259C29;
    padding: 0px 10px;*/
            /*box-shadow:none;*/ background-color: #75C120; /*444A55*/
            box-shadow: 0 5px 0 0 rgba(115, 169, 9, 1);
        }

        .materialActivityButton ul li p,
        .progressLevelButton ul li p {
            text-align: center;
            padding-top: 15px;
            margin: 0;
            color: #ffffff;
            font-size: 20px;
            font-family: "dosisregular";
            word-wrap: break-word;
        }

        .progressLevelButton ul li.highlight p {
            color: #ccc;
            text-shadow: 2px 3px #383D46;
        }
/*.areabox ul li span{float:right}*/
.breadcrumbText {
    font-family: DosisBold;
    color: #CA3459;
}

.separator {
    font-family: DosisRegular;
    color: #000;
    font-size: 15px;
    padding: 0 3px;
}

.commentslist {
    margin: 15px 0 0 0; /*padding: 0px 20px 20px 20px;*/
    padding: 0px 20px;
}

    .commentslist p {
        font-size: 18px;
        color: #312f32;
        font-family: "dosisregular";
    }

    .commentslist textarea {
        font-size: 15px;
        letter-spacing: 0.5px;
        padding: 5px 10px;
        border: 1px solid #cfcfcf;
        border-radius: 8px;
        min-height: 200px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

.areabt-container {
    height: 64px;
}

    .areabt-container .bt-left {
        background-color: #e53c65;
        width: 49.9%;
        float: left;
    }

    .areabt-container .bt-right {
        background-color: #e53c65;
        width: 49.9%;
        float: left;
    }

        .areabt-container .bt-left a, .areabt-container .bt-right a {
            text-align: center;
            font-size: 18px;
            color: #ffffff;
            font-family: "dosisregular";
            display: inline-block;
            width: 100%;
            padding: 22px 0;
        }

    .areabt-container .bt-left {
        margin-right: 1px;
    }

.areabrowsebt {
    margin: 45px 0;
    padding: 0 20px;
    text-align: center;
}

    .areabrowsebt .brwsleft {
        float: left;
        width: 50%;
    }

        .areabrowsebt .brwsleft p {
            padding-top: 9px;
            font-size: 18px;
            color: #312f32;
            font-family: "dosisregular";
            float: left;
            margin-right: 15px;
        }

        .areabrowsebt .brwsleft a,
        .areabrowsebt .box input {
            font-size: 20px;
            color: #ffffff;
            background-color: #e53c65;
            display: inline-block;
            padding: 10px 25px;
            border: 0px;
        }

            .areabrowsebt .brwsleft a:hover {
                text-decoration: none;
                background-color: #BD3052;
            }

    .areabrowsebt p {
        font-size: 18px;
    }

.list-container ul li a, .areabt-container a {
    text-decoration: none;
}

#lblSaveStatus {
    font: normal 18px DosisRegular;
    color: black;
    height: 50px;
    line-height: 50px;
}

body.childLearningProgress .ui-autocomplete {
    background-color: #E8E8E8;
    color: black;
    width: 258px;
    height: 250px !important;
    overflow: auto;
    padding: 5px 15px 0 5px;
    margin: 0px;
    border-radius: 0px !important;
}

    body.childLearningProgress .ui-autocomplete li {
        list-style: none none;
        padding: 0px;
        margin: 0px;
    }

        body.childLearningProgress .ui-autocomplete li a {
            font-size: 16px;
        }

.ui-autocomplete {
    background-color: #D0CCCC;
    color: black;
    width: 332px;
    height: 356px !important;
    overflow: auto;
    padding: 10px 15px;
    margin: 0px;
    border-radius: 0px;
}

    .ui-autocomplete li {
        list-style: none none;
        padding: 0px;
        margin: 0px;
    }

        .ui-autocomplete li a {
            font-size: 16px;
        }

div.calender-container.leftSection img.originalimage {
    width: 400px;
    height: 200px;
    display: block;
}

.imageHeader {
    text-align: left;
    font-size: 18px;
    padding-left: 5%;
}

.fileUpload, .uploadedImage {
    width: 42.5%;
    height: 360px;
    float: left;
    border: 1px solid #c9c9c9;
    margin-left: 5%;
    background: #fff;
    position: relative;
    padding-bottom: 10px;
    padding-top: 2.5px;
}

.uploadedImage {
    overflow: auto;
}

.fileUpload .k-header {
    height: 355px;
    border: 0px !important;
    width: 100% !important;
    max-width: inherit;
}

.upload-container {
    position: relative;
}

.k-edit-form-container .pop-container .editor-field {
    position: relative;
}

#ProgressName_validationMessage, #CentreID_validationMessage, #Color_validationMessage {
    margin: 3.5em !important;
}


.imageContainer {
    width: 100%;
    height: 400px;
}

.uploadedImage span.previewMsg {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -60px;
    right: auto;
    color: #ccc;
    font-size: 18px;
    cursor: no-drop;
}

.imagePreview span.close {
    position: absolute;
    left: auto;
    right: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    background-color: transparent;
    border-radius: 15px;
    line-height: 15px;
    text-indent: 1px;
    font-family: DosisRegular;
}

    .imagePreview span.close:hover {
        background-color: #F00;
    }

.imagePreview {
    width: 47%;
    height: 48%;
    float: left;
    border: 4px solid #c9c9c9;
    position: relative;
    margin-left: 2.8%;
    margin-top: 2%;
}

    .imagePreview a img {
        width: 100%;
        height: 100%;
    }

/*browse file*/
.box .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    font-family: "dosisregular";
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #e53c65;
    padding: 10px 25px;
    font-size: 20px;
    font-family: "dosisregular";
    font-weight: normal;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #BD3052;
    }

#currentRoomName, #currentRoomNameForNappies {
    float: right;
    position: absolute;
    top: 10px;
    right: 30px;
}

.box ul li {
    width: auto;
    /*padding-left:5%;*/
    padding-left: 8px;
    padding-top: 5px;
}

    .box ul li.k-file .file-wrapper .k-upload-action {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -5px;
    }

    .box ul li.k-file div.file-wrapper {
        position: relative;
        height: 46px;
        width: 100%;
        /*padding:0 5%;*/
    }

.imgthumb, .imgthumb img {
    width: 40px;
    height: 40px;
}

.file-name-heading {
    line-height: 17px;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.file-size-heading {
    font-weight: normal;
}

#close {
    display: block;
    font-size: 25px;
    line-height: 25px;
    position: relative;
    right: 10px;
    top: -10px;
    cursor: pointer;
}

.bordtop0 {
}

.ihide {
    display: none;
}


/* Staff Dashboard */

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.wrapper_inner {
    padding: 5%;
    width: 90%;
}

.child_box {
    width: 938px;
    height: auto;
}

.verytop_header {
    width: 100%;
    height: 7px;
    background-color: #fb6526;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.top_header {
    width: 100%;
    height: 51px;
    background-color: #fff;
    padding-left: 20px;
}

.shadow {
    -webkit-box-shadow: -11px 11px 16px -6px rgba(0,0,0,0.18);
    -moz-box-shadow: -11px 11px 16px -6px rgba(0,0,0,0.18);
    box-shadow: -11px 11px 16px -6px rgba(0,0,0,0.18);
}

.top_header img {
    margin-right: 15px;
    margin-top: -12px;
}

.top_header span {
    font: normal 20px DosisRegular;
    color: #414141;
    display: inline-block;
    text-align: left;
    line-height: 51px;
}

.child_box_content {
    width: 100%;
    height: 394px;
    background-color: #fff;
    margin-top: 12px;
}

.search_box {
    width: 333px;
    height: 40px;
    background: url(../Content/Images/search_box.jpg) no-repeat;
}

.search_icon {
    width: 20px;
    height: 20px;
    display: block;
    line-height: 38px;
    float: right;
    margin: 10px;
    background: url(../Content/Images/search_icon.png) no-repeat;
}

.search_box input {
    width: 80%;
    height: 40px;
    border: 0px;
    background-color: transparent;
    outline: none;
    font: normal 18px DosisRegular;
    color: #fff;
    padding-left: 15px;
}

    .search_box input:-moz-placeholder {
        color: #fff;
    }

.child_List {
    width: 333px;
    height: 354px;
    overflow-y: scroll;
}

    .child_List ul {
        padding: 0px;
        margin: 0px;
    }

        .child_List ul li {
            list-style: none none;
            width: 100%;
            height: 69px;
            padding: 10px 0 10px 10px;
            background-color: #eee;
            border-bottom: 1px solid #ccc;
            margin-bottom: 2px;
        }

            .child_List ul li img {
                float: left;
                padding: 0px 15px;
            }

.namelist {
    width: auto;
}

.child_List .childname {
    font: normal 16px DosisMedium;
    color: #5c5c5c;
    margin: 6px 0 0 0;
}

.child_List .gender {
    font: normal 14px DosisMedium;
    color: #5c5c5c;
}

.child_List ul li:hover {
    background-color: #8cf2d4;
    cursor: pointer;
}

    .child_List ul li:hover .childname,
    .child_List ul li:hover .gender,
    .child_List ul li.selectedNotStudy .childname,
    .child_List ul li.selectedNotStudy .gender,
    .child_List ul li.selectedStudy .childname,
    .child_List ul li.selectedStudy .gender {
        color: #000;
    }

.child_List ul li.bgcolor01 {
    background-color: #fdf8d4;
}

    .child_List ul li.bgcolor01:hover {
        background-color: #fff;
    }

.button {
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 13px;
    font-family: Georgia, Serif;
    text-decoration: none;
    vertical-align: middle;
}

    .button:hover {
        border-top-color: #28597a;
        background: #28597a;
        color: #ccc;
    }

    .button:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

.content_left {
    width: 333px;
    height: 100%;
}

.content_right {
    width: 605px;
    height: 100%;
}

#filterInputNew:focus {
    outline: none;
}

.navigator {
    width: 264px;
    height: 296px;
    margin: 0 auto;
    position: relative;
    top: 10%;
}

    .navigator a {
        text-decoration: none;
        text-indent: 20px;
        font: normal 16px DosisRegular;
        color: #fff;
    }

.box01 {
    width: 264px;
    height: 74px;
    text-align: center;
    background: url(../Content/Images/box01.png) no-repeat;
}

#childName {
    font: normal 18px DosisBold;
    color: #fff;
    line-height: 65px;
}

.box02 {
    width: 235px;
    height: 71px;
    text-align: left;
    margin-left: 15px;
    background: url(../Content/Images/box02.png) no-repeat;
    padding: 13px 0 0 15px;
}

.box03 {
    width: 235px;
    height: 71px;
    text-align: left;
    margin-left: 15px;
    background: url(../Content/Images/box03.png) no-repeat;
    padding: 13px 0 0 15px;
}

.box04 {
    width: 235px;
    height: 80px;
    text-align: left;
    margin-left: 15px;
    background: url(../Content/Images/box04.png) no-repeat;
    padding: 13px 0 0 15px;
}

.child_List ul li.selectedNotStudy {
    color: #000;
    background-color: #fff;
}

.child_List ul li.selectedStudy {
    color: #000;
    background-color: #D4D5FD;
}

/*.child_List ul li:hover .childname, 
    .child_List ul li:hover .gender*/

/*  Child Waiting List  */
.childFormContainer {
    width: 830px;
    margin: 0 auto;
    /*min-height:1350px;*/
    background-color: #fff;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.childForm {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 70px;
    /*float:left;*/
}

.header {
    width: 830px;
    height: 50px;
    background: #367ebf; /* Old browsers */
    background: -moz-linear-gradient(top, #367ebf 0%, #207cca 9%, #226ab3 45%, #226ab3 67%, #367ebf 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #367ebf 0%,#207cca 9%,#226ab3 45%,#226ab3 67%,#367ebf 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #367ebf 0%,#207cca 9%,#226ab3 45%,#226ab3 67%,#367ebf 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367ebf', endColorstr='#367ebf',GradientType=0 ); /* IE6-9 */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    float: left;
}

    .header img {
        margin-top: -7px;
        padding-right: 5px;
    }

    .header span {
        font: normal 20px DosisRegular;
        color: white;
        line-height: 50px;
    }

.parentControls,
.parentGrid,
.childControls,
.childGrid {
    width: 100%;
    float: left;
}

    .parentControls .editor-label,
    .childControls .editor-label {
        width: 40%;
        float: left;
        font-size: 15px;
        text-align: right;
        line-height: 28px;
        margin-right: 15px;
    }

    .parentControls .editor-field,
    .childControls .editor-field {
        width: 54%;
        float: left;
        margin-left: 5px;
    }

.k-picker-wrap .k-icon {
    margin-top: -6px;
}

.k-radio:checked + .k-radio-label:after {
    top: 4px !important;
    left: 4px !important;
    background-color: #666 !important;
    border-color: #666 !important;
    border-radius: 20px !important;
    width: 6px !important;
    height: 6px !important;
}
/* Table Grid */
.parentTable, .childTable {
    width: 100%;
    border-collapse: collapse;
}

    .parentTable tr:nth-of-type(odd), .childTable tr:nth-of-type(odd) {
        background: #eee;
    }

    .parentTable th, .childTable th {
        background: #226ab3;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .parentTable td, th, .childTable td, th {
        padding: 6px;
        border: 1px solid #ccc;
        /*text-align: left;*/
    }

    .parentTable tr:nth-child(odd), .childTable tr:nth-child(odd) {
        background-color: #DAE9F7;
    }

    .parentTable tr:nth-child(even), .childTable tr:nth-child(even) {
        background-color: white;
    }

.head01 {
    font: normal 22px DosisRegular;
    color: #226ab3;
    text-align: center;
    margin-bottom: 20px;
}

.radiobtn {
    margin-top: 6px;
    width: 96%;
}

.k-radio-label[for="SomeFlexibility"] {
    width: 100% !important;
}

.box05 {
    width: 25%;
    height: 30px;
    font: normal 13px DosisRegular;
    color: #2b2e32;
    line-height: 30px;
    background-color: #c8daec;
    text-align: center;
    margin: 0px;
    position: relative;
    z-index: 0;
    top: 15px; /*left:-20px;*/
    padding: 0 5px;
}

.box06 {
    width: 38%;
    height: auto;
    font: normal 12px DosisRegular;
    color: #2b2e32;
    line-height: 30px;
    background-color: #c8daec;
    text-align: center;
    position: relative;
    top: 15px;
    z-index: 0;
    padding: 0 5px;
    float: left;
}

.preferredDays {
    width: 100%;
    height: 100%;
    border: 1px solid #c8daec;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: static;
    top: -5px;
    left: -22px;
    z-index: 0;
    float: left;
}

    .preferredDays label {
        margin-right: 7%;
    }

.marketingSource label {
    margin-right: 4%;
}
/*.preferredDays span
{
    font:normal 12px DosisRegular;
    color:#6b6b6b;
    line-height:20px;
}*/
.starPos {
    left: 104% !important;
    top: -5px !important;
    float: left;
}

.marketingSource {
    /*95.60%*/
    width: 100%;
    height: 100%;
    border: 1px solid #c8daec;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-left: 40px;
    position: static;
    z-index: 0;
    float: left;
    margin: 0px auto;
}

#MarketingSource {
    margin-left: 20px;
}

input[name="marketingSource"],
input[name="preferredDays"] {
    vertical-align: top !important;
}

label[for="SomeFlexibility_"] {
    width: 40% !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
}

.classicButtons {
    text-align: right;
    margin-top: 10px;
    float: right;
    /*width:70%;*/
}

.classic {
    width: 110px;
    height: 27px;
    background-color: #226ab3;
    color: #fff;
    float: right;
    font-size: 14px;
    outline: none;
    border: 1px solid #fff;
    box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
}

#AddParent, #AddChild, #Save, .clearbtn, #Ok, #Cancel, #done, #ok, #Clear, #CClear {
    border: 0px;
    background-color: #226ab3;
    color: white;
    height: 25px;
    line-height: 25px;
    width: 108px;
    /*width:100%;*/
    padding-left: 25px;
    cursor: pointer;
    outline: none;
}
/*#Edit
{
    width:100%;
}*/
.clearbtn {
    padding-left: 7px;
}

#Save {
    padding-left: 15px;
}

.classic:hover,
.classic:hover #AddParent,
.classic:hover #AddChild,
.classic:hover #Save,
.classic:hover .clearbtn,
.classic:hover #Ok,
.classic:hover #Cancel,
.classic:hover #done,
.classic:hover #ok,
.classic:hover #Clear,
.classic:hover #CClear {
    background-color: #0b3968;
}

.classic k-update, .classic k-cancel {
    position: absolute;
    top: 6px;
    left: 5px;
}

.martop35 {
    margin-top: 35px;
}

.martop18 {
    margin-top: 18px;
}

.marleft9 {
    margin-left: 9px;
}

.marright40 {
    margin-right: 40px;
}

.martop5 {
    margin-top: 5px;
}

label[for="male"] {
    margin-right: 23px;
}

label[for="one"],
label[for="two"],
label[for="three"] {
    margin-right: 44px;
    min-height: 28px;
}

label[for="four"]
/*label[for="five"]*/ {
    margin-right: 42px;
}

#six {
    margin-left: 1px;
}

.marketingSource label,
.preferredDays label {
    line-height: 25px;
}

.lbl02 {
    font-size: 12px;
    line-height: 30px;
}

.confirmationContainerBg {
    width: 100%;
    height: 100%;
    background-color: rgba(83,83,83,0.5);
    position: fixed;
    top: 0px;
    z-index: 99;
}

.confirmationContainer {
    width: 315px;
    height: 125px;
    background-color: #fff;
    position: relative;
    top: 30%;
    margin: 0 auto;
}

.confirmationHeader, .confirmationHeader label {
    width: 100%;
    height: 28px;
    background-color: #226ab3;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 28px;
}

.confirmationContainer span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #226ab3;
    line-height: 30px;
}

.centreList {
    width: 100%; /*height:100px;*/
    float: left;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.head02 {
    font: normal 22px DosisRegular;
    color: #226ab3;
    line-height: 30px;
    text-align: center;
}

.centreList .editor-label {
    width: 42%;
    float: left;
    font-size: 15px;
    text-align: right;
    line-height: 28px;
    margin-right: 15px;
}

.centreList .editor-field {
    width: 52%;
    float: left;
    margin-left: 5px;
}

.hrstyle {
    width: 100%;
    /*float:left;*/
    margin: 15px 0px;
    clear: both;
}

.fontsize20 {
    font-size: 20px;
}

.notifyContainerBg {
    width: 100%;
    height: 100%;
    background-color: rgba(83,83,83,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.notifyContainer {
    width: 330px;
    height: 125px;
    background-color: #fff;
    position: relative;
    top: 30%;
    margin: 0 auto;
}

.notifyHeader, .notifyHeader label {
    width: 100%;
    height: 28px;
    background-color: #226ab3;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 28px;
    margin-bottom: 10px;
}

.notifyContainer span {
    text-align: center;
    display: inline;
    font-size: 16px;
    color: #226ab3;
    font-weight: bold;
    line-height: 25px;
    vertical-align: text-bottom;
}

.notifyContainer img {
    vertical-align: sub;
    margin-right: 6px;
}

.classicStyle {
    float: none;
    margin: 0 auto;
}
/*.marketingSource input[type="checkbox"],
.preferredDays input[type="checkbox"]
{
    margin-right:3px;
}*/
.genderRadiobtn {
    margin-top: 5px;
}

.edit, .delete {
    text-align: center;
}

    .delete a:hover {
        color: red;
        font-weight: bold;
        text-decoration: none;
    }

.err {
    color: red;
    font-size: 14px;
}

.editIcon {
    width: 27px;
    height: 27px;
    margin: 0 auto;
    display: inline;
    text-align: center;
}

.passwordError {
    color: #494949;
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
    float: left;
}


.required {
    font: normal 20px DosisRegular;
    color: #fb1b1b;
    position: relative;
    top: 0px;
    left: 2px;
}


/* when a field is considered invalid by the browser 
#registerForm div.column02 input:focus:invalid,
#registerFormWithExternalLogin div.column02 input:focus:invalid { 
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535;
}
/* when a field is considered invalid by the browser 
#registerForm div.column02 input:focus:valid,
#registerFormWithExternalLogin div.column02 input:focus:valid { 
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
*/



.stylehint:before {
    content: "\25C0";
    color: #E23B6E;
    position: absolute;
    top: 5px;
    left: -9px;
    font-size: 25px;
    /*width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 100px solid red;*/
}

.stylehint {
    background-color: #E23B6E;
    color: white;
    padding: 5px 10px;
    float: left;
}

.setBorder {
    border: 1px solid red !important;
}

.buttonDefault:focus {
    color: #fff;
    text-decoration: none;
}

#changepwd .column01 {
    width: 42%;
}

#changepwd .column02 {
    width: 55%;
}

#changepwd .form-control {
    margin-left: 0px;
}

#changepwd .column02 input {
    margin: 0px;
    float: left;
}

#divMyProfile .labels {
    text-align: right;
    float: left;
    padding-right: 3%;
    line-height: 30px;
}

#divMyProfile .k-dropzone .k-upload-button {
    position: absolute;
}

#divMyProfile .currentPhoto {
    width: 180px;
    height: 172px;
    margin: 0;
    border: 3px solid #ccc;
    text-align: center;
    background-size: cover;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
    position: relative;
}

.requiredTtile {
    font: normal 14px DosisRegular;
    color: #fb1b1b;
    display: block;
    text-align: left;
}


/*last kendo Grid  row border td*/
#ChildNoLongerAtRiskGrid div.k-grid-content table tr:last-child td,
#ChildNoLongerAtRiskSupportingDocumentgrid div.k-grid-content table tr:last-child td,
#ACCSDeterminationGrid div.k-grid-content table tr:last-child td,
#ACCSDeterminationSupportingDocumentgrid div.k-grid-content table tr:last-child td,
#ACCSCertificateGrid div.k-grid-content table tr:last-child td,
#ACCSCertificateSupportingDocumentgrid div.k-grid-content table tr:last-child td,
#CCSMessageGrid div.k-grid-content table tr:last-child td,
#ProgressLevelGrid div.k-grid-content table tr:last-child td,
#RegisteredApplicationList div.k-grid-content table tr:last-child td,
#clientsDb div.k-grid-content table tr:last-child td,
#ApimessagesGrid div.k-grid-content table tr:last-child td,
#WeekendingsList div.k-grid-content table tr:last-child td,
#divOBSAnalysis div.k-grid-content table tr:last-child td,
#ACCSCertificateHistoryGrid div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

#clientsDb div.k-grid-content table tr td.setBorderBottom {
    border-bottom: 1px solid #ccc;
}

#CompaniesList div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

#CompaniesList table tr th span input {
    max-width: 100%;
}

#progressgrid div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

#progressgrid div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}


#divChildPickupGrid div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}


#ObservationRecordList div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

#divChildHolidaysGrid div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

#HoldingEntitygrid div.k-grid-content table tr:last-child td,
#ExternalAdminGrid div.k-grid-content table tr:last-child td,
#ExternalAdminAddressGrid div.k-grid-content table tr:last-child td,
#Provider_Notifygridcontainer div.k-grid-content table tr:last-child td,
#Provider_Supportingdocuments div.k-grid-content table tr:last-child td,
#companypartner div.k-grid-content table tr:last-child td,
#companypartnermember div.k-grid-content table tr:last-child td,
#Companytabgeneraladdress div.k-grid-content table tr:last-child td,
#GenericApporoval div.k-grid-content table tr:last-child td,
#grid_General_GenericAddress div.k-grid-content table tr:last-child td,
#grid_Records_GenericAddress div.k-grid-content table tr:last-child td,
#grid_ExternalManagement_GenericAddress div.k-grid-content table tr:last-child td,
#Centre_CentreClosure_Popup_Grid div.k-grid-content table tr:last-child td,
#Centre_CentreOperationAcrossBorders_Popup_Grid div.k-grid-content table tr:last-child td,
#Centre_CentreTrustee_Popup_Grid div.k-grid-content table tr:last-child td,
#Centre_CentreExternalManagement_Popup_Grid div.k-grid-content table tr:last-child td,
#gridCentreSupportingDocuments div.k-grid-content table tr:last-child td,
#gridSupportingDocuments div.k-grid-content table tr:last-child td,
#gridStaffWWCC div.k-grid-content table tr:last-child td,
#gridCompanyRoles div.k-grid-content table tr:last-child td,
#gridCentreRoles div.k-grid-content table tr:last-child td,
#gridPreviousOperations div.k-grid-content table tr:last-child td,
#gridCCSDebt div.k-grid-content table tr:last-child td,
#gridCCSPaymentArrangement div.k-grid-content table tr:last-child td,
#gridCCSAlternativePaymentArrangement div.k-grid-content table tr:last-child td,
#gridOtherEnterprise div.k-grid-content table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

#savedocumentcontainer, #savedocumentcontainer1, #childnolongeratrisksavedocumentcontainer {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
}

.widthuptomax {
    width: 100% !important;
    max-width: 100% !important;
}

#registerForm .column02 {
    min-width: 245px
}

    #registerForm .column02 input.form-control, #registerForm .column02 select.form-control {
        width: 100%
    }

#registerForm .k-datepicker .k-picker-wrap {
    height: 34px;
}

#registerForm .k-datepicker .k-datetimepicker {
    height: 29px;
}

.reg-button {
    margin-bottom: 30px;
}

.privacy-policy {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0px 7px 3px rgba(0,0,0,0.1);
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

.privacy-policy-title {
    text-align: center;
}

.privacy-policy h1 {
    font-size: 40px;
    display: inline-block;
    border-bottom: 2px solid #e23b6e;
    padding-bottom: 5px;
}

.privacy-policy h4, .privacy-policy h3 {
    margin-bottom: 5px;
    font-weight: 600;
}

#RecordActivity .foodtimeresponsive {
    padding: 0px 0px 0px 170px;
}

.privacypolicy #main-content {
    margin: 0 !important;
}

.privacy-policy-title h1 {
    font-size: 34px;
}

.privacy-policy-title p {
    font-size: 17px;
}

#liChildList ul li, #liList ul li {
    position: relative
}

.roomnsleepstime {
    position: absolute;
    right: 5px;
    top: 5px;
}

.roomnappiestime {
    position: absolute;
    left: 5px;
}
.filter-section{
    display:flex;
    margin: 0px 20px 10px;
}
.product-view {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}

.no-border {
    border-width: 0px !important;
}
.product-view:nth-child(even) {
     border-width: 0;
     background-color: #f9f9f9;
    }

 .product-view dl {
        margin: 15px 20px 15px;
        padding: 0;
        overflow: hidden;
    }

 .product-view dt, dd {
        margin: 0;
        padding: 0;
        width: 100%;
        line-height: 16px;
        font-size: 18px;
    }

.product-view dt {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    color: #999;
    font-weight: normal;
    width: 15%;
    background-color: #ececec;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 10px;
    white-space: nowrap;
}

 .product-view dd {
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

 .product-view dd .k-widget,
 .product-view dd .k-textbox {
            font-size: 14px;
    }

.product-view .notice-msg {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.notice-msg dd.date-created, .notice-msg dd.created-by{
    font-size:14px;
    line-height:2;
}
.product-view dd.msg-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-view span.main-msg{
    font-size:16px;
}
#example .k-listview {
    border-width: 1px 0 0;
    padding: 0;
    overflow: hidden;
    min-height: 298px;
}

.edit-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 5px;
    background-color: rgba(0,0,0,0.1);
}

.k-pager-wrap {
    border-top: 0;
}

span.k-invalid-msg {
    position: absolute;
    margin-left: 6px;
}

.k-add-button {
    margin-bottom: 2em;
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .parentTable, .parentTable thead, .parentTable tbody, .parentTable td, .parentTable tr, .childTable, .childTable thead, .childTable tbody, .childTable td, .childTable tr {
        display: block;
    }

        .parentTable th, .childTable th {
            display: none;
        }
    #ActivityFooter label.d-label {
        display: block;
    }
        /*/ Hide table headers (but not display: none;, for accessibility) /*/
        .parentTable thead tr, .childTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .parentTable tr, .childTable tr {
            border: 1px solid #ccc;
        }

        .parentTable td, .childTable td {
            /*/ Behave  like a "row" /*/
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            .parentTable td:before, .childTable td:before {
                /*/ Now like a table header /*/
                position: absolute;
                /*/ Top/left values mimic padding /*/
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: bold;
                display: inline-block;
            }

            .parentTable td.odd, .childTable td.odd {
                background-color: white;
            }

            .parentTable td.even, .childTable td.even {
                background-color: #dae9f7;
            }

            .parentTable td:nth-of-type(2):before {
                content: "First name";
                /*background-color:white;*/
            }

            .parentTable td:nth-of-type(3):before {
                content: "Last name";
                /*background-color:#dae9f7;*/
            }

            .parentTable td:nth-of-type(4):before {
                content: "Mobile";
                /*background-color:white;*/
            }

            .parentTable td:nth-of-type(5):before {
                content: "Email";
                /*background-color:#dae9f7;*/
            }

            .parentTable td:nth-of-type(6):before {
                content: "Edit";
                /*background-color:white;*/
            }

            .parentTable td:nth-of-type(7):before {
                content: "Delete";
                /*background-color:white;*/
            }

            .childTable td:nth-of-type(2):before {
                content: "First name";
                /*background-color:white;*/
            }

            .childTable td:nth-of-type(3):before {
                content: "Last name";
                /*background-color:#dae9f7;*/
            }

            .childTable td:nth-of-type(4):before {
                content: "Gender";
                /*background-color:white;*/
            }

            .childTable td:nth-of-type(5):before {
                content: "Number of Days";
                /*background-color:#dae9f7;*/
            }

            .childTable td:nth-of-type(6):before {
                content: "Start Date";
                /*background-color:white;*/
            }

            .childTable td:nth-of-type(7):before {
                content: "M";
                /*background-color:#dae9f7;*/
            }

            .childTable td:nth-of-type(8):before {
                content: "T";
                /*background-color:white;*/
            }

            .childTable td:nth-of-type(9):before {
                content: "W";
                /*background-color:#dae9f7;*/
            }

            .childTable td:nth-of-type(10):before {
                content: "T";
                /*background-color:white;*/
            }

            .childTable td:nth-of-type(11):before {
                content: "F";
                /*background-color:#dae9f7;*/
            }

            .childTable td:nth-of-type(12):before {
                content: "Some flexibility";
                /*background-color:white;*/
            }

            .childTable td:nth-of-type(13):before {
                content: "Edit";
                /*background-color:#dae9f7;*/
            }

            .childTable td:nth-of-type(14):before {
                content: "Delete";
                /*background-color:#dae9f7;*/
            }

    .onoffswitchAlignment {
        top: 0px;
        right: 10px;
        display: block;
    }

    .k-datepicker {
        width: 80%;
    }

    #RecordActivity .foodtimeresponsive {
        padding: 0px 0px 0px 0px;
    }

    #ParentAppMainView .MainContainer {
        width: 100% !important;
    }

    }

@media screen and (min-width:320px ) and (max-width:1023px ) {
    .list-container {
        width: 100%;
        margin: 0 auto;
    }

    .child-listbox ul {
        display: inline-block;
        text-align: center;
    }

        .child-listbox ul li {
            border-right: 1px solid #fff;
            float: inherit;
            cursor: pointer;
        }
}

@media screen and (min-width:320px ) and (max-width:480px ) {
    #dailyphotoslist #children {
    text-align: center;
}
    .child-listbox ul li {
        width: 100%;
        margin: 10px;
    }
    #changepwd .form-group {
        width: 100%;
        margin: 0px;
    }

    input, select, textarea {
        margin: 0px;
    }

    .column01 {
        width: 100%;
        text-align: center;
    }

    #changepwd .column01, #changepwd .column02 {
        width: 100%;
        text-align: center;
    }

    #changepwd .field-validation-error {
        float: right;
        left: auto;
        top: -22px;
    }

    #changepwd .column01 input {
        margin: 0 auto;
        width: 95%;
        display: inline-block;
    }

    #changepwd .column02 input {
        margin: 0 auto;
        width: 95%;
        display: inline-block;
        float: none;
    }

    .validation-summary-errors {
        text-align: left;
    }

    #divMyProfile .currentPhoto {
        width: 130px;
        height: 122px;
        margin: 0;
        border: 0px solid #ccc;
        text-align: center;
        float: left;
        position: relative;
    }

    .tbl table tbody > tr > th,
    .tbl table tbody > tr > td {
        font-size: 15px;
        padding: 2px;
    }
}

@media screen and (min-width:480px ) and (max-width:640px ) {
    #changepwd .column01, #changepwd .column02 {
        width: 50%;
    }

    #changepwd .form-group {
        margin-bottom: 15px;
    }

    .validation-summary-errors {
        text-align: left;
    }

    #divMyProfile .currentPhoto {
        width: 130px;
        height: 122px;
        margin: 0;
        border: 0px solid #ccc;
        text-align: center;
        position: relative;
    }
}

@media screen and (min-width:640px ) and (max-width:768px ) {
    #changepwd .column02 input {
        width: 80%;
    }

    .validation-summary-errors {
        text-align: left;
    }

    #divMyProfile .currentPhoto {
        width: 130px;
        height: 122px;
        margin: 0;
        border: 0px solid #ccc;
        text-align: center;
        position: relative;
    }
}

@media screen and (min-width:768px ) and (max-width:1024px ) {
    #changepwd .column02 input {
        width: 100%;
        max-width: 280px;
    }

    #divMyProfile .currentPhoto {
        width: 130px;
        height: 122px;
        margin: 0;
        border: 0px solid #ccc;
        text-align: center;
        position: relative;
    }

    .login-bt {
        margin-right: 0px;
    }
}

@media screen and (min-width:360px ) and (max-width:640px ) {
    .tbl table tbody > tr > th,
    .tbl table tbody > tr > td {
        font-size: 15px;
        padding: 5px;
    }
}


@media screen and (min-width:320px ) and (max-width:640px ) {

    /*Index*/
    #main-content {
        width: 90%;
        margin: 0 auto !important;
    }

    .main-container {
        width: 100%;
        height: 100%;
        min-height: 0px;
    }

    #hoeapp-container {
        min-height: 700px;
    }

    .logo {
        display: block;
        margin: 0px;
        width: 100%;
        text-align: center;
    }

        .logo a {
            float: none;
        }

    #hoe-header,
    #hoe-right-header {
        width: 100%;
        height: 140px;
    }

    .home {
        height: 100%;
    }

    .homebox {
        max-width: 100%;
        width: 604px;
        top: 30px;
        height: 100%;
        float: left;
    }

        .homebox img {
            width: 94%;
            padding: 1% 0;
        }

    .content {
        min-height: initial;
    }

    .hoe-minimized-lpanel .logo,
    .hoe-right-header[hoe-position-type="relative"] .logo {
        margin: 0px;
    }

    #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="relative"] .logo {
        margin: 0px;
    }

    #hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header {
        top: 20px;
    }

    .login-bt {
        width: 100%;
        text-align: center;
        margin-right: 0px;
    }

    .hoe-left-header {
        width: 60px !important;
        height: 75px;
        float: left;
        z-index: 9999;
        background-color: transparent;
    }

        .hoe-left-header .logo {
            display: none;
        }

    .media-heading {
        margin-top: 0px;
    }

        .media-heading label {
        }

    #hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header li a {
        padding: 0px;
    }

    .hoe-right-header .logo a {
        display: inline-block;
    }

    /*Login*/
    .login-form {
        width: 100%;
    }

    .input-form {
        width: 100%;
        margin: 10px 0px 20px;
    }

        .input-form input {
            width: 80%;
        }

    .login-container {
        margin: 45px 0px 30px;
    }

    .login-form p.normal-ac {
        margin-top: 10px;
        font-size: 19px;
    }

    .header-container {
        padding: 0;
    }

    .social-icon {
        margin: 0px;
    }

        .social-icon div {
            float: none;
        }

            .social-icon div.twitter .hi-icon {
                margin: 0 20px;
            }

    /*Register*/
    #registerForm {
        width: 100%;
    }

    .column02 {
        width: 60%;
    }

    #registerFormWithExternalLogin {
        width: 100%;
    }


    /*Myprofile*/
    .k-upload {
        width: 100%;
    }

    .form-control {
        /*width:100% !important;*/ width: 100%;
    }

    .k-upload-empty, .k-datepicker {
        max-width: 350px;
    }

    input, select, textarea, .k-dropdown {
        max-width: 350px;
        margin: 0 auto;
    }

    #myProfileForm, #myProfileLinkedForm {
        width: 100%;
    }

    #uploadControl {
        width: 100%;
    }

    #crop-image-area, #inputButton {
        margin: 0 17%;
    }

    #currentRoomName {
        float: right;
        position: absolute;
        top: 0px;
        right: 12px;
    }

    .childFormContainer, .header {
        width: 100%;
    }

    .parentControls .editor-label, .childControls .editor-label {
        width: 42%;
    }

    .parentControls .editor-field, .childControls .editor-field {
        width: 50%;
    }

    .box05 {
        width: 60%;
    }

    .preferredDays {
        width: 80%;
    }

        .preferredDays label,
        .marketingSource label {
            float: left;
            margin-right: 0px;
        }

        .preferredDays input[type="radio"], input[type="checkbox"],
        .marketingSource input[type="radio"], input[type="checkbox"] {
            float: left;
            clear: both;
            margin-right: 5px;
        }

    #Other {
        width: 90%;
        float: left;
    }

    .box06 {
        width: 90%;
    }

    .childTable input[type="checkbox"] {
        float: inherit;
    }

    .edit, .delete {
        text-align: left;
    }

    .notifyContainer {
        width: 90%;
        height: 140px;
    }

    .food-time input {
        width: 80%;
    }
}

@media screen and (min-width:400px) and (max-width:480px) {
    #crop-image-area, #inputButton {
        margin: 0 20%;
    }

    .notifyContainer {
        width: 330px;
        height: 140px;
    }
}

@media screen and (min-width:481px) and (max-width:640px) {

    .login-form {
        width: 80%;
    }

    .input-form input {
        width: 90%;
        max-width: 375px;
    }

    /*Myprofile*/
    .k-upload {
        width: 100%;
    }

    .form-control {
        width: 100%;
    }

    #uploadControl {
        width: 100%;
    }

    .notifyContainer {
        width: 330px;
        height: 140px;
    }
}

@media screen and (min-width:641px ) and (max-width:767px ) {
    #main-content {
        width: 90%;
        margin: 0 auto !important;
    }

    .main-container {
        width: 100%;
        height: 100%;
        min-height: 0px;
    }

    #hoeapp-container {
        min-height: 700px;
    }

    .logo {
        display: block;
        margin: 0px;
        width: 100%;
        text-align: center;
    }

        .logo a {
            float: none;
        }

    #hoe-header,
    #hoe-right-header {
        width: 100%;
        height: 140px;
    }

    .home {
        height: 100%;
    }

    .homebox {
        max-width: 100%;
        width: 604px;
        top: 30px;
        height: 100%;
        float: left;
    }

        .homebox img {
            width: 94%;
            padding: 1% 0;
        }

    .content {
        min-height: initial;
    }

    .hoe-minimized-lpanel .logo,
    .hoe-right-header[hoe-position-type="relative"]
    .logo {
        margin: 0px;
    }

    #hoe-header[hoe-lpanel-effect="shrink"]
    .hoe-right-header[hoe-position-type="relative"]
    .logo {
        margin: 0px;
    }

    #hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header {
        top: 20px;
    }

    .login-bt {
        width: 100%;
        text-align: center;
        margin-right: 0px;
    }

    .hoe-left-header {
        width: 60px !important;
        height: 75px;
        float: left;
        z-index: 9999;
        background-color: transparent;
    }

        .hoe-left-header .logo {
            display: none;
        }

    .media-heading {
        margin-top: 0px;
    }

    #hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header li a {
        padding: 0px;
    }

    .hoe-right-header .logo a {
        display: inline-block;
    }

    /*Myprofile*/
    .k-upload {
        width: 50%;
    }

    .k-upload-empty {
        width: 50% !important;
    }
}

@media screen and (min-width:768px ) and (max-width:1024px ) {
    .main-container {
        width: 100%;
    }

    .hoe-right-header {
        top: 15px;
        padding: 0px;
    }

    #hoe-header {
        height: auto;
    }

    #main-content {
        width: 90%;
        margin: 0 auto !important;
    }

    .homebox {
        width: 635px;
        height: auto;
    }

        .homebox img {
            width: 604px;
            padding: 1% 0;
        }

    .hoe-right-header .logo {
        margin-left: 90px;
    }

    .hoe-left-header .logo {
        display: none;
    }

    .hoe-left-header {
        height: 100%;
    }

    #hoe-left-panel {
        width: 230px;
    }

    /*Register*/
    #registerForm {
        width: 100%;
    }

    /*Myprofile*/
    .content-title, #myProfileForm {
        margin-left: 50px !important;
    }

    .k-upload {
        width: 50%;
    }

    .k-datepicker {
        width: 50%;
    }

    .form-control {
        width: 30%;
    }

    .k-upload-empty, .k-datepicker {
        max-width: 350px;
        float: left;
    }

    input, select, textarea, .k-dropdown, .k-upload {
        max-width: 350px;
        margin: 0 auto;
    }

    #uploadControl {
        width: 100%;
    }

    #crop-image-area, #inputButton {
        margin: 0 17%;
    }

    #myProfileForm, #myProfileLinkedForm {
        width: 100%;
    }

    #crop-image-area, #inputButton {
        margin: 0 10%;
    }

    .childFormContainer {
        width: 100%;
    }

    .header {
        width: 100%;
    }

    .parentControls .editor-label,
    .childControls .editor-label {
        width: 40%;
        float: left;
        font-size: 15px;
        text-align: right;
        line-height: 28px;
        margin-right: 15px;
    }

    .parentControls .editor-field,
    .childControls .editor-field {
        width: 54%;
        float: left;
        margin-left: 5px;
    }
    /*#hoe-left-header
    {
        display:none;
    }*/
    .radiobtn {
        width: 100%;
    }

    .preferredDays label {
        margin-right: 5%;
    }

    .marketingSource label {
        margin-right: 3%;
    }

    label[for="one"],
    label[for="two"],
    label[for="three"] {
        margin-right: 38px;
        min-height: 28px;
    }

    label[for="four"],
    label[for="five"] {
        margin-right: 38px;
    }

    .media-heading {
        margin-top: 0px;
    }

    .right-navbar {
        margin-bottom: 20px;
    }

    #hoeapp-wrapper.hoe-hide-lpanel[hoe-device-type=phone] .hoe-left-header .hoe-sidebar-toggle a:after {
        border: 1px solid rgba(0, 0, 0, 0.5);
        color: #000;
    }

    #hoeapp-wrapper[hoe-device-type=phone] .hoe-left-header .hoe-sidebar-toggle a:after {
        border: 1px solid rgba(255,255, 255, 0.5);
        color: #fff;
    }
}

@media screen and (min-width:1025px ) and (max-width:1900px ) {
    .main-container {
        width: 100%;
    }

    .hoe-right-header {
        top: 15px;
        padding: 0px;
    }

    #main-content {
        width: 90%;
        width: calc(100% - 230px);
    }

    .homebox {
        width: 635px;
        height: auto;
    }

        .homebox img {
            width: 604px;
            padding: 1% 0;
        }

    /*Register*/
    #registerForm {
        width: 100%;
    }

    .k-upload {
        width: 100%;
    }

    .form-control {
        width: 100% !important;
    }

    .k-upload-empty, .k-datepicker {
        max-width: 350px;
        float: left !important;
    }

    input, select, textarea, .k-dropdown, .k-upload {
        max-width: 350px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1366px ) {
    .mb35{margin-bottom:35px;}
    .applyButton {
        float: left !important;
        margin-left: 50px;
    }
    #ParentAppMainView .MainContainer{width:90% !important;}
}
@media screen and (max-width:990px ) {

    #signInOutSettings .pagelogocontainer {
        margin-top: 10px;
    }
   
}



@media screen and (max-width:768px ) {
    .customizeForm {
        width: 100% !important;
    }
   
    .column01 {
        width: 100%;
        text-align: left;
    }
    .dateSelect .datepickerchild .k-datepicker {
        width: 20% !important;
    }

    #RecordActivity .childLearningContainer .dateSelect {
        margin-left: 30px !important;
        padding-top: 0px !important;
    }

    #ParentAppMainView .MainContainer{
        width:100% !important;
    }
    .mmb-10{ margin-bottom:10px;}
    #ActivityContent {
        max-height: none !important;
    }
    #LearnContent {
        max-height: none !important;
    }
    #ObservationContent {
        max-height: none !important;
    } 
}

.socialStyle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0;
    z-index: 9999;
}


#loading {
    width: 100%;
    height: 100%;
    /*height: 645px;*/
    background-color: rgba(235,235,235,0.5);
    position: absolute;
    top: 0; /*left:5.8%;*/
    text-align: center;
    z-index: 10;
    left: 0;
    margin: 0 auto;
}

    #loading i.fa {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
    }

.loadingIcon {
    width: 333px;
    height: 394px;
    background-color: rgba(235,235,235,0.5);
    position: absolute;
    text-align: center;
    z-index: 10;
    left: 315px;
    margin: 0 auto;
}

    .loadingIcon i.fa {
        top: 50%;
        width: 38px;
        height: 38px;
        left: 50%;
        position: absolute;
        margin-left: -20px;
        margin-top: -20px;
    }


.loader {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    z-index: 3;
    left: 0;
    margin: 0 auto;
}

    .loader i.fa {
        top: 50%;
        width: 25px;
        height: 25px;
        left: 55%;
        position: absolute;
        margin-left: -20px;
        margin-top: -20px;
    }

ul.child-namedetails {
    padding: 0px;
    list-style: none;
    margin: 0;
}

    ul.child-namedetails li {
        padding: 10px 14px;
        border-bottom: 1px solid #ccc;
    }

        ul.child-namedetails li p {
            float: left;
            font-size: 18px;
            margin: 0;
        }

            ul.child-namedetails li p.title {
                width: 120px;
                color: #312F32
            }

            ul.child-namedetails li p.dot {
                width: 30px;
                font-family: 'dosisextrabold';
                line-height: 15px;
            }

            ul.child-namedetails li p.name {
                color: #E14268;
                text-transform: uppercase;
            }

.child-selectconatiner {
    background-color: #E4E4E4;
    padding: 20px 0;
}

.child-select p {
    font-size: 18px;
    text-align: center;
}

.child-select {
    width: 240px;
    margin: 0 auto;
}

.custom-select {
    position: relative;
}

    .custom-select select {
        border: 1px solid #bbb;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
        outline: none;
        line-height: 1.2;
        -webkit-appearance: none;
    }
    /* for Webkit's CSS-only solution */


    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 15px;
        line-height: 37px;
        padding: 0px 3px;
        background: #bbb;
        color: white;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        pointer-events: none;
    }

.select-op {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.activity-mainconatiner {
    padding: 10px 15px;
    min-height: 380px;
}

.activity-left, .activity-right {
    width: 50%;
    float: left;
}

.activity-innerleft, .activity-innerright {
    float: left;
}

    .activity-innerleft p.title {
        width: 120px;
        font-size: 18px;
        float: left;
    }

    .activity-innerleft p.dot {
        width: 30px;
        font-size: 18px;
        font-family: 'dosisextrabold';
        line-height: 15px;
        float: left;
    }

    .activity-innerright ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .activity-innerright ul li label {
            font-family: "dosisregular";
            font-weight: normal;
            font-size: 16px;
        }

.activity-browse {
    min-width: 225px;
}

.select-images {
    padding-top: 6px;
}

.activity-browse i {
    display: none;
}

.capture-icon {
    padding-top: 3px;
}

.activity-browse .btn-primary {
    background-color: #bbb;
    border: 1px solid #999;
}

    .activity-browse .btn-primary:active {
        background-color: #A0A0A0;
    }

.comments {
    margin: 15px 0 0 0;
}

    .comments p {
        font-size: 18px;
    }

    .comments .frm-textarea {
        height: 110px;
    }

.child-details .center-container, .child-details .center-content {
    height: auto;
    min-height: inherit;
}

.child-detailsbt {
    margin: 20px 0;
    float: right;
    text-align: center;
}

    .child-detailsbt a:hover, .child-detailsbt a:focus {
        text-decoration: none;
        color: black;
    }

.frm-textarea {
    width: 100%;
    height: 75px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    position: relative;
    max-width: inherit;
}

.bt {
    display: inline-block;
    padding: 9px 15px;
    font-size: 18px;
    color: #FFF;
    min-width: 117px;
    font-family: "dosisregular";
    background-color: #D72A2A;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.width220 {
    width: 220px !important;
}

.gpls input, .fb input, .twitter input {
    outline: none;
}
/*.k-textbox
{
    width:50% !important;
}*/
/*#myProfileForm
{
    width:100%; margin:0 auto;
}*/
#panelbar {
    margin-top: 20px;
}

    #panelbar li a {
        font-family: DosisRegular;
    }

.k-link span.k-i-arrow-s {
    position: relative;
    bottom: 4px;
}

.k-link span.k-i-arrow-n {
    background-position: 0 -5px;
}

.food-time span {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -16px;
    font-size: 15px;
}

.clickable {
    cursor: pointer;
}


#childrecord h3.panel-title {
    position: relative;
    padding-left: 25px;
}

    #childrecord h3.panel-title.nappyicon:before {
        position: absolute;
        left: -9px;
        content: "";
        background-image: url("../Content/Images/PageLogo/diaperlog.png");
        width: 28px;
        height: 30px;
        background-size: 100%;
        top: -3px;
        padding-left: 20px;
    }


    #childrecord h3.panel-title.uploadicon:before {
        position: absolute;
        left: -8px;
        content: "";
        background-image: url("../Content/Images/PageLogo/uploadlogo.png");
        width: 28px;
        height: 30px;
        background-size: 100%;
        top: -2px;
        padding-left: 20px;
    }

    #childrecord h3.panel-title.milkicon:before {
        position: absolute;
        left: -10px;
        content: "";
        background-image: url("../Content/Images/PageLogo/milkfeed.png");
        width: 28px;
        height: 30px;
        background-size: 100%;
        top: -5px;
        padding-left: 20px;
    }

    #childrecord h3.panel-title.sleepicon:before {
        position: absolute;
        left: -10px;
        content: "";
        background-image: url("../Content/Images/PageLogo/sleeptimelogo.png");
        width: 28px;
        height: 30px;
        background-size: 100%;
        top: -3px;
        padding-left: 20px;
    }


    #childrecord h3.panel-title.emoticon:before {
        position: absolute;
        left: -10px;
        content: "";
        background-image: url("../Content/Images/PageLogo/emotionlogo.png");
        width: 29px;
        height: 30px;
        background-size: 100%;
        top: -6px;
        padding-left: 20px;
    }


    #childrecord h3.panel-title.mteaicon:before {
        position: absolute;
        left: -10px;
        content: "";
        background-image: url("../Content/Images/PageLogo/mtealogo.png");
        width: 29px;
        height: 29px;
        background-size: 100%;
        top: -6px;
        padding-left: 20px;
    }

    #childrecord h3.panel-title.eveteaicon:before {
        position: absolute;
        left: -10px;
        content: "";
        background-image: url("../Content/Images/PageLogo/evetealogo.png");
        width: 27px;
        height: 30px;
        background-size: 100%;
        top: -6px;
        padding-left: 20px;
    }


    #childrecord h3.panel-title.lunchicon:before {
        position: absolute;
        left: -10px;
        content: "";
        background-image: url("../Content/Images/PageLogo/lunchlogo.png");
        width: 29px;
        height: 30px;
        background-size: 100%;
        top: -6px;
        padding-left: 20px;
    }



#childrecord .sleependtimeinput {
    margin-left: 8px;
    margin-bottom: 8px;
}

#childrecord .sleeptimeadd {
    margin-top: 30px;
    float: left;
}


#childrecord .MorningFooddiv, #childrecord .Lunchdiv, #childrecord .AfterNoondiv {
    margin-top: 17px;
}





.box .k-widget .k-upload-files {
    overflow: auto;
    height: 220px;
}






#liChildList {
    text-align: center;
}

    #liChildList ul {
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        max-height: 800px;
        min-height: 200px;
        text-align: center;
        width: 100%;
        /*width: 821px;*/
    }

.child-listbox ul li {
    height: auto !important;
    min-height: 150px;
}

#liAttributeList ul li img {
    width: 50px;
}

#liRoomList {
    text-align: center;
}


    #liRoomList ul {
        display: inline-block;
        width: 961px;
    }

.bulk-SignOut-List {padding-bottom:0;}
/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9 !important;
}


@media screen and (min-width:980px ) {
    #foodqtygrid .k-grid-content {
        overflow-x: hidden;
        overflow-x: hidden;
        overflow-y: auto;
    }
}


@media screen and (max-width:980px ) {
    #liChildList ul {
        width: 100%;
    }

    #foodqtygrid .k-grid-content {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

/*default child activity food*/
@media screen and (max-width:767px ) {
    .buttonIShadow{padding: 5px !important;}
    .activefoodupload .fileUpload, .uploadedImage {
        width: 94%;
        height: 290px;
    }

    .activefoodupload .fileUpload, .activefoodupload .uploadedImage {
        margin: 0 0 10px;
    }

    .activefoodupload.imageContainer {
        height: auto;
    }

    #liChildList ul {
        width: 100%;
    }

    #foodqtygrid .k-grid-content {
        overflow: auto;
    }
}

@media screen and (max-width:515px ) {
    .active-food-search .editor-field {
        text-align: center;
        width: 95%;
    }

    .active-food-search button {
        margin-top: 10px;
    }

    #foodqtygrid .k-grid-content {
        overflow: auto;
    }

    #liChildList ul {
        width: 100%;
    }
}
@media screen and (max-width:640px ) {
    .list-container.recordactivity{
        padding-top:75px;
    }
    .product-view .notice-msg {
        display: block;
    }
}

@media screen and (max-width:480px ) {
    #liStaffList ul {
        margin-left: -40px !important;
    }
    .staff-listbox ul li.active {
        width: 100% !important;
    }
    .staff-listbox ul li {
        width: 100% !important;
    }
    
    .product-view dt{
        width:100%;
    }
     #childHeader {
    height: 250px !important;
}
    .selectallchildlist {
    position: absolute;
    top: 200px !important;
    left: 50%;
    right: auto !important;
    margin-left: -57px;
}
    #foodqtygrid .k-grid-content {
        overflow: auto;
    }

    .activityfood {
        float: inherit;
        margin-top: 5px;
        margin-right: 0;
    }

        .activityfood input.k-textbox {
            width: 100%;
            max-width: 100%;
        }

    .k-widget .k-datepicker .k-header {
        width: 100%;
        max-width: 100%;
    }

    .active-food-search > .k-datepicker {
        width: 100% !important;
        max-width: 100%;
    }

    /*#childHeader {
        height:244px!important;
    }

   .selectallchildlist{
       float: none!important;
           position: static!important;
   }*/

    

        .selectallchildlist img {
            width: 30px !important;
        }

    #liChildList ul {
        width: 100%;
    }
}

.food-box {
    float: left;
}

.upload-container .k-dropzone {
    padding: 0.8em 0.8em 1.9em 0.8em;
}



#logoutForm .right-navbar .media-inn1 {
    margin-top: 4px;
    margin-right: 0px;
}

/*arun css*/
.file-heading.file-name-heading {
    margin: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 119px;
    overflow: hidden;
}

.box .k-widget .k-upload-files {
    margin-bottom: 0
}

.k-dropzone .k-upload-status {
    position: absolute !important;
    left: 12px !important;
    right: inherit !important;
    top: 2.6em !important;
}
@media screen and (max-width:380px ) {
    .buttonIShadow{width: 100% !important;}

}
@media screen and (min-width:1024px ) and (max-width:1279px ) {
    .list-container, #liChildList ul {
        width: 100%;
    }

    #main-content {
        width: calc(100% - 200px);
        margin: 0 auto !important;
    }
}

@media screen and (min-width:768px ) and (max-width:1023px ) {
    #signInOutSettings .pagelogocontainer {
        margin-top: 50px;
    }
    #main-content {
        width: calc(100% - 200px);
        margin: 0 auto !important;
    }

    #liChildList ul, #liRoomList ul {
        width: 100%;
    }
}

@media screen and (min-width:320px ) and (max-width:803px ) {
    .food-box {
        width: 100%;
    }

    .food-time input[type="button"] {
        margin: 5px 8px 0 0 !important;
    }
}

@media screen and (min-width:320px ) and (max-width:767px ) {
    .commentslist {
        padding-left: 0;
    }

    .activitycheck {
        padding: 7px 6px 0 10px;
    }

    .areabt-container .bt-left {
        width: 49.5%;
    }

        .areabt-container .bt-left a, .areabt-container .bt-right a {
            padding: 12px 0;
        }

    .commentslist #lblSaveStatus {
        height: auto;
    }

    .fileUpload .k-header {
        height: 285px;
    }

    .box .k-widget .k-upload-files {
        overflow: auto;
        height: 150px;
    }

    .commentslist textarea {
        margin-bottom: 18px;
    }

    #liRoomList ul {
        width: 100%;
    }


    #logoutForm .right-navbar .media-inn1 {
        margin-top: 4px;
        margin-right: 25px;
    }

    #hoeapp-wrapper.hoe-hide-lpanel[hoe-device-type=phone] .hoe-left-header .hoe-sidebar-toggle a:after {
        border: 1px solid rgba(0, 0, 0, 0.5);
        color: #000;
    }

    #hoeapp-wrapper[hoe-device-type=phone] .hoe-left-header .hoe-sidebar-toggle a:after {
        border: 1px solid rgba(0,0, 0, 0.5);
        color: #000;
    }

    .food-box span.k-numeric-wrap {
        width: 72%;
    }
}
@media screen and (max-width:580px ) {
    .mmb-10 {
    padding-bottom: 0 !important;
}

    .demo-section.k-content .k-tabstrip > .k-button {
        display: flex;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        align-items: center;
        background-color: #ececec !important;
        border: 1px solid #e2e1e1
    }

    #parentAppView-Section .demo-section{margin:0;}
    .BorderSubContainer {
        padding: 0 !important;
        border: 0 !important;
    }
    #ParentAppMainView .MainContainer {
        padding: 10px !important;
    }

    .MainContainer .k-dropdown {
        width: 19.4em;
    }

    #lblActDate {
        padding: 10px 0 !important;
    }

    #ActivityFooter label.d-label {
        display:block;
    }
}
@media screen and (min-width:320px ) and (max-width:580px ) {
    .commentslist {
        padding-left: 0;
    }

    .activitycheck {
        padding: 7px 6px 0 10px;
    }

    .food-box .food-time {
        margin-bottom: 8px
    }
}

@media screen and (min-width:320px ) and (max-width:580px ) {
    .childlist-back01 a span {
        font-size: 14px;
    }
}

@media screen and (min-width:320px ) and (max-width:480px ) {
    #hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header li a {
        display: none
    }

    #childrecord .sleependtimeinput {
        margin-left: 0px;
    }
}

@media screen and (min-width:320px ) and (max-width:400px ) {
    #childHeader {
        height: 225px !important;
    }
}

.resetinput .required {
    position: absolute;
    right: 0px;
    display: inline-block;
    width: 15px;
    left: auto;
}

#resetpasswordcontainer input.form-control {
    width: 100% !important;
    max-width: none
}

#resetpasswordcontainer input[type="submit"].form-control {
    max-width: 392px;
}
/*arun css*/
.uploadedImage .modal-dialog {
    width: 840px;
}

.upload-container .k-upload-selected {
    margin: 0.35em 0.55em;
}

.upload-container .k-dropzone em {
    font-size: 0;
}

#resetpasswordcontainer {
    padding: 0
}

.form-horizontal #resetpasswordcontainer .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

    .form-horizontal #resetpasswordcontainer .form-group .text-center {
        padding-left: 15px;
        padding-right: 15px;
    }




@media screen and (max-width:480px ) {
    .mpr-0{padding:0;}
    .child-Details-Section .form-inline .form-group {
        flex-wrap: wrap;
    }
    .child-Details-Section .content-Labels {
        width: 100%;
    }
    .child-Details-Section .data-Val {
        margin-left: 0;
        width: 100%;
    }
    .activity-Section .ActitySubHeader {
        display: inline-block;
        padding: 10px 20px 10px 20px;
    }
    #divActivityImages .content-Labels{
        width:100%;
    }
    .child-Details-Section #divGroupleader {
        flex-wrap: wrap;
    }
    .child-Details-Section .learnDiv .reporter-Photo {
        margin-left: 0;
    }
    .child-Details-Section .ObsTitle{width:100%;}
}



/*Daily Task Page*/



/*Record Child Activity Page*/

#RecordActivity .editor-label label {
    font-size: 15px;
}


.recordactivity {
    padding-bottom: 80px;
}

.RecordActivity {
    margin-top: 20px;
}


/**Kendo Grid Header*/

.kendoHeaderColumn {
    font-weight: bold !important;
    font-size: 14px !important;
}

.category-label {
    line-height: 25px;
    padding-left: 23px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}


.URCategory {
    padding-left: 0px !important;
}

#hoe-header {
    z-index: 10 !important;
}

/** arun code start **/
.myprofiletable {
    width: 100%;
    overflow: auto
}

.dailyRadiobox {
    display: inline-block;
}

@media screen and (max-width:1024px ) {

    #divMyProfile h2 {
        margin-bottom: 15px;
    }

    #liChildList {
        width: 100% !important;
    }

    #liAttributeList {
        text-align: center;
    }

        #liAttributeList ul {
            padding: 0;
            display: inline-block;
        }

            #liAttributeList ul li {
                display: inline-block;
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
            }

    #liRoomList + div {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    #liChildList ul li {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #liRoomList {
        margin-top: 15px;
    }
}

@media screen and (min-width:1024px ) {

    #changeroomdetails .ddlchangeroomcontainer {
        width: 250px;
    }

    #divMyProfile h2 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:991px ) {
    .DailyReportContainer .roomlist, .DailyReportContainer .dailyreport-datepicker, .DailyReportContainer .childlist {
        padding-left: 23px !important;
    }

    .DailyReportContainer .rdobtn {
        padding-left: 23px !important;
    }

    .btnreports {
        margin-left: 23px;
    }

    .category-labelEmty {
        display: none
    }

    .dailyreportdropdown, .dailyreportinput .childlist {
        min-width: 185px;
    }

    .dailyreportDate .dailyreport-datepicker {
        min-width: 200px;
    }

    #divBabyCommunication {
        padding: 20px;
    }
}

@media screen and (max-width:768px ) {
    #divMyProfile .labels {
        text-align: left;
        float: none
    }

    #childlearningchart {
        width: 100%
    }
}

html .k-upload {
    width: 100%;
}
/** arun code end **/
.select-All-Text {
    font-family: "dosisregular";
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    float: right;
}

.food-icon-add {
    float: right;
    position: absolute;
    top: 65px;
    right: 30px;
}
/**Vel Code*/

/*MyProfile Page*/

#divMyProfile .k-tooltip-validation {
    position: relative;
    display: block;
    color: red;
    top: 0px;
    right: 0px;
    float: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    margin: 0px 0px 0px -10px !important;
    font-size: 11.5px;
    font-family: "dosisregular";
    border: none;
}

    #divMyProfile .k-tooltip-validation::before {
        content: "*";
        padding: 5px;
    }

#divMyProfile .field-validation-error {
    position: relative;
    display: block;
    color: red;
    top: 0px;
    right: 0px;
    float: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    margin: 0px 0px 0px -10px !important;
    font-size: 11.5px;
    font-family: "dosisregular";
    border: none;
}

    #divMyProfile .field-validation-error::before {
        content: "*";
        padding: 5px;
    }

#divMyProfile #Email_validationMessage {
    position: relative;
    display: block;
    color: red;
    top: 0px;
    right: 0px;
    float: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    margin: 0px 0px 0px -10px !important;
    font-size: 11.5px;
    font-family: "dosisregular";
    border: none;
}

    #divMyProfile #Email_validationMessage::before {
        content: "*";
        padding: 5px;
    }



#divMyProfile .form-group {
    min-height: 50px;
    margin-bottom: 1px !important;
}

#divMyProfile .ddlCompanyContainer {
    min-height: 55px;
}

#divMyProfile .Accesscontainer {
    margin-bottom: 8px !important;
}

/*same clss for register and Myprofile Pages*/
.loadinggif_textbox {
    background: #fff url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center !important;
}

/*Parent Page*/

#parentGrid .parentchildcontainer {
    display: flex;
    padding: 5px 0px;
}

#parentGrid .parentchildmultiselect {
    width: 303px;
}

#parentGrid .parentchildrelation {
    padding: 0px 5px;
}


/*kindy goals*/
.developmentGoals .kindygoalcontainer {
    padding: 10px 0px;
}


/*Photogallery page*/
#RecordActivity .childLearningContainer .dateSelect {
    margin-left: 50px;
    padding-top: 20px;
}

#RecordActivity .photoUploadSection {
    padding-top: 20px;
}
#Gallerysearchboxcontainer {
    background: #f5e0cd;
    padding: 10px;
}

    #Gallerysearchboxcontainer .gallerycolumn {
        float: left;
        padding-right: 10px;
    }

    #Gallerysearchboxcontainer .gallerycolumnSearch {
        text-align: center;
        padding-top: 10px;
    }

        #Gallerysearchboxcontainer .gallerycolumnSearch .btn-default {
            max-width: 220px;
        }

    #Gallerysearchboxcontainer .ddlphotogallery {
        width: 19em;
    }


.btn-default:active, .btn-default:focus {
    background-image: none !important;
    color: white !important;
    background-color: #cb2d54 !important;
}


/*----------------Grid Common CSS Vel---------------------------*/

/*Top Toolbar align center*/
#divViewCentreList .toolbar,
#centrefeelist .toolbar,
#RoomGrid .toolbar,
#clientsDb .toolbar,
#securityAccessRequestGrid .toolbar,
#parentGrid .toolbar,
#staffGrid .toolbar {
    display: flex;
    align-items: center;
}

/*Formal Padding of Kendo Grid*/
#CCSServiceLogs,
#divViewCentreList,
#staffGrid,
#centrefeelist,
#clientsDb,
#ProgressLevelList,
#parentGrid,
#RegisteredApplicationList,
#WeekendingsList,
#securityAccessRequestGrid,
#RoomGrid {
    padding: 0px 35px 15px 20px;
}

    /*Formal Height of Kendo Grid*/
    #CCSServiceLogs .k-grid-content,
    #centrefeelist .k-grid-content,
    #divViewCentreList .k-grid-content,
    #staffGrid .k-grid-content,
    #clientsDb .k-grid-content,
    #ProgressLevelList .k-grid-content,
    #parentGrid .k-grid-content,
    #RegisteredApplicationList .k-grid-content,
    #WeekendingsList .k-grid-content,
    #divOBSAnalysis .k-grid-content,
    #securityAccessRequestGrid .k-grid-content,
    #RoomGrid .k-grid-content {
        min-height: 200px;
    }

    /*last grid button rounded corner*/
    #CCSServiceLogs .k-pager-wrap .k-pager-nav.k-pager-last,
    #ProgressLevelList .k-pager-wrap .k-pager-nav.k-pager-last,
    #centrefeelist .k-pager-wrap .k-pager-nav.k-pager-last,
    #RoomGrid .k-pager-wrap .k-pager-nav.k-pager-last,
    #divViewCentreList .k-pager-wrap .k-pager-nav.k-pager-last,
    #staffGrid .k-pager-wrap .k-pager-nav.k-pager-last,
    #clientsDb .k-pager-wrap .k-pager-nav.k-pager-last,
    #parentGrid .k-pager-wrap .k-pager-nav.k-pager-last,
    #RegisteredApplicationList .k-pager-wrap .k-pager-nav.k-pager-last,
    #WeekendingsList .k-pager-wrap .k-pager-nav.k-pager-last,
    #divOBSAnalysis .k-pager-wrap .k-pager-nav.k-pager-last,
    #securityAccessRequestGrid .k-pager-wrap .k-pager-nav.k-pager-last {
        border-radius: 50%;
    }

    #CCSServiceLogs .k-pager-wrap .k-link .k-icon,
    #RoomGrid .k-pager-wrap .k-link .k-icon,
    #ProgressLevelList .k-pager-wrap .k-link .k-icon,
    #centrefeelist .k-pager-wrap .k-link .k-icon,
    #divViewCentreList .k-pager-wrap .k-link .k-icon,
    #staffGrid .k-pager-wrap .k-link .k-icon,
    #clientsDb .k-pager-wrap .k-link .k-icon,
    #parentGrid .k-pager-wrap .k-link .k-icon,
    #RegisteredApplicationList .k-pager-wrap .k-link .k-icon,
    #WeekendingsList .k-pager-wrap .k-link .k-icon,
    #securityAccessRequestGrid .k-pager-wrap .k-link .k-icon {
        vertical-align: sub;
    }

    /*no Records*/
    #CCSServiceLogs .k-grid-norecords,
    #ProgressLevelList .k-grid-norecords,
    #staffGrid .k-grid-norecords,
    #centrefeelist .k-grid-norecords,
    #divViewCentreList .k-grid-norecords,
    #parentGrid .k-grid-norecords,
    #clientsDb .k-grid-norecords,
    #parentGrid .k-grid-norecords,
    #RegisteredApplicationList .k-grid-norecords,
    #WeekendingsList .k-grid-norecords,
    #securityAccessRequestGrid .k-grid-norecords,
    #securityAccessRequestGrid .k-virtual-scrollable-wrap,
    #RoomGrid .k-grid-norecords {
        min-height: 200px;
    }

/*validate only tooltip*/
.k-widget.k-tooltip-validation {
    display: none !important;
}

/*Kendo datepicker Design issue*/
#datepicker_dateview table.k-content,
#StartDate_dateview table.k-content,
#EndDate_dateview table.k-content,
#DateOfBirth_dateview table.k-content,
#CCBStartDate_dateview table.k-content,
#CCBUpdateDate_dateview table.k-content .k-calendar-container.k-popup.k-group.k-reset table.k-content {
    border-collapse: inherit;
}
/*----------------Grid Common CSS END------------------------*/

#WeekendingsList {
    width: 90em;
}

#securityAccessRequestGrid .k-grid-content {
    height: 100%;
}

.toolbarCategorylabel {
    padding-left: 10px;
    font-weight: bold;
    padding-right: 2px;
}

.toolbarCategorylabelfirst {
    font-weight: bold;
    padding-right: 2px;
}

.k-edit-form-container {
    width: 100% !important;
}

.k-widget > span.k-invalid {
    border: 1px solid red !important;
}

.k-edit-form-container {
    width: 100%;
}

.treeviewContainer {
    background-color: #EFEFEF;
    margin-top: 1em;
    max-height: 20em;
    overflow-y: scroll;
    padding: 10px 2px;
}

.media-heading > .lbl {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}

#Provider_ExternalAdmin_Popup,
#Provider_General_Popup,
#Provider_Records_Popup,
#Provider_financial_Popup {
    margin-top: 10px;
}


    #ProviderID,
    #ACECQARegistrationCode,
    #GenericContact_Phone,
    #GenericContact_Mobile,
    #GenericContact_Email,
    #Provider_General_Popup .providerStreetLine,
    #Provider_Records_Popup .providerStreetLine,
    #Provider_financial_Popup .providerStreetLine,
    #Provider_ExternalAdmin_Popup .providerStreetLine,
    #Provider_General_Popup .companyname {
        width: 100%;
        max-width: 100%;
    }


    #Provider_General_Popup .top-buffer,
    #Provider_financial_Popup .top-buffer,
    #Provider_Records_Popup .top-buffer,
    #Provider_ExternalAdmin_Popup .top-buffer {
        margin-top: 10px;
    }

    #Provider_General_Popup .inputwidth {
        width: 97%;
    }

    #Provider_Records_Popup .padding-left,
    #Provider_financial_Popup .padding-left {
        padding-left: 10px;
    }

    #Provider_ExternalAdmin_Popup .col-md-1,
    #Provider_ExternalAdmin_Popup .col-md-2,
    #Provider_ExternalAdmin_Popup .col-md-3,
    #Provider_ExternalAdmin_Popup .col-md-4,
    #Provider_ExternalAdmin_Popup .col-md-5,
    #Provider_ExternalAdmin_Popup .col-md-6,
    #Provider_ExternalAdmin_Popup .col-md-7,
    #Provider_ExternalAdmin_Popup .col-md-8,
    #Provider_ExternalAdmin_Popup .col-md-9,
    #Provider_ExternalAdmin_Popup .col-md-10,
    #Provider_Records_Popup .col-md-1,
    #Provider_Records_Popup .col-md-2,
    #Provider_Records_Popup .col-md-3,
    #Provider_Records_Popup .col-md-4,
    #Provider_Records_Popup .col-md-5,
    #Provider_Records_Popup .col-md-6,
    #Provider_Records_Popup .col-md-7,
    #Provider_Records_Popup .col-md-8,
    #Provider_Records_Popup .col-md-9,
    #Provider_Records_Popup .col-md-10,
    #Provider_General_Popup .col-md-1,
    #Provider_General_Popup .col-md-2,
    #Provider_General_Popup .col-md-3,
    #Provider_General_Popup .col-md-4,
    #Provider_General_Popup .col-md-5,
    #Provider_General_Popup .col-md-6,
    #Provider_General_Popup .col-md-7,
    #Provider_General_Popup .col-md-8,
    #Provider_General_Popup .col-md-9,
    #Provider_General_Popup .col-md-10,
    #Provider_financial_Popup .col-md-1,
    #Provider_financial_Popup .col-md-2,
    #Provider_financial_Popup .col-md-3,
    #Provider_financial_Popup .col-md-4,
    #Provider_financial_Popup .col-md-5,
    #Provider_financial_Popup .col-md-6,
    #Provider_financial_Popup .col-md-7,
    #Provider_financial_Popup .col-md-8,
    #Provider_financial_Popup .col-md-9,
    #Provider_financial_Popup .col-md-10,
    #SupportingDocumentsPopup .col-md-1,
    #SupportingDocumentsPopup .col-md-2,
    #SupportingDocumentsPopup .col-md-3,
    #SupportingDocumentsPopup .col-md-4,
    #SupportingDocumentsPopup .col-md-5,
    #SupportingDocumentsPopup .col-md-6,
    #SupportingDocumentsPopup .col-md-7,
    #SupportingDocumentsPopup .col-md-8,
    #SupportingDocumentsPopup .col-md-9,
    #SupportingDocumentsPopup .col-md-10 {
        box-sizing: border-box;
    }


.providerfieldset {
    margin: 0;
    border: 1px solid #908b8b !important;
    padding: 6px;
}

.providerfieldlegend {
    display: inline-block;
    padding: 0;
    line-height: inherit;
    border: 0;
    background: transparent;
    width: auto;
    border: none;
    margin-bottom: 0px;
}


.hidedelbutton, .greyout {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
/*Vel Code End */
/* Maintenance - Hari code start */
#Maintenance_General_Popup .top-buffer,
#Maintenance_Records_Popup .top-buffer,
#Maintenance_Financial_Popup .top-buffer,
#Maintenance_Closures_Popup .top-buffer,
#Maintenance_Operations_Popup .top-buffer,
#Maintenance_Trustee_Popup .top-buffer,
#Maintenance_External_Management_Popup .top-buffer,
#Maintenance_Supporting_Documents_Popup .top-buffer {
    margin-top: 10px;
}

.width100 {
    width: 100% !important;
    max-width: 100% !important;
}

.width90 {
    width: 90% !important;
    max-width: 90% !important;
}

#centreListTabStrip-1, #centreListTabStrip-2, #centreListTabStrip-3, #centreListTabStrip-4,
#centreListTabStrip-5, #centreListTabStrip-6, #centreListTabStrip-7, #centreListTabStrip-8 {
    max-height: 500px;
    overflow: auto;
}

/* Maintenance - Hari code end */
#resetpasswordcontainer .passwordError {
    color: #494949;
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
    /* float: left; */
    max-width: 35em;
    margin: 0 auto;
    text-align: center;
}

#CCSStaffPersonnelPopup {
    width: 650px;
    min-height: 550px;
}

#PartialGeneralTab {
    width: 100%;
    margin-top: 10px;
}

.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.pr5 {
    padding-right: 5px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mt8 {
    margin-top: 8px;
}

.mt1 {
    margin-top: 1px;
}

.mr-1 {
    margin-right: -1px;
}

.hrLine {
    border-bottom: 1px solid #bab6b6;
    height: 1px;
    display: block;
    width: 100%;
}

.sdHead {
    border: 1px solid;
    margin: 0px;
    padding: 5px;
}

.sdForm {
    border: 1px solid;
    padding: 5px;
    margin-top: -1px;
    border-top: 0px;
}

    .sdForm input[type=file] {
        margin: 0px;
    }

.sdFormBottom {
    height: 36px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-top: -1px;
}

#PartialGeneralTab .col-md-1,
#PartialGeneralTab .col-md-2,
#PartialGeneralTab .col-md-3,
#PartialGeneralTab .col-md-4,
#PartialGeneralTab .col-md-5,
#PartialGeneralTab .col-md-6,
#PartialGeneralTab .col-md-7,
#PartialGeneralTab .col-md-8,
#PartialGeneralTab .col-md-9,
#PartialGeneralTab .col-md-10,
#PartialGeneralTab .col-md-11,
#PartialGeneralTab .col-md-12 {
    box-sizing: border-box;
}

.tab-fieldset {
    margin: 0 0 10px 0;
    border: 1px solid #908b8b !important;
    padding: 6px;
}

.tab-legend {
    display: inline-block;
    padding: 0;
    line-height: inherit;
    border: 0;
    background: transparent;
    width: auto;
    border: none;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.tab-buttons {
    width: 100%;
}

    .tab-buttons a {
        display: inline-block;
        margin: 10px;
        cursor: pointer;
    }

input[name="BusinessType"] label {
    margin-bottom: 5px;
}

#errMessageForGeneral,
#errMessageForRecords,
#errMessageForExternalManagement {
    padding-left: 10px;
    color: red;
}

    #errMessageForGeneral b,
    #errMessageForRecords b,
    #errMessageForExternalManagement b {
        margin-bottom: 30px;
        line-height: 35px;
    }

    #errMessageForGeneral li,
    #errMessageForRecords li,
    #errMessageForExternalManagement li {
        margin-left: 0;
        line-height: 25px;
        background-color: #f9e5e5;
        list-style: none none;
        margin-bottom: 10px;
        padding-left: 5px;
        width: 25%;
        border-radius: 2px;
        border-bottom: 1px solid;
    }
/*Provider Popup Css*/
#Provider_Notifygridcontainer .k-grid-content,
#Provider_Supportingdocuments .k-grid-content {
    min-height: 200px;
}


#Provider_Notifygridcontainer .k-grid-norecords,
#Provider_Supportingdocuments .k-grid-norecords {
    min-height: 200px;
}

#FileUpload1, #ACCSDetermination_FileUpload, #ChildNoLongerAtRisk_FileUpload {
    float: left;
    margin: 10px 0px;
}

#viewerimagecontainer, #viewerimagecontainer1, #childnolongeratriskviewerimagecontainer, #tiffshower, #tiffshower1, #childnolongeratrisktiffshower {
    width: 100%;
    text-align: center;
}

    #viewerimage, #viewerimage1, #childnolongeratriskviewerimage, #tiffshower canvas, #tiffshower1 canvas, #childnolongeratrisktiffshower canvas {
        object-fit: contain;
        height: 380px;
    }

#viewerframe, #viewerframe1, #childnolongeratriskviewerframe {
    width: 100%;
    height: 400px;
}

#Provider_General_Popup .ddlpgcompany_type {
    width: 100%;
}

.popupaddcontainer-btn {
    padding: 5px 0px;
}

#accescertificateform {
    padding-top: 10px;
}

.accshistory {
    float: right;
}

    .accshistory a {
        float: right;
        font-size: 15px;
        font-weight: bold;
    }


@media screen and (max-width:380px) {
    #childHeader {
        height: 340px !important;
    }

    #childlistnumber {
        height: 80px;
    }

    .childlistprev, .childlistnext {
        top: 22%;
    }
    .ActButton {
        width: auto
    }
}

.child-room-dark-container #childHeader {
    height: auto !important
}

.ReportsLabel {
    font-size: 14px;
    font-weight: bold;
}

#CCSServiceLogs .col-md-3 {
    max-width: 220px;
    min-height: 49px;
}

.CCSServiceLogSearchContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .CCSServiceLogSearchContainer .form-group {
        margin-right: 30px;
    }

/*Enter Food*/
.enterfoodActivity .dateacrossalign {
    margin-right: 8px;
}

.enterfoodActivity {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.dialog-content h4 {
    font: bold 20px DosisRegular;
    color: #1f1b1b;
    margin: 0px;
    text-align: left;
    line-height: 1.6em;
}

.ui-dialog-buttonset #BtnYes, .ui-dialog-buttonset #BtnPresent, .ui-dialog-buttonset #BtnAbsent {
    width: 80px;
}

.ui-dialog-buttonset #BtnNo, .ui-dialog-buttonset #BtnCancel {
    width: 80px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

@media screen and (max-width:480px ) {
    .enterfoodActivity .form-group {
        width: 100%;
    }
}

.montequipcontainer {
    width: 80%;
    margin: 0 auto 20px;
    border: 1px dotted #8a8686;
    border-radius: 6px;
    padding: 20px;
}

.montequipsearch {
    display: flex;
    align-items: center;
    padding: 10px;
}

.montequipsearch .montequipinput {
    border: 1px solid #ccc;
    margin-left: 10px;
    width: 100%;
}


#dailyphotoslist .cameraicon {
    color: #fff;
    font-size: 40px;
}

#dailyphotoslist #children {
    height: 660px;
}

#dailyphotoslist .childSubContainer
{
    height:100%;
}

#dailyphotoslist .tcomments
{
    margin-left:0;
}

#dailyphotoslist #txtComments {
    max-width: 100% !important;
}

#dailyphotoslist .h4comments {
    margin-top: 25px;
}


#dailyphotoslist #galleryPreview {
    overflow: auto;
    height: 330px;
}

#dailyphotoslist .imagePreview01 {
    width: auto;
}

#dailyphotoslist .imagePreview01 ul
{
    width:auto;
}


#dailyphotoslist .k-upload-files.k-reset
{
    visibility:hidden;
}


.montonedeletedContainer {
    width: 90%;
    color: #fff;
    background: #655954;
    font-size: 15px;
    display: flex;
    margin: 10px 0px;
    padding: 2px;
}

.montOneName {
    width: calc(100% - 10px);
}

.montclosebtn {
    color: red;
    cursor: pointer;
}
/** Goal Maintance Start **/
.goal-maintance {
    padding: 30px 30px;
}
.goal-maintance .title {
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #cc0000;
}
.goal-maintance .title h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    text-align: center;
}
.pl-0 {
    padding-left: 0 !important
}
.pr-0 {
    padding-right: 0 !important
}
.ml-0 {
    margin-left: 0 !important
}
.mr-0 {
    margin-right: 0 !important
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}
.goal-maintance .k-widget * {
    box-sizing: border-box;
}
.goal-maintance-tab .btn-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}
.goal-maintance-tab .tab-fieldset {
    padding: 15px;
    border: 1px solid #000 !important;
}
.goal-maintance-tab .tab-legend {
    font-size: 16px;
    color: #000;
}
.goal-maintance-tab .btn {
    font-size: 15px;
    padding: 0;
    min-width: 55px;
    height: 28px;
    color: #000;
    border: 1px solid #000;
    background-color: #dddddd;
    border-radius: 0;
    outline: none;
}
.goal-maintance-tab #txtMaterial {
    font-size: 15px;
    color: #000;
    height: 100px;
    width: 100%;
    max-width: none;
    border: 1px solid #000;
    border-radius: 0;
}
.goal-maintance-tab .btn:active,
.goal-maintance-tab .btn:hover {
    background-color: #dddddd;
}

.goal-maintance-tab .up-down-icon img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}
.goal-maintance-tab .btn-remove-add {
    display: flex !important;
    justify-content: flex-end
}
.goal-maintance-tab .checkbox-content {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.goal-maintance-tab .checkbox-content .check-box {
    display: flex;
    align-items: center;
}
.goal-maintance-tab .checkbox-content .check-box input {
    margin: 0;
    margin-right: 5px;
}
.goal-maintance-tab .checkbox-content label {
    font-size: 15px;
    color: #000;
}
.goal-maintance-tab .btn-remove-add img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

.goal-maintance-tab .btn-remove-add .btn-remove {
    margin-right: 10px;
}
.goal-maintance-tab .up-down-icon .btn-up,
.goal-maintance-tab .up-down-icon .btn-down {
    text-align: center;
}
.goal-maintance-tab .up-down-icon .btn-up {
    margin-right: 10px;
}
.goal-maintance-tab .tab-left-content {
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #908b8b;
}
.goal-maintance-tab #treeView {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.goal-maintance-tab .k-tabstrip-scrollable .k-tabstrip-items {
    padding: 0 15px 0;
}
.goal-maintance-tab .k-tabstrip-items .k-item {
    font-size: 15px;
    line-height: 16px;
    border-top: 0;
    border-width: 0 1px 0;
    border-color: #000;
    border-radius: 0;
}
.goal-maintance-tab .k-tabstrip:focus {
    box-shadow: none;
}
.goal-maintance-tab .k-content.k-state-active {
    overflow: hidden;
}
.goal-maintance-tab .k-treeview .k-item {
    font-size: 17px;
    line-height: 27px;
    color: #000;
}
.goal-maintance-tab .k-treeview .k-item ul .k-item {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.goal-maintance-tab .k-treeview .k-state-hover {
    color: #000;
    background-color: transparent;
}
.goal-maintance-tab .k-treeview .k-state-focused {
    border: 0;
    box-shadow: none;
}
.goal-maintance-tab #GoalMaintanceTabStrip-1 .k-treeview .k-item .k-group .k-item .k-icon,
.goal-maintance-tab #GoalMaintanceTabStrip-2 .k-treeview .k-item .k-group .k-item .k-icon {
    display: none;
}
.goal-maintance-tab .k-treeview .k-plus,
.goal-maintance-tab .k-treeview .k-minus {
    background: url('Images/plus-icon.png') no-repeat left center;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.goal-maintance-tab .k-treeview .k-minus {
    background: url('Images/remove-icon.png') no-repeat left center;
    background-size: 100%;
}
.goal-maintance-tab .k-content {
    overflow-x: hidden;
}
/** Grid **/
.grid-content.k-grid {
    border-color: #000;
    border-radius: 0;
}
.grid-content .k-grid-header {
    padding-right: 0 !important;
    border-bottom-width: 0;
}
.grid-content .k-grid-header th.k-header {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    border-width: 0;
}

.grid-content tr td {
    font-size: 15px;
    color: #000;
    border-width: 0;
}
.grid-content .k-grid-content {
    overflow-y: auto;
}
.grid-content .k-alt {
    background-color: #ddd;
}

/** Modal **/
.Eylf-list-modal.k-treeview {
    max-width: 600px;
    width: 100%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
}
.Eylf-list-modal .k-treeview-lines .k-plus,
.Eylf-list-modal .k-treeview-lines .k-minus {
    background: url('Images/plus-icon.png') no-repeat left center;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.Eylf-list-modal .k-treeview-lines .k-minus {
    background: url('Images/remove-icon.png') no-repeat left center;
    background-size: 100%;
}
.Eylf-list-modal .k-treeview-lines .k-item {
    font-size: 17px;
    line-height: 27px;
    word-break: break-word;
    white-space: normal;
    color: #000;
}

.Eylf-list-modal .k-treeview-lines .k-item ul .k-item {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.Eylf-list-modal .k-treeview-lines .k-state-hover {
    color: #000;
    background-color: transparent;
}

.Eylf-list-modal .k-treeview-lines .k-state-focused {
    border: 0;
    box-shadow: none;
}
.Eylf-list-modal .k-treeview-lines ul li .k-icon,
.Eylf-list-modal .k-treeview-lines > .k-item .k-checkbox {
    display: none;
}
.Eylf-list-modal .k-treeview-lines [data-expanded="true"] ul .k-item .k-checkbox {
    display: inline-block;
}
.Eylf-list-modal .k-treeview-lines [data-expanded="true"] ul .k-item.k-last .k-checkbox {
    display: none;
}
.Eylf-list-modal .k-treeview-lines [data-expanded="true"] ul .k-item .k-mid {
    display: flex;
}
.Eylf-list-modal .btn-add {
    font-size: 15px;
    padding: 0;
    min-width: 55px;
    height: 28px;
    color: #000;
    float: right;
    border: 1px solid #000;
    background-color: #dddddd;
    border-radius: 0;
    outline: none;
}
@media (max-width: 1279.98px) {
    .goal-maintance {
        padding: 0;
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .goal-maintance-tab .tab-left-content,
    .goal-maintance-tab .btn-action {
        margin-right: 15px;
    }
}
/** Goal Maintance End **/
@media (max-width: 767.98px) {
    .reg-form {
        max-width: 400px;
        width: 100% !important;
    }
}
.reg-form .input-width {
    max-width: 400px;
    width: 100% !important;
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datetimepicker{padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute}[class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes{display:block}.datetimepicker.hours div.datetimepicker-hours{display:block}.datetimepicker.days div.datetimepicker-days{display:block}.datetimepicker.months div.datetimepicker-months{display:block}.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.hour:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot tr:first-child th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot tr:first-child th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}
/* TimeEntry styles v2.0.0 */
.timeEntry-control {
	vertical-align: middle;
	margin-left: 2px;
}

/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(Jcrop.gif);font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}

