ul.pm {
    padding-left: 0;
    background-color: darkgray;
}

.flex.menu {
    position: relative;
    z-index: 2;
}

ul.pm li a{
    display: block;
}


.vid_scheta, .status-lawyer {
    cursor: pointer;
    border-bottom: 1px dashed #000;
}

.vid_scheta_active, .status-lawyer_active {
    font-weight: 700;
}

.klientblock span.remove-client,
.klientblock span.remove-fl,
.klientblock span.remove-lawyer
{
    bottom: -33px;
    background: none;
    color: #000;
}

#confirm_remove_lawyer, #confirm_remove_client, #confirm_remove_fl {
    text-align: center;
}
#confirm_yes_remove_lawyer, #confirm_no_remove_lawyer,
#confirm_yes_remove_client, #confirm_no_remove_client,
#confirm_yes_remove_fl, #confirm_no_remove_fl
{
    cursor: pointer;
    background-color: gray;
    padding: 6px;
}

#tab_messages {
    display: none;
}

.tabs {
  justify-content: space-evenly;
    
}

.tabs__item {
    cursor: pointer;
}
.tabs__item_active {
    font-weight: bold;
}

.b-calendar{
    width: 300px;
    display: inline-block;
    margin-bottom: 30px;
}
.b-calendar__day {
    cursor: pointer;
    text-align: center;
}
.b-calendar__day:hover {
    background-color: gray;
}

.b-calendar__day_active {
    background-color: green;
    color: #fff;
}

.b-calendar__day_busy {
    background-color: red;
    color: #fff;
}

#calendar {
    position: relative;
}

#calendar_event {
    position: fixed;
    background: #fee;
    z-index: 2;
    width: 800px;
    min-height: 200px;
    padding: 30px;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    display: none;
}

#confirm_remove_client , #confirm_remove_lawyer, #confirm_remove_fl{
    background: #af3541;
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    border-radius: 8px;
	margin-bottom:25px;
}

#confirm_remove_client span, #confirm_remove_lawyer span, #confirm_remove_fl span {
    padding: 10px 20px;
    margin: 0 10px;
    background: #959494;
    border-radius: 8px;
}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}


.tabs__item {
    padding: 15px 20px;
    border: 1px solid #efeeee;
	border-bottom:0;
    border-radius: 8px 8px 0 0;
    background: #dedada;
    color: #403738;
    font-weight: 700;
    box-shadow: 0px -7px 11px #e2dddd;
	margin-right:5px;
	font-size:16px
}
.hideblock {
	padding:30px 0; 
}

.red {background:#af3541; padding:5px 10px; color:#fff; font-weight:300}
.unban_lawyer {background:#1e1e1c!important}

.tabs__item_active {background:#af3541; color:#fff}
.gray {display:block; font-weight:12px; color:#7d7a7a; margin-top:15px}
.pad-table input.noinput {border:0; background:#fff; padding:5px; width:auto}
.margin {margin-left:15px}

.toogle-button {
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}

.services {
    display: none;
}

.free_hour {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
  color: #fff;
}

table td.ic__day:nth-child(n+6) {
    color: red;
}

.b-calendar__weekend{
    color: red;
}

.remove_appointment, .remove_appointment2{
    cursor: pointer;
}

.buttonEditAppointment2:disabled{
    opacity: 0.4;
}

#hours {
    visibility: hidden;
}