@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);/*!
 * Bootstrap v4.0.0 (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)
 */
: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;
    --font-family-sans-serif: "Raleway",sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    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: transparent
}

@-ms-viewport {
    width: device-width
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: Raleway,sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    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]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,kbd,pre,samp {
    font-family: monospace,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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -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: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: 2.25rem
}

.h2,h2 {
    font-size: 1.8rem
}

.h3,h3 {
    font-size: 1.575rem
}

.h4,h4 {
    font-size: 1.35rem
}

.h5,h5 {
    font-size: 1.125rem
}

.h6,h6 {
    font-size: .9rem
}

.lead {
    font-size: 1.125rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.img-fluid,.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f5f8fa;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .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
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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,.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-auto,.col-lg,.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-auto,.col-md,.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-auto,.col-sm,.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-auto,.col-xl,.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-2,.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-4,.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-8,.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-10,.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,.table th {
    padding: .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: #f5f8fa
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #f5f8fa;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #f5f8fa;
    background-color: #212529
}

.table-dark td,.table-dark th,.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: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0,0%,100%,.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
    }
}

.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: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.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.19rem + 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(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .7875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.6;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.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-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.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-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn: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-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.68125rem + 2px)
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn: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-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .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,.8);
    border-radius: .2rem
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-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,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f5f8fa,0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 1px #f5f8fa,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:before,.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .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,.8);
    border-radius: .2rem
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-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,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f5f8fa,0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 1px #f5f8fa,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:before,.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align:center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,.form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: 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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    background-color: transparent
}

.btn-link.focus,.btn-link:focus,.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.collapsing,.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    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: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .7875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    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-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.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),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    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:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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 {
    -webkit-box-shadow: 0 0 0 1px #f5f8fa,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #f5f8fa,0 0 0 .2rem rgba(0,123,255,.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 {
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after,.custom-control-label:before {
    position: absolute;
    top: .3rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .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,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0,123,255,.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,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.6;
    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 .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.68125rem + 2px);
    font-size: 75%
}

.custom-select-lg,.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.6875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.19rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:focus~.custom-file-control:before {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.19rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.6;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc((2.19rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    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: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f5f8fa;
    border-color: #dee2e6 #dee2e6 #f5f8fa
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,.navbar>.container,.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .32rem;
    padding-bottom: .32rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    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 50%;
    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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,.navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,.navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,.navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,.navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(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,.5)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient:horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck,.card-deck .card {
        -webkit-box-direction: normal
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        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-header,.card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
        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-header,.card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.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-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.85rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .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
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .675rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    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: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,.list-group-item:hover {
    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:focus,.list-group-item-primary.list-group-item-action:hover {
    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:focus,.list-group-item-secondary.list-group-item-action:hover {
    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:focus,.list-group-item-success.list-group-item-action:hover {
    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:focus,.list-group-item-info.list-group-item-action:hover {
    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:focus,.list-group-item-warning.list-group-item-action:hover {
    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:focus,.list-group-item-danger.list-group-item-action:hover {
    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:focus,.list-group-item-light.list-group-item-action:hover {
    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:focus,.list-group-item-dark.list-group-item-action:hover {
    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.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,.close:hover {
    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,.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content,.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .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: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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% - 3.5rem)
    }

    .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: Raleway,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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: .7875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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: .7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translateZ(0);
        transform: translateZ(0)
    }
}

.active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,.carousel-item-next {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,.carousel-item-prev {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0,0%,100%,.5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.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-dark-blue {
    background-color: #007bff!important
}

a.bg-dark-blue:focus,a.bg-dark-blue:hover,button.bg-dark-blue:focus,button.bg-dark-blue:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-green {
    background-color: #28a745!important
}

a.bg-green:focus,a.bg-green:hover,button.bg-green:focus,button.bg-green:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-dark-yellow {
    background-color: #ffc107!important
}

a.bg-dark-yellow:focus,a.bg-dark-yellow:hover,button.bg-dark-yellow:focus,button.bg-dark-yellow:hover {
    background-color: #d39e00!important
}

.bg-red {
    background-color: #dc3545!important
}

a.bg-red:focus,a.bg-red:hover,button.bg-red:focus,button.bg-red:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-darker {
    background-color: #343a40!important
}

a.bg-darker:focus,a.bg-darker:hover,button.bg-darker:focus,button.bg-darker:hover {
    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: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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 embed,.embed-responsive iframe,.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.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        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
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        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;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!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: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .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: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .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: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .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: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .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: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .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: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .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: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .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: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .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: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .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: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .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
    }
}

.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
    }
}

.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-blue {
    color: #007bff!important
}

a.text-blue:focus,a.text-blue:hover {
    color: #0062cc!important
}

.text-lighter-gray {
    color: #6c757d!important
}

a.text-lighter-gray:focus,a.text-lighter-gray:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00!important
}

.text-light-red {
    color: #dc3545!important
}

a.text-light-red:focus,a.text-light-red:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-black {
    color: #343a40!important
}

a.text-black:focus,a.text-black:hover {
    color: #1d2124!important
}

.text-muted {
    color: #6c757d!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 {
    *,:after,:before {
        text-shadow: none!important;
        -webkit-box-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
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,body {
        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 td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

.navbar-laravel {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04)
}

.live-section

/*********************************************************************************************************************************************************************************************************************************
0. CSS Reset
1. Universal styles (typography, etc.)
2. Header & Nav styles
3. Main Body Content
4. Sidebar Content
5. Widget Content
6. Footer Content
7. Comments & Forms
8. Media Queries
*****************************************************************************************************************
*****************************************************************************************************************

/*********************************************************************************************************************************************************************************************************************************
0. CSS Reset
*********************************************************************************************************************************************************************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*body { font-size: calc(16px + 1vw);  line-height: calc(1.1em + 0.5vw);}*/
ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************************************************************************************************************************************************************************************************
1. Universal styles (typography, font-sizes, font-family, font-awesome, color, etc.)
*********************************************************************************************************************************************************************************************************************************/
html {
	font-size: 1rem;
	scroll-behavior: smooth;
}

body {
	color: #171D20;
	background-color: #F5F6F8;
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
	line-height: normal;
	overflow-x: hidden;
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.strong {
	font-weight: bold;
}

.medium-weight {
	font-weight: 500;
}

.light-medium-weight {
	font-weight: 300;
}

.light-weight {
	font-weight: 100;
}

.normal-weight {
	font-weight: 400;
}

b {
	font-weight: bold;
}

.h0 {
	font-size: 3.25rem;
	line-height: 58px;
}

/*52px*/
h1 {
	font-size: 2.5rem;
}

/*40px*/
h2 {
	font-size: 2rem;
}

/*32px*/
h2.lead {
	font-size: 2.25rem;
	line-height: 40px;
}

/*36px*/
h3 {
	font-size: 1.75rem;
}

/*28px*/
h4 {
	font-size: 1.25rem;
}

/*20px*/
h4.side {
	font-size: 1.5rem;
}

/*24px*/
h4.footer {
	font-size: 24px;
	line-height: 28px;
}

/*24px*/
h4.emfoco {
	font-size: 1.25rem;
	line-height: 22px;
}

/*20px*/
h4.desporto {
	font-size: 1.375rem;
	line-height: 34px;
}

/*22px*/

h5 {
	font-size: 1.125rem;
}

/*18px*/
h5.secundario {
	font-size: 1.125rem;
	line-height: 24px;
}

/*18px*/
h6 {
	font-size: 1rem;
}

/*16px*/
h6.secundario {
	font-size: 0.875rem;
	line-height: 14px;
}

/*14px*/
h6.lead {
	font-size: 14px;
	line-height: 14px;
}

/*14px*/
.h7 {
	font-size: 14px;
}

/*12px*/
.h8 {
	font-size: 0.625rem;
}

/*10px*/

/*newsletters*/
.newsletters-box {
	padding: 25px 30px;
}

h2.newsletters {
	padding-bottom: 8px;
	font-size: 1.875rem;
	line-height: normal;
	font-weight: bold;
}

/*30px*/
p.newsletters-left {
	font-size: 22px;
	line-height: 1.36;
	font-weight: 300;
	margin-bottom: 15px;
}

/*20px*/
h4.newsletters {
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 1.94;
	font-weight: bold;
}

/*18px*/
p.newsletters-right {
	font-size: 0.93rem;
	line-height: 20px;
	margin-bottom: 20px;
}

/*15px*/
.newsletters-box .icon-icone_email {
	margin-right: 12px;
}

.newsletters-box a {
	font-size: 16px;
	font-weight: bold;
}

/*****hover******/


.rmp-i:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

a:hover,
a:hover h4,
#desporto a h5:hover {
	text-decoration: none;
	color: #445660;
	transition: .2s ease;
}

div a:hover img {
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
	-o-filter: brightness(80%);
	-ms-filter: brightness(80%);
	filter: brightness(80%);
	transition: all .6s;
}

a {
	color: #171D20;
	text-decoration: none;
}

a.btn-link-noticias {
	color: #0037E6;
	background-color: #ffffff;
}

a.btn-primary-noticias {
	color: #fff;
	background-color: #0037E6;
}

a.btn-primary-noticias:hover {
	background-color: #1024ea;
}

a.btn-danger-noticias {
	color: #fff;
	background-color: #ff3332;
}

a.btn-danger-noticias:hover {
	background-color: #F71919;
}

a.btn-secondary-noticias {
	color: #fff;
	background-color: #445660;
}

a.btn-secondary-noticias:hover {
	background-color: #3D4C54;
}

.btn-grd-info,
.btn-multimedia,
.btn-rever,
.btn-360,
.btn-play {
	background-color: #44565F;
}

.btn-outline-color {
	color: #0037E6;
	background-color: transparent;
	background-image: none;
	border-color: #0037E6;
}

#listagem_media .btn-outline-color {
	color: #c8d3d9;
	background-color: transparent;
	background-image: none;
	border-color: #c8d3d9;
	margin-top: 55px;
	margin-bottom: 81px;
}

/*Ãºltima hora*/
.small,
small {
	font-size: 0.75rem;
	line-height: 14px;
	margin-bottom: .5rem !important;
	margin-top: .5rem !important;
}

/*12px*/


/*18px*/
p.relacionados {
	font-size: 1.125rem;
	line-height: 22px;
	color: #121618;
}

/*18px*/
.lead {
	font-size: 1.125rem;
	line-height: 24px;
}

/*18px*/

figure {
	margin-bottom: 0px;
}

.wrap {
	width: 100%;
}

.meta {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.meta.media-highlights {
	padding: 40px 50px;
}

.meta.media-highlights h5 a,
.meta.media-highlights h5 a:hover {
	color: #ffffff;
}

.meta figcaption .btn {
	font-size: 12px;
}

.meta.em-foco {
	padding: 20px 20px;
}

.meta.em-foco h4 {
	line-height: 1.1;
	padding-top: 7px;
}

.meta.em-foco h6 {
	line-height: 1.25;
	padding-top: 12px;
}

.d-inline-grid {
	display: inline-grid;
}

.sticky_top {
	position: sticky;
	top: 0;
}

section.sticky-top.rightCol {
	padding-top: 20px;
}

#listagem_media h6.secundario {
	color: #c8d3d9;
	line-height: normal;
}

#listagem_media .meta {
	padding: 25px 50px;
}

#listagem_media section.sticky-top.rightCol {
	padding-top: 0;
}

#listagem_media .sidebar_articles {
	margin-top: 0px;
}

#listagem_media span.topics {
	font-size: 12px;
	margin-right: 10px;
}

/*#listagem_media .layout-dark*/
/*desporto*/
/* esta classe Ã© demasiado genÃ©rica estÃ¡ afetar o site desporto todo
span.artigo-categoria-desporto a{
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important;
font-size: 0.75rem;
line-height: 14px;
margin-bottom: .5rem!important;
margin-top: .9rem!important;
}
*/

.nmt-20 {
	margin-top: -20px;
}

.margin-top-8 {
	margin-top: 8px
}

.margin-top-10 {
	margin-top: 10px
}

.margin-top-15 {
	margin-top: 15px
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-bottom-8 {
	margin-bottom: 8px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.padding-bottom-8 {
	padding-bottom: 8px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-12 {
	padding-bottom: 12px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-top-8 {
	padding-top: 8px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-12 {
	padding-top: 12px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

body#desporto .icon-share {
	color: #a1b91c;
}

body#desporto div.worldnav-header.bg-color-navbar,
body#desporto nav span.navbar-text {
	background-color: #a1b91c;
	color: #000000;
}

nav#navbarSecondarySport li.nav-item span,
li.nav-item span {
	color: #ffffff;
}

div.worldnav-header.bg-color-navbar::after,
body nav span.navbar-text {
	background-color: #0037E6;
	color: #ffffff;
}

#desporto .text-color {
	color: #a1b91c
}

#dossier .text-color,
#artigo .text-color,
article span.text-color {
	color: #0037E6
}

#desporto .cor_fundo_img_before {
	background-color: #a1b91c;
}

.cor_fundo_img_before {
	position: absolute;
	width: 100vw;
	height: 220px;
	z-index: -1;
	background-color: #0037E6;
}

.cor_fundo_img {
	background-color: #0037E6;
}

.cor_fundo_img::after {
	background-color: #fff;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 73px;
	bottom: -1px;
}

/* COLOR */
.transparency {
	background-color: rgba(255, 255, 255, .46);
}

.bg-color {
	background-color: #ffffff
}

.bg-dark-blue {
	background-color: #0037E6 !important;
}

.bg-green {
	background-color: #A5CC7E;
}

.bg-gray-darker {
	background-color: #171D20;
}

.bg-gray-light {
	background-color: #F5F6F8;
}

.bg-dark-yellow {
	background-color: #a1b91c !important;
}

.bg-light-red {
	background-color: #FF3333;
}

.bg-red {
	background-color: #E5272A !important;
}

.bg-subscribe {
	background-color: #EA2020;
	padding: 3px 10px;
	margin-top: 15px;
}

.bg-subscribe svg {
	margin-top: 2px;
}

.bg-black {
	background-color: #1e2326;
}

.bg-table {
	background-color: #DFE8EC !important;
}

.bg-gray {
	background-color: #44565F;
}

.bg-footer {
	background-color: #263238;
}

.text-blue {
	color: #0017E0 !important;
}

.text-blue-light {
	color: #0037E6 !important;
}

.text-lighter-gray {
	color: #A9BBC4 !important;
}

.text-light,
.text-light a {
	color: #DFE8EC;
}

.text-light-danger {
	color: #FF3333;
}

.text-light-red {
	color: #E5272A;
}

.text-gray {
	color: #44565F;
}

.text-light-gray {
	color: #A4B7C0;
}

.text-footer {
	color: #90A4AE;
}

.text-black {
	color: #171D20;
}

.text-autor {
	color: #637A85;
}

.text-red {
	color: #E81515;
}

.gradient {
	background: -moz-linear-gradient(top, rgba(241, 245, 247, 0.65) 0%, rgba(223, 232, 236, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(241, 245, 247, 0.65) 0%, rgba(223, 232, 236, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(241, 245, 247, 0.65) 0%, rgba(223, 232, 236, 0.65) 100%);
	/* W3C, IE10+, FF16+, Cgome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f1f5f7', endColorstr='#a6dfe8ec', GradientType=0);
	/* IE6-9 */
}

.full-width {
	width: 100%;
}

#desporto .sidebar hr {
	margin: 13px 0;
}

.border-bottom-red {
	border-bottom: 2px solid #ea2020;
}

.border-top-red {
	border-bottom: 2px solid #ea2020;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #C8D3D9;
}

hr.headlines {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
}

.sidebar-opinion hr {
	margin: 15px 0
}

#listagem_media hr {
	border-top: 1px solid #44565F
}

.hr-menu {
	border-top: 1px solid #C8D3D9;
	width: 68%;
	opacity: 0.2;
	margin-left: 1.5rem;
}

.z-index1 {
	z-index: 1;
}

.newsletters-box {
	background: url('//www.rtp.pt/noticias/img/modules/newsletters/newsletters-envelope-dark.svg') no-repeat right bottom;
	background-size: auto 140px;
}

.newsletter-box .btn {
	font-size: 0.857rem;
	padding: 8px 17px;
	font-weight: 500;
	line-height: 1.43;
}

.btn {
	font-size: 0.75rem;
	padding: 7px 30px;
	font-weight: 500;
}

#listagem_media.bg-black .leaderboard-pub-advert,
#listagem_media.bg-black .billboard-pub-advert {
	background-color: #888d8e;
}


.pub-frame.leaderboard-pub-advert {
	padding-top: 20px;
	background-color: #f5f6f8;
}

.pub-frame.leaderboard-pub-advert section {
	position: relative;
	background-color: #eaedee;
	padding-bottom: 20px;
	padding-top: 20px;
}

.article-text ul:not(.carousel-indicators) {
	list-style-type: disc !important;
	padding-inline-start: 40px !important;
}

.article-text ol:not(.carousel-indicators) {
	list-style-type: decimal !important;
	padding-inline-start: 40px !important;
}

article .article-text img {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

article .article-text p {
	margin-bottom: 20px;
}

article .twitter-tweet.twitter-tweet-rendered {
	margin: auto;
}

.artigo-data time {
	color: #44565F !important;
}

#listagem_media .artigo-data time,
#listagem_audios .artigo-data time,
#listagem_media span.vertical-bar {
	color: #A9BBC4 !important;
}


#listagem_media.bg-black .pub-frame.leaderboard-pub-advert section {
	background-color: #888d8e;
}

.leaderboard-pub-advert span {
	position: absolute;
	font-size: 9px;
	right: 6px;
	top: 5px;
	font-weight: 500;
	color: #a9bbc4;
	text-transform: uppercase;
}

.billboard-pub-advert {
	background-color: #eaedee;
	padding-bottom: 20px;
	padding-top: 10px;
}

.main-content .billboard-pub-advert {
	margin-bottom: 20px;
}

.billboard-pub-advert span {
	font-size: 9px;
	text-align: right;
	font-weight: 500;
	color: #a9bbc4;
	display: block;
	text-transform: uppercase;
}

.mrec-pub-advert {
	background-color: #eaedee;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.mrec-pub-advert span {
	font-size: 9px;
	text-align: right;
	font-weight: 500;
	color: #a9bbc4;
	display: block;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 10px;
}

.sticky-top .mrec-pub-advert.margin-bottom-30 {
	margin-bottom: 0 !important;
}

.bg-overlay-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 998;
	display: none;
}

.modal_1 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	margin-top: 60px;
	z-index: 30000;
}

@media screen and (min-width: 992px) {
	.pstn-relative-md {
		position: relative;
	}

	.pstn-absolute-md {
		position: absolute !important;
	}

	.modal_1 {
		margin-top: 0;
		padding-top: 60px;
	}
}


button.btn.btn-danger {
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #E5272A 0%, #D21F22 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #E5272A 0%, #D21F22 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #E5272A 0%, #D21F22 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E5272A), color-stop(100, #D21F22));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #E5272A 0%, #D21F22 100%);
	/* W3C Markup */
	background-image: linear-gradient(to bottom, #E5272A 0%, #D21F22 100%);
	border-color: transparent;
}

button.btn.btn-primary {
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #254AF6 0%, #0F20D0 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #254AF6 0%, #0F20D0 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #254AF6 0%, #0F20D0 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #254AF6), color-stop(100, #0F20D0));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #254AF6 0%, #0F20D0 100%);
	/* W3C Markup */
	background-image: linear-gradient(to bottom, #254AF6 0%, #0F20D0 100%);
	border-color: transparent;
}

button.btn.btn-blue {
	background-color: #0037E6;
	color: white;
	padding: 8px 30px;
	margin-top: 50px;
}

.gradient_readButton {
	position: relative;
	bottom: 52px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: -moz-linear-gradient(top, rgba(30, 35, 38, 0) 0%, rgba(23, 29, 32, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30, 35, 38, 0) 0%, rgba(23, 29, 32, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30, 35, 38, 0) 0%, rgba(23, 29, 32, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-8 */
}

.white_gradient_readButton {
	position: relative;
	bottom: 52px;
	padding-bottom: 0px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-8 */
}

.bg-light-red .fa-dot-circle {
	position: relative;
	color: #fe9191;
	right: 4px;
	border-radius: 30px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
	/* IE6-8 fallback on horizontal gradient */
}

.fa-stack {
	display: inline-grid;
}

/*********************************************************************************************************************************************************************************************************************************
2. Header & Nav styles
*****************************************************************************************************************************************************************************
****************************************************/
nav a:hover span.worldnav-logo img,
nav a.worldnav-header-logo:hover img {
	filter: inherit;
}


#articles-container .list-article-live .see-full-article-container {
	border-bottom: 3px solid #ea2020;
}

#articles-container .list-article-report .see-full-article-container {
	border-bottom: 3px solid #44565f;
}

#articles-container .list-article-live {
	border-top: 3px solid #ea2020;
}

#articles-container .list-article-report {
	border-top: 3px solid #44565f;
}

.list-article-live .badge-direto,
.badge-direto {
	color: #fff;
	background-color: #ff3333;
	margin-right: 8px;
}

#content-live-ajax .badge-direto {
	color: #EA2020;
	background-color: transparent;
	margin-right: 8px;
	font-size: 14px;
	font-weight: 500;
	margin-left: 9px;
	padding-top: 30px;
}

.artigo_live_momentos .badge-direto {
	color: #fff;
	background-color: #ff3333;
	margin-right: 8px;
}

.moments_moment_article section.padding-bottom-12.padding-top-12.bg-color {
	padding-top: 30px;
}

.list-article-report .badge-reportagem,
.badge-reportagem {
	color: #fff;
	background-color: #44565f;
	margin-right: 8px;
}

.list-article-report .text-color {
	color: #44565f !important;
}

.list-article-live .text-color {
	color: #ea2020 !important;
}

#navbarSecondarySport li.nav-item.active a.nav-link,
#navbarSecondarySport .navbar-nav .nav-link:hover {
	color: #181303;
	background-color: #eeeeee;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

#navbarSecondary li.nav-item.active a.nav-link,
#navbarSecondary .navbar-nav .nav-link:hover {
	color: #0037E6;
	background-color: #F4F6F7;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

nav#navbarSecondarySport {
	background-color: #a1b91c;
}

nav#navbarSecondarySport .dropdown-item:focus,
nav #navbarSecondarySport .dropdown-item:hover {
	color: #000;
	text-decoration: none;
	background-color: #a1b91c;
}

