a:hover {
    text-decoration: none;
}

#public_comment_urban_title, #contractors_title, #capital_construction_title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

select:hover {
    cursor: pointer;
}

#search_filter {
    background-color: #F5F6F0;
    border-radius: 7px;
}

.filter-field-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: black;
}

#filter_items {
    padding: 2rem 1rem 0;
}

#filter_items input::placeholder {
    font-family: 'Montserrat', normal;
    color: black;
    font-size: 13px;
    font-weight: 400;
}

#filter_items input:focus::placeholder {
    color: transparent;
}

.filter-btn .ag-lo-btn-red {
    margin-left: 1rem;
}

.ag-lo-filter-btns-row {
    display: flex;
    justify-content: space-around;
    margin: 0 0 1rem;
    padding: 1rem 0 0;
    border-bottom: 1px solid #F5F6F0;
    flex-wrap: wrap;
}

.ag-lo-filter-btns-col {
    text-align: center;
    padding: 1rem 0 1rem;
    border-bottom: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
}

.ag-lo-filter-btns-col:hover {
    border-bottom: 3px solid #CAE58E;
    cursor: pointer;
}

.ag-lo-filter-btns-row .filter-active-col {
    border-bottom: 3px solid #CAE58E;
    cursor: pointer;
}

.active-element-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    width: 45px;
    height: 45px;
    color: #CAE58E;
    border-radius: 50%;
    border: 4px solid #CAE58E;
    box-shadow: #CAE58E;
    background-color: #3D8060;
    margin-left: 1rem;
}

.pc-element-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #7A7B78;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    background-color: #F5F6F0;
    font-weight: 700;
    margin-left: .5rem;
}

.filter-result-card {
    display: flex;
    background-color: #F5F6F0;
    border-radius: 7px;
    margin-right: .5rem;
    margin-bottom: 2rem;
    width: 48%;
    /*padding-bottom: 2rem;*/
}

#templates {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.r_item_title {
    color: #17373A;
    padding: 1.5rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.filter-result-card a:hover {
    text-decoration: none;
}

#ag-lo-filter-btns-container {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.r_item_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.item-name-block {
    font-size: 13px;
    font-weight: 400;
    color: #17373A;
    width: 100%;
}

.item-value-block {
    font-size: 15px;
    font-weight: 500;
    color: #17373A;
    width: 100%;
}

.r_item_btn_access-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.object-title-image-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.filter-result-object-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.object-card-content {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.object-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: black;
    text-align: left;
}

#detail-urban-content-container {
    background-color: #F5F6F0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2.5rem;
}

.detail-object-info {
    padding: 3rem;
}

#urban-cover-photo {
    margin: 40px auto 2rem;
}

#detail-urban-content-container img {
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.public-comment-urban-expand {
    margin-top: 1rem;
    border: none;
}

.pc-urban-expand-body {
    background-color: #F5F6F0;
}

.ag-lo-form-control {
    padding: .75rem .75rem;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.pc-urban-plan-group label {

}

.detail-object-info-right {
    margin: 40px auto 2rem;
}

/*
detail-object-info-right-title
 */
.doir-title {
    font-size: 14px;
    font-weight: 400;
    color: #17373A;
    margin-bottom: 0;
    line-height: 17.07px;
}

/*
detail-object-info-right-text
 */
.doir-text {
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 500;
    color: #17373A;
    margin-bottom: 1rem;
}

.panel-inside-block {
    margin: 0 2rem;
    padding: 1.25rem;
    background: white;
    border-radius: 7px;
}

.inside-card-doc-link{
    display: flex;
}

.inside-card-doc-link img {
    height: 24px;
    margin-right: .5rem;
}

.inside-card-doc-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: black;
}

.panel-inside-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5rem;
}

.panel-inside-item {
    margin-bottom: 1rem;
}

.panel-inside-image {
    height: 100px;
}

.r_item_image img {
    border-left: 5px solid white;
    border-right: 5px solid white;
}

.ag-lo-btn-disabled {
    background-color: #DADADA;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    color: white;
    padding: 1rem 1.75rem;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.ag-lo-btn-dgreen {
    background-color: #3D8060;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    color: white;
    padding: 1rem 1.75rem;
    font-weight: 600;
    font-size: 15px;
}

.ag-lo-btn-dgreen:hover {
    background-color: #FFFFFF;
    border: 3px solid #3D8060;
    color: #3D8060;
}

.ag-lo-btn-dgreen[disabled]:hover{
    background-color: #3D8060;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    color: white;
}

.pcup-expand-title-name {
    font-size: 16px;
    /*color: #6B6B6B;*/
    font-weight: 400;
}

.panel-inside-extra-block {
    margin: 0 2rem 1rem;
}

.pcup-extra-filter {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.pcup-extra-filter-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 1.5rem;
    color: #333333;
}

.pcup-permission-filter-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 1.5rem;
    color: #333333;
}

.pcup-permission-filter-btn-active {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 1.5rem;
    color: #83A23C;
}

.pcup-admin-extra-filter-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 1.5rem;
    color: #333333;
}

.pcup-extra-filter-btn-active {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 1.5rem;
    color: #83A23C;
}

.pcup-extra-filter-btn-active {
    cursor: pointer
}

.pcup-permission-filter-btn:hover {
    cursor: pointer;
    color: #83A23C;
}

.pcup-admin-extra-filter-btn:hover {
    cursor: pointer;
    color: #83A23C;
}

.pcup-extra-filter-btn:hover {
    cursor: pointer;
    color: #83A23C;
}

.pcup-extra-status-approved {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #3D8060;
    display: flex;
    align-items: center;
}


