﻿/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import url(../fonts/lato/stylesheet.css);*/
/*@import url(../fonts/icons/css/fontello.css);*/
/*@import url(../lib/jquery-ui/jquery-ui.css);*/
/*@import url(../lib/jquery-ui/jquery-ui.theme.min.css);*/
/*@import url(../lib/select2/css/select2.css);*/
/*@import url('../lib/font-awesome/css/font-awesome.css');*/
/*@import url(../lib/tempusdominus-bootstrap/css/tempusdominus-bootstrap-4.css);*/
/*@import url(../lib/swiper/css/swiper.min.css);*/
/*@import url(../lib/switchery/switchery.min.css);*/
/*@import url(../lib/bootstrap-slider/css/bootstrap-slider.css);*/
/*@import url(../lib/chartist-js/chartist.min.css);*/
/*@import url(../lib/simplebar/simplebar.css);*/
/*@import url(../lib/frappe/frappe-charts.min.css);*/
/*@import url(../lib/summernote/summernote-bs4.css);*/

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1440px;
    --breakpoint-xxxl: 1600px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        order: -1;
    }

    .order-xxl-last {
        order: 13;
    }

    .order-xxl-0 {
        order: 0;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-2 {
        order: 2;
    }

    .order-xxl-3 {
        order: 3;
    }

    .order-xxl-4 {
        order: 4;
    }

    .order-xxl-5 {
        order: 5;
    }

    .order-xxl-6 {
        order: 6;
    }

    .order-xxl-7 {
        order: 7;
    }

    .order-xxl-8 {
        order: 8;
    }

    .order-xxl-9 {
        order: 9;
    }

    .order-xxl-10 {
        order: 10;
    }

    .order-xxl-11 {
        order: 11;
    }

    .order-xxl-12 {
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1600px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxxl-first {
        order: -1;
    }

    .order-xxxl-last {
        order: 13;
    }

    .order-xxxl-0 {
        order: 0;
    }

    .order-xxxl-1 {
        order: 1;
    }

    .order-xxxl-2 {
        order: 2;
    }

    .order-xxxl-3 {
        order: 3;
    }

    .order-xxxl-4 {
        order: 4;
    }

    .order-xxxl-5 {
        order: 5;
    }

    .order-xxxl-6 {
        order: 6;
    }

    .order-xxxl-7 {
        order: 7;
    }

    .order-xxxl-8 {
        order: 8;
    }

    .order-xxxl-9 {
        order: 9;
    }

    .order-xxxl-10 {
        order: 10;
    }

    .order-xxxl-11 {
        order: 11;
    }

    .order-xxxl-12 {
        order: 12;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .offset-xxxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxxl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xxl > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xxxl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        background-image: none;
    }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .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-left: -1px;
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .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(:last-child):not(.dropdown-toggle),
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child),
    .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file:focus {
            z-index: 3;
        }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:not(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none;
    }

        .custom-range::-webkit-slider-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #b3d7ff;
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none;
    }

        .custom-range::-moz-range-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #b3d7ff;
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none;
    }

        .custom-range::-ms-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range::-ms-thumb:active {
            background-color: #b3d7ff;
        }

    .custom-range::-ms-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border-width: 0.5rem;
    }

    .custom-range::-ms-fill-lower {
        background-color: #dee2e6;
        border-radius: 1rem;
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px;
        background-color: #dee2e6;
        border-radius: 1rem;
    }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1439.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl > .container,
        .navbar-expand-xxl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1599.98px) {
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxxl > .container,
        .navbar-expand-xxxl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xxxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxxl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    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: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0);
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        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;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .d-xxxl-none {
        display: none !important;
    }

    .d-xxxl-inline {
        display: inline !important;
    }

    .d-xxxl-inline-block {
        display: inline-block !important;
    }

    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-table {
        display: table !important;
    }

    .d-xxxl-table-row {
        display: table-row !important;
    }

    .d-xxxl-table-cell {
        display: table-cell !important;
    }

    .d-xxxl-flex {
        display: flex !important;
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1600px) {
    .flex-xxxl-row {
        flex-direction: row !important;
    }

    .flex-xxxl-column {
        flex-direction: column !important;
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxxl-center {
        justify-content: center !important;
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }

    .align-items-xxxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxxl-center {
        align-items: center !important;
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxxl-center {
        align-content: center !important;
    }

    .align-content-xxxl-between {
        align-content: space-between !important;
    }

    .align-content-xxxl-around {
        align-content: space-around !important;
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxxl-auto {
        align-self: auto !important;
    }

    .align-self-xxxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxxl-center {
        align-self: center !important;
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1440px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

@media (min-width: 1600px) {
    .float-xxxl-left {
        float: left !important;
    }

    .float-xxxl-right {
        float: right !important;
    }

    .float-xxxl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1600px) {
    .m-xxxl-0 {
        margin: 0 !important;
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important;
    }

    .m-xxxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxxl-3 {
        margin: 1rem !important;
    }

    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxxl-5 {
        margin: 3rem !important;
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxxl-0 {
        padding: 0 !important;
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important;
    }

    .p-xxxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxxl-3 {
        padding: 1rem !important;
    }

    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxxl-5 {
        padding: 3rem !important;
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxxl-auto {
        margin: auto !important;
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important;
    }

    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important;
    }

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1440px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .text-xxxl-left {
        text-align: left !important;
    }

    .text-xxxl-right {
        text-align: right !important;
    }

    .text-xxxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.container img, .container iframe, .container .issuuembed, .container-fluid img, .container-fluid iframe, .container-fluid .issuuembed {
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after, .clearfloat:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.before, .before-after {
    position: relative;
}

    .before:before, .before-after:before {
        content: '';
        display: block;
        position: absolute;
    }

.after, .before-after {
    position: relative;
}

    .after:after, .before-after:after {
        content: '';
        display: block;
        position: absolute;
    }

.table {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0;
}

.tcell {
    display: table-cell;
    vertical-align: middle;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
a::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0 !important;
    text-decoration: none;
}

input, textarea {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Jquery UI */
/* Select 2 */
/* Bootstrap Datetimepicker */
/* Swiper */
/* Switchery */
/* Full Calendar */
/* Slider */
/* Chartist */
/* Simplebar */
/* Frappe */
/* SummerNote */
/*

@import url(../fonts/icons/css/fontello.css);
@import url(../lib/jquery-ui/jquery-ui.css);
// @import url(../lib/jquery-ui/jquery-ui.theme.min.css); --> manter comentado :P
@import url(../lib/select2/css/select2.css);
@import url('../lib/font-awesome/css/font-awesome.css');
@import url(../lib/tempusdominus-bootstrap/css/tempusdominus-bootstrap-4.css);
@import url(../lib/swiper/css/swiper.min.css);
@import url(../lib/switchery/switchery.min.css);
@import url(../lib/fullcalendar/fullcalendar.css);
@import url(../lib/bootstrap-slider/css/bootstrap-slider.css);
@import url(../lib/chartist-js/chartist.min.css);
@import url(../lib/simplebar/simplebar.css);
@import url(../lib/frappe/frappe-charts.min.css);
@import url(../lib/summernote/summernote-bs4.css);

*/

@import url(../fonts/lato/stylesheet.css);

#main-menu.not-visible {
    display: none;
}

#main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: block;
    -webkit-transition: width 2s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    /* ESTILO INICIAL */
    /* NIVEIS EXPANDIDOS */
    /* NIVEIS menu-drop */
    /* Icons Nivel 1 */
    /* Expand-collapse btn*/
    /* Titulos Subniveis */
    /* Displays */
}

    #main-menu .scrollabble {
        position: fixed;
        height: auto;
        top: 72px;
        bottom: 0;
        left: 0;
        right: auto;
        margin: 0;
        width: 270px;
    }

    #main-menu .level-1 .simplebar-content {
        padding-top: 35px;
    }

    #main-menu .sub-level .simplebar-content {
        padding-top: 47px;
    }

    #main-menu ul,
    #main-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    #main-menu h1,
    #main-menu h2,
    #main-menu h3,
    #main-menu h4,
    #main-menu h5,
    #main-menu h6 {
        margin: 0;
        padding: 0;
    }

    #main-menu .hide {
        display: none;
    }

    #main-menu .level-1 {
        background: #354052;
        width: 270px;
    }

        #main-menu .level-1 li a {
            padding-left: 20px;
            display: block;
            color: #9EABC0;
            line-height: 3em;
            font-size: 13px;
            font-family: 'Lato', sans-serif;
            text-decoration: none;
            font-weight: normal;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    #main-menu a.lvl-1.active {
        color: #00A0E9;
    }

        #main-menu a.lvl-1.active.background {
            background: #2B3340;
        }

    #main-menu nav li a:hover {
        text-decoration: none;
    }

    #main-menu nav h3 a {
        font-size: 16px !important;
        line-height: 2.5em !important;
        max-height: 39px;
        font-weight: normal;
    }

    #main-menu .sub-level {
        background: #2B3340;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 210px;
        box-sizing: border-box;
    }

        #main-menu .sub-level li a {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 20px;
            display: block;
            font-weight: normal;
            position: relative;
        }

        #main-menu .sub-level.level-2 {
            left: 270px;
            background: #2B3340;
        }

        #main-menu .sub-level.level-3,
        #main-menu .sub-level.level-4,
        #main-menu .sub-level.level-5,
        #main-menu .sub-level.level-6 {
            left: 210px;
        }

        #main-menu .sub-level.menu-drop-off.menu-opened {
            left: 210px;
            position: fixed;
            top: 72px;
        }

    #main-menu .menu-drop.level-1 .sub-level {
        position: fixed;
        top: 72px;
    }

    #main-menu .sub-level.menu-drop-off.menu-opened.level-3 a,
    #main-menu .sub-level.menu-drop-off.menu-opened.level-4 a,
    #main-menu .sub-level.menu-drop-off.menu-opened.level-5 a,
    #main-menu .sub-level.menu-drop-off.menu-opened.level-6 a {
        color: #fff;
    }

        #main-menu .sub-level.menu-drop-off.menu-opened.level-3 a.active,
        #main-menu .sub-level.menu-drop-off.menu-opened.level-4 a.active,
        #main-menu .sub-level.menu-drop-off.menu-opened.level-5 a.active,
        #main-menu .sub-level.menu-drop-off.menu-opened.level-6 a.active {
            font-weight: 700;
        }

    #main-menu .sub-level.menu-drop-off.menu-opened.level-2 {
        left: 270px;
    }

    #main-menu .sub-level.menu-drop-off.menu-opened.level-3 {
        background: #B7C1CF !important;
        left: 480px;
    }

    #main-menu .sub-level.menu-drop-off.menu-opened.level-4 {
        background: #9EABC0 !important;
        left: 690px;
    }

    #main-menu .sub-level.menu-drop-off.menu-opened.level-5 {
        background: #509AE3 !important;
        left: 900;
    }

    #main-menu .sub-level.menu-opened.level-6 {
        background: #417505 !important;
    }

    #main-menu .menu-drop.level-1 {
        width: 60px;
    }

        #main-menu .menu-drop.level-1 .text {
            display: none;
        }

        #main-menu .menu-drop.level-1 .sub-level.level-2 {
            left: 60px;
        }

    #main-menu .menu-drop.level-2 .level-3 {
        left: 75px;
        z-index: 100;
    }

    #main-menu .menu-drop.level-2 .menu-drop.level-3 {
        left: 70px;
        z-index: 100;
    }

    #main-menu .menu-drop.level-3 .level-4 {
        left: 85px;
        z-index: 101;
    }

    #main-menu .menu-drop.level-3 .menu-drop.level-4 {
        left: 80px;
        z-index: 100;
    }

    #main-menu .menu-drop.level-4 .level-5 {
        left: 90px;
        z-index: 102;
    }

    #main-menu .menu-drop.level-4 .menu-drop.level-5 {
        left: 100px;
        z-index: 100;
    }

    #main-menu .menu-drop.level-5 .level-6 {
        left: 90px;
        z-index: 103;
    }

    #main-menu .sub-level.menu-drop {
        width: 15px !important;
    }

        #main-menu .sub-level.menu-drop.level-2 a.lvl-2,
        #main-menu .sub-level.menu-drop.level-3 a.lvl-3,
        #main-menu .sub-level.menu-drop.level-4 a.lvl-4,
        #main-menu .sub-level.menu-drop.level-5 a.lvl-5 {
            display: none;
        }

        #main-menu .sub-level.menu-drop a.active {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 100;
            padding-left: 0;
            border: 0;
            display: block !important;
        }

            #main-menu .sub-level.menu-drop a.active span.text-sublvl {
                display: block;
                transform: rotate(180deg);
                writing-mode: vertical-lr;
                position: relative;
                line-height: 1em;
                font-size: 11px;
                left: 1px;
                top: 50px;
                color: #fff;
            }

        #main-menu .sub-level.menu-drop.level-2 a.lvl-2.active {
            background: #9EABC0;
        }

        #main-menu .sub-level.menu-drop.level-3 a.lvl-3.active {
            background: #B7C1CF;
        }

        #main-menu .sub-level.menu-drop.level-4 a.lvl-4.active {
            background: #509AE3;
        }

        #main-menu .sub-level.menu-drop.level-5 a.lvl-5.active {
            background: #417505;
        }

    #main-menu .icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        /* background: teal; */
        line-height: 0 !important;
        font-size: 0;
        margin-right: 21px;
        position: relative;
        top: 5px;
    }

        #main-menu .icon.empty {
            background: teal;
        }

    #main-menu .font-icon-menu {
        font-size: 20px;
        position: absolute;
    }

        #main-menu .font-icon-menu::before {
            margin: 0;
            padding: 0;
        }

    #main-menu .font-icon-menu-2 {
        font-size: 17px;
        position: absolute;
    }

        #main-menu .font-icon-menu-2::before {
            margin: 0;
            padding: 0;
        }

    #main-menu .expand-collapse {
        display: block;
        position: absolute;
        right: 10px;
        top: 3px;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.5);
    }

        #main-menu .expand-collapse .expand-font {
            font-size: 7px;
            position: absolute;
            top: 3px;
            right: 4px;
            line-height: normal;
            color: #fff;
        }

            #main-menu .expand-collapse .expand-font::before {
                margin: 0;
                padding: 0;
            }

    #main-menu .expand.opened .expand-collapse .expand-font {
        transform: rotate(180deg);
    }

    #main-menu .level-1 .level-2 h3 a {
        color: #00A0E9;
    }

    #main-menu .sub-level.menu-drop.level-2 .level-3 h3 a {
        color: #9EABC0;
    }

    #main-menu .sub-level.menu-drop.level-3 .level-4 h3 a {
        color: #B7C1CF;
    }

    #main-menu .sub-level.menu-drop.level-4 .level-5 h3 a {
        color: #509AE3;
    }

    #main-menu .sub-level.menu-drop.level-5 .level-6 h3 a {
        color: #417505;
    }

    #main-menu .menu-hide {
        display: none !important;
    }

    #main-menu .level-1.animation-left {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #main-menu .lvl-1 {
        position: relative;
        padding-right: 20px;
        height: 50px;
    }

        #main-menu .lvl-1 .icon {
            position: absolute !important;
            top: 15px !important;
        }

        #main-menu .lvl-1 .text {
            padding-left: 40px;
            display: block;
            line-height: 1em;
        }

    #main-menu h3 {
        margin-bottom: 25px;
    }

        #main-menu h3 a.expand {
            padding-right: 20px;
            line-height: 1em !important;
        }

@media (max-width: 769px) {
    #main-menu .menu-drop.level-1,
    #main-menu .level-1 {
        width: 100% !important;
    }

        #main-menu .level-1.animation-left {
            left: -100% !important;
        }

    #main-menu .sub-level,
    #main-menu .sub-level.menu-drop {
        width: auto !important;
        right: 0;
    }

        #main-menu .sub-level a.trigger-lvl.active,
        #main-menu .sub-level.menu-drop a.trigger-lvl.active {
            width: 15px !important;
        }

    #main-menu .sub-level {
        position: fixed;
        top: 72px;
    }

    #main-menu .menu-drop.level-2 .level-3 {
        left: 75px !important;
    }

    #main-menu .menu-drop.level-3 .level-4 {
        left: 90px !important;
    }

    #main-menu .menu-drop.level-4 .level-5 {
        left: 105px;
    }

    #main-menu .menu-drop.level-5 .level-6 {
        left: 120px;
    }

    #main-menu .level-1.menu-drop a.lvl-1 {
        width: 60px;
    }

    #main-menu .sub-level.menu-drop a.active span.text-sublvl {
        left: 2px;
    }

    #main-menu .expand-collapse {
        display: none !important;
    }
}

.panel.panel-default {
    background: #fff;
    border-radius: 2px;
    border-width: 0;
    padding-top: 4px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(202, 202, 202, 0.5);
}

    .panel.panel-default.annotation {
        background: #F7EEC4;
    }

    .panel.panel-default .panel-small-border {
        top: 0;
        left: 0;
        z-index: 1;
        height: 4px;
        width: 14.8%;
        min-width: 80px;
        position: absolute;
        border-top-left-radius: 4px;
    }

    .panel.panel-default .panel-big-border {
        top: 0;
        right: 0;
        height: 4px;
        left: 14.8%;
        position: absolute;
        border-top-right-radius: 4px;
    }

    .panel.panel-default .panel-full-border {
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        position: absolute;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .panel.panel-default h3 {
        margin-top: 0;
        color: #A0ABBF;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .panel.panel-default h4 {
        color: #A3AEC1;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 20px;
    }

        .panel.panel-default h4.xl {
            font-size: 16px;
        }

    .panel.panel-default .panel-body {
        padding-top: 20px;
    }

    .panel.panel-default .panel-footer {
        padding-left: 0;
        padding-right: 0;
        margin-left: 20px;
        margin-right: 20px;
        background: transparent;
        border-top: 1px solid #D1DAEA;
    }

        .panel.panel-default .panel-footer .pull-right {
            margin-right: 10px;
        }

    .panel.panel-default .control-container {
        padding: 15px;
        background: #F7F9FB;
        margin: -30px -15px 20px;
    }

    .panel.panel-default .tags-group {
        font-size: 0;
    }

        .panel.panel-default .tags-group .btn {
            margin: 0 10px 10px 0;
        }

    .panel.panel-default .note p {
        color: #A0ABBF;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .panel.panel-default .associations {
        font-size: 0;
        overflow: hidden;
        text-align: right;
    }

        .panel.panel-default .associations > * {
            width: 20px;
            height: 20px;
            cursor: pointer;
            overflow: hidden;
            margin-left: 5px;
            text-align: center;
            border-radius: 20px;
            vertical-align: top;
            display: inline-block;
        }

        .panel.panel-default .associations .class {
            color: #fff;
            font-size: 12px;
            padding-top: 2px;
        }

        .panel.panel-default .associations .view-more {
            color: #fff;
            font-size: 12px;
            line-height: 13px;
            background: #A0ABBF;
        }

        .panel.panel-default .associations + * {
            margin-top: -20px;
        }

.panel-group .panel {
    padding-top: 0;
    border-top: 3px solid #cfdbe2;
}

    .panel-group .panel.panel-default h4 {
        margin-bottom: 0;
    }

        .panel-group .panel.panel-default h4 a {
            color: #444;
            display: block;
        }

.panel.transparent {
    background: transparent !important;
}

    .panel.transparent .tab-content {
        background: #fff;
    }

.panel-group .panel {
    padding-top: 0;
    border-top: 3px solid #cfdbe2;
}

    .panel-group .panel.panel-default h4 {
        margin-bottom: 0;
    }

        .panel-group .panel.panel-default h4 a {
            color: #444;
            display: block;
        }

.panel.transparent {
    background: transparent !important;
}

    .panel.transparent .tab-content {
        background: #fff;
    }

.btn.btn-default {
    color: #A3AEC1;
    font-size: 13px;
    background: #fff;
    border-color: #fff;
}

    .btn.btn-default.active, .btn.btn-default:focus, .btn.btn-default:active {
        color: #F1F5F6;
        box-shadow: none;
        background: #9EABC0;
        border-color: #9EABC0;
    }

.btn.btn-light {
    color: #A0ABBF;
    font-size: 16px;
    border-width: 0;
    padding: 8px 50px;
    background: #F5F7F9;
}

.button-icon {
    padding: 5px;
    color: #A1ABBE;
    font-size: 20px;
    cursor: pointer;
}

    .button-icon:hover, .button-icon:focus {
        color: #A1ABBE;
        text-decoration: none;
    }

/*
CSS ANTIGO
.student-widget {
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px 0 rgba(203,203,203,.5);

	&.disabled {
		.info h6,
		.info p {
			color: #9B9B9B;
		}

		.attendance li a {
			background: #9B9B9B !important;
		}

		.image img {
			filter: grayscale(100%);
		}

		.rating .value,
		.rating .legend {
			color: #9B9B9B;
		}
	}

	.main-info {
		width: 57%;
		float: left;
		min-height: 90px;
		position: relative;
		padding-left: 110px;
		background: #fff;
		border-right: 1px solid #E0E8F1;
	}

	.student-status {
		top: 15px;
		left: 10px;
		z-index: 1;
		width: 20px;
		height: 20px;
		color: #fff;
		font-size: 15px;
		line-height: 1em;
		padding-top: 2px;
		text-align: center;
		position: absolute;
		border-radius: 20px;
		background: #00A0E9;
	}

	.student-status.fontello-icon-subdelegado {
		font-size: 7px;
		padding-top: 6px;
		text-align: left;
		padding-left: 1px;
	}

	.student-status.fontello-icon-aniversario {
		top: 60px;
		font-size: 14px;
		padding-left: 1px;
		background: #FABB3A;
	}

	.image {
		top: 10px;
		left: 15px;
		width: 70px;
		height: 70px;
		overflow: hidden;
		text-align: center;
		position: absolute;
		border-radius: 70px;
	}

	.image img {
		max-width: 100%;
	}

	.image + .miss {
		top: 60px;
		left: 65px;
		width: 20px;
		height: 20px;
		position: absolute;
		border-radius: 20px;
		background: #DA4932;
		border: 3px solid #fff;
	}

	.info {
		padding-top: 20px;

		h6 {
			margin: 0;
			color: #00A0E9;
			font-size: 19px;
		}

		p {
			margin: 0;
			color: #9A9FA8;
			font-size: 15px;
			margin-bottom: 5px;
		}
	}

	.attendance {
		margin: 0;
		padding: 0;
		font-size: 0;

		li {
			margin-right: 4px;
			display: inline-block;
		}

		li:last-child {
			margin-right: 0;
		}

		li a {
			width: 6px;
			height: 6px;
			display: block;
			border-radius: 6px;
			background: #53C24E;
		}

		li a.fault {
			background: #DA4932;
		}
	}

	.rating {
		width: 43%;
		float: left;
		min-height: 90px;
		padding-top: 10px;
		text-align: center;
		background: #F5F9FD;

		.item {
			float: left;
			width: 33.3%;
			padding-top: 15px;
			border-right: 1px solid #E0E8F1;
		}

		.item:last-child {
			border-width: 0;
		}

		.value {
			display: block;
			color: #172C40;
			font-size: 18.74px;
		}

		.icon-container {
			display: block;
			color: #A7ACB4;
			font-size: 30px;
			margin-top: -20px;
		}

		.legend {
			display: block;
			color: #9A9FA8;
			font-size: 11.24px;
			position: relative;
		}

		.last-classes {
			display: block;
			padding-top: 5px;
		}

		.fault-count {
			top: -17px;
			right: 18%;
			color: #fff;
			font-size: 12px;
			padding: 1px 6px;
			position: absolute;
			background: #FA6D3A;
			border-radius: 20px;
		}

		.today {
			color: #00A0E9;
		}
	}

	.classification-tip {
		bottom: 0;
		right: 30px;
		background: #fff;
		position: absolute;
		border-radius: 100px;
		padding: 10px 10px 0;
		box-shadow: 0 2px 4px 0 rgba(203,203,203,0.5);

		ul {
			padding: 0;
			font-size: 0;
			line-height: 0;
		}

		li {
			padding: 0 10px;
			text-align: center;
			display: inline-block;
		}

		a {
			color: #A7ACB4;
			font-size: 12px;
			text-decoration: none;
		}

		a.today {
			color: #00A0E9;
		}

		img {
			width: 30px;
			display: block;
		}

		a.today img {
			border-radius: 30px;
			border: 1px solid #00A0E9;
		}

		a.today span {
			border: 1px solid #00A0E9;
		}

		a span {
			padding: 1px;
			display: block;
			border-radius: 30px;
			margin-bottom: 10px;
		}
	}
}
*/
.student-widget {
    display: block;
    height: 55px;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    background: #fff;
    position: relative;
    cursor: pointer;
}

    .student-widget.single .main-info {
        width: 100%;
    }

    .student-widget .present-in-class {
        height: 8px;
        width: 8px;
        border-radius: 8px;
        display: block;
        background: #53C24E;
        font-size: 0;
        border: 1px solid #fff;
        z-index: 2;
        position: absolute;
        left: 36px;
        top: 36px;
    }

        .student-widget .present-in-class.fault {
            background: #DA4932;
        }

    .student-widget.disabled .info h6,
    .student-widget.disabled .info p {
        color: #9B9B9B;
    }

    /*.student-widget.disabled .attendance li a {
        background: #9B9B9B !important;
    }*/

    .student-widget.disabled .image img {
        filter: grayscale(100%);
    }

    .student-widget.disabled .rating .value,
    .student-widget.disabled .rating .legend {
        color: #9B9B9B;
    }

    .student-widget.disabled .item {
        cursor: default !important;
    }

        .student-widget.disabled .item:hover .icon-container,
        .student-widget.disabled .item:hover .legend .text,
        .student-widget.disabled .item.today .icon-container,
        .student-widget.disabled .item.today .legend .text,
        .student-widget.disabled .item.today-active .legend .text,
        .student-widget.disabled .item.today-active .icon-container,
        .student-widget.disabled .item.today .slug-container a {
            color: #9EABC0 !important;
            cursor: default !important;
        }

    .student-widget .icon-container.fontello-icon-correct {
        color: #53C24E !important;
    }

    .student-widget .icon-container.fontello-icon-wrong {
        color: #DA4932 !important;
    }

    .student-widget .main-info {
        display: block;
        min-height: 55px;
        position: relative;
        padding-left: 55px;
        background: #fff;
    }

    .student-widget .student-status {
        top: 15px;
        left: 10px;
        z-index: 1;
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 15px;
        line-height: 1em;
        padding-top: 2px;
        text-align: center;
        position: absolute;
        border-radius: 20px;
        background: #00A0E9;
    }

        .student-widget .student-status.fontello-icon-subdelegado {
            font-size: 7px;
            padding-top: 6px;
            text-align: left;
            padding-left: 1px;
        }

        .student-widget .student-status.fontello-icon-aniversario {
            top: 60px;
            font-size: 14px;
            padding-left: 1px;
            background: #FABB3A;
        }

    .student-widget .image {
        top: 10px;
        left: 10px;
        width: 35px;
        height: 35px;
        overflow: hidden;
        text-align: center;
        position: absolute;
        border-radius: 35px;
    }

        .student-widget .image img {
            max-width: 100%;
        }

        .student-widget .image + .miss {
            top: 60px;
            left: 65px;
            width: 20px;
            height: 20px;
            position: absolute;
            border-radius: 20px;
            background: #DA4932;
            border: 3px solid #fff;
        }

    .student-widget .info {
        padding-top: 10px;
    }

        .student-widget .info h6 {
            margin: 0;
            color: #00A0E9;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .student-widget .info p {
            margin: 0;
            color: #9A9FA8;
            font-size: 11px;
            margin-bottom: 5px;
        }

    .student-widget .attendance {
        margin: 0;
        padding: 0;
        font-size: 0;
    }

        .student-widget .attendance li {
            margin-right: 2px;
            display: inline-block;
        }

            .student-widget .attendance li:last-child {
                margin-right: 0;
            }

            .student-widget .attendance li a {
                width: 4px;
                height: 4px;
                display: block;
                border-radius: 6px;
                background: #53C24E !important;
            }

                .student-widget .attendance li a.fault {
                    background: #DA4932 !important;
                }

    .student-widget .rating {
        max-width: 65%;
        position: absolute;
        right: 0;
        top: 0;
        height: 55px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        background: #f5f9fd;
        border-left: 1px solid #E0E8F1;
        font-size: 0;
        line-height: 0;
    }

        .student-widget .rating .item {
            border-right: 1px solid #E0E8F1;
            width: 55px;
            position: relative;
            cursor: pointer;
            display: inline-block;
            height: 43px;
        }

            .student-widget .rating .item .slug-text {
                position: absolute;
                right: 50%;
                margin-right: -112px;
                z-index: 3;
                top: -75px;
                width: 225px;
                padding: 10px;
                background: #273142;
                color: #fff;
                border-radius: 4px;
                font-size: 14px;
                line-height: 1.5em;
                display: none;
            }

                .student-widget .rating .item .slug-text .bottom-triangle {
                    height: 6px;
                    width: 12px;
                    background: url("../images/slug-text-triangle.png");
                    background-size: cover;
                    display: block;
                    position: absolute;
                    left: 50%;
                    margin-left: -6px;
                    bottom: -6px;
                }

            .student-widget .rating .item:hover .icon-container,
            .student-widget .rating .item:hover .legend .text,
            .student-widget .rating .item.today .icon-container,
            .student-widget .rating .item.today .legend .text,
            .student-widget .rating .item.today-active .legend .text,
            .student-widget .rating .item.today-active .icon-container,
            .student-widget .rating .item.today .slug-container a {
                color: #00A0E9;
            }

            .student-widget .rating .item .classification {
                display: none;
            }

            .student-widget .rating .item.today .classification {
                display: block;
            }

            .student-widget .rating .item:hover .slug-text {
                display: block;
            }

            .student-widget .rating .item:last-child {
                border-width: 0;
            }

        .student-widget .rating .icon-container {
            display: block;
            color: #9EABC0;
            font-size: 26px;
            height: 26px;
            line-height: 1em;
            margin-bottom: 5px;
            text-align: center;
        }

            .student-widget .rating .icon-container::before {
                margin: 0;
            }

        .student-widget .rating .legend {
            display: block;
            position: relative;
            line-height: normal;
            letter-spacing: 0.45px;
        }

            .student-widget .rating .legend .text {
                display: block;
                color: #9EABC0;
                font-size: 10px;
                padding-left: 6px;
                padding-right: 6px;
                text-overflow: ellipsis;
                overflow: hidden;
                letter-spacing: .35px;
            }

        .student-widget .rating .last-classes {
            display: block;
            padding-top: 5px;
        }

        .student-widget .rating .fault-count {
            top: -25px;
            right: 22%;
            color: #fff;
            font-size: 8px;
            padding: 0 4px;
            position: absolute;
            background: #0CA4E9;
            border-radius: 20px;
        }

        .student-widget .rating .smile-evaluation {
            position: absolute;
            display: block;
            top: -30px;
            right: 0;
        }

            .student-widget .rating .smile-evaluation span:first-child {
                left: 0;
            }

            .student-widget .rating .smile-evaluation span {
                display: inline-block;
                left: -8px;
                width: 12px;
                height: 12px;
                padding: 0;
                margin: 0;
                border: 1px solid #fff;
                border-radius: 10px;
                position: relative;
            }

                .student-widget .rating .smile-evaluation span img {
                    width: 12px;
                    position: absolute;
                    left: 0;
                }

        .student-widget .rating.faults .item {
            padding-top: 8px;
        }

            .student-widget .rating.faults .item .icon-container {
                font-size: 14px;
                color: #364051;
                height: auto;
                margin: 0;
            }

            .student-widget .rating.faults .item .legend {
                font-size: 10px;
                color: #9EABC0;
            }

        .student-widget .rating.faults.slugs {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .student-widget .rating.faults.slugs .item {
                padding-top: 0;
                width: auto;
                position: relative;
            }

                .student-widget .rating.faults.slugs .item .slug-container {
                    word-wrap: break-word;
                    padding-right: 8px;
                    padding-left: 8px;
                    width: 75px;
                    display: block;
                    height: 35px;
                    line-height: 35px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    position: relative;
                }

                    .student-widget .rating.faults.slugs .item .slug-container a {
                        display: block;
                        font-size: 10px;
                        line-height: 1em;
                        color: #97A3B4;
                        text-decoration: none;
                    }

                        .student-widget .rating.faults.slugs .item .slug-container a:hover,
                        .student-widget .rating.faults.slugs .item .slug-container a.active {
                            text-decoration: none;
                            color: #00A0E9;
                        }

                    .student-widget .rating.faults.slugs .item .slug-container .classification-0_5 a {
                        padding-top: 7px !important;
                    }

    .student-widget .classification-tip {
        width: 180px;
        bottom: -40px;
        right: 50%;
        margin-right: -90px;
        background: #fff;
        position: absolute;
        border-radius: 100px;
        padding: 4px;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        z-index: 3;
    }

        .student-widget .classification-tip ul {
            padding: 0;
            font-size: 0;
            line-height: 0;
            margin: 0;
        }

        .student-widget .classification-tip li {
            padding: 0 6px;
            text-align: center;
            display: inline-block;
        }

        .student-widget .classification-tip a {
            color: #A7ACB4;
            font-size: 8px;
            text-decoration: none;
        }

            .student-widget .classification-tip a.today {
                color: #00A0E9;
            }

        .student-widget .classification-tip img {
            width: 20px;
            display: block;
        }

        .student-widget .classification-tip a.today img {
            border-radius: 20px;
            border: 1px solid #00A0E9;
        }

        .student-widget .classification-tip a.today span {
            border: 1px solid #00A0E9;
        }

        .student-widget .classification-tip a span {
            padding: 1px;
            display: block;
            border-radius: 20px;
            margin-bottom: 5px;
        }

    .student-widget .classification-0_5 {
        width: 160px;
        bottom: -40px;
        right: 50%;
        margin-right: -80px;
        z-index: 3;
        background: #fff;
        position: absolute;
        border-radius: 100px;
        padding: 8px 10px;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        height: 40px;
    }

        .student-widget .classification-0_5 ul {
            padding: 0;
            font-size: 0;
            line-height: 0;
            margin: 0;
        }

        .student-widget .classification-0_5 li {
            padding: 0;
            text-align: center;
            display: inline-block !important;
        }

        .student-widget .classification-0_5 a {
            color: #A7ACB4;
            font-size: 12px !important;
            text-decoration: none;
            text-align: center;
            width: 24px;
            height: 24px;
            display: block;
            margin-left: 2px;
            margin-right: 2px;
            padding-top: 12px;
            border-radius: 24px;
            cursor: default;
        }

            .student-widget .classification-0_5 a.active,
            .student-widget .classification-0_5 a:hover {
                background: #00A0E9;
                color: #fff !important;
                font-weight: 700;
            }

            .student-widget .classification-0_5 a.today {
                color: #00A0E9;
            }

        .student-widget .classification-0_5 img {
            width: 20px;
            display: block;
        }

        .student-widget .classification-0_5 a.today img {
            border-radius: 20px;
            border: 1px solid #00A0E9;
        }

        .student-widget .classification-0_5 a.today span {
            border: 1px solid #00A0E9;
        }

        .student-widget .classification-0_5 a span {
            padding: 1px;
            display: block;
            border-radius: 20px;
            margin-bottom: 5px;
        }

    .student-widget form fieldset {
        padding: 0;
        margin: 0;
    }

    .student-widget .range_x_y {
        bottom: -40px;
        right: 50%;
        margin-right: -90px;
        background: #fff;
        position: absolute;
        border-radius: 100px;
        padding: 9px 15px;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        height: 40px;
        width: 180px;
        z-index: 3;
    }

        .student-widget .range_x_y .tooltip.tooltip-main.top.in {
            opacity: 1;
            margin-left: -5px;
        }

            .student-widget .range_x_y .tooltip.tooltip-main.top.in .tooltip-arrow {
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #273142;
                position: absolute;
                bottom: -4px;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

            .student-widget .range_x_y .tooltip.tooltip-main.top.in .tooltip-inner {
                background: #273142;
            }

        .student-widget .range_x_y .slider.slider-horizontal {
            width: 150px;
            height: 4px;
        }

            .student-widget .range_x_y .slider.slider-horizontal .slider-track {
                margin-top: -2px;
                height: 4px;
                border: 0;
            }

            .student-widget .range_x_y .slider.slider-horizontal .slider-selection {
                background: #00A0E9;
            }

            .student-widget .range_x_y .slider.slider-horizontal .slider-handle.min-slider-handle.round {
                background: #FFFFFF;
                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            }

        .student-widget .range_x_y .slider-handle {
            width: 12px;
            height: 12px;
            top: -3px;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            border: 0;
        }

        .student-widget .range_x_y span {
            font-size: 10px;
            position: absolute;
            top: 23px;
        }

        .student-widget .range_x_y .stay-left {
            left: 15px;
            color: #97A3B4;
        }

        .student-widget .range_x_y .stay-right {
            right: 15px;
            color: #2B9BF3;
        }

/* Mobile */
@media (max-width: 767px) {
    .student-widget .main-info {
        width: 50%;
    }
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #F4F8F9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato';
    margin: 0;
}

input, textarea {
    font-family: 'Lato';
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

fieldset {
    border: 0;
    outline: 0;
}

input {
    outline: 0;
}

textarea {
    outline: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.pointer {
    cursor: pointer;
}

#eschooling-app {
    height: 100%;
    position: relative;
    padding-top: 70px;
    padding-left: 300px;
    padding-right: 40px;
}

    #eschooling-app.nav-open {
        padding-left: 90px;
    }

.students-thumbnail .item {
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    border-radius: 50px;
    display: inline-block;
}

    .students-thumbnail .item img {
        max-width: 100%;
    }

    .students-thumbnail .item .add {
        width: 50px;
        height: 50px;
        display: block;
        font-size: 20px;
        color: #9EABC0;
        padding-top: 8px;
        background: #fff;
    }

.free-speech p {
    color: #A3AEC1;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.title-element p {
    color: #728096;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .title-element p span.selected {
        font-size: 11px;
        font-weight: normal;
        color: #97A3B4;
    }

    .title-element p a.more {
        float: right;
        text-align: center;
        border-radius: 3px;
        font-size: 0;
        height: 4px;
        width: 18px;
        position: relative;
        top: 6px;
    }

        .title-element p a.more span {
            width: 4px;
            height: 4px;
            background: #728096;
            border-radius: 4px;
            display: inline-block;
            margin-left: 1px;
            margin-right: 1px;
        }

.student-tabs {
    margin-bottom: 30px;
}

    .student-tabs .nav.nav-tabs,
    .plant-class-room .nav.nav-tabs {
        margin-bottom: 20px;
    }

        .student-tabs .nav.nav-tabs li,
        .plant-class-room .nav.nav-tabs li {
            margin-bottom: 0;
        }

            .student-tabs .nav.nav-tabs li a,
            .plant-class-room .nav.nav-tabs li a {
                width: auto !important;
                padding: 0 15px;
                font-size: 12px;
                height: 35px;
                line-height: 35px;
                border-left: 0;
                background: #fff;
            }

            .student-tabs .nav.nav-tabs li:first-child a,
            .plant-class-room .nav.nav-tabs li:first-child a {
                border-left: 1px solid #D1DAE2;
            }

.nav.nav-tabs.my-tabs {
    border: 0;
}

    .nav.nav-tabs.my-tabs li {
        margin-left: -1px;
    }

        .nav.nav-tabs.my-tabs li:first-child {
            margin-left: 0;
        }

        .nav.nav-tabs.my-tabs li a {
            width: 140px;
            color: #A0ABBF;
            font-size: 14px;
            padding-right: 10px;
            padding-left: 10px;
            border-radius: 0;
            text-align: center;
            border: 1px solid #D1DAE2;
            display: block;
            height: 34px;
            line-height: 34px;
        }

    .nav.nav-tabs.my-tabs.nav-stacked li a {
        width: auto;
    }

    .nav.nav-tabs.my-tabs a.active.show {
        color: #728096;
        background: #D1DAE2;
    }

    .nav.nav-tabs.my-tabs li:first-child a {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav.nav-tabs.my-tabs li:last-child a {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.element-title {
    margin-bottom: 25px;
}

    .element-title h5 {
        font-size: 26px;
        color: #00A0E9;
        float: left;
    }

    .element-title h6 {
        color: #00A0E9;
        float: left;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
    }

    .element-title p {
        color: #AAB2C0;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
    }

        .element-title p span {
            float: none;
            margin-left: 10px;
        }

#documents-page .element-title {
    margin-bottom: 15px;
}

a.btn-grey {
    background: #9EABC0 !important;
}

.plant-class-room .controls {
    padding-top: 15px;
    margin-bottom: 20px;
}

.plant-class-room .lock {
    float: right;
    vertical-align: middle;
    position: relative;
    top: 5px;
}

    .plant-class-room .lock .switchery.switchery-small {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .plant-class-room .lock span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #354052;
        font-weight: 700;
    }

.plant-class-room .content-control {
    float: left;
    vertical-align: middle;
}

    .plant-class-room .content-control .nav.nav-tabs {
        margin-top: 0;
        margin-bottom: 0;
    }

.options-bar {
    float: right;
}

    .options-bar ul {
        background: #FFFFFF;
        border: 1px solid #D1DAE2;
        border-radius: 4px;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0;
        height: 30px;
        overflow: hidden;
    }

        .options-bar ul li {
            display: inline-block;
            vertical-align: top;
            padding: 0;
            margin: 0;
            text-align: center;
            width: 30px;
            height: 30px;
            border-right: 1px solid #D1DAE2;
        }

            .options-bar ul li a {
                display: block;
                color: #9EABC0;
            }

                .options-bar ul li a:active,
                .options-bar ul li a:hover,
                .options-bar ul li a:focus {
                    text-decoration: none;
                }

                .options-bar ul li a::before {
                    width: auto;
                }

                .options-bar ul li a.more {
                    font-size: 0;
                    position: relative;
                    top: 12px;
                    text-align: center;
                }

                    .options-bar ul li a.more span {
                        display: inline-block;
                        background: #9EABC0;
                        height: 3px;
                        width: 3px;
                        border-radius: 3px;
                        margin: 0 1.5px;
                        padding: 0;
                        font-size: 0;
                    }

                .options-bar ul li a.delete {
                    font-size: 18px;
                    position: relative;
                    top: 1px;
                }

                .options-bar ul li a.list {
                    font-size: 9px;
                    position: relative;
                    top: 8px;
                }

                .options-bar ul li a.search {
                    font-size: 14px;
                    position: relative;
                    top: 3px;
                }

                .options-bar ul li a.filter {
                    font-size: 9px;
                    position: relative;
                    top: 7px;
                }

                .options-bar ul li a.add {
                    font-size: 13px;
                    position: relative;
                    top: 5px;
                }

            .options-bar ul li:last-child {
                border: 0;
            }

.dt-buttons {
    float: right;
    background: #FFFFFF;
    border: 1px solid #D1DAE2;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    height: 30px;
    overflow: hidden;
    font-size: 0;
}

    .dt-buttons .dt-button {
        outline: none;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0;
        text-align: center;
        width: 29px;
        height: 28px;
        border-right: 1px solid #D1DAE2;
        color: #9EABC0;
        font-size: 13px;
    }

        .dt-buttons .dt-button::before {
            color: #9EABC0;
            margin: 0;
            width: auto;
            padding-top: 7px;
            padding-left: 2px;
        }

        .dt-buttons .dt-button.fontello-icon-filter-table {
            font-size: 9px;
        }

            .dt-buttons .dt-button.fontello-icon-filter-table::before {
                padding-top: 9px;
            }

        .dt-buttons .dt-button.more-btn {
            position: relative;
        }

            .dt-buttons .dt-button.more-btn span {
                background: url("../images/more-table.png") no-repeat;
                background-size: cover;
                height: 3px;
                width: 15px;
                display: block;
                position: absolute;
                top: 13px;
                left: 7px;
            }

            .dt-buttons .dt-button.more-btn:hover span, .dt-buttons .dt-button.more-btn.active span {
                background: url("../images/more-table-hover.png") no-repeat;
                background-size: cover;
            }

        .dt-buttons .dt-button.active,
        .dt-buttons .dt-button:hover {
            background: #00A0E9;
        }

            .dt-buttons .dt-button.active::before,
            .dt-buttons .dt-button:hover::before {
                color: #fff !important;
            }

        .dt-buttons .dt-button:last-child {
            border-right: 0;
        }

.yadcf-filter-wrapper {
    width: 100% !important;
}

.yadcf-filter-wrapper-inner {
    border: none !important;
}

.yadcf-filter-wrapper .inuse {
    background-color: white !important;
}

.modal-options-full.opened {
    display: block;
}

.modal-options-full {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 3;
}

    .modal-options-full ul {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .modal-options-full ul li {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
        }

            .modal-options-full ul li a {
                padding-right: 16px;
                padding-left: 16px;
                height: 38px;
                background: #9EABC0;
                display: block;
                border-radius: 4px;
                line-height: 38px;
                color: #fff;
                font-size: 14px;
                border: 1px solid rgba(0, 0, 0, 0.1);
                font-weight: 500;
            }

                .modal-options-full ul li a:hover,
                .modal-options-full ul li a:focus,
                .modal-options-full ul li a:active {
                    background: #00A0E9;
                    text-decoration: none;
                }

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(244, 248, 249, 0.5);
    z-index: 999;
}

    #loading.inner-loading {
        position: absolute;
    }

    #loading .loading-content {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        margin-bottom: 0;
        height: 50px;
        margin-top: -25px;
    }

    #loading h6 {
        color: #00A0E9;
        font-size: 35px;
        margin-bottom: 25px;
    }

.lds-dual-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #00A0E9;
        border-color: #00A0E9 transparent #00A0E9 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#class-mode {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    padding-bottom: 60px;
    background: #364051;
}

    #class-mode #timeline .plastic-bag {
        clear: both;
        position: relative;
    }

    #class-mode #timeline .step {
        float: left;
        height: 30px;
        font-size: 14px;
        color: #A0ABBF;
        position: relative;
        text-align: center;
        border-left: 1px solid #2A3443;
    }

        #class-mode #timeline .step span {
            left: -20px;
            right: -20px;
            bottom: -30px;
            position: absolute;
        }

        #class-mode #timeline .step:last-child {
            margin-right: 0 !important;
        }

    #class-mode #timeline .road {
        left: 0;
        top: 12px;
        z-index: 1;
        height: 6px;
        position: absolute;
        background: #2A3443;
        box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
        border-radius: 6px;
    }

        #class-mode #timeline .road .past {
            height: 6px;
            display: block;
            background: #00A0E9;
            border-radius: 6px;
            -webkit-transition: width .3s ease-in-out;
            -moz-transition: width .3s ease-in-out;
            -ms-transition: width .3s ease-in-out;
            -o-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
        }

        #class-mode #timeline .road .annotation-marker {
            top: -6px;
            width: 18px;
            height: 18px;
            margin-left: -8px;
            position: absolute;
            background: #FABB3A;
            border-radius: 24px;
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
        }

            #class-mode #timeline .road .annotation-marker.private {
                border-radius: 0;
            }

    #class-mode #timeline .annotation-holder {
        height: 160px;
        overflow: hidden;
    }

    #class-mode #timeline .annotation-container {
        width: 100%;
    }

        #class-mode #timeline .annotation-container .slider-wrapper {
            width: 200%;
            float: left;
            /* n tinha */
        }

        #class-mode #timeline .annotation-container .panel {
            float: left;
            height: 150px;
            max-width: 275px;
            margin-right: 20px;
            box-shadow: none;
        }

        #class-mode #timeline .annotation-container .add-note {
            float: left;
            width: 150px;
            height: 150px;
            color: #fff;
            box-shadow: none;
            text-align: center;
            margin-right: 20px;
            text-decoration: none;
            border: 1px dashed #A0ABBF;
        }

            #class-mode #timeline .annotation-container .add-note span {
                display: block;
                color: #A0ABBF;
                font-size: 30px;
                padding-top: 35px;
                margin-bottom: 10px;
            }

    #class-mode #timeline .annotation-item {
        margin-bottom: 0;
    }

    #class-mode #timeline .panel .panel-body {
        padding-top: 15px;
    }

        #class-mode #timeline .panel .panel-body p {
            margin-bottom: 0;
        }

            #class-mode #timeline .panel .panel-body p.time {
                font-weight: bold;
                margin-bottom: 10px;
            }

