:root {
    --primary-color: #000000;
}

* {
    box-sizing: border-box;
}

/* body, html {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system,
        Roboto,
        Ubuntu,
        Cantarell,
        sans-serif;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    user-select: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
}*/

body,
html {
    font-family: 'Montserrat', sans-serif;
}

#prog {
    z-index: 1000;
    width: 100%;
    height: 3px;
    top: 119px;
    position: fixed;
    display: none;
}

/* Overrides */

.mdl-layout__header {
    background-color: #fff;
    color: #32373a;
    border: none;
    box-shadow: none;
}

.mdl-layout__header-row {
    padding-right: 0px !important;
    height: 100px;
}

.mdl-layout__drawer {
    border-radius: 20px !important;
    background-color: #fff;
    margin: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: none;
    height: calc(100% - 12px);
}

.mdl-layout__drawer.is-visible {
    max-width: 288px;
    width: 288px;
}

.mdl-layout__drawer-button {
    color: #fff !important;
}

.mdl-navigation__link {
    font-weight: 500;
    font-size: 14px;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link.outlink {
    display: flex;
    justify-content: space-between;
}

.mdl-layout__drawer > .mdl-layout__title,
.mdl-layout__drawer > .mdl-layout-title {
    padding-left: 60px;
    padding-top: 10px;
}

.mdl-layout__drawer > .mdl-layout__title,
.mdl-layout__drawer > .mdl-layout-title > img {
    height: 36px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover,
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link.selected {
    background-color: #eff0f0;
    color: var(--primary-color);
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    /* margin-right: 12px !important; */
}

.mdl-menu__item {
    text-align: right;
    font: normal normal normal 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #32373a;
    opacity: 1;
    vertical-align: middle;
    padding-top: 13px;
}

.title-bar {
    height: 55px;
    background-color: #fff;
    color: #797979;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.mdl-chip button i {
    top: 1px;
}
.title-bar .mdl-navigation .mdl-navigation__link {
    color: #000;
}
.mdl-menu--bottom-right a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
}
button i.material-icons {
    font-size: 20px;
    position: relative;
}
main {
    height: 100%;
    width: 100%;
}

#article_comments_quote {
    font-family: serif;
    font-size: 7em !important;
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px 0 0;
    color: #bbb;
}

#article_comments_disp {
    background-color: #eee;
    text-align: justify;
    display: inline-block;
    border-left: 2px solid #bbb !important;
    padding: 8px;
    width: 96%;
    min-width: 85%;
    color: #666;
}

#article_signature_disp {
    text-align: right;
    padding: 20px 0 0 0;
    line-height: 1.2;
    font-style: italic;
    color: #999;
}

span.icon {
    width: 5%;
    display: inline;
    float: right;
}

span.icon.positive {
    color: rgb(0, 213, 0);
}
span.icon.neutral {
    color: rgba(255, 209, 5, 1);
}
span.icon.negative {
    color: rgb(255, 0, 0);
}

figure.image img {
    max-width: 500px;
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised,
.mdl-button--accent.mdl-button--accent.mdl-button--fab {
    background-color: var(--primary-color);
    color: #fff;
}

a {
    color: var(--primary-color) !important;
    text-decoration: none !important;
}

a:visited {
    color: var(--primary-color);
    text-decoration: none !important;
}

a:hover {
    color: #5288d3;
    text-decoration: none !important;
}

ul.mdl-menu a li i.material-icons {
    vertical-align: middle;
}

.content-list {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.mdl-button {
    border-radius: 100px !important;
}

.mdl-button a {
    color: #fff !important;
    text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
    .mdl-layout__drawer-button {
        line-height: 64px;
    }

    .mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button,
    .mdl-layout--fixed-drawer > .mdl-layout__drawer-button,
    .mdl-layout--no-drawer-button .mdl-layout__drawer-button {
        display: none;
    }
}

.mdl-menu__container.is-visible .mdl-menu__outline {
    border-radius: 15px !important;
}

#pinion_account_top {
    color: #32373a !important;
}

/* **********************************************
MDL CUSTOMIZATION
********************************************** */
.mdl-data-table__cell--centered.mdl-data-table__cell--centered {
    text-align: center;
}

/* Change primary color */
.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid var(--primary-color);
}
.mdl-radio__inner-circle {
    background: var(--primary-color);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: var(--primary-color);
}
.mdl-textfield__label:after {
    background-color: var(--primary-color);
}

.mdl-button.text-color--black {
    color: #000 !important;
}

.mdl-button.text-color--white {
    color: #fff !important;
}

/* mdl-textfield--file */

.mdl-textfield--file input[type='file'] {
    cursor: pointer;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 22px;
    width: 100%;
    height: 27px;
    z-index: 4;
}

.mdl-textfield--file .mdl-button--close {
    position: absolute;
    right: 0;
    bottom: 23px;
    z-index: 5;
}

.submenu {
    padding-left: 60px !important;
}

.mdl-mini-footer {
    height: 70px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dfe4ea;
    opacity: 1;
    padding: 16px 16px 0 16px;
}

.mdl-mini-footer__left-section {
    left: 69px;
    width: 200px;
    height: 26px;
    opacity: 1;
    font-size: 13px;
    position: relative;
}

.mdl-mini-footer__left-section span {
    vertical-align: middle;
}

.mdl-mini-footer__right-section {
    right: 64px;
    position: relative;
}

.mdl-navigation__link .mdl-button--icon {
    width: 74px;
    height: 74px;
}

.nav_welcome {
    font-size: 25px;
}

.nav_welcome b {
    font-weight: 800;
}

.nav_welcome,
.nav_email {
    cursor: default;
}

.nav_welcome:hover,
.nav_email:hover {
    background-color: #fff;
}

/* INTERNAL PAGES MENU */
.internal-menu {
    min-width: 300px;
    max-width: 300px;
    height: 100%;
    padding: 0 25px 0 25px;
    background-color: #32373a;
    display: flex;
    color: white;
    flex-direction: column;
    overflow: auto;
}

.internal-menu .internal-title {
    font-size: 50px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
}
.internal-menu .internal-description {
    margin-top: 26px;
}
.internal-menu .internal-options ul.options-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.internal-menu .internal-options {
    margin-top: 26px;
}
.internal-menu .internal-options li.options-item {
    border: 1px solid white;
    border-radius: 26px;
    padding: 12px 30px;
    font-size: 16px;
    margin-bottom: 10px;
}
.internal-menu .internal-options a li.options-item {
    color: white !important;
    font-weight: bold;
}
.internal-menu .internal-options li.options-item.active,
.internal-menu .internal-options .active li {
    background-color: #055ed1;
    border: none;
}
.internal-menu .internal-options li.options-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.internal-menu .internal-options li.options-item ul a {
    color: white !important;
    font-size: 16px;
}
.internal-menu .options {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding-bottom: 50px;
}
.internal-menu .options a {
    color: white !important;
}
.internal-menu .options .contact {
    margin-top: 26px;
    font-weight: bold;
}
.internal-menu .options .contact a {
    font-weight: bold;
}
.internal-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow-x: auto;
}
.internal-content > * {
    width: 100%;
}

#users_wrapper {
    overflow-x: auto;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
    .mdl-snackbar {
        bottom: 68px;
    }
}