#navbarSecondarySport .dropdown-menu.dropdown-menu-right.dropdown-default.show .dropdown-item:hover,
.dropdown-menu.dropdown-menu-right.dropdown-default.show .dropdown-item:focus,
.dropdown-menu.dropdown-menu-right.dropdown-default.show .dropdown-item:hover {
	background-color: #263238;
	color: #ffffff;
	opacity: 0.98;
}

nav #navbarSecondarySport ul li div.dropdown-menu.w-100.show {
	text-align: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.77), #000000);
	width: 100vw !important;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

li.nav-item.dropdown.position-static.show a#navbarSecondarySport {
	background-color: #000;
	color: #fff;
}

a.worldnav-header-logo img.uninav-logo {
	margin-right: 15px
}

.nav>li.dropdown.open {
	position: static;
}

.nav>li.dropdown.open .dropdown-menu {
	display: table;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.77);
}

.dropdown-menu>li {
	display: inline-block;
}

@media (min-width: 1024px) {
	li.open>.uninav-menu-panel {
		display: block;
		pointer-events: all;
		opacity: 1;
		transition: all 0.2s ease-in-out;
		z-index: 2002 !important;
	}
}

div.uninav-breaking-wrapper div.container {
	padding-right: 0;
	padding-left: 0;
}

.uninav-positioner .uninav-wrapper .container {
	padding: 0;
}

#listagem_media div.nav.listagem_media {
	overflow-x: scroll;
}

#listagem_media .navbar-light .navbar-nav .active>.nav-link,
#listagem_media .navbar-light .navbar-nav .nav-link.active,
#listagem_media .navbar-light .navbar-nav .nav-link.show,
#listagem_media .navbar-light .navbar-nav .show>.nav-link {
	color: #DFE8EC;
}

.bg-black h1,
.bg-black h1 a,
.bg-black a h5 {
	color: #DFE8EC;
}

.bg-black h1 a:hover,
.bg-black a:hover h5 {
	color: #ffffff;
}

#listagem_media .piped li {
	border-left: 1px solid #37474F;
}

nav #navbarSecondary ul li.nav-item.dropdown .dropdown-toggle:after,
nav #navbarSecondarySport ul li.nav-item.dropdown .dropdown-toggle:after {
	display: none;
}

#desporto nav #navbarSecondary ul li.nav-item.dropdown .nav-link.dropdown-toggle svg {
	font-size: 24px;
	color: #000;
}

nav #navbarSecondary ul li.nav-item.dropdown .nav-link.dropdown-toggle svg {
	font-size: 24px;
	color: #ffffff;
}

nav #navbarSecondarySport ul li.nav-item.dropdown .nav-link.dropdown-toggle svg {
	font-size: 24px;
	color: #37474F;
}

/*nav #navbarSecondary div.dropdown-menu.dropdown-menu-right.dropdown-default.show, nav #navbarSecondarySport div.dropdown-menu.dropdown-menu-right.dropdown-default.show{	background-color: #263238; right: 0; left: auto; color: #ffffff; opacity: 0.98;}*/

nav .dropdown-item:focus,
.dropdown-item:hover .dropdown-item:hover {
	color: #98ADB8;
	text-decoration: none;
	background-color: transparent;
}


nav .dropdown-item {
	display: block;
	width: 535px;
	padding: .25rem 1.5rem;
	clear: both;
	color: #ffffff;
	text-align: left;
	white-space: nowrap;
	border: 0;
	font-size: 18px;
	text-transform: none;
}

div.dropdown-menu.dropdown-menu-right.dropdown-default.show .small a.dropdown-item {
	color: #9babb4;
	font-size: 14px;
	font-weight: normal;
}

nav #navbarSecondarySport ul li div.dropdown-menu.w-100.show a.dropdown-item {
	display: inline-block;
	padding: 22px 13px;
	clear: both;
	text-align: inherit;
	white-space: nowrap;
	border: 0;
	text-transform: uppercase;
	width: initial;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
}

nav #navbarSecondary .btn,
nav #navbarSecondarySport .btn {
	border-radius: .25rem;
}

nav #navbarSecondary .app_button,
nav #navbarSecondarySport .app_button {
	font-size: 21px;
	padding: 7px 15px;
}

nav #navbarSecondary .app_button span,
nav #navbarSecondarySport .app_button span {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 1rem;
}

.piped li {
	border-left: 1px solid rgba(0, 0, 0, .2);
}

.piped li:first-child {
	border-left: none;
}

a.worldnav-header-logo img.uninav-logo {
	height: 24px;
}

.worldnav-logo img {
	height: 17px;
}

.worldnav-header-logo {
	display: inline-block;
}

.worldnav-logo-text {
	font-weight: 300;
	font-size: 22.5px;
	vertical-align: baseline;
	line-height: 1.2;
}

.worldnav-header .page-name {
	font-size: 35px
}

.vertical_align_middle {
	vertical-align: super;
}

.align_vertical_middle {
	margin-top: auto;
	margin-bottom: auto;
}

.navbar-light .navbar-text {
	font-size: 13px;
	font-weight: 400;
}

#listagem_media div#navbarNav ul.navbar-nav li.nav-item.active a.nav-link,
#listagem_media div#navbarNav ul.navbar-nav li.nav-item a.nav-link:hover {
	margin: 0px 0px;
	padding: 13px 22px;
}

#listagem_media div#navbarNav ul.navbar-nav li.nav-item a.nav-link {
	padding: 13px 22px;
	color: #DFE8EC;
}

div#navbarNav ul.navbar-nav li.nav-item.active a.nav-link,
div#navbarNav ul.navbar-nav li.nav-item a.nav-link:hover {
	border-bottom: 0;
}

div#navbarNav ul.navbar-nav li.nav-item a.nav-link {
	padding: 5px 17px;
}

/*navbar dossier*/
nav.dossier {
	text-transform: uppercase;
	font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link {
	color: #37474F;
	padding: 6px 15px;
	font-weight: 500;
	font-size: 0.875rem;
	margin: 2px 0;
}

#listagem_videos .navbar-light .navbar-nav .active>.nav-link,
#listagem_videos .navbar-light .navbar-nav .nav-link.show,
#listagem_videos .navbar-light .navbar-nav .show>.nav-link {
	border-bottom: 3px solid #0037E6;
}

#listagem_audios .navbar-light .navbar-nav .active>.nav-link,
#listagem_audios .navbar-light .navbar-nav .nav-link.show,
#listagem_audios .navbar-light .navbar-nav .show>.nav-link {
	border-bottom: 3px solid #E5272A;
}

.bg-black .navbar-light .navbar-nav .nav-link {
	margin-right: 40px;
	margin-bottom: 0px;
	padding: 20px 0px 15px 0px;
	color: #9BABB4;
}

.featured_left_img .badge {
	margin-top: 0;
	margin-bottom: 12px;
}

.playlist-item .badge {
	margin-top: 0;
}

.navbar-white .navbar-nav .nav-link {
	color: #ffffff;
	padding: 6px 32px;
	margin-bottom: 9px;
}

.navbar-white .navbar-nav .active>.nav-link,
.navbar-white .navbar-nav .nav-link.show,
.navbar-white .navbar-nav .show>.nav-link,
.navbar-white .navbar-nav .nav-link:focus {
	border-bottom: 3px solid #ffffff;
	font-weight: 500;
}

.navbar-white .navbar-nav .nav-link:hover {
	border-bottom: 3px solid #ffffff;
}

.navbar-white li {
	border-right: 1px solid white;
	height: 30px;
	margin: 4px 0;
}

nav.navbar.navbar_listagem {
	padding: 0px;
}

nav.navbar.navbar_listagem .navbar-nav a.nav-link {
	padding: 12px 22px;
	font-size: 1rem;
	font-weight: 500;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link:hover {
	color: #ffffff;
}

.mundial-2022 .secundary-navbar-desktop {
	background-color: #71112F;
}

.secundary-navbar-desktop .subnav-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	opacity: 0.6;
	padding-top: 20px;
	padding-bottom: 17px;
	display: inline-block;
}

.secundary-navbar-mobile {
	border-top: 1px solid #D6DFE2;
}

#desporto .navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

#navbarSecondary a#navbarDropdownMenuLink-333 {
	margin: 0;
	padding: 0;
	background-color: initial;
}

#desporto .navbar-dark .navbar-nav .nav-link:hover,
#desporto .navbar-dark .navbar-nav .nav-link:active,
.nav-item .dropdown .position-static .show,
.nav-link .dropdown-toggle .active {
	color: #181303;
	background-color: #eeeeee;
}

#navbarSecondary ul li a.nav-link {
	font-size: 1rem;
	font-weight: 500;
	color: #ffffff;
}

.highlight-play .media-highlights h2 {
	font-size: 28px;
}

.custom-toggler.navbar-toggler {
	border-color: transparent;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(16,36,234)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-dossier-toggler .navbar-toggler-icon {
	background-image: inherit;
	font-size: 0.7em;
}

.fas {
	line-height: 0.7;
}

button:focus {
	outline: initial;
}

.barra_vertical {
	border: 1px solid #a9bbc4;
	padding: 4px 0px 2px 0px;
	margin-left: 13px;
}

.barra_vertical_escura {
	border-right: 1px solid #A9BBC4;
	padding: 4px 3px;
	margin-right: 8px;
}

.barra_vertical_branca {
	border-right: 1px solid #fff;
	padding: 4px 3px;
	margin-right: 8px;
}

.main.container a.nav-link {
	color: #44565F;
	font-weight: 100;
	line-height: 26px;
}

.main.container a.nav-link.active {
	border-bottom: 2px solid #A4B7C0;
	font-weight: bold;
}

.sidebar ul li a.nav-link {
	font-size: 24px
}

/*Menu galeria, imagem do dia*/
#listagem_media div.nav.listagem_media a:hover,
nav.listagem_media a:active,
nav.listagem_media .active {
	color: #ffffff;
}

#listagem_media div.nav.listagem_media a {
	color: #44565F;
	font-weight: 500;
	font-size: 32px;
}

#listagem_media .barra_vertical {
	border: 1px solid #C8D3D9;
}

/*article header*/
#listagem_media .media_title,
.layout-dossier h2.media_title {
	padding-top: 30px;
	padding-bottom: 30px;
}

article span.artigo-categoria a {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	font-size: 0.75rem;
	color: #0037E6;
	text-transform: uppercase;
}

/* special article header */

/*special article */
article .card-img-overlay {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 28px;
	left: 0;
	padding: 0;
	width: 519px;
}

article .card-text {
	color: #fff;
	font-weight: 300;
}

.article_special .topics.artigo-categoria {
	padding: 29px 0 7px 0;
}

.article_special .topics.artigo-categoria a.article_topic.text-color {
	color: #1024EA;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
}

.article_special .card-title,
.article_special .card-text,
article .card-text.small,
.article_special article h5.card-text {
	color: #37474F;
}

article.article_special .container-padding {
	padding: 0 200px;
	margin-top: 566px;
}

article.article_special div.container.pstn-relative-md.bg-white {
	top: 566px;
}

article.article_special .descricao-foto {
	margin: 0;
	padding-bottom: 9px;
}

article.article_special .title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.1;
	color: #37474f;
}

article.article_special .lead {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
	color: #37474f;
}

article.article_special .credits {
	margin: 25px 0 !important;
	font-weight: normal;
}

article.article_special .article-text .rmp-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

article.article_special .fontsmall {
	font-size: 13px;
	display: block;
	color: #435660;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

article.article_special .titletext {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	padding-top: 60px;
	padding-bottom: 30px;
	color: #171d20;
}

article.article_special .article-text img {
	max-width: 100%;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}

article.article_special span.small.credito {
	border-bottom: 1px solid #A9BBC4;
	color: #435660 !important;
	font-size: 0.75rem;
	line-height: 16px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: inline-block;
	padding-bottom: 8px;
	text-align: center;
}

article.article_special .article-text p,
article.article_special .article-text div {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

article.article_special .col-2.col-sm-6.col-lg-5.text-right.d-print-none ul.redes-sociais {
	text-align: right;
}

article.article_special .ct_pub,
article.article_special .ct_mod {
	color: #37474f;
	line-height: 1.67;
}

article.article_special span.pr-2 {
	border-right: 1px solid #37474f;
	margin-right: 4px;
}

/*special article end */
#navbarSecondary li.nav-item.active a.nav-link,
#navbarSecondary .navbar-nav .nav-link:hover {
	color: #0037E6;
	background-color: #F4F6F7;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/*listagem_videos e audio*/
.bg-black li.nav-item.active a.nav-link,
.bg-black .navbar-nav .nav-link:hover {
	color: #ffffff;
	background-color: #1E2326;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/*********************************************************************************************************************************************************************************************************************************
	3. Main Body Content
	*********************************************************************************************************************************************************************************************************************************/

.mh-0 {
	min-height: 0;
}

.meta.highlights {
	padding: 25px 30px;
}

.meta.highlights h2.main-title,
h4.main-title {
	padding-top: 12px;
}

/*Rever em caso de data voltar a aparecer*/

article .fontsmall {
	font-size: 87%;
}

.artigo-data .date-clock,
.date-clock svg {
	position: relative;
	top: 2px;
}

.vertical-bar {
	margin-right: 5px;
	margin-left: 5px;
}

#img-rights,
.img-responsive {
	max-width: 100%;
	height: auto;
}

#listagem_media .margin-top,
.layout-dossier .margin-top,
#desporto.competition-list .margin-top,
.article_special .margin-top {
	margin-top: 0px !important;
}

.margin-top,
#noticias .margin-top {
	margin-top: 20px;
}

.publish_date {
	color: #A9BBC4;
	font-size: 12px;
	line-height: 14px;
}

#mediaCarousel .publish_date {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 15px;
}

.no-img-destk p {
	line-height: 26px;
}


.infographic h1.title {
	font-size: 40px;
}

article.infographics {
	background-color: white;
	margin-top: 20px;
}

article.infographics a.article_topic.text-color {
	color: #1024EA;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
}

article.infographics .topics {
	padding: 29px 0 7px 0;
}

article.infographics .title {
	padding-top: 15px;
	font-size: 40px;
	padding-bottom: 10px;
}

article.infographics .title-lead {
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.67;
	text-align: center;
}

article.infographics .data_publicacao {
	color: #A9BBC4;
	font-size: 12px;
	padding-top: 0px;
}

article.infographics .social {
	padding-top: 30px;
	padding-bottom: 30px;
}

article.infographics .article-text {
	padding-top: 40px;
	padding-bottom: 0px;
}

article.infographics .ver-todas {
	padding-bottom: 82px;
	padding-top: 50px;
}

.infographic .margin-top {    
	margin-top: 0;
}

.left-img-text {
	font-size: 16px;
	line-height: 1.38;
}


article.article_special .article-text img.mask-image {
	max-width: inherit;
	height: auto;
}

article.article_special ul.redes-sociais {
	margin: 25px 0 30px 0;
	text-align: center;
}

article.article_special h5.card-text {
	font-weight: normal;
}

article.article_special .card {
	border: 0;
}

article.article_special .card-img-overlay {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100% !important;
}

article.article_special ul.redes-sociais span li {
	padding-left: 10px;
}

/*special article end */

/*artigo live com momentos*/

article.artigo_live_momentos span.artigo-categoria a {
	color: #FF3333;
}

article.artigo_live_momentos h1.normal-weight {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 4px !important;
	margin-top: 11px !important;
	font-weight: 500;
}

article.artigo_live_momentos .text-autor {
	line-height: 20px;
}

article.artigo_live_momentos .article-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

article.artigo_live_momentos .article-text div,
article.artigo_live_momentos .article-text div section span,
article.artigo_live_momentos .article-text div ul li {
	line-height: 25px;
	font-size: 14px;
}

article.artigo_live_momentos .article-text div section span.rmp-i.rmp-i-play {
	font-size: 35px !important;
}

article.artigo_live_momentos section#sidebar-key-moments {
	padding: 25px 29px;
}

article.artigo_live_momentos .live-moments-block span div {
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	padding-bottom: 0 !important;
}

article.artigo_live_momentos h6#live_moments_article_title_sidebar {
	color: #171D20;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}

article.artigo_live_momentos .badge {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	padding: 2px 10px;
	margin-top: 0;
	display: table;
}

article.artigo_live_momentos hr {
	border-top: 1px solid #E7E7E7;
}

article.artigo_live_momentos .article-text i {
	font-style: normal;
}

article.artigo_live_momentos .playlist-item {
	margin-top: 0px;
}

article.artigo_live_momentos .article-main-title {
	margin-top: 14px;
	margin-bottom: 16px;
}

article.artigo_live_momentos .article-main-title h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}

article.artigo_live_momentos .listagem_media ol.carousel-indicators li {
	list-style: none;
}

article.artigo_live_momentos .article-text ol {
	padding-inline-start: 0px !important;
}