#classModePlanifications {
    right: 0;
    top: 55px;
    bottom: 0;
    width: 315px;
    z-index: 998;
    position: fixed;
}

.titles h1,
.titles .h1 {
    font-size: 26px;
    font-weight: 700;
    color: #354052;
}

.titles h2,
.titles .h2 {
    font-size: 22px;
    font-weight: 500;
    color: #354052;
}

.titles h3.bold,
.titles .h3.bold {
    font-size: 18px;
    font-weight: 700;
    color: #354052;
}

.titles h3.regular,
.titles .h3.regular {
    font-size: 18px;
    font-weight: 500;
    color: #354052;
}

.titles p {
    font-size: 14px;
    color: #354052;
}

.color span {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.color .color-1 {
    background: #00A0E9;
}

.color .color-1-2 {
    background: rgba(0, 159, 233, 0.85);
}

.color .color-1-3 {
    background: rgba(0, 159, 233, 0.7);
}

.color .color-1-4 {
    background: rgba(0, 159, 233, 0.55);
}

.color .color-1-5 {
    background: rgba(0, 159, 233, 0.4);
}

.color .color-1-6 {
    background: rgba(0, 159, 233, 0.25);
}

.color .color-1-7 {
    background: rgba(0, 159, 233, 0.1);
}

.color .color-2 {
    background: #364051;
}

.color .color-2-2 {
    background: rgba(54, 64, 81, 0.85);
}

.color .color-2-3 {
    background: rgba(54, 64, 81, 0.7);
}

.color .color-2-4 {
    background: rgba(54, 64, 81, 0.55);
}

.color .color-2-5 {
    background: rgba(54, 64, 81, 0.4);
}

.color .color-2-6 {
    background: rgba(54, 64, 81, 0.25);
}

.color .color-2-7 {
    background: rgba(54, 64, 81, 0.1);
}

.color .color-3 {
    background: #FA6D3A;
}

.color .color-3-2 {
    background: rgba(250, 109, 58, 0.85);
}

.color .color-3-3 {
    background: rgba(250, 109, 58, 0.7);
}

.color .color-3-4 {
    background: rgba(250, 109, 58, 0.55);
}

.color .color-3-5 {
    background: rgba(250, 109, 58, 0.4);
}

.color .color-3-6 {
    background: rgba(250, 109, 58, 0.25);
}

.color .color-3-7 {
    background: rgba(250, 109, 58, 0.1);
}

.color .color-4 {
    background: #9EABC0;
}

.color .color-4-2 {
    background: rgba(158, 171, 192, 0.85);
}

.color .color-4-3 {
    background: rgba(158, 171, 192, 0.7);
}

.color .color-4-4 {
    background: rgba(158, 171, 192, 0.55);
}

.color .color-4-5 {
    background: rgba(158, 171, 192, 0.4);
}

.color .color-4-6 {
    background: rgba(158, 171, 192, 0.25);
}

.color .color-4-7 {
    background: rgba(158, 171, 192, 0.1);
}

.color .color-5 {
    background: #FABB3A;
}

.color .color-5-2 {
    background: rgba(250, 187, 58, 0.85);
}

.color .color-5-3 {
    background: rgba(250, 187, 58, 0.7);
}

.color .color-5-4 {
    background: rgba(250, 187, 58, 0.55);
}

.color .color-5-5 {
    background: rgba(250, 187, 58, 0.4);
}

.color .color-5-6 {
    background: rgba(250, 187, 58, 0.25);
}

.color .color-5-7 {
    background: rgba(250, 187, 58, 0.1);
}

.info-table {
    position: relative;
    margin-bottom: 20px;
}

    .info-table .searchAll {
        width: 250px;
        vertical-align: middle;
        height: 30px;
        position: relative;
        top: 1px;
    }

    .info-table .sorting::before,
    .info-table .sorting::after {
        display: none !important;
    }

    .info-table .sorting_desc::before {
        background: url("../images/select-arrow.png") no-repeat;
        background-size: cover;
        width: 7px;
        height: 4px;
        display: block;
        position: absolute;
        right: 20px !important;
        top: 24px;
        font-size: 0 !important;
        opacity: 1 !important;
    }

    .info-table .sorting_desc::after {
        display: none !important;
    }

    .info-table .sorting_asc::before {
        display: none !important;
    }

    .info-table .sorting_asc::after {
        background: url("../images/select-arrow.png") no-repeat;
        background-size: cover;
        width: 7px;
        height: 4px;
        display: block;
        position: absolute;
        right: 20px !important;
        top: 24px;
        font-size: 0 !important;
        opacity: 1 !important;
        transform: rotate(-180deg);
    }

    .info-table a.order {
        text-decoration: none;
        color: #9EABC0;
    }

        .info-table a.order span {
            background: url("../images/select-arrow.png") no-repeat;
            background-size: cover;
            width: 7px;
            height: 4px;
            display: block;
            position: absolute;
            right: 20px;
            top: 24px;
        }

    .info-table .slug-text {
        position: absolute;
        right: 50%;
        margin-right: -90px;
        z-index: 3;
        top: -40px;
        width: 180px;
        padding: 10px 7px;
        background: #273142;
        color: #fff;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.5em;
    }

    .info-table .options {
        position: absolute;
        top: 40px;
        right: 10px;
    }

    .info-table .title-options-bar {
        height: 30px;
        margin-bottom: 20px;
    }

        .info-table .title-options-bar p {
            float: left;
            color: #364051;
            font-weight: 700;
        }

            .info-table .title-options-bar p span {
                color: #9EABC0;
                font-weight: 500;
                text-transform: lowercase;
                font-size: 11px;
            }

    .info-table p {
        color: #AAB2C0;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
    }

        .info-table p span {
            float: none;
            margin-left: 10px;
        }

    .info-table table {
        background: #FFFFFF;
        width: 100%;
    }

        .info-table table tr {
            border-bottom: 1px solid #E8E9EA;
        }

            .info-table table tr td,
            .info-table table tr th {
                height: 50px;
                margin: 0;
                padding-top: 0;
                padding-bottom: 0;
                position: relative;
            }

                .info-table table tr td a.more,
                .info-table table tr th a.more {
                    width: 16px;
                    height: 16px;
                    display: block;
                    background: #F7F8F9;
                    text-align: center;
                    border-radius: 3px;
                    font-size: 0;
                    line-height: 0;
                    margin: 0 !important;
                }

                    .info-table table tr td a.more span,
                    .info-table table tr th a.more span {
                        padding: 0;
                        width: 3px;
                        height: 3px;
                        background: #97A3B4;
                        border-radius: 3px;
                        display: inline-block;
                        margin-top: 7px;
                        margin-right: 1px;
                    }

                    .info-table table tr td a.more:hover,
                    .info-table table tr td a.more.active,
                    .info-table table tr th a.more:hover,
                    .info-table table tr th a.more.active {
                        background: #9EABC0;
                    }

                        .info-table table tr td a.more:hover span,
                        .info-table table tr td a.more.active span,
                        .info-table table tr th a.more:hover span,
                        .info-table table tr th a.more.active span {
                            background: #fff;
                        }

                    .info-table table tr td a.more:hover,
                    .info-table table tr td a.more:active,
                    .info-table table tr td a.more:focus,
                    .info-table table tr th a.more:hover,
                    .info-table table tr th a.more:active,
                    .info-table table tr th a.more:focus {
                        text-decoration: none !important;
                    }

            .info-table table tr th {
                color: #97A3B4;
                font-size: 13px;
                font-weight: normal;
                text-align: left;
            }

            .info-table table tr td {
                color: #97A3B4;
                font-size: 11px;
            }

                .info-table table tr td span {
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

                .info-table table tr th.item-btn-table,
                .info-table table tr td.item-btn-table {
                    width: 16px;
                    padding-right: 20px;
                    padding-left: 20px;
                }

                    .info-table table tr th.item-btn-table.delete a {
                        display: none;
                    }

            .info-table table tr .item-btn-table.delete {
                text-align: center;
            }

                .info-table table tr .item-btn-table.delete .actions-table {
                    display: none;
                }

                .info-table table tr .item-btn-table.delete .delete-icon {
                    font-size: 18px;
                    color: #97A3B4;
                }

            .info-table table tr th.checkbox-container, .info-table table tr td.checkbox-container {
                padding-left: 20px;
                padding-right: 20px;
                height: 50px;
                margin: 0;
                padding-top: 0;
                padding-bottom: 0;
                width: 16px;
            }

                .info-table table tr th.checkbox-container fieldset, .info-table table tr td.checkbox-container fieldset {
                    border: 0;
                    padding: 0;
                    margin: 0;
                }

                .info-table table tr th.checkbox-container input[type="checkbox"], .info-table table tr td.checkbox-container input[type="checkbox"] {
                    margin-left: 0;
                }

            .info-table table tr td span.color-1 {
                background: rgba(0, 159, 233, 0.1);
                color: #00A0E9;
                border-radius: 20em;
                padding-left: 10px;
                padding-right: 10px;
            }

            .info-table table tr td span.color-2 {
                background: rgba(54, 64, 81, 0.1);
                color: #364051;
                border-radius: 20em;
                padding-left: 10px;
                padding-right: 10px;
            }

            .info-table table tr td span.color-3 {
                background: rgba(250, 109, 58, 0.1);
                color: #FA6D3A;
                border-radius: 20em;
                padding-left: 10px;
                padding-right: 10px;
            }

            .info-table table tr td span.color-4 {
                background: rgba(158, 171, 192, 0.1);
                color: #9EABC0;
                border-radius: 20em;
                padding-left: 10px;
                padding-right: 10px;
            }

            .info-table table tr td span.color-5 {
                background: rgba(250, 187, 58, 0.1);
                color: #FABB3A;
                border-radius: 20em;
                padding-left: 10px;
                padding-right: 10px;
            }

            .info-table table tr:nth-child(2n) {
                background: #EEF1F5;
            }

        .info-table table .student-info_table .st-image {
            border-radius: 35px;
            display: block;
            height: 35px;
            width: 35px;
            overflow: hidden;
            position: absolute;
            background: #97A3B4;
            padding: 0;
        }

        .info-table table .student-info_table .name-number {
            padding-left: 43px;
        }

        .info-table table .student-info_table .st-name {
            color: #00A0E9;
            display: block;
        }

    .info-table .table-options {
        display: none;
    }

        .info-table .table-options.opened {
            position: absolute;
            top: 50px;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.7);
            display: block;
            z-index: 100 !important;
        }

            .info-table .table-options.opened ul {
                padding: 0;
                margin: 0;
                position: absolute;
                top: 50%;
                margin-top: -18px;
                left: 0;
                right: 0;
                text-align: center;
            }

                .info-table .table-options.opened ul li {
                    display: inline-block;
                    padding-right: 10px;
                    padding-left: 10px;
                }

                    .info-table .table-options.opened ul li a {
                        padding-right: 16px;
                        padding-left: 16px;
                        height: 38px;
                        background: #9EABC0;
                        display: block;
                        border-radius: 4px;
                        line-height: 38px;
                        color: #fff;
                        font-size: 14px;
                        border: 1px solid rgba(0, 0, 0, 0.1);
                        font-weight: 500;
                    }

                        .info-table .table-options.opened ul li a:hover,
                        .info-table .table-options.opened ul li a:focus,
                        .info-table .table-options.opened ul li a:active {
                            background: #00A0E9;
                            text-decoration: none;
                        }

    .info-table .table-wrapper {
        padding-bottom: 1px;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
    }

        .info-table .table-wrapper .checkmark {
            left: 50%;
            top: 50%;
            margin-left: -8px;
            margin-top: -8px;
        }

        .info-table .table-wrapper .options .triangle-options {
            width: 10px;
            height: 7px;
            display: block;
            position: absolute;
            top: -6px !important;
            background: url(../images/icons/options-triangle.png) no-repeat;
            background-size: contain;
            right: 15px;
        }

        .info-table .table-wrapper .field {
            padding-right: 20px;
        }

        .info-table .table-wrapper .select-checkbox::before {
            position: absolute;
            top: 50% !important;
            left: 50% !important;
            height: 16px !important;
            width: 16px !important;
            background-color: #E9EDF1;
            border: 1px solid rgba(0, 0, 0, 0.1) !important;
            border-radius: 4px;
            box-sizing: border-box;
            margin: -8px 0 0 -8px !important;
        }

        .info-table .table-wrapper .selected .select-checkbox::after {
            position: absolute;
            left: 50% !important;
            top: 50% !important;
            width: 10px !important;
            height: 4px !important;
            border: solid #fff;
            border-width: 0 0 2px 2px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            content: "" !important;
            position: absolute;
            margin: -3px 0 0 -5px !important;
        }

        .info-table .table-wrapper .selected .select-checkbox::before {
            background-color: #00A0E9;
        }

    .info-table div.dataTables_scrollHead table.dataTable {
        margin-top: 0 !important;
    }

    .info-table .dataTables_scrollBody::-webkit-scrollbar {
        display: none;
    }

    .info-table div.dataTables_scrollBody table {
        margin-top: -2px !important;
    }

.dataTables_scrollHead {
    z-index: 99;
    overflow: visible !important;
}

.dataTables_scrollBody {
    z-index: 0;
}

.info-table.row-background-table .dataTables_scrollBody table {
    left: 2px !important;
    right: 2px !important;
    width: calc(100% - 3px) !important;
}

.info-table.row-background-table tr {
    border: 0;
}

.info-table.row-background-table .color-bg1 {
    background: rgba(255, 219, 163, 0.1);
    border: 1px solid #FFDBA3;
}

.info-table.row-background-table .color-bg2 {
    background: rgba(0, 206, 125, 0.1);
    border: 1px solid #96EBCA;
}

.info-table.row-background-table .color-bg3 {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid #FEC2C2;
}

.info-table.row-background-table .table-wrapper {
    background: #fff;
    border-radius: 4px;
    padding: 0 10px 10px 10px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
}

    .info-table.row-background-table .table-wrapper table {
        box-shadow: 0 0 0 0;
    }

.info-table .checkbox {
    height: 16px;
    width: 16px;
    margin: 0 !important;
}

.table-wrapper {
    max-width: 100%;
}

.table-title h5 {
    font-size: 26px;
    color: #00A0E9;
    margin-bottom: 20px;
}

.table-title p {
    color: #AAB2C0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

    .table-title p span {
        float: none;
        margin-left: 10px;
    }

div.DTS div.dataTables_scrollBody {
    background: #fff !important;
}

.options {
    z-index: 3;
    border-right: 1px solid #E2E7EE;
    border-left: 1px solid #E2E7EE;
    border-top: 1px solid #E2E7EE;
    box-shadow: 0 4px 8px 0 rgba(203, 203, 203, 0.7);
    border-radius: 4px;
    display: none;
    position: relative;
}

    .options.opened {
        display: block !important;
    }

    .options.w-250 {
        width: 250px;
    }

    .options.posabs-detail {
        position: absolute;
        right: -10px;
        top: 20px;
    }

        .options.posabs-detail .triangle-options {
            right: 12px;
        }

    .options span {
        right: 20px;
        top: -5px;
        position: absolute;
    }

    .options ul {
        padding: 0;
        margin: 0;
    }

        .options ul li {
            display: block;
        }

            .options ul li a {
                font-size: 14px !important;
                display: block;
                padding-left: 15px;
                padding-right: 15px;
                min-width: 170px;
                padding-top: 10px !important;
                padding-bottom: 10px;
                background: #fff;
                color: #354052 !important;
                border-bottom: 1px solid #E2E7EE;
            }

                .options ul li a:hover,
                .options ul li a:focus,
                .options ul li a.more:active,
                .options ul li a.active {
                    background: #E2E7EE;
                    text-decoration: none;
                    color: #2EA2F8 !important;
                    font-weight: 700;
                }

    .options .triangle-options {
        width: 10px;
        height: 7px;
        display: block;
        position: absolute;
        top: -7px !important;
        background: url("../images/icons/options-triangle.png");
        background-size: cover;
        right: 15px;
    }

    .options.left-arrow .triangle-options {
        left: 15px !important;
    }

    .options.right-arrow .triangle-options {
        right: 15px !important;
        left: auto !important;
    }

.input-style .options.opened {
    position: relative;
}

.options.emojis-select ul li a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.options.emojis-select .emoji-img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: static;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 6px;
}

.options.emojis-select .emoji-name {
    display: inline-block;
    position: static;
    vertical-align: middle;
}

.options.users-select ul li a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.options.users-select .user-img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: static;
    vertical-align: middle;
    border-radius: 24px;
    overflow: hidden;
    margin-right: 6px;
    border: 1px solid #fff;
}

.options.users-select .user-name {
    display: inline-block;
    position: static;
    vertical-align: middle;
}

label {
    color: #7F8FA4;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
    line-height: normal;
    font-size: 12px;
}

.field input {
    border-radius: 4px;
    border: 1px solid #E2E7EE;
    height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0;
}

    .field input:active,
    .field input:focus {
        border: 1px solid #53B3FA;
    }

.field .field-validation-error {
    background: url("../images/error-input.png") no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
    margin-top: 5px;
}

    .field .field-validation-error span {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        padding-left: 22px;
        color: #7F8FA4;
    }

.field .input-validation-error {
    border: 1px solid #F85359;
}

.field.loading input {
    border: 1px solid #35C14B;
}

.field.correct input {
    border: 1px solid #35C14B;
    margin-bottom: 5px;
}

.field.correct p span {
    display: inline-block;
    vertical-align: middle;
}

.field.correct p .icon {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    overflow: hidden;
    background: url("../images/check-input.png") no-repeat;
    background-size: cover;
}

.field.wrong input {
    border: 1px solid #F85359;
    margin-bottom: 5px;
}

.field.wrong p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.field.wrong p .icon {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    overflow: hidden;
    background: url("../images/error-input.png") no-repeat;
    background-size: cover;
    margin-right: 6px;
}

.field-textarea textarea {
    width: 245px;
    height: 135px;
    border: 1px solid #E2E7EE;
    outline: none;
    border-radius: 4px;
    padding: 5px 10px;
}

.search-container-form {
    background: #364051;
    padding: 15px;
    position: relative;
}

    .search-container-form fieldset {
        margin: 0;
        padding: 0;
    }

    .search-container-form .search-icon {
        width: 70px;
        height: 70px;
        display: block;
        background: #364051;
        position: absolute;
        bottom: -35px;
        left: 50%;
        margin-left: -35px;
        border-radius: 70px;
    }

        .search-container-form .search-icon .fontello-icon-search {
            font-size: 20px;
            color: #CED0DA;
            position: absolute;
            bottom: 10px;
            left: 50%;
            margin-left: -10px;
        }

            .search-container-form .search-icon .fontello-icon-search::before {
                margin: 0;
            }

    .search-container-form form {
        background: #354052;
    }

        .search-container-form form input {
            background: rgba(233, 237, 241, 0.75);
            width: 100%;
            outline: 0;
            height: 33px;
            padding-left: 10px;
            font-size: 14px;
            letter-spacing: 0;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 4px;
        }

            .search-container-form form input:active,
            .search-container-form form input:hover,
            .search-container-form form input:focus {
                background: #e9edf1;
            }

        .search-container-form form .search-button-style {
            margin-top: 18px;
        }

        .search-container-form form .row-holder {
            margin-bottom: 15px;
        }

            .search-container-form form .row-holder:last-child {
                margin-bottom: 0;
            }

.login-page .login-form {
    width: 65%;
}

    .login-page .login-form h6 {
        font-size: 30px;
        color: #354052;
        line-height: 1.5em;
    }

    .login-page .login-form h3 {
        font-size: 40px;
        color: #00A0E9;
        line-height: 1.1em;
        /*margin-bottom: 30px;*/
    }

    .login-page .login-form h2 {
        font-size: 25px;
        color: #00A0E9;
        line-height: 1.1em;
        /*margin-bottom: 30px;*/
    }

    .login-page .login-form p {
        font-size: 18px;
        color: #AAB2C0;
        margin-bottom: 35px;
    }

    .login-page .login-form form input {
        width: 100%;
        margin-bottom: 20px;
        height: 45px;
        border-radius: 4px;
        font-size: 14px;
        color: #AAB2C0;
        letter-spacing: 0.32px;
        padding-left: 20px;
        border: 0;
        outline: 0;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5) !important;
    }

    .login-page .login-form form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #AAB2C0;
    }

    .login-page .login-form form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #AAB2C0;
    }

    .login-page .login-form form :-ms-input-placeholder {
        /* IE 10+ */
        color: #AAB2C0;
    }

    .login-page .login-form form :-moz-placeholder {
        /* Firefox 18- */
        color: #AAB2C0;
    }

    .login-page .login-form form input.password {
        margin-bottom: 30px;
    }

    .login-page .login-form form .login-btn {
        background: #9EABC0;
        color: #fff;
        width: 120px;
        height: 34px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        float: left;
        text-align: center;
        line-height: 34px;
        font-size: 14px;
        text-decoration: none;
        vertical-align: middle;
        padding: 0;
        outline: none;
    }

        .login-page .login-form form .login-btn:hover,
        .login-page .login-form form .login-btn.active {
            background: #00A0E9;
            cursor: pointer;
        }

    .login-page .login-form form a.forgot-pass {
        text-decoration: none;
        /*float: right;*/
        vertical-align: middle;
        position: relative;
        top: 60px;
        color: #AAB2C0;
        font-size: 14px;
    }

