

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* old style */

.jp__card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    font-family: 'Tenor Sans', serif;
}
.jp__card-body {
    flex: 1 1 auto; 
    min-height: 1px;
    padding: 1.25rem;
}
.jp__post {
    border-bottom: 1px solid #adb5bd;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.jp__post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.jp__post .jp__user-block {
    margin-bottom: 15px;
    width: 100%;
}

.jp__user-block-left {
    margin:0 10px 0 0;
}

.jp__user-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
}
.jp__user-block img {
    float: left;
    height: 40px;
    width: 40px;
}
.jp__img-circle {
    border-radius: 50%;
}
.jp__img-bordered-sm {
    border: 2px solid #adb5bd;
    padding: 2px;
}
.jp__card img {
    vertical-align: middle;
}
.jp__user-block .jp__username {
    font-size: 16px;
    font-weight: 600;
    margin-top: -1px;
}
.jp__user-block .jp__username {
    display: block;
}
.jp__user-block .jp__description {
    color: #6c757d;
    font-size: 13px;
    display:block;
}
.jp__card-title {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 22px;
}
.jp__card-description {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.5;
    color:#636363;
}
.jp__table-bordered {
    border: 1px solid #dee2e6;
}
.jp__table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
    font-size: 15px;
    border-collapse:collapse;
    font-family: arial;
    line-height: 1.4;
}
.jp__timeblock_title {
    font-weight: bold;
    margin-bottom: 5px;
}
.jp__table-bordered td, .jp__table-bordered th {
    /*border: 1px solid #dee2e6;*/
    border: 1px solid #ccc;
    padding: 0.75rem;
    vertical-align: top;
}
.jp__btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.jp__btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.jp__btn-outline-cancel {
    color: #cc0000;
    border-color: #cc0000;
}
.jp__btn-outline-cancel:hover {
    color: #cc0000;
}
.jp__btn_col {
    width:150px;
    text-align: center;
}

.jp__btn-xs {
    padding: 0.225rem 0.35rem;
    font-size: .85rem;
    line-height: 1.5;
    border-radius: 0.15rem;
}
.jp__btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.jp__btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.jp__card-footer {
    padding: 0 1.25rem 0.75rem;
}
.jp__copyright {
    float: right;
    display:inline-block;
    font-size: 16px;
    color:#6c757d;
}
.jp__copyright a {
    color:#6c757d;
    text-decoration:none;
}
.jp__copyright a:hover {
    text-decoration: underline;
}


.jp__modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000000000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.jp__modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

/* The Close Button */
.jp__close {
    color: #aaaaaa;
    /*float: right;*/
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0;
    color:red;
}

.jp__close:hover,
.jp__close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#jp__modal-result {
    display:none;
}
#jp__modal-form {
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.jp__input {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin:10px;
    width:90%;
}
.jp__btn_primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.jp__group-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin:0 0 10px 0;
    border-bottom:1px dotted #ccc;
}
.jp__group_date {
    min-width:50px;

}
.jp__group_title {
    flex:1;
    margin-bottom:10px;
    
}
.jp__group_button {
    margin-bottom:10px;
}

.jp__group-container:last-child {
    margin:0;
    border:0;
}

.jp__group_title:last-child {
    margin:0;
}
.jp__calendar_day {
    font-size: 24px;
    font-weight: bold;
}
.jp__calendar_month {
    font-size: 16px;
    font-weight: bold;
    margin-top:-5px;
}
.jp__date_col {
    width:70px;
    text-align: center;
}
.jp__gridview_nextprev_cont {
    height:30px;
    cursor:pointer;
}
#jp__gridview_prev {
    float:left;
}
#jp__gridview_next {
    float:right;
}
.jp__grid_week {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    
}
.jp__grid_week_column {
    text-align: center;
    flex:1;
    border-right:1px solid #ccc;
}
.jp__grid_week_column:last-child {
    border-right:0;
}
.jp__grid_week_day_title {
    margin-bottom: 10px;
    background-color: #ccc;
}
.jp__grid_week_time {
    display:inline-block;
    border:1px solid #ccc;
    padding:2px 8px;
    margin:0 0 10px 0;
    cursor:pointer;
    font-size: 16px;
    border-radius: 40px;
}
.jp__date_title {
    font-weight: bold;
}
.jp__btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}
.jp__center {
    text-align: center;
}
.jp__item-join {
    margin-top:30px;
}
.jp__card_item-description {
    font-size: 17px;
    line-height: 1.5;
    /*color:#636363;*/
    color:#000;
    margin:10px 0 20px 0;
    text-align: center;
}

.jp__card-image-cover {
    background-size: cover;
    width:100%;
    height:250px;
}


.jp__card-image-cover img {
    width:100%;
}
.jp__item-open {
    color:#0033cc;
}
.jp__item-open:hover {
    text-decoration: underline;
    cursor:pointer;
}
#jp__timeblock-hash {
    display:none;
}
.jp__form_error {
    display:none;
}


/* MODAL ITEM */