article.artigo_live_momentos .padding-top-20 .article-text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

article.artigo_live_momentos .mx-md-5,
article.artigo_live_momentos .ml-md-5 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

article.artigo_live_momentos .article-text ul:not(.carousel-indicators) {
	list-style-type: disc !important;
	padding-inline-start: 18px !important;
}

article.artigo_live_momentos .bg-color.playlist-item.padding-top-20,
article.artigo_live_momentos .container.px-0 .padding-top-20 {
	padding-top: 0;
}

article.artigo_live_momentos .margin-bottom-30.autor-meta {
	margin-bottom: 25px;
}

article.artigo_live_momentos .article-text img {
	padding-top: 0px;
	padding-bottom: 0px;
}

article.artigo_live_momentos .mx-3.mx-md-5.article-text.margin-top-30 {
	margin-top: 20px;
}

article.artigo_live_momentos .embed-responsive-item.floating-player-video {
	margin-bottom: 0;
}

article.artigo_live_momentos span.live-ajax {
	border-radius: 10px;
	margin-bottom: -17px;
}

/*artigo live com momentos end*/

/*opiniao*/
article.opiniao div.row.opiniao {
	padding-top: 30px;
	padding-bottom: 30px;
}

.opiniao .article_footer_share {
	padding-top: 26px;
	padding-bottom: 42px;
}

article.opiniao span.artigo-categoria a {
	font-size: 12px;
	line-height: normal;
}

/* article.opiniao.after_article_viewed a img.img-fluid{max-width: 80px; max-height: 80px;} */
article.opiniao a img.img-fluid {
	max-width: 80px;
	max-height: 80px;
}

article.opiniao .foto_cronista a figure img {
	max-width: 100px;
	max-height: 100px;
}

article.opiniao p a {
	font-size: 18px;
	line-height: 1.78;
}

article.opiniao p {
	font-size: 13px;
	line-height: 1.54;
}

article.opiniao.after_article_viewed figcaption {
	padding: 10px
}

article.opiniao h6.opinion-name {
	font-size: 12px;
	color: #a9bbc4;
}

article.opiniao h6.opinion-title {
	font-size: 14px;
	line-height: 1.14;
	color: #171d20;
}

article.opiniao.after_article_viewed a h6.opinion-name {
	opacity: 1;
}

article.opiniao.after_article_viewed a h6.opinion-title {
	opacity: 0.4;
}

.opinion-section .text-section {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
}

.tab-content article.chronicler_page {
	padding-top: 20px;
	padding-bottom: 20px;
}

.rmp-object-fit-contain {
	object-fit: cover !important;
}

.article-text ul {
	list-style-type: disc !important;
	padding-inline-start: 40px !important;
}

/*
.article-text ol {
	list-style-type: decimal !important;
	padding-inline-start: 40px !important;
}
*/
article .article-text img {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

article .article-text p {
	margin-bottom: 20px;
}

article .twitter-tweet.twitter-tweet-rendered {
	margin: auto;
}

.artigo-data time {
	color: #44565F !important;
}

#listagem_media .artigo-data time,
#listagem_audios .artigo-data time,
#listagem_media span.vertical-bar {
	color: #A9BBC4 !important;
}


.circle-loading {
	width: 50px;
	height: 50px;
	border: 4px solid rgba(164, 183, 192, 0.3);
	border-radius: 50%;
	margin: 0 auto;
	-webkit-animation: spin 800ms infinite linear;
	animation: spin 800ms infinite linear;
	border-top-color: #a4b7c0;
	margin-bottom: 50px;
	margin-top: 20px;
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

article .full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* See warning below */

#listagem_media .carousel-inner .carousel-item img {
	width: 100%;
	max-height: 658px;
	max-width: initial;
}

.carousel-item img {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#listagem_media div.col-lg-3.col-md-6.col-12 {
	margin-bottom: 50px;
}

.bg-white ul#grid-list-tabs li.nav-item a.nav-link,
.bg-black ul#grid-list-tabs li.nav-item a.nav-link,
.layout-dossier #navbarSecondary2 ul li.nav-item a.nav-link {
	line-height: 14px;
	font-size: 14px;
	color: #9babb4;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0 0 14px 0;
	margin-right: 40px;
}

.bg-white ul#grid-list-tabs li.nav-item a.nav-link.active {
	color: #44565f;
	background-color: transparent;
	border-bottom: 3px solid #0037e6;
	border-radius: 0
}

.bg-black ul#grid-list-tabs li.nav-item a.nav-link.active,
.layout-dossier #navbarSecondary2 ul li.nav-item a.nav-link.active {
	color: #e1e8ec;
	background-color: transparent;
	border-bottom: 3px solid #0037e6;
	border-radius: 0
}

.bg-black ul#grid-list-tabs li.nav-item a.nav-link:hover,
.bg-black article span.artigo-categoria a:hover,
.layout-dossier #navbarSecondary2 ul li.nav-item a:hover {
	color: #e1e8ec;
}

#listagem_media.bg-black h2.text-color a {
	color: #ffffff;
	line-height: normal
}

#listagem_media.bg-black a h5.text-color,
.bg-black #listagem_media a h5.text-color {
	color: #ffffff;
	line-height: 1.33;
	margin: 12px 0;
}

#desporto #listagem_media a h5.text-color {
	color: #ffffff;
	line-height: 1.33;
	margin: 12px 0;
}

#listagem_media.bg-black .related a h5.text-color {
	margin: 0;
}

#listagem_media.bg-black a:hover h5 {
	color: d6dfe2;
}

#listagem_media.bg-white a h5.text-color {
	color: #171d20;
	line-height: 1.33;
	margin: 12px 0;
}

#listagem_media.bg-white span.topics {
	color: #44565f !important;
	font-size: 12px;
	margin-right: 10px;
}

#listagem_media.bg-white .layout-dark-noticias .submenu-title,
#listagem_media.bg-white .layout-dark-noticias .subnav-link {
	color: #44565f;
}

/* #listagem_media.bg-white a{padding-top: 12px; padding-bottom: 10px;}*/
#listagem_media.bg-white .text-color,
.layout-dossier h2.media_title {
	color: #44565f;
}

#desporto.bg-black a.article_topic.text-color,
.bg-black a.article_topic {
	color: #ffffff;
	font-weight: 500;
	font-size: 0.75rem;
	text-transform: uppercase;
}

#listagem_media article .h7.pb-3.strong.text-uppercase {
	color: #44565F;
}

.bg-black article span.artigo-categoria a,
.bg-black small.text-gray,
.bg-black .text-autor {
	color: #A9BBC4;
}

.text-autor {
	font-size: 13px;
}

div#listagem_media.bg-color,
div#listagem_media article.bg-color,
div#listagem_media .bg-color,
.bg-black article {
	background-color: #171D20;
}

#listagem_media .bg-light {
	background-color: inherit !important;
}

#listagem_media article .article-text,
#listagem_media .h7,
#listagem_media section article h6 {
	color: #DFE8EC;
}

#listagem_media ul.nav.nav-tabs li a {
	color: #ffffff;
	background-color: #252C2F;
}

#listagem_media figcaption .fa-camera {
	margin-right: 10px;
}

#listagem_media figcaption span {
	line-height: 1.23;
	font-size: 13px;
}

#listagem_media h5.intro {
	line-height: 1.56;
	padding-top: 12px;
	border-bottom: 1px solid #a9bbc4;
	padding-bottom: 12px;
	width: 100%;
}

.form-group {
	margin-bottom: 0
}

/*article div img{max-width: 100%;}*/
.sidebar-vertical-title {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.13;
	color: #fff;
}

.sidebar-vertical-lead {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.44;
	color: #fff;
}

.sidebar-vertical-stuff {
	font-size: 18px;
	line-height: 1.44;
	font-weight: 500;
	margin-top: 5px;
	color: #fff;
}

article .article-main-title {
	margin-top: 15px;
	margin-bottom: 20px;
}

article .article-main-title h1 {
	line-height: 1.1
}

.date-mobile {
	margin-top: -10px;
	margin-bottom: 10px;
}

.article-text {
	margin-bottom: 30px;
}

.opiniao .article-text {
	margin-bottom: 0;
}

article .article-text p,
.article-text p,
.article-text div,
.article-text {
	font-size: 1.125rem;
	line-height: 1.56;
	font-weight: 400;
}

article .article-text i {
	font-style: italic;
}

article .article-text .listagem_media .meta {
	bottom: 15px;
	left: 15px;
	position: absolute;
}

article .article-text .listagem_media .meta span {
	color: #fff;
}

article .article-text .listagem_media a {
	color: #fff !important;
}

article .article-lead {
	margin-bottom: 30px;
}

article div.related {
	border-bottom: 1px solid #C8D3D9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

article .article-text span.titletext,
article .article-text div.titletext {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	padding-top: 50px;
	padding-bottom: 20px;
}

article .article-text a {
	color: #1024ea;
}

article .article-text span.Right {
	padding-left: 19px;
	border-left: 1px solid #A9BBC4;
	font-size: 24px;
	line-height: 1.33;
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline-block;
	float: right;
	margin-left: 30px;
}

article .topicos-bottom {
	overflow: hidden;
}

article .topicos-bottom a {
	color: #1024EA;
	line-height: 1.38;
	font-weight: 500;
}

#desporto article .topicos-bottom a:hover,
article .topicos-bottom a:hover,
#desporto .text-color a:hover,
.text-color a:hover {
	color: #80949f;
}

article .form-control {
	background-color: transparent;
	border: 1px solid #C8D3D9;
	font-size: 13px;
	font-weight: 300;
	padding-left: 34px;
	border-radius: 2px;
	color: #A4B7C0;
}

article .playlist-item {
	margin-top: 20px;
}

/* continuar a ler */
div.text-container {
	margin: 0 auto;
	width: 75%;
}

.descricao-foto {
	border-bottom: 1px solid #c8d3d9;
	color: #435660;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0px;
}

span.image-author {
	color: #a9bbc4
}

.hideContent {
	overflow: hidden;
	line-height: 1em;
	height: 2em;
}

.showContent {
	line-height: 1em;
	height: auto;
}

.show-more {
	padding: 10px 0;
	text-align: center;
}

/*tables*/
.borderless {
	border-top: 0 !important;
}

.table td,
.table th {
	vertical-align: middle !important;
}

.round {
	border-radius: 4px;
	padding: 5px 4px;
}

/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3,
.animated-icon4 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span,
.animated-icon3 span,
.animated-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #e65100;
}

.animated-icon3 span {
	background: #e3f2fd;
}

.animated-icon4 span {
	background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.modulo_player_hp .nav-tabs li {
	padding: 0;
}

.modulo_player_hp ul.nav.nav-tabs li:nth-child(1) .active {
	background-color: #0037E6;
	color: #fff;
}

.modulo_player_hp ul.nav.nav-tabs li:nth-child(2) .active {
	background-color: #E5272A;
	color: #fff;
}

.modulo_player_hp .nav-tabs li a {
	font-size: 1rem;
	background-color: #E6EBEE;
	color: #A9BBC4;
	display: inline-block;
	width: 100%;
	height: auto;
	font-weight: bold;
	line-height: 16px;
}

.modulo_player_hp .nav-tabs li a:hover {
	text-decoration: none;
	color: #fff;
}

.modulo_player_hp .direto {
	font-size: 12px;
	z-index: 100;
	background-color: #E5272A;
	padding: 0px;
}

.player_audio_title {
	font-size: 1.5rem;
	padding: 15px 15px 10px 15px;
	font-weight: 500;
}

.player_audio_title span {
	display: inline-block;
	position: relative;
	top: 1px;
}

.modulo_player_hp .rmp-container div {
	text-shadow: none;
}

.rmp-container .rmp-title-area,
.rmp-chrome .rmp-title-area {
	display: none !important;
	opacity: 0 !important;
}

.modulo_player_hp .rmp-time-total {
	background: rgba(255, 255, 255, .5) !important;
}

.modulo_player_hp .overlay-muted {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.modulo_player_hp .muteLive {
	color: #fff;
	font-size: 35px;
	left: 44%;
	top: 0;
	margin-top: 22%;
	position: absolute;
	z-index: 10;
	display: block;
}

.modulo_player_hp .last-news-audio-btn {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 15px;
	color: #E5272A;
	font-weight: 500;
}

/*Live rtp noticias*/
* {
	box-sizing: border-box;
}

.column {
	float: left;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.menu {
	width: 6%;
	text-align: center;
}

.content {
	width: 91%;
	border-bottom: 1px solid #C8D3D9;
	padding-bottom: 19px;
	margin-bottom: 26px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	padding-bottom: 7px;
	margin-bottom: 0;
}

/*carousel*/

.carousel-item {
	-webkit-perspective: inherit;
	perspective: inherit;
}

#listagem_media .carousel-indicators-listagem_media {
	overflow-x: auto;
}

.carousel-content {
	color: black;
	display: flex;
	align-items: center;
}

#carousel-example-generic {
	width: 100%;
	height: 460px;
	padding: 50px 0;
}

#carouselEmfocoIndicators .carousel {
	position: unset;
}

#carouselEmfocoIndicators .carousel-indicators li {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: #A9BBC4;
	opacity: 0.4;
}

#carouselEmfocoIndicators .carousel-indicators .active {
	height: 12px;
	width: 36px;
	border-radius: 40px;
	opacity: initial;
	background-color: #A9BBC4;
}

.rmp-overlay-button {
	visibility: visible;
}

.color-red .rmp-mobile-show-play.rmp-color-bg,
.color-red .rmp-overlay-button.rmp-color-bg {
	background: rgba(234, 32, 32, 0.7) !important;
}

.color-blue .rmp-mobile-show-play.rmp-color-bg,
.color-blue .rmp-overlay-button.rmp-color-bg {
	background: rgba(0, 55, 230, 0.7) !important;
}

div.rmp-module-button span.rmp-i.rmp-i-sharing {
	right: 42px !important;
}

div.rmp-volume.rmp-module {
	right: 64px !important;
}

#playerLiveHP .rmp-overlay-button.rmp-color-bg,
.rmp-mobile-central-ui.rmp-color-bg,
span.rmp-i.rmp-i-pause {
	display: none;
}

.rmp-live .rmp-time-elapsed-text,
.rmp-live-dvr .rmp-time-elapsed-text {
	background-color: transparent !important;
}

.rmp-i-dvr::before {
	content: '' !important;
}

/*
		#playerLiveHP .rmp-live .rmp-time-elapsed-text {
		top: -1px!important;
		right: 0;
	}

	#playerLiveHP .rmp-extrasmall.rmp-live .rmp-time-elapsed, .rmp-small.rmp-live .rmp-time-elapsed{
	float: right;
	position: relative;
	top: -168px;
	bottom: 0;
	right: 0px;
	background-color: red!important;
	border-radius: 0;
	padding: 0px 16px 0 0px!important;
	left: 0;
}
#playerLiveHP .rmp-i-live::before {
display: none!important;
}
#playerLiveHP .rmp-time-elapsed-text{
width: 42px;
height: 14px;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.1px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
}
.rmp-extrasmall .rmp-time-elapsed{
height: 20px!important;
line-height: 20px!important;
}


*/
/* /////causa a quebra do player noticiario antena1///*/
div.rmp-hide-central-play {
	display: inline-table !important;
}

.modulo_player_hp.mb-4 div.rmp-hide-central-play {
	display: none !important;
}

span.rmp-i-play,
span.rmp-i-replay {
	line-height: 80px !important;
}

.rmp-mobile-central-ui.rmp-color-bg,
.rmp-overlay-button.rmp-color-bg {
	border-radius: 50%;
	display: inline-table;
	margin-left: -45px;
	height: 80px;
	width: 80px;
}

.rmp-mobile-central-ui .rmp-i-pause,
.rmp-mobile-central-ui .rmp-i-play,
.rmp-mobile-central-ui .rmp-i-replay,
.rmp-overlay-button .rmp-i-pause,
.rmp-overlay-button .rmp-i-play,
.rmp-overlay-button .rmp-i-replay {
	font-size: 35px !important;
}

/*play button*/

.play-container,
.rmp-poster {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	display: inline-flex;
	vertical-align: middle;
	outline: 0;
}

.play-button-outer {
	border-radius: 50%;
	margin: auto;
	width: 5.5em;
	height: 5.5em;
	background: rgba(0, 0, 0, .25);
	cursor: pointer;
}

.play-container .play-button-outer {
	width: 84px;
	height: 84px;
}

.play-container .play-button {
	margin: 0px 28px;
}

.play-button {
	margin: 0 35px;
	top: 31%;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 0 1em 1.7em;
	border-color: transparent transparent transparent #fff;
	opacity: 1;
}

.play-container .play-button:hover {
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	transition-duration: .4s;
	opacity: 0.8 !important;
}

.rtpplay-highlights .play-container .play-button-outer {
	width: 50px;
	height: 50px;
}

.rtpplay-highlights .play-button {
	margin: 0 19px;
	border-width: 9px 0 9px 15px;
}

.play-button-outer:hover {
	background-color: rgba(0, 0, 0, .7);
}

.play-button-outer:hover .play-button {
	opacity: 1;
}

.color-red.play-button-outer {
	background: rgba(234, 32, 32, 0.7) !important;
}

.color-blue.play-button-outer {
	background: rgba(0, 55, 230, 0.7) !important;
}

/**/

#mediaCarousel .media-title {
	display: flex;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
}

#mediaCarousel.carousel.slide ol.carousel-indicators a:hover h4 {
	color: #c8d3d9;
}

#mediaCarousel.carousel.slide ol.carousel-indicators a:visited h4 {
	color: #a4b7c0;
}


/*scrollbar fix*/
#mediaCarousel.carousel.slide .carousel-indicators li {
	margin-left: 0;
	margin-right: 0;
}

#mediaCarousel .carousel-indicators li:after,
#mediaCarousel .carousel-indicators li:before {
	content: none;
}

#mediaCarousel.carousel.slide ol.carousel-indicators li,
.listagem_media .carousel.slide ol.carousel-indicators li {
	border-bottom: 1px solid rgb(164, 183, 192, 0.4);
	padding-bottom: 12px;
	height: unset;
	width: unset;
	background-color: unset;
	opacity: unset;
	text-indent: unset;
	margin: 10px 0;
}

.listagem_media .carousel.slide ol.carousel-indicators li {
	padding-top: 12px;
}

#mediaCarousel.carousel.slide ol.carousel-indicators li h4 {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #fff;
}

#mediaCarousel.carousel.slide .carousel-caption h4.text-white {
	font-size: 28px;
	line-height: 36px;
}

#mediaCarousel.carousel.slide ol.carousel-indicators li.active {
	height: unset;
	width: unset;
	border-radius: unset;
	opacity: unset;
	background-color: unset;
}

#mediaCarousel.carousel.slide ol.carousel-indicators {
	display: -ms-flexbox;
	display: block;
}

#mediaCarousel.carousel.slide ol.carousel-indicators,
.listagem_media ol.carousel-indicators {
	right: unset;
	left: unset;
	top: unset;
	margin-left: unset;
	transform: unset;
	position: unset;
	-webkit-box-pack: unset;
	-ms-flex-pack: center;
	justify-content: unset;
	padding-left: unset;
	margin-right: unset;
	margin-left: unset;
	list-style: none;
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon3 span:nth-child(1) {
	top: 0px;
}

.animated-icon3 span:nth-child(2),
.animated-icon3 span:nth-child(3) {
	top: 10px;
}

.animated-icon3 span:nth-child(4) {
	top: 20px;
}

.animated-icon3.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon3.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */
.animated-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon4 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon4 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.animated-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}

/*RIGHT MENU END */
.absolute {
	position: absolute !important;
}