.login-page .codevision-softwares {
    background: url(../images/photos/shutterstock.png) no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 99;
    display: block;
}

    .login-page .codevision-softwares .icon {
        width: 100px;
        display: block;
        margin-bottom: 35px;
    }

        .login-page .codevision-softwares .icon img {
            max-width: 100%;
        }

    .login-page .codevision-softwares h4 {
        color: #0058A6;
        font-size: 26px;
        line-height: 1.25em;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .login-page .codevision-softwares p {
        font-weight: 700;
        color: #0058A6;
        font-size: 30px;
        line-height: 1.35em;
        margin-bottom: 45px;
    }

    .login-page .codevision-softwares a.know-more {
        width: 120px;
        height: 35px;
        line-height: 33px;
        display: block;
        border-radius: 4px;
        background: #0058A6;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.login-page .fixed-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}

.login-page .fixed-content {
    width: 60%;
}

/* Mobile */
@media (max-width: 767px) {
    .login-page .login-form {
        width: 90% !important;
        margin: 0 auto;
    }

    .login-page .fixed-left {
        right: 0;
    }

    .login-page .codevision-softwares {
        display: none;
    }

    .login-page .login-form form .login-btn {
        width: 85px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .login-page .login-form {
        width: 60% !important;
        margin: 0 auto;
    }

    .login-page .fixed-left {
        right: 0;
    }

    .login-page .codevision-softwares {
        display: none;
    }
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
    .login-page .login-form {
        width: 70% !important;
    }

    .login-page .fixed-content {
        width: 80%;
    }
}

ul.edit-menu {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

    ul.edit-menu li.item {
        display: inline-block;
        margin-left: -3px;
        position: relative;
    }

        ul.edit-menu li.item a.menu-options {
            display: block;
            background: #9EABC0;
            color: #fff;
            height: 40px;
            line-height: 40px;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 14px;
            text-decoration: none;
            border-right: 1px solid #8A97AD;
        }

        ul.edit-menu li.item a.more-options span {
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background: #fff;
            display: inline-block;
            position: relative;
            top: -3px;
        }

        ul.edit-menu li.item a.menu-options:hover,
        ul.edit-menu li.item a.menu-options:active,
        ul.edit-menu li.item a.menu-options:focus,
        ul.edit-menu li.item a.menu-options.active {
            text-decoration: none;
            background: #8A97AD;
        }

        ul.edit-menu li.item:first-child a.menu-options {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        ul.edit-menu li.item:last-child a.menu-options {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            border: 0;
        }

    ul.edit-menu .options {
        top: 55px;
        box-shadow: 0 4px 8px 0 rgba(203, 203, 203, 0.7);
        border: 1px solid #E2E7EE;
    }

.pagination .left-arrow-box,
.pagination .right-arrow-box {
    height: 36px;
    width: 36px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    position: relative;
}

    .pagination .left-arrow-box span.arrow,
    .pagination .right-arrow-box span.arrow {
        width: 6px;
        height: 10px;
        display: block;
        background: url("../images/arrow-pagination.png") no-repeat;
        background-size: cover;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        bottom: 0;
        margin: 0 auto;
        margin-top: -5px !important;
    }

.pagination .left-arrow-box {
    margin-right: 17px;
}

    .pagination .left-arrow-box span.arrow {
        transform: rotate(180deg);
    }

.pagination .right-arrow-box {
    margin-left: 17px;
}

.pagination .actual-page {
    color: #7F8FA4;
    font-size: 12px;
}

.bt-more-down {
    text-align: center;
}

    .bt-more-down .arrow-down-more {
        background: #DDDFE1;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        display: inline-block;
    }

.uppercase {
    text-transform: uppercase;
}

.info-container {
    background: #fff;
    padding: 15px 0 30px 0;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
}

    .info-container .info-header {
        padding-left: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(206, 208, 218, 0.3);
    }

        .info-container .info-header p.info-title {
            font-size: 12px;
            color: #AAB2C0;
            font-weight: 700;
            text-transform: uppercase;
        }

        .info-container .info-header a.info-options {
            display: block;
            position: absolute;
            top: 20px;
            right: 20px;
            padding: 0;
            margin: 0;
            height: 4px;
            text-decoration: none;
            font-size: 0;
        }

            .info-container .info-header a.info-options span {
                display: inline-block;
                vertical-align: top;
                width: 4px;
                height: 4px;
                background: #A6B2C4;
                border-radius: 4px;
                padding: 0;
                margin-right: 2px;
                font-size: 0;
            }

    .info-container .feed {
        padding-right: 10px;
        padding-left: 10px;
    }

        .info-container .feed .item-feed {
            margin: 0;
            box-shadow: 0 0 0 0;
            border-radius: 0;
            padding: 15px 10px;
            border-bottom: 1px solid rgba(206, 208, 218, 0.3);
        }

            .info-container .feed .item-feed .icon-image {
                left: 10px;
            }

            .info-container .feed .item-feed .options-bt {
                right: 10px;
                top: 50%;
                margin-top: -8px;
            }

.label.label-default {
    top: -10px !important;
    height: 20px;
    font-size: 10px;
    background: #00A0E9;
    color: #fff;
    border-radius: 120px;
    vertical-align: top;
    position: relative !important;
    text-align: center;
    padding: 4px 5px 0 5px !important;
    display: inline-block;
    margin-left: -20px;
}

    .label.label-default.xs {
        font-size: 7px;
        padding-top: 6px;
    }

.dynamic-content {
    min-height: 200px;
    margin-bottom: 20px;
}

#dashboard {
    border-top-width: 0;
}

    #dashboard h3.title {
        padding: 0;
        border: none;
        font-size: 20px;
        line-height: 1.2em;
        margin: 0 0 20px 0;
        font-weight: normal;
        color: #00A0E9;
        text-transform: uppercase;
        background: transparent;
    }

.btn.btn-default {
    color: #A3AEC1;
    font-size: 13px;
    background: #fff;
    border-color: #fff;
}

    .btn.btn-default.active, .btn.btn-default:focus, .btn.btn-default:active {
        color: #F1F5F6;
        box-shadow: none;
        background: #9EABC0;
        border-color: #9EABC0;
    }

.btn.btn-light {
    color: #A0ABBF;
    font-size: 16px;
    border-width: 0;
    padding: 8px 50px;
    background: #F5F7F9;
}

.button-icon {
    padding: 5px;
    color: #A1ABBE;
    font-size: 20px;
    cursor: pointer;
}

    .button-icon:hover, .button-icon:focus {
        color: #A1ABBE;
        text-decoration: none;
    }

.widget-disabled {
    opacity: .4;
    cursor: no-drop;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.modal-open {
        overflow: hidden;
    }

.inline-fields-container {
    padding: 15px;
    background: #F7F9FB;
    margin: -30px -15px 20px;
}

    .inline-fields-container .inline-fields {
        float: left;
        margin-right: 20px;
    }

        .inline-fields-container .inline-fields h4.xl {
            margin-bottom: 10px;
        }

        .inline-fields-container .inline-fields select {
            min-width: 170px;
        }

.pika-single {
    border: none;
    background: transparent;
}

    .pika-single .pika-title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #2A3443;
    }

    .pika-single .pika-lendar {
        float: none;
        width: 90%;
        margin: 20px;
    }

    .pika-single .pika-prev,
    .pika-single .pika-next {
        width: 31px;
        height: 30px;
        font-size: 0;
        opacity: 1;
        background: url("../images/calendar-left.png") no-repeat;
        background-size: 31px 30px;
    }

    .pika-single .pika-next {
        background: url("../images/calendar-right.png") no-repeat;
        background-size: 31px 30px;
    }

    .pika-single .pika-label {
        color: #00A0E9;
        font-size: 19px;
        font-weight: normal;
        background: transparent;
        text-transform: uppercase;
    }

    .pika-single .pika-table th {
        color: #A0ABBF;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .pika-single tr td .pika-button {
        color: #fff;
        font-size: 20px;
        padding: 10px 5px;
        text-align: center;
        background: transparent;
        box-shadow: none;
        border-radius: 100px;
        font-weight: normal;
    }

    .pika-single tr td.is-today .pika-button {
        color: #3499EB;
        font-weight: normal;
    }

.notes-append {
    padding: 20px;
    margin-right: -20px;
    margin-left: -15px;
    background: #2A3240;
}

    .notes-append h3 {
        font-size: 24px;
        font-weight: 700;
        color: #656565;
    }

.user-actions {
    bottom: 0;
    left: 100px;
    position: absolute;
}

    .user-actions ul {
        padding: 0;
        list-style-type: none;
    }

    .user-actions li {
        margin-bottom: 20px;
    }

        .user-actions li:last-child {
            margin-bottom: 0;
        }

    .user-actions a {
        height: 50px;
        color: #AEB1B8;
        font-size: 16px;
        padding-top: 12px;
        padding-left: 45px;
        padding-right: 20px;
        position: relative;
        display: inline-block;
        background: #354052;
        border-radius: 50px;
        text-decoration: none;
    }

        .user-actions a:hover {
            color: #fff;
            background: #00A0E9;
        }

    .user-actions span {
        top: 12px;
        left: 10px;
        position: absolute;
    }

.add-note-tooltip {
    top: 200px;
    left: 200px;
    z-index: 987;
    position: absolute;
    padding: 20px 20px 0;
    background: #F7F9FB;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    width: 620px;
}

    .add-note-tooltip fieldset {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .add-note-tooltip .fontello-icon-fullscreen {
        top: 20px;
        right: 15px;
        cursor: pointer;
        color: #A7B1C4;
        font-size: 20px;
        position: absolute;
        text-decoration: none;
    }

    .add-note-tooltip .title-label {
        display: block;
        color: #A4AFC1;
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px solid #D1DAEA;
    }

        .add-note-tooltip .title-label span {
            display: block;
            font-size: 12px;
            line-height: 1em;
            color: #A3AEC1;
        }

    .add-note-tooltip .subtitle-label {
        color: #A3AEC1;
        font-size: 16px;
        font-weight: normal;
    }

    .add-note-tooltip .white-content {
        margin: 0 -20px;
        background: #fff;
        padding: 20px 20px 0;
    }

    .add-note-tooltip .textfield {
        margin-bottom: 20px;
    }

        .add-note-tooltip .textfield textarea {
            width: 100%;
            padding: 10px;
            height: 300px;
            color: #D1D7E0;
            font-size: 16px;
            border: 1px solid #DBDFE4;
        }

    .add-note-tooltip .attach-button label {
        height: 30px;
        color: #A0ABBF;
        font-size: 14px;
        cursor: pointer;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 25px;
        border-radius: 30px;
        margin-bottom: 20px;
        font-weight: normal;
        display: inline-block;
        border: 1px solid #A0ABBF;
    }

        .add-note-tooltip .attach-button label span {
            margin-right: 10px;
        }

    .add-note-tooltip .field {
        margin-bottom: 20px;
    }

    .add-note-tooltip ::-webkit-input-placeholder {
        color: #D1D7E0;
        opacity: 1;
    }

    .add-note-tooltip ::-moz-placeholder {
        color: #D1D7E0;
        opacity: 1;
    }

    .add-note-tooltip :-ms-input-placeholder {
        color: #D1D7E0;
        opacity: 1;
    }

    .add-note-tooltip :-moz-placeholder {
        color: #D1D7E0;
        opacity: 1;
    }

    .add-note-tooltip .file-upload {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .add-note-tooltip .tooltip-actions {
        padding-top: 10px;
        padding-bottom: 20px;
        border-top: 1px solid #D2DAE1;
    }

        .add-note-tooltip .tooltip-actions p {
            color: #A0ABBF;
            font-size: 14px;
        }

        .add-note-tooltip .tooltip-actions .left {
            float: left;
        }

        .add-note-tooltip .tooltip-actions .right {
            float: right;
        }

        .add-note-tooltip .tooltip-actions .add-btn {
            width: 30px;
            height: 30px;
            color: #9EABC0;
            padding-top: 4px;
            text-align: center;
            border-radius: 30px;
            display: inline-block;
            background: #F7F9FB;
            margin-right: 10px;
        }

        .add-note-tooltip .tooltip-actions .private {
            font-size: 20px;
            color: #A1ABBE;
        }

    .add-note-tooltip .user-avatar {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        display: inline-block;
        background-size: cover;
        background-position: center top;
    }

    .add-note-tooltip .additional-fields .item {
        padding-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #D1DAEA;
    }

        .add-note-tooltip .additional-fields .item label.subtitle-label {
            margin-right: 10px;
        }

        .add-note-tooltip .additional-fields .item .pull-left + .pull-left {
            margin-left: 20px;
        }

a.search-button-style {
    padding-right: 16px;
    padding-left: 16px;
    height: 34px;
    width: 120px;
    text-align: center;
    background: #00A0E9;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 34px;
    color: #fff !important;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    margin-right: 20px;
    text-decoration: none;
}

.doc-wrapper {
    height: 180px;
    background: #fff;
    display: block;
    padding-top: 25px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border: 2px solid transparent;
    margin-bottom: 20px;
}

    .doc-wrapper .doc-icon {
        height: 75px;
        width: 74px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .doc-wrapper .doc-icon.pdf {
            background: url("../images/pdf.png") no-repeat;
            background-size: contain;
        }

        .doc-wrapper .doc-icon.doc {
            background: url("../images/doc.png") no-repeat;
            background-size: contain;
        }

    .doc-wrapper p.doc-name {
        color: #97A3B4;
        font-size: 13px;
        text-align: center;
        line-height: 1.4em;
    }

    .doc-wrapper:hover {
        border-color: #00A0E9;
    }

.feed {
    margin-bottom: 40px;
}

    .feed p.title {
        color: #728096;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 15px;
        display: block;
        text-transform: uppercase;
    }

        .feed p.title span {
            float: right;
        }

        .feed p.title a.more {
            float: right;
            text-align: center;
            border-radius: 3px;
            font-size: 0;
            height: 4px;
            width: 18px;
            position: relative;
            top: 6px;
        }

            .feed p.title a.more span {
                width: 4px;
                height: 4px;
                background: #728096;
                border-radius: 4px;
                display: inline-block;
                margin-left: 1px;
                margin-right: 1px;
            }

            .feed p.title a.more.active span {
                background: #fff;
            }

    .feed .item-feed.disable {
        background: #F7F9FB;
    }

        .feed .item-feed.disable span.icon-image {
            background: #FFFFFF;
        }

    .feed .item-feed {
        background: #fff;
        padding: 20px;
        position: relative;
        min-height: 75px;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
        margin-bottom: 10px;
    }

        .feed .item-feed .status-hour {
            margin-bottom: 20px;
        }

            .feed .item-feed .status-hour h4.now {
                font-weight: 700;
            }

            .feed .item-feed .status-hour h4 {
                font-weight: normal;
            }

            .feed .item-feed .status-hour:last-child {
                margin-bottom: 0;
            }

        .feed .item-feed .day {
            padding-bottom: 15px;
            border-bottom: 1px solid #D1DAE2;
            margin-bottom: 15px;
            font-size: 14px;
            color: #A0ABBF;
        }

        .feed .item-feed .options-bt {
            position: absolute;
            top: 15px;
            right: 20px;
        }

            .feed .item-feed .options-bt .options {
                position: absolute;
                top: 25px;
                right: -12px;
            }

        .feed .item-feed a.more {
            width: 17px;
            height: 17px;
            display: block;
            background: #F7F8F9;
            text-align: center;
            border-radius: 3px;
            font-size: 0;
            line-height: 0;
        }

            .feed .item-feed a.more span {
                width: 3px;
                height: 3px;
                background: #97A3B4;
                border-radius: 3px;
                display: inline-block;
                margin-top: 7px;
                margin-right: 1px;
            }

                .feed .item-feed a.more span:last-child {
                    margin-right: 0;
                }

            .feed .item-feed a.more:hover,
            .feed .item-feed a.more.active {
                background: #9EABC0;
            }

                .feed .item-feed a.more:hover span,
                .feed .item-feed a.more.active span {
                    background: #fff;
                }

            .feed .item-feed a.more:hover,
            .feed .item-feed a.more:active,
            .feed .item-feed a.more:focus {
                text-decoration: none !important;
            }

        .feed .item-feed .class {
            padding-right: 8px;
            padding-left: 8px;
            border-radius: 10px;
            font-weight: 300;
            margin-right: 10px;
            vertical-align: middle;
        }

            .feed .item-feed .class .more {
                color: #fff;
                font-size: 10px;
                font-weight: 700;
                position: relative;
                top: -1px;
                border-radius: 10px;
                padding-right: 3px;
                padding-left: 3px;
            }

            .feed .item-feed .class.color-1 {
                background: rgba(0, 159, 233, 0.1);
                color: #00A0E9;
            }

                .feed .item-feed .class.color-1 .more {
                    background: #00A0E9;
                }

            .feed .item-feed .class.color-2 {
                background: rgba(54, 64, 81, 0.1);
                color: #364051;
            }

                .feed .item-feed .class.color-2 .more {
                    background: #364051;
                }

            .feed .item-feed .class.color-3 {
                background: rgba(250, 109, 58, 0.1);
                color: #FA6D3A;
            }

                .feed .item-feed .class.color-3 .more {
                    background: #FA6D3A;
                }

            .feed .item-feed .class.color-4 {
                background: rgba(158, 171, 192, 0.1);
                color: #9EABC0;
            }

                .feed .item-feed .class.color-4 .more {
                    background: #9EABC0;
                }

            .feed .item-feed .class.color-5 {
                background: rgba(250, 187, 58, 0.1);
                color: #FABB3A;
            }

                .feed .item-feed .class.color-5 .more {
                    background: #FABB3A;
                }

            .feed .item-feed .class.more {
                color: #fff;
                height: 20px;
                font-size: 12px;
                font-weight: 700;
                padding: 0 5px;
                margin: 0;
            }

                .feed .item-feed .class.more.default {
                    background: #00A0E9;
                }

        .feed .item-feed .icon-image {
            width: 35px;
            height: 35px;
            border-radius: 35px;
            display: block;
            overflow: hidden;
            position: absolute;
            top: 20px;
            left: 20px;
            background: #F7F9FB;
        }

            .feed .item-feed .icon-image img {
                width: 100%;
            }

            .feed .item-feed .icon-image .font-icon {
                position: relative;
                left: 10px;
                top: 4px;
                font-size: 16px;
                padding: 0;
            }

                .feed .item-feed .icon-image .font-icon::before {
                    color: #A1ABBE;
                    margin: 0;
                    padding: 0;
                }

                .feed .item-feed .icon-image .font-icon.fontello-icon-message-letter {
                    left: 7px;
                    top: 6px;
                }

                .feed .item-feed .icon-image .font-icon.fontello-icon-cafetaria {
                    left: 8px;
                    font-size: 20px;
                    top: 3px;
                }

                .feed .item-feed .icon-image .font-icon.fontello-icon-notifications-circulares {
                    left: 7px;
                    top: 4px;
                    font-size: 20px;
                }

                .feed .item-feed .icon-image .font-icon.fontello-icon-canteen {
                    left: 7px;
                    top: 4xxpx;
                    font-size: 20px;
                }

                .feed .item-feed .icon-image .font-icon.fontello-icon-alerts {
                    left: 7px;
                    top: 4px;
                    font-size: 21px;
                }

                .feed .item-feed .icon-image .font-icon.fontello-icon-calendar {
                    left: 8px;
                    top: 4px;
                    font-size: 19px;
                }

        .feed .item-feed p.time {
            color: #A0ABBF;
            font-size: 12px;
        }

        .feed .item-feed .user-feed {
            margin-bottom: 10px;
        }

            .feed .item-feed .user-feed .user-image {
                width: 25px;
                height: 25px;
                overflow: hidden;
                display: inline-block;
                border-radius: 25px;
                vertical-align: middle;
                background: #F7F9FB;
            }

                .feed .item-feed .user-feed .user-image img {
                    width: 100%;
                }

            .feed .item-feed .user-feed p {
                display: inline-block;
                vertical-align: middle;
                margin-left: 10px;
                font-weight: 700;
                color: #97A3B4;
                font-size: 13px;
            }

        .feed .item-feed h3 {
            color: #97A3B4;
            font-size: 13px;
            font-weight: 400;
            line-height: 1.8em;
        }

            .feed .item-feed h3 span {
                font-weight: 700;
            }

            .feed .item-feed h3 .b2 {
                font-weight: normal;
                color: #354052;
            }

        .feed .item-feed .padding-feed {
            padding-left: 45px;
        }

        .feed .item-feed .photos-feed {
            line-height: 0;
            margin-bottom: 10px;
        }

            .feed .item-feed .photos-feed .class {
                margin-left: 10px;
            }

            .feed .item-feed .photos-feed .photos:first-child {
                margin: 0;
            }

            .feed .item-feed .photos-feed .photos {
                margin-top: 8px;
                width: 24px;
                height: 24px;
                border-radius: 24px;
                overflow: hidden;
                border: 1px solid #fff;
                background: #F7F9FB;
                display: inline-block;
                vertical-align: middle;
                margin: 0;
                margin-left: -15px;
            }

                .feed .item-feed .photos-feed .photos img {
                    width: 100%;
                }

                .feed .item-feed .photos-feed .photos.more {
                    background: #00A0E9;
                    color: #fff;
                    font-size: 12px;
                    text-align: center;
                    font-weight: 700;
                    width: auto;
                    padding: 0 5px;
                }

                    .feed .item-feed .photos-feed .photos.more span {
                        position: relative;
                        top: 11px;
                    }

        .feed .item-feed h4 {
            font-size: 14px;
            color: #A0ABBF;
            font-weight: 700;
            line-height: 1.2em;
        }

        .feed .item-feed .status-line {
            height: 40px;
            width: 100%;
            padding-left: 15px;
            padding-right: 10px;
            margin-bottom: 10px;
            position: relative;
        }

            .feed .item-feed .status-line .img-user {
                width: 24px;
                height: 24px;
                border-radius: 24px;
                border: 1px solid #fff;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                overflow: hidden;
            }

            .feed .item-feed .status-line p {
                line-height: 40px;
                display: inline-block;
                vertical-align: middle;
            }

                .feed .item-feed .status-line p span {
                    font-weight: 700;
                }

            .feed .item-feed .status-line .images-wrapper {
                display: inline-block;
                vertical-align: middle;
            }

                .feed .item-feed .status-line .images-wrapper .img-user:first-child {
                    margin: 0 !important;
                }

                .feed .item-feed .status-line .images-wrapper .img-user {
                    margin-right: 0;
                    margin-left: -15px;
                }

            .feed .item-feed .status-line .icon-action {
                position: absolute;
                top: 50%;
                right: 10px;
                margin-top: -12px;
            }

                .feed .item-feed .status-line .icon-action span {
                    font-size: 20px;
                    position: relative;
                    top: -1px;
                }

            .feed .item-feed .status-line .left {
                float: left;
            }

            .feed .item-feed .status-line .right {
                float: right;
                padding-right: 20px;
                position: relative;
            }

                .feed .item-feed .status-line .right p {
                    display: inline-block;
                }

                    .feed .item-feed .status-line .right p.missing {
                        margin-right: 5px;
                    }

                        .feed .item-feed .status-line .right p.missing span {
                            font-weight: 700;
                        }

                .feed .item-feed .status-line .right .options-bt {
                    top: 12px;
                    right: 0;
                }

            .feed .item-feed .status-line .photos-wrapper {
                display: inline-block;
                position: relative;
                top: 6px;
                line-height: 0;
            }

                .feed .item-feed .status-line .photos-wrapper .photos {
                    margin-top: 8px;
                    width: 24px;
                    height: 24px;
                    border-radius: 24px;
                    overflow: hidden;
                    border: 1px solid #fff;
                    display: inline-block;
                    margin: 0;
                    margin-left: -15px;
                }

                    .feed .item-feed .status-line .photos-wrapper .photos img {
                        width: 100%;
                    }

            .feed .item-feed .status-line .photos:first-child {
                margin-left: 0;
            }

            .feed .item-feed .status-line.disable {
                background: rgba(152, 163, 180, 0.2) !important;
                border: 1px solid rgba(152, 163, 180, 0.2) !important;
            }

                .feed .item-feed .status-line.disable p {
                    color: #98A3B4 !important;
                }

            .feed .item-feed .status-line.get-in-school {
                background: rgba(83, 194, 78, 0.2);
                border: 1px solid rgba(83, 194, 78, 0.2);
            }

                .feed .item-feed .status-line.get-in-school p {
                    color: #53C24E;
                }

                .feed .item-feed .status-line.get-in-school .icon-action .fontello-icon-out {
                    color: #53C24E;
                }

            .feed .item-feed .status-line.get-out-school {
                background: rgba(250, 109, 58, 0.2);
                border: 1px solid rgba(250, 109, 58, 0.2);
            }

                .feed .item-feed .status-line.get-out-school p {
                    color: #FA6D3A;
                }

                .feed .item-feed .status-line.get-out-school .icon-action .fontello-icon-out {
                    color: #FA6D3A;
                }

            .feed .item-feed .status-line.bought-something {
                background: rgba(117, 203, 189, 0.2);
                border: 1px solid rgba(117, 203, 189, 0.2);
            }

                .feed .item-feed .status-line.bought-something p {
                    color: #75CBBD;
                }

                .feed .item-feed .status-line.bought-something .icon-action {
                    color: #75CBBD;
                }

            .feed .item-feed .status-line.bought-something-2 {
                background: rgba(135, 92, 195, 0.2);
                border: 1px solid rgba(135, 92, 195, 0.2);
            }

                .feed .item-feed .status-line.bought-something-2 p {
                    color: #875CC3;
                }

                .feed .item-feed .status-line.bought-something-2 .icon-action {
                    color: #875CC3;
                }

            .feed .item-feed .status-line.lunch {
                background: rgba(255, 184, 11, 0.2);
                border: 1px solid rgba(255, 184, 11, 0.2);
            }

                .feed .item-feed .status-line.lunch p {
                    color: #FFB80B;
                }

                .feed .item-feed .status-line.lunch .icon-action {
                    color: #FFB80B;
                }

            .feed .item-feed .status-line.classes {
                background: rgba(67, 223, 253, 0.2);
                border: 1px solid rgba(85, 181, 199, 0.2);
            }

                .feed .item-feed .status-line.classes p {
                    color: #08C0E4;
                }

            .feed .item-feed .status-line.teachers {
                background: rgba(65, 81, 245, 0.2);
                border: 1px solid rgba(65, 81, 245, 0.2);
            }

                .feed .item-feed .status-line.teachers p {
                    color: #4151F5;
                }

            .feed .item-feed .status-line.students {
                background: rgba(250, 109, 58, 0.2);
                border: 1px solid rgba(250, 109, 58, 0.2);
            }

                .feed .item-feed .status-line.students p {
                    color: #FA6D3A;
                }

            .feed .item-feed .status-line.entered-campus {
                background: rgba(11, 202, 58, 0.2);
                border: 1px solid rgba(11, 202, 58, 0.2);
            }

                .feed .item-feed .status-line.entered-campus p {
                    color: #0BCA3A;
                }

            .feed .item-feed .status-line.reserved {
                margin-bottom: 20px;
                background: rgba(67, 223, 253, 0.2);
                border: 1px solid rgba(67, 223, 253, 0.2);
            }

                .feed .item-feed .status-line.reserved p {
                    color: #08C0E4;
                }

            .feed .item-feed .status-line:last-child {
                margin-bottom: 0;
            }

        .feed .item-feed.status .padding-feed {
            margin-bottom: 20px;
        }

        .feed .item-feed.status .icon-image {
            vertical-align: middle;
        }

        .feed .item-feed.status h3 {
            position: relative;
            top: 7px;
        }

        .feed .item-feed.status h4 {
            margin-bottom: 15px;
            margin-top: 20px;
        }

            .feed .item-feed.status h4.now {
                margin-top: 0;
            }

        .feed .item-feed.status .pagination {
            display: block;
            margin: 0;
            position: relative;
            text-align: center;
            height: 50px;
            padding-top: 13px;
            margin-bottom: 15px;
            border-bottom: 1px solid #D1DAE2;
            border-radius: 0;
        }

            .feed .item-feed.status .pagination .left-arrow-box,
            .feed .item-feed.status .pagination .right-arrow-box {
                position: absolute;
                top: 10px;
                height: 30px;
                width: 30px;
            }

            .feed .item-feed.status .pagination .left-arrow-box {
                left: 0;
            }

            .feed .item-feed.status .pagination .right-arrow-box {
                right: 0;
            }

            .feed .item-feed.status .pagination .day {
                margin-bottom: 0;
                border: 0;
                color: #97A3B4;
            }

        .feed .item-feed.status.pagination-item {
            padding-top: 0;
        }

        .feed .item-feed.post {
            border-top: 2px solid #FABB3A;
            margin-bottom: 20px;
        }

            .feed .item-feed.post h3 {
                line-height: 1.2em;
            }

            .feed .item-feed.post .padding-feed {
                margin-bottom: 15px;
            }

            .feed .item-feed.post .post-content {
                padding-top: 10px;
                padding-bottom: 15px;
                border-top: 1px solid #D1DAE2;
                border-bottom: 1px solid #D1DAE2;
                margin-bottom: 20px;
            }

            .feed .item-feed.post .text {
                color: #97A3B4;
                font-size: 13px;
                margin-bottom: 10px;
            }

            .feed .item-feed.post .image-post {
                display: block;
            }

                .feed .item-feed.post .image-post img {
                    width: 100%;
                }

            .feed .item-feed.post .commands .views {
                color: #97A3B4;
                font-size: 12px;
                font-weight: 700;
                padding-left: 32px;
                position: relative;
                float: right;
            }

                .feed .item-feed.post .commands .views .icon {
                    font-size: 14px;
                    position: absolute;
                    left: 0;
                    top: -2px;
                }

                    .feed .item-feed.post .commands .views .icon::before {
                        margin: 0;
                    }

            .feed .item-feed.post .commands a {
                color: #97A3B4;
                font-size: 12px;
                font-weight: 700;
                padding-left: 32px;
                position: relative;
                margin-right: 25px;
            }

                .feed .item-feed.post .commands a .bt-icon {
                    font-size: 22px;
                    color: #A0ABBF;
                    position: absolute;
                    left: 0;
                    top: -10px;
                }

                    .feed .item-feed.post .commands a .bt-icon::before {
                        margin: 0;
                    }

                .feed .item-feed.post .commands a:hover,
                .feed .item-feed.post .commands a:focus,
                .feed .item-feed.post .commands a:active {
                    text-decoration: none;
                }

            .feed .item-feed.post .post-link {
                border: 2px solid #F5F5F5;
                display: block;
                text-decoration: none;
            }

                .feed .item-feed.post .post-link .image {
                    display: block;
                    height: 210px;
                    overflow: hidden;
                    position: relative;
                    margin-bottom: 20px;
                }

                    .feed .item-feed.post .post-link .image img {
                        width: 100%;
                    }

                .feed .item-feed.post .post-link .icon-link-wrapper {
                    display: block;
                    background: #6B6B6B;
                    height: 40px;
                    width: 120px;
                    border-radius: 40px;
                    position: absolute;
                    bottom: 25px;
                    left: 20px;
                    line-height: 40px;
                    text-align: center;
                    color: #fff;
                    font-weight: 700;
                    font-size: 12px;
                }

                .feed .item-feed.post .post-link .text-link {
                    padding-right: 20px;
                    padding-left: 20px;
                    padding-bottom: 25px;
                }

                    .feed .item-feed.post .post-link .text-link h5 {
                        font-size: 14px;
                        color: #97A3B4;
                        font-weight: 700;
                        margin-bottom: 10px;
                        line-height: 1.8em;
                    }

                    .feed .item-feed.post .post-link .text-link p {
                        line-height: 1.55em;
                        font-size: 13px;
                        color: #97A3B4;
                    }

        .feed .item-feed.new-post {
            margin-bottom: 20px;
        }

            .feed .item-feed.new-post .padding-feed {
                padding-bottom: 15px;
                border-bottom: 1px solid #D1DAE2;
                margin-bottom: 20px;
            }

            .feed .item-feed.new-post .commands a.icon-font.fontello-icon-summary {
                margin-right: 25px;
            }

            .feed .item-feed.new-post .commands a.icon-font {
                font-size: 22px;
                margin-right: 15px;
                color: #A0ABBF;
                text-decoration: none;
                position: relative;
                top: 3px;
            }

                .feed .item-feed.new-post .commands a.icon-font:hover {
                    color: #00A0E9;
                }

            .feed .item-feed.new-post .commands a.circles-icon {
                text-decoration: none;
            }

            .feed .item-feed.new-post .commands a.circles-icon {
                position: relative;
                display: inline-block;
                top: -5px;
            }

                .feed .item-feed.new-post .commands a.circles-icon span {
                    width: 4px;
                    height: 4px;
                    border-radius: 4px;
                    background: #A0ABBF;
                    display: inline-block;
                    padding: 0;
                }

            .feed .item-feed.new-post .commands a::before {
                margin: 0;
            }

            .feed .item-feed.new-post .commands a.invite {
                padding-right: 16px;
                padding-left: 16px;
                height: 34px;
                width: 120px;
                text-align: center;
                background: #9EABC0;
                border-radius: 4px;
                line-height: 34px;
                color: #fff;
                font-size: 14px;
                border: 1px solid #8D99AC;
                font-weight: 500;
                text-decoration: none;
                float: right;
                margin-right: 0;
            }

                .feed .item-feed.new-post .commands a.invite:hover {
                    background: #00A0E9;
                }

            .feed .item-feed.new-post .commands.stay-right {
                float: right;
            }

                .feed .item-feed.new-post .commands.stay-right .icon-font.fontello-icon-location-icon {
                    margin-right: 20px;
                }

            .feed .item-feed.new-post .feelings-permissions {
                float: left;
                position: relative;
            }

                .feed .item-feed.new-post .feelings-permissions a.buttons {
                    padding: 5px;
                    background: #F7F8F9;
                    display: inline-block;
                    border-radius: 4px;
                    margin-right: 6px;
                    height: 33px;
                }

                    .feed .item-feed.new-post .feelings-permissions a.buttons .photos-wrapper {
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 5px;
                        font-size: 0;
                        letter-spacing: 0;
                        line-height: 0;
                    }

                        .feed .item-feed.new-post .feelings-permissions a.buttons .photos-wrapper span {
                            display: inline-block;
                            overflow: hidden;
                            width: 22px;
                            height: 22px;
                            border-radius: 22px;
                            border: 2px solid #fff;
                            overflow: hidden;
                            margin-left: -10px;
                        }

                            .feed .item-feed.new-post .feelings-permissions a.buttons .photos-wrapper span:first-child {
                                margin-left: 0 !important;
                            }

                            .feed .item-feed.new-post .feelings-permissions a.buttons .photos-wrapper span.more-photos {
                                background: #00A0E9;
                                color: #fff;
                                font-size: 12px;
                                text-align: center;
                                font-weight: 700;
                                width: auto;
                                padding: 11px 5px;
                                height: 20px;
                                border: 0;
                            }

                    .feed .item-feed.new-post .feelings-permissions a.buttons .feel-img {
                        display: inline-block;
                        overflow: hidden;
                        height: 24px;
                        width: 24px;
                        vertical-align: middle;
                        margin-right: 10px;
                    }

                    .feed .item-feed.new-post .feelings-permissions a.buttons .feel-name {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 11px;
                        color: #97A3B4;
                        font-weight: normal;
                    }

                    .feed .item-feed.new-post .feelings-permissions a.buttons .icon {
                        display: inline-block;
                        vertical-align: middle;
                        color: #A1ABBE;
                    }

                        .feed .item-feed.new-post .feelings-permissions a.buttons .icon::before {
                            width: auto;
                        }

                    .feed .item-feed.new-post .feelings-permissions a.buttons:hover,
                    .feed .item-feed.new-post .feelings-permissions a.buttons.active {
                        background: #00A0E9;
                    }

                        .feed .item-feed.new-post .feelings-permissions a.buttons:hover .icon,
                        .feed .item-feed.new-post .feelings-permissions a.buttons.active .icon {
                            color: #fff;
                        }

                        .feed .item-feed.new-post .feelings-permissions a.buttons:hover .feel-name,
                        .feed .item-feed.new-post .feelings-permissions a.buttons.active .feel-name {
                            color: #fff;
                        }

                .feed .item-feed.new-post .feelings-permissions .options {
                    position: absolute;
                    top: 42px;
                }

                    .feed .item-feed.new-post .feelings-permissions .options.users-select {
                        left: 130px;
                        min-width: 170px;
                    }

            .feed .item-feed.new-post form fieldset {
                padding: 0;
                margin: 0;
            }

                .feed .item-feed.new-post form fieldset textarea {
                    color: #97A3B4;
                    letter-spacing: 0;
                    height: 45px;
                    border: 0;
                    width: 100%;
                    resize: none;
                    margin: 0;
                    padding: 0;
                    font-size: 13px;
                }

                .feed .item-feed.new-post form fieldset ::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: #97A3B4;
                }

                .feed .item-feed.new-post form fieldset ::-moz-placeholder {
                    /* Firefox 19+ */
                    color: #97A3B4;
                }

                .feed .item-feed.new-post form fieldset :-ms-input-placeholder {
                    /* IE 10+ */
                    color: #97A3B4;
                }

                .feed .item-feed.new-post form fieldset :-moz-placeholder {
                    /* Firefox 18- */
                    color: #97A3B4;
                }

            .feed .item-feed.new-post .who-can-see {
                font-size: 0;
                line-height: 0;
                background: #F7F8F9;
                padding: 10px;
                border-radius: 2px;
                display: inline-block;
                vertical-align: middle;
            }

                .feed .item-feed.new-post .who-can-see p {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                    font-size: 11px;
                    color: #97A3B4;
                    line-height: normal;
                    position: relative;
                    top: -1px;
                }

                .feed .item-feed.new-post .who-can-see .photos-wrapper {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 0;
                    line-height: 0;
                }

                    .feed .item-feed.new-post .who-can-see .photos-wrapper .user-img {
                        display: inline-block;
                        width: 22px;
                        height: 22px;
                        overflow: hidden;
                        border-radius: 22px;
                        border: 2px solid #fff;
                        line-height: normal;
                        margin-left: -10px;
                        vertical-align: middle;
                    }

                        .feed .item-feed.new-post .who-can-see .photos-wrapper .user-img:first-child {
                            margin: 0;
                        }

                    .feed .item-feed.new-post .who-can-see .photos-wrapper .more-photos {
                        text-align: center;
                        height: 20px;
                        width: auto;
                        margin-left: -10px;
                        background: #00A0E9;
                        border: 0;
                        color: #fff;
                        line-height: 20px;
                        font-size: 12px;
                        line-height: normal;
                        padding-right: 3px;
                        padding-left: 3px;
                        font-weight: 700;
                        vertical-align: middle;
                        border-radius: 20px;
                        margin-right: 10px;
                    }

                    .feed .item-feed.new-post .who-can-see .photos-wrapper .group {
                        padding: 0 6px;
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 11px;
                        line-height: normal;
                        height: 22px;
                        line-height: 22px;
                        margin-right: 10px;
                        border-radius: 22px;
                        min-width: 50px;
                        text-align: center;
                    }

                        .feed .item-feed.new-post .who-can-see .photos-wrapper .group.color-1 {
                            background: rgba(0, 159, 233, 0.1);
                            color: #00A0E9;
                        }

                        .feed .item-feed.new-post .who-can-see .photos-wrapper .group.color-2 {
                            background: rgba(54, 64, 81, 0.1);
                            color: #364051;
                        }

        .feed .item-feed.shared-image .image-holder {
            display: block;
            padding-top: 15px;
            padding-bottom: 10px;
        }

            .feed .item-feed.shared-image .image-holder img {
                max-width: 100%;
                width: 100%;
                height: auto;
            }

        .feed .item-feed.shared-file h3 {
            display: inline-block;
            vertical-align: middle;
        }

        .feed .item-feed.shared-file .time {
            margin-bottom: 15px;
        }

        .feed .item-feed.shared-file .document-added {
            padding: 5px 10px;
            display: inline-block;
            margin-right: 20px;
            border: 1px solid #9EABC0;
            border-radius: 2px;
            color: #9EABC0;
            vertical-align: middle;
            font-size: 13px;
            line-height: normal;
        }

            .feed .item-feed.shared-file .document-added .icon {
                width: 18px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }

                .feed .item-feed.shared-file .document-added .icon.pdf {
                    background: url("../images/pdf-icon-edit.png") no-repeat;
                    background-size: cover;
                }

            .feed .item-feed.shared-file .document-added .size {
                border-left: 1px solid #97A3B4;
                display: inline-block;
                vertical-align: middle;
                position: relative;
                top: -1px;
                padding-left: 9px;
                margin-left: 2px;
                font-weight: 700;
            }

            .feed .item-feed.shared-file .document-added .text {
                position: relative;
                top: 1px;
            }

        .feed .item-feed.shared-file .photos-wrapper {
            display: inline-block;
            vertical-align: middle;
            font-size: 0;
            line-height: 0;
        }

            .feed .item-feed.shared-file .photos-wrapper .user-img {
                display: inline-block;
                width: 24px;
                height: 24px;
                overflow: hidden;
                border-radius: 24px;
                border: 2px solid #fff;
                line-height: normal;
                margin-left: -12px;
                vertical-align: middle;
            }

                .feed .item-feed.shared-file .photos-wrapper .user-img:first-child {
                    margin: 0;
                }

            .feed .item-feed.shared-file .photos-wrapper .more-photos {
                text-align: center;
                height: 20px;
                width: auto;
                margin-left: -10px;
                background: #00A0E9;
                border: 0;
                color: #fff;
                line-height: 20px;
                font-size: 12px;
                line-height: normal;
                padding-right: 3px;
                padding-left: 3px;
                font-weight: 700;
                vertical-align: middle;
                border-radius: 20px;
            }

    .feed .feed-text {
        padding-top: 15px;
    }

        .feed .feed-text p {
            color: #97A3B4;
            font-size: 13px;
        }

        .feed .feed-text a.see-more-about {
            color: #A0ABBF;
            font-size: 12px;
            text-decoration: none;
            margin-bottom: 10px;
            display: block;
        }

    .feed .image-feed {
        display: block;
    }

        .feed .image-feed img {
            width: 100%;
        }

    .feed .feed-item-wrapper {
        position: relative;
    }

.lessons-summary-editable .swiper-slide {
    width: 255px;
}

.lessons-summary-editable .swiper-pagination {
    margin: 0 auto;
    position: static;
}

    .lessons-summary-editable .swiper-pagination .swiper-pagination-bullet {
        background: rgba(158, 171, 192, 0.7);
        width: 6px;
        height: 6px;
        margin-right: 3px;
        margin-left: 3px;
        opacity: 1;
        outline: 0;
        border: 0;
    }

    .lessons-summary-editable .swiper-pagination .swiper-pagination-bullet-active {
        background: #9EABC0;
    }

.lessons-summary-editable .editable-summarys {
    width: 215px;
    right: 0;
    top: 45px;
    position: absolute;
}

    .lessons-summary-editable .editable-summarys .triangle-options {
        right: 13px;
    }

.lessons-summary-editable a.more {
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
    display: block;
    background: #F7F8F9;
    text-align: center;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
}

    .lessons-summary-editable a.more span {
        width: 3px;
        height: 3px;
        background: #97A3B4;
        border-radius: 3px;
        display: inline-block;
        margin-top: 7px;
        margin-right: 1px;
    }

        .lessons-summary-editable a.more span:last-child {
            margin-right: 0;
        }

    .lessons-summary-editable a.more:hover,
    .lessons-summary-editable a.more.active {
        background: #9EABC0;
    }

        .lessons-summary-editable a.more:hover span,
        .lessons-summary-editable a.more.active span {
            background: #fff;
        }

    .lessons-summary-editable a.more:hover,
    .lessons-summary-editable a.more:active,
    .lessons-summary-editable a.more:focus {
        text-decoration: none !important;
    }

.lessons-summary-editable .swiper-slide {
    height: 220px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.lessons-summary-editable .border-top-right {
    height: 2px;
    background: #FABB3A;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

    .lessons-summary-editable .border-top-right.color-1 {
        background: #00A0E9;
    }

    .lessons-summary-editable .border-top-right.color-2 {
        background: #364051;
    }

    .lessons-summary-editable .border-top-right.color-3 {
        background: #FA6D3A;
    }

    .lessons-summary-editable .border-top-right.color-4 {
        background: #9EABC0;
    }

    .lessons-summary-editable .border-top-right.color-5 {
        background: #FABB3A;
    }

.lessons-summary-editable .border-top-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 80px;
    background: #85D8C4;
    display: block;
}

.lessons-summary-editable .class {
    margin-bottom: 10px;
    position: relative;
}

    .lessons-summary-editable .class span.color {
        border-radius: 20em;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }

    .lessons-summary-editable .class span.color-1 {
        background: rgba(0, 159, 233, 0.1);
        color: #00A0E9;
    }

    .lessons-summary-editable .class span.color-2 {
        background: rgba(54, 64, 81, 0.1);
        color: #364051;
    }

    .lessons-summary-editable .class span.color-3 {
        background: rgba(250, 109, 58, 0.1);
        color: #FA6D3A;
    }

    .lessons-summary-editable .class span.color-4 {
        background: rgba(158, 171, 192, 0.1);
        color: #9EABC0;
    }

    .lessons-summary-editable .class span.color-5 {
        background: rgba(250, 187, 58, 0.1);
        color: #FABB3A;
    }

.lessons-summary-editable .discipline {
    font-size: 14px;
    color: #A0ABBF;
    font-weight: 700;
    margin-bottom: 10px;
}

.lessons-summary-editable .schedule {
    font-size: 12px;
    color: #A0ABBF;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.lessons-summary-editable .text {
    font-size: 14px;
    color: #A0ABBF;
}

/* Mobile */
@media (max-width: 767px) {
    .lessons-summary-editable {
        margin-left: -15px;
        margin-right: -15px;
    }

        .lessons-summary-editable .swiper-slide {
            width: 75%;
            margin-left: 15px;
        }

            .lessons-summary-editable .swiper-slide:last-child {
                margin-right: 15px;
            }
}

.edit-class-table .info-table.menu-filter-opened {
    padding-right: 285px;
}

    .edit-class-table .info-table.menu-filter-opened .table-options {
        right: 290px;
    }

.edit-class-table .menu-filter-collapsed {
    position: fixed;
    right: -255px;
    -webkit-transition: all 1s;
    /* For Safari 3.1 to 6.0 */
    transition: all 1s;
}

    .edit-class-table .menu-filter-collapsed:hover {
        right: 0;
    }

.edit-class-table .menu-collapsed-padding {
    padding-right: 10px;
}

.schedule-container {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    display: none;
}

    .schedule-container .pagination {
        display: block;
        margin: 0;
        position: relative;
        text-align: center;
        height: 50px;
        padding-top: 13px;
        border-bottom: 1px solid #D1DAE2;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        .schedule-container .pagination .left-arrow-box,
        .schedule-container .pagination .right-arrow-box {
            position: absolute;
            top: 10px;
            height: 30px;
            width: 30px;
        }

        .schedule-container .pagination .left-arrow-box {
            left: 20px;
        }

        .schedule-container .pagination .right-arrow-box {
            right: 20px;
        }

        .schedule-container .pagination .day {
            color: #97A3B4;
        }

    .schedule-container .hours-div {
        border: 1px solid #D1DAE2;
        border-top: 0;
        height: 90px;
        position: relative;
    }

        .schedule-container .hours-div p.hour {
            color: #A0ABBF;
            font-size: 12px;
            padding-top: 10px;
            padding-left: 10px;
        }

            .schedule-container .hours-div p.hour span {
                font-size: 14px;
            }

        .schedule-container .hours-div p.discipline {
            position: absolute;
            left: 10px;
            bottom: 10px;
            font-weight: 700;
            font-size: 14px;
            color: #fff;
            opacity: 0.6;
        }

        .schedule-container .hours-div .photos-wrapper {
            display: inline-block;
            position: absolute;
            left: 10px;
            bottom: 10px;
            line-height: 0;
        }

            .schedule-container .hours-div .photos-wrapper .photos {
                margin-top: 8px;
                width: 24px;
                height: 24px;
                border-radius: 24px;
                overflow: hidden;
                border: 1px solid #fff;
                display: inline-block;
                margin: 0;
                margin-left: -15px;
            }

                .schedule-container .hours-div .photos-wrapper .photos img {
                    width: 100%;
                }

                .schedule-container .hours-div .photos-wrapper .photos.more {
                    text-align: center;
                    height: 20px;
                    width: auto;
                    position: relative;
                    top: -2px;
                    margin-left: -13px;
                    background: #00A0E9;
                    border: 0;
                    color: #fff;
                    line-height: 20px;
                    font-size: 12px;
                    padding-right: 3px;
                    padding-left: 3px;
                    font-weight: 700;
                }

        .schedule-container .hours-div .photos:first-child {
            margin-left: 0;
        }

        .schedule-container .hours-div.yellow {
            background: #FFBB00;
            border: 0;
            border-top: 2px solid #71DDC3;
        }

            .schedule-container .hours-div.yellow p.hour {
                color: #fff;
            }

                .schedule-container .hours-div.yellow p.hour span {
                    font-size: 14px;
                }

        .schedule-container .hours-div.red {
            background: #E63129;
            border: 0;
        }

            .schedule-container .hours-div.red p.hour {
                color: #fff;
            }

                .schedule-container .hours-div.red p.hour span {
                    font-size: 14px;
                }

#sidebar-open {
    top: 50%;
    width: 70px;
    height: 70px;
    font-size: 0;
    right: 280px;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    margin-top: -35px;
    padding-top: 25px;
    padding-left: 16px;
    border-radius: 70px;
    background: #2B3340;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    #sidebar-open span {
        width: 2px;
        height: 18px;
        margin-right: 3px;
        display: inline-block;
        background: #A0ABBF;
    }

#sidebar {
    right: 0;
    top: 70px;
    bottom: 0;
    width: 315px;
    z-index: 999;
    padding: 20px;
    position: fixed;
    padding-top: 80px;
    overflow-y: scroll;
    background: #2B3340;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    #sidebar #hide-sidebar {
        top: 30px;
        right: 20px;
        font-size: 15px;
        color: #A1ABBE;
        position: absolute;
        cursor: pointer;
    }

    #sidebar .panel.panel-default {
        box-shadow: none;
    }

    #sidebar .sidebar-form {
        margin-bottom: 35px;
    }

        #sidebar .sidebar-form .form-group {
            position: relative;
            border-radius: 4px;
            border: 2px solid #666F7F;
        }

        #sidebar .sidebar-form .input-container {
            margin-right: 60px;
        }

        #sidebar .sidebar-form .form-control {
            height: auto;
            color: #A0ABBF;
            font-size: 16px;
            border-width: 0;
            padding-top: 11px;
            padding-bottom: 11px;
            background: transparent;
        }

        #sidebar .sidebar-form .search-button {
            top: 7px;
            right: 15px;
            color: #596272;
            font-size: 20px;
            position: absolute;
        }

    #sidebar .search-filter {
        margin-bottom: 40px;
    }

        #sidebar .search-filter .select-all {
            display: block;
            color: #A0ABBF;
            font-size: 20px;
            margin-bottom: 20px;
            text-decoration: none;
        }

        #sidebar .search-filter .view-all {
            font-size: 16px;
            color: #41A1DF;
            text-decoration: none;
        }

    #sidebar .form-group .checkbox {
        margin: 0 0 20px 0;
    }

        #sidebar .form-group .checkbox label {
            color: #fff;
            font-size: 16px;
            padding-left: 35px;
            font-weight: normal;
        }

