a:link, a:visited {
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
}

/*.range-slider {*/
    /*width: 700px ! important;*/
/*}*/

.list-group-item p {
    margin-bottom: 0px;
}

#declarations > li > a:hover {
    background-image: none;
    background-color: transparent;
}

.btn-space {
    margin-right: 5px;
}

#add_to_comparison_items {
    margin-bottom: 0;
}

.list-group-item:hover {
    background-color: #E3E3E3;
    cursor: pointer;
}

#add_to_comparison_menu {
    width: 30vw;
}

/*tablets and phones*/
@media screen and (max-width: 992px) {
    #add_to_comparison_menu {
        width: 91vw;
        max-width: 725px;
    }
}

#declaration_infos .list-group-item:hover {
    background-color: transparent;
    cursor: default;
}

#declaration_infos h4 {
    margin-top: 30px;
}

.noUi-target.noUi-ltr.noUi-horizontal.noUi-background {
    height: 8px;
}

#charts .noUi-handle {
    width: 20px;
    height: 18px;
    right: -10px;
    top: -1px;
}

.noUi-handle.noUi-handle-upper:before {
    height: 6px;
    left: 10px;
    top: 5px;
}

.noUi-handle.noUi-handle-upper:after {
    height: 6px;
    left: 8px;
    top: 5px;
}

.noUi-handle.noUi-handle-lower:before {
    height: 6px;
    left: 10px;
    top: 5px;
}

.noUi-handle.noUi-handle-lower:after {
    height: 6px;
    left: 8px;
    top: 5px;
}

#charts {
    margin-bottom: 50px;
}

.share-person {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.share-person__info {
    position: absolute;
    bottom: 150%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 15px;
    box-shadow: -5px 5px 20px -10px #000;
    font-size: 16px;
    border: 1px solid #bcbcbc
}

.share-person__copy {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ecebeb;
    box-shadow:inset -5px 5px 20px -10px #000;
}

.share-person__info_hidden {
    display: none;
}

.person-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}

.person-banner__image {
    border-radius: 3px;
}

.person-new__breadcrumbs>a{
    color: #1c81c2;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.person-new__breadcrumbs {
    display: flex;
    justify-content: space-between;
}

.person-proofs {
    display: inline-block;
    width: 79%;
}

.person-proof-is-anonymous {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

.person-proof-is-anonymous input {
    width: auto;
    height: auto;
    margin-top: 3px;
}

.person-proof-is-anonymous label {
    width: auto;
    margin-left: 10px;
    margin-bottom: 0px;
}

.person-proof-author-label {
    font-weight: normal !important;
    position: absolute;
    right: 15px;
}

#person_add_person_proof label {
    font-size: small;
    font-weight: bold;
}

.person-add-person-proof {
    max-width: 648px;
}

#add_person_proof_modal_label {
    font-size: 18px;
}

.person-proof-delete-file-label {
    font-family: Helvetica Cyrillic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #00AEEF;
}

#person_proof_delete_file {
    font-family: Helvetica Cyrillic Upright;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 148.9%;
    color: #000000;
    opacity: 0.3;
    margin-left: 21px;
}

.add-person-proof-submit {
    width: 142px;
    height: 34px;
    left: 36.1px;
    bottom: 32px;

    background: #337AB7;
    border: 1px solid #2E6DA4;
    box-sizing: border-box;
    border-radius: 4px;

    font-family: Helvetica Cyrillic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.add-person-proof-cancel {
    width: 118px;
    height: 34px;
    left: 200.55px;
    bottom: 32px;

    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;

    font-family: Helvetica Cyrillic Upright;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.proof-progress {
    margin-bottom: 0px;
}

.person-proof-comment-wrapper {
    display: flex;
}

.person-proof-comment-file {
    display: block;
}

.person-proof-comment-text {
    display: block;
    width: 80%;
    word-wrap: break-word;
    margin-left: 5px;
}

.person-proof-comment {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /*line-height: 150%;*/
}

.person-proof-author-wrapper {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.3;
}

.person-new__header {
    font-size: 32px;
    letter-spacing: -0.8px;
    position: relative
}

.person-description {
    margin-top: 40px;
}

.lobbist {
    position: relative;
}

.person-description .lobbist .photo img {
    /*border: 1px solid black;*/
    /*width: 100%*/
}

.photo {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo > img {
    /*height: 100%;*/
    /*width: auto;*/
}

.person-add-photo-btn {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: none;
    width: 160px;
    height: 30px;
    border-radius: 50px;
    background: #00AEEF;
;
}

.person-add-photo-url-btn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 14px;
}

.add-photo-url-form {
    width: 435px;
    /*height: 263px;*/
}

.add-photo-form {
    width: 435px;
    /*height: 263px;*/
}

#add_photo_source {
    margin-top: 10px;
}

#add_photo_url_source {
    margin-top: 10px;
}