h2.main-title.text-color,
#desporto h2.main-title.text-color {
	color: #ffffff !important;
	font-weight: 500;
}

article.bg-darker,
article.bg-white {
	padding-right: 18px;
}

.col-12 .border_bottom {
	border-bottom: 1px solid #A9BBC4;
	margin-bottom: 19px;
	padding-bottom: 14px;
}

/*main content*/
.artigo-categoria {
	font-weight: 500;
}

/*degrade ler mais*/
.has-read-more {
	position: relative;
	width: 300px;
}

.has-read-more section {
	height: 160px;
	overflow: hidden;
}

.show-more {
	position: absolute;
	bottom: 10px;
	width: 140%;
	text-align: center;
	cursor: pointer;
	margin: 0;
	margin-left: -20%;
}

.show-more:after {
	content: "read more";
	background-image: linear-gradient(to bottom, transparent, white);
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
	color: black;
}

.show-more span {
	background: white
}

.relative {
	position: relative;
}

.direto {
	font-size: 12px;
	background-color: #FF3333;
	color: #ffffff;
	padding: 4px 9px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
}

.destk_sec .col.p-3 {
	border-left: 1px solid rgba(255, 255, 255, 0.46);
}

.destk_sec .col.p-3:first-of-type {
	border-left: 0px;
}

.carousel-item-title {
	font-size: 32px;
	font-weight: 500;
	color: #44565f;
}

.emFoco::before,
.stripe::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #F5F6F8;
	height: 25%;
}

.emFoco .dots-container {
	margin-top: 14px;
	margin-bottom: 5px;
}

.stripe::before {
	top: 0;
}

.emFoco::before {
	bottom: 0;
}

.img-container,
.main-article {
	position: relative;
}

.media-highlights .btn {
	margin-top: 12px;
}

.meta_ponto {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.tag-uh {
	display: inline-block;
	background-color: #FF3333;
	padding: 3px 7px;
	margin-right: 10px;
}

.tag-e {
	display: inline-block;
	background-color: #44565F;
	padding: 3px 7px;
	margin-right: 10px;
}

.meta .timer {
	display: inline-flex;
	color: #A9BBC4;
	font-size: 12px;
	padding: 3px;
}

.meta .timer i {
	font-size: 18px;
	margin-right: 4px;
}

.mask-img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 49%;
	z-index: 2;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
}

.bullets-manchete h6 {
	color: #171D20;
}

.bullets-manchete .bullet {
	color: #EA2020;
	padding-right: 10px;
	font-size: 12px;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 4px;
}

.bullets-manchete .bullet-text {
	display: table-cell;
}

.bullets-manchete-single {
	border-bottom: 1px solid #A9BBC4;
}

.bullets-manchete-single:first-child,
.border-top {
	border-top: 1px solid #A9BBC4 !important;
}


.text-char-limit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.data_publicacao {
	color: #A9BBC4;
	font-size: 12px;
	padding-top: 9px;
}

/*Apoios*/
.apoio p {
	color: #9babb4;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 5px;
	line-height: normal;
}

.apoio img {
	margin-left: 20px;
	margin-bottom: 20px;
}

.cutzone-block3 {
	margin-top: 60px;
}

/*LISTAGEM DARK*/
.topicos {
	font-weight: 500;
}

/*artigo expandido*/
.expanded-article img {
	object-position: 50% 50%;
	object-fit: cover;
	width: 100%;
	height: 680px;
}

.expanded-article .badge img {
	width: 15px;
	height: 15px;
}

.expanded-article h2 a {
	line-height: 38px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
}

.expanded-article h4 a {
	line-height: 26px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}

.expanded-article .mobile-related {
	border-bottom: 1px solid rgba(30, 35, 38, 0.4);
	padding: 15px 0;
}

.expanded-article .mobile-related h4 a {
	font-size: 18px;
	line-height: 22px;
	color: #1E2326;
}

.expanded-article .badge {
	margin-top: 0;
	margin-bottom: 8px;
}

.expanded-article .media-highlights .btn {
	margin-bottom: 12px;
}

.moments_key_moment_article .meta h2.main-title {
	display: none !important;
}

.moments_key_moment_article .meta .vertical-bar {
	color: #ffffff !important;
}

.moments_key_moment_article section.padding-bottom-12.padding-top-12.bg-color {
	padding-top: 25px;
}

article.artigo_live_momentos .article-text .article-live-text div {
	line-height: 25px !important;
	font-size: 18px !important;
}

article.artigo_live_momentos svg.svg-inline--fa.fa-dot-circle.fa-w-16 {
	font-size: 12px;
}

article.artigo_live_momentos .descricao-foto {
	text-align: center;
}

article.artigo_live_momentos ul.redes-sociais span li {
	padding-left: 17px
}


@media only screen and (max-width: 767px) {

	article.artigo_live_momentos section h4.text-uppercase b {
		font-size: 18px;
		line-height: 20px;
		color: #171D20;
	}

	article.artigo_live_momentos .col-12.col-lg-9 {
		padding-left: 0;
		padding-right: 0;
	}

	article.artigo_live_momentos section#sidebar-key-moments {
		padding: 25px 15px;
	}

	article.artigo_live_momentos section#sidebar-key-moments .padding-top-20,
	article.artigo_live_momentos section#sidebar-key-moments .padding-bottom-20 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	article.artigo_live_momentos .col-12.col-lg-3 {
		padding-left: 0;
		padding-right: 0;
	}

	article.artigo_live_momentos h1.normal-weight {
		font-size: 24px;
		line-height: 30px;
		color: #171D20;
	}

	article.artigo_live_momentos .article-text p {
		font-size: 20px;
		line-height: 28px;
	}

	article.artigo_live_momentos .text-autor {
		line-height: 14px;
		font-size: 13px;
	}

	article.artigo_live_momentos .container .margin-bottom-30 {
		margin-bottom: 20px;
	}

	article.artigo_live_momentos .article-text div section span.rmp-i.rmp-i-play {
		font-size: 28px !important;
	}

	article.artigo_live_momentos .padding-top-20 .article-text p {
		line-height: 24px;
		font-size: 14px;
	}



	.rmp-mobile-central-ui.rmp-color-bg,
	.rmp-overlay-button.rmp-color-bg {
		border-radius: 50%;
		display: inline-table;
		margin-left: -30px;
		height: 60px;
		width: 60px;
	}

	.ct_pub,
	.ct_mod {
		color: #ffffff !important;
	}

	#listagem_media #mediaCarousel ol li a img,
	.listagem_media.carousel.slide ol li a img {
		height: 76px;
		width: 164px !important;
	}

	article.artigo_live_momentos .article-text div {
		font-size: 14px;
	}

	article.artigo_live_momentos .article-text div ul li,
	article.artigo_live_momentos .article-text div span,
	article.artigo_live_momentos .article-text div section div {
		font-size: 14px;
		line-height: 24px;
	}

	.meta .vertical-bar {
		color: #ffffff !important;
	}

	.expanded-article img {
		height: 500px;
	}

	.expanded-article div.meta {
		position: absolute;
	}

	.expanded-article div.meta.related {
		position: inherit;
		;
	}
}

@media only screen and (max-width: 575px) {
	.expanded-article h2 a {
		font-size: 24px;
		line-height: 28px;
	}

	.expanded-article img {
		height: 400px;
	}

	.expanded-article div.meta {
		position: absolute;
	}

	.expanded-article div.meta.related {
		position: inherit;
	}
}





/*********************************************************************************************************************************************************************************************************************************
	4. Sidebar Content
	*********************************************************************************************************************************************************************************************************************************/
.sidebar.sidebar_articles h4 {
	margin-top: 13px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #181303;
	line-height: 19px
}

.sidebar.sidebar_articles p {
	font-size: 16px;
	margin-bottom: 13px;
	line-height: 20px;
}

.sticky-top {
	z-index: 13;
}

.rmp-outline {
	bottom: 6px !important;
}

div.rmp-duration.rmp-color-bg {
	background: transparent !important;
}

.rmp-overlay-level {
	border-color: #212121;
}

.rmp-overlay-level-active {
	color: #212121;
}

div.rmp-outline.rmp-color-bg {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+*/
}

div.rmp-quality.rmp-module.rmp-color-bg {
	display: none !important;
}

.closeButton:hover {
	opacity: 1;
}

.closeButton {
	z-index: 9999 !important;
}

/*
	.closeButton
	{
	opacity: 0.7;
	z-index: 9999;
	position: absolute;
	right: 10px;
	background-color: transparent;
	border: 0;
	color: #ffffff;
	top:10px;
	animation-delay: 2s;
}
*/
@keyframes fade-in-up {
	0% {
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.video-wrap {
	text-align: center;
}

.video #live {
	max-width: 100%;
	max-height: 100%;
}

.video.stuck {
	z-index: 1000;
	position: fixed;
	bottom: 150px;
	right: 50px;
	transform: translateY(100%);
	width: 360px;
	height: 202px;
	animation: fade-in-up 0.45s ease forwards;
}

.scrollspy-example {
	position: relative;
	height: 800px;
	overflow: auto;
}


.rightCol {
	max-height: calc(100vh - 0rem);
	position: sticky;
	overflow-y: scroll;
}

#content {
	position: relative;
	margin-left: 150px;
}

.after_article_viewed figure {
	display: inline-block;
	/* Here !!! */
	position: relative;
	margin: 0;
}

.sidebar_articles .after_article_viewed figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	padding: 4px;
	display: inherit;
}

.sidebar_articles article figure figcaption {
	display: none;
}

.after_article_viewed i.absolute.fas.fa-check {
	z-index: 6;
	bottom: 6px;
	left: 9px;
	color: white;
}

article.after_article_viewed a img.img-fluid {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

div#carouselemFoco.carousel.slide .carousel-indicators {
	margin-bottom: -17px;
	right: unset;
	left: unset;
	bottom: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

#carouselEmfocoIndicators .carousel-indicators-numbers li {
	opacity: 0.4;
	text-indent: 0;
	width: 30px;
	height: 30px;
	border: 1px solid white;
	border-radius: 100%;
	line-height: 30px;
	color: #fff;
	transition: all 0.25s ease;
	text-align: center;
	background-color: transparent;
	font-size: 13px;
}

#carouselEmfocoIndicators .carousel-indicators-numbers li.active,
.carousel-indicators-numbers li.hover {
	background-color: transparent;
	width: 30px;
	height: 30px;
	border: 1px solid white;
	opacity: 1
}

#carouselEmfocoIndicators .carousel-caption {
	bottom: 36%;
	text-align: left;
	right: 0%;
	left: 0%;
}

article.after_article_viewed a h6 {
	opacity: 0.4;
}


/*opiniao*/

.sidebar-opinion span {
	line-height: 1.38;
}

.sidebar-opinion h5 {
	line-height: 1.06;
}

div.sidebar .opiniao h5 {
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 9px;
	margin-top: 17px;
}

div.sidebar .opiniao h6 {
	line-height: 22px;
}

/*podcasts*/
.modulo .single-podcast {
	border-bottom: 1px solid #C8D3D9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.modulo .single-podcast h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
}

.modulo .single-podcast p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.38;
}

.modulo .single-podcast .card-container {
	position: absolute;
	width: calc(100% - 30px);
	z-index: 1;
}

.modulo .podcast-meta .descricao {
	font-size: 16px;
	color: #171D20;
}

.modulo .podcast-meta .small {
	color: #A9BBC4;
}

.modulo .podcast-meta .small i {
	margin-right: 5px;
}

.card.card-block {
	background-color: #E81515;
	padding: 10px;
	border: 0;
	border-radius: 0;
}

.card.card-block a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: 400;
}

.card.card-block a:last-child {
	border: 0;
}

.card.card-block a i {
	margin-right: 10px;
}


/*modulo direto*/
.nav-tabs {
	border: 0;
}

.nav-tabs li {
	padding: 0;
}

#listagem_media .nav-tabs .active.red {
	background-color: #0037E6;
}

#listagem_media .nav-tabs .active.blue {
	background-color: #E5272A;
}

#listagem_media.nav-tabs li a {
	background-color: #252C2F;
	color: #fff;
	display: inline-block;
	padding: 12px 20px;
	width: 100%;
	height: auto;
}

.nav-tabs .active.red {
	background-color: #0037E6;
}

.nav-tabs .active.blue {
	background-color: #E5272A;
}

.nav-tabs li a {
	background-color: #E6EBEE;
	color: #fff;
	display: inline-block;
	padding: 12px 20px;
	width: 100%;
	height: auto;
}

.nav-tabs li a:hover {
	text-decoration: none;
}

.red {
	background-color: #E5272A;
}

.blue {
	background-color: #0037E6;
}

.direto p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	padding: 18px;
	margin: 0;
	letter-spacing: 1px;
}

.image-container {
	position: relative;
}

.duration {
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 60%;
	background-color: #fff;
	z-index: 2;
}

.play-btn {
	position: absolute;
	color: #fff;
	font-size: 20px;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-top: -15px;
}

span.icon-play span.rmp-i.rmp-i-play {
	font-size: 34px;
}

/*modulo rtp highlights*/
.modulo .article {
	border-bottom: 1px solid #C8D3D9;
	padding-top: 20px;
}

.modulo .article-meta .descricao {
	font-size: 16px;
	line-height: 1.38
}

.modulo .article-meta .small {
	color: #A9BBC4;
}

.modulo .article-meta .small i {
	margin-right: 5px;
}

.modulo .img-container {
	position: relative;
}

.modulo .icon-video {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 3px solid #0037e6;
	color: #fff;
	padding: 7px 9px;
}

.modulo .icon-audio {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 3px solid #EA2020;
	color: #fff;
	padding: 7px 9px;
}

/*.sidebar .social-modulo{
margin-top: 0px;
margin-bottom: 30px;
height: 305px;
width: 100%;
background: rgb(203,214,218);
background: -webkit-linear-gradient(bottom, rgba(203,214,218,1) 0%, rgba(238,243,244,1) 50%);
background: -o-linear-gradient(bottom, rgba(203,214,218,1) 0%, rgba(238,243,244,1) 50%);
background: linear-gradient(to top, rgba(203,214,218,1) 0%, rgba(238,243,244,1) 50%);
padding: 20px;
}*/
div#listagem_media div.sidebar_articles.bg-color,
div#listagem_media div.sidebar_articles .tab-content article {
	background-color: #1e2326;
}

div#listagem_media div.sidebar_articles .mrec-pub-advert {
	background-color: #888d8e;
}

.sidebar .tab-pane a h6 {
	line-height: 1.38
}

.sidebar_data .nav-tabs .nav-link {
	width: 50%;
}

.sidebar_data .nav-tabs .nav-item.show .nav-link,
.sidebar_data .nav-tabs .nav-link.active {
	background-color: #DFE8EC !important;
	color: #171D20 !important;
	font-weight: 500;
}

.sidebar_data .nav-tabs .nav-link:focus,
.sidebar_data .nav-tabs .nav-link:hover {
	color: #171D20;
}

.sidebar_data table.table.table-border td,
.sidebar_data table.table.table-border th {
	border-bottom: 1px solid #d2dadd;
	border-top: 1px solid #d2dadd;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 5px;
	color: #44565F;
}

.sidebar_data table.table.table-border th:first-child {
	border-top: 0px;
	border-bottom: 1px solid transparent;
	padding-top: 15px;
}

.sidebar_data table.table.table-border thead td {
	border-top: 1px transparent;
}

.sidebar_data .nav-tabs,
.sidebar_data .nav-tabs .nav-link {
	border: 0;
	color: #A4B7C0;
}

.sidebar_data .nav-tabs .nav-link:hover {
	border: 0;
	color: #A4B7C0;
}

.sidebar .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: transparent;
}

.sidebar .nav-tabs,
.sidebar .nav-tabs .nav-link {
	border: 0;
}

.sidebar .nav-tabs .nav-item.show .nav-link,
.sidebar .nav-tabs .nav-link.active {
	background-color: transparent;
	border: 0;
}

.sidebar .nav-tabs .nav-link:focus {
	border: 0;
	color: #0037E6;
}

.sidebar .nav-link {
	color: #A9BBC4;
	color: #A9BBC4;
	padding-right: 20px;
	padding-left: 0;
}

.sidebar .nav-link.active,
.sidebar a.nav-link:hover {
	color: #0037E6 !important;
}

.sidebar .tab-pane section p {
	color: #A9BBC4;
	font-size: 12px;
}

.sidebar .tab-pane section p i {
	margin-right: 5px;
}

/* SIDEBAR */
article.spacing {
	margin-right: 19px;
	border-bottom: 1px solid #C8D3D9;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

article.spacing a:visited {
	opacity: 0.4
}

.bg-darker a h6 {
	color: #DFE8EC;
}

#listagem_media .bg-darker .tab-content article {
	border-bottom: 1px solid #252C2F;
	margin-right: 10px;
}

.bg-darker .tab-content article {
	border-bottom: 1px solid #5f6569;
	margin-right: 10px;
}

.bg-darker .tab-content article:nth-child(2),
.bg-white .tab-content article:nth-child(3) {
	border-bottom: 0px;
}

.visited h6,
a.visited h6,
a.visited h5 {
	opacity: 0.4;
}

.check {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 2;
	padding: 5px 8px;
}

.visited img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*sidebar destaques*/
.tab-content article:first-of-type,
#listagem_media .tab-content article:first-of-type {
	padding-top: 0px;
}

#listagem_media .tab-content article {
	border-bottom: 1px solid #252C2F;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 0px;
}

.tab-content article {
	border-bottom: 1px solid #A9BBC4;
	padding-top: 9px;
	padding-bottom: 9px;
}

.tab-content article p {
	color: #A9BBC4;
	margin: 0;
	font-size: 12px;
}

.tab-content article p i {
	margin-right: 5px;
}

.tab-content article a h6 {
	font-size: 14px;
	line-height: 18px;
}

/*RIGHT MENU */
.navbar-toggle.pull-left {
	margin-left: 15px;
}

.sidebar_data,
.small_titles {
	font-size: 13px;
}

.sidebar_listagem {
	font-size: 14px;
	line-height: 16px;
	color: #121618;
}

.sidebar_titulo {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 20px;
	color: #0017E0;
	border-bottom: 0px;
	margin-bottom: 25px;
	margin-top: 35px;
}

/*24px*/

/*Newsletter*/
.sidebar .form-control {
	font-size: 1rem;
	color: #171D20;
}


/*********************************************************************************************************************************************************************************************************************************
5. Widget Content
*********************************************************************************************************************************************************************************************************************************/

.floatingPlayer .rmp-content {
	height: auto !important;
}

div.rmp-poster,
div.rmp-container {
	background-color: transparent !important;
	width: 100% !important;
}

/* .rmp-content, .rmp-legacy, .rmp-video{position: relative!important;} */

article .article-text .rmp-poster-img {
	padding: 0;
}

article .article-text .rmp-container {
	margin-top: 20px;
	margin-bottom: 20px;
}


.hidden-content .hidden-content-mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 165px;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 100%);
	z-index: 7;
}

#listagem_media .hidden-content-mask {
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(23, 29, 32, 1) 0%, rgba(23, 29, 32, 1) 40%, rgba(23, 29, 32, 0.9) 45%, rgba(23, 29, 32, 0) 100%);
}

.hidden-content .hidden-content-btn {
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	border-radius: 2px;
	margin-top: 100px;
	line-height: initial;
}

#noticias .hidden-content .hidden-content-btn {
	background: #0037E6;
}

#noticias .hidden-content .hidden-content-btn:hover {
	background: #0033D6;
}

#desporto .hidden-content .hidden-content-btn {
	background: #a1b91c;
}

#desporto .hidden-content .hidden-content-btn:hover {
	background: #97BA0E;
}