footer {
    margin-left: 0 !important;
}

header {
    border-bottom: 1px solid #D1DAE2;
    padding: 0;
    margin: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    z-index: 999;
}

    header .user-topnav > a {
        display: block;
    }

    header a:hover,
    header a:active,
    header a:focus {
        text-decoration: none;
    }

    header .left-nav {
        float: left;
    }

        header .left-nav ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
            font-size: 0;
        }

            header .left-nav ul li {
                padding: 0;
                margin: 0;
                display: inline-block;
                font-size: 0;
                line-height: 0;
                vertical-align: middle;
                position: relative;
                z-index: 1;
            }

                header .left-nav ul li:first-child {
                    z-index: 2;
                }

                header .left-nav ul li:hover:nth-child(2).mobile-header-hide {
                    position: absolute;
                    left: 103px;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: 999;
                    height: 71px;
                }

                    header .left-nav ul li:hover:nth-child(2).mobile-header-hide .breadcrumb-control {
                        position: absolute;
                        left: 0;
                        right: 0;
                        height: 71px;
                        top: -1px;
                        bottom: 0;
                        width: auto !important;
                    }

                        header .left-nav ul li:hover:nth-child(2).mobile-header-hide .breadcrumb-control .breadcrumb {
                            top: 0;
                            text-align: left !important;
                            left: 0;
                            right: auto;
                            padding-top: 13px;
                        }

                            header .left-nav ul li:hover:nth-child(2).mobile-header-hide .breadcrumb-control .breadcrumb .breadcrumb-item {
                                background: #fff;
                            }

                                header .left-nav ul li:hover:nth-child(2).mobile-header-hide .breadcrumb-control .breadcrumb .breadcrumb-item a {
                                    max-width: 300px;
                                }

        header .left-nav .logo-menu {
            background: #00A0E9;
            display: inline-block;
            padding-top: 19px;
            padding-bottom: 18px;
            padding-left: 20px;
            padding-right: 20px;
        }

            header .left-nav .logo-menu img {
                height: 35px;
            }

        header .left-nav .search-header.opened {
            position: absolute;
            left: 0;
            right: 0;
            background: #fff;
            top: 0;
            z-index: 999;
            height: 72px;
            border-bottom: 1px solid #D1DAE2;
        }

            header .left-nav .search-header.opened a.close-icon {
                display: block;
            }

        header .left-nav .search-header a.close-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -10px;
            font-size: 20px;
            display: none;
            color: #9EABC0;
        }

        header .left-nav .search-header form input {
            width: 95%;
        }

        header .left-nav form {
            position: relative;
            font-size: 16px;
        }

            header .left-nav form input {
                border: 0;
                outline: 0;
                padding-left: 70px;
                font-size: 14px;
                color: #9EABC0;
                background: url(../images/search-icon.png) no-repeat;
                background-position-x: 30px;
                background-position-y: 24px;
                background-size: 22px 22px;
                height: 70px;
                width: 380px;
                letter-spacing: 0.2px;
            }

            header .left-nav form ::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #9EABC0;
            }

            header .left-nav form ::-moz-placeholder {
                /* Firefox 19+ */
                color: #9EABC0;
            }

            header .left-nav form :-ms-input-placeholder {
                /* IE 10+ */
                color: #9EABC0;
            }

            header .left-nav form :-moz-placeholder {
                /* Firefox 18- */
                color: #9EABC0;
            }

    header ol {
        padding: 0;
    }

    header .breadcrumb-control {
        width: 250px;
        position: relative;
        height: 71px;
    }

        header .breadcrumb-control .breadcrumb {
            position: absolute;
            bottom: 0;
            left: -9999px;
            right: 0;
            text-align: right;
        }

    header .pages,
    header .breadcrumb {
        height: 71px;
        margin-top: -1px;
        padding-top: 10px;
        border-right: 1px solid #D1DAE2;
    }

        header .pages li,
        header .breadcrumb li {
            display: inline-block;
            vertical-align: middle;
            line-height: normal !important;
        }

            header .pages li.breadcrumb-item a,
            header .breadcrumb li.breadcrumb-item a {
                color: #AAB2C0;
                font-size: 16px;
                padding: 0 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 150px;
                display: block;
                height: 50px;
                line-height: 50px;
            }

            header .pages li.separator,
            header .breadcrumb li.separator {
                background: #D1DAE2;
                font-size: 0;
                height: 50px;
                width: 1px;
            }

            header .pages li.breadcrumb-item.active,
            header .breadcrumb li.breadcrumb-item.active {
                color: #354052;
                font-size: 16px;
                font-size: 16px;
                padding: 0 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 125px;
                height: 50px;
                line-height: 50px !important;
            }

    header .right-nav {
        float: right;
        height: 70px;
    }

        header .right-nav div {
            display: inline-block;
            vertical-align: middle;
            height: 70px;
            padding-top: 12px;
            position: relative;
        }

        header .right-nav .options {
            height: auto;
            display: none;
            position: absolute;
            padding-top: 0;
            top: 60px;
        }

        header .right-nav .more-options {
            padding-right: 25px;
            padding-left: 25px;
            padding-top: 27px;
        }

            header .right-nav .more-options .options-circle {
                height: 4px;
                width: 4px;
                border-radius: 4px;
                background: #A6B2C4;
                display: block;
                margin-bottom: 2px;
            }

        header .right-nav .user-topnav {
            padding-top: 20px;
            position: relative;
        }

            header .right-nav .user-topnav.mgr-25 {
                margin-right: 25px;
            }

            header .right-nav .user-topnav .triangle-options {
                left: 8px;
            }

            header .right-nav .user-topnav span {
                display: inline-block;
                vertical-align: middle;
            }

            header .right-nav .user-topnav .btn {
                width: 0;
                height: 0;
                border: 5px solid;
                border-color: #A6B2C4 transparent transparent transparent;
                display: block;
                font-size: 0;
                padding: 0;
                float: right;
                position: absolute;
                top: 33px;
                right: 0;
            }

            header .right-nav .user-topnav .user-image {
                width: 30px;
                height: 30px;
                border-radius: 30px;
                overflow: hidden;
                margin-right: 10px;
            }

                header .right-nav .user-topnav .user-image img {
                    max-height: 100%;
                }

            header .right-nav .user-topnav .name {
                margin-right: 25px;
                font-size: 14px;
                color: #728096;
                min-width: 100px;
                max-width: 175px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        header .right-nav .icons {
            margin-right: 20px;
            padding-top: 17px;
        }

            header .right-nav .icons .label.label-default {
                top: -2px !important;
            }

            header .right-nav .icons .icon-face {
                font-size: 25px;
            }

            header .right-nav .icons .icon-face-2 {
                font-size: 25px;
            }

            header .right-nav .icons .icon-face-3 {
                font-size: 18px;
            }

            header .right-nav .icons .icon-face::before {
                margin: 0 !important;
                line-height: 0;
                height: auto;
            }

            header .right-nav .icons .icon-style {
                color: #A1ABBE;
            }

                header .right-nav .icons .icon-style:hover {
                    color: #00A0E9;
                    text-decoration: none;
                }

    header a.mode-menu {
        font-size: 15px;
        padding: 0 45px 0 15px;
        text-align: center;
        display: block;
        background: #9EABC0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #fff;
        height: 35px;
        line-height: 35px;
        position: relative;
        top: 4px;
        margin-right: 30px;
        border-radius: 4px;
    }

        header a.mode-menu span {
            background: url("../images/select-dropdown.png") no-repeat;
            background-size: cover;
            width: 7px;
            height: 4px;
            display: block;
            position: absolute;
            top: 16px;
            right: 15px;
        }

        header a.mode-menu.active {
            background: #00A0E9;
        }

body {
    padding-top: 90px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .mobile-header-hide {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .mobile-header-hide {
        display: none !important;
    }
}

.datetimepicker-wrapper {
    position: relative;
    width: auto;
}

    .datetimepicker-wrapper .arrow-calendar {
        color: #9EABC0;
        font-size: 10px;
    }

    .datetimepicker-wrapper .datetimepicker {
        width: 100%;
        box-sizing: border-box;
        height: 36px;
        padding-left: 45px;
        font-weight: 700;
        font-size: 14px;
        color: #354052;
        text-align: left;
        margin: 0;
        background: linear-gradient(#fff 0%, #F0F2F5 100%);
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: capitalize;
    }

    .datetimepicker-wrapper .bootstrap-datetimepicker-widget {
        padding: 0;
        width: auto;
    }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget ul {
            list-style: none;
            padding: 0 !important;
            margin: 0;
        }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget .next,
        .datetimepicker-wrapper .bootstrap-datetimepicker-widget .prev {
            vertical-align: middle;
        }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget .next span {
                background: url("../images/calendar-right-2018.png") no-repeat;
                width: 6px;
                height: 10px;
                display: block;
                background-size: 6px 10px;
                color: transparent;
                margin: 0 auto;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget .prev span {
                background: url("../images/calendar-left-2018.png") no-repeat;
                width: 6px;
                height: 10px;
                display: block;
                background-size: 6px 10px;
                color: transparent;
                margin: 0 auto;
            }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget .glyphicon.glyphicon-time {
            display: none;
        }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget table {
            width: 196px !important;
        }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .dow {
                color: #7F8FA4;
                font-size: 10px;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .day.old,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .day.new {
                color: #B0B0B1;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table thead tr:first-child {
                padding: 10px 0;
                height: 40px;
            }

                .datetimepicker-wrapper .bootstrap-datetimepicker-widget table thead tr:first-child th {
                    vertical-align: middle;
                }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table thead tr:last-child {
                padding: 20px 0;
                height: 40px;
            }

                .datetimepicker-wrapper .bootstrap-datetimepicker-widget table thead tr:last-child th {
                    vertical-align: middle;
                }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table tbody tr {
                height: 28px;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table tbody td {
                vertical-align: middle !important;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table td.day {
                border: 0;
                line-height: 28px;
                width: 28px;
                height: 28px;
                color: #354052;
                font-weight: 700;
                font-family: 'Lato';
                text-align: center;
                padding: 0 !important;
                font-size: 14px;
                border-radius: 28px;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table td.today:before {
                display: none;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table th {
                border-bottom: 0;
                padding: 0 !important;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .day.active,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .day:hover,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .month.active,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .month:hover,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .year.active,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .year:hover,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .decade.active,
            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .decade:hover {
                color: #fff;
                background: #00A0E9 !important;
            }

            .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .picker-switch {
                text-transform: capitalize;
            }

                .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .picker-switch,
                .datetimepicker-wrapper .bootstrap-datetimepicker-widget table .picker-switch:hover {
                    color: #00A0E9;
                    font-size: 14px;
                }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
        .datetimepicker-wrapper .bootstrap-datetimepicker-widget.dropdown-menu:before,
        .datetimepicker-wrapper .bootstrap-datetimepicker-widget.dropdown-menu:after {
            display: none;
        }

    .datetimepicker-wrapper .calendar-icon {
        background: url(../images/calendar-icon.png) no-repeat;
        background-size: cover;
        width: 18px;
        height: 17px;
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .datetimepicker-wrapper .select-icon {
        background: url("../images/select-arrow.png") no-repeat;
        background-size: cover;
        width: 7px;
        height: 4px;
        position: absolute;
        display: block;
        top: 17px;
        right: 15px;
    }

    .datetimepicker-wrapper .timepicker-hour,
    .datetimepicker-wrapper .timepicker-minute,
    .datetimepicker-wrapper .timepicker-second {
        color: #00A0E9;
    }

    .datetimepicker-wrapper .dropdown-menu {
        min-width: 100px;
    }

    .datetimepicker-wrapper .bootstrap-datetimepicker-widget .timepicker table {
        width: 125px !important;
    }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget .timepicker table td a.btn {
            padding: 0;
        }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget .timepicker table td span.fa-arrow-up {
            background: url("../images/calendar-right-2018.png") no-repeat;
            width: 6px;
            height: 10px;
            display: block;
            background-size: 6px 10px;
            color: transparent;
            margin: 0 auto;
            transform: rotate(-90deg);
        }

        .datetimepicker-wrapper .bootstrap-datetimepicker-widget .timepicker table td span.fa-arrow-down {
            background: url("../images/calendar-right-2018.png") no-repeat;
            width: 6px;
            height: 10px;
            display: block;
            background-size: 6px 10px;
            color: transparent;
            margin: 0 auto;
            transform: rotate(90deg);
        }

.bootstrap-datetimepicker-widget table td span {
    height: 25px;
    line-height: 25px;
}

.bootstrap-datetimepicker-widget table td {
    height: auto;
    line-height: 1em;
    width: 25px;
}

.field.checkbox-list .checkbox-item {
    margin-bottom: 10px !important;
}

    .field.checkbox-list .checkbox-item label {
        font-size: 13px;
        margin-left: 5px;
        color: #9EABC0;
    }

/* The container */
.checkbox-contain {
    display: block;
    position: relative;
    padding-left: 16px;
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    height: 16px;
}

    /* Hide the browser's default checkbox */
    .checkbox-contain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #E9EDF1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.checkbox-contain:hover input ~ .checkmark {
    background-color: #E9EDF1;
}

/* When the checkbox is checked, add a blue background */
.checkbox-contain input:checked ~ .checkmark {
    background-color: #00A0E9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-contain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-contain .checkmark:after {
    left: 2px;
    top: 4px;
    width: 10px;
    height: 4px;
    border: solid white;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.notes .swiper-slide {
    width: 255px;
}

.notes .note {
    padding: 10px 10px 20px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    margin-bottom: 25px;
    position: relative;
}

    .notes .note .photo-wrapper {
        margin-bottom: 10px;
    }

        .notes .note .photo-wrapper .photos {
            height: 24px;
            width: 24px;
            border-radius: 24px;
            display: inline-block;
            overflow: hidden;
        }

            .notes .note .photo-wrapper .photos img {
                width: 100%;
            }

    .notes .note h6 {
        font-size: 14px;
        color: #9EABC0;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .notes .note p {
        font-size: 12px;
        color: #9EABC0;
    }

    .notes .note .borders-top .bar {
        height: 4px;
        display: block;
        position: absolute;
        top: 0;
    }

    .notes .note .borders-top .left-bar {
        background: #85D8C4;
        width: 75px;
        left: 0;
    }

    .notes .note .borders-top .right-bar {
        background: #FFBB00;
        left: 75px;
        right: 0;
    }

    .notes .note.bckg-yellow {
        background: #FFEDBF;
    }

    .notes .note.bckg-blue {
        background: #DDF5FC;
    }

    .notes .note.bckg-white {
        background: #fff;
    }

.notes .pagination {
    margin: 0 auto;
    margin-bottom: 50px;
    position: static;
    text-align: center;
}

    .notes .pagination .swiper-pagination-bullet {
        background: rgba(158, 171, 192, 0.7);
        width: 6px;
        height: 6px;
        margin-right: 3px;
        margin-left: 3px;
        opacity: 1;
        outline: 0;
        border: 0;
    }

    .notes .pagination .swiper-pagination-bullet-active {
        background: #9EABC0;
    }

/* Mobile */
@media (max-width: 767px) {
    .notes {
        margin-left: -15px;
        margin-right: -15px;
    }

        .notes .swiper-slide {
            width: 75%;
            margin-left: 15px;
        }

            .notes .swiper-slide:last-child {
                margin-right: 15px;
            }
}

.select-field .btn-group.bootstrap-select {
    width: 100% !important;
}

.select-field .btn.btn-default,
.select-field .btn.btn-default.active,
.select-field .btn.btn-default:focus,
.select-field .btn.btn-default:active {
    background: linear-gradient(#fff 0%, #F0F2F5 100%);
    font-size: 14px;
    color: #354052;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    box-shadow: 0 0 0 0 !important;
    outline: none;
    font-size: 14px;
}

.select-field .btn-group.open .dropdown-toggle {
    background: #CED2DB;
    border: 1px solid #B8BCC4;
    color: #fff;
}

    .select-field .btn-group.open .dropdown-toggle span {
        font-weight: 700;
    }

.select-field .bs-caret {
    background: url("../images/select-arrow.png") no-repeat;
    background-size: cover;
    width: 7px;
    height: 4px;
    position: absolute;
    display: block;
    top: 22px;
    right: 15px;
}

    .select-field .bs-caret .caret {
        display: none;
    }

.select-field .btn.btn-default.active,
.select-field .btn.btn-default:focus,
.select-field .btn.btn-default:active {
    outline: none !important;
}

.select-field .dropdown-menu.open {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    right: -5px;
    top: -5px;
    padding-top: 50px;
    left: -5px;
    background: #f1f4f8;
}

.select-field .bs-actionsbox,
.select-field .bs-donebutton,
.select-field .bs-searchbox {
    padding: 4px;
    background: #F1F4F8;
}

    .select-field .bs-actionsbox input,
    .select-field .bs-donebutton input,
    .select-field .bs-searchbox input {
        border: 1px solid #E2E7EE;
        color: #354052;
        padding-left: 10px;
        padding-right: 10px;
        background: url("../images/search.png") no-repeat, #fff;
        background-size: 16px 16px;
        background-position-y: center;
        background-position-x: 98%;
    }

.select-field .dropdown-menu > li > a {
    padding: 10px 15px;
    color: #354052;
    font-size: 14px;
    font-weight: 700;
}

.select-field .dropdown-menu > .active > a,
.select-field .dropdown-menu > .active > a:hover,
.select-field .dropdown-menu > .active > a:focus {
    background: #F1F4F8;
    color: #2EA2F8;
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: 36px !important;
        border-radius: 4px !important;
        outline: none;
        border: 0;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            height: 36px !important;
            line-height: 36px !important;
            background: linear-gradient(#fff 0%, #F0F2F5 100%);
            font-size: 14px;
            color: #354052;
            border-radius: 4px !important;
            padding-top: 0;
            box-shadow: 0 0 0 0 !important;
            outline: none;
            border: 1px solid rgba(0, 0, 0, 0.1) !important;
            padding-left: 20px;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            top: 50%;
            margin-top: -13px;
        }

    .select2-container .select2-search.select2-search--dropdown {
        background: #F1F4F8;
        padding: 5px;
    }

        .select2-container .select2-search.select2-search--dropdown .select2-search__field {
            letter-spacing: 0;
            height: 36px;
            border-radius: 4px;
            padding-left: 10px;
            font-size: 14px;
            color: #364051;
            padding-left: 10px;
            padding-right: 10px;
            background: url("../images/search.png") no-repeat, #fff;
            background-size: 16px 16px;
            background-position-y: center;
            background-position-x: 98%;
            border: 1px solid #E2E7EE;
            color: #354052;
        }

    .select2-container .select2-results__option {
        padding: 10px 15px;
        color: #354052;
        font-size: 14px;
        font-weight: 700;
        border-top: 1px solid #E2E7EE;
    }

        .select2-container .select2-results__option.select2-results__option--highlighted,
        .select2-container .select2-container--default .select2-results__option[aria-selected=true],
        .select2-container .select2-container--default .select2-results__option[aria-selected=true] {
            background: #F1F4F8 !important;
            color: #2EA2F8 !important;
        }

.select-search .select2-dropdown {
    border-color: #E2E7EE;
}

.select-search .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
    background: #CED2DB !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.select-search .select2-container .select2-results__option {
    background: #fff !important;
}

.select-search .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
}

.select-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("../images/select-arrow.png") no-repeat;
    background-size: cover;
    width: 7px;
    height: 4px;
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    margin: 0;
}

    .select-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0;
    }

.select-search .select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("../images/select-dropdown.png") no-repeat;
    background-size: cover;
    width: 7px;
    height: 4px;
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    margin: 0;
}

.select-search .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 5px;
    position: relative;
    color: #9EABC0;
    font-size: 15px;
    top: -1px;
    font-weight: normal;
}

.select-search .select2-container.select2-container--open .select2-selection--single .select2-selection__clear {
    color: #fff;
}

.select-search .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    background: linear-gradient(#fff 0%, #F0F2F5 100%);
    font-size: 14px;
    color: #354052;
    border-radius: 4px !important;
    padding-top: 0;
    box-shadow: 0 0 0 0 !important;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-left: 20px;
    height: 35px;
}

.select-search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 35px;
}

.disciplines-elements {
    font-size: 0;
}

    .disciplines-elements .discipline-wrapper {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        width: 10%;
        margin-bottom: 20px;
    }

        .disciplines-elements .discipline-wrapper .class-discipline-element {
            display: block;
            text-align: center;
            height: 60px;
            position: relative;
            margin-top: 25px;
            padding-top: 25px;
            background: #FFFFFF;
            box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
            border-radius: 2px;
        }

            .disciplines-elements .discipline-wrapper .class-discipline-element .top-element {
                display: block;
                height: 50px;
                width: 50px;
                background: #E0A7C8;
                text-align: center;
                line-height: 46px;
                border-radius: 50px;
                border: 2px solid #fff;
                color: #fff;
                position: absolute;
                left: 50%;
                margin-left: -25px;
                top: -25px;
                font-size: 20px;
            }

            .disciplines-elements .discipline-wrapper .class-discipline-element p {
                font-size: 14px;
                color: #E0A7CB;
                letter-spacing: 0.88px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                padding: 0 10px;
                width: 100%;
            }

.div-class {
    width: 20%;
    margin: 0;
    margin-bottom: 20px;
    float: left;
    padding: 0 15px;
}

    .div-class .class {
        width: auto;
        text-align: center;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 4px;
        position: relative;
    }

        .div-class .class .class-name {
            margin: 0 auto;
            height: 80px;
            width: 80px;
            display: block;
            text-align: center;
            line-height: 80px;
            border-radius: 80px;
            margin-bottom: 14px;
        }

            .div-class .class .class-name span {
                font-size: 20px;
                color: #fff;
                font-weight: 700;
            }

        .div-class .class .dt {
            color: #9EABC0;
            font-size: 15px;
            margin-bottom: 5px;
        }

        .div-class .class .dt-name {
            font-size: 16px;
            color: #364051;
            margin-bottom: 20px;
        }

        .div-class .class .lective-year {
            margin-bottom: 25px;
            display: block;
            color: #9EABC0;
            font-size: 14px;
        }

        .div-class .class .card-information {
            min-height: 210px;
        }

            .div-class .class .card-information p {
                padding: 0 10px;
            }

    .div-class .information {
        background: #F5F9FD;
        border-top: 1px solid #E0E6ED;
        padding: 0 10px;
    }

        .div-class .information .rating-wrapper {
            height: 70px;
            padding: 10px 0;
            background: #F5F9FD;
        }

        .div-class .information .ratings {
            height: 50px;
            background: #F5F9FD;
            padding-top: 7px;
        }

            .div-class .information .ratings .number,
            .div-class .information .ratings .legend {
                display: block;
            }

            .div-class .information .ratings .number {
                font-size: 19px;
                color: #364051;
            }

            .div-class .information .ratings .legend {
                color: #9EABC0;
                font-size: 12px;
            }

        .div-class .information .border {
            position: absolute;
            width: 1px;
            background: #E0E6ED;
            top: 10px;
            bottom: 10px;
            right: 0;
        }

    .div-class .information-btn {
        background: url("../images/icon-information.svg") no-repeat;
        height: 22px;
        width: 22px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9;
    }

    .div-class .class-name.yellow {
        background: #FFBB00;
    }

    .div-class .class-name.pink {
        background: #FF52C0;
    }

    .div-class .class-name.light-blue {
        background: #62C0EF;
    }

    .div-class .class-name.light-green {
        background: #38D99A;
    }

    .div-class .class-name.ocean-blue {
        background: #2E80FD;
    }

    .div-class .class-name.salmon {
        background: #FF6D6D;
    }

.class-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    display: block;
}

/* Mobile */
@media (max-width: 767px) {
    .div-class {
        width: 100% !important;
        margin-bottom: 10px;
        height: auto !important;
    }

        .div-class .information-btn {
            top: 50%;
            margin-top: -11px;
        }

        .div-class .information {
            display: none;
        }

        .div-class .class {
            padding: 10px;
            text-align: left;
            padding-left: 70px;
            padding-right: 50px;
            position: relative;
        }

            .div-class .class .flipper {
                padding-top: 0;
            }

            .div-class .class .class-name {
                margin: 0;
                height: 50px;
                width: 50px;
                line-height: 50px;
                position: absolute;
                left: -60px;
                top: 50%;
                margin-top: -25px;
            }

                .div-class .class .class-name span {
                    font-size: 16px;
                }

            .div-class .class .lective-year {
                display: none;
            }

            .div-class .class .dt-name {
                margin: 0;
            }

    .disciplines-elements .discipline-wrapper {
        width: 50%;
        padding: 0 15px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .div-class {
        width: 50% !important;
        margin-bottom: 30px;
    }

    .disciplines-elements .discipline-wrapper {
        width: 25%;
        padding: 0 15px;
    }
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
    .div-class {
        width: 25% !important;
    }

    .disciplines-elements .discipline-wrapper {
        width: 20%;
    }
}

.back {
    display: none;
}

/* flip the pane when hovered */
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

    .flip-container.hover .flipper .front {
        display: none;
    }

    .flip-container.hover .flipper .back {
        display: block;
    }

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    padding-top: 20px;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    padding-top: 25px;
}

.menu-filter nav {
    width: 270px;
    background: #354052;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

.menu-filter .filter-items {
    padding: 25px 20px 25px 20px;
}

    .menu-filter .filter-items .nav.nav-tabs {
        border: 0;
    }

.menu-filter ul {
    padding: 0;
    margin: 0;
}

    .menu-filter ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
    }

        .menu-filter ul li a {
            line-height: 3em;
            display: block;
            font-size: 13px;
            color: #9EABC0;
            width: 250px;
        }

            .menu-filter ul li a:hover,
            .menu-filter ul li a:focus,
            .menu-filter ul li a:active,
            .menu-filter ul li a.active {
                text-decoration: none;
                color: #00A0E9;
            }

.menu-filter .actions {
    padding: 0 20px;
    padding-bottom: 10px;
}

    .menu-filter .actions a.bt-filter {
        display: block;
        border-radius: 4px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #9EABC0;
        font-size: 14px;
        color: #9EABC0;
        text-decoration: none;
        margin-bottom: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px;
        padding-left: 10px;
    }

.menu-filter .filter-items.actions {
    background: #2B3340;
}

.menu-filter .menu-title {
    text-transform: uppercase;
    margin-left: -20px;
    margin-right: -20px;
    background: #2B3340;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

    .menu-filter .menu-title h3 {
        font-size: 12px;
        color: #9EABC0;
    }

.page-wrapper.menu-filter-opened {
    padding-right: 285px;
    padding-left: 15px;
}

.menu-filter.menu-filter-collapsed {
    position: fixed;
    right: -255px;
    -webkit-transition: all 1s;
    /* For Safari 3.1 to 6.0 */
    transition: all 1s;
}

.menu-filter-collapsed:hover {
    right: 0;
}

.menu-collapsed-padding {
    padding-right: 10px;
}

/* Mobile */
@media (max-width: 767px) {
    .menu-filter nav {
        overflow: auto;
        z-index: 3;
    }

    .menu-filter span.background {
        background: rgba(30, 36, 46, 0.8);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }
}

.infocard {
    padding: 15px 20px;
    margin-bottom: 15px;
    position: relative;
    height: 115px;
}

    .infocard.color-salmon {
        background: #F7A98D;
    }

    .infocard.color-orange {
        background: #FA6D3A;
    }

    .infocard.color-red {
        background: #E63129;
    }

    .infocard.color-gradient-blue {
        background: linear-gradient(88deg, #00A0E9 2%, #6DC5ED 100%);
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
    }

        .infocard.color-gradient-blue p {
            margin-bottom: 4px;
        }

    .infocard.color-gradient-orange {
        background-image: linear-gradient(270deg, #FA6D3A 3%, #F7A98D 97%);
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
    }

    .infocard.color-gradient-yellow {
        background-image: linear-gradient(90deg, #FABB3A 0%, #F7D48D 100%);
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
    }

    .infocard p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 5px;
    }

        .infocard p span {
            font-weight: 700;
        }

    .infocard h6.small-title {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .infocard h6 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 5px;
    }

        .infocard h6.big-numbers {
            font-weight: 400;
            margin: 0;
        }

            .infocard h6.big-numbers span {
                font-weight: 700;
            }

    .infocard .photos-wrapper {
        position: relative;
    }

        .infocard .photos-wrapper .photos {
            height: 25px;
            width: 25px;
            display: inline-block;
            line-height: 0;
            padding: 0;
            font-size: 0;
            margin: 0;
            border-radius: 25px;
            overflow: hidden;
            margin-left: -15px;
            border: 1px solid #fff;
        }

            .infocard .photos-wrapper .photos:first-child {
                margin: 0;
            }

        .infocard .photos-wrapper a.more {
            float: right;
            position: relative;
            top: 4px;
            width: 17px;
            height: 17px;
            display: block;
            background: #F7F8F9;
            text-align: center;
            border-radius: 3px;
            font-size: 0;
            line-height: 0;
        }

            .infocard .photos-wrapper a.more span {
                width: 3px;
                height: 3px;
                background: #97A3B4;
                border-radius: 3px;
                display: inline-block;
                margin-top: 7px;
                margin-right: 1px;
            }

                .infocard .photos-wrapper a.more span:last-child {
                    margin-right: 0;
                }

            .infocard .photos-wrapper a.more:hover,
            .infocard .photos-wrapper a.more.active {
                background: #9EABC0;
            }

                .infocard .photos-wrapper a.more:hover span,
                .infocard .photos-wrapper a.more.active span {
                    background: #fff;
                }

    .infocard .options {
        position: absolute;
        top: 30px;
        right: -12px;
    }

.received {
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    margin-bottom: 35px;
}

    .received .received-bar {
        padding: 10px 20px;
        height: 55px;
        line-height: 35px;
        box-sizing: border-box;
    }

        .received .received-bar .photos {
            display: block;
            height: 35px;
            width: 35px;
            border-radius: 35px;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 15px;
        }

        .received .received-bar.total .name {
            padding-left: 0;
            font-size: 16px;
            font-weight: 700;
            color: #97A3B4;
        }

        .received .received-bar.total .quantity {
            color: #2196F3;
        }

        .received .received-bar .name {
            padding-left: 45px;
            font-size: 14px;
            color: #2196F3;
        }

        .received .received-bar .method {
            font-size: 14px;
            color: #97A3B4;
        }

        .received .received-bar .quantity {
            font-size: 20px;
            color: #89919C;
            text-align: right;
            font-weight: 700;
        }

        .received .received-bar:nth-child(2n) {
            background: #EEF1F5;
        }

        .received .received-bar:nth-child(2n-1) {
            background: #fff;
        }

.calendar-dashboard .fc-day-header {
    height: 50px;
    vertical-align: middle;
}

    .calendar-dashboard .fc-day-header span {
        font-size: 14px;
        color: #9EABC0;
    }

.calendar-dashboard .fc-today span {
    color: #00A0E9;
}

.student-info {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

    .student-info.student-full-info {
        padding: 30px 20px 85px 20px !important;
    }

        .student-info.student-full-info.schedule-student {
            padding: 0 !important;
        }

        .student-info.student-full-info h5 {
            font-size: 12px;
            font-weight: 700;
            color: #00A0E9;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

    .student-info .top-info {
        padding: 0 10px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D1DAE2;
        position: relative;
    }

        .student-info .top-info.schedule-student-top {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0;
        }

        .student-info .top-info .student-info-image {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            margin-right: 20px;
            display: inline-block;
            overflow: hidden;
            vertical-align: middle;
        }

        .student-info .top-info .student-info-name {
            display: inline-block;
            vertical-align: middle;
        }

            .student-info .top-info .student-info-name p.name {
                color: #00A0E9;
                font-size: 18px;
            }

            .student-info .top-info .student-info-name span.class {
                display: block;
                color: #9EABC0;
                font-size: 13px;
            }

    .student-info .bottom-info {
        padding: 0 10px;
    }

    .student-info span.label {
        font-size: 12px;
        color: #728096;
        display: block;
    }

    .student-info p.info {
        color: #364051;
        font-size: 14px;
    }

    .student-info .field {
        margin-bottom: 30px;
    }

        .student-info .field span.label {
            margin-bottom: 10px;
        }

    .student-info .info-section {
        margin-bottom: 5px;
        position: relative;
    }

        .student-info .info-section.last {
            margin-bottom: 125px !important;
        }

        .student-info .info-section a.more {
            display: block;
            text-align: center;
            border-radius: 3px;
            font-size: 0;
            height: 4px;
            width: 18px;
            position: absolute;
            top: 6px;
            right: 0;
        }

            .student-info .info-section a.more span {
                width: 4px;
                height: 4px;
                background: #728096;
                border-radius: 4px;
                display: inline-block;
                margin-left: 1px;
                margin-right: 1px;
            }

    .student-info .gallery-section span.label {
        margin-bottom: 10px;
    }

    .student-info .gallery-wrapper {
        letter-spacing: 0;
        line-height: 0;
        font-size: 0;
        margin-right: -10px;
    }

        .student-info .gallery-wrapper span {
            width: 10%;
            display: inline-block;
            padding-right: 10px;
            box-sizing: border-box;
        }

    .student-info .btn-contact {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #D1DAE2;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 10px;
    }

        .student-info .btn-contact span {
            height: auto;
            color: #A1ABBE;
        }

        .student-info .btn-contact.phone {
            padding-top: 10px;
            right: 20px;
        }

            .student-info .btn-contact.phone .fontello-icon-phone::before {
                margin: 0;
                font-size: 18px;
                width: auto;
                height: 1em;
            }

        .student-info .btn-contact.email {
            padding-top: 8px;
            right: 70px;
        }

            .student-info .btn-contact.email .fontello-icon-message-letter::before {
                margin: 0;
                font-size: 14px;
                width: auto;
                height: 1em;
            }

#student-doc .student-info {
    padding: 20px;
}

    #student-doc .student-info .top-info {
        padding: 0;
        border: 0;
        margin: 0;
    }

    #student-doc .student-info .btn-contact.phone {
        right: 0;
    }

    #student-doc .student-info .btn-contact.email {
        right: 50px;
    }

/* Mobile */
@media (max-width: 767px) {
    .student-info .top-info .student-info-image {
        margin-bottom: 20px;
    }

    .student-info .gallery-wrapper span {
        width: 25%;
        margin-bottom: 10px;
    }
}

.bins {
    padding: 35px 20px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    height: 100%;
}

    .bins ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .bins ul li {
            display: block;
            margin-bottom: 35px;
        }

    .bins a {
        color: #9EABC0;
        font-size: 13px;
    }

        .bins a span.bin-icon {
            font-size: 18px;
            margin-right: 10px;
        }

        .bins a span {
            display: inline-block;
            vertical-align: middle;
        }

        .bins a.active span,
        .bins a:hover span {
            color: #00A0E9;
        }

.documments-list {
    padding-top: 20px;
}

/* Mobile e tablet */
@media (max-width: 991px) {
    .bins {
        height: auto;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 0 0;
        background: transparent;
        position: relative;
    }

        .bins a.btn-reports {
            background: #fff;
            border-radius: 4px;
            height: 40px;
            width: 220px;
            padding: 8px 17px 0 17px;
            display: block;
            border: 1px solid #D1DAE2;
            text-transform: uppercase;
            font-size: 14px;
            position: relative;
        }

            .bins a.btn-reports .arrow {
                font-size: 10px;
                top: 13px;
                right: 20px;
                position: absolute;
            }

        .bins ul {
            display: none;
        }

            .bins ul.active {
                display: block;
                position: absolute;
                background: #fff;
                z-index: 99;
                left: 0;
                top: 39px;
                right: auto;
                min-width: 300px;
                padding: 12px 0;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px;
                border: 1px solid #D1DAE2;
                z-index: 7;
            }

                .bins ul.active li {
                    letter-spacing: 0;
                    font-size: 0;
                    line-height: 0;
                    margin: 0;
                    padding: 18px 17px;
                }

                    .bins ul.active li:last-child {
                        margin: 0;
                    }

        .bins a.btn-reports.active {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-bottom: 1px solid #fff;
            z-index: 8;
        }

            .bins a.btn-reports.active .arrow {
                transform: rotate(90deg);
            }
}

.notes-sidebar {
    background: #2B3340;
    width: 270px;
    position: fixed;
    right: 0;
    top: 70px;
    left: auto;
    bottom: 0;
    z-index: 99;
}

    .notes-sidebar .simplebar-content {
        padding: 20px;
        padding-top: 25px;
    }

    .notes-sidebar .title-notes {
        color: #9EABC0;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: 700;
    }

        .notes-sidebar .title-notes .fontello-icon-addnote {
            font-size: 22px;
            margin-right: 10px;
            height: 22px;
            position: relative;
            top: 3px;
        }

            .notes-sidebar .title-notes .fontello-icon-addnote::before {
                margin: 0;
            }

    .notes-sidebar .search-bar fieldset {
        padding: 0;
        margin: 0;
    }

        .notes-sidebar .search-bar fieldset input {
            width: 100%;
            height: 36px;
            border: 1px solid #9EABC0;
            background: transparent;
            color: #9EABC0;
            border-radius: 4px;
            font-size: 13px;
            padding-right: 10px;
            padding-left: 10px;
            letter-spacing: 0;
            margin-bottom: 30px;
        }

        .notes-sidebar .search-bar fieldset ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #9EABC0;
        }

        .notes-sidebar .search-bar fieldset ::-moz-placeholder {
            /* Firefox 19+ */
            color: #9EABC0;
        }

        .notes-sidebar .search-bar fieldset :-ms-input-placeholder {
            /* IE 10+ */
            color: #9EABC0;
        }

        .notes-sidebar .search-bar fieldset :-moz-placeholder {
            /* Firefox 18- */
            color: #9EABC0;
        }

    .notes-sidebar .select-all {
        font-weight: 700;
        font-size: 12px;
        color: #728096;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .notes-sidebar .checkboxs-container form fieldset {
        padding: 0;
    }

        .notes-sidebar .checkboxs-container form fieldset .checkbox-contain {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

        .notes-sidebar .checkboxs-container form fieldset p {
            vertical-align: middle;
            margin-bottom: 25px;
            color: #9EABC0;
            font-weight: 700;
            font-size: 13px;
        }

            .notes-sidebar .checkboxs-container form fieldset p.last {
                margin-bottom: 15px;
            }

        .notes-sidebar .checkboxs-container form fieldset a.see-all {
            font-size: 11px;
            display: block;
            color: #00A0E9;
            text-decoration: underline;
            margin-bottom: 35px;
        }

    .notes-sidebar .hidden-items {
        display: none;
    }

    .notes-sidebar.menu-filter-collapsed {
        position: fixed;
        right: -255px;
        -webkit-transition: all 1s;
        /* For Safari 3.1 to 6.0 */
        transition: all 1s;
    }

        .notes-sidebar.menu-filter-collapsed:hover {
            right: 0;
        }

.timeline {
    background: #364051;
    margin-bottom: 25px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
}

    .timeline .warning {
        background: #F86C39 !important;
    }

        .timeline .warning .fontello-icon-warning {
            font-size: 10px;
            color: #fff;
            position: absolute;
            top: 3px;
            left: 3px;
        }

            .timeline .warning .fontello-icon-warning::before {
                margin: 0;
            }

    .timeline .notes {
        margin-bottom: 30px;
    }

    .timeline .note {
        width: 230px;
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 40px;
    }

        .timeline .note:first-child {
            margin-left: 0 !important;
        }

    .timeline .timeline-header {
        padding: 10px 30px;
        background: #2B3442;
        margin: 0 -30px 20px -30px;
    }

        .timeline .timeline-header .class-change {
            width: 28px;
            height: 28px;
            display: inline-block;
            border-radius: 4px;
            border: 1px solid #9EABC0;
            text-align: center;
            vertical-align: middle;
        }

            .timeline .timeline-header .class-change span {
                font-size: 10px;
                position: relative;
                color: #9EABC0;
            }

                .timeline .timeline-header .class-change span::before {
                    margin: 0;
                    padding: 0;
                }

            .timeline .timeline-header .class-change.class-next {
                position: absolute;
                right: 30px;
            }

            .timeline .timeline-header .class-change.class-prev {
                margin-right: 30px;
            }

        .timeline .timeline-header ul.mode {
            position: absolute;
            right: 100px;
            top: 10px;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 0;
            line-height: 0;
        }

            .timeline .timeline-header ul.mode li {
                width: 28px;
                height: 28px;
                display: inline-block;
                margin-left: -1px;
            }

                .timeline .timeline-header ul.mode li a {
                    display: block;
                    text-align: center;
                    font-size: 15px;
                    width: 28px;
                    height: 28px;
                    border: 1px solid #A5B1C4;
                    overflow: hidden;
                    color: #A5B1C4;
                }

                    .timeline .timeline-header ul.mode li a.active, .timeline .timeline-header ul.mode li a:hover {
                        background: #A5B1C4;
                        color: #2B3442;
                    }

                    .timeline .timeline-header ul.mode li a span {
                        position: relative;
                        top: 5px;
                    }

                .timeline .timeline-header ul.mode li:first-child {
                    margin: 0;
                }

                    .timeline .timeline-header ul.mode li:first-child a {
                        border-top-left-radius: 2px;
                        border-bottom-left-radius: 2px;
                    }

                .timeline .timeline-header ul.mode li:last-child a {
                    border-top-right-radius: 2px;
                    border-bottom-right-radius: 2px;
                }

        .timeline .timeline-header .class-info {
            display: inline-block;
            vertical-align: middle;
        }

            .timeline .timeline-header .class-info .item {
                float: left;
                margin-right: 50px;
            }

                .timeline .timeline-header .class-info .item .icon {
                    font-size: 18px;
                    color: #A1ABBE;
                    margin-right: 10px;
                }

                .timeline .timeline-header .class-info .item .text {
                    font-size: 14px;
                    color: #fff;
                }

#class-module .timeline {
    margin-top: -20px;
    z-index: 99;
    position: relative;
}

#class-module .notifications-container {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    padding: 15px 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}

    #class-module .notifications-container .notification-header {
        position: relative;
        margin-bottom: 10px;
    }

        #class-module .notifications-container .notification-header .notification-icon {
            background: #0098DE;
            height: 36px;
            width: 36px;
            border-radius: 36px;
            display: inline-block;
            text-align: center;
            margin-right: 10px;
        }

            #class-module .notifications-container .notification-header .notification-icon span {
                font-size: 22px;
                color: #fff;
                position: relative;
                top: 5px;
            }

        #class-module .notifications-container .notification-header .title-time {
            display: inline-block;
            vertical-align: middle;
        }

            #class-module .notifications-container .notification-header .title-time .title {
                color: #9EABC0;
                font-size: 14px;
                line-height: 1em;
            }

            #class-module .notifications-container .notification-header .title-time .time {
                font-size: 12px;
                color: #9EABC0;
            }

        #class-module .notifications-container .notification-header .user-image {
            width: 24px;
            height: 24px;
            border-radius: 24px;
            overflow: hidden;
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -12px;
            right: 0;
        }

    #class-module .notifications-container .notication-content {
        margin-bottom: 40px;
    }

        #class-module .notifications-container .notication-content p {
            font-size: 14px;
            color: #9EABC0;
            margin-bottom: 20px;
        }

            #class-module .notifications-container .notication-content p:last-child {
                margin-bottom: 0;
            }

    #class-module .notifications-container .notification-bottom {
        position: relative;
    }

        #class-module .notifications-container .notification-bottom .switchery.switchery-small {
            margin-right: 15px;
        }

        #class-module .notifications-container .notification-bottom .actual-state {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #354052;
            font-weight: 700;
        }

        #class-module .notifications-container .notification-bottom .class-change {
            width: 28px;
            height: 28px;
            display: inline-block;
            border-radius: 4px;
            border: 1px solid #9EABC0;
            text-align: center;
            vertical-align: middle;
        }

            #class-module .notifications-container .notification-bottom .class-change span {
                font-size: 10px;
                position: relative;
                color: #9EABC0;
            }

                #class-module .notifications-container .notification-bottom .class-change span::before {
                    margin: 0;
                    padding: 0;
                }

            #class-module .notifications-container .notification-bottom .class-change.class-next {
                position: absolute;
                top: -2px;
                right: 0;
            }

            #class-module .notifications-container .notification-bottom .class-change.class-prev {
                margin-right: 30px;
            }