.photo-delete-button {
    position: absolute;
    top: -20px;
    right: -13px;
    opacity: 0.5;
    color: black;
}

.submit-add-photo-url {
    /*position: absolute;*/
    width: 237px;
    height: 40px;
    margin-left: 140px;
    background: #00AEEF;
    border-radius: 50px;
    border: none;

    font-family: Helvetica Cyrillic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.submit-add-photo {
    width: 237px;
    height: 40px;
    margin-left: 140px;
    background: #00AEEF;
    border-radius: 50px;
    border: none;

    font-family: Helvetica Cyrillic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.submit-delete-photo {
    width: 237px;
    height: 40px;
    margin-left: 140px;
    background: #00AEEF;
    border-radius: 50px;
    border: none;

    font-family: Helvetica Cyrillic;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.file-url-label {
    position: absolute;
    top: 17px;
    left: 25px;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;

    color: #000000;

    opacity: 0.3;
}

.photo-source-label {
    position: absolute;
    top: 25px;
    left: 25px;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;

    color: #000000;

    opacity: 0.3;
}

.photo-url-source-label {
    position: absolute;
    top: 85px;
    left: 25px;

    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;

    color: #000000;

    opacity: 0.3;
}

.file-url-input {
    width: 360px;
    height: 56px;
    left: 19.63px;
    top: 29.67px;
    border: 1px solid #00AEEF;
    box-sizing: border-box;
    border-radius: 4px;
    padding-top: 14px;
    font-size: 16px;
}

.photo-source-input {
    width: 360px;
    height: 56px;
    left: 19.63px;
    top: 101.67px;
    border: 1px solid #00AEEF;
    box-sizing: border-box;
    border-radius: 4px;
    padding-top: 14px;
    font-size: 16px;
}

.add-photo-url-errors {
    font-size: 14px;
}

#add_photo_url_errors {
    padding: 2px;
    width: 360px;
}

.add-photo-errors {
    font-size: 14px;
}

.delete-photo-errors {
    font-size: 14px;
}

#add_photo_errors {
    padding: 2px;
    width: 360px;
}

#delete_photo_errors {
    padding: 2px;
    width: 350px;
}

.section-alert {
    color: gray;
}

.section-alert:hover {
    color: red;
}

.verified_section {
    color: green;
}

.verified_section:hover {
    color: darkgreen;
}

.person-description .lobbist .position {
    color: gray;
}

.person-description .lobbist {
    display: inline-block;
    width: 20%;
}

.person-description .desc-contaiter {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    padding-left: 10px;
}

.person-description .desc-contaiter .title {
    display: inline-block;
    margin-bottom: 0;
}

.person-description .desc-contaiter .redflag_index {
    float: right;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-weight: 600;
    color: #f3574c;
    font-size: 14px;
    line-height: 36px;
    vertical-align: bottom;
}

.person-description .desc-contaiter .position {
    font-size: 20px;
    color: gray;
}

.person-description h1 {
    margin-top: 0px;
}