.pcup-extra-status-approved:before {
    content: "Опубликовано";
    color: #3D8060;
}

.pcup-participant-status-approved {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #3D8060;
    display: flex;
    align-items: center;
}

.pcup-participant-status-approved:before {
    content: "Допущен к обсуждению";
    color: #3D8060;
}

.pcup-participant-status-rejected {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #EB5757;
    margin-bottom: 1rem;
}

.pcup-participant-status-rejected:before {
    content: "Отказано в доступе";
    color: #EB5757;
}

.pcup-extra-status-rejected {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #EB5757;
}

.pcup-extra-status-rejected:before {
    content: "Отклонено";
    color: #EB5757;
}

.pcup-participant-status-await {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #004CE0;
    display: flex;
    align-items: center;
}

.pcup-participant-status-await:before {
    content: "Ожидает допуска";
    color: #004CE0;
}

.pcup-extra-status-await {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #004CE0;
    display: flex;
    align-items: center;
}

.pcup-extra-status-await:before {
    content: "Ожидает модерации";
    color: #004CE0;
}

.pcup-extra-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: black;
}

.pcup-extra-date {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin-right: .5rem;
    color: black;
}

.pcup-extra-address {
    margin-top: 1rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: black;
}

.pcup-extra-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: black;
}

.pcup-extra-header-info {
    margin-bottom: 1rem;
}

#public-comment-forms-container {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.pc-element-status-rejected-alert {
    padding: 2rem 1rem;
}

#collapse-comment .panel-inside-block {
    margin-bottom: 1.5rem;
}

.pcup-extra-moderator-statuses {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-bottom: 2px solid #BFC0C0;
    padding-bottom: 1rem;
}

.pcup-extra-block-statuses {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

#collapse-comment-moderator .panel-inside-block {
    margin-bottom: 1rem;
}

.pcup-extra-publicate-btns button:first-child {
    margin-right: 1rem;
}

.extra-btn-gray {
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 180px;
    background: #F5F6F0;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    color: black;
}

.extra-btn-gray:hover {
    box-shadow: none;
    background: white;
    border: 3px solid #F5F6F0;
}

#collapse-participants-moderator .panel-inside-block {
    margin-bottom: 1rem;
}

#alertMsgForm {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#pcup-msg-form-dismiss-btn {
    margin-right: 1.5rem;
}

.pcup-extra-docs {
    margin-top: 1rem;
}

.comment-image {
    height: 80px;
    width: 80px;
    margin-right: .5rem;
}

.map {
    padding-top: 2.5rem;
}

#map_beacon {
    max-width: 100%;
}

#urban-cover-photo img {
    max-width: 100%;
    max-height: 225px;
}

#urban-cover-photo .item-value-block {
    display: flex;
    justify-content: center;
}

#navbar-main .navbar-nav > li > a {
    color: whitesmoke;
    font-size: 14px;
}

#mobile-burger-btn {
    color: #CAE58E;
    border: 2px solid #CAE58E;
}

#mobile-burger-btn .icon-bar {
    background-color: #CAE58E;
}

#navbar-main ul {
    display: none;
}

#jGrowl{
    top: 95px;
}

label.error{
    color: red;
}

.jGrowl-message{
    word-break: break-word!important;
}

.stared:after {
    color: #ff0000;
    content: "*";
    font-size: 16px;
}

.required-fields{
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.alert a{
    text-decoration: underline;
}

#total-records-count{
    margin-top: 1rem;
}

#total-records-count-text{
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.file-input .input-group-btn{
    width: 18%;
}

.file-input .image-upload-controls{
    width: auto;
}

.file-input .image-upload-controls{
    display: inline-block;
}

@media (max-width: 380px) {
    .ag-lo-filter-btns-row {
        flex-direction: column;
    }

    #ag-lo-filter-btns-container .filter-btn {
        margin-bottom: 1.5rem;
    }

    .pcup-extra-moderator-statuses {
        flex-wrap: wrap;
    }


    .pcup-expand-title-name {
        width: 260px;
        font-size: 14px;
        text-overflow: ellipsis;
    }

    .expand-title-name {
        width: 200px;
        font-size: 14px;
        padding-left: 0;
    }

    .pcup-extra-filter {
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .panel-inside-block {
        margin: 0;
    }

    .panel-inside-extra-block {
        margin: 0;
    }

    .pcup-extra-publicate-btns {
        margin-top: 1rem;
        display: flex;
        width: 100%;
    }

    .filter-btn .ag-lo-btn-red {
        margin-left: 0;
    }

    .r_item_btn_access-block {
        width: 100%;
    }

    .object-properties-container {
        margin-top: 1.5rem;
    }

    .r_item_btn_access-block {
        margin-top: 1rem;
    }

}

@media (max-width: 500px) {
    .filter-result-card {
        width: 100%;
    }

    #public-comment-forms-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-result-card {
        width: 100%;
    }

    #formed-data-container .expand-title-name{
        width: 190px!important;
    }

    .expand-title-name{
        width: 300px;
    }
}

@media (max-width: 768px) {
    #navbar-main ul {
        display: unset;
    }

    #mobile-burger-btn:hover {
        color: white;
        background-color: #CAE58E;
        border: 2px solid white;
    }

    #mobile-burger-btn:focus.collapsed {
        color: #CAE58E;
        background: none;
        border: 2px solid #CAE58E;
    }

    #mobile-burger-btn:focus.collapsed .icon-bar{
        background-color: #CAE58E;
    }

    #mobile-burger-btn:focus .icon-bar, #mobile-burger-btn:hover .icon-bar {
        background-color: white;
    }
}