#listagem_videos .hidden-content .hidden-content-btn {
	background: #0037E6;
}

#listagem_videos .hidden-content .hidden-content-btn:hover {
	background: #0037E6;
}

#listagem_audios .hidden-content .hidden-content-btn {
	background: #e5272a;
}

#listagem_audios .hidden-content .hidden-content-btn:hover {
	background: #DF1313;
}

#articles-container article:first-child .hidden-content {
	max-height: 100%;
	overflow: auto;
}

#articles-container article:first-child .hidden-content .hidden-content-mask {
	display: none;
}

/* VER MAIS */

article .embed-responsive-item span.rmp-time-elapsed-text,
article .embed-responsive-item .rmp-duration.rmp-color-bg {
	font-size: 14px;
	line-height: 40px;
}


#listagem_media .carousel-control-next,
#listagem_media .carousel-control-prev,
.listagem_media .carousel-control-next,
.listagem_media .carousel-control-prev {
	width: 10%;
	opacity: 1;
	font-size: 40px;
}

#listagem_media .carousel-control-next .svg-inline--fa,
#listagem_media .carousel-control-prev .svg-inline--fa,
.listagem_media .carousel-control-next .svg-inline--fa,
.listagem_media .carousel-control-prev .svg-inline--fa {
	filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.75));
}

#listagem_media .article_gallery_thumbs li {
	margin: 0 !important;
}

#listagem_media .article_gallery_thumbs,
.article_gallery_thumbs,
.listagem_media .article_gallery_thumbs {
	overflow-x: scroll;
	overflow-y: hidden;
}

#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators li.active,
.listagem_media ol.carousel-indicators li.active {
	background-color: unset;
	border-bottom: 8px solid #1024EA;
}

#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators li.active {
	height: 161px;
	width: 273px;
}

#listagem_media .article_gallery_thumbs img {
	opacity: 0.4;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#listagem_media .article_gallery_thumbs .active img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.listagem_media ol.carousel-indicators li.active {
	height: auto;
	width: 193px;
}

#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators li,
#mediaCarousel.carousel.slide ol.carousel-indicators li,
.listagem_media ol.carousel-indicators li {
	border-bottom: transparent;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: unset;
}

#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators li,
#mediaCarousel.carousel.slide ol.carousel-indicators li {
	width: 273px;
}

.listagem_media ol.carousel-indicators li {
	width: 193px;
}

#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators,
.listagem_media ol.carousel-indicators {
	display: inline-flex;
}

#listagem_media .carousel-indicators,
.listagem_media .carousel-indicators {
	margin-bottom: 0
}

#listagem_media .carousel-indicators li,
.listagem_media .carousel-indicators {
	margin: 0;
}

#listagem_media #mediaCarousel ol li a img {
	height: 153px;
	width: 273px;
	object-fit: cover;
}

.listagem_media ol li a figure img.img-fluid {
	height: 110px;
	width: 193px;
	object-fit: cover;
	padding: 0;
}

div.page_gallery.social {
	top: 20px;
	right: 24px;
	z-index: 9;
}

#articles-container .playlist-item .plista_widget_belowArticle {
	float: inherit !important;
	margin: 0 !important;
}

#articles-container .playlist-item .plista_widget_belowArticle .plistaHeadline {
	padding-bottom: 13px;
	border-top: 1px solid #C8D3D9;
	margin-top: 50px;
	padding-top: 50px;
	opacity: 0.8;
}

#articles-container .playlist-item:last-child {
	margin-bottom: 0 !important;
}

#articles_playlist article:last-child {
	border-bottom: 0;
}

.plista_widget_belowArticle .plistaHeadline {
	font-size: 0.75rem !important;
	line-height: 16px !important;
	text-transform: uppercase;
	color: #171D20 !important;
	font-weight: bold !important;
	padding-bottom: 21px;
}

.plista_widget_belowArticle .itemTitle {
	color: #171D20;
	font-family: Roboto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 18px;
	margin: 13px 0;
}


@media screen and (min-width: 1200px) {
	article .card-img-overlay {
		width: 664px !important
	}

	.plista_widget_belowArticle .plistaAllOuter {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	article .card-img-overlay {
		width: 554px
	}

	.plista_widget_belowArticle .plistaAllOuter {
		width: 100%;
	}

	#mediaCarousel.carousel.slide ol.carousel-indicators li:first-child {
		margin-top: 5px;
	}

}

@media screen and (min-width: 767px) {
	.plista_widget_belowArticle .plistaAllOuter {
		width: 100%;
	}
}

.modulo_player_hp .nav-tabs li {
	padding: 0;
}

.modulo_player_hp ul.nav.nav-tabs li:nth-child(1) .active {
	background-color: #0037E6;
	color: #fff;
}

.modulo_player_hp ul.nav.nav-tabs li:nth-child(2) .active {
	background-color: #E5272A;
	color: #fff;
}

.modulo_player_hp .nav-tabs li a {
	font-size: 1rem;
	background-color: #E6EBEE;
	color: #A9BBC4;
	display: inline-block;
	width: 100%;
	height: auto;
	font-weight: bold;
	line-height: 16px;
}

.modulo_player_hp .nav-tabs li a:hover {
	text-decoration: none;
	color: #fff;
}

.modulo_player_hp .antena1-logo img {
	margin-right: 8px;
	max-width: 32px;
}

.modulo_player_hp .news-title {
	padding-top: 12px;
	font-size: 16px;
}

.modulo_player_hp li a#select-rtp3-link:hover {
	background-color: #0037E6;
}

.modulo_player_hp li a#select-antena1-link:hover {
	background-color: #E5272A;
}

.modulo_player_hp .direto {
	font-size: 12px;
	z-index: 100;
	background-color: #E5272A;
	padding: 0px;
}

/*Live rtp noticias*/
* {
	box-sizing: border-box;
}

.column {
	float: left;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.menu {
	width: 6%;
	text-align: center;
}

.content {
	width: 91%;
	border-bottom: 1px solid #C8D3D9;
	padding-bottom: 19px;
	margin-bottom: 26px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	padding-bottom: 7px;
	margin-bottom: 0;
}

/*carousel*/

#listagem_media .carousel-indicators-listagem_media {
	overflow-x: auto;
}

.carousel-content {
	color: black;
	display: flex;
	align-items: center;
}

#carousel-example-generic {
	width: 100%;
	height: 460px;
	padding: 50px 0;
}

#carouselEmfocoIndicators .carousel {
	position: unset;
}

#carouselEmfocoIndicators .carousel-indicators li {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: #A9BBC4;
	opacity: 0.4;
}

#carouselEmfocoIndicators .carousel-indicators .active {
	height: 12px;
	width: 36px;
	border-radius: 40px;
	opacity: initial;
	background-color: #A9BBC4;
}


#mediaCarousel div.rmp-poster {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	display: inline-flex;
	vertical-align: middle;
	outline: 0;
}


/*scrollbar fix*/
#mediaCarousel.carousel.slide .carousel-indicators li {
	margin-left: 0;
	margin-right: 0;
}

#mediaCarousel.carousel.slide ol.carousel-indicators li,
.listagem_media .carousel.slide ol.carousel-indicators li {
	border-bottom: 1px solid rgb(164, 183, 192, 0.4);
	padding-bottom: 12px;
	border-radius: unset;
	height: unset;
	width: unset;
	background-color: unset;
	opacity: unset;
	text-indent: unset;
}

#mediaCarousel.carousel.slide .carousel-caption h4.text-white {
	font-size: 28px;
	line-height: 36px;
}

#mediaCarousel.carousel.slide ol.carousel-indicators li.active {
	height: unset;
	width: unset;
	border-radius: unset;
	opacity: unset;
	background-color: unset;
}

#mediaCarousel.carousel.slide ol.carousel-indicators {
	display: -ms-flexbox;
	display: block;
}

#mediaCarousel.carousel.slide ol.carousel-indicators,
.listagem_media ol.carousel-indicators {
	right: unset;
	left: unset;
	top: unset;
	margin-left: unset;
	transform: unset;
	position: unset;
	-webkit-box-pack: unset;
	-ms-flex-pack: center;
	justify-content: unset;
	padding-left: unset;
	margin-right: unset;
	margin-left: unset;
	list-style: none;
}

#mediaCarousel .sidebar-carousel-silder {
	height: 575px;
	overflow: auto;
}

#mediaCarousel.carousel.slide .icon-audio svg,
#mediaCarousel.carousel.slide .icon-video svg {
	font-size: 13px;
}

#mediaCarousel.carousel.slide .icon-audio,
#mediaCarousel.carousel.slide .icon-video,
.single-podcast .icon-audio,
.single-podcast .icon-video {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 7px 7px;
	z-index: 3;
	left: 0;
	width: 28px;
}

#mediaCarousel.carousel.slide .icon-audio,
.single-podcast .icon-audio {
	border-bottom: 3px solid #EA2020;
}

#mediaCarousel.carousel.slide .icon-video,
.single-podcast .icon-video {
	border-bottom: 3px solid #0037E6;
}

#mediaCarousel figure,
.listagem_media.carousel.slide figure {
	padding: 0;
	height: auto;
	width: 100%;
	position: relative;
}

@media (min-width: 576px) and (max-width: 991px) {
	.infographic .container-padding {
		padding: 0 45px;
	}

	article.article_special .container-padding {
		padding: 0 50px;
	}

	article.article_special .title {
		margin-top: 15px;
	}

	.container-fluid-override-sm {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}

@media (min-width: 576px) and (max-width: 767px) {

	#listagem_media .meta {
		padding: 25px 0;
	}

	#listagem_media h5.intro {
		margin: 20px 0px 0px 0px;
		border-bottom: 0px;
		padding-bottom: 0px;
	}

	.margin-top {
		margin-top: 0;
	}

	article .card-img-overlay {
		width: 100%;
		padding: 0 60px
	}

	/* show 3 items */
	#carouselfoco .carousel-inner .active,
	#carouselfoco .carousel-inner .active+.carousel-item {
		display: block;
	}

	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
		transition: none;
	}

	#carouselfoco .carousel-inner .carousel-item-next,
	#carouselfoco .carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	#carouselfoco .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -33%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* left or forward direction */
	#carouselfoco .active.carousel-item-left+.carousel-item-next.carousel-item-left,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* farthest right hidden item must be abso position for animations */
	#carouselfoco .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* right or prev direction */
	#carouselfoco .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}

	#mediaCarousel .carousel-caption {
		bottom: 36%;
		text-align: left;
		right: 0%;
		left: 0%;
		position: unset;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	#mediaCarousel .list-group {
		overflow-y: scroll;
		height: 400px;
	}

	/* social */
	/*.redes-sociais .fa-facebook-f{color: #1b5793; }
		.redes-sociais .fa-twitter{color:#38bbf1; }
		.redes-sociais .social_buttons:hover .fa-twitter{color: #00a4e3}
		.redes-sociais .icon-icone_messenger{color:#1482f8;}
		.redes-sociais .social_buttons:hover .icon-icone_messenger{color: #0179e9}
		.redes-sociais .icon-icone_email, .fa-share-square{color:#44565F;}
		.redes-sociais .social_buttons:hover .fa-share-square, .redes-sociais .social_buttons:hover .icon-icone_email{color: #34444c}
		.redes-sociais .fa-print{color:#0017E0;}
		.redes-sociais .social_buttons:hover .fa-print{color: #0037e6;}*/


	ul.redes-sociais {
		white-space: nowrap;
	}

	/* .icon-share{color:#E5272A;} */
	/*font-awesome*/
	.fa-bullseye {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
		/* IE6-8 fallback on horizontal gradient */
	}

	/*Publicidade*/
	#listagem_media div.col-md-auto.pub_color {
		background-color: #5f6569;
	}

	div.col-md-auto.pub_color {
		background-color: #F4F7F9;
	}

}


@media (min-width: 767px) {

	/* show 3 items */
	#carouselfoco .carousel-inner .active,
	#carouselfoco .carousel-inner .active+.carousel-item,
	#carouselfoco .carousel-inner .active+.carousel-item+.carousel-item,
	#carouselfoco .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		display: block;
	}

	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		transition: none;
	}

	#carouselfoco .carousel-inner .carousel-item-next,
	#carouselfoco .carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	#carouselfoco .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* left or forward direction */
	#carouselfoco .active.carousel-item-left+.carousel-item-next.carousel-item-left,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* farthest right hidden item must be abso position for animations */
	#carouselfoco .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* right or prev direction */
	#carouselfoco .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}

}



@media (min-width: 767px) {

	/* show 3 items */
	#carouselfoco .carousel-inner .active,
	#carouselfoco .carousel-inner .active+.carousel-item,
	#carouselfoco .carousel-inner .active+.carousel-item+.carousel-item,
	#carouselfoco .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		display: block;
	}

	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
	#carouselfoco .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		transition: none;
	}

	#carouselfoco .carousel-inner .carousel-item-next,
	#carouselfoco .carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	#carouselfoco .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* left or forward direction */
	#carouselfoco .active.carousel-item-left+.carousel-item-next.carousel-item-left,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* farthest right hidden item must be abso position for animations */
	#carouselfoco .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* right or prev direction */
	#carouselfoco .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
	#carouselfoco .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}

}

/*.carousel-indicators li{margin-right: 17px;}*/
.carousel-indicators {
	right: unset;
	left: unset;
	bottom: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

div.emFoco ol.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 12px;
	height: 12px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(169, 187, 196, 0.4);
	border-radius: 15px;
}

div.emFoco ol.carousel-indicators li.active {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 36px;
	height: 12px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: #A9BBC4;
	border-radius: 100px;
}

div#carouselemFoco.carousel.slide .carousel-indicators {
	margin-bottom: -17px;
	right: unset;
	left: unset;
	bottom: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

#carouselEmfocoIndicators .carousel-indicators-numbers li {
	opacity: 0.4;
	text-indent: 0;
	width: 30px;
	height: 30px;
	border: 1px solid white;
	border-radius: 100%;
	line-height: 30px;
	color: #fff;
	transition: all 0.25s ease;
	text-align: center;
	background-color: transparent;
	font-size: 13px;
}

#carouselEmfocoIndicators .carousel-indicators-numbers li.active,
.carousel-indicators-numbers li.hover {
	background-color: transparent;
	width: 30px;
	height: 30px;
	border: 1px solid white;
	opacity: 1
}

#carouselEmfocoIndicators .carousel-caption {
	bottom: 36%;
	text-align: left;
	right: 0%;
	left: 0%;
}

#mediaCarousel .carousel-caption {
	bottom: 36%;
	text-align: left;
	right: 0%;
	left: 0%;
	position: unset;
}

#mediaCarousel .list-group {
	overflow-y: scroll;
	height: 400px;
}

.carousel-mask-img {
	z-index: 2;
	width: calc(100% - 0px);
	position: absolute;
	bottom: -1px;
	height: 33%;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(23, 29, 32.80) 6%, rgba(23, 29, 32, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

/* social */
.icon-icone_facebook,
.icon-icone_twitter,
.icon-icone_messenger,
.icon-icone_email,
.icon-icone_email,
.fa-print,
.fa-rss {
	font-size: 20px;
}

.social-icons-container .social-icons a {
	font-size: 21px;
	padding-right: 20px;
	display: inline-block;
	color: #fff;
}

.redes-sociais .icon-icone_facebook {
	color: #1877f2;
}

.redes-sociais .social_buttons:hover .icon-icone_facebook {
	color: #0d4981;
}

.redes-sociais .icon-icone_twitter {
	color: #1da1f2;
}

.redes-sociais .social_buttons:hover .icon-icone_twitter {
	color: #0099E2;
}

.redes-sociais .icon-icone_messenger {
	color: #0084ff;
}

.redes-sociais .social_buttons:hover .icon-icone_messenger {
	color: #0179e9;
}

.redes-sociais .icon-icone_email,
.icon-icone_email {
	color: #44565F;
}

.redes-sociais .social_buttons:hover .icon-icone_email,
.social_buttons:hover .icon-icone_email {
	color: #34444c;
}

.redes-sociais .fa-print {
	color: #0017E0;
}

.redes-sociais .social_buttons:hover .fa-print {
	color: #0037e6;
}

.st-close {
	left: 14px;
	padding: 8px !important;
}

ul.redes-sociais {
	white-space: nowrap;
}

ul.redes-sociais span li {
	cursor: pointer;
	padding-left: 13px;
	padding-right: 0px;
	white-space: nowrap;
}

ul.redes-sociais span:first-child li {
	padding-left: 0;
}

.col-2.col-sm-6.col-lg-5.text-right.d-print-none ul.redes-sociais {
	line-height: 32px;
}

.icon-share,
.icon-print {
	font-size: 18px;
}

#desporto .icon-print,
#noticias .icon-print {
	color: #0037e6;
}

/* gray social*/
#listagem_media .redes-sociais .icon-icone_facebook,
#listagem_media .redes-sociais .icon-icone_twitter,
#listagem_media .redes-sociais .icon-icone_messenger,
#listagem_media .redes-sociais .icon-icone_email,
#listagem_media .redes-sociais .fa-print,
#listagem_media .redes-sociais .icon-share,
#listagem_media .redes-sociais .fa-rss,
#listagem_media .icon-share {
	color: #A9BBC4;
}

#listagem_media div.page_gallery.social .icon-icone_facebook,
#listagem_media div.page_gallery.social .icon-icone_twitter,
#listagem_media div.page_gallery.social .icon-icone_messenger,
#listagem_media div.page_gallery.social .icon-icone_email,
#listagem_media div.page_gallery.social .fa-print,
#listagem_media div.page_gallery.social .icon-share,
.nav-padder .icon-icone_facebook,
.nav-padder .icon-icone_twitter,
.nav-padder .fa-rss,
#listagem_media .nav-padder .icon-icone_facebook,
#listagem_media .nav-padder .icon-icone_twiiter,
#listagem_media .nav-padder .fa-rss {
	color: #ffffff;
}

#listagem_media .icon-icone_facebook:hover {
	color: #1877f2;
}

#listagem_media .icon-icone_twitter:hover {
	color: #1da1f2;
}

#listagem_media .icon-icone_messenger:hover {
	color: #0084ff;
}

#listagem_media .icon-icone_email:hover {
	color: #44565F;
}

#listagem_media .fa-print:hover,
#listagem_media .fa-rss:hover,
#listagem_media .icon-share:hover {
	color: #e1e8ec;
}

/*gray end*/

.st-btns .st-btn[data-network='print'],
.st-btns .st-btn[data-network='blogger'],
.st-btns .st-btn[data-network='livejournal'],
.st-btns .st-btn[data-network='flipboard'],
.st-btns .st-btn[data-network='qzone'],
.st-btns .st-btn[data-network='telegram'],
.st-btns .st-btn[data-network='buffer'],
.st-btns .st-btn[data-network='getpocket'],
.st-btns .st-btn[data-network='mailru'],
.st-btns .st-btn[data-network='delicious'],
.st-btns .st-btn[data-network='github'],
.st-btns .st-btn[data-network='medium'],
.st-btns .st-btn[data-network='refind'],
.st-btns .st-btn[data-network='diaspora'],
.st-btns .st-btn[data-network='meneame'],
.st-btns .st-btn[data-network='rennen'],
.st-btns .st-btn[data-network='dig'],
.st-btns .st-btn[data-network='VK'],
.st-btns .st-btn[data-network='douban'],
.st-btns .st-btn[data-network='hackernews'],
.st-btns .st-btn[data-network='odnoklassniki'],
.st-btns .st-btn[data-network='xing'],
.st-btns .st-btn[data-network='yelp'],
.st-btns .st-btn[data-network='youtube'],
.st-btns .st-btn[data-network='instapaper'],
.st-btns .st-btn[data-network='pinterest'],
.st-btns .st-btn[data-network='soundcloud'],
.st-btns .st-btn[data-network='weibo'],
.st-btns .st-btn[data-network='evernote'],
.st-btns .st-btn[data-network='line'],
.st-btns .st-btn[data-network='spotify'],
.st-btns .st-btn[data-network='quora'],
.st-btns .st-btn[data-network='spotify'],
.st-btns .st-btn[data-network='surfingbird'],
.st-btns .st-btn[data-network='wordpress'],
.st-btns .st-btn[data-network='twitch'],
.st-btns .st-btn[data-network='wechat'] {
	display: none !important;
}

