.display-none {
    display: none;
}

.display-block {
    display: block;
}
.display-none{
    display: none;
}

.gray-txt{
    color:#646464;
}
.width-100 {
    width: 100%;
}

.width-110px{
 width: 110px;
}

.min-width-130px{
    min-width:130px
}

.width-15prc{
    width:15%;
}
.w-40prc{
    width: 40%;
}

.ml-5prc{
    margin-left:0.5%;
}

.border-color-light{
    border-color: rgb(206, 212, 218);
}

.copyright {
    padding-top: 13px;
}

/* BTN DROPDOWN ICON */
.icon-dropdown-btn {
    border: none !important;
}

table .icon-dropdown-wrap .icon-dropdown-img {
    max-width: 25px;
}

.icon-dropdown-wrap .btn-group {
    display: block !important;
    /* left: 10px !important; */
}

.icon-dropdown-wrap .icon-dropdown-btn {
    border-radius: 10px !important;
    padding: 10px;
}

.icon-dropdown-wrap .icon-dropdown-btn:hover {
    background-color: #d6cdcd;
}

.icon-dropdown-wrap .dropdown-menu .show {
    width: auto;
    padding: 0;
}

table .icon-dropdown-wrap .icon-dropdown-btn {
    top: 10px;
}

.icon-dropdown-wrap .dropdown-menu .dropdown-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

/* NOTIFICATION BTN */


.notification-btn-wrap .notification-icon-img {
    width: 20px;
    transition: all .3s ease-in-out;

}

.notification-btn-wrap:hover .notification-icon-img {
    transform: rotate(-30deg);
}

body.logged .notification-btn-wrap .block {
    padding: 30px 15px;
}

.block .pricing-header{
    border-radius: 30px 30px 0 0!important;
    
}



.dropdown-item:focus,
.dropdown-item:active {
    background-color: #FB441A;
}

.notification-badge {
    top: -1px;
    left: -4px;
    background-color: #FB441A;
    padding: 2px 5px;
    border-radius: 100px;
    font-size: 10px !important;
    color: #fff;
}

.notification-btn-wrap:hover .notification-badge {
    background-color: #d6cdcd;
    transition: all .3s ease-in-out;
}


.notification-btn-wrap .dropdown-menu {
    min-width: 250px !important;
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border: none;

}

.notification-container {
    color: #656565;
}

.notification-btn-wrap .notification-container .name a {
    background: none;
    border: none;
    padding: 0;
    color: #FB441A;
}

.notification-btn-wrap .notification-container .name a:hover {
    background: none;
    border: none;
    padding: 0;
    color: #000 !important;
}

/* messages wiadomości panel klienta */

/* przyciski pobierz */
.attachments-container {
    margin-top: 0px;
}

.attachments-container .close {
    float: none;
    padding-left: 15px;
}



/* przycisk usuń konto */

.del-account-btn {
    background: #fb441a url(../img/del-user-black.png) no-repeat left 15px top 12px;
    padding-left: 43px;
    background-size: 20px;
}

.del-account-btn:hover {
    background: #000 url(../img/del-user.png) no-repeat left 15px top 12px;
    color: #fff;
    padding-left: 43px;
    background-size: 20px;
}


.send-mail-textarea .tox-tinymce {
    border: 2px solid #e0e0e0 !important;
    border-radius: 20px !important;
    margin-bottom: 20px;

}

.tbl-col-small {
    width: 5%;
}

.height-min {
    height: min-content;
}

.popup-txt {
    color: #000 !important;
    font-size: 18px !important;
}

#vindicationTicketForm .uploadifive-button {
    float: left !important;
}

.vindication-payment-info {
    color: #000 !important;
    /* background-color: rgba(251, 68, 26, 0.5)!important; */
    font-size: 14px !important;
}

table.ticket-table a {
    color: #000 !important;
}

table.ticket-table a:hover {
    color: #FB441A !important;
}

.bold {
    font-weight: bold;
}

.ticket-info-box .ticket-info {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}

.ticket-info-box .ticket-info p {
    font-size: 15px !important;
}

.ticket-info-box .ticket-info span {
    color: #000;
}

.ticket-message-head {
    color: #656565 !important;
    font-size: 12px !important;
}

.ticket-reply-head {

    font-size: 12px !important;
    color: #656565;
}

.ticket-reply-message {
    color: #000 !important;
    font-size: 16px !important;
}

.logged-user{
    position: relative;
}

.logged-user::before{
    content: "";
    background: url(/assets/img/user-logged.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: -15px;
    width: 10px;
    height: 10px;
    top: 1px;
}

.guest-user{
    position: relative;
}

.guest-user::before{
    content: "";
    background: url(/assets/img/user-guest.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: -15px;
    width: 10px;
    height: 10px;
    top: 1px;
}


.my-account-row>div .block {
    height: 270px;
}

#vindications td:nth-child(4),
#vindications td:nth-child(6),
#vindications td:nth-child(7) {
    color: #000;
}

#vindications td .fa.fa-edit, #vindications td .fa.fa-check-circle  {
    font-size:17px;
}

#vindications td .fa.fa-edit::before {
	color:#fb4213;
}

#vindications td .fa.fa-check-circle {
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3; -o-transition: ease-in-out 0.3;
	transition: ease-in-out 0.3;
	position:relative;
}

#vindications td .fa.fa-check-circle::before {
     color:#32c30e;
}

