#pwValidate p.invalid {
    color: red
}

#pwValidate p.valid {
    color: green
}

.button:disabled {
    color: grey
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 1px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin-right: 2rem;
    padding: 5px;
    padding-right: 2rem;
    font-size: .8rem;
    max-width: 100%
}

.header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

@media (max-width: 768px) {
    .header__menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header__logo {
    margin-bottom: 10px
}

.header__login {
    padding: 10px 0 10px 0px
}

.share b {
    display: block;
    margin-bottom: 10px
}

.header__nav li a {
    white-space: nowrap
}

td,
th {
    border: 1px solid
}

.mt15 {
    margin-top: 15px
}

.text-link {
    margin: 15px 0;
    display: block;
    text-decoration: underline
}

.changePassword-form div {
    margin-bottom: 15px
}

span.error {
    color: red;
    line-height: 26px
}

span.success {
    line-height: 26px;
    color: green
}

span.neutral {
    color: #2D87E2;
    line-height: 26px
}

form {
    margin: 30px 0
}

@media screen and (max-width: 427px) {
    .form_control {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .header__nav {
        font-size: 19px !important;
        line-height: 1.5em !important
    }
}

nav .active-menu {
    padding-top: 50px
}

@media screen and (max-width: 767px) {
    .container_for_text h1 {
        font-size: 25px
    }
}

.admin .top {
    color: #fff;
    background: #41485a;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

@media screen and (max-width: 425px) {
    .admin .top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.admin .top .logo {
    margin: 0 auto
}

.admin .top .logo img {
    max-width: 190px
}

.admin .top .lang {
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 425px) {
    .admin .top .lang {
        padding: 0
    }
}

.admin .top .lang a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px
}

.admin .left {
    background: #41485a;
    padding: 0
}

.admin .left ul {
    margin: 0;
    padding: 0
}

.admin .left ul li {
    list-style: none;
    height: 30px;
    text-align: center
}

.admin .left ul li a {
    width: 100%;
    color: #fff;
    display: block
}

.admin .left ul li a:hover {
    background: #fff;
    color: #41485a;
    text-decoration: none
}

.admin .left ul li a.is_active {
    color: #41485a;
    background: #fff
}

.admin .right {
    background: #fff
}

@media screen and (max-width: 769px) {
    .admin .right form {
        margin: 15px 0
    }
}

.admin .right form input,
.admin .right form textarea,
.admin .right form select {
    max-width: 300px;
    margin: 0 0 15px
}

@media screen and (max-width: 769px) {
    .admin .right h1 {
        font-size: 25px;
        margin-top: 15px;
        line-height: 28px
    }
}

@media screen and (max-width: 425px) {
    .admin .right h1 {
        margin-top: 30px
    }
}

.admin .right a {
    text-decoration: none
}

.admin .right a:hover {
    text-decoration: none
}

.admin .right .button {
    background-color: #41485a;
    color: #fff;
    display: inline-block;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.admin .right .novels {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.admin .right .novels--block {
    width: 300px;
    min-height: 150px;
    max-width: 100%;
    margin: 15px 50px 30px 0
}

.admin .right .novels--block span {
    display: inline-block;
    font-weight: bold
}

.admin .right .novels--block span.value {
    font-weight: normal
}

.admin .right .novels--block .line:nth-child(2n) {
    background-color: #e3e5ea
}

.admin .right .novels .text-link {
    color: #41485a
}

.content_page p {
    margin: 25px 0
}

.content_page h1 {
    margin-bottom: 30px
}

.content_page a {
    text-decoration: underline
}

.content_page bloquote {
    margin-left: 15px;
    font-style: italic;
    max-width: 600px;
    display: block
}

.content_page ul {
    margin: 15px 0 15px 30px;
    list-style: disc
}

.about-us__text .tdu {
    text-decoration: underline
}

.banners .size {
    display: block
}

.banners img {
    display: block;
    margin: 10px 0;
    max-width: 100%
}

.previewModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 400px;
    height: 300px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    padding: 30px 15px;
    overflow-x: scroll
}

.previewModal.visible {
    display: block
}

.previewModal .previewClose {
    position: absolute;
    right: 10px;
    top: 10px
}

.noscriptmsg {
    width: 100%;
    background-color: #B33A3A;
    padding: 15px 0
}

.noscriptmsg h1 {
    text-align: center;
    color: #fff;
    max-width: 50%;
    margin: 0 auto
}

p {
    text-align: justify
}

.login-header__nav a {
    font-size: 15px
}

.content_page .voters--headings {
    margin-bottom: 10px
}

.content_page .voters--headings .heading {
    margin: 10px 0
}

.content_page .voters--headings .author {
    margin: 10px 0
}

.content_page .voters .voter {
    padding: 5px 0;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content_page .voters .voter:nth-child(2n) {
    background-color: #e3e5ea
}

.btn {
    border: 1px solid grey;
    background: #5c6a7c;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
    display: inline-block
}

.btn--green {
    background: #009688
}

/*# sourceMappingURL=style-new.min.css.map */