.jp__modal-item {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.jp__modal-item-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
}
.jp__item-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.jp__item-modal-close:hover,
.jp__item-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.jp__form_error {
    color:red;
    margin: -10px 0 10px 0;
    font-size: 14px;
}
#jp__payment_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
}
.jp__payment_block {
    width:200px;
    height:200px;
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    cursor:pointer;
}
.jp__payment_logo {
    width:100%;
    padding:20px;
}
.jp__payment_logo img {
    width:100%;
}
.jp__payment_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color:#666666;
}
.jp__payment_status {
    text-align: center;
    font-size: 18px;
    margin:20px 0;
}
#jp__payment_status_pending {
    color:#d36b01;
    display: none;
}
#jp__payment_status_approved {
    color:#028100;
    display: none;
}
.jp__timeblock_price {
    font-size: 14px;
    font-weight: bold;
    color:#666666;
    margin:3px 0;
}
.jp__timeblock_item_price {
    font-size: 16px;
    font-weight: bold;
    color:#993300;
    margin:3px 0 10px 0;
}


/* */

.jp__timeblock_price {
    display: none;
}

.jp__grid_week_time.jp__disabled_button {
    cursor: no-drop!important;
}

.jp__grid_week_time.jp__disabled_button .jp__join-btn {
    pointer-events: none!important;
}



.jp__item-open.jp__timeblock_title {
    pointer-events: none;
    color: #28a745!important;
    font-size: 17px;
}

button.jp__btn.jp__btn-xs.jp__btn-outline-success.jp__join-btn {
    font-size: 15px;
    border-radius: 25px;
    padding: 10px;
    font-weight: bold;
}

.jp__group-container {
    align-items: center;
}

.jp__group_date {
    font-weight: bold;
    font-size: 18px;
}



span.jp__username {
    display: none!important;
}

.jp__table-bordered td, .jp__table-bordered th {
    padding-top: 20px;
}



.jp__group-container {
    flex-wrap: wrap;
    justify-content: center;
}


#jp__modal-form > div:nth-child(5),
#jp__modal-form > div:nth-child(6),
#jp__modal-form > div:nth-child(7) {display:none}


#jp__modal-form h4 {
    font-size: 0px;
}


#jp__modal-form h4:before {
    font-size: 20px!important;
    content:"Вы бронируете место на Интервизии";
}


#jp__modal-form > div:nth-child(3) {
    font-size: 0px;
    margin-bottom:25px;
}


#jp__modal-form > div:nth-child(3):before {
    font-weight: 400;
    font-size: 18px!important;
    content:"Дата и время проведения - "
}

span#jp__event-date  {
    font-weight: 400;
    font-size: 18px!important;
    color: #1d9f69;}

.jp__btn_primary {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    background-color: #1d9f69;;
    border-color: #1d9f69;;
    font-size:18px;
    border-radius: 6px;
    padding: 10px 20px;
}


.jp__modal {
    background-color: rgb(29 159 105 / 27%);
}


/**/


.jp__grid_week_day_title {
    background-color: #e6ddd8;
}

.jp__date_title,
.jp__weekday {color: #392319;}

.jp__user-block,
.jp__card-footer {
    display: none;
}

.jp__card {
    box-shadow: 5px 7px 12px #392319;
    border: 1px solid #392319;
    border-radius: 15px;
}

.jp__grid_week_column {
    border-right: 1px solid #becdbd;
}

/*#jp__modal-form > div:nth-child(5),
#jp__modal-form > div:nth-child(6),
#jp__modal-form > div:nth-child(7) {display:none}*/


#jp__modal-form h4 {
   /*display: none!important;*/
   font-size: 0px;
}


#jp__modal-form h4:before {
    font-size: 20px!important;
    /*content:"Вы записываетесь на консультацию";*/
    content:"Вы бронируете консультацию";
}


#jp__modal-form > div:nth-child(3) {
    font-size: 0px;
    margin-bottom:25px;
}


#jp__modal-form > div:nth-child(3):before {
    font-weight: 400;
    font-size: 20px!important;
    /*content:"Дата и время - ";*/
    content:"Дата и время проведения - "
}

.jp__input {
font-size: 16px!important;
}

span#jp__event-date  {
    font-weight: 400;
    font-size: 20px!important;
    color: #869685;}

.jp__btn_primary {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    background-color: #869685;
    border-color: #869685;
    font-size:18px;
    border-radius: 6px;
    padding: 10px 20px;
}


.jp__modal {
    background-color: rgb(0 136 204 / 27%);
}


.jp__gridview_nextprev_cont #jp__gridview_prev,
.jp__gridview_nextprev_cont #jp__gridview_next {font-size:0px}


.jp__gridview_nextprev_cont #jp__gridview_prev:before,
.jp__gridview_nextprev_cont #jp__gridview_next:after {
    font-family: 'FontAwesome';
    font-size: 19px!important;
    color: #aba39e;
    font-weight: bold;
}



.jp__gridview_nextprev_cont #jp__gridview_prev:before  {
    content: "\f177";
}

.jp__gridview_nextprev_cont #jp__gridview_next:after {
    content: "\f178";
}


.part-button .f-btn {
    color: #ffffff!important;;
    background-color: #392319!important;;
    border-radius: 37px !important;}

.form02, .builder p {color: #392319 !important;}

.form02 .lt-form .f-input {
    border-radius: 25px;
}


.jp__grid_week.occupied .jp__grid_week_time {
    cursor: no-drop;
}

.jp__grid_week.occupied .jp__grid_week_time .jp__join-btn {
    pointer-events: none;
}