/* .icon-share{color:#E5272A;} */
/*font-awesome*/
.fa-bullseye {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
	/* IE6-8 fallback on horizontal gradient */
}

/*Publicidade*/
#listagem_media div.col-md-auto.pub_color {
	padding: 31px 40px;
	background-color: #5f6569;
}

div.col-md-auto.pub_color {
	padding: 31px 40px;
	background-color: #F4F7F9;
}

/*********************************************************************************************************************************************************************************************************************************
	6. Footer
	*********************************************************************************************************************************************************************************************************************************/

footer .text-footer {
	line-height: 1.2;
}

footer {
	padding-top: 60px;
}

footer {
	padding-bottom: 120px !important;
}

.footer-app .lead {
	line-height: 1.86
}

.container-fluid-override {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.rounded_img {
	border-radius: 50%;
}

.rounded_circle {
	background-color: white;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	padding-top: 1px;
}

footer .footer-facebook,
footer .footer-twitter,
footer .fa-instagram,
footer .fa-youtube,
footer .fa-flickr {
	color: #263238 !important;
	font-size: 14px !important;
}

footer .footer-instagram {
	position: relative;
	top: -1px;
}

footer .footer-youtube {
	position: relative;
	top: -1px;
}

footer .footer-flickr {
	position: relative;
	top: -1px;
}

footer ul {
	line-height: 22px;
}

footer .icon-icone_email {
	color: #A4B7C0;
	font-size: 16px;
	position: relative;
	top: 3px;
}

.btn-app-store,
.btn-google-play {
	background: #ffffff;
	color: #263238;
	position: relative;
	height: 50px;
	padding-left: 55px;
	padding-right: 20px;
}

.btn-google-play i {
	font-size: 26px;
	position: absolute;
	left: 11px;
	top: 11px;
}

.btn-app-store i {
	font-size: 35px;
	position: absolute;
	left: 11px;
	top: 4px;
}

.btn-app-store .small {
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
	margin-top: 5px;
}

.app_button {
	font-size: 21px;
	padding: 7px 15px;
}

footer .btn.app_button {
	border-radius: 12px;
	font-weight: 300;
}

footer a.h8:hover {
	color: #fff;
}

.flex-newsletter {
	display: flex;
	align-items: center;
}

.flex-newsletter span {
	margin-left: 8px;
}

.follow-us ul li {
	margin-right: 8px;
}

/*********************************************************************************************************************************************************************************************************************************
		7. Comments & Forms
		*********************************************************************************************************************************************************************************************************************************/
input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: #DFE8EC;
	height: 21px;
	width: 21px;
}

input[type="checkbox"]:checked {
	background: #DFE8EC;
}

input[type="checkbox"]:after {
	content: '';
	position: relative;
	left: 44%;
	top: 12%;
	width: 29%;
	height: 55%;
	border: solid #0037E6;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: none;
}

input[type="checkbox"]:checked:after {
	display: block;
}

input[type="checkbox"]:disabled:after {
	border-color: #7b7b7b;
}

.form-control,
.btn {
	border-radius: 0;
}

.form-control {
	background-color: #ECF4F8;
	border: 0px;
	font-size: 1.375rem;
	font-weight: 300;
	padding-left: 34px;
}

.form-check-input {
	margin-left: -1.95rem;
}

.comment-text {
	margin-top: 0px;
	color: white;
	margin-left: 1px;
	font-weight: 100;
}

.fa-comment:before {
	color: #FF3333;
}

/*********************************************************************************************************************************************************************************************************************************
		8. Media Queries
		*********************************************************************************************************************************************************************************************************************************/
@media only screen and (max-width: 486px) {
	iframe {
		width: 100%;
	}

	.cor_fundo_img_before {
		height: 140px;
	}

	.rmp-quick-rewind-ui.rmp-small .rmp-play-pause {
		left: 2%;
		width: 12%;
		display: inline-block !important;
	}

	.rmp-quick-rewind-ui.rmp-mobile.rmp-small .rmp-quick-rewind {
		display: none !important;
		left: 15% !important;
		width: 12%;
	}

	.rmp-small .rmp-volume {
		display: inline-block !important;
		left: 74%;
		width: 12%;
	}

	.rmp-time-elapsed,
	.rmp-duration {
		display: none;
	}

	.rmp-quick-rewind-ui.rmp-mobile.rmp-small .rmp-seek-bar {
		left: 17% !important;
		width: 55% !important;
	}
}

@media only screen and (max-width: 767px) {
	#grid_list_aux .row div:first-child {
		padding: 0;
	}

	#grid_list_aux .row div:first-child a h5 {
		padding: 0 15px;
	}

	#grid_list_aux .row div:first-child section div {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 575px) {

	.listagem_media.carousel h2.main-title.text-color {
		font-size: 18px;
		line-height: 22px;
	}

	.listagem_media.carousel .svg-inline--fa {
		font-size: 10px;
	}

	#listagem_media .page_gallery.social h2.main-title.text-color {
		color: #ffffff;
	}

	article.infographics .social {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	article.article_special .title {
		margin-top: 15px;
	}

	.infographic h1.title,
	article.article_special .title {
		font-size: 24px;
		line-height: 1.25;
		color: #37474f;
	}

	article.infographics .data_publicacao,
	article.infographics .data_publicacao time {
		line-height: 1.67;
		font-size: 12px;
		color: #37474f;
	}

	.rmp-mobile-central-ui.rmp-color-bg,
	.rmp-overlay-button.rmp-color-bg {
		padding: 0;
	}

	#last_articles_list h4,
	div.related h5 {
		font-size: 16px;
		line-height: 1.3;
		font-weight: normal;
	}

	.rmp-duration.rmp-color-bg {
		display: none;
	}

	.modulo_player_audio .rmp-duration.rmp-color-bg {
		display: block;
	}

	.rmp-quick-rewind-ui.rmp-small .rmp-time-elapsed {
		left: 0;
		display: none;
	}

	.rmp-small .rmp-volume {
		left: 74%;
		width: 12%;
	}

	.rmp-small .rmp-duration {
		left: 58%;
		bottom: 44px;
		height: inherit;
		line-height: 3;
		width: 18%;
		margin-left: 0px;
	}

	.rmp-time-total {
		width: 74%;
	}

	/*.play-button-outer{margin: 16% auto;}*/
	article.opiniao div.row.opiniao {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	article .article-main-title h1 {
		padding-top: 0px;
	}

	.privacy-block a {
		display: block;
		margin-bottom: 35px;
	}

	.copy-block {
		margin-top: 50px;
	}

	.newsletters-box {
		padding: 25px 15px;
	}

	.descricao-foto {
		text-align: center;
	}

	/* .carousel-indicators li:after, .carousel-indicators li:before{height: 0px;} */
	#mediaCarousel.carousel.slide .carousel-caption h4.text-white {
		font-size: 24px;
		line-height: 1.25;
		font-weight: normal;
	}

	#mediaCarousel.carousel.slide ol.carousel-indicators li,
	.listagem_media .carousel.slide ol.carousel-indicators li {
		margin-bottom: 0;
		padding-bottom: 0px;
	}

	#listagem_media h5.intro {
		border-bottom: 0px;
		padding-bottom: 0;
	}

	.bg-dark-blue {
		background-color: inherit;
	}

	#listagem_media #mediaCarousel .meta {
		position: inherit;
	}

	#listagem_media #mediaCarousel ol li a img,
	.listagem_media.carousel.slide ol li a img {
		height: 76px;
		width: 134px;
	}

	#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators li.active,
	.listagem_media ol.carousel-indicators li.active {
		height: 80px;
		width: 134px;
		background-color: unset;
		border-bottom: 4px solid #1024EA;
	}

	div#listagem_media.bg-black h2.main-title.text-color {
		font-size: 32px;
		font-weight: 500;
		color: #ffffff;
	}

	#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators li,
	.listagem_media ol.carousel-indicators li {
		border-bottom: transparent;
		height: auto;
		width: 134px;
		margin-right: 0px;
	}

	article .card-img-overlay {
		width: 100%;
		bottom: 12px;
		padding: 0 10px;
	}

	.meta {
		position: inherit;
	}

	.emFoco .meta {
		position: absolute;
	}

	.meta.em-foco {
		position: absolute;
		padding: 30px;
	}

	.meta.em-foco h4 {
		font-size: 28px;
		line-height: 1.13;
		padding-top: 7px;
	}

	.meta.em-foco h6 {
		font-size: 1rem;
		line-height: 1.25;
		padding-top: 15px;
	}

	.meta.highlights {
		padding: 0 0 0 0;
	}

	.text-white {
		color: inherit;
	}

	.main-title,
	h2.main-title.text-color,
	#desporto h2.main-title.text-color .main-title,
	h2.main-title.text-color,
	#desporto h2.main-title.text-color {
		color: #171D20 !important;
	}

	.featured_highlight_img .main-title {
		font-size: 24px;
	}

	.featured_sec_col_6_x2 .main-title {
		font-size: 20px;
	}

	#mediaCarousel h2.main-title.text-color {
		color: #fff;
	}

	.footer-newsletter h4 {
		margin-top: 35px;
	}

	.footer-app {
		margin-top: 35px;
	}

	.carousel-padder {
		padding-left: 0;
		padding-right: 0;
	}

	.carousel-padder .carousel-item.active .carousel-caption {
		padding-left: 15px;
		padding-right: 15px;
	}

	.highlight-play {
		padding: 0;
	}

	.highlight-play .meta.media-highlights {
		padding: 0 15px 20px 15px;
	}

}

/* Facebook e Twitter Modulo */

.social-modulo {
	margin-bottom: 30px;
	height: 245px;
	width: 100%;
	background: rgb(203, 214, 218);
	background: -webkit-linear-gradient(bottom, rgba(203, 214, 218, 1) 0%, rgba(238, 243, 244, 1) 50%);
	background: -o-linear-gradient(bottom, rgba(203, 214, 218, 1) 0%, rgba(238, 243, 244, 1) 50%);
	background: linear-gradient(to top, rgba(203, 214, 218, 1) 0%, rgba(238, 243, 244, 1) 50%);
	padding: 15px;
}

.sidebar-facebook {
	height: 140px;
	background: #1877f2;
}

.sidebar-twitter {
	height: 140px;
	background: #1da1f2;
}

.sidebar-twitter .icon-icone_twitter,
.sidebar-facebook .icon-icone_facebook {
	font-size: 80px;
	color: #fff;
	float: right;
}

.social-modulo .sidebar-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}

.social-modulo .sidebar-description {
	font-size: 16px;
	line-height: 1.38;
	color: #44565f;
	font-weight: normal;
}

.social-modulo .bottom-holder {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	left: 0;
	width: 100%;
}

.social-modulo .sidebar-link {
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
}

.social-modulo .sidebar-link.tw,
.social-modulo .sidebar-link.fb {
	color: #fff;
}

.social-modulo .sidebar-button.tw {
	background: #fff;
	color: #1da1f2;
}

.social-modulo .sidebar-button.tw:hover,
.social-modulo .sidebar-button.fb:hover {
	opacity: 0.9;
}

.social-modulo .sidebar-button.fb {
	background: #fff;
	color: #1877f2;
}


.newsletter-button {
	background: #003be9;
}

.newsletter-button:hover {
	background: #0033d6;
}

.social-modulo .newsletters-env {
	display: block;
}

.social-modulo .newsletters-env h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.13;
	color: #003be9;
	margin-bottom: 15px;
	display: inline-flex;
}

.social-modulo .newsletters-env i {
	margin-right: 8px;
	color: #003be9;
}

.social-modulo .newsletters-env svg {
	margin-right: 8px;
	color: #003be9;
}

.newsletters-box .newsletters .icon-icone_email {
	position: relative;
	top: -2px;
}

.rtpplay-highlights .highlights-title {
	font-size: 18px;
	line-height: 1.06;
	color: #171d20;
	font-weight: 500;
}

.rtpplay-highlights .highlights-description {
	font-size: 16px;
	line-height: 1.38;
	color: #171d20;
	font-weight: normal;
}

.social-modulo .sidebar-button {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 30px;
	width: 35%;
	display: block;
	text-align: center;
}

.social-modulo .sidebar-button.newsletter-button {
	width: auto;
	display: inline-block;
}

.social-modulo .social-image {
	max-width: 112px;
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sidebar-rtpdesporto {
	margin-bottom: 30px;
}

/* Facebook e Twitter Modulo */
/* ----------------------------------------------------------------------------------------------------------------- */
/* APP Modulo */

.app-modulo {
	/*background: url('https://cdn-images.rtp.pt/noticias/images/app_bg.jpg');*/
	background-color: #0037E6;
	height: 245px;
	width: 100%;
	padding: 15px;
	margin-bottom: 30px;
}

.app-modulo .sidebar-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}

.app-modulo .sidebar-description {
	font-size: 16px;
	line-height: 1.38;
	color: #fff;
	font-weight: normal;
}

.app-modulo .bottom-holder {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	left: 0;
	width: 100%;
}

.app-modulo .sidebar-link {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

.app-modulo .sidebar-icon {
	color: #fff;
	display: inline-block;
}

.app-modulo .ios {
	font-size: 24px;
	margin-right: 15px;
}

.app-modulo .android {
	font-size: 18px;
	line-height: 30px;
	margin-right: 8px;
}

.app-modulo .huawei {
	font-size: 18px;
	line-height: 30px;
}

.app-modulo .social-image {
	width: auto;
	height: 225px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media only screen and (min-width : 991px) {
	.v-center {
		display: inline-block;
		min-height: 100%;
		height: 100%;
		margin: auto auto;
	}
}

@media (min-width: 575px) and (max-width: 991px) {


	ul.redes-sociais span li {
		padding-left: 30px;
	}

	#mediaCarousel.carousel.slide .carousel-caption h4.text-white {
		line-height: 1.25;
		font-size: 24px;
	}

	#mediaCarousel .publish_date {
		margin-bottom: 0;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.social-modulo {
		height: 215px;
	}

	.app-modulo {
		height: 190px;
		overflow: hidden;
	}

	.app-modulo .social-image {
		bottom: -60px;
	}

	.sidebar-twitter,
	.sidebar-facebook {
		height: 140px;
	}

	.sidebar-twitter .sidebar-button,
	.sidebar-facebook .sidebar-button {
		width: 110px;
	}

	.sidebar-newsletter .newsletter-button {
		width: 150px;
	}
}


/* APP Modulo */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Logos Equipas */

.submenu-layout .worldnav-header {
	height: auto;
}

.logos-teams-container {
	background: #eeeeee;
}

.logos-teams-container .competition-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.69;
	color: #44565f;
	padding-top: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
	margin-right: 30px;
}

.logos-teams-container .logo-list {
	vertical-align: middle;
}

.logos-teams-container .logo-list a {
	display: inline-block;
}

.logos-teams-container .logo-list a img {
	-webkit-filter: grayscale(100%) brightness(150%) contrast(67%);
	-moz-filter: grayscale(100%) brightness(150%) contrast(67%);
	-o-filter: grayscale(100%) brightness(150%) contrast(67%);
	-ms-filter: grayscale(100%) brightness(150%) contrast(67%);
	filter: grayscale(100%) brightness(150%) contrast(67%);
	max-height: 40px;
	width: auto;
}

.logos-teams-container .logo-list a img:hover,
.logos-teams-container .logo-list a.active img {
	filter: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: inline-grid !important;
}

#desporto #articles-container article:first-child {
	margin-top: 0 !important;
}

#desporto .sidebar_articles {
	margin-top: 0 !important;
}

.live-icon {
	background: #ff3333;
	padding: 1px 6px;
	display: inline-block;
	width: 77px;
}

.live-icon span {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-left: 5px;
}