.write-summary {
    padding: 25px 20px 20px 20px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    margin-bottom: 30px;
    position: relative;
}

    .write-summary .actions a.icon-font {
        font-size: 22px;
        margin-right: 20px;
        color: #A0ABBF;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
    }

    .write-summary .actions a::before {
        margin: 0;
    }

    .write-summary .actions a.btn-grey {
        vertical-align: middle;
        float: right;
        margin-right: 0;
        width: 85px;
    }

        .write-summary .actions a.btn-grey:hover {
            background: #00A0E9 !important;
        }

    .write-summary .text-summary {
        margin-bottom: 20px;
        padding-bottom: 25px;
        border-bottom: 1px solid #D1DAEA;
    }

        .write-summary .text-summary h1,
        .write-summary .text-summary h2,
        .write-summary .text-summary h3,
        .write-summary .text-summary h4,
        .write-summary .text-summary h5,
        .write-summary .text-summary h6 {
            padding-top: 35px;
            font-size: 16px;
            font-weight: 700;
            color: #97A3B4;
            line-height: 1.5em;
        }

        .write-summary .text-summary span {
            background: #F5F7F9;
            border-radius: 4px;
            padding: 7px 5px;
        }

            .write-summary .text-summary span.bold {
                font-weight: 700;
            }

        .write-summary .text-summary p {
            font-size: 12px;
            line-height: 1.8em;
            color: #97A3B4;
        }

    .write-summary .top-bar .right {
        background: #71DDC3;
        width: 80px;
        height: 2px;
        left: 0;
        top: 0;
        position: absolute;
        display: block;
    }

    .write-summary .top-bar .left {
        background: #FFBB00;
        height: 2px;
        left: 80px;
        right: 0;
        top: 0;
        position: absolute;
        display: block;
    }