#vindications td .fa.fa-check-circle::after {
    content: "akceptuj";
	-webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3; -o-transition: ease-in-out 0.3; transition: ease-in-out 0.3;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -8px;
    text-align: center;
    font-size: 6px;
    font-family: 'kelsonsans-normal';
    background: #32c30e;
    color: #fff;
    text-transform: uppercase;
	padding:0;
    border-radius: 4px;
	height:0;
	opacity:0;
}

#vindications td .fa.fa-check-circle:hover::after {
	opacity:1;
	height:9px;
	padding: 2px 3px 1px;
	top:-8px;
}

#vindications td .fa.fa-check-circle:hover {
    font-size: 17px;
    transform: scale(1.7);
}

#vindications td:nth-child(8) span:hover, #vindications td:nth-child(9) span:hover {
	color:#fb4213;
}

#vindications td:nth-child(8) select, #vindications td:nth-child(9) select {
	cursor:pointer;
}

.vindication-values {
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
}

.float-right {
    float: right;
}

.title-big {
    font-size: 2em !important;
}

#remove-account-step-2 .remove-account-check-img {
    width: 50px;
}

#authorization-to-advice-step-1 .queue .uploadifive-queue-item {
    position: relative;
    padding-bottom: 11px;
    padding-top: 0px;
    width: 100%;
    display: inline-block;
}

#authorization-to-advice-step-1 .queue .uploadifive-queue-item>div {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    display: inline-block;
}

#authorization-to-advice-step-1 .queue .uploadifive-queue-item .close {
    position: absolute;
    right: 0;
    top: 8px;
}

#authorization-to-advice-step-1 .queue .uploadifive-queue-item .close::before {
    background: none;
}

#authorization-to-advice-step-1 .queue .uploadifive-queue-item .close:hover::before {
    background: none;
}

.ticket-date {
    font-size: 12px;
    line-height: 18px;
    /* font-weight: bold; */
}

.ticket-date strong {
    font-size: 14px;
}

.pos-relative {
    position: relative;
}

.pos-static {
	position:static;
}

.same-height-col {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.overflow-hidden {
    overflow: hidden;
}

.vertical-lines {
    position: relative;
}

.vertical-lines::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    border: 1px solid #e0e0e0;
    height: 35px;
    max-width: 1px !important;
}

.vertical-lines::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0px;
    border: 1px solid #e0e0e0;
    height: 35px;
    max-width: 1px !important;
}

.vertical-lines-txt {
    position: absolute;
    left: 0px;
    top: 55px;
}

.btn-secondary {
    background-color: #008eb0;
    color: #fff;
}

.btn-secondary:hover .bubble {
    background: #FB441A;
}

#authorization-to-advice-step-1 .bubble:hover::before {
    top: -24px;
    white-space: pre;
    transform: translate(-50%, -50%);
    left: -3em;
    text-align: left;
    z-index: 4;
}

#authorization-to-advice-step-1 .bubble {
    position: absolute;
    right: -28px;
    left: auto;
}

.attachment-box {
    padding: 25px;
    background: #f7f7f7;
    border-radius: 30px 30px 0 0;

}

.attachment-box .filename {
    color: #000;
    font-weight: bold;
}

.attachment-box .uploadifive-button {
    float: right;
    background: #ADADAD;
    color: #fff;
    padding: 8px 22px;
}

.download-btn {
    position: relative;
}

.download-btn::before {
    content: "";
    background: url(/assets/img/pobierz_plik_windykacja-online.png) center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    background-size: cover;
    right: 0;
}



.delete-btn {
    /* position: relative; */

    position: absolute;
    top: 0;
    right: 0;
    border: 0px;
    background: transparent;
}

.delete-btn::before {
    content: "";
    width: 15px;
    height: 16px;
    display: block;
    background: url(/assets/img/smietnik.png) center no-repeat;
    background-size: contain !important;
    position: absolute;
    right: 0px;
    top: 13px;
}

.delete-btn::after {
    content: "";
    width: 16px;
    height: 4px;
    display: block;
    background: url(/assets/img/klapa_od_smietnika.png) center no-repeat;
    background-size: auto;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2;
    -o-transition: ease-in-out 0.2;
    transition: ease-in-out 0.2;
    background-size: contain !important;
    position: absolute;
    right: 0;
    top: 10px;
}



.delete-btn:hover::after {
    transform: rotate(25deg);
    right: 0;
    top: 6px;
}




.user-account-btns .gray {
    background-color: #ADADAD !important;
    color: #fff !important;
}

.user-account-btns .gray:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* regulamin */

.terms-txt ol {
    padding-left: 0;
}



.terms-txt .terms-art {}

.terms-txt h3 {
    font-size: 1.2em;
    margin-top: 35px;
}

.terms-txt h4 {
    font-size: 18px!important;
    color: #646464 !important;
    padding-top: 20px;

}

.terms-list {
    list-style-type: lower-alpha;
}

.terms-list li {
    padding: 15px 0;
}

.dashboard .my-vindication .summary .current-vindications {}


/* ############# TESTIMONIALS ################## */
.testimonials-clean {}

.testimonials-clean p {}

.testimonials-clean h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}



.testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-clean .intro p {
    margin-bottom: 0;
}

.testimonials-clean .people {
    padding: 50px 0 20px;
}

.testimonials-clean .item {
    margin-bottom: 32px;
}



.testimonials-clean .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
}

.testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #9da9ae;
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.testimonials-clean .item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}


/* POPUP SPECIAL TICKET */

.special-ticket .title{
    text-align: center;
    font-size: 2.5em;
}





/* ################################# MEDIA ###################################### */

@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }

    .testimonials-clean .people {
        padding: 0;
    }
}

@media (min-width:768px) {
    .testimonials-clean .item {
        height: 220px;
    }
}