.team-list .dropdown-btn {
	border: 0;
	font-size: 16px;
	font-weight: 500;
	color: #44565f;
	background: transparent;
	text-transform: uppercase;
	padding: 13px 0 21px 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.team-list .dropdown-menu.show {
	border: 0;
	margin-top: 0;
	border-radius: 0;
	box-shadow: 0 11px 13px 0 rgba(0, 0, 0, 0.08);
	min-width: 480px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.team-list .dropdown-menu.show .dropdown-item {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #44565f;
	white-space: normal;
}

.team-list .dropdown-btn[aria-expanded="true"] {
	background: #fff;
	box-shadow: 0 11px 13px 0 rgba(0, 0, 0, 0.08);
}

.team-list .dropdown-btn .fa-angle-down {
	color: #a1b91c;
	margin-left: 20px;
	margin-right: 20px;
}

/* Logos Equipas */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Ver Mais Artigos Live */

span.live-ajax {
	border-radius: 21.5px;
	font-size: 12px;
	line-height: 14px;
	padding: 11px 29px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 90px;
	color: #ffffff;
	text-transform: uppercase;
	z-index: 9;
	margin: 0 auto;
	display: none;
	cursor: pointer;
	font-weight: bold;
	opacity: 0.85;
	background-color: #EA2020;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}


.see-full-article {
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	border-radius: 2px;
	margin-bottom: 30px;
}

.see-full-article.live {
	/* box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25); */
	background-image: -webkit-linear-gradient(#e5272a, #d21f22);
	background-image: -o-linear-gradient(#e5272a, #d21f22);
	background-image: linear-gradient(#e5272a, #d21f22);
}

.see-full-article.report {
	/* box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25); */
	background-image: -webkit-linear-gradient(#445660, #37474f);
	background-image: -o-linear-gradient(#445660, #37474f);
	background-image: linear-gradient(#445660, #37474f);
}

/* Ver Mais Artigos Live */

/* Listagem OpiniÃ£o */

.opiniao h1.title-opinion {
	line-height: 1.1;
}

.opinion-section {
	margin-top: 20px;
}

.opinion-section .row {
	display: table;
}

.timeago-mobile {
	margin-top: 25px;
}

.timeago-mobile .timeago {
	font-size: 14px !important;
}

/*
			.opiniao .redes-sociais{
			margin-top: 30px;
		}
		*/
.opinion-section .section-title {
	font-size: 24px;
	font-weight: 500;
	color: #0037e6;
	margin-top: 20px;
	margin-bottom: 20px;
}

.opinion-section img {
	max-width: 115px;
	max-height: 115px;
	border-radius: 50%;
}

.opinion-section .text-section {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.opinion-section .colunist-name {
	font-size: 16px;
	font-weight: normal;
	color: #171d20;
}

.opinion-section .opinion-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.06;
	color: #171d20;
}

/* Sidebar OpiniÃ£o */

.sidebar-opinion .article-meta {
	display: table;
}

.sidebar-opinion .text-container {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.sidebar-opinion img {
	max-width: 80px;
	max-height: 80px;
	border-radius: 50%;
}

.sidebar-opinion .article {
	padding-bottom: 20px;
}

.sidebar-opinion .colunist-name {
	font-size: 16px;
	font-weight: normal;
	color: #171d20;
	margin: 0;
}

.sidebar-opinion .opinion-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.06;
	color: #171d20;
}


/* Sidebar OpiniÃ£o */
/* ----------------------------------------------------------------------------------------------------------------- */

/* Iframe Partners */
.iframe-partners #mediaCarousel.carousel.slide ol.carousel-indicators li a h4 {
	color: #171D20;
}

.iframe-partners #mediaCarousel.carousel.slide ol.carousel-indicators a:visited h4 {
	opacity: 0.4;
}

.iframe-partners .mask-carousel {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 3;
	background-image: linear-gradient(to bottom, rgba(23, 29, 32, 0), #F5F6F8)
}

.iframe-partners #mediaCarousel .sidebar-carousel-silder {
	height: 515px;
}

.iframe-partners-menu #nav-site ul li a {
	display: inline-block;
	text-transform: uppercase;
}

.iframe-partners-menu #nav-site ul li a:after {
	content: '|';
	margin-right: 10px;
	margin-left: 10px;
}

.iframe-partners-menu #nav-site ul .last a:after {
	content: '';
	margin-right: 0;
}

.iframe-partners-footer svg,
.iframe-partners-footer i {
	font-size: 12px;
	margin-left: 2px;
}

@media only screen and (max-width : 991px) {

	.submenu .submenu-layout,
	.nav-sports-competition {
		position: absolute;
		top: 0px;
		z-index: 10000;
		margin-top: 55px;
		width: 100%;
		background-color: #fff;
	}

	/*
			#mediaCarousel.carousel.slide ol.carousel-indicators li:first-child{
			margin-top: 0;
			}*/

	.page_gallery .publish_date {
		float: right;
	}

	#listagem_media .submenu .submenu-layout {
		background: #1e2326;
	}

	#desporto .submenu .submenu-layout,
	#desporto .nav-sports-competition,
	#noticias .nav-sports-competition,
	#listagem_media.bg-white .layout-dark-noticias .submenu .submenu-layout {
		background: #fff;
	}

	.article_special div.container.main-content {
		padding: 0;
	}

	.iframe-partners-menu .nav {
		padding-top: 20px;
	}

	.iframe-partners #mediaCarousel .sidebar-carousel-silder {
		height: 200px;
	}

	.iframe-partners .mask-carousel {
		position: absolute;
		bottom: 0;
		width: 70px;
		right: 0;
		z-index: 3;
		background-image: linear-gradient(to right, rgba(23, 29, 32, 0), #F5F6F8);
	}
}



/* Dossier Europeias */
.bandeiras img.img-fluid.mr-2.pr-1 {
	max-width: 32px;
}

.listagem-dossier .single {
	margin-bottom: 50px;
}

.listagem-dossier .single a h5.text-color {
	color: #171d20 !important;
	line-height: 1.33;
	margin: 12px 0;
}

.listagem-dossier .single span.topics {
	color: #44565f !important;
	font-size: 12px;
	margin-right: 10px;
}

/* Dossier Europeias */
/* ----------------------------------------------------------------------------------------------------------------- */
/* RSS page */


.rss-page {
	margin-top: 20px;
}

.rss-page h1 {
	font-size: 40px;
	color: #0037e6;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 40px;
	margin-bottom: 40px;
}

.rss-page h2 {
	font-size: 24px;
	color: #171d20;
	font-weight: 500;
	line-height: 1.33;
	margin-bottom: 10px;
}

.rss-page p {
	font-size: 18px;
	color: #171d20;
	font-weight: normal;
	line-height: 1.78;
	margin-bottom: 40px;
}

.rss-page p a {
	color: #1024ea;
}

.rss-page .feed-list ul li a .fa-rss {
	margin-right: 9px;
	color: #0037e6;
}

.rss-page .feed-list ul li a {
	color: #171d20;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	display: inline-block;
}

/* RSS page */

.live-single .Opta-Matchdata,
.live-single .Opta-Cf.Opta-block {
	display: none !important;
}

/* BARRA RTP */

@media (max-width: 992px) {
	.worldnav-header.bg-color-navbar.main-nav-rtp.fadeInDown.animated.sticky-menu {
		z-index: 9 !important;
	}
}

@media (min-width: 1024px) {
	.uninav-menu-item {
		font-weight: 500;
		text-transform: uppercase;
		padding: 12px 24px 14px !important;
		border-top-width: 5px;
		border-left-width: 0;
	}
}

.uninav-menu-state:checked~.uninav-wrapper .uninav-menu-toggle::after {
	transform: rotate(-45deg) translate(-1px, 1px) !important;
}

.uninav-menu-state:checked~.uninav-wrapper .uninav-menu-toggle::before {
	transform: rotate(45deg) translate(6px, 5px) !important;
}

.uninav-menu-toggle::before {
	top: 15px !important;
}

.uninav-menu-toggle::after {
	bottom: 19px !important;
}

.uninav-menu-toggle-line {
	top: 65% !important;
}

.uninav-menu-toggle {
	height: 41px !important;
	width: 55px !important;
	right: 0px !important;
}

img.uninav-logo {
	width: 54px !important;
	height: 24px !important;
}

.uninav-search {
	display: none !important;
}

.uninav-positioner .uninav-menu>li,
.uninav-positioner .uninav-menu .uninav-menu-item,
.uninav-positioner .uninav-menu .uninav-menu-item span {
	line-height: 73% !important;
}

.uninav-channel {
	height: 41px !important;
}

/* para esconder a barra da rtp, este estilo tem que passar a display:none*/
.uninav-wrapper {
	display: none;
}

.worldnav-logo-noticias {
	display: inline-block;
}

/*
				.worldnav-header{
				height: 60px;
			}
			*/
.worldnav-header .navbar-toggler {
	padding-right: 0;
	font-size: 23px;
	color: #fff;
}

.worldnav-logo-noticias .worldnav-logo {
	display: inline-flex;
}

.worldnav-search-noticias .worldnav-search-query-input {
	width: 80px;
	color: #fff;
	background-color: transparent;
	border: none;
	padding: 0 15px;
	font-size: inherit;
	height: 59px;
	transition: all 0.3s ease-in-out;
	transition-delay: .1s;
	outline: none;
}

.worldnav-search-query-input::placeholder {
	color: #fff;
	opacity: 0.6;
}

#desporto .worldnav-search-noticias .worldnav-search-query-input {
	color: #fff;
}

#desporto .worldnav-search-query-input::placeholder {
	color: #fff;
	opacity: 0.6;
}

.worldnav-search-noticias .worldnav-search-button,
.worldnav-search-noticias .worldnav-search-toggle {
	width: 25px;
	height: 59px;
	padding-right: 0;
	padding-left: 0;
	background-color: transparent;
	border: none;
	transition: all 0.3s ease-in-out;
	transition-delay: .1s;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

#desporto .worldnav-search-noticias .worldnav-search-button,
#desporto .worldnav-search-noticias .worldnav-search-toggle {
	color: #fff;
}

.worldnav-search-noticias .worldnav-search-action {
	width: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	transition-delay: .1s;
}

.uninav-breaking-wrapper {
	z-index: 2000 !important;
}

@media only screen and (max-width : 1200px) {

	/* Rever */
	.container {
		max-width: 100% !important;
	}

	/* Rever */
}

.uninav-breaking-wrapper {
	position: fixed;
	bottom: 0;
	width: 100vw;
}

.uninav-breaking::after {
	content: '';
	position: absolute;
	left: 1200px;
	height: 40px;
	width: 1350px;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	background: red;
}

.uninav-breaking-tag::before {
	top: 0px !important;
}

.ct_pub,
.ct_mod {
	display: inline;
	position: relative;
	color: #A9BBC4;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

.ct_mod:hover:after {
	background: #333;
	background: rgba(0, 0, 0, .8);
	border-radius: 5px;
	top: -5px;
	color: #fff;
	content: attr(pub-data);
	right: 0;
	padding: 5px 15px;
	position: absolute;
	z-index: 5000;
	width: auto;
	white-space: nowrap;
}


/*@media (min-width: 992px) {
			.animate {
			animation-duration: 0.5s;
			-webkit-animation-duration: 0.5s;
			animation-fill-mode: both;
			-webkit-animation-fill-mode: both;
		}

	}

	@keyframes slideIn {
	0% {
	transform: translateY(1rem);
	opacity: 0;
}
100% {
transform:translateY(0rem);
opacity: 1;
}
0% {
transform: translateY(1rem);
opacity: 0;
}
}

@-webkit-keyframes slideIn {
0% {
-webkit-transform: transform;
-webkit-opacity: 0;
}
100% {
-webkit-transform: translateY(0);
-webkit-opacity: 1;
}
0% {
-webkit-transform: translateY(1rem);
-webkit-opacity: 0;
}
}

.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}*/

.worldnav-header-logo-container .nav-item .nav-link {
	padding: 20px 12px 20px 12px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	line-height: 1.06;
	margin-top: 5px;
}

.worldnav-header-logo-container .nav-item .nav-link:hover,
.worldnav-header-logo-container .nav-item.active .nav-link {
	background: #f4f6f7;
	color: #0037e6;
}

.navbar-nav .nav-item {
	display: inline-block;
}

.navbar-nav .nav-item a b {
	font-weight: 900;
}

.navbar-collapse .collapsing {
	background: transparent !important;
}

#navbarSecondary {
	width: 34%;
	position: absolute;
	top: -60px;
	right: 0;
	background: #263238;
	z-index: 2000;
	display: none;
}

/*#navbarSecondary::after{
position: absolute;
content: '';
display: block;
top: 0;
bottom: 0;
width: 100%;
left: 100%;
background: #263238;
}*/

.collapse-after {
	position: absolute;
	top: -60px;
	width: 100%;
	left: 100%;
	height: 100vh;
	background: #263238;
	z-index: 2000;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

#nav-padder,
.modal-social-mobile {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.nav-padder {
	padding-top: 45px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	height: 100vh;
	/* overflow: auto; */
}

.nav-padder ul {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #53656f;
}

.nav-padder ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

.nav-padder ul li span {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	text-transform: uppercase;
	padding: 18px 0;
}

.nav-padder ul li ul {
	padding-top: 0;
}

.nav-padder ul li ul li a {
	font-weight: normal;
	border: 0;
	padding: 18px 0;
}

.nav-padder ul li p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.close-nav {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 28px;
	padding-top: 18px;
	color: #fff;
	z-index: 1010;
}

.close-nav:hover {
	opacity: 0.6;
	color: #fff;
}

.overflow-hidden {
	overflow: hidden;
}

.copy {
	font-size: 12px;
	font-weight: normal;
	color: #9babb4;
	margin-top: 100px;
	margin-bottom: 55px;
	display: inline-block;
	text-transform: none;
}

.social-icons-container {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #53656f;
}

.social-icons-container .app-icons-buttons a {
	margin-right: 15px;
	margin-bottom: 15px;
}

.social-icons-container p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.app-icons-buttons {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #53656f;
}

.app-icons-container p {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.social-icons-container .call-to-action {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 15px;
	display: block;
	text-transform: uppercase;
}

.social-icons-container .social-icons {
	padding-top: 15px;
}

.rgpd-links {
	padding-top: 25px;
}

.rgpd-links a {
	display: block;
	margin-bottom: 5px;
	color: #9babb4;
	font-size: 14px;
	font-weight: normal;
}

.navbar-toggler {
	border: 0;
}

.worldnav-search-noticias-mobile {
	background-color: #0134d9;
}

.search-icon svg,
.search-icon i {
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
}

.worldnav-header.bg-dark-blue .container-search {
	background: #0333cc;
}

.worldnav-header.bg-dark-yellow .container-search {
	background: #91aa06;
}

.container-search {
	display: none;
	position: absolute;
	right: 30px;
	top: 0;
}


#search-desktop .worldnav-search-action {
	width: 40px;
}

#search-desktop .worldnav-search-query-input {
	width: 510px;
}

.worldnav-search-noticias-mobile .worldnav-search-query-input {
	width: 100%;
	color: #fff;
	background-color: transparent;
	border: none;
	padding: 0 5px;
	font-size: inherit;
	height: 60px;
	transition: all 0.3s ease-in-out;
	transition-delay: .1s;
	outline: none;
	font-size: 18px;
}

.nav-padder a:hover {
	opacity: 0.6;
}

#search-mobile .worldnav-search-button {
	width: 25px;
	height: 59px;
	background-color: transparent;
	border: none;
	transition: all 0.3s ease-in-out;
	transition-delay: .1s;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: -110px;
	margin-right: 30px;
}

/* BARRA DESPORTO */

#navbarSecondarySport .dropdown-menu.show {
	position: absolute;
	text-align: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.77), #000000);
	width: 100vw !important;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

#navbarSecondarySport .dropdown-toggle:after {
	display: none;
}

#navbarSecondarySport .dropdown-menu.show a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 22px 8px;
	text-transform: uppercase;
}

#navbarSecondarySport .dropdown-menu.show a:hover,
#navbarSecondarySport .dropdown-menu.show a.active {
	color: #a1b91c;
}

#desporto .worldnav-header .navbar-toggler {
	color: #fff;
}

.sports-padder {
	padding-left: 50px;
	padding-right: 50px;
}


@media only screen and (max-width : 991px) {
	.bg-overlay-mask {
		z-index: 8;
	}

	article.infographics {
		margin-top: 0px;
	}

	.infographic .container.main-content {
		padding: 0;
	}

	article.article_special .container-padding {
		margin-top: 0;
	}

	.worldnav-header-logo-container {
		padding-top: 15px;
		padding-bottom: 14px;
	}

	.dossier .worldnav-header-logo-container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.dropdown-menu-right::after {
		content: none;
	}

	.nav-padder {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
		height: calc(100vh - 110px);
	}

	.close-nav {
		display: none;
	}

	#navbarSecondary {
		position: static;
		;
		background: #f4f6f7;
		width: 100%;
		overflow: hidden;
	}

	#navbarSecondary::after {
		content: none;
	}

	.navbar-collapsed-container {
		padding: 0;
		z-index: 9999999 !important
	}

	#nav-sports-link-outras-modalidades {
		display: none !important;
	}

	.nav-padder ul li a {
		font-size: 20px;
		color: #44565f;
		padding: 25px 0;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom: 1px solid #d6dfe2;
	}

	.nav-padder ul li:last-child a {
		padding-bottom: 0;
		border: 0;
	}

	.nav-padder ul li p {
		color: #0037e6;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 500;
		padding: 18px 0;
		border-bottom: 1px solid #d6dfe2;
	}

	.nav-padder ul li p {
		padding-top: 0;
	}

	.social-icons-container p {
		color: #44565f;
		font-size: 20px;
		font-weight: 500;
	}

	.social-icons-container .call-to-action {
		color: #44565f;
	}

	.social-icons a {
		color: #44565f;
	}

	.rgpd-links {
		padding-top: 50px;
	}

	.rgpd-links a {
		margin-bottom: 25px;
		color: #44565f;
	}

	.rgpd-links .copy {
		color: #44565f;
	}

	.worldnav-header-logo-container .navbar-toggler {
		margin-left: auto !important;
		z-index: 9;
	}

	#desporto .worldnav-search-noticias-mobile {
		background-color: #91aa06;
	}

	#desporto .nav-padder ul li p {
		color: #a1b91c;
		border-color: rgba(68, 86, 95, 0.6);
	}

	#desporto .nav-padder ul li a {
		color: #fff;
		border-color: rgba(68, 86, 95, 0.6);
	}

	#desporto .nav-padder ul,
	#desporto .app-icons-buttons {
		border-color: #fff;
	}

	#desporto .nav-padder ul li ul {
		border-color: rgba(68, 86, 95, 0.6);
	}

	#desporto #navbarSecondary {
		background: #181303;
	}

	.social-icons-container .social-icons a {
		padding-right: 40px;
	}

	#desporto #search-mobile .worldnav-search-button,
	#desporto .worldnav-search-noticias-mobile .worldnav-search-query-input {
		color: #181303;
	}

	#desporto .social-icons-container {
		border-color: #fff;
	}

	#desporto .social-icons-container p,
	#desporto .social-icons-container .call-to-action,
	#desporto .social-icons a {
		color: #fff;
	}

	#desporto .rgpd-links a,
	#desporto .copy {
		color: #9babb4
	}

}

/* BARRA RTP */



/*covid19*/
.covid19.submenu-layout {
	background-color: #EA2020;
}

.covid19.submenu-layout li.subnav-item.active .subnav-link,
.covid19.submenu-layout li.subnav-item .subnav-link:hover {
	opacity: 1;
}

.covid19.submenu-layout a.navbar-brand {
	margin-right: 0;
	padding-right: 44px;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.covid19.submenu-layout li .subnav-link {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 500;
	opacity: 0.6;
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline-block;
	color: #ffffff;
}

.covid19.submenu-layout .subnav-item {
	padding-left: 12px;
	padding-right: 12px;
}

/*covid19*/



/* DOSSIER */

.container-fluid-override.submenu-layout.layout-light.dossier {
	background-position: center !important;
}


.submenu-layout .submenu-title {
	padding-top: 25px;
}

.submenu-layout .subnav-item {
	padding-left: 20px;
	padding-right: 20px;
}

.submenu-layout li .subnav-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	opacity: 0.6;
	padding-top: 20px;
	padding-bottom: 17px;
	display: inline-block;
	border-bottom: 3px solid transparent;
}

.submenu-layout .subnav-item:first-child {
	padding-left: 0;
}

.submenu-layout .subnav-link:hover {
	opacity: 1;
}

.submenu-layout .subnav-link.active {
	opacity: 1;
}


.layout-dark .submenu-title,
.layout-dark .subnav-link {
	color: #44565F;
}

.layout-light .submenu-title,
.layout-light .subnav-link {
	color: #fff;
}

.layout-dark-noticias .submenu-title,
.layout-dark-noticias .subnav-link {
	color: #e1e8ec;
}

.layout-light .subnav-link.active,
.layout-dark .subnav-link.active {
	border-color: #0037E6;
}

#desporto .layout-light .subnav-link.active,
#desporto .layout-dark .subnav-link.active {
	border-color: #a1b91c;
}

#listagem_audios .layout-light .subnav-link.active,
#listagem_audios .layout-dark .subnav-link.active {
	border-color: #e5272a;
}

.layout-light.sports .subnav-link.active,
.layout-dark.sports .subnav-link.active {
	border-color: #a1b91c;
}

.emFoco.wide::before {
	height: 40%;
}

.competition-list #articles-container {
	padding-right: 0;
}

.list-article-report .artigo-categoria-desporto {
	color: #44565f;
	margin-left: 8px;
}

.layout-dossier .expanded-article {
	margin-top: -10px;
}

.layout-dossier .emFoco .icon-video,
.layout-dossier .emFoco .icon-audio {
	position: absolute;
	bottom: 0px;
	color: rgb(255, 255, 255);
	z-index: 3;
	padding: 7px;
}

.layout-dossier .emFoco .icon-video {
	border-bottom: 3px solid #0037E6;
}

.layout-dossier .emFoco .icon-audio {
	border-bottom: 3px solid #EA2020;
}

.emFoco16x9::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #171D20;
	height: 200px;
	top: 0;
}

.sports-widget-title {
	font-size: 24px;
	font-weight: 500;
	color: #44565f;
	margin-top: 30px;
	margin-bottom: 15px;
}

.red-sport {
	color: #ff3333 !important;
}

.comissao {
	background: #0074ff;
	padding: 40px 15px 30px 15px;
	display: block;
}

.parlamento {
	background: #00399f;
	padding: 40px 15px 30px 15px;
	display: block;
}

.comissao p,
.parlamento p {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-top: 8px;
	text-align: center;
	line-height: 18px;
	margin-bottom: 25px;
}

.comissao svg,
.parlamento svg {
	color: #fff;
}