.class-room .student-desk {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    padding: 20px 10px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .class-room .student-desk p.name {
        font-size: 14px;
        color: #2196F3;
    }

        .class-room .student-desk p.name span.number {
            font-size: 11px;
            color: #9A9FA8;
            display: block;
        }

    .class-room .student-desk .img-student {
        width: 38px;
        height: 38px;
        border-radius: 34px;
        border: 2px solid #fff;
        overflow: hidden;
        position: absolute;
        top: -20px;
        left: 10px;
    }

        .class-room .student-desk .img-student img {
            max-width: 100%;
        }

    .class-room .student-desk .border-right {
        width: 30px;
        height: 2px;
        position: absolute;
        right: -30px;
        top: 50%;
        margin-top: -1px;
        background: rgba(114, 128, 150, 0.2);
    }

    .class-room .student-desk .smile-container {
        position: absolute;
        top: -8px;
        right: 10px;
    }

        .class-room .student-desk .smile-container span {
            width: 16px;
            height: 16px;
            border-radius: 16px;
            display: inline-block;
            margin-right: 5px;
        }

            .class-room .student-desk .smile-container span:last-child {
                margin-right: 0;
            }

.class-room .teacher-desk {
    background: #D1DAE2;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    height: 90px;
    padding-top: 45px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

    .class-room .teacher-desk .image-teacher {
        height: 60px;
        width: 60px;
        border: 2px solid #fff;
        border-radius: 58px;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        .class-room .teacher-desk .image-teacher img {
            max-width: 100%;
        }

    .class-room .teacher-desk .teacher-name {
        font-size: 16px;
        color: #728096;
    }

.class-room .ui-sortable-handle:nth-child(2n) .student-desk .border-right {
    display: none;
}

.border-drag {
    background: transparent !important;
    border: 1px dashed #D4D8DE;
    padding: 0 !important;
}

.c-test {
    min-height: 1px;
    padding: 0 !important;
    flex: 0 0 14.79651090342679%;
    max-width: 14.79651090342679%;
    display: block;
    margin-right: 15px;
    margin-left: 15px;
}

.note-edit {
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .note-edit .top-bar .right-bar {
        width: 165px;
        position: absolute;
        top: 0;
        left: -20px;
        height: 2px;
        background: #71DDC3;
        display: block;
        z-index: 2;
    }

    .note-edit .top-bar .left-bar {
        position: absolute;
        top: 0;
        left: 145px;
        right: -20px;
        height: 2px;
        background: #FFBB00;
        display: block;
        z-index: 2;
    }

    .note-edit .edit-header {
        margin-right: -20px;
        margin-left: -20px;
        background: #f7f9fb;
        padding: 15px 20px;
        margin-bottom: 10px;
    }

        .note-edit .edit-header .top-header {
            border-bottom: 1px solid #D1DAEA;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .note-edit .edit-header .top-header p.center {
                text-align: center;
            }

            .note-edit .edit-header .top-header .switch-field-note-edit-header {
                text-align: right;
            }

                .note-edit .edit-header .top-header .switch-field-note-edit-header p {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }

                .note-edit .edit-header .top-header .switch-field-note-edit-header .switchery.switchery-small {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 15px;
                }

                .note-edit .edit-header .top-header .switch-field-note-edit-header .info-btn {
                    border-radius: 22px;
                    height: 22px;
                    width: 22px;
                    border: 1px solid #B0B9CA;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: center;
                }

                    .note-edit .edit-header .top-header .switch-field-note-edit-header .info-btn .information-icon {
                        font-size: 14px;
                        color: #A0ABBF;
                        position: relative;
                        top: -1px;
                    }

        .note-edit .edit-header .bottom-header .select {
            padding-right: 30px;
            padding-left: 10px;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
            color: #fff;
            background: #9EABC0;
            display: inline-block;
            border-radius: 4px;
            margin-right: 10px;
            position: relative;
        }

            .note-edit .edit-header .bottom-header .select span {
                font-size: 3px;
                position: absolute;
                right: 13px;
                top: 0;
            }

        .note-edit .edit-header p {
            font-size: 14px;
            color: #728096;
        }

            .note-edit .edit-header p span {
                font-weight: 700;
            }

    .note-edit .text-editor p {
        font-size: 12px;
        color: #728096;
        margin-bottom: 5px;
    }

        .note-edit .text-editor p span {
            font-weight: 700;
            color: #00A0E9;
        }

    .note-edit .text-editor .content-editor {
        line-height: 0;
        font-size: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #D1DAEA;
    }

        .note-edit .text-editor .content-editor .photos {
            width: 26px;
            height: 26px;
            border-radius: 26px;
            border: 1px solid #fff;
            display: inline-block;
            margin-left: -7px;
            overflow: hidden;
        }

            .note-edit .text-editor .content-editor .photos img {
                max-width: 100%;
            }

            .note-edit .text-editor .content-editor .photos.more {
                font-size: 12px;
                text-align: center;
                width: 20px;
                height: 20px;
                background: #00A0E9;
                color: #fff;
                position: relative;
                top: -3px;
                line-height: 20px;
                border: 0;
            }

            .note-edit .text-editor .content-editor .photos:first-child {
                margin-left: 0;
            }

        .note-edit .text-editor .content-editor .photos-lock-bar {
            padding-top: 4.5px;
        }

            .note-edit .text-editor .content-editor .photos-lock-bar .photos-wrapper {
                float: left;
            }

            .note-edit .text-editor .content-editor .photos-lock-bar .lock {
                float: right;
                font-size: 20px;
                color: #A1ABBE;
                position: relative;
                top: 3px;
            }

                .note-edit .text-editor .content-editor .photos-lock-bar .lock::before {
                    margin: 0;
                    width: 15px;
                }

        .note-edit .text-editor .content-editor .documents-uploaded {
            font-size: 15px;
            line-height: normal;
        }

            .note-edit .text-editor .content-editor .documents-uploaded .document-added {
                padding: 6px 10px;
                display: inline-block;
                margin-right: 20px;
                border: 1px solid #9EABC0;
                border-radius: 2px;
                color: #9EABC0;
                vertical-align: middle;
            }

                .note-edit .text-editor .content-editor .documents-uploaded .document-added .icon {
                    width: 18px;
                    height: 20px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }

                    .note-edit .text-editor .content-editor .documents-uploaded .document-added .icon.pdf {
                        background: url("../images/pdf-icon-edit.png") no-repeat;
                        background-size: cover;
                    }

                .note-edit .text-editor .content-editor .documents-uploaded .document-added .size {
                    border-left: 1px solid #97A3B4;
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    top: -1px;
                    padding-left: 9px;
                    margin-left: 2px;
                    font-weight: 700;
                }

            .note-edit .text-editor .content-editor .documents-uploaded .document-add {
                border: 1px solid #E5E5E5;
                border-radius: 2px;
                width: 32px;
                height: 32px;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
            }

                .note-edit .text-editor .content-editor .documents-uploaded .document-add .cross {
                    font-size: 16px;
                    position: relative;
                    top: 5px;
                    color: #9EABC0;
                }

    .note-edit .note-text {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .note-edit .note-text h5 {
            font-size: 18px;
            color: #97A3B4;
            margin-bottom: 10px;
        }

        .note-edit .note-text p {
            font-size: 14px;
            line-height: 1.4em;
            color: #97A3B4;
            margin-bottom: 14px;
        }

.pagination-notes {
    text-align: center;
    margin-bottom: 40px;
}

    .pagination-notes .pagination {
        display: inline-block;
    }

.sidebar-filter {
    background: #354052;
    height: 35px;
    width: 35px;
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: fixed;
    right: 0;
    display: none;
    padding: 11px 10px;
    z-index: 998;
}

    .sidebar-filter span {
        width: 100%;
        height: 1px;
        background: #A6B2C4;
        display: block;
        margin-bottom: 5px;
        border-radius: 2px;
    }

    .sidebar-filter.active {
        right: 270px;
        position: fixed;
    }

        .sidebar-filter.active span:nth-child(1) {
            position: absolute;
            top: 17px;
            left: 50%;
            width: 60%;
            margin-left: -30%;
            transform: rotate(45deg);
        }

        .sidebar-filter.active span:nth-child(2) {
            position: absolute;
            top: 17px;
            left: 50%;
            width: 60%;
            margin-left: -30%;
            transform: rotate(-45deg);
        }

        .sidebar-filter.active span:nth-child(3) {
            display: none;
        }

/* Mobile e tablet e alguns desktops*/
@media (max-width: 1180px) {
    #students-list .options-bar {
        display: none;
    }

    .page-wrapper.menu-collapsed-padding {
        padding: 0;
    }

    .menu-filter.menu-filter-collapsed {
        display: none;
    }

    .sidebar-filter {
        right: 0;
        display: block;
        top: 90px;
    }

    .element-title.fixed-mobile {
        margin-bottom: 45px;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 3;
        padding: 20px 15px;
        background: #F7F9FB;
    }

    .top-fixed {
        margin-top: 70px;
    }
}

.how-you-feel {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 40px;
}

    .how-you-feel .users-feelings {
        margin-bottom: 15px;
        font-size: 0;
        line-height: 0;
    }

        .how-you-feel .users-feelings a {
            display: inline-block;
            padding: 5px 10px;
            background: #F7F8F9;
            margin-right: 10px;
            border-radius: 2px;
        }

            .how-you-feel .users-feelings a .user-img {
                width: 25px;
                height: 25px;
                display: inline-block;
                vertical-align: middle;
                border-radius: 25px;
                overflow: hidden;
                margin-right: 10px;
            }

            .how-you-feel .users-feelings a .user-name {
                display: inline-block;
                vertical-align: middle;
                color: #97A3B4;
                font-weight: 700;
                font-size: 13px;
            }

            .how-you-feel .users-feelings a.active,
            .how-you-feel .users-feelings a:hover {
                background: #00A0E9;
            }

                .how-you-feel .users-feelings a.active .user-name,
                .how-you-feel .users-feelings a:hover .user-name {
                    color: #fff;
                }

    .how-you-feel .feels {
        position: relative;
        margin-bottom: 14px;
    }

        .how-you-feel .feels p {
            font-size: 13px;
            color: #97A3B4;
            font-weight: 700;
            margin-bottom: 7px;
        }

        .how-you-feel .feels a.emoji {
            display: inline-block;
            padding: 5px 10px;
            background: #F7F8F9;
            margin-right: 10px;
            border-radius: 2px;
        }

            .how-you-feel .feels a.emoji .emoji-img {
                width: 25px;
                height: 25px;
                display: inline-block;
                vertical-align: middle;
                overflow: hidden;
                margin-right: 10px;
            }

                .how-you-feel .feels a.emoji .emoji-img img {
                    -webkit-filter: grayscale(100%);
                    /* Safari 6.0 - 9.0 */
                    filter: grayscale(100%);
                }

            .how-you-feel .feels a.emoji .emoji-name {
                display: inline-block;
                vertical-align: middle;
                color: #97A3B4;
                font-size: 13px;
            }

            .how-you-feel .feels a.emoji.active,
            .how-you-feel .feels a.emoji:hover {
                background: #00A0E9;
            }

                .how-you-feel .feels a.emoji.active .emoji-name,
                .how-you-feel .feels a.emoji:hover .emoji-name {
                    color: #fff;
                }

                .how-you-feel .feels a.emoji.active .emoji-img img,
                .how-you-feel .feels a.emoji:hover .emoji-img img {
                    -webkit-filter: grayscale(0);
                    /* Safari 6.0 - 9.0 */
                    filter: grayscale(0);
                }

        .how-you-feel .feels .options {
            position: absolute;
            top: 74px;
            right: -3px;
        }

    .how-you-feel .who-can-see {
        margin-bottom: 20px;
        position: relative;
    }

        .how-you-feel .who-can-see p {
            font-size: 13px;
            color: #97A3B4;
            font-weight: 700;
            margin-bottom: 7px;
        }

        .how-you-feel .who-can-see .selected .see {
            margin-top: 5px;
            display: inline-block;
        }

            .how-you-feel .who-can-see .selected .see .user-img {
                width: 25px;
                height: 25px;
                display: inline-block;
                border-radius: 25px;
                margin-right: 10px;
                overflow: hidden;
                vertical-align: middle;
            }

            .how-you-feel .who-can-see .selected .see .user-name {
                font-size: 13px;
                font-weight: 700;
                color: #97A3B4;
            }

                .how-you-feel .who-can-see .selected .see .user-name span {
                    font-weight: normal;
                }

        .how-you-feel .who-can-see .options {
            position: absolute;
            top: 65px;
            right: -3px;
        }

    .how-you-feel .more-btn {
        height: 35px;
        float: right;
        width: 35px;
        background: #fff;
        border: 1px solid #E5E5E5;
        border-radius: 2px;
        text-align: center;
        padding-top: 6px;
    }

        .how-you-feel .more-btn span {
            font-size: 16px;
            color: #9EABC0;
        }

        .how-you-feel .more-btn:hover,
        .how-you-feel .more-btn.active {
            background: #9EABC0;
        }

            .how-you-feel .more-btn:hover span,
            .how-you-feel .more-btn.active span {
                color: #E5E5E5;
            }

    .how-you-feel .observations {
        width: 100%;
    }

        .how-you-feel .observations fieldset {
            padding: 0;
            margin: 0;
        }

        .how-you-feel .observations textarea {
            width: calc(100% - 120px);
            border: 0;
            border-bottom: 1px solid #D1DAE2;
            resize: none;
            padding: 0;
            font-size: 13px;
            color: #97A3B4;
            letter-spacing: 0;
            padding-bottom: 10px;
            line-height: 1em;
        }

            .how-you-feel .observations textarea::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #97A3B4;
            }

            .how-you-feel .observations textarea::-moz-placeholder {
                /* Firefox 19+ */
                color: #97A3B4;
            }

            .how-you-feel .observations textarea:-ms-input-placeholder {
                /* IE 10+ */
                color: #97A3B4;
            }

            .how-you-feel .observations textarea:-moz-placeholder {
                /* Firefox 18- */
                color: #97A3B4;
            }

        .how-you-feel .observations .btn-observations {
            background: #9EABC0;
            color: #fff;
            width: 85px;
            height: 35px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            float: right;
            text-align: center;
            line-height: 34px;
            font-size: 14px;
            text-decoration: none;
            vertical-align: middle;
            padding: 0;
            outline: none;
        }

            .how-you-feel .observations .btn-observations:hover {
                background: #00A0E9;
            }

.justify-faults {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 40px;
}

    .justify-faults .student-tabs {
        margin-bottom: 0;
    }

    .justify-faults .users-faults {
        margin-bottom: 20px;
        font-size: 0;
        line-height: 0;
    }

        .justify-faults .users-faults a {
            display: inline-block;
            padding: 5px 10px;
            background: #F7F8F9;
            margin-right: 10px;
            border-radius: 2px;
        }

            .justify-faults .users-faults a .user-img {
                width: 25px;
                height: 25px;
                display: inline-block;
                vertical-align: middle;
                border-radius: 25px;
                overflow: hidden;
                margin-right: 10px;
            }

            .justify-faults .users-faults a .user-name {
                display: inline-block;
                vertical-align: middle;
                color: #97A3B4;
                font-weight: 700;
                font-size: 13px;
            }

            .justify-faults .users-faults a.active,
            .justify-faults .users-faults a:hover {
                background: #00A0E9;
            }

                .justify-faults .users-faults a.active .user-name,
                .justify-faults .users-faults a:hover .user-name {
                    color: #fff;
                }

    .justify-faults .faults-list {
        margin-bottom: 20px;
    }

        .justify-faults .faults-list p.day {
            font-weight: 700;
            font-size: 14px;
            color: #A0ABBF;
            margin-bottom: 10px;
        }

        .justify-faults .faults-list .fault {
            height: 40px;
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 10px;
            position: relative;
        }

            .justify-faults .faults-list .fault .checkbox-contain {
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }

            .justify-faults .faults-list .fault p {
                line-height: 40px;
                display: inline-block;
                vertical-align: middle;
            }

                .justify-faults .faults-list .fault p span {
                    font-weight: 700;
                }

                .justify-faults .faults-list .fault p.faults-counter {
                    float: right;
                }

            .justify-faults .faults-list .fault.color-1 {
                background: rgba(255, 184, 11, 0.2);
                border: 1px solid rgba(255, 184, 11, 0.2);
            }

                .justify-faults .faults-list .fault.color-1 p {
                    color: #FFB80B;
                }

            .justify-faults .faults-list .fault.color-2 {
                background: rgba(62, 179, 158, 0.2);
                border: 1px solid rgba(62, 179, 158, 0.2);
            }

                .justify-faults .faults-list .fault.color-2 p {
                    color: #3EB39E;
                }

            .justify-faults .faults-list .fault.color-3 {
                background: rgba(224, 167, 200, 0.2);
                border: 1px solid rgba(224, 167, 200, 0.2);
            }

                .justify-faults .faults-list .fault.color-3 p {
                    color: #E0A7C8;
                }

    .justify-faults .btn-fault-justify {
        background: #9EABC0;
        color: #fff;
        width: 85px;
        height: 35px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        text-align: center;
        line-height: 34px;
        font-size: 14px;
        text-decoration: none;
        vertical-align: middle;
        padding: 0;
        outline: none;
    }

        .justify-faults .btn-fault-justify:hover {
            background: #00A0E9;
        }

.popup-timeline {
    width: 540px;
    background: #fff;
    border: 1px solid #E2E7EE;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    position: absolute;
    top: 30px;
    z-index: 999;
}

    .popup-timeline .triangle-pop {
        height: 7px;
        width: 16px;
        display: block;
        background: url("../images/arrow-popup.png") no-repeat;
        background-size: cover;
        position: absolute;
        top: -7px;
        right: 25px;
        z-index: -1;
    }

        .popup-timeline .triangle-pop.left-arrow {
            left: 25px;
            right: auto;
        }

    .popup-timeline a.mode-menu {
        font-size: 15px;
        padding: 0 45px 0 15px;
        text-align: left;
        display: block;
        background: linear-gradient(#fff 0%, #F0F2F5 100%);
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #A3AEC1;
        height: 35px;
        line-height: 35px;
        position: relative;
        top: 4px;
        margin-top: -2px;
        border-radius: 4px;
    }

        .popup-timeline a.mode-menu span {
            background: url("../images/select-arrow.png") no-repeat;
            background-size: cover;
            width: 7px;
            height: 4px;
            display: block;
            position: absolute;
            top: 16px;
            right: 15px;
        }

        .popup-timeline a.mode-menu.active {
            background: #00A0E9;
        }

    .popup-timeline .form-holder fieldset {
        padding: 0;
    }

        .popup-timeline .form-holder fieldset .bg-grey {
            background: #F7F9FB;
            padding: 20px 20px 10px 20px;
            margin-right: -1px;
            margin-left: -1px;
        }

            .popup-timeline .form-holder fieldset .bg-grey .top-content {
                font-size: 0;
                line-height: 0;
            }

                .popup-timeline .form-holder fieldset .bg-grey .top-content a {
                    padding-right: 10px;
                    padding-left: 10px;
                    display: inline-block;
                    background: #fff;
                    height: 32px;
                    font-size: 12px;
                    line-height: 32px;
                    margin-right: 10px;
                    color: #A3AEC1;
                    border-radius: 2px;
                }

                    .popup-timeline .form-holder fieldset .bg-grey .top-content a:hover,
                    .popup-timeline .form-holder fieldset .bg-grey .top-content a.active {
                        background: #9EABC0;
                        color: #fff;
                    }

            .popup-timeline .form-holder fieldset .bg-grey .datetimepicker-wrapper .datetimepicker {
                height: 35px;
            }

            .popup-timeline .form-holder fieldset .bg-grey .datetimepicker-wrapper .select-icon {
                top: 16px;
            }

            .popup-timeline .form-holder fieldset .bg-grey .bottom-content {
                font-size: 0;
            }

                .popup-timeline .form-holder fieldset .bg-grey .bottom-content label {
                    font-size: 14px;
                    color: #7F8FA4;
                }

                .popup-timeline .form-holder fieldset .bg-grey .bottom-content .datetimepicker-wrapper .datetimepicker {
                    padding-left: 16px;
                }

                .popup-timeline .form-holder fieldset .bg-grey .bottom-content .day-pick {
                    width: 190px;
                    margin-right: 18px;
                    display: inline-block;
                    vertical-align: top;
                }

                .popup-timeline .form-holder fieldset .bg-grey .bottom-content .hour-pick {
                    width: 120px;
                    margin-right: 18px;
                    display: inline-block;
                    vertical-align: top;
                }

                .popup-timeline .form-holder fieldset .bg-grey .bottom-content .repeat {
                    width: 150px;
                    display: inline-block;
                    vertical-align: top;
                    line-height: 1em;
                    font-size: 15px;
                }

        .popup-timeline .form-holder fieldset input.title {
            background: transparent;
            border: 0;
            outline: none;
            font-size: 16px;
            color: #00A0E9;
            padding: 0;
        }

        .popup-timeline .form-holder fieldset input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #A4AFC1;
        }

        .popup-timeline .form-holder fieldset input::-moz-placeholder {
            /* Firefox 19+ */
            color: #A4AFC1;
        }

        .popup-timeline .form-holder fieldset input:-ms-input-placeholder {
            /* IE 10+ */
            color: #A4AFC1;
        }

        .popup-timeline .form-holder fieldset input:-moz-placeholder {
            /* Firefox 18- */
            color: #A4AFC1;
        }

        .popup-timeline .form-holder fieldset .time-left {
            font-size: 11px;
            display: block;
            color: #A3AEC1;
        }

        .popup-timeline .form-holder fieldset .field {
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #D1DAE2;
            position: relative;
        }

        .popup-timeline .form-holder fieldset .fullscreen {
            font-size: 22px;
            color: #A7B1C4;
            position: absolute;
            right: 0;
            top: 10px;
        }

            .popup-timeline .form-holder fieldset .fullscreen::before {
                margin: 0;
            }

        .popup-timeline .form-holder fieldset .switch-field {
            margin-bottom: 10px;
        }

            .popup-timeline .form-holder fieldset .switch-field span.text {
                height: 14px;
                color: #A3AEC1;
            }

            .popup-timeline .form-holder fieldset .switch-field .switchery {
                float: right;
            }

            .popup-timeline .form-holder fieldset .switch-field.active,
            .popup-timeline .form-holder fieldset .top-content {
                padding-bottom: 10px;
                border-bottom: 1px solid #D1DAE2;
                margin-bottom: 10px;
            }

        .popup-timeline .form-holder fieldset .bg-white {
            padding: 30px 20px 15px 20px;
            margin-right: -1px;
            margin-left: -1px;
        }

        .popup-timeline .form-holder fieldset .field-textarea p {
            font-size: 12px;
            color: #728096;
            margin-bottom: 5px;
        }

        .popup-timeline .form-holder fieldset .field-textarea textarea {
            width: 100%;
            border: 1px solid #E2E7EE;
            resize: none;
            height: 280px;
            color: #354052;
            font-size: 14px;
            padding: 10px;
            letter-spacing: 0;
            margin-bottom: 20px;
        }

        .popup-timeline .form-holder fieldset .add-doc {
            padding-bottom: 20px;
            border-bottom: 1px solid #D1DAE2;
            margin-bottom: 10px;
        }

            .popup-timeline .form-holder fieldset .add-doc .open-file-uploader {
                width: auto;
                display: inline-block;
                border-radius: 2px;
                border: 1px solid #9EABC0;
                height: 32px;
                line-height: 30px;
                margin: 0;
                font-weight: normal;
                padding-right: 10px;
                padding-left: 10px;
            }

                .popup-timeline .form-holder fieldset .add-doc .open-file-uploader .attachment {
                    font-size: 18px;
                    padding-right: 10px;
                }

                    .popup-timeline .form-holder fieldset .add-doc .open-file-uploader .attachment::before {
                        margin: 0;
                    }

                .popup-timeline .form-holder fieldset .add-doc .open-file-uploader .text {
                    position: relative;
                    top: -2px;
                }

        .popup-timeline .form-holder fieldset .who-can-see {
            position: relative;
        }

            .popup-timeline .form-holder fieldset .who-can-see p {
                font-size: 13px;
                color: #97A3B4;
                font-weight: 700;
                margin-bottom: 10px;
            }

            .popup-timeline .form-holder fieldset .who-can-see .btn-select {
                height: 32px;
                line-height: 30px;
                padding-right: 20px;
                padding-left: 10px;
                border: 1px solid #9EABC0;
                display: inline-block;
                font-size: 12px;
                color: #9EABC0;
            }

                .popup-timeline .form-holder fieldset .who-can-see .btn-select .add-btn {
                    font-size: 13px;
                    color: #9EABC0;
                    margin-right: 10px;
                }

                    .popup-timeline .form-holder fieldset .who-can-see .btn-select .add-btn::before {
                        margin: 0;
                    }

    .popup-timeline .lock-icon {
        color: #A1ABBE;
        font-size: 20px;
        position: absolute;
        right: 0px;
        top: 28px;
    }

        .popup-timeline .lock-icon::before {
            margin: 0;
            position: relative;
            right: -2px;
        }

.hide {
    display: none !important;
}

.evaluations-class-mode {
    margin-bottom: 30px;
}

    .evaluations-class-mode .questions-bar .pagination {
        margin-bottom: 10px;
        text-align: center;
    }

        .evaluations-class-mode .questions-bar .pagination .right-arrow-box {
            float: right;
        }

        .evaluations-class-mode .questions-bar .pagination .left-arrow-box {
            float: left;
        }

    .evaluations-class-mode .questions-bar .actions {
        font-size: 0;
        line-height: 0;
        margin-bottom: 35px;
    }

        .evaluations-class-mode .questions-bar .actions a {
            display: inline-block;
            vertical-align: middle;
            height: 30px;
            line-height: 30px;
            background: #FFFFFF;
            border: 1px solid #D1DAE2;
            border-radius: 2px;
            padding: 0 25px;
            font-size: 12px;
            color: #A0ABBF;
        }

            .evaluations-class-mode .questions-bar .actions a:first-child {
                margin-right: 10px;
            }

            .evaluations-class-mode .questions-bar .actions a.more {
                padding: 0;
                line-height: 0;
                font-size: 0;
                padding-top: 12px;
                width: 30px;
                height: 30px;
                text-align: center;
                float: right;
            }

                .evaluations-class-mode .questions-bar .actions a.more span {
                    width: 4px;
                    height: 4px;
                    background: #A6B2C4;
                    display: inline-block;
                    border-radius: 4px;
                    margin-right: 2px;
                }

                    .evaluations-class-mode .questions-bar .actions a.more span:last-child {
                        margin-right: 0;
                    }

    .evaluations-class-mode .questions-bar .questions h5 {
        font-size: 11px;
        color: #728096;
        text-transform: uppercase;
        padding-bottom: 12px;
        border-bottom: 1px solid #D1DAE2;
    }

    .evaluations-class-mode .questions-bar .questions p {
        display: block;
        color: #5C6B82;
        padding: 10px 0;
        border-bottom: 1px solid #D1DAE2;
        height: 34px;
    }

        .evaluations-class-mode .questions-bar .questions p .question-number {
            font-size: 11px;
            float: left;
        }

        .evaluations-class-mode .questions-bar .questions p .answers-total {
            font-size: 9px;
            float: right;
        }

        .evaluations-class-mode .questions-bar .questions p:nth-child(2n) {
            color: #97A3B4;
        }

    .evaluations-class-mode .students-answers .user-info {
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
        padding-top: 40px;
        padding-bottom: 10px;
        margin-top: 25px;
        margin-bottom: 31px;
        position: relative;
        text-align: center;
    }

        .evaluations-class-mode .students-answers .user-info .img-user {
            width: 50px;
            height: 50px;
            display: block;
            position: absolute;
            top: -25px;
            left: 0;
            right: 0;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            background: #D8D8D8;
            border: 2px solid #FFFFFF;
        }

        .evaluations-class-mode .students-answers .user-info .class {
            display: block;
            height: 20px;
            width: 20px;
            border-radius: 20px;
            background: #FFBB00;
            text-align: center;
            font-size: 11px;
            color: #fff;
            line-height: 20px;
            position: absolute;
            left: 0;
            right: 0;
            top: 20px;
            margin: 0 auto;
        }

        .evaluations-class-mode .students-answers .user-info .name {
            color: #2196F3;
            font-size: 14px;
        }

        .evaluations-class-mode .students-answers .user-info .number {
            color: #9A9FA8;
            font-size: 11px;
        }

    .evaluations-class-mode .students-answers .answers {
        padding: 0 10px;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
        text-align: center;
        position: relative;
    }

        .evaluations-class-mode .students-answers .answers .warning {
            font-size: 15px;
            position: absolute;
            right: 10px;
            color: #FA6D3A;
        }

        .evaluations-class-mode .students-answers .answers p {
            display: block;
            color: #5C6B82;
            padding: 9px 0;
            border-bottom: 1px solid #D1DAE2;
            font-size: 13px;
            height: 34px;
        }

            .evaluations-class-mode .students-answers .answers p .question-number {
                font-size: 11px;
                float: left;
            }

            .evaluations-class-mode .students-answers .answers p .answers-total {
                font-size: 9px;
                float: right;
            }

            .evaluations-class-mode .students-answers .answers p:nth-child(2n) {
                color: #BBC2C9;
            }

            .evaluations-class-mode .students-answers .answers p.disable {
                color: #BBC2C9;
            }

            .evaluations-class-mode .students-answers .answers p:last-child {
                border: 0;
            }

.tags-content-hidded {
    margin: -40px -15px 40px -30px;
    padding: 0 30px;
    background: #2B3340;
}

    .tags-content-hidded .wrapper-btns {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0;
        line-height: 0;
    }

        .tags-content-hidded .wrapper-btns a {
            background: #516173;
            border: 1px solid rgba(0, 0, 0, 0.1);
            display: inline-block;
            min-width: 100px;
            text-align: center;
            color: #fff;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            border-radius: 4px;
            margin-right: 20px;
            padding: 0 10px;
        }

.create-group {
    padding: 20px 20px 0 20px;
    background: #fff;
    border-radius: 2px;
    height: auto;
}

    .create-group p {
        color: #97A3B4;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .create-group .total-groups {
        line-height: 0;
        font-size: 0;
        margin-bottom: 20px;
    }

        .create-group .total-groups a {
            padding: 0 20px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            display: inline-block;
            background: #F7F8F9;
            vertical-align: middle;
            font-size: 13px;
            border-radius: 2px;
            font-weight: 700;
            color: #97A3B4;
            margin-right: 10px;
        }

            .create-group .total-groups a:hover,
            .create-group .total-groups a.active {
                background: #00A0E9;
                color: #fff;
            }

            .create-group .total-groups a.more-btn {
                width: 32px;
                height: 32px;
                line-height: 30px;
                padding: 0;
                margin: 0;
                background: #fff;
                border: 1px solid #E5E5E5;
                float: right;
                color: #9EABC0;
            }

                .create-group .total-groups a.more-btn:hover {
                    color: #9EABC0;
                }

    .create-group .group {
        padding-bottom: 30px;
    }

        .create-group .group fieldset {
            padding: 0;
            margin: 0;
        }

        .create-group .group input {
            height: 36px;
            letter-spacing: 0;
            font-size: 14px;
            font-weight: 400;
            color: #354052;
            line-height: 21px;
            border: 1px solid #E2E7EE;
            border-radius: 4px;
            padding: 0 10px;
            box-sizing: border-box;
            width: 100%;
            margin-bottom: 10px;
        }

        .create-group .group ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #354052;
        }

        .create-group .group ::-moz-placeholder {
            /* Firefox 19+ */
            color: #354052;
        }

        .create-group .group :-ms-input-placeholder {
            /* IE 10+ */
            color: #354052;
        }

        .create-group .group :-moz-placeholder {
            /* Firefox 18- */
            color: #354052;
        }

    .create-group .people {
        font-size: 0;
        line-height: 0;
    }

        .create-group .people a {
            background: #F7F8F9;
            display: inline-block;
            height: 32px;
            line-height: 32px;
            padding: 0 10px;
            border-radius: 2px;
            margin-right: 10px;
        }

            .create-group .people a .image-user {
                width: 24px;
                height: 24px;
                border-radius: 24px;
                overflow: hidden;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }

            .create-group .people a .name {
                display: inline-block;
                vertical-align: middle;
                font-size: 13px;
                color: #97A3B4;
                font-weight: 700;
            }

.create-evaluation {
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    margin-bottom: 10px;
}

    .create-evaluation .header-evaluation {
        padding: 10px 20px 15px 20px;
        font-size: 0;
        line-height: 0;
        position: relative;
    }

        .create-evaluation .header-evaluation .user-image {
            vertical-align: middle;
            display: inline-block;
            width: 36px;
            height: 36px;
            border-radius: 36px;
            overflow: hidden;
            line-height: normal;
            margin-right: 10px;
        }

        .create-evaluation .header-evaluation .informations-wrapper {
            vertical-align: middle;
            display: inline-block;
            font-size: 0;
            line-height: 0;
        }

            .create-evaluation .header-evaluation .informations-wrapper p {
                font-size: 13px;
                color: #97A3B4;
                display: inline-block;
                vertical-align: middle;
                line-height: 1.85em;
                margin-right: 10px;
            }

                .create-evaluation .header-evaluation .informations-wrapper p span {
                    font-weight: 700;
                }

            .create-evaluation .header-evaluation .informations-wrapper .time {
                display: block;
                font-size: 12px;
                color: #A0ABBF;
                line-height: normal;
            }

            .create-evaluation .header-evaluation .informations-wrapper .photos-wrapper {
                display: inline-block;
                vertical-align: middle;
                font-size: 0;
                line-height: 0;
            }

                .create-evaluation .header-evaluation .informations-wrapper .photos-wrapper .user-img {
                    display: inline-block;
                    width: 22px;
                    height: 22px;
                    overflow: hidden;
                    border-radius: 22px;
                    border: 2px solid #fff;
                    line-height: normal;
                    margin-left: -10px;
                    vertical-align: middle;
                }

                    .create-evaluation .header-evaluation .informations-wrapper .photos-wrapper .user-img:first-child {
                        margin: 0;
                    }

                .create-evaluation .header-evaluation .informations-wrapper .photos-wrapper .more-photos {
                    text-align: center;
                    height: 20px;
                    width: auto;
                    margin-left: -10px;
                    background: #00A0E9;
                    border: 0;
                    color: #fff;
                    line-height: 20px;
                    font-size: 12px;
                    line-height: normal;
                    padding-right: 3px;
                    padding-left: 3px;
                    font-weight: 700;
                    vertical-align: middle;
                    border-radius: 20px;
                }

        .create-evaluation .header-evaluation a.more {
            width: 16px;
            height: 16px;
            display: block;
            background: #F7F8F9;
            text-align: center;
            border-radius: 3px;
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 15px;
            right: 20px;
        }

            .create-evaluation .header-evaluation a.more span {
                padding: 0;
                width: 3px;
                height: 3px;
                background: #97A3B4;
                border-radius: 3px;
                display: inline-block;
                margin-top: 7px;
                margin-right: 1px;
            }

    .create-evaluation .content-evaluation {
        background: #F4F8F9;
        padding: 20px;
    }

        .create-evaluation .content-evaluation label {
            margin-bottom: 10px;
        }

        .create-evaluation .content-evaluation .evaluation-method a.button-method {
            position: relative;
            display: block;
            background: linear-gradient(#fff 0%, #F0F2F5 100%);
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            padding: 7px 0 7px 10px;
        }

        .create-evaluation .content-evaluation .evaluation-method .select-icon {
            background: url(../images/select-arrow.png) no-repeat;
            background-size: cover;
            width: 7px;
            height: 4px;
            position: absolute;
            display: block;
            top: 16px;
            right: 15px;
        }

        .create-evaluation .content-evaluation .evaluation-method ul {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 0;
            line-height: 0;
        }

            .create-evaluation .content-evaluation .evaluation-method ul li {
                padding: 0;
                margin: 0;
                display: inline-block;
                line-height: normal;
                margin-right: 5px;
            }

                .create-evaluation .content-evaluation .evaluation-method ul li span {
                    height: 20px;
                    width: 20px;
                    display: block;
                }

        .create-evaluation .content-evaluation .select-evaluation-method {
            margin-bottom: 25px;
        }

            .create-evaluation .content-evaluation .select-evaluation-method .evaluation-type ul {
                list-style: none;
                padding: 0;
                margin: 0;
                font-size: 0;
                line-height: 0;
            }

                .create-evaluation .content-evaluation .select-evaluation-method .evaluation-type ul li {
                    padding: 0;
                    margin: 0;
                    display: inline-block;
                    line-height: normal;
                    margin-left: -1px;
                }

                    .create-evaluation .content-evaluation .select-evaluation-method .evaluation-type ul li a {
                        width: 80px;
                        color: #A0ABBF;
                        font-size: 14px;
                        padding-right: 10px;
                        padding-left: 10px;
                        border-radius: 0;
                        text-align: center;
                        border: 1px solid #D1DAE2;
                        display: block;
                        height: 36px;
                        line-height: 36px;
                        background: #fff;
                    }

                    .create-evaluation .content-evaluation .select-evaluation-method .evaluation-type ul li:first-child {
                        margin-left: 0;
                    }

                .create-evaluation .content-evaluation .select-evaluation-method .evaluation-type ul a.active {
                    color: #728096;
                    background: #D1DAE2;
                }

                .create-evaluation .content-evaluation .select-evaluation-method .evaluation-type ul li:first-child a {
                    border-top-left-radius: 3px;
                    border-bottom-left-radius: 3px;
                }

                .create-evaluation .content-evaluation .select-evaluation-method .evaluation-type ul li:last-child a {
                    border-top-right-radius: 3px;
                    border-bottom-right-radius: 3px;
                }

        .create-evaluation .content-evaluation .input-holder {
            margin-bottom: 10px;
        }

        .create-evaluation .content-evaluation .question .field {
            margin-bottom: 5px;
        }

            .create-evaluation .content-evaluation .question .field input {
                height: 32px;
            }

        .create-evaluation .content-evaluation .question .textarea-field {
            margin-bottom: 15px;
        }

            .create-evaluation .content-evaluation .question .textarea-field textarea {
                border-radius: 4px;
                border: 1px solid #E2E7EE;
                height: 65px;
                padding: 5px 15px 0 15px;
                width: 100%;
                box-sizing: border-box;
                resize: none;
                font-size: 14px;
                letter-spacing: 0;
            }

        .create-evaluation .content-evaluation .question .textarea-answer textarea {
            border-radius: 4px;
            border: 1px solid #E2E7EE;
            height: 69px;
            padding: 5px 15px 0 15px;
            width: 100%;
            box-sizing: border-box;
            resize: none;
            font-size: 14px;
            letter-spacing: 0;
        }

        .create-evaluation .content-evaluation .question .value {
            display: none;
        }

        .create-evaluation .content-evaluation .question #free-answer.choosed .textarea-answer {
            margin-bottom: 10px;
        }

        .create-evaluation .content-evaluation .question #free-answer.choosed .value {
            display: block;
        }

        .create-evaluation .content-evaluation .question #multiple-answer .clear-item {
            display: none;
        }

        .create-evaluation .content-evaluation .question #multiple-answer.choosed .clear-item {
            display: block;
        }

        .create-evaluation .content-evaluation .question .field-multiple-answers {
            border-radius: 4px;
            border: 1px solid #E2E7EE;
            height: 32px;
            width: 100%;
            box-sizing: border-box;
            font-size: 14px;
            letter-spacing: 0;
            margin-bottom: 5px;
            position: relative;
            background: #fff;
            padding-left: 10px;
        }

            .create-evaluation .content-evaluation .question .field-multiple-answers .checkbox-contain {
                position: absolute;
                top: 50%;
                margin-top: -8px;
            }

            .create-evaluation .content-evaluation .question .field-multiple-answers input[type="text"] {
                height: 30px;
                width: 90%;
                margin-left: 15px;
                border: 0;
                padding-right: 5px;
                padding-left: 15px;
                box-sizing: border-box;
                font-size: 14px;
                letter-spacing: 0;
                color: #728096;
            }

                .create-evaluation .content-evaluation .question .field-multiple-answers input[type="text"]:focus {
                    color: #00A0E9;
                }

            .create-evaluation .content-evaluation .question .field-multiple-answers ::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #728096;
            }

            .create-evaluation .content-evaluation .question .field-multiple-answers ::-moz-placeholder {
                /* Firefox 19+ */
                color: #728096;
            }

            .create-evaluation .content-evaluation .question .field-multiple-answers :-ms-input-placeholder {
                /* IE 10+ */
                color: #728096;
            }

            .create-evaluation .content-evaluation .question .field-multiple-answers :-moz-placeholder {
                /* Firefox 18- */
                color: #728096;
            }

            .create-evaluation .content-evaluation .question .field-multiple-answers .clear-item {
                font-size: 10px;
                position: absolute;
                color: #9EABC0;
                top: 9px;
                right: 10px;
            }

        .create-evaluation .content-evaluation .question p {
            color: #7F8FA4;
            font-weight: normal;
            margin-bottom: 5px;
            display: inline-block;
            line-height: normal;
            font-size: 12px;
        }

    .create-evaluation .bottom-content {
        padding: 20px;
    }

        .create-evaluation .bottom-content a.add-question {
            height: 36px;
            line-height: 36px;
            background: #FFFFFF;
            border: 1px solid #E2E7EE;
            border-radius: 2px;
            display: inline-block;
            padding: 0 10px;
            font-size: 12px;
            color: #9EABC0;
        }

            .create-evaluation .bottom-content a.add-question span {
                font-size: 14px;
                color: #9EABC0;
                margin-right: 15px;
            }

        .create-evaluation .bottom-content .save {
            background: #9EABC0;
            color: #fff;
            width: 120px;
            height: 34px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            float: right;
            text-align: center;
            line-height: 34px;
            font-size: 14px;
            text-decoration: none;
            padding: 0;
            outline: none;
        }

            .create-evaluation .bottom-content .save:hover,
            .create-evaluation .bottom-content .save.active {
                background: #00A0E9;
                cursor: pointer;
            }

