﻿.upperfooter {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px
}

.what-user {
    border: 1px solid black !important;
}

.what-user-color {
    color: black !important;
}

.upperfooter__text {
    text-align: justify;
    font-size: small;
    padding: 3px
}

#go-top {
    height: 40px;
    width: 40px;
    position: fixed;
    color: #fff;
    top: 40%;
    right: 30px;
    cursor: pointer;
    display: none;
    border-radius: 70%;
    text-align: center;
    background: #81d7fc
}

    #go-top:hover {
        background: #344193
    }

.text-header {
    color: #295eaf;
    border-color: #fff !important;
    cursor: pointer;
    margin: 0 2px
}

.text-noactive-header {
    color: #295eaf;
    border-color: #fff !important
}

.main-block-text {
    text-align: center;
    padding: 5px 0
}

@media (min-width:320px) {
    .main-block-texttlg_link_footer_text div a {
        font-size: 12px;
        min-height: 32px;
        display: grid;
        align-items: center
    }

    .tlg_link_footer_text div a {
        font-size: 12px
    }

    .slider__item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:576px) {
    .slider__item {
        flex: 0 0 503%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .tlg_link_footer_text div a {
        text-decoration: none;
        font-size: 15px
    }

    .customers, .providers {
        margin: 0 25px
    }

    .slider__item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:1200px) {
    .customers, .providers {
        margin: 0 75px
    }

    .slider__item {
        flex: 0 0 20%;
        max-width: 20%
    }

    .main-block-text {
        font-size: 14px;
        min-height: 38px
    }
}

body, html {
    height: 100%
}

.container-fl {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto
}

.container {
    flex: 1 0 auto
}

.fa-facebook-f {
    color: #4267b2
}

.fa-skype {
    color: #00adf2
}

.fa-youtube {
    color: red
}

div.scrollup {
    position: fixed;
    color: #fff;
    background-color: #295eaf;
    right: 35px;
    top: 60%;
    padding: 4px 10px;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: none;
    text-align: center
}

    div.scrollup:hover {
        background-color: #000
    }

.cursor-pointer {
    cursor: pointer !important
}

.bg-fon {
    background-color: #e8f0fe
}

.HeaderButton {
    margin-top: 10px
}

div.ui-widget-content.ui-corner-all.ui-ss-field-block {
    background: #e8f0fe !important;
    margin: 5px 0
}

.select_category {
    width: 70%;
    display: inline-block
}

#add_custom {
    margin-bottom: 4px
}

.ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-OK {
    color: #fff;
    background-color: #289b45;
    border-color: #289b45
}

.main-top {
    min-height: 320px;
    text-align: center;
}

.space-normal {
    white-space: normal
}

.position-illustrations img {
    float: left;
    cursor: pointer;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 9px;
    margin-bottom: 9px
}

.position-illustrations {
    display: none;
    width: 100%;
    float: left;
    margin-bottom: 11px
}

.position-illustration-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center
}

.position-illustration-bg {
    background: rgba(0,0,0,.4);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%
}

.position-illustration-ctrl {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-height: 90%;
    max-width: 90%
}

.position-illustration-ctrl-prev {
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: center;
    color: #fff;
    line-height: 24px !important;
    text-decoration: none;
    font: 13px/20px Tahoma,Arial,sans-serif;
    font-weight: 700;
    cursor: pointer
}

    .position-illustration-ctrl-prev:active, .position-illustration-ctrl-prev:hover, .position-illustration-ctrl-prev:visited {
        color: #fff !important
    }

.position-illustration-img {
    max-height: 100%;
    max-width: 100%
}

.position-illustration-ctrl-next {
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: center;
    color: #fff;
    line-height: 24px !important;
    text-decoration: none;
    font: 13px/20px Tahoma,Arial,sans-serif;
    font-weight: 700;
    cursor: pointer
}

    .position-illustration-ctrl-next, .position-illustration-ctrl-next:hover, .position-illustration-ctrl-next:visited {
        color: #fff !important
    }

.position-illustration-ctrl-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: center;
    line-height: 24px !important;
    text-decoration: none;
    font: 13px/20px Tahoma,Arial,sans-serif;
    font-weight: 700;
    cursor: pointer
}

    .position-illustration-ctrl-close, .position-illustration-ctrl-close:active, .position-illustration-ctrl-close:hover, .position-illustration-ctrl-close:visited {
        color: #fff !important
    }

.legend {
    padding: 0;
    font-size: 1.5rem
}

.eMemberCard_password_block, .ePassword_block, .eUser_new_pass_block, .eUser_passConfirm_block, .eUser_u_pass_block {
    position: relative
}

#confirm_new_password_eye, #login_eye, #new_password_eye, #old_password_eye, #reg_eye {
    position: absolute;
    right: 20px;
    top: 8px
}

.main-block-bg {
    background-color: #fff;
    box-shadow: 7px 7px 7px rgba(0,0,0,.5);
    display: block
}

    .main-block-bg:hover {
        transition: .5s;
        box-shadow: none
    }

.floating-btn {
    display: none;
    cursor: pointer;
    font-size: 12px;
    font-family: Open sans,Ubuntu,Arial;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 7%;
    left: 2%;
    z-index: 99999
}

    .floating-btn:hover, .floating-btn:visited {
        color: #fff
    }

    .floating-btn div {
        padding: 10px;
        background-color: rgba(42,64,63,.06);
        width: 100px;
        height: 100px;
        border-radius: 50%
    }

        .floating-btn div div {
            padding-top: 14px;
            background: #d45252;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            color: #fff
        }

            .floating-btn div div:hover {
                background: #506b9d
            }