.content-by-country a {
	display: block;
}

.app-buttons li.d-block.d-sm-inline-block {
	margin-bottom: 3px;
}


img.img-fluid.patrocinador-oficial {
	margin: 25px 0 45px 0;
}

img.img-fluid.patrocinador-oficial.article_footer {
	display: none;
}

#listagem_videos .row.sponsor {
	background-color: #1e2326;
}

.row.sponsor .patrocinio_dossier {
	margin: 25px 0 25px 0;
}

@media only screen and (max-width : 1200px) {

	.competition-list #articles-container {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width : 991px) {

	.list-article-report,
	.list-article-live {
		padding-right: 0;
	}

	/*#desporto .container-fluid-override.submenu-layout{
	margin-bottom: 55px;
	}*/

	.submenu-layout .subnav-item:first-child {
		padding-left: 15px;
	}

	/* .sidebar .tabs-container{
	padding: 15px;
	} */

	.main-sports-container {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

	/*.submenu-layout{
	margin-bottom: 25px;
	}*/

	.sports-padder {
		padding-left: 15px;
		padding-right: 15px;
	}

	.submenu-layout .submenu-title {
		padding-bottom: 25px;
	}

	.submenu {
		background: #fff;
		/*position: absolute;
		width: 100%;
		z-index: 10;
		left: 0;*/
		border-bottom: 1px solid #0037E6;
		width: 100vw !important;
		position: relative;
		left: 50% !important;
		right: 50% !important;
		margin-left: -50vw !important;
		margin-right: -50vw !important;
	}

	#listagem_audios .submenu {
		border-bottom: 1px solid #EA2020;
	}

	#listagem_media .topics-list .submenu {
		background: #1e2326;
	}

	#listagem_media.bg-black .topics-list .submenu .active-item {
		color: #fff;
	}

	#listagem_media .topics-list .submenu .navbar-toggler {
		color: #fff;
	}

	#listagem_media.bg-white .layout-dark-noticias .submenu {
		background: #fff;
	}

	#listagem_media.bg-white .layout-dark-noticias .submenu .navbar-toggler {
		color: #445660;
	}

	.layout-dark-noticias .submenu {
		background: #171d20;
	}

	#desporto .submenu {
		border-color: #a1b91c;
	}

	img.img-fluid.patrocinador-oficial {
		margin: 25px 0 45px 0;
	}

	.dossier .submenu {
		margin-left: -15px;
		margin-right: -15px;
	}

	.submenu .navbar-toggler {
		color: #0037E6;
		padding: 15px;
		width: 100%;
	}

	.layout-dark-noticias .submenu .navbar-toggler {
		color: #e1e8ec;
	}

	.submenu .active-item {
		font-size: 24px;
		font-weight: 500;
		text-transform: uppercase;
		color: #0037E6;
	}

	.submenu-layout .subnav-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.submenu-layout li .subnav-link {
		padding: 15px 0;
		font-size: 24px;
		font-weight: 500;
		text-transform: uppercase;
		color: #44565F;
		border: 0;
		line-height: 1.3;
	}

	.submenu-layout li .subnav-link {
		opacity: 1;
	}

	.submenu-layout li .subnav-link:hover {
		opacity: 0.6;
	}

	.layout-dark-noticias .submenu-layout li .subnav-link,
	#listagem_media .submenu-layout li .subnav-link {
		color: #9babb4;
		margin: 0;
	}

	.submenu-layout .subnav-link.active {
		border: 0;
	}

	#desporto .submenu .navbar-toggler,
	#desporto .submenu .active-item {
		color: #a1b91c;
	}
}

@media only screen and (max-width: 575px) {
	.submenu-layout .submenu-title {
		font-size: 28px;
		line-height: 44px;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.submenu .active-item {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 16px;
		padding-top: 16px;
	}
}

@media only screen and (max-width : 1200px) {

	.logos-teams-container .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.worldnav-header-logo-container .navbar.row {
		margin: 0;
	}
}

.modulo.children.bg-dark-blue,
.modulo.children.bg-red {
	background-color: transparent !important;
}

.modulo.children .icon-play {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	padding-left: 10px;
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.modulo.children.bg-red .icon-play {
	background-color: rgba(234, 32, 32, 0.7);
}

.modulo.children.bg-dark-blue .icon-play {
	background-color: rgba(0, 55, 230, 0.7);
}

.autor-meta .autor-block {
	align-self: flex-end;
}

.modal-social-mobile {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.15);
	left: 0;
	top: 0;
	position: fixed;
	z-index: 3000;
	display: none;
}

.modal-content-mobile {
	background: #fff;
	width: 100%;
	bottom: 0;
	position: fixed;
}

.modal-content-mobile h2 {
	font-size: 18px;
	color: #171d20;
	text-align: center;
	font-weight: normal;
}

.socia-icons-container-mobile {
	border-bottom: 1px solid #d6dfe2;
	padding-bottom: 20px;
}

.socia-icons-container-mobile ul li {
	display: inline-block;
}

.socia-icons-container-mobile ul li a {
	height: 35px;
	width: 35px;
	font-size: 18px;
	border-radius: 50%;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	/*line-height: 35px;*/
	padding: 7px;
}

.socia-icons-container-mobile ul li .mobile-fb {
	background: #1877f2;
}

.socia-icons-container-mobile ul li .mobile-twitter {
	background: #1da1f2;
}

.socia-icons-container-mobile ul li .mobile-whatsapp {
	background: #19D462;
}

.socia-icons-container-mobile ul li .mobile-linkedin {
	background: #2098d1;
}

.socia-icons-container-mobile ul li .mobile-more-social {
	background: #44565f;
}

.cancel-button-mobile a {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #7f8fa4;
	display: block;
}

.black-layout-row {
	align-items: center;
	justify-content: center;
}

.media-highlights .btn {
	background-color: #44565E;
	border: 0;
	color: #fff;
	margin-right: 5px;
	text-transform: uppercase;
	padding: 4px 6px;
	margin-bottom: 5px;
	line-height: 12px;
	font-size: 12px;
}

.media-highlights .btn.special-btn {
	margin-left: -4px;
}

.media-highlights .btn-danger {
	background-color: #FF3332;
	border: 0;
	color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 3;
}

.mask-carousel {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 3;
	background-image: linear-gradient(to bottom, rgba(23, 29, 32, 0), #171d20);
}

.mask-logos-teams {
	position: absolute;
	bottom: 0;
	width: 74px;
	height: 59px;
	z-index: 3;
	background-image: linear-gradient(to right, rgba(238, 238, 238, 0), #eeeeee);
	right: 0;
}

/*.cleaner .btn:last-child{
margin-right: 0;
}*/

/* HOMEPAGE */

/* WIDGET RTP DESPORTO */

.widget-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.04);
	padding: 10px;
	position: relative;
	margin-bottom: 30px;
}

.widget-card .play-button {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	margin-right: 8px;
}

.widget-card .logo-img img {
	width: 250px;
	height: auto;
	margin-bottom: 30px;
	margin-top: 15px;
}

.widget-card .outer-partner {
	text-align: center;
}

.widget-card .partner-section {
	display: inline-block;
}

.widget-card .partner-section p {
	font-size: 10px;
	font-weight: normal;
	color: #a0aaae;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}

.widget-card .event-live {
	margin-top: 10px;
}

.widget-card .event-live-comp h2 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.43;
	color: #344046;
	font-weight: 500;
}

.widget-card .live-button {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	padding: 6px 12px;
	border-radius: 3px;
	background-color: #ff0000;
	text-decoration: none;
	display: inline-block;
}

.widget-card .event-live-date {
	display: inline-block;
	margin-right: 15px;
}

.widget-card .event-title-outer {
	display: inline-block;
}

.widget-card .event-live-title {
	font-size: 20px;
	font-weight: bold;
	color: #070707;
	margin: 0;
}

.widget-card .footer-section {
	margin-bottom: 15px;
	margin-top: 25px;
}

.widget-card .footer-section a {
	color: #a1b91c;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.widget-card .footer-section img {
	float: right;
}

.widget-card .event-body {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.widget-card .event-data {
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	margin-left: auto;
	white-space: nowrap;
}

.widget-card .event-name {
	display: inline-block;
	margin: 0;
	font-size: 17px;
	font-weight: bold;
}

.widget-card .event-single h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #344046;
	margin-bottom: 5px;
}

.event-single .sem-transmissao {
	color: #d4d4d4;
	font-weight: bold;
	font-size: 14px;
}

.event-single .event-body:nth-of-type(odd) {
	background: #fafafa;
}

.live-section {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* WIDGET RTP DESPORTO */

/* MOSCA BARRA RTP */

.uninav-channel.uninav-channel-rtp {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 1024px) {
	.uninav-menu-container {
		margin-right: 10px !important;
	}
}

a.uninav-menu-item.uninav-menu-item-more {
	cursor: pointer;
}

/* MOSCA BARRA RTP */

@media only screen and (max-width : 767px) {

	.app-modulo .ios {
		font-size: 30px;
		margin-right: 30px;
	}

	.app-modulo .android {
		font-size: 24px;
		line-height: 38px;
	}

	.uninav-breaking-content {
		display: inline-block !important;
		padding-left: 100% !important;
		animation: marquee 10s linear infinite;
		white-space: nowrap;
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}

	@keyframes marquee {
		0% {
			transform: translate(0, 0);
		}

		100% {
			transform: translate(-100%, 0);
		}
	}

	.uninav-breaking-tag {
		padding: 7px 20px !important;
		font-size: 17px !important;
		width: 100%;
		line-height: normal;
		background-color: Pink;
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		box-sizing: border-box;
		z-index: 999;
	}

	@keyframes marquee {
		0% {
			transform: translate(0, 0);
		}

		100% {
			transform: translate(-100%, 0);
		}
	}

	#search-mobile .worldnav-search-button {
		right: 0;
	}

	.margin-top {
		margin-top: 0px;
	}

	#carouselEmfocoIndicators .carousel-indicators li {
		height: 30px;
		width: 30px;
		border-radius: 15px;
	}

	.footer {
		font-size: 28px;
		line-height: 1.29;
	}

	.areas ul li a {
		font-size: 14px;
	}

	.flex-newsletter span {
		font-size: 14px;
	}

	.footer-newsletter h4 {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width : 991px) {
	img.img-fluid.patrocinador-oficial {
		margin: 25px 0 25px 0;
	}

	img.img-fluid.patrocinador-oficial.article_footer {
		display: block;
	}

	.row.sponsor {
		background-color: #ffffff;
		margin-bottom: 20px;
	}

	#noticias .margin-top,
	#desporto .margin-top {
		margin-top: 0;
	}

	.layout-dossier .container.margin-bottom-10 {
		margin-bottom: 0 !important;
	}

	article.article_special .card-img-overlay {
		position: inherit;
	}

	/*.bg-black a.article_topic{padding-right: 10px}*/
	#listagem_media h5.intro {
		border-bottom: 0;
	}

	#desporto .nav-padder .icon-icone_facebook,
	#desporto .nav-padder .icon-icone_twitter,
	#desporto .nav-padder .fa-rss {
		color: #ffffff;
	}

	#listagem_media .nav-padder .icon-icone_facebook,
	#listagem_media .nav-padder .icon-icone_twitter,
	#listagem_media .nav-padder .icon-icone_messenger,
	#listagem_media .nav-padder .icon-icone_email,
	#listagem_media .nav-padder .fa-print,
	#listagem_media .nav-padder .icon-icone_email,
	#listagem_media .nav-padder .fa-rss,
	.nav-padder .icon-icone_facebook,
	.nav-padder .icon-icone_twitter,
	.nav-padder .fa-rss,
	#listagem_media .nav-padder .icon-icone_facebook {
		color: #44565f;
	}

	#mediaCarousel.carousel.slide div.col-sm-12.col-md-4 {
		height: 230px;
		overflow-y: visible;
		overflow-x: scroll;
	}

	#mediaCarousel.carousel.slide ol.carousel-indicators li.active,
	.listagem_media ol.carousel-indicators li.active {
		height: auto;
		width: 162px;
		background-color: unset;
	}

	#mediaCarousel.carousel.slide ol.carousel-indicators,
	.listagem_media ol.carousel-indicators {
		display: inline-flex;
	}

	#mediaCarousel.carousel.slide ol.carousel-indicators li {
		border-bottom: transparent;
		height: auto;
		width: 162px;
		padding-top: 0;
		overflow: hidden;
	}

	#mediaCarousel.carousel.slide ol.carousel-indicators li:last-child {
		margin-right: 0;
	}

	#mediaCarousel .sidebar-carousel-silder {
		overflow-x: scroll;
		overflow-y: unset;
		height: unset;
	}

	/* .mCSB_container{overflow: auto !important;} */
	#mediaCarousel.carousel.slide .carousel {
		position: relative;
	}

	.logo-footer {
		margin-bottom: 60px
	}

	.areas ul li {
		margin-bottom: 25px;
	}

	.footer-newsletter ul li {
		margin-bottom: 25px;
	}

	.app-buttons ul li {
		display: block;
		margin-top: 25px;
	}

	.follow-us h4 {
		margin-top: 60px;
	}

	.follow-us ul li {
		margin-right: 30px;
	}

	.uninav-breaking-tag span {
		z-index: 1000;
	}

}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* EM FOCO CAROUSEL */

.dots-container {
	margin-top: 30px;
}

.dots-container .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #A9BBC4 !important;
	opacity: 0.4;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 6px;
	border: 0;
	padding: 0;
	-webkit-transition: width 0.4s ease;
	-moz-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	-ms-transition: width 0.4s ease;
	transition: width 0.4s ease;
}

.dots-container .owl-dot.active {
	width: 36px;
	opacity: 1;
	-webkit-transition: width 0.4s ease;
	-moz-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	-ms-transition: width 0.4s ease;
	transition: width 0.4s ease;
}

.owl-dots {
	margin-top: 20px !important;
}

.owl-dots .owl-dot span {
	display: none !important;
}

.owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #A9BBC4 !important;
	opacity: 0.4;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 6px;
	border: 0;
	padding: 0;
	-webkit-transition: width 0.4s ease;
	-moz-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	-ms-transition: width 0.4s ease;
	transition: width 0.4s ease;
}

.owl-dots .owl-dot.active {
	width: 36px;
	opacity: 1;
	-webkit-transition: width 0.4s ease;
	-moz-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	-ms-transition: width 0.4s ease;
	transition: width 0.4s ease;
}

/*.dots-container.disabled{
		display: none;
		}*/

.gallery .item {
	display: inline-block;
	margin-right: 20px;
}

.gallery .item:last-child {
	margin-right: 0;
}

/* EM FOCO CAROUSEL */

@media screen and (max-width: 1200px) {
	.dots-container {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.dots-container {
		display: none;
	}
}

@media only screen and (max-width : 575px) {

	article.article_special .container-padding,
	.infographic .container-padding {
		padding: 0 30px;
	}

	footer .rounded_circle {
		width: 30px;
		height: 30px;
		font-size: 30px;
		padding-top: 0px;
	}

	.sidebar-opinion div.col-3 {
		padding-right: 0
	}

	.sidebar-opinion img {
		max-width: 100%;
		max-height: inherit;
	}

	article .article-main-title h1,
	.title-opinion h1 {
		font-size: 24px;
		line-height: 1.33;
	}

	.descricao-foto {
		text-align: center;
	}
}

@media (max-width: 992px) {

	#mediaCarousel .publish_date {
		margin-top: 0;
	}

	.logos-teams-container .container {
		padding-right: 0;
	}

	.rightCol {
		max-height: 100%;
	}

	#listagem_media.bg-black a.article_topic {
		margin-right: 10px;
	}

	#listagem_videos .main-content,
	#listagem_audios .main-content {
		padding: 0;
	}

	.mask-carousel {
		bottom: auto;
		width: 60px;
		height: 100%;
		right: 0;
		top: 0;
		background-image: linear-gradient(to right, rgba(23, 29, 32, 0), #171d20);
	}

	#mediaCarousel .media-title {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar-opinion img {
		max-width: 60px;
	}
}

@media (max-width: 992px) {
	/* .container-menu-rtp{
			position: relative;
			z-index: 1000;
			} */
}


@media (max-width: 1120px) {
	.worldnav-header-logo-container .nav-item:nth-last-child(3) {
		display: none
	}
}

@media (max-width: 1030px) {
	.worldnav-header-logo-container .nav-item:nth-last-child(4) {
		display: none
	}
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/*homepage*/
	.main-content .img-fluid {
		width: 100%;
	}

	/*gallery*/
	#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators,
	.listagem_media ol.carousel-indicators {
		display: -ms-flexbox;
		float: left;
	}

	#listagem_media #mediaCarousel.carousel.slide ol.carousel-indicators li,
	#mediaCarousel.carousel.slide ol.carousel-indicators li {
		width: 273px;
		float: left;
		display: inline-table;
	}

	#listagem_media .article_gallery_thumbs,
	.article_gallery_thumbs,
	.listagem_media .article_gallery_thumbs {
		overflow-x: hidden;
		overflow-y: hidden;
	}

	#listagem_media .carousel-indicators {
		margin-left: 0;
		transform: inherit;
	}


	/* IE10+ CSS styles go here */
	.rightCol {
		overflow: auto;
	}

	.rmp-error-text {
		z-index: 11;
	}

	footer .logo-footer {
		height: 77%;
	}

	#mediaCarousel .img-fluid,
	#mediaCarousel .img-thumbnail,
	.highlight-play .img-fluid {
		width: 100%;
	}

	.modulo_player_hp .antena1-logo img {
		padding-bottom: 15px;
		max-width: 32px;
		max-height: 42px;
	}

	div.slide.carousel#mediaCarousel ol.carousel-indicators li,
	.listagem_media .slide.carousel ol.carousel-indicators li {
		padding-bottom: 12px;
		border-radius: 0;
		height: auto;
		width: 273px;
		background-color: transparent;
		opacity: 1;
		text-indent: inherit;
	}

	div.slide.carousel#mediaCarousel ol.carousel-indicators,
	.listagem_media ol.carousel-indicators {
		position: static;
		right: 0;
		left: 0;
		top: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		overflow-y: scroll;
		width: 100%;
		display: inline;
	}

	.carousel-indicators {
		margin-left: 0;
		transform: none;
	}

	#mediaCarousel .carousel-caption {
		bottom: 0;
		right: 0;
		left: 0;
		position: relative;
	}
}

.nav-padder::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.nav-padder {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.content-block1 .publish_date,
.content-block2 .publish_date,
.cutzone-block1 .publish_date {
	display: none;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher,
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-button,
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-button,
#onesignal-bell-container.onesignal-reset {
	z-index: 1 !important
}

.main-nav-rtp {
	top: 0;
	width: 100%;
	z-index: 999;
	/* -webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			transition: all 0.2s ease; */
}

.sticky-menu {
	position: -webkit-sticky;
	position: sticky;
}

.fixed-menu {
	position: fixed !important;
}

.margin-top-60 {
	margin-top: 110px;
}

.mt-60{
	margin-top:60px;
}

/*valor adaptado Ã  barra covid19*/

.floating-title {
	position: absolute;
	z-index: 10000000;
	bottom: 0;
	margin-bottom: -28px;
	height: 30px;
}

.floating-title h1 {
	font-size: 12px;
	color: #fff;
	position: fixed;
	z-index: 100;
	background: blue;
	padding: 5px;
	text-align: left;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-left {
	bottom: 29px !important;
	left: 0;
}


svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.search-icon svg, .search-icon i {
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}


.bg-footer ul li a{
    font-size: 13px;
    line-height: 18px;
}


.t-article-content-inner>img{
    margin-bottom: 2.5rem;
}