.tag-filter {
    width: 210px;
    position: absolute;
    display: block;
    z-index: 99;
    top: 40px;
    right: 93px;
    display: none;
}

    .tag-filter.opened {
        display: block;
    }

    .tag-filter .triangle-options {
        width: 10px;
        height: 7px;
        display: block;
        position: absolute;
        top: -6px !important;
        background: url("../images/icons/options-triangle.png");
        background-size: cover;
        right: 10px;
        z-index: 999;
    }

    .tag-filter .filter-lvl-2 {
        display: none;
    }

    .tag-filter .opened-filter .filter-lvl-2 {
        display: block;
    }

    .tag-filter .opened-filter .arrow-pointing-right {
        transform: rotate(90deg);
    }

    .tag-filter ul {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

        .tag-filter ul li {
            display: block;
            padding: 0;
            margin: 0;
        }

    .tag-filter .filter-lvl-1 li {
        background: #fff;
        position: relative;
    }

        .tag-filter .filter-lvl-1 li a {
            font-size: 13px;
            color: #97A3B4;
            height: 35px;
            line-height: 35px;
            background: #fff;
            padding-left: 15px;
            display: block;
            border: 1px solid #E2E7EE;
            border-top: 0;
        }

        .tag-filter .filter-lvl-1 li .arrow-pointing-right {
            position: absolute;
            right: 15px;
            top: 14px;
            font-size: 5px;
            color: #97A3B4;
        }

        .tag-filter .filter-lvl-1 li:first-child a {
            border-top: 1px solid #E2E7EE;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

        .tag-filter .filter-lvl-1 li:last-child a {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .tag-filter .filter-lvl-1 li:last-child.opened-filter a {
            border-radius: 0;
        }

        .tag-filter .filter-lvl-1 li:last-child.opened-filter li:last-child a {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .tag-filter .filter-lvl-1 li.opened-filter a, .tag-filter .filter-lvl-1 li:hover a {
            color: #2EA2F8;
            font-weight: 700;
            background: #F1F4F8;
        }

        .tag-filter .filter-lvl-1 li.opened-filter li a, .tag-filter .filter-lvl-1 li:hover li a {
            color: #97A3B4;
            font-weight: normal;
        }

    .tag-filter .filter-lvl-1 .filter-lvl-2 li a {
        padding-left: 25px;
        border: 1px solid #E2E7EE;
        border-top: 0;
        background: #F1F4F8;
        border-radius: 0;
    }

    .tag-filter .filter-lvl-1 .filter-lvl-2 li .checkbox-contain {
        position: absolute;
        top: 10px;
        right: 11px;
    }

    .tag-filter .filter-lvl-1 .filter-lvl-2 li:first-child a {
        border-top: 0;
    }

/*
.calendar-container .fc {
	.fc-toolbar h2 {
		color: #A0ABBF !important;
		font-size: 20px;
		text-transform: uppercase;
	}

	.fc-day-header {
		height: 100px;
		vertical-align: middle;

		span {
			line-height: 1em;
			color: #A0ABBF !important;
			font-size: 40px;
			text-transform: uppercase;
		}

		span span {
			display: block;
			font-size: 14px;
		}

		&.fc-today {
			border-top: 3px solid #00A0E9;
			box-shadow: 0.5px 0px 8px 0px rgba(0,0,0,.2);
		}

		&.fc-today span {
			color: #00A0E9;
		}

		&.fc-today span span {
			padding-top: 5px;
		}
	}

	.fc-bg {
		.fc-today {
			background: #fff;
			border-top: 3px solid #00A0E9;
			box-shadow: 0.5px 0px 8px 0px rgba(0,0,0,.2);
		}
	}

	.fc-event {
		padding: 10px;
		border-width: 0;
		border-radius: 0;
		margin: 0 -6px 0 -2px;
	}

	.fc-time-grid .fc-slats td {
		height: 2.5em;
	}

	td, & th {
		border-style: solid !important;
	}

	.fc-time-grid-event .fc-time,
	.fc-time-grid-event .fc-title {
		color: #fff;
		font-size: 16px;
	}

	.fc-time {
		color: #A0ABBF;
		font-size: 16px;
	}

	.fc-time-grid-event .category {
		color: #fff;
		opacity: .6;
		font-size: 16px;
	}

	button {
		min-width: 50px;
		color: #A0ABBF;
		height: 40px;
		border: none;
		font-size: 16px;
		box-shadow: none;
		text-shadow: none;
		padding: 5px 20px;
		border-radius: 4px;
		background: transparent;
	}

	button.fc-state-active {
		color: #fff;
		background: #A0ABBF;
	}
}
*/
#calendar .fc-toolbar {
    display: none;
}

html body .calendar-style {
    background: #fff;
    opacity: 1;
    position: relative;
}

    html body .calendar-style .fc-button {
        height: 30px;
        width: 30px;
        padding: 0;
        outline: 0;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #E5E5E5;
        box-shadow: none;
        position: relative;
    }

        html body .calendar-style .fc-button.fc-prev-button .fc-icon {
            transform: rotate(180deg);
        }

        html body .calendar-style .fc-button .fc-icon {
            width: 6px;
            height: 10px;
            display: block;
            background: url(../images/arrow-pagination.png) no-repeat;
            background-size: cover;
            position: absolute;
            right: 0;
            left: 0;
            top: 50%;
            bottom: 0;
            margin: 0 auto;
            margin-top: -5px !important;
        }

            html body .calendar-style .fc-button .fc-icon::after {
                display: none;
            }

    html body .calendar-style .fc-toolbar {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 11px;
        z-index: 99;
    }

    html body .calendar-style .event-info {
        display: none;
        width: auto;
        height: 120px;
        position: absolute;
        z-index: 99;
        bottom: -120px;
        left: -10px;
        right: -10px;
        background: #fff;
        padding: 10px;
        border-radius: 2px;
        border: 1px solid #D1DAE2;
        box-shadow: 0 4px 8px 0 rgba(203, 203, 203, 0.7);
        box-sizing: border-box;
    }

        html body .calendar-style .event-info .top-arrow {
            background-image: url("../images/arrow-top-full_calendar.png");
            background-size: cover;
            height: 7px;
            width: 14px;
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -7px;
            top: -7px;
        }

        html body .calendar-style .event-info .event-info-hour {
            display: block;
            font-size: 12px;
            color: #A0ABBF;
        }

        html body .calendar-style .event-info .event-info-content {
            display: block;
            font-size: 12px;
            color: #728096;
        }

            html body .calendar-style .event-info .event-info-content span {
                color: #5F6873;
                font-size: 14px;
            }

    html body .calendar-style .fc-day-header {
        height: 50px;
        line-height: 50px;
    }

        html body .calendar-style .fc-day-header span {
            color: #D1DAE2;
            font-size: 14px;
        }

    html body .calendar-style .fc-axis {
        display: none;
    }

    html body .calendar-style .top-bar {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #71DDC3;
    }

    html body .calendar-style td,
    html body .calendar-style th {
        border-color: #D1DAE2;
    }

    html body .calendar-style .fc-widget-content {
        height: 90px;
        background: transparent !important;
    }

    html body .calendar-style .fc-time-grid .fc-event-container {
        margin: 0 !important;
    }

    html body .calendar-style .fc-time-grid .fc-event.empty {
        background: transparent;
    }

        html body .calendar-style .fc-time-grid .fc-event.empty .fc-time span {
            color: #A0ABBF;
        }

    html body .calendar-style .fc-time-grid .fc-event:hover .event-info {
        display: block;
    }

    html body .calendar-style .fc-time-grid .fc-event .fc-bg {
        opacity: 0;
    }

    html body .calendar-style .fc-time-grid .fc-bgevent,
    html body .calendar-style .fc-time-grid .fc-event {
        border: 0;
        border-radius: 0;
        overflow: visible;
    }

    html body .calendar-style .fc-time-grid .fc-content {
        height: 90px;
        padding: 10px;
        box-sizing: border-box;
    }

    html body .calendar-style .fc-time-grid .subject {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        position: absolute;
        bottom: 10px;
    }

    html body .calendar-style .fc-time-grid .fc-time .hora span {
        font-size: 12px;
    }

    html body .calendar-style .fc-time-grid .fc-title {
        font-size: 14px;
    }

#calendarschedule .fc-today span {
    color: #2196F3;
}

#calendarschedule .fc-day.fc-widget-content.fc-mon.fc-today {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.generic-info {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

    .generic-info.generic-full-info {
        padding: 30px 20px 85px 20px !important;
    }

        .generic-info.generic-full-info h5 {
            font-size: 12px;
            font-weight: 700;
            color: #00A0E9;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

    .generic-info .top-info {
        padding: 0 10px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D1DAE2;
        position: relative;
    }

        .generic-info .top-info .generic-info-image {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            margin-right: 20px;
            display: inline-block;
            overflow: hidden;
            vertical-align: middle;
        }

        .generic-info .top-info .generic-info-name {
            display: inline-block;
            vertical-align: middle;
        }

            .generic-info .top-info .generic-info-name p.name {
                color: #00A0E9;
                font-size: 18px;
            }

            .generic-info .top-info .generic-info-name span.class {
                display: block;
                color: #9EABC0;
                font-size: 13px;
            }

    .generic-info .bottom-info {
        padding: 0 10px;
    }

    .generic-info span.label {
        font-size: 12px;
        color: #728096;
        display: block;
    }

    .generic-info p.info {
        color: #364051;
        font-size: 14px;
    }

    .generic-info .field {
        margin-bottom: 30px;
    }

        .generic-info .field span.label {
            margin-bottom: 10px;
        }

    .generic-info .info-section {
        margin-bottom: 5px;
    }

    .generic-info .gallery-section span.label {
        margin-bottom: 10px;
    }

    .generic-info .gallery-wrapper {
        letter-spacing: 0;
        line-height: 0;
        font-size: 0;
        margin-right: -10px;
    }

        .generic-info .gallery-wrapper span {
            width: 10%;
            display: inline-block;
            padding-right: 10px;
            box-sizing: border-box;
        }

    .generic-info .btn-contact {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #D1DAE2;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 10px;
    }

        .generic-info .btn-contact span {
            height: auto;
            color: #A1ABBE;
        }

        .generic-info .btn-contact.phone {
            padding-top: 10px;
            right: 20px;
        }

            .generic-info .btn-contact.phone .fontello-icon-phone::before {
                margin: 0;
                font-size: 18px;
                width: auto;
                height: 1em;
            }

        .generic-info .btn-contact.email {
            padding-top: 8px;
            right: 70px;
        }

            .generic-info .btn-contact.email .fontello-icon-message-letter::before {
                margin: 0;
                font-size: 14px;
                width: auto;
                height: 1em;
            }

/* Mobile */
@media (max-width: 767px) {
    .generic-info .top-info .generic-info-image {
        margin-bottom: 20px;
    }

    .generic-info .gallery-wrapper span {
        width: 25%;
        margin-bottom: 10px;
    }
}

button.submit-button-style {
    padding-right: 16px;
    padding-left: 16px;
    height: 34px;
    width: 120px;
    text-align: center;
    background: #00A0E9;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
}

/* Image cropper style */
.img-container,
.img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.img-preview-sm {
    height: 130px;
    width: 200px;
}

/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 2200;
}

.modal-body {
    padding: 20px 30px 30px 30px;
}

.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

.feed {
    max-height: 800px;
    position: relative;
}

    .feed.post {
        max-height: none;
    }

.widget {
    position: relative;
}

    .widget .widget-options-full.opened {
        display: block;
    }

    .widget .widget-options-full {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        z-index: 3;
    }

        .widget .widget-options-full ul {
            padding: 0;
            margin: 0;
            position: absolute;
            top: 50%;
            margin-top: -18px;
            left: 0;
            right: 0;
            text-align: center;
        }

            .widget .widget-options-full ul li {
                display: inline-block;
                padding-right: 10px;
                padding-left: 10px;
            }

                .widget .widget-options-full ul li a {
                    padding-right: 16px;
                    padding-left: 16px;
                    height: 38px;
                    background: #9EABC0;
                    display: block;
                    border-radius: 4px;
                    line-height: 38px;
                    color: #fff;
                    font-size: 14px;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    font-weight: 500;
                }

                    .widget .widget-options-full ul li a:hover,
                    .widget .widget-options-full ul li a:focus,
                    .widget .widget-options-full ul li a:active {
                        background: #00A0E9;
                        text-decoration: none;
                    }

#market-place {
    padding-top: 100px;
}

    #market-place header.go-hamb .middle-content {
        display: none;
    }

    #market-place header.go-hamb .menu-hamb {
        display: inline-block;
    }

    #market-place header {
        padding: 0;
    }

        #market-place header .left-content {
            float: left;
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

        #market-place header .right-content {
            float: right;
            font-size: 0;
        }

        #market-place header .options {
            position: absolute;
            top: 60px;
            left: -8px;
        }

            #market-place header .options.right-arrow {
                right: -7px;
            }

        #market-place header .institution {
            max-width: 350px;
            padding-left: 20px;
            padding-top: 11px;
            height: 71px;
            border-right: 1px solid #D1DAE2;
            font-size: 0;
        }

            #market-place header .institution .logo-wrapper {
                width: 50px;
                height: 50px;
                display: inline-block;
                vertical-align: middle;
            }

                #market-place header .institution .logo-wrapper span {
                    display: block;
                    height: 50px;
                    width: 50px;
                    border-radius: 50px;
                    background-size: cover;
                }

                    #market-place header .institution .logo-wrapper span img {
                        max-width: 50px;
                    }

            #market-place header .institution .name-wrapper {
                display: inline-block;
                vertical-align: middle;
                max-width: 279px;
                padding: 0 10px;
                box-sizing: border-box;
            }

                #market-place header .institution .name-wrapper h5 {
                    font-size: 16px;
                    color: #728096;
                    font-weight: bold;
                    line-height: 1.5em;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                #market-place header .institution .name-wrapper h6 {
                    font-size: 12px;
                    color: #728096;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

        #market-place header .user-wrapper {
            padding: 0 20px 0 15px;
            height: 71px;
            border-left: 1px solid #D1DAE2;
            display: inline-block;
            vertical-align: middle;
        }

            #market-place header .user-wrapper .user-topnav {
                padding-top: 20px;
                position: relative;
            }

                #market-place header .user-wrapper .user-topnav .triangle-options {
                    left: 8px;
                }

                #market-place header .user-wrapper .user-topnav span {
                    display: inline-block;
                    vertical-align: middle;
                }

                #market-place header .user-wrapper .user-topnav .btn {
                    width: 0;
                    height: 0;
                    border: 5px solid;
                    border-color: #A6B2C4 transparent transparent transparent;
                    display: block;
                    font-size: 0;
                    padding: 0;
                    float: right;
                    position: absolute;
                    top: 33px;
                    right: 0;
                }

                #market-place header .user-wrapper .user-topnav .user-image {
                    width: 30px;
                    height: 30px;
                    border-radius: 30px;
                    overflow: hidden;
                    margin-right: 10px;
                    background-size: cover;
                }

                    #market-place header .user-wrapper .user-topnav .user-image img {
                        max-height: 100%;
                    }

                #market-place header .user-wrapper .user-topnav .name {
                    margin-right: 25px;
                    font-size: 14px;
                    color: #728096;
                }

        #market-place header .cart-holder {
            width: 71px;
            height: 71px;
            display: inline-block;
            vertical-align: middle;
            border-left: 1px solid #D1DAE2;
            position: relative;
        }

            #market-place header .cart-holder .cart {
                height: 22px;
                width: 20px;
                position: absolute;
                top: 50%;
                margin: 0 auto;
                margin-top: -11px;
                left: 0;
                right: 0;
                background-image: url(../_img/cart_market.png);
                background-size: cover;
            }

            #market-place header .cart-holder .items {
                background: #00A0E9;
                height: 20px;
                min-width: 20px;
                padding: 0 5px;
                font-size: 12px;
                color: #fff;
                border-radius: 20px;
                position: absolute;
                right: 11px;
                top: 13px;
                line-height: 20px;
                z-index: 1;
                text-align: center;
            }

        #market-place header .middle-content {
            position: absolute;
            left: 0;
            right: 0;
            height: 71px;
            line-height: 71px;
            text-align: center;
        }

            #market-place header .middle-content ul {
                font-size: 0;
                list-style: none;
                height: 71px;
            }

                #market-place header .middle-content ul li {
                    display: inline-block;
                    font-size: 0;
                    height: 71px;
                }

                    #market-place header .middle-content ul li a {
                        font-size: 14px;
                        cursor: pointer;
                        padding: 10px 20px;
                    }

                        #market-place header .middle-content ul li a .icon {
                            font-size: 18px;
                            margin-right: 8px;
                        }

                            #market-place header .middle-content ul li a .icon i::before {
                                margin: 0;
                            }

                        #market-place header .middle-content ul li a.active, #market-place header .middle-content ul li a:hover {
                            color: #fff !important;
                            background: #00A0E9;
                            border-radius: 4px;
                        }

                        #market-place header .middle-content ul li a.color-yellow {
                            color: #E4B422;
                        }

                        #market-place header .middle-content ul li a.color-green-light {
                            color: #6ACF94;
                        }

                        #market-place header .middle-content ul li a.color-green-dark {
                            color: #3EB39E;
                        }

                        #market-place header .middle-content ul li a.color-blue-light {
                            color: #67C1E3;
                        }

                        #market-place header .middle-content ul li a.color-grey {
                            color: #7B9AB6;
                        }

                        #market-place header .middle-content ul li a.color-pink-light {
                            color: #E0A7C8;
                        }

                        #market-place header .middle-content ul li a.color-pink-dark {
                            color: #D292D1;
                        }

        #market-place header .menu-hamb {
            border-left: 1px solid #D1DAE2;
            display: inline-block;
            vertical-align: middle;
            height: 71px;
            width: 70px;
            position: relative;
            display: none;
        }

            #market-place header .menu-hamb a.icon-hamb {
                padding: 0 22px;
                display: block;
                position: absolute;
                top: 29px;
                left: 0;
                right: 0;
            }

                #market-place header .menu-hamb a.icon-hamb span {
                    height: 1px;
                    background: #000;
                    width: 26px;
                    display: block;
                    margin-bottom: 5px;
                }

                    #market-place header .menu-hamb a.icon-hamb span:last-child {
                        margin-bottom: 0;
                    }

                #market-place header .menu-hamb a.icon-hamb.open {
                    height: 71px;
                    top: 0;
                }

                    #market-place header .menu-hamb a.icon-hamb.open span {
                        position: absolute;
                        top: 35px;
                    }

                        #market-place header .menu-hamb a.icon-hamb.open span:last-child {
                            display: none;
                        }

                        #market-place header .menu-hamb a.icon-hamb.open span:nth-child(1) {
                            transform: rotate(45deg);
                        }

                        #market-place header .menu-hamb a.icon-hamb.open span:nth-child(2) {
                            transform: rotate(-45deg);
                        }

            #market-place header .menu-hamb .menu-filter nav {
                top: 72px;
            }

        #market-place header .menu-filter .filter-items .top-bar {
            display: none;
        }

    #market-place .banner {
        height: 400px;
        background: #364051;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        #market-place .banner .content {
            height: 400px;
            padding: 90px 50px 30px 50px;
            background: #364051;
            position: relative;
            font-size: 0;
        }

            #market-place .banner .content .promotion {
                height: 25px;
                background: #B2003C;
                line-height: 25px;
                padding: 0 10px;
                font-size: 12px;
                color: #fff;
                display: block;
                width: 85px;
                text-align: center;
                border-radius: 2px;
                position: absolute;
                top: 30px;
                left: 50px;
            }

            #market-place .banner .content .item {
                margin-bottom: 35px;
            }

                #market-place .banner .content .item h5 {
                    font-size: 30px;
                    color: #fff;
                    font-weight: 700;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    line-height: 1em;
                }

                #market-place .banner .content .item p {
                    text-transform: uppercase;
                    color: #fff;
                    font-size: 18px;
                    font-weight: 700;
                    margin-bottom: 10px;
                }

                #market-place .banner .content .item .price {
                    display: block;
                    font-weight: 700;
                    color: #00A0E9;
                    font-size: 16px;
                    line-height: 1em;
                }

            #market-place .banner .content .brand {
                margin-bottom: 40px;
            }

            #market-place .banner .content .add-cart-btn {
                width: 190px;
                height: 36px;
                line-height: 36px;
                font-size: 14px;
                color: #fff;
                background: #00A0E9;
                display: block;
                text-align: center;
                border-radius: 4px;
                font-weight: 700;
                position: absolute;
                bottom: 30px;
                left: 50px;
            }

            #market-place .banner .content .left-side {
                width: 36%;
                display: inline-block;
                vertical-align: middle;
            }

            #market-place .banner .content .right-side {
                width: 64%;
                display: inline-block;
                vertical-align: middle;
                padding-left: 55px;
            }

        #market-place .banner .pagination {
            position: absolute;
            right: 85px;
            bottom: 40px;
            z-index: 2;
        }

            #market-place .banner .pagination .swiper-pagination-bullet {
                outline: 0;
                margin-left: 14px;
                height: 6px;
                width: 6px;
                background: rgba(255, 255, 255, 0.5);
                opacity: 1;
                position: relative;
            }

                #market-place .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #market-place .banner .pagination .swiper-pagination-bullet:hover {
                    background: white;
                }

                    #market-place .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span, #market-place .banner .pagination .swiper-pagination-bullet:hover span {
                        height: 12px;
                        width: 12px;
                        border: 1px solid #fff;
                        display: block;
                        position: absolute;
                        left: -3px;
                        top: -3px;
                        border-radius: 12px;
                    }

        #market-place .banner .brand {
            font-size: 0;
        }

            #market-place .banner .brand .image-wrapper {
                height: 36px;
                width: 36px;
                display: inline-block;
                vertical-align: middle;
                border-radius: 36px;
                background: #fff;
                overflow: hidden;
                margin-right: 10px;
                text-align: center;
                padding: 6px 0;
            }

                #market-place .banner .brand .image-wrapper img {
                    height: 100%;
                    width: auto;
                }

            #market-place .banner .brand .text-wrapper {
                display: inline-block;
                vertical-align: middle;
            }

                #market-place .banner .brand .text-wrapper p {
                    font-size: 14px;
                    color: #fff;
                    line-height: 1.5em;
                    margin: 0;
                }

                #market-place .banner .brand .text-wrapper span {
                    display: block;
                    font-size: 12px;
                    color: #fff;
                }

        #market-place .banner .image {
            position: relative;
        }

            #market-place .banner .image .mask {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-image: linear-gradient(-45deg, rgba(54, 64, 81, 0) 0%, #364051 100%);
                border-radius: 0 0 2px 0;
            }

            #market-place .banner .image .product-about,
            #market-place .banner .image .brand {
                position: relative;
            }

            #market-place .banner .image .item-right-col {
                background-size: cover;
            }

        #market-place .banner .item-right-col {
            padding: 25px 30px;
            height: 200px;
            background-image: linear-gradient(225deg, #45AF79 0%, #6ACF94 100%);
            position: relative;
        }

            #market-place .banner .item-right-col .product-about {
                margin-bottom: 25px;
            }

                #market-place .banner .item-right-col .product-about h5 {
                    font-size: 18px;
                    color: #fff;
                    font-weight: 700;
                    margin-bottom: 5px;
                    line-height: 1em;
                }

                #market-place .banner .item-right-col .product-about .book-type {
                    display: block;
                    font-size: 14px;
                    color: #fff;
                    opacity: 0.8;
                    margin-bottom: 10px;
                    line-height: 1em;
                }

                #market-place .banner .item-right-col .product-about .file-type {
                    display: inline-block;
                    height: 16px;
                    line-height: 16px;
                    background: #F2402E;
                    text-align: center;
                    font-size: 10px;
                    color: #fff;
                    padding: 0 5px;
                    border-radius: 2px;
                    text-transform: uppercase;
                }

            #market-place .banner .item-right-col .brand {
                position: absolute;
                bottom: 20px;
                left: 30px;
            }

        #market-place .banner .top,
        #market-place .banner .bottom {
            margin-left: -30px;
        }

    #market-place .title-wrapper h6 {
        font-size: 12px;
        color: #728096;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    #market-place .list-wrapper .btn-holder {
        display: none;
    }

    #market-place .list-wrapper .info-wrapper:hover .btn-holder {
        display: block;
    }

        #market-place .list-wrapper .info-wrapper:hover .btn-holder a {
            width: auto;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            color: #fff;
            background: #00A0E9;
            display: block;
            text-align: center;
            border-radius: 4px;
            font-weight: 700;
            position: absolute;
            bottom: 20px;
            left: 15px;
            right: 15px;
        }

    #market-place .list-wrapper .info-wrapper:hover .content-hide-hover {
        display: none;
    }

    #market-place .list-wrapper .stars-wrapper {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: 0;
    }

        #market-place .list-wrapper .stars-wrapper .full-stars {
            display: inline-block;
            vertical-align: middle;
            height: 12px;
            /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
            /* make hover effect work properly in IE */
            /* hide radio inputs */
            /* hide 'none' input from screenreaders */
            /* set icon padding and size */
            /* set default star color */
            /* if any input is checked, make its following siblings grey */
            /* make all stars orange on rating group hover */
            /* make hovered input's following siblings grey on hover */
        }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating-group {
                display: block;
                font-size: 0;
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating__icon {
                pointer-events: none;
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating__input {
                position: absolute !important;
                left: -9999px !important;
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating__input--none {
                display: none;
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating__label {
                cursor: pointer;
                font-size: 0 !important;
                margin-bottom: 0 !important;
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating__icon--star {
                background-image: url(../_img/rating-star-market-selected.png);
                background-size: cover;
                background-repeat: no-repeat;
                height: 12px;
                width: 12px;
                margin-right: 3px;
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating__input:checked ~ .rating__label .rating__icon--star {
                background-image: url(../_img/rating-star-market.png);
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating-group:hover .rating__label .rating__icon--star {
                background-image: url(../_img/rating-star-market-selected.png);
            }

            #market-place .list-wrapper .stars-wrapper .full-stars .rating__input:hover ~ .rating__label .rating__icon--star {
                background-image: url(../_img/rating-star-market.png);
            }

        #market-place .list-wrapper .stars-wrapper .rating-number {
            display: inline-block;
            vertical-align: middle;
        }

    #market-place .list-wrapper .product {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        border-radius: 2px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #market-place .list-wrapper .product .image-product {
            height: 180px;
            padding: 20px;
            border-bottom: 1px solid #E0E6ED;
            text-align: center;
            display: block;
            position: relative;
        }

            #market-place .list-wrapper .product .image-product img {
                max-height: 100%;
            }

            #market-place .list-wrapper .product .image-product .image_product {
                position: absolute;
                right: 0;
                left: 0;
                bottom: 0;
                top: 0;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }

        #market-place .list-wrapper .product .info-wrapper {
            height: 110px;
            padding: 15px 15px 0 15px;
            position: relative;
        }

            #market-place .list-wrapper .product .info-wrapper h4 a {
                font-size: 14px;
                color: #728096;
                font-weight: 700;
                margin-bottom: 5px;
                display: block;
            }

            #market-place .list-wrapper .product .info-wrapper p {
                font-size: 12px;
                color: #A0ABBF;
            }

            #market-place .list-wrapper .product .info-wrapper .price {
                font-size: 16px;
                font-weight: 700;
                line-height: 1.25em;
                color: #00A0E9;
                position: absolute;
                bottom: 10px;
                right: 10px;
            }

    #market-place .title-detail h6 {
        font-size: 12px;
        color: #728096;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    #market-place .title-detail h5 {
        font-size: 26px;
        color: #00A0E9;
        margin-bottom: 25px;
    }

    #market-place .product-wrapper {
        background: #fff;
        padding: 40px 0;
    }

        #market-place .product-wrapper .gallery {
            position: relative;
        }

            #market-place .product-wrapper .gallery .left-gallery-wrapper {
                font-size: 0;
            }

                #market-place .product-wrapper .gallery .left-gallery-wrapper .swiper-slide {
                    width: 100px;
                }

                #market-place .product-wrapper .gallery .left-gallery-wrapper span {
                    border: 1px solid #F5F5F5;
                    height: 90px;
                    width: 100px;
                    display: inline-block;
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center center;
                }

                #market-place .product-wrapper .gallery .left-gallery-wrapper .active span {
                    border: 1px solid #00A0E9;
                }

            #market-place .product-wrapper .gallery .wrapper-show {
                margin-bottom: 20px;
            }

                #market-place .product-wrapper .gallery .wrapper-show .image-display {
                    height: 405px;
                    width: 100%;
                    border: 1px solid #F5F5F5;
                    padding: 30px;
                    display: block;
                }

                    #market-place .product-wrapper .gallery .wrapper-show .image-display .image {
                        width: 100%;
                        height: 100%;
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: contain;
                        display: block;
                    }

        #market-place .product-wrapper .school-info {
            font-size: 0;
            margin-bottom: 25px;
        }

            #market-place .product-wrapper .school-info .logo-wrapper {
                height: 50px;
                width: 50px;
                display: inline-block;
                overflow: hidden;
                border-radius: 50px;
                vertical-align: middle;
                margin-right: 20px;
            }

                #market-place .product-wrapper .school-info .logo-wrapper img {
                    height: 50px;
                    max-width: auto;
                }

            #market-place .product-wrapper .school-info .school-name {
                display: inline-block;
                vertical-align: middle;
                font-size: 18px;
                color: #728096;
            }

        #market-place .product-wrapper .right-content {
            height: 100%;
            position: relative;
        }

            #market-place .product-wrapper .right-content .market-table-final,
            #market-place .product-wrapper .right-content .market-table-total {
                padding-bottom: 10px;
            }

                #market-place .product-wrapper .right-content .market-table-final.market-table-total,
                #market-place .product-wrapper .right-content .market-table-total.market-table-total {
                    padding-top: 30px;
                }

                #market-place .product-wrapper .right-content .market-table-final .items-number,
                #market-place .product-wrapper .right-content .market-table-final .items-total,
                #market-place .product-wrapper .right-content .market-table-total .items-number,
                #market-place .product-wrapper .right-content .market-table-total .items-total {
                    width: 180px;
                    float: left;
                }

                    #market-place .product-wrapper .right-content .market-table-final .items-number.items-total,
                    #market-place .product-wrapper .right-content .market-table-final .items-total.items-total,
                    #market-place .product-wrapper .right-content .market-table-total .items-number.items-total,
                    #market-place .product-wrapper .right-content .market-table-total .items-total.items-total {
                        height: 39px;
                    }

                        #market-place .product-wrapper .right-content .market-table-final .items-number.items-total h6,
                        #market-place .product-wrapper .right-content .market-table-final .items-total.items-total h6,
                        #market-place .product-wrapper .right-content .market-table-total .items-number.items-total h6,
                        #market-place .product-wrapper .right-content .market-table-total .items-total.items-total h6 {
                            line-height: 39px;
                        }

                #market-place .product-wrapper .right-content .market-table-final .items-price,
                #market-place .product-wrapper .right-content .market-table-total .items-price {
                    float: right;
                }

                    #market-place .product-wrapper .right-content .market-table-final .items-price .price,
                    #market-place .product-wrapper .right-content .market-table-total .items-price .price {
                        font-size: 26px;
                        color: #00A0E9;
                        font-weight: 700;
                        display: block;
                    }

                #market-place .product-wrapper .right-content .market-table-final h6,
                #market-place .product-wrapper .right-content .market-table-total h6 {
                    font-size: 16px;
                    color: #9EABC0;
                }

                #market-place .product-wrapper .right-content .market-table-final .pay,
                #market-place .product-wrapper .right-content .market-table-total .pay {
                    padding-top: 40px;
                }

                    #market-place .product-wrapper .right-content .market-table-final .pay a,
                    #market-place .product-wrapper .right-content .market-table-total .pay a {
                        width: 190px;
                        height: 36px;
                        line-height: 36px;
                        font-size: 14px;
                        color: #fff;
                        background: #00A0E9;
                        display: block;
                        text-align: center;
                        border-radius: 4px;
                        font-weight: 700;
                        float: right;
                    }

            #market-place .product-wrapper .right-content .product-information {
                padding-top: 20px;
            }

                #market-place .product-wrapper .right-content .product-information p {
                    font-size: 14px;
                    color: #97A3B4;
                    margin-bottom: 20px;
                }

                #market-place .product-wrapper .right-content .product-information .price {
                    font-size: 26px;
                    color: #00A0E9;
                    font-weight: 700;
                    display: block;
                }

                #market-place .product-wrapper .right-content .product-information .btn-share-add {
                    margin-top: 15px;
                }

                #market-place .product-wrapper .right-content .product-information .check-green {
                    width: 16px;
                    height: 16px;
                    background-image: url(../_img/check-input.png);
                    background-size: cover;
                    float: left;
                    margin-top: 10px;
                    margin-left: 10px;
                }

                #market-place .product-wrapper .right-content .product-information .add-cart-btn {
                    width: 190px;
                    height: 36px;
                    line-height: 36px;
                    font-size: 14px;
                    color: #fff;
                    background: #00A0E9;
                    display: block;
                    text-align: center;
                    border-radius: 4px;
                    font-weight: 700;
                    float: left;
                }

                #market-place .product-wrapper .right-content .product-information .share-btn {
                    font-size: 0;
                    float: right;
                    position: relative;
                    top: 8px;
                }

                    #market-place .product-wrapper .right-content .product-information .share-btn .share-icon {
                        height: 20px;
                        width: 16px;
                        display: inline-block;
                        background-image: url(../_img/share-icon-market.png);
                        background-size: cover;
                        vertical-align: bottom;
                        margin-right: 10px;
                    }

                    #market-place .product-wrapper .right-content .product-information .share-btn .share-text {
                        vertical-align: bottom;
                        display: inline-block;
                        font-size: 14px;
                        color: #97A3B4;
                    }

                #market-place .product-wrapper .right-content .product-information a.item-payment {
                    display: block;
                }

                    #market-place .product-wrapper .right-content .product-information a.item-payment h6 {
                        font-size: 14px;
                        color: #97A3B4;
                        font-weight: 700;
                    }

                    #market-place .product-wrapper .right-content .product-information a.item-payment p {
                        font-size: 12px;
                        margin-bottom: 0;
                    }

                    #market-place .product-wrapper .right-content .product-information a.item-payment .image-holder {
                        height: 50px;
                        width: 50px;
                        border: 1px solid #F5F5F5;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 10px;
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: center;
                        position: relative;
                    }

                        #market-place .product-wrapper .right-content .product-information a.item-payment .image-holder .btn-info {
                            width: 15px;
                            height: 15px;
                            background-image: url(../_img/information-market-i.png);
                            background-color: #F5F5F5;
                            background-position: center;
                            background-size: 5px 11px;
                            background-repeat: no-repeat;
                            position: absolute;
                            bottom: 0;
                            right: 0;
                        }

                    #market-place .product-wrapper .right-content .product-information a.item-payment .text-holder {
                        display: inline-block;
                        vertical-align: middle;
                    }

                #market-place .product-wrapper .right-content .product-information .item-list ul {
                    padding: 0;
                    margin-bottom: 5px;
                    font-size: 0;
                }

                    #market-place .product-wrapper .right-content .product-information .item-list ul li {
                        list-style: none;
                        width: 50%;
                        font-size: 0;
                        display: inline-block;
                        margin-bottom: 20px;
                    }

                        #market-place .product-wrapper .right-content .product-information .item-list ul li h6 {
                            font-size: 14px;
                            color: #97A3B4;
                            font-weight: 700;
                        }

                        #market-place .product-wrapper .right-content .product-information .item-list ul li p {
                            font-size: 12px;
                            margin-bottom: 0;
                        }

                        #market-place .product-wrapper .right-content .product-information .item-list ul li .image-holder {
                            height: 50px;
                            width: 50px;
                            border: 1px solid #F5F5F5;
                            display: inline-block;
                            vertical-align: middle;
                            margin-right: 10px;
                            background-repeat: no-repeat;
                            background-size: contain;
                            background-position: center;
                            position: relative;
                        }

                            #market-place .product-wrapper .right-content .product-information .item-list ul li .image-holder .btn-info {
                                width: 15px;
                                height: 15px;
                                background-image: url(../_img/information-market-i.png);
                                background-color: #F5F5F5;
                                background-position: center;
                                background-size: 5px 11px;
                                background-repeat: no-repeat;
                                position: absolute;
                                bottom: 0;
                                right: 0;
                            }

                        #market-place .product-wrapper .right-content .product-information .item-list ul li .text-holder {
                            display: inline-block;
                            vertical-align: middle;
                        }

                #market-place .product-wrapper .right-content .product-information .form-wrapper {
                    position: relative;
                    width: 160px;
                    float: left;
                }

                #market-place .product-wrapper .right-content .product-information .price {
                    float: right;
                    height: 50px;
                    line-height: 50px;
                }

                #market-place .product-wrapper .right-content .product-information .quantity {
                    position: relative;
                }

                    #market-place .product-wrapper .right-content .product-information .quantity p {
                        margin-bottom: 0;
                        font-size: 12px;
                        font-weight: 700;
                        color: #97A3B4;
                        margin-bottom: 12px;
                    }

                    #market-place .product-wrapper .right-content .product-information .quantity input[type=number]::-webkit-inner-spin-button,
                    #market-place .product-wrapper .right-content .product-information .quantity input[type=number]::-webkit-outer-spin-button {
                        -webkit-appearance: none;
                        margin: 0;
                    }

                    #market-place .product-wrapper .right-content .product-information .quantity input[type=number] {
                        -moz-appearance: textfield;
                    }

                    #market-place .product-wrapper .right-content .product-information .quantity input {
                        width: 160px;
                        height: 50px;
                        line-height: 1.65em;
                        display: block;
                        padding: 0;
                        margin: 0;
                        border: 1px solid #F5F5F5;
                        border-radius: 50px;
                        padding-left: 25px;
                        font-size: 12px;
                        color: #97A3B4;
                        font-weight: 700;
                    }

                        #market-place .product-wrapper .right-content .product-information .quantity input:focus {
                            outline: 0;
                        }

                    #market-place .product-wrapper .right-content .product-information .quantity .quantity-nav {
                        position: absolute;
                        right: 25px;
                        top: 0;
                    }

                    #market-place .product-wrapper .right-content .product-information .quantity .quantity-button {
                        cursor: pointer;
                        height: 25px;
                        border: 0;
                        width: 10px;
                        text-align: center;
                        color: #333;
                        font-size: 13px;
                        line-height: 1.7;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        -o-user-select: none;
                        user-select: none;
                    }

                        #market-place .product-wrapper .right-content .product-information .quantity .quantity-button.quantity-up {
                            background-image: url("../_img/arrow_input-number-2.png");
                            background-size: 9px 5px;
                            background-repeat: no-repeat;
                            background-position: center;
                        }

                        #market-place .product-wrapper .right-content .product-information .quantity .quantity-button.quantity-down {
                            background-image: url("../_img/arrow_input-number.png");
                            background-size: 9px 5px;
                            background-repeat: no-repeat;
                            background-position: center;
                        }

    #market-place .remove-product {
        border-radius: 20px;
        height: 20px;
        width: 20px;
        border: 1px solid #9EABC0;
        position: absolute;
        right: -30px;
        top: 50%;
        margin-top: -10px;
        display: block;
    }

        #market-place .remove-product .minus {
            height: 2px;
            width: 10px;
            background: #9EABC0;
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -5px;
            top: 50%;
            margin-top: -1px;
        }

            #market-place .remove-product .minus:first-child {
                transform: rotate(45deg);
            }

            #market-place .remove-product .minus:last-child {
                transform: rotate(-45deg);
            }

    #market-place #footer {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        #market-place #footer p {
            font-size: 12px;
            color: #9EABC0;
            line-height: 1em;
        }

        #market-place #footer a {
            font-size: 14px;
            color: #9EABC0;
        }