.tlg_link {
    justify-content: center;
    width: 100%;
    display: none
}

.tlg_link_content {
    width: 728px
}

.tlg_link_footer_img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 15px 0 0 0
}

    .tlg_link_footer_img div {
        display: flex;
        justify-content: center;
        align-items: center
    }

        .tlg_link_footer_img div a img {
            width: 100px
        }

.tlg_link_footer_text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 0 15px 0
}

    .tlg_link_footer_text div {
        display: flex;
        justify-content: center;
        align-items: center
    }

.tlg_link_YYB {
    cursor: pointer
}

.tlg_link_YYB_text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 0 5px;
    background: #fb0d01;
    transition: transform 1s
}

    .tlg_link_YYB_text:hover {
        transform: scale(1.1)
    }

.spare_number {
    display: none
}

ul.mark-list li {
    list-style: none;
    padding: 10px 0 10px 50px;
    background: transparent url(../images/galochka_min.png) no-repeat left center;
    min-height: 32px
}

.btn-subscribe {
    padding: 10px 50px;
    border: 3px solid;
    color: #32afed;
    background-color: transparent;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    user-select: none;
    text-decoration: none
}

.subscribe {
    margin: 50px 0 25px 0
}

#profits {
    font-size: 11px
}

.slider {
    position: relative;
    overflow: hidden
}

.slider__wrapper {
    display: flex;
    transition: transform .6s ease
}

.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5)
}

.slider__control_show {
    display: flex
}

.slider__control:focus, .slider__control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.slider__control_left {
    left: 0
}

.slider__control_right {
    right: 0
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.slider__control_left::before {
    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")
}

.slider__control_right::before {
    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")
}

.main-block-img img {
    width: 100%
}

.kredit {
    background: RGB(112, 143, 198);
    border: none;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #382d25;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
    color: white;
    position: fixed;
    right: 30px;
    text-align: center;
    bottom: 30px;
    width: 100px;
    z-index: 99999;
}

    .kredit:visited {
        color: white;
    }

    .kredit:hover {
        color: white;
        box-shadow: 0px 0px 10px RGB(112, 143, 198);
    }

.ui-front {
    z-index: 1060;
}

/*Style slider*/
.slider {
    width: 75%;
    margin: 1px auto;
}

.slick-slide {
    margin: 0px 1px;
}

    .slick-slide img {
        width: 500px;
        height: 350px;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .4s;
}

.slider-for {
    max-height: 700px;
    max-width: 500px;
}
/*end*/

.div-img-news {
    width: 290px;
    height: 153px
}

.img-news {
    border: 1px solid #000;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.img-news-data {
    position: relative
}

    .img-news-data img {
        height: 45px
    }

.span-news-data {
    position: absolute;
    top: 18px;
    left: 18px
}

.uploadbutton {
    white-space: nowrap;
    text-align: center;
}

#cbConfirm-checked,
#cbConfirmReglament-checked {
    position: absolute;
    bottom: 5px
}

    #cbConfirm-checked ~ .cbConfirm-checked-input,
    #cbConfirmReglament-checked ~ .cbConfirm-checked-input {
        margin-bottom: 30px
    }

.ReadOnlyValue {
    word-break: break-all;
}


.custom_tooltip {
    position: relative;
    display: inline-block
}

    .custom_tooltip .custom_tooltip_text {
        visibility: hidden;
        width: 1000px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity .3s
    }

    .custom_tooltip:hover .custom_tooltip_text {
        visibility: visible;
        opacity: 1
    }

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}

.dropzone {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px dashed #c6c;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
}

.content-main {
    flex: 1 0 auto
}

footer {
    flex: 0 0 auto;
}

#ValidateTips.can-scroll {
    transition: .2s;
    cursor: pointer;
}

    #ValidateTips.can-scroll:hover {
        border-color: #ed4848;
    }

.field-hint {
    cursor: pointer;
}

div.field-hint-popup {
    padding: 10px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autoExpand {
    overflow: hidden;
    resize: none
}

caption {
    caption-side: top;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 700;
    cursor: pointer;
    width: 150px;
    transition: .3s
}

    caption:hover {
        color: #4e6c9b
    }

    caption .ui-icon {
        height: 14px
    }

.relatedActionReadOnly, .relatedRequestReadOnly {
    color: #295eaf;
    cursor: pointer
}

    .relatedActionReadOnly:hover, .relatedRequestReadOnly:hover {
        text-decoration: underline
    }

[id^=actionTableBody] td:first-child {
    min-width: 505px
}

[id^=actionTableBody] td:nth-child(2) {
    min-width: 260px
}

[id^=actionTableBody] td:nth-child(3), [id^=actionTableBody] td:nth-child(4) {
    min-width: 180px
}

[id^=requestTableBody] td:first-child {
    min-width: 505px
}

[id^=requestTableBody] td:nth-child(2) {
    min-width: 440px
}

[id^=requestTableBody] td:nth-child(3) {
    min-width: 180px
}

.border-dashed-top {
    border-top: 1px dashed grey;
} 

@media(min-width:768px) {
    .border-dashed-right {
        border-right: 1px dashed grey;
    }

    .border-dashed-left {
        border-left: 1px dashed grey;
    }

    .position-img {
        max-height: 180px;
    }
} 

@media (min-width:1500px) {
	#actionsCol {
		position:fixed;
		width:170px;
		z-index:100;
		padding-left:0;
		padding-right:0
	}
}