.meeting_calendar_card .calendar_area .calendar {
	text-align: center;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 3px #b2b2b2;
}

.meeting_calendar_card .calendar_area .calendar header {
	position: relative;
    background-color: #eeeeee;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
}

.meeting_calendar_card .calendar_area .calendar h2 {
	font-size: 30px;
    color: #7b7b7b;
    text-shadow: 0px 2px 2px #fff;
}

.meeting_calendar_card .calendar_area .calendar thead {
	font-weight: 600;
	text-transform: uppercase;
    background: #f3f2f2;
    color: #858585;
    font-size: 26px;
}

.meeting_calendar_card .calendar_area .calendar thead td {
    border-right: 1px solid #fff;
    font-weight: 400;
}

.meeting_calendar_card .calendar_area .calendar thead tr td:last-child{
    border:none;
}

.meeting_calendar_card .calendar_area .calendar tbody {
	color: #7c8a95;
    background-color: #fff;
    background:#fff; 
    background: -webkit-linear-gradient(#fff, #f0f0f0)!important; 
    background: -o-linear-gradient(#fff, #f0f0f0)!important; 
    background: -moz-linear-gradient(#fff, #f0f0f0)!important; 
    background: linear-gradient(#fff, #f0f0f0)!important;
}

/* .calendar_area .calendar tbody td:hover {
	border: 2px solid #00addf;
    background-color: #00addf;
    color: #fff;
    cursor: pointer;
} */

.meeting_calendar_card  .calendar_area .calendar td {
	border-right: 1px solid #fff;
    padding: 10px;
	/* border-radius: 50%;
	display: inline-block;
	height: 4em; 
	line-height: 4em;*/
	text-align: center;
	/* width: 4em; */
}

.meeting_calendar_card  .calendar_area .calendar td span {
    border-radius: 50%;
    color: #7c8a95;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding-top: 7px;
    cursor: pointer;
}

.meeting_calendar_card  .calendar_area .calendar td:hover span {
    background-color: #00a2ff;
    color: #FFF;
}

.meeting_calendar_card  .calendar_area .calendar td.current-day span {
    background-color: #00a2ff;
    color: #FFF;
    cursor: pointer;
}

.meeting_calendar_card  .calendar_area .calendar td.current-day span a{
    color: #fff;
}

.meeting_calendar_card .calendar_area .calendar tbody tr td:last-child{
    border:none;
}

/* .calendar_area .calendar tbody tr:last-child td:first-child{
    border-radius: 0 0 0 20px;
}

.calendar_area .calendar tbody tr:last-child td:last-child{
    border-radius: 0 0 20px 0;
} */

.meeting_calendar_card .calendar_area .calendar .prev-month,
.meeting_calendar_card .calendar_area .calendar .next-month {
	color: #cbd1d2;
}

.meeting_calendar_card .calendar_area .calendar .prev-month span,
.meeting_calendar_card .calendar_area .calendar .next-month span{
	color: #cbd1d2;
}

/* .calendar_area .calendar .prev-month:hover,
.calendar_area .calendar .next-month:hover {
	border: 2px solid #cbd1d2;
} */

/* .calendar_area .current-day {
	background: #00addf;
	color: #f9f9f9;
} */

.meeting_calendar_card .calendar_area .event {
	cursor: pointer;
	position: relative;
}

/* .calendar_area .event:after {
	background: #00addf;
	border-radius: 50%;
	bottom: 0.2em;
	display: block;
	content: '';
	height: .5em;
	left: 50%;
	margin: -.25em 0 0 -.25em;
	position: absolute;
	width: .5em;
}

.calendar_area .event.current-day:after {
	background: #f9f9f9;
} */

.meeting_calendar_card .calendar_area .btn-prev,
.meeting_calendar_card .calendar_area .btn-next {
	/* border: 2px solid #cbd1d2;
	border-radius: 50%;
	color: #cbd1d2;
	height: 2em;
	font-size: .75em;
	line-height: 2em; */
	margin: -1em;
	position: absolute;
	top: 50%;
	width: 2em;
}

/* .calendar_area .btn-prev:hover,
.calendar_area .btn-next:hover {
	background: #cbd1d2;
	color: #f9f9f9;
} */

.meeting_calendar_card .calendar_area .btn-prev {
	left: 3em;
}

.meeting_calendar_card .calendar_area .btn-next {
	right: 3em;
}

.meeting_calendar_card .react-calendar__navigation{
    position: relative;
    background-color: #eeeeee;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.meeting_calendar_card .react-calendar__navigation__arrow, .react-calendar__navigation__label{
    background: none;
    border: none;
}

.meeting_calendar_card .react-calendar__navigation__arrow{
    font-size: 40px;
    font-weight: bolder;
    color: #1ca2ff;
}

.meeting_calendar_card .react-calendar__navigation__label {
    font-size: 30px;
    color: #3b3b3b;
    text-shadow: 0px 2px 2px #fff;
}

.meeting_calendar_card .react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button{
    display: none;
}

.meeting_calendar_card .react-calendar__month-view__weekdays{
    font-weight: 600;
    text-transform: uppercase;
    background: #00a2ff;
    color: white;
    text-align: center;
    font-size: 18px;
}

.meeting_calendar_card .react-calendar__month-view__weekdays__weekday{
    border-right: 1px solid #fff;
    padding: 10px 0px;
}

.meeting_calendar_card .react-calendar__month-view__weekdays__weekday abbr {
    text-decoration: none;
}

.meeting_calendar_card .react-calendar__month-view__days, .react-calendar__year-view__months, .react-calendar__decade-view__years, .react-calendar__century-view__decades{
    color: #7c8a95;
    background-color: #fff;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #f0f0f0)!important;
    background: -o-linear-gradient(#fff, #f0f0f0)!important;
    background: -moz-linear-gradient(#fff, #f0f0f0)!important;
    background: linear-gradient(#fff, #f0f0f0)!important;
}

.meeting_calendar_card .react-calendar__month-view__days__day, .react-calendar__year-view__months__month, .react-calendar__decade-view__years__year, .react-calendar__century-view__decades__decade {
    border: none;
    border-right: 1px solid white;
    padding: 20px 0px;
    text-align: center;
    background: none;
}

.meeting_calendar_card .react-calendar__month-view__days__day abbr {
    border-radius: 50%;
    color: #7c8a95;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding-top: 11px;
    cursor: pointer;
}

.meeting_calendar_card .react-calendar__month-view__days__day:hover abbr  {
    background-color: #00a2ff;
    color: #FFF;
}

.meeting_calendar_card .available_appt abbr {
    background-color: #00ffaa;
    color: #FFF;
}

.meeting_calendar_card .dsk_d_none{
    display: none;
}


.meeting_calendar_card .complimentary_meeting{
    background-image: url(../images/fade_logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-shadow: 0px 0px 6px #333;
    padding: 10px;
    margin: 20px 0;
}

.meeting_calendar_card .meeting_info_card{
    margin: 0px 0 0 50px;
    background-image: url(../images/shadow_border.png);
    background-repeat: no-repeat;
    background-position: right -70px;
    padding: 70px 0 300px 0;
}

.meeting_calendar_card .meeting_info_card p{
    font-size: 20px;
    font-weight: 200;
    color: #858585;
    margin: 0;
}

.meeting_calendar_card .meeting_info_card .company_logo h6{
    font-size: 19px;
    font-weight: 700;
    color: #747474;
    margin: 10px 0 0 0;
}

.meeting_calendar_card .meeting_info_card .add_to_calendar{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}

.meeting_calendar_card .meeting_info_card .add_to_calendar p{
    color: #0172be;
    margin: 0 10px;
    text-decoration: underline;
}

.meeting_calendar_card .meeting_info_card h1{
    font-size: 30px;
    font-weight: 300;
    color: #0172be;
    margin: 20px 0 0 0;
}

.meeting_calendar_card .meeting_info_card h1 strong{
    font-weight: 700;
    color: #747474;
    display: block;
}

.meeting_calendar_card .meeting_info_card h5{
    font-size: 18px;
    font-weight: 700;
    color: #adadad;
    margin: 20px 20px 0 0;
}

.meeting_calendar_card .meeting_info_card .meeting_time{
    margin: 20px 0 0 0;
}

.meeting_calendar_card .meeting_info_card .meeting_time h2{
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #12a9ff;
    margin: 0 30px 0 0;
}

.meeting_calendar_card .meeting_info_card .meeting_time h2 span{
    margin-right: 10px;
}

.meeting_calendar_card .calendar_box{
    width: 70%;
}

.meeting_calendar_card .calendar_box h4{
    font-size: 30px;
    font-weight: 700;
    color: #6f6f6f;
    margin: 0 0 40px 0;
    text-align: center;
}

.meeting_calendar_card .time_zone{
    margin: 40px 40px 0 40px;
}

.meeting_calendar_card .time_date{
    margin: 70px 0 0 0;
    text-align: center;
    width: 40%;
}

.meeting_calendar_card .time_date h3{
    font-size: 20px;
    font-weight: 700;
    color: #adadad;
    margin: 0;
}

.meeting_calendar_card .time_date .time_scroll{
    overflow-y: scroll;
    height: 300px;
}

.meeting_calendar_card .time_date ul{
    margin: 15px 0 0 0;
    padding: 0;
    margin: 0 20px;
}

.meeting_calendar_card .time_date ul li{
    font-size: 16px;
    font-weight: 400;
    color: #00a2ff;
    list-style: none;
    padding: 10px 0;
}

.meeting_calendar_card .time_date ul li:hover{
    border: 1px solid #0471bb;
    background-color: #f3f2f2;
    cursor: pointer;
}

.meeting_calendar_card .time_date ul li.confirm_btn:hover {
    border: none;
    background: #fff;
}
.meeting_calendar_card .time_date ul li.confirm_btn{
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.meeting_calendar_card .time_date ul li.confirm_btn a:first-child{
    background-color: #6f6f6f;
    color: #fff;
    width: 49%;
    display: inline-block;
    padding: 5px 0;
}

.meeting_calendar_card .time_date ul li.confirm_btn a:last-child{
    background-color: #00a2ff;
    color: #fff;
    width: 49%;
    display: inline-block;
    padding: 5px 0;
}

.complimentary_meeting .meeting_detail_form h4 {
    font-size: 30px;
    font-weight: 700;
    color: #6f6f6f;
    margin: 0 0 40px 0;
    text-align: center;
}

.complimentary_meeting .meeting_detail_form .meet_form{
    margin: 0 0 15px 0;
    position: relative;
}

.complimentary_meeting .meeting_detail_form .meet_form label {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    display: block;
}

.complimentary_meeting .meeting_detail_form .meet_form input[type="text"] {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}

.complimentary_meeting .meeting_detail_form .meet_form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}

.complimentary_meeting .meeting_detail_form .form_img img {
    position: absolute;
    left: 21px;
    top: 36px;
    width: 31px;
}

.complimentary_meeting .meeting_detail_form .form_img input[type="text"] {
    padding-left: 50px;
}

.complimentary_meeting .meeting_detail_form .meet_form p{
    margin: 0;
    font-size: 14px;
    color: #858585;
    font-weight: 400;
}

.meeting_calendar_card .schedule_btn{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #00a2ff;
    border: 1px solid #0471bb;
    border-radius: 3px;
    padding: 8px 20px;
}

.meeting_calendar_card .schedule_btn:hover{
    background-color: #0471bb;
    color: #fff;
}

.meeting_calendar_card .confirm_meeting_card{
    background-image: none;
    padding-bottom: 0;
}

.meeting_calendar_card .confirm_meeting_border{
    margin: 20px 0 0 0
}

.meeting_calendar_card .automated_scheduling{
    margin: 30px auto 50px auto;
    width: 70%;
}

.meeting_calendar_card .automated_scheduling label{
    font-size: 20px;
    font-weight: 700;
    color: #747474;
    margin: 0 0 10px 0;
    text-align: center;
    display: block;
}

.meeting_calendar_card .automated_scheduling .automated_scheduling_in{
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.meeting_calendar_card .automated_scheduling .automated_scheduling_in input{
    width: 100%;
    border:none;
    background-color: #fff;
    padding: 7px 10px;
    font-size: 14px;
}

.meeting_calendar_card .automated_scheduling .automated_scheduling_in a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #00a2ff;
    border: 1px solid #0471bb;
    border-radius:0 3px 3px 0;
    padding: 8px 20px;
    white-space: nowrap;
    margin: -1px 0 0 0;
}