.swal2-popup {
    width: 75% !important;
}

    .swal2-popup #swal2-content {
        text-align: left !important;
    }

.swal2-title {
    font-size: 25px !important;
    color: #9EABC0 !important;
    text-align: left !important;
    margin-bottom: 45px !important;
}

/* Mobile */
@media (max-width: 767px) {
    #market-place header .institution {
        max-width: 300px;
        border-right: 0;
    }

    #market-place header .cart-holder,
    #market-place header .user-wrapper {
        display: none;
    }

    #market-place .banner .pagination {
        right: 35px;
        bottom: 45px;
    }

    #market-place .banner .content {
        padding: 70px 20px 30px 20px;
    }

        #market-place .banner .content .promotion {
            left: 20px;
        }

        #market-place .banner .content .add-cart-btn {
            left: 20px;
        }

        #market-place .banner .content .left-side {
            width: 100%;
        }

        #market-place .banner .content .right-side {
            display: none;
        }

    #market-place .product-wrapper .gallery {
        margin-bottom: 20px;
    }

        #market-place .product-wrapper .gallery .left-gallery-wrapper {
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
            font-size: 0;
        }

        #market-place .product-wrapper .gallery .wrapper-show {
            padding: 0;
        }

            #market-place .product-wrapper .gallery .wrapper-show .image-display {
                max-width: 100%;
            }

    #market-place .product-wrapper .right-content .product-information.payment-list {
        padding-top: 35px;
    }

    #market-place .product-wrapper .right-content .product-information .item-list ul {
        padding: 0;
        font-size: 0;
    }

        #market-place .product-wrapper .right-content .product-information .item-list ul li {
            display: block;
            width: 100%;
        }

    #market-place .product-wrapper .right-content .product-information a.item-payment {
        margin-bottom: 20px;
    }

    #market-place .product-wrapper .right-content .product-information .btn-share-add {
        position: static;
        margin-top: 35px;
    }

    #market-place .title-detail h6 {
        font-size: 10px;
    }

    #market-place .title-detail h5 {
        font-size: 22px;
    }

    #market-place .menu-filter .cart-holder,
    #market-place .menu-filter .user-wrapper {
        display: inline-block;
    }

    #market-place .menu-filter .top-bar {
        margin-bottom: 25px;
        display: block !important;
    }

    #market-place .menu-filter .cart-holder {
        width: 40px;
        height: 40px;
        border: 0;
    }

        #market-place .menu-filter .cart-holder .cart {
            left: 0;
            margin-left: 0;
        }

        #market-place .menu-filter .cart-holder .items {
            right: 10px;
            top: 5px;
        }

    #market-place .menu-filter .user-wrapper {
        height: 40px;
        padding-top: 5px;
        width: 190px;
        padding: 0 0 0 15px;
    }

        #market-place .menu-filter .user-wrapper .user-topnav {
            padding-top: 2px;
        }

            #market-place .menu-filter .user-wrapper .user-topnav .btn {
                top: 15px;
            }

            #market-place .menu-filter .user-wrapper .user-topnav .name {
                color: #9EABC0;
                width: 115px;
                margin-right: 15px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    #market-place .menu-filter .mobile-header-hide {
        display: inline-block !important;
    }

    #market-place .menu-filter span.background {
        display: none;
        top: 72px;
    }

    #market-place .menu-filter.open span.background {
        display: block;
    }

    #market-place .menu-filter .options {
        width: 175px;
        max-width: 175px;
        top: 40px;
        left: -5px;
    }

        #market-place .menu-filter .options ul li a {
            width: 173px;
        }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #market-place header .user-wrapper {
        padding: 0 20px;
    }

        #market-place header .user-wrapper .user-topnav .user-image {
            margin: 0;
        }

    #market-place .product-wrapper .gallery {
        margin-bottom: 50px;
    }

        #market-place .product-wrapper .gallery .wrapper-show .image-display {
            max-width: 100%;
        }

    #market-place .product-wrapper .right-content .product-information {
        padding-top: 0;
    }

        #market-place .product-wrapper .right-content .product-information.payment-list {
            padding-top: 20px;
        }

        #market-place .product-wrapper .right-content .product-information .btn-share-add {
            position: static;
            margin-top: 35px;
        }
}

@media (min-width: 0) and (max-width: 992px) {
    #market-place header .middle-content {
        display: none;
    }

    #market-place header .menu-hamb {
        display: inline-block;
    }
}

#market-place .item-select {
    margin-top: 20px;
}

    #market-place .item-select .select2.select2-container.select2-container--default {
        width: 160px !important;
        outline: 0 !important;
        height: 50px !important;
    }

        #market-place .item-select .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
            border: 1px solid #F5F5F5;
            height: 50px !important;
            border-radius: 30px;
            outline: 0;
        }

            #market-place .item-select .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
                height: 50px !important;
                padding-top: 19px;
                padding-left: 25px;
                font-size: 12px;
                color: #97A3B4;
                font-weight: 700;
                box-sizing: border-box;
                line-height: 1em;
            }

        #market-place .item-select .select2.select2-container.select2-container--default.select2-container--open .select2-selection.select2-selection--single {
            border-top-left-radius: 25px !important;
            border-top-right-radius: 25px !important;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

    #market-place .item-select .select2-container--default .select2-selection--single .select2-selection__arrow {
        background: url("../_img/select-arrow.png") no-repeat;
        background-size: cover;
        width: 7px;
        height: 4px;
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        margin: 0;
    }

        #market-place .item-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border: 0;
        }

#market-place .select2-dropdown {
    border: 1px solid #f5f5f5 !important;
}

    #market-place .select2-dropdown .select2-results__option {
        padding-left: 25px;
        color: #97A3B4;
        font-size: 12px;
    }

        #market-place .select2-dropdown .select2-results__option.select2-results__option--highlighted {
            background: #97A3B4;
            color: #fff;
        }

        #market-place .select2-dropdown .select2-results__option.select2-results__option[aria-selected=true] {
            background: #97A3B4;
            color: #fff;
        }

.login-btn {
    background: #9EABC0;
    color: #fff;
    width: 120px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    float: left;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
    outline: none;
}

    .login-btn:hover,
    .login-btn.active {
        background: #00A0E9;
        cursor: pointer;
    }

a.invite {
    padding-right: 16px;
    padding-left: 16px;
    height: 34px;
    width: 120px;
    text-align: center;
    background: #9EABC0;
    border-radius: 4px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #8D99AC;
    font-weight: 500;
    text-decoration: none;
    float: right;
    margin-right: 0;
}

    a.invite:hover {
        background: #00A0E9;
    }

label.invite {
    padding-right: 16px;
    padding-left: 16px;
    height: 34px;
    width: auto;
    text-align: center;
    background: #9EABC0;
    border-radius: 4px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #8D99AC;
    font-weight: 500;
    text-decoration: none;
    float: right;
    margin-right: 0;
}

    label.invite:hover {
        background: #00A0E9;
    }

.account-user-welcome {
    padding: 20px 30px;
    background: #fff;
    position: relative;
    min-height: 100px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.50);
    border-radius: 2px;
    margin-bottom: 30px;
}

    .account-user-welcome .photo-wrapper {
        position: absolute;
        height: 60px;
        width: 60px;
        border-radius: 60px;
        left: 30px;
        top: 20px;
    }

        .account-user-welcome .photo-wrapper span.image-container {
            height: 60px;
            width: 60px;
            border-radius: 60px;
            display: block;
            overflow: hidden;
        }

        .account-user-welcome .photo-wrapper img {
            max-height: 100%;
            max-width: 9999px;
        }

        .account-user-welcome .photo-wrapper .change-photo {
            height: 25px;
            width: 25px;
            background-color: #8d99ac;
            /*background-image: url(../images/edit.png);*/
            position: absolute;
            bottom: -5px;
            right: -5px;
            border-radius: 20px;
        }

            .account-user-welcome .photo-wrapper .change-photo span {
                color: #fff;
                font-size: 13px;
                position: absolute;
                text-align: center;
                line-height: 25px;
                right: 0;
                bottom: 0;
                left: 0;
                top: 0;
            }

    .account-user-welcome .text-wrapper {
        padding-left: 80px;
        padding-top: 4px;
    }

        .account-user-welcome .text-wrapper p {
            font-size: 13px;
            color: #9eabc0;
            margin-bottom: 5px;
        }

        .account-user-welcome .text-wrapper h6 {
            color: #00a0e9;
            font-size: 24px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.account-about-user {
    padding: 20px 30px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    margin-bottom: 30px;
}

    .account-about-user .title-element p {
        font-size: 14px;
        color: #00A0E9;
        font-weight: 700;
    }

        .account-about-user .title-element p a.more span {
            background: #A6B2C4;
        }

    .account-about-user.student-info .field {
        margin-bottom: 15px;
    }

        .account-about-user.student-info .field span.label {
            margin-bottom: 0;
        }

    .account-about-user.student-info .posabs-detail {
        position: absolute;
        right: 19px;
        top: 40px;
    }

    .account-about-user .btn-change-password {
        height: 34px;
        width: 170px;
        text-align: center;
        background: #9EABC0;
        border-radius: 4px;
        line-height: 34px;
        color: #fff;
        font-size: 14px;
        border: 1px solid #8D99AC;
        font-weight: 500;
        text-decoration: none;
        margin-right: 0;
        display: block;
    }

.account-login-error {
    position: relative;
}

    .account-login-error span {
        position: absolute;
        left: 20px;
        top: 15px;
        background-image: url(../images/icons/error.png);
        background-size: cover;
        width: 16px;
        height: 16px;
        z-index: 3;
    }

    .account-login-error a {
        position: absolute;
        right: 20px;
        top: 18px;
        background-image: url(../images/icons/delete.png);
        background-size: cover;
        width: 8px;
        height: 8px;
        z-index: 3;
    }

    .account-login-error input {
        padding-left: 50px !important;
        background-color: #F85359 !important;
        color: #fff !important;
    }

    .account-login-error ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff !important;
    }

    .account-login-error ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff !important;
    }

    .account-login-error :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff !important;
    }

    .account-login-error :-moz-placeholder {
        /* Firefox 18- */
        color: #fff !important;
    }

.account-login-correct {
    position: relative;
}

    .account-login-correct span {
        position: absolute;
        left: 20px;
        top: 15px;
        background-image: url(../images/icons/correct.png);
        background-size: cover;
        width: 16px;
        height: 16px;
        z-index: 3;
    }

    .account-login-correct a {
        position: absolute;
        right: 20px;
        top: 18px;
        background-image: url(../images/icons/delete.png);
        background-size: cover;
        width: 8px;
        height: 8px;
        z-index: 3;
    }

    .account-login-correct input {
        padding-left: 50px !important;
        background-color: #39B54A !important;
        color: #fff !important;
    }

    .account-login-correct ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff !important;
    }

    .account-login-correct ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff !important;
    }

    .account-login-correct :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff !important;
    }

    .account-login-correct :-moz-placeholder {
        /* Firefox 18- */
        color: #fff !important;
    }

.checkbox-termsandconditions {
    font-size: 14px !important;
}

    .checkbox-termsandconditions .checkbox-contain {
        display: inline-block;
        vertical-align: middle;
    }

    .checkbox-termsandconditions .text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
    }

    .checkbox-termsandconditions a.info-btn {
        background: url(../images/icons/icon-information.svg) no-repeat;
        background-size: 16px 16px;
        background-position: center;
        height: 21px;
        width: 16px;
        float: right;
        z-index: 9;
    }

/*CONFIRM.CSS*/
#confirm section.content {
    padding-top: 80px;
}

    #confirm section.content .branding h3 span:first-child {
        font-weight: 200;
        font-size: 30px;
    }

#section .content .branding h3 {
    font-size: 40px;
    color: #FFF;
    font-weight: 200;
    margin-bottom: 20px;
}

.verify-icon {
    background: url(../images/icons/confirm.png) no-repeat;
    height: 100px;
    width: 100px;
    background-size: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 25px;
}

a.confirm-button {
    font-size: 20px;
    color: #FFF;
    background: #E32413;
    font-weight: 200;
    padding: 15px 60px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    width: 150px;
    margin: 0 auto;
    top: 45px;
    margin-top: 140px;
}

/*FOOTER ELEMS*/
.footer-elems {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .footer-elems ul {
        list-style: none;
    }

        .footer-elems ul li {
            float: left;
            padding-left: 10px;
        }

            .footer-elems ul li a {
                text-decoration: none;
                color: #AAB2C0;
                font-size: 14px;
            }

.need-help {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .need-help a span.icon {
        background: url('../images/icons/balao_help.png') no-repeat;
        background-size: cover;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .need-help a span {
        display: inline-block;
        vertical-align: middle;
    }

    .need-help a {
        text-decoration: none;
        color: #AAB2C0;
        font-size: 14px;
    }

.culture {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .culture a {
        text-decoration: none;
        color: #AAB2C0;
        font-size: 14px;
    }

.backbutton {
    position: absolute;
    top: 20px;
    left: 20px;
}

    .backbutton a {
        text-decoration: none;
        color: #AAB2C0;
        font-size: 40px;
        cursor: pointer;
        /* largura e altura da imagem*/
        height: 35px;
        width: 35px;
        /* colocar imagem aqui -> background-image: url(''); */
        /* background-size: cover;*/
        display: block;
    }

/*ACCOUNT PAYMENTS*/
.account-payment {
    background: #fff;
    position: relative;
    min-height: 100px;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    border-radius: 2px;
    margin-bottom: 30px;
    min-height: 505px;
    overflow: hidden;
}

    .account-payment .info-payment {
        padding: 30px 20px 30px 30px;
    }

        .account-payment .info-payment .title h6 {
            color: #00A0E9;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .account-payment .info-payment .field {
            margin-bottom: 15px;
        }

    .account-payment .cart-final {
        padding: 20px;
    }

        .account-payment .cart-final span.background {
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 10px;
            background: #F5F9FD;
            min-height: 505px;
        }

        .account-payment .cart-final .elements-cart {
            position: relative;
        }

            .account-payment .cart-final .elements-cart h6 {
                font-size: 12px;
                color: #728096;
                font-weight: 700;
                margin-bottom: 25px;
            }

            .account-payment .cart-final .elements-cart .search-button-style {
                width: 135px;
                margin-right: 0;
            }

            .account-payment .cart-final .elements-cart .service {
                margin-bottom: 15px;
            }

                .account-payment .cart-final .elements-cart .service .image-wrapper {
                    width: 57px;
                    height: 57px;
                    display: inline-block;
                    margin-right: 25px;
                    vertical-align: top;
                }

                .account-payment .cart-final .elements-cart .service .text-wrapper {
                    display: inline-block;
                    vertical-align: top;
                }

                    .account-payment .cart-final .elements-cart .service .text-wrapper h5 {
                        font-size: 14px;
                        color: #00A0E9;
                        font-weight: 700;
                        text-transform: uppercase;
                        margin-bottom: 5px;
                    }

                    .account-payment .cart-final .elements-cart .service .text-wrapper p {
                        font-size: 12px;
                        color: #728096;
                    }

                        .account-payment .cart-final .elements-cart .service .text-wrapper p span {
                            font-size: 18px;
                            display: block;
                            font-weight: 700;
                            line-height: 1em;
                            margin-bottom: 5px;
                        }

                        .account-payment .cart-final .elements-cart .service .text-wrapper p.price {
                            font-size: 14px;
                            color: #728096;
                            font-weight: 700;
                        }

            .account-payment .cart-final .elements-cart .card-info .payment-method {
                margin-bottom: 20px;
            }

                .account-payment .cart-final .elements-cart .card-info .payment-method h6 {
                    margin-bottom: 20px;
                }

                .account-payment .cart-final .elements-cart .card-info .payment-method a {
                    display: block;
                    width: 80px;
                    margin: 0 auto;
                    height: 40px;
                    padding-top: 7px;
                    text-align: center;
                    border: 1px solid #E5E5E5;
                    border-radius: 2px;
                }

                    .account-payment .cart-final .elements-cart .card-info .payment-method a.alg-r {
                        float: right;
                    }

                    .account-payment .cart-final .elements-cart .card-info .payment-method a.alg-l {
                        float: left;
                    }

                    .account-payment .cart-final .elements-cart .card-info .payment-method a:hover, .account-payment .cart-final .elements-cart .card-info .payment-method a.active {
                        background: #00A0E9;
                        border-color: #00A0E9;
                    }

            .account-payment .cart-final .elements-cart .card-info .field {
                margin-bottom: 18px;
            }

                .account-payment .cart-final .elements-cart .card-info .field input {
                    padding-top: 5px;
                }

            .account-payment .cart-final .elements-cart .card-info .actions {
                padding-top: 12px;
            }

/*LICENSES*/
.account-licenses {
    padding: 20px 30px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.50);
    border-radius: 2px;
    margin-bottom: 30px;
}

    .account-licenses .title-element p {
        font-size: 14px;
        color: #00a0e9;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .account-licenses .title-element.disabled p {
        color: #9a9fa8;
    }

    .account-licenses .item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d1dae2;
    }

        .account-licenses .item p.who-can-see {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            color: #97a3b4;
            padding-right: 10px;
        }

        .account-licenses .item .user-about.d-ib {
            display: inline-block;
            vertical-align: middle;
        }

        .account-licenses .item .user-about .image-wrapper {
            width: 36px;
            height: 36px;
            display: inline-block;
            border-radius: 36px;
            overflow: hidden;
            vertical-align: middle;
        }

        .account-licenses .item .user-about .image-wrapper-noradius {
            width: 36px;
            height: 36px;
            display: inline-block;
            overflow: hidden;
            vertical-align: middle;
        }

        .account-licenses .item .user-about .texts-wrapper {
            display: inline-block;
            vertical-align: middle;
            padding-left: 7px;
        }

            .account-licenses .item .user-about .texts-wrapper h6 {
                font-size: 16px;
                color: #00a0e9;
                line-height: 1em;
            }

            .account-licenses .item .user-about .texts-wrapper p {
                font-size: 11px;
                color: #9a9fa8;
            }

        .account-licenses .item .item-midle p {
            font-size: 12px;
            color: #728096;
        }

        .account-licenses .item .item-midle h6 {
            font-size: 16px;
            color: #5f6873;
        }

            .account-licenses .item .item-midle h6.blue {
                color: #00a0e9;
                font-weight: 700;
            }

            .account-licenses .item .item-midle h6.green {
                color: #37b148;
                font-weight: 700;
            }

        .account-licenses .item .btn-wrapper a {
            padding: 0 10px;
            line-height: 36px;
            min-width: 110px;
            height: 36px;
            color: #fff;
            float: right;
            border-radius: 4px;
            text-align: center;
        }

            .account-licenses .item .btn-wrapper a.download-btn {
                height: 22px;
                min-width: 18px;
                width: 18px;
                background: url(../images/pdf-icon-edit.png);
                background-size: cover;
                position: absolute;
                right: 170px;
                top: 7px;
                border-radius: 0;
            }

            .account-licenses .item .btn-wrapper a.subscribe {
                background: #9eabc0;
                border: 1px solid #8d99ac;
            }

            .account-licenses .item .btn-wrapper a.active {
                background: #37b047;
                border: 1px solid #2f9c3e;
            }

            .account-licenses .item .btn-wrapper a.contact {
                background: linear-gradient(#fff 0%, #f0f2f5 100%);
                border: 1px solid #e5e5e5;
                color: #5f6873;
            }

                .account-licenses .item .btn-wrapper a.contact.plus {
                    min-width: 36px;
                    width: 36px;
                    height: 36px;
                }

        .account-licenses .item.disabled .item-midle p {
            color: #5f6873;
            line-height: 1.25em;
        }

        .account-licenses .item.disabled .user-about .image-wrapper {
            filter: grayscale(100%);
        }

        .account-licenses .item.disabled .user-about h6 {
            color: #5f6873;
        }

        .account-licenses .item.disabled .user-about p {
            color: #5f6873;
        }

        .account-licenses .item.disabled .user-about.br-user .image-wrapper {
            border: 1px solid #d8d8d8;
        }

        .account-licenses .item.disabled .user-about.enabled .image-wrapper {
            filter: grayscale(0);
        }

        .account-licenses .item.disabled .user-about.enabled .texts-wrapper h6 {
            color: #00a0e9;
        }

        .account-licenses .item.disabled .user-about.enabled .texts-wrapper p {
            color: #9a9fa8;
        }

        .account-licenses .item:last-child {
            margin-bottom: 0;
            border: 0;
            padding-bottom: 0;
        }
/* Mobile */
@media (max-width: 767px) {
    .account-licenses .item p.who-can-see {
        display: block;
        margin-bottom: 15px;
    }

    .account-licenses .item .user-about {
        display: block !important;
        margin-bottom: 20px;
    }

    .account-licenses .btn-wrapper {
        float: left;
        margin-top: 10px;
    }

        .account-licenses .btn-wrapper .contact.plus {
            position: absolute;
            margin-top: 10px;
            float: none;
            right: 0px;
            top: -66px;
        }

        .account-licenses .btn-wrapper a.download-btn {
            position: absolute !important;
            right: 20px !important;
            top: 17px !important;
        }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .account-licenses .item .user-about {
        margin-bottom: 20px;
    }
}

/*ERRORS*/
.submitErrors ul {
    /*padding-top: 20px;*/
    list-style: none;
    padding-left: 0;
}

    .submitErrors ul li {
        font-size: 14px;
        color: #F00;
    }

/*EDIT form fieldset ACCOUNTS*/
.editImage {
    background: url(../images/icons/edit.png) no-repeat !important;
}

.saveImage {
    background: url(../images/icons/save.png) no-repeat !important;
}

.editarEmail {
    /*background: url(../images/icons/edit.png) no-repeat !important;*/
    background-size: cover !important;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 35px;
    left: -25px;
    cursor: pointer;
}

.editarAlias {
    /*background: url(../images/icons/edit.png) no-repeat !important;*/
    background-size: cover !important;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 126px;
    left: -25px;
    cursor: pointer;
}

.editarCellPhone {
    /*background: url(../images/icons/edit.png) no-repeat !important;*/
    background-size: cover !important;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 35px;
    left: -25px;
    cursor: pointer;
}

.tbEdit {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 27px;
    margin-top: -3px;
}

/*CONFIRM SIGNAL*/
.confirm-signal .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
}

    .confirm-signal .icon-wrapper span {
        width: 94px;
        height: 94px;
        display: block;
        background-image: url(../images/icons/certo_svg.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

.confirm-signal .text-wrapper {
    display: inline-block;
    vertical-align: middle;
}

    .confirm-signal .text-wrapper h6 {
        font-size: 22px;
        color: #1bb934;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .confirm-signal .text-wrapper p {
        font-size: 11px;
        color: #728096;
        line-height: 1em;
    }

.error-signal .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
}

    .error-signal .icon-wrapper span {
        width: 94px;
        height: 94px;
        display: block;
        background-image: url(../images/icons/erro_svg.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

.error-signal .text-wrapper {
    display: inline-block;
    vertical-align: middle;
}

    .error-signal .text-wrapper h6 {
        font-size: 22px;
        color: #ED1C24;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .error-signal .text-wrapper p {
        font-size: 11px;
        color: #728096;
        line-height: 1em;
    }

.account-payment-general-error {
    position: relative;
}

.account-payment-error {
    position: relative;
}

    .account-payment-error span {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -8px;
        background-image: url(../images/icons/error.png);
        background-size: cover;
        width: 16px;
        height: 16px;
        z-index: 3;
    }

    .account-payment-error a {
        position: absolute;
        right: 10px;
        top: 18px;
        background-image: url(../images/icons/delete.png);
        background-size: cover;
        width: 8px;
        height: 8px;
        z-index: 3;
    }

    .account-payment-error input {
        padding-left: 30px !important;
        background-color: #F85359 !important;
        color: #fff !important;
    }

    .account-payment-error ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff !important;
    }

    .account-payment-error ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff !important;
    }

    .account-payment-error :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff !important;
    }

    .account-payment-error :-moz-placeholder {
        /* Firefox 18- */
        color: #fff !important;
    }

.account-payment-generalData-error {
    position: relative;
}

    .account-payment-generalData-error span {
        position: absolute;
        left: 10px;
        top: 34px;
        background-image: url(../images/icons/error.png);
        background-size: cover;
        width: 16px;
        height: 16px;
        z-index: 3;
    }

    .account-payment-generalData-error a {
        position: absolute;
        right: 20px;
        top: 18px;
        background-image: url(../images/icons/delete.png);
        background-size: cover;
        width: 8px;
        height: 8px;
        z-index: 3;
    }

    .account-payment-generalData-error input {
        padding-left: 30px !important;
        background-color: #F85359 !important;
        color: #fff !important;
    }

    .account-payment-generalData-error ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff !important;
    }

    .account-payment-generalData-error ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff !important;
    }

    .account-payment-generalData-error :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff !important;
    }

    .account-payment-generalData-error :-moz-placeholder {
        /* Firefox 18- */
        color: #fff !important;
    }

.genericBlueModal {
    background: rgba(53, 64, 82, 0.7);
}

    .genericBlueModal a.close-btn {
        background-color: #9EABC0;
        height: 70px;
        width: 70px;
        position: absolute;
        top: 0;
        right: 0;
        background-size: 28px 28px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/close-btn.png);
    }

    .genericBlueModal .modal-payment-top {
        background-color: #00A0E9;
        height: 320px;
        padding: 0 60px;
        padding-top: 35px;
        text-align: center;
    }

        .genericBlueModal .modal-payment-top .image-wrapper {
            height: 118px;
            width: 120px;
            margin: 0 auto;
            margin-bottom: 20px;
            display: block;
        }

            .genericBlueModal .modal-payment-top .image-wrapper img {
                max-width: 100%;
                width: 100%;
            }

        .genericBlueModal .modal-payment-top h6 {
            font-size: 24px;
            color: #fff;
            line-height: 1.5em;
            margin-bottom: 5px;
        }

        .genericBlueModal .modal-payment-top p {
            font-size: 14px;
            color: #fff;
            line-height: 1.3em;
            margin-bottom: 15px;
        }

    .genericBlueModal .modal-payment-bottom {
        /*height: 100px ; */
        padding: 30px 90px;
        position: relative;
    }

        .genericBlueModal .modal-payment-bottom .flt-right {
            float: right;
        }

            .genericBlueModal .modal-payment-bottom .flt-right p {
                font-size: 14px;
                color: #5F6873;
                letter-spacing: 0.88px;
                line-height: 1.8em;
            }

        .genericBlueModal .modal-payment-bottom .flt-left {
            float: left;
        }

            .genericBlueModal .modal-payment-bottom .flt-left p {
                font-size: 14px;
                color: #5F6873;
                letter-spacing: 0.88px;
                line-height: 1.8em;
                font-weight: 700;
            }

        .genericBlueModal .modal-payment-bottom .btn-ok {
            /*sposition: absolute;
  bottom: 32px;
  left: 0;
  right: 0;*/
            display: block;
            margin: 0 auto;
            margin-top: 30px;
            min-width: 120px;
            height: 36px;
            background: #9EABC0;
            border: 1px solid #8D99AC;
            border-radius: 4px;
            color: #fff;
            font-size: 14px;
            outline: none;
        }

            .genericBlueModal .modal-payment-bottom .btn-ok:hover {
                background: #00A0E9;
            }

    .genericBlueModal .modal-dialog {
        max-width: 600px;
    }

        .genericBlueModal .modal-dialog .modal-content {
            height: auto;
            box-shadow: 0 0 0;
            border-radius: 4px;
        }
/* Mobile */
@media (max-width: 767px) {
    .genericBlueModal .modal-payment-top {
        padding: 35px 20px 0 20px;
    }

    .genericBlueModal .modal-payment-bottom {
        padding: 30px 10px 10px 10px;
    }
}

/* LOADING */
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 64, 82, 0.7);
    z-index: 9999;
}

    #loading-wrapper .loading-logo {
        width: 118px;
        height: 153px;
        background-image: url(../images/loading_logo.png);
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-animation: breathing 2s ease-out infinite normal;
        animation: breathing 2s ease-out infinite normal;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        margin-top: -76px;
    }

@-webkit-keyframes breathing {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.25;
    }

    60% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes breathing {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.25;
    }
}

.card-info .checkboxs-container p {
    font-size: 14px;
    vertical-align: middle;
    color: #728096;
}

.card-info .checkboxs-container .checkbox-contain {
    vertical-align: middle;
    display: inline-block;
}

.cancel-icon-main {
    position: fixed;
    top: 20px;
    right: 25px;
    height: 27px;
    font-size: 0;
    width: 27px;
    background-image: url(../images/icons/close.png);
    background-size: 27px 27px;
}

.account-sad-face-login .sad-face {
    width: 80px;
    height: 80px;
    background-color: #00a0e9;
    display: block;
    border-radius: 70px;
    margin-bottom: 40px;
    background-image: url(../images/sad-face.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

    .account-sad-face-login .sad-face.rede {
        background-image: url(../images/rede.png) !important;
        background-size: 44px 46px;
    }

.account-sad-face-login .account-not-founded h5 {
    font-size: 25px;
    color: #00a0e9;
    font-weight: 700;
    margin-bottom: 5px;
}

.login-page .fixed-left {
    overflow: auto !important;
}

.login-page.account .login-form p {
    color: #728096 !important;
}

.login-page.account .login-form h3 {
    margin-bottom: 5px !important;
}

@media (min-width: 768px) and (max-width: 1685px) {
    .login-page .login-form {
        width: 75% !important;
    }
}
/* Bloco "Licencas e-Community" da home page: e carregado por AJAX depois da pagina ja estar no ecra,
   por isso precisa de um indicador PROPRIO em vez do overlay #loading-wrapper, que bloquearia a pagina
   inteira enquanto se espera pela API da escola. Reaproveita a animacao "breathing" do .loading-logo. */
.licenses-inline-loading {
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
}