.person-new__charts {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.person-new__button1 {
    background-color: #ceecff;
    color: #333;
    border: none;
    padding: 8px 25px;
}

.person-new__button1:hover {
    background-color: #ceecff;
    color: #333;
    border: none;
    padding: 8px 25px;
}

.person-new__button1:focus,
.person-new__button1:active,
.person-new__button1:active:focus {
    background-color: #cee6ff;
    color: #333;
    border: none;
    padding: 8px 25px;
}


.person-new__button2, a.person-share-button {
    background-color: #1c81c2;
    color: #fff;
    border: none;
    padding: 8px 25px;
}

.person-new__button2:hover {
    background-color: #1c81c2;
    color: #fff;
    border: none;
    padding: 8px 25px;
}

.person-new__button2:focus,
.person-new__button2:visited,
.person-new__button2:active,
.person-new__button2:active:focus {
    background-color: #1c81c2;
    color: #fff;
    border: none;
    padding: 8px 25px;
}

table.person-new__table {
    border: none!important;
    background-color: #fff!important;
    border-radius: 3px!important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

table.person-new__table th {
    border: none!important;
    border-bottom: solid 1px #cecece!important;
    padding: 30px 25px 10px!important;
    color: #9b9b9b;
}

table.person-new__table .even {
    background-color: #fff!important;
}

table.person-new__table tr {
    border-bottom: none!important;
    border-top: none!important;
}

table.person-new__table td {
    padding: 30px 25px!important;
}

table.person-new__table tr:hover {
    background-color: #f7f8f5!important;
}

.person-new__title {
    color: #030303!important;
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.person-new__text {
    color: #030303!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.person-new__link {
    color: #1a6cb5!important;
    letter-spacing: 0.5px!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.noUi-connect {
    background: #51a5de;
}

table.affilated-persons tr td, table.affilated-persons tr th {
    font-size: 16px;
}

table.affilated-persons.person-new__table td {
    padding: 15px 25px!important;
}

.photo img {
	margin-bottom: -15px;
}

.social-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    font-size: 24px;
    line-height: 40px;
}

.social-btn-w {
    height: 40px;
    width: 40px;
}

.social-btn.fa-wikipedia-w {
    padding-left: 4px;
}

.social-btn.fa-facebook {
    padding-left: 12px;
}

.social-btn.fa-twitter {
    padding-left: 9px;
}

.social-btn.fa-vk {
    padding-left: 7px;
}

.dissernet {
    height: 40px;
    padding: 2px 8px;
}

.social-btn:hover,
.social-btn:visited {
    color: #333;
    background-color: #fff;
}

.person-text {
    font-size: 20px;
    margin-bottom: 0;
}

.photo_description {
    writing-mode:vertical-rl;
    transform:scale(-1);
    vertical-align: bottom;
    align-items: end;
    height: 255px;
    font-size: 14px;
}

.photo_source {
    font-size: 14px;
}

.photo_source a,
.photo_source a:hover,
.photo_source a:visited {
    text-decoration: none;
    color: gray;
}

.captcha {
    margin-top: 10px;
}

.person-header h4 {
    margin-bottom: 0;
    margin-top: 0;
}

.person-header.social-btns {
    width: 230px;
}

.person-header.redflag-idx {
    width: 190px;
}

.person-header.life-period {
    width: 150px;
}

.redflags-container {
    margin-top: 20px;
}

.redflag-header {
    font-weight: 500;
}

.redflag-subheader {
    font-size: 18px;
    font-weight: 400;
}

.redflag-index {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 46px;
    padding-top: 8px;
}

.redflag-years {
    margin-bottom: 10px;
}

.redflag-year {
    padding-right: 10px;
}

.redflag-year.active {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.redflag-year.not-active {
    color: gray;
}

.row-wrapper {
    height: 100%;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.row-min-height {
    min-height: 255px;
}

.column-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-info {
    margin-bottom: 10px;
}

.js-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.js-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 490px;
    height: 281px;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    animation: ease-in-out;
    animation-name: animatemodal;
    animation-duration: 0.4s;
}

.js-modal-body {
    max-height: 180px;
    overflow: scroll;
}

.fadeout {
    animation: fadeout 0.4s linear 1 forwards;
}

@keyframes animatemodal {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.close {
    color: #9e9393;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.person-user-lists-table {
    width: 100%;
}

.user-lists-table-row {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
}

.user-lists-table-row > th, td {
    border-bottom: 1px solid #BABABA;
}

.name-column {
    width: 70%;
}

.user-column {
    width: 30%;
}

.person-user-lists {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.person-user-lists-button {
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.user-list-add-person-button {
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.create-user-list-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-list-create-button {
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.user-button {
    display: flex;
    width: 170px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #00AEEF;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #00AEEF;
    font-family: Golos, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 200%;
    cursor: pointer;
    text-decoration: none;
}

.user-filled-button {
    border: none;
    color: #FFFFFF;
    width: 110px;
    height: 30px;
    background: #00AEEF;
    border-radius: 4px;
    font-size: 10px;
}

.create-user-list-input {
    width: 266px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
}

.modal-table-info {
    width: 70%;
}

.modal-table-button {
    width: 20%;
}

.add-person-modal-user-lists {
    max-height: 82px;
    overflow: scroll;
    margin-bottom: 6px;
}

.user-lists-modal-table {
    width: 100%;
}

.user-lists-item {
    font-family: Golos, Helvetica, Arial, sans-serif;
}

.search-user-list-input {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 24px;
    padding-left: 10px;
    height: 35px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.modal-table-info p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-add-person {
    font-family: Golos, Helvetica, Arial, sans-serif;
    height: auto;
}

.submit-add-user-button {
    width: 154px;
    height: 35px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}
