/* Form Styling mainly taken from your existing theme at staging.myyuja.com */
body {

}

#mainMeetingHolder .form-control.mkcontrol {
    display: block;
    /*width: 70%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#mainMeetingHolder .form-control:-moz-placeholder {
	color: var(--primary-color-light-text, #999999);	
}

#mainMeetingHolder .form-control::-moz-placeholder {
	color: var(--primary-color-light-text, #999999);	
}

#mainMeetingHolder .form-control:-ms-input-placeholder {
	color: var(--primary-color-light-text, #999999);	
}

#mainMeetingHolder .form-control::-webkit-input-placeholder {
	color: var(--primary-color-light-text, #999999);	
}

#mainMeetingHolder .mkcontrol.form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid var(--ui-light-color,#e5e5e5);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#mainMeetingHolder .mkcontrol.form-control:focus {
    border-color: #999999;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#mainMeetingHolder {
    margin-top: 1em;
}


#mainMeetingHolder
input
:invalid
:not
 
(
:focus
 
) {
    box-shadow: 0 0 2px 1px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 0 .8);

}

#mainMeetingHolder input[type=email]::-ms-clear, .mkEmailList input[type=email]::-ms-clear {
    display: none;
}

#mainMeetingHolder input.meeting-date, #mainMeetingHolder input.meeting-time,
#mainMeetingHolder input.meeting-length, #mainMeetingHolder input.meet-now-url-details,
#mainMeetingHolder input.meeting-name, #mainMeetingHolder select.meeting-repeat,
#mainMeetingHolder select.meeting-style, #mainMeetingHolder select.meeting-record {
    width: 100%;
}

/* Email Sections */
#mainMeetingHolder div#meet-now-invite-emails, .mkEmailList {
    max-height: 13em;
    height: auto;
    overflow-y: auto;
    margin-bottom: 8px;
    padding: 2px 0 0 2px;
}

#mainMeetingHolder .emails fieldset, .mkEmailList fieldset {
    border: 0;
    display: inline-block;
    width: 85%;
    font-size: 14px;
}

#mainMeetingHolder .emails input, .mkEmailList input {
    display: block;
    margin-bottom: 15px;
}

#mainMeetingHolder .emails input.remove-original:hover,
#mainMeetingHolder .emails .emails input.remove-new:hover,
.mkEmailList input.remove-original:hover, .mkEmailList .emails input.remove-new:hover {
    cursor: pointer;
}

#mainMeetingHolder .emails input.avatar, .mkEmailList input.avatar {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    padding-left: 50px;
    width: 80%;
    color: #333;
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted var(--ui-light-color,#e5e5e5);
}

#mainMeetingHolder .emails input.remove-original, #mainMeetingHolder .emails input.remove-new,
.mkEmailList input.remove-original, .mkEmailList input.remove-new {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -40px;
    margin-right: 10px;
    background: none;
    outline: 0;
    border: none;
    font-size: 16px;
    color: #999;
}

#mainMeetingHolder .emails input.avatar:focus, .mkEmailList input.avatar:focus {
    outline: 0;
    border-bottom: 1px solid #D4D4D4;
}

#mainMeetingHolder .avatar, .mkEmailList .avatar {
    background-image: url('../images/avatars-compressed.png');
    background-repeat: no-repeat;
}

#mainMeetingHolder .av1, .mkEmailList .av1 {
    background-position: 0 0;
}

#mainMeetingHolder .av2, .mkEmailList .av2 {
    background-position: 0 -52px;
}

#mainMeetingHolder .av3 {
    background-position: 0 -104px;
}

#mainMeetingHolder .av4 {
    background-position: 0 -156px;
}

#mainMeetingHolder .av5 {
    background-position: 0 -208px;
}

#mainMeetingHolder .av6 {
    background-position: 0 -260px;
}

#mainMeetingHolder .av7 {
    background-position: 0 -312px;
}

#mainMeetingHolder .av8 {
    background-position: 0 -364px;
}

#mainMeetingHolder .av9 {
    background-position: 0 -416px;
}

#mainMeetingHolder .av10 {
    background-position: 0 -468px;
}

#mainMeetingHolder .av11 {
    background-position: 0 -520px;
}

#mainMeetingHolder .av12 {
    background-position: 0 -572px;
}

#mainMeetingHolder .av13 {
    background-position: 0 -624px;
}

#mainMeetingHolder .av14 {
    background-position: 0 -676px;
}

#mainMeetingHolder .av15 {
    background-position: 0 -728px;
}

#mainMeetingHolder .av16 {
    background-position: 0 -780px;
}

#mainMeetingHolder .av17 {
    background-position: 0 -832px;
}

#mainMeetingHolder .av18 {
    background-position: 0 -884px;
}

#mainMeetingHolder .av19 {
    background-position: 0 -936px;
}

#mainMeetingHolder .av20 {
    background-position: 0 -988px;
}

.mkEmailList .av3 {
    background-position: 0 -104px;
}

.mkEmailList .av4 {
    background-position: 0 -156px;
}

.mkEmailList .av5 {
    background-position: 0 -208px;
}

.mkEmailList .av6 {
    background-position: 0 -260px;
}

.mkEmailList .av7 {
    background-position: 0 -312px;
}

.mkEmailList .av8 {
    background-position: 0 -364px;
}

.mkEmailList .av9 {
    background-position: 0 -416px;
}

.mkEmailList .av10 {
    background-position: 0 -468px;
}

.mkEmailList .av11 {
    background-position: 0 -520px;
}

.mkEmailList .av12 {
    background-position: 0 -572px;
}

.mkEmailList .av13 {
    background-position: 0 -624px;
}

.mkEmailList .av14 {
    background-position: 0 -676px;
}

.mkEmailList .av15 {
    background-position: 0 -728px;
}

.mkEmailList .av16 {
    background-position: 0 -780px;
}

.mkEmailList .av17 {
    background-position: 0 -832px;
}

.mkEmailList .av18 {
    background-position: 0 -884px;
}

.mkEmailList .av19 {
    background-position: 0 -936px;
}

.mkEmailList .av20 {
    background-position: 0 -988px;
}

/* Meet Now & Schedule Now Panel Styling */
#mainMeetingHolder #meet-now-form, #mainMeetingHolder #schedule-now-form {
    display: none;
}

#mainMeetingHolder #meet_panel {
    margin-bottom: 15px;
}

#mainMeetingHolder #meet_panel:hover, #mainMeetingHolder #schedule_panel:hover {
    cursor: pointer;
}

#mainMeetingHolder #meet-title, #mainMeetingHolder #schedule-title {
    color: #fff;
    padding: 10px 15px 10px 15px;
    font-size: 50px;
    text-align: left;
    margin: 5px 0 0 0;
}

#mainMeetingHolder #meet_panel_interior, #mainMeetingHolder #schedule_panel_interior {
    height: 180px;
    border: 2px solid #DCD9D3;
}

#mainMeetingHolder #meet_panel_interior {
    background: url("../images/meet-now-bg.jpg") no-repeat left top;
    background-position: 0 -80px;
    background-size: cover;
}

#mainMeetingHolder #schedule_panel_interior {
    background: url("../images/schedule-bg.jpg") no-repeat left top;
    background-position: 0 -80px;
    background-size: cover;
}

#mainMeetingHolder #meet_panel_interior p, #mainMeetingHolder #schedule_panel_interior p {
    text-align: left;
    color: white;
    margin-left: 15px;
    width: 500px;
}

#mainMeetingHolder #meet-now-intro p, #mainMeetingHolder #schedule-now-intro p {
    text-align: center;
    font-size: large;
}

#mainMeetingHolder #meeting-schedule-individuals {
    max-height: 5.5em;
    height: auto;
    overflow-y: auto;
    margin-bottom: 8px;
    padding: 2px 0 0 5px;
}

#mainMeetingHolder #meeting-schedule-groups {
    max-height: 55px;
    padding-left: 5px;
    height: auto;
    overflow-y: auto;
}

#mainMeetingHolder .meetings label {
    font-weight: normal;
}

#mainMeetingHolder .meeting-section-holder {
    /*height:240px;*/
    border: 2px solid #DCD9D3;
    border-top: 0;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: -11px;
    background: #fff;
}

#mainMeetingHolder .schedule-meeting-details-line-1 > div.form-group {
    padding-right: 0px;
}

/* Removing some of the default bootstrap padding to get the schedule inputs to look tighter and save space. */
/*
#mainMeetingHolder .schedule-meeting-details-line-1 .col-md-7,#mainMeetingHolder  .schedule-meeting-details-line-1 .col-md-5
	{
	padding-right: 0;
	margin-bottom: 10px;
	margin-top: -10px;
}

#mainMeetingHolder .schedule-meeting-details-line-2 .col-md-5,#mainMeetingHolder .schedule-meeting-details-line-2 .col-md-12,#mainMeetingHolder  .schedule-meeting-details-line-2 .col-md-4,#mainMeetingHolder  .schedule-meeting-details-line-2 .col-md-3
	{
	padding-right: 0;
}

#mainMeetingHolder .schedule-meeting-details-line-3 .col-md-8,#mainMeetingHolder  .schedule-meeting-details-line-3 .col-md-4
	{
	padding-right: 0;
	margin-top: 0px;
}
8?
/*Schedule Now Panel Add Participant by Groups Styles */
#mainMeetingHolder .groups-input {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    border-bottom: 1px solid #D4D4D4;
}

#mainMeetingHolder .groups-input legend {
    border: 0;
    font-size: 14px;
    margin: 0 0 10px;
}

#mainMeetingHolder .groups-input label {
    display: inline-block;
    margin-left: 10px;
}

#mainMeetingHolder a.time-zone {
    color: #00578C !important;
    font-size: 75%
}

#mainMeetingHolder a.time-zone:visited {
    color: #0686c1;
}

/* Panel trigger buttons */
#mainMeetingHolder a.click1, #mainMeetingHolder a.click2 {
    display: block;
    width: 200px;
    margin: 20px 15px 0 0;
    background: var(--primary-color,#029ce2);
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: white;
    float: right;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

#mainMeetingHolder a.click1:active, #mainMeetingHolder a.click2:active,
#mainMeetingHolder a.click1:visited, #mainMeetingHolder a.click2:visited {
    color: white;
    text-decoration: none;
    outline: none;
}

.meetingCreationEditing .editRepeatLink {
    color: #0000FF;
    cursor: pointer;
}

#mainMeetingHolder .repeatSummaryBox {
    display: none;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 10px;
}

#mainMeetingHolder .readonlycopy.form-control[readonly] {
    cursor: text;
}

#mainMeetingHolder .meetingInviteButtonHolder {
    text-align: right;
    width: 100%;
    margin-top: 10px;
}

#mainMeetingHolder .meetNowGreenMessage {
    color: #00AA00;
}

#mainMeetingHolder .LabelFontSize {
    font-size: 14px;
}

#mainMeetingHolder .addPersonalMessageHolder {
    padding-left: 5px;
}

#mainMeetingHolder .personal-message {
    width: 100%;
    height: auto !important;
    min-height: 36px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;

}

#addMessageBox {
    /*padding-top: 25px;*/
}

#mainMeetingHolder .createMeetingInviteCol {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #EEEEEE;
}

#mainMeetingHolder .email-input.nowMeeting {
    padding-top: 15px;
    padding-bottom: 10px;
    /*background-color: #EEEEEE;*/
    background-color: white;
}

#mainMeetingHolder .message-input.nowMeeting {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #EEEEEE;
}

.displayMeetingDialog.form-actions {
    text-align: right;
}

.meetingCalendarEvent {
    cursor: pointer;
}

/* Styles to condense the dialog */
#repeatDialog .form-group {
    margin-bottom: 10px;
}

#repeatDialog .form-actions {
    padding: 10px 0px;
    margin-top: 0;
}

#repeatDialog select:not (.form-control ), #repeatDialog input[type=text],
#repeatDialog input[type=number] {
    height: 25px;
}

#repeatInfoModal .modal-content {
    width: 450px;
}

#repeatInfoModal .modal-dialog {
    width: 450px;
}

#repeatInfoModal .modal-body {
    padding: 10px;
}

#repeatDialog .DayBox {
    margin: 2px;
    vertical-align: middle;
}

#repeatDialog .dayCheckLabel {
    vertical-align: middle;
    margin-right: 2px;
}

.displayMeetingDialogBody .miniTableMenu {
    width: 8em;
}

.displayMeetingDialogBody .form-actions {
    margin-top: 0;
    padding: 10px;
}

#invitePeopleModal .groups-input {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    border-bottom: 1px solid #D4D4D4;
}

#invitePeopleModal .groups-input label {
    display: inline-block;
    margin-left: 10px;
}

#invitePeopleModal .groups-input legend {
    border: 0;
    font-size: 14px;
    margin: 0 0 10px;
}

#invitePeopleModal #meeting-schedule-groups {
    max-height: 8em;
    padding-left: 5px;
    height: auto;
    overflow-y: auto;
}

#invitePeopleModal .modal-footer button {
    width: 5em;
}

.meetingCreationEditing .input-group.color .input-group-btn i.overideStyle {
    position: static;
}

.meetingCreationEditing .input-group-btn.meetingColourSelector {
    width: 4em;
}

.colorpicker.dropdown-menu {
    z-index: 99999;
}

.ShortFormGroup.form-group {
    margin-bottom: 0px;
}

.meetingCreationEditing .form-body {
    padding-bottom: 0px;
}

#mainMeetingHolder .nowMeetingFormItem {
    padding-bottom: .2em;
}

.meetingCreationEditing .timeEntry_control {
    display: none;
    margin: 0px;
    position: absolute;
}

#cancel-past-meeting p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}

#cancel-past-meeting form {
    height: 0;
}

#modal-edit-meeting .control-label {
    margin-top: 0.2em;
}

#modal-edit-meeting .input-group {
    margin-bottom: 1em;
}

#modal-edit-meeting .repeat {
    font-size: 14px;
}

#modal-edit-meeting .row {
    margin-bottom: 0.5em;
}

#modal-edit-meeting .meeting-style-text {
    font-size: 13px;
}

#viewCalendar {
    top: 16px;
    left: 16px;
    right: 16px;
}

#videoMeetingsImage > img {
    display: block;
    margin: 0 auto;
    width: 133px;
}

#instMeetingDetails > .col-md-9, #schedMeetingDetails > .col-md-9 {
    padding: 0;
}

#schedMeetingDetails {
    margin-top: 17px;
}

/******Update By Ran*********************/

.sidebarIcon {
    padding-left: 10px;
}

.show-border {
    padding-bottom: 10px;
}

.show-center {
    display: block;
    margin: 0 auto;

}

.subheader {
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.btn-bg {
    background-color: #ffffff;
    padding-top: 17px;
    padding-bottom: 5px;
    border-radius: 5px !important;
    cursor: pointer;
    color: var(--disabled-color-text,#b9bdbe);
}

.btn-bg-hover {
    background-color: #DADADA;
}

/* .btn-bg:focus {
    background-color: #DADADA;
    outline: none;
}	 */

.btn-bg-active {
    background-color: #333333;
    color: #ffffff;
    padding-top: 17px;
    padding-bottom: 5px;
    border-radius: 5px !important;
    cursor: pointer;
}

/* .btn-bg-hover.btn-bg-active {
    background-color: #333333;
} */

.shorten-space {
    padding-left: 3px;
    padding-right: 3px;
}

#mainMeetingHolder .no-padding, .no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.label-text {
    font-size: 14px;
}

.participant-name-margin {
    margin-top: 6px;
}

#mainMeetingHolder .input-customize {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.addon-bg-cuz {
    background: #ffffff;
    min-width: 39px;
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
}

.addon-input-cuz {
    border-radius: 4px 0px 0px 4px;
}

.img-size {
    width: 20px;
    hight: auto;
}

.add-to-schedule-btn {
    float: right;
}

.video-classroom-bg {
    background-color: #f4f4f4;
    border: 0px;
}

@media screen and (max-width: 1300px){
    .inner-container {
    	width: 70% !important;
    }
}

@media screen and (max-width: 1160px){
    .inner-container {
    	width: 80% !important;
    }
}

@media screen and (max-width: 1050px){
    .inner-container {
    	width: 90% !important;
    }
}

.inner-container {
    width: 62%;
    margin: 0 auto;
    padding-top: 18px;
    background-color: #ffffff;
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 15px;
    border: 1px solid #c0c0c0;
    border-radius: 5px !important;
    font-size: 17px;
    font-weight: 700;
    color: #4d4d4d;
    background-color: white;
}

.select2-dropdown-open > .select2-choices {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 1px solid #ccc;
}

.select2-choices {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background: none;
    border: 1px solid #e0e0e0;
    background-color: #f4f4f4;
    color: #a8aaa9;
    border-radius: 5px !important;
}

.margin-fix {
    margin-bottom: 6px;
}

#upcomingMeetingCalendar .fc-button-prev {
    color: rgb(0, 0, 0, 0.4);
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    margin-top: 12px;
    border: 0px;
    padding-right: 6%;
}

#upcomingMeetingCalendar .fc-button-next {
    color: rgb(0, 0, 0, 0.4);
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    margin-top: 12px;
    border: 0px;
    padding-left: 6%;
}

#upcomingMeetingCalendar .fc-content tbody {
    color: #666666;
}

#upcomingMeetingCalendar .fc-state-default > .fc-text-arrow {
    font-size: 3em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
    margin: 0;
    font-weight: 200;
}

#upcomingMeetingCalendar .fc-header-center > .fc-state-hover {
    background-color: #f4f4f4;
}

#upcomingMeetingCalendar .fc-header-title strong {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 900;
}
#page-content-wrapper.my-calendar #calendarMainPanel {
    min-height: 100%;
    min-width: 100%;
}

#page-content-wrapper.my-calendar {
    padding-right: 42px;
    padding-left: 55px;
}

#page-content-wrapper.my-calendar #calendarMainPanel .fc-grid .fc-today .fc-day-number {
	font-weight: bold;
}

#page-content-wrapper.my-calendar #calendarMainPanel .fc-grid .fc-today .fc-day-number:before {
	content: '';
	border: 3px;
	border-style: solid;
	display: inline-block;
	position: relative;
	border-radius: 3px;
	top: -1px;
	right: 5px;
	border-color: black;
}

#page-content-wrapper.my-calendar #calendarMainPanel .fc-grid .fc-day-number {
	color: black;
	}
	
 #page-content-wrapper.my-calendar #calendarMainPanel .fc-grid .fc-other-month .fc-day-number {
	color: rgb(0, 0, 0, 0.54);
	}
	

#upcomingMeetingCalendar .fc-header-right > .fc-button-agendaWeek {
    border: 1px solid black;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    font-weight: 500;
    font-size: 14px;
}

#upcomingMeetingCalendar .fc-header-right > .fc-button-month {
    border: 1px solid black;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    font-weight: 500;
    font-size: 14px;
}

#upcomingMeetingCalendar .fc-header-right > .fc-button-agendaDay {
    border: 1px solid black;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    font-weight: 500;
    font-size: 14px;
}

#upcomingMeetingCalendar .fc-header-right > .fc-state-active {
    border: 1px solid black;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 1000;
    font-size: 14px;
}

#upcomingMeetingCalendar .fc-header-right {
    vertical-align: middle;
}

#upcomingMeetingCalendar thead th {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    background-color: rgb(192, 196, 197);
    color: var(--primary-color-text,grey);
    padding-right: 30px;
}

#page-content-wrapper.my-calendar #upcomingMeetingCalendar thead th {
    font-size: 0.8vw;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    background-color: rgb(192, 196, 197);
    color: var(--primary-color-text,grey);
    padding-right: 2vw;
}

#page-content-wrapper.my-calendar #upcomingMeetingCalendar .fc-header-center {
    padding-right: 3vw;
}

#upcomingMeetingCalendar .fc-header-title h2 {
    color: #2a2a2a;
}

#viewCalendar .btn-group-calendar {

    text-align: right;
}

#viewCalendar a.btn-calendar {
    color: #636363 !important;
    font-size: 16px;
    border-width: 0;
    padding: 7px 14px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}

#viewCalendar .btn-group-calendar a:hover {
    background-color: #f4f4f4;
    color: #636363;
    font-size: 16px;
}

#viewCalendar .btn-calendar span {
    background-color: #fff;
    color: var(--new-primary-color,#42296E);
    display: inline-block;
    padding-right: 19px;
}

#viewCalendar .btn-calendar:hover span {
    background-color: #f4f4f4;
}

#viewCalendar a.btn-calendar:visited {
    color: #a7a7a7;
    font-size: 16px;
}

.meeting-detail-btn {
    border-width: 0;
    padding: 10px 4px;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
    background-color: #ffffff;
}

.meeting-detail-btn:hover {
    border-width: 0;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
    background-color: #ffffff;
}

.button-container {
    display: inline-block;
    padding: 2px 2px;
}

.group-meeting-button {
    width: 130px;
}

.no-border {
    border: 0px;
}

.button-container a:active {
    color: #000000;
}

.button-container a {
    color: #000000;
}

.button-container a:hover {
    color: #000000;
}

.button-container a:link {
    color: #000000;
}

.modal-title-font-color {
    color: var(--primary-color-text,grey);
}

.video-classroom-custom-btn {
    padding: 10px 20px;
    border-radius: 5px !important;
    /* color: white !important; */
    font-weight: bold;
    /*float: right;*/
}

#copyLinkageURLDialog .select2-container-multi .select2-choices {
    outline: none !important;
    border-color: unset !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
   	/*border: none !important;*/
   	background-image: none;
   	border-radius: 4px !important;
}
#copyLinkageURLDialog .select2-container-multi .select2-choices .select2-search-choice {
    display: flex;  /* Use flexbox for proper alignment */
    align-items: center;  /* Vertically align the text and the close button */
    padding: 5px 8px;
    margin-right: 8px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #6F6F6F;
    border-radius: 20px !important;
    max-width: 98%;
    color: black;
    height: 32px;
    background: #F7F6FB;
}

#copyLinkageURLDialog .select2-container-multi .select2-choices .select2-search-choice div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:95%;
    height: 15px;
}

#copyLinkageURLDialog .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    font-size: 1px;
    outline: none;
    margin-left: 8px;  /* Add space between the text and close button */
    position: static;
}

.focused-input-outline{
	outline: 1px solid #0B6F85;
}

@media screen and (max-width: 767px) {
  #copyLinkageURLDialog .modal-dialog {
    max-width: 600px;
  }
}

.custom-select-dropDown {
	/*)width: 540px !important;*/
	border: 0.89px solid rgb(208, 208, 208);
	border-radius: 3px !important;
}

#individualAddBox .select2-choices .select2-search-choice {
    background: none;
    border: 1px solid #e0e0e0;
    background-color: #f4f4f4;
    border-radius: 5px !important;
    color: var(--primary-color-text,#737373);
    font-weight: normal;
}

#meetNowInviteBox .select2-choices .select2-search-choice {
    background: none;
    border: 1px solid #e0e0e0;
    background-color: #f4f4f4;
    border-radius: 5px !important;
    color: var(--primary-color-text,#737373);
    font-weight: normal;
}

#pastMeetingTable {
    color: #a7a7a7;
}

.past-meeting-button {
    border-radius: 5px !important;
    color: white !important;
    font-weight: bold;
}

.button-container i {
    padding-right: 2px;
}

.modal-content {
    color: var(--primary-color-light-text,grey);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 14px !important;
    border-color: #E4E4E4;
}

.modal-content:not(.has-box-shadow) {
    box-shadow: none !important;
}

#unifiedCreateMeetingForm label, #instMeetingDetails label {
	font-weight:bold;
}

.modal-content .modal-body {
    font-size: 15px !important;
}

.modal-content .modal-body h3{
    font-size: 15px;
    font-weight: bold !important;
    color: black;
    margin: 0;
}

.meeting-button-no-padding {
    border-radius: 5px !important;
    color: white !important;
    font-weight: bold;
}

.bg-ImportCal {
    background-color: #ffffff;
}

#calendar {
    background-color: #ffffff;
}

#upcomingMeetingCalendar .fc-header {
    background-color: #f4f4f4;
}

.sidebar-font {
    color: #ffffff !important;
}

/*Style for Meetings Calendar details*/

.displayMeetingDialogBody {
    display: inline-block;
}

.yj_fMeetingDetails {
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    color: black;
    position: relative;
    z-index: 0;
}

.yj_fMeetingDetails_title {
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.yj_fMeetingDetails_content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.hubSettingRowSpace {
	padding-top:15px;
}

#auditTableHeader {
    font-size: large;
}

#auditTableContainer {
    height:700px;
    overflow-y: auto;
}

#auditTableContainer tr, #auditTableContainer th {
    cursor: default;
    font-size: medium;
    text-align: center;
}

#auditTableContainer u {
    cursor: pointer;
}

#auditTableContainer u:hover {
    color: blue;
}

#getAuditTrackingEvents {
    margin-left: 5px
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-top-bottom-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#viewUpcomingMeetings {
    max-height: 220px;
    overflow-y: hidden;
    padding: 2px;
}

#viewUpcomingMeetingsBody {
    margin-top: 20px;
    height: 190px;
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.25);
}

#viewUpcomingMeetingsBody .list-group {
    height: 100%;
    overflow: auto;
}

#viewUpcomingMeetingsBody .list-group-item {
    overflow: hidden;
}

#viewUpcomingMeetingsBody .meeting-title {
    font-size: 16px;
    color: black;
    font-weight: bold;
    word-break: break-all;
}

#conferenceLink {
    height: 40px;
}

.upcoming-meeting-icon {
    cursor: pointer;
    color: var(--primary-color,#029ce2);
    margin-top: 5px;
    font-size: 1.5em;
}

.list-group p {
    margin: 0px;
}

#videoConferenceModal .modal-body {
    overflow-y: visible;
} 

#meet-now-url-details {
    padding: 6px;
}

#additionalInfoToggle, #additionalInfoToggleQuickMeeting {
    font-weight: bold;
    color:  var(--primary-color,#029ce2);
}

#quick-meeting-password-id {
	float: none;
}

#liveStreamForeverNote {
	color:red;
}

#lowbandwidth-warning {
	color: #FFFFFF;
    background-color: #313234;
    display: inline-block;
    max-width: 600px;
    padding: 20px;
    z-index: 2;
    vertical-align: middle;
    background: #313234;
    text-align: center;
    border-radius: 4px !important;
}

#lowbandwidth-warning-message-holder {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0);
}

.cpsm-main-container{
	display: flex;
	flex-direction: row;
	height: 100%;
}

.cpsm-left-content-container{
	display: flex;
	flex-direction: column;
	width: 75%;
}

.cpsm-right-content-container{
	display: flex;
	flex-direction: column;
	width: 25%;
}

.cspm-left-content-row{
	display: flex;
	flex-direction: row;
	min-height: fit-content;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.cpm-left-content-row-label{
	font-weight: bold;
	overflow-wrap: break-word;
    width: 31%;
    margin-right: 30px;
}

.cpsm-left-content-row-value{
	word-break: break-word;
}

.cpsm-right-content-button{
	margin-bottom: 8px;
}

.channel-search-box-container{
	padding-top: 14px;
	width: 100%;
	border: 1px solid rgb(255 255 255);
	padding-bottom: 14px;
	border-radius : 10px !important;
	box-shadow: 0px 0px 4px 0px #afa8a8;
	padding-left: 9px;
	padding-right: 9px;
}

.channel-search-box{
	width: 80%;
    display: inline-block;
    border: 1px solid rgb(193, 193, 193);
    border-radius:4px !important;
    padding: 3px;
}

.channel-body{
	padding-left: 10px;
    padding-right: 10px;
}

.channel-table{
	border: 1px soild;
    display: block;
    width: 100%;
}

.channel-table-container{
    height: 300px;
    margin-top: 15px;
    border: 1px solid rgb(255 255 255);
    border-radius: 10px 10px 0px 0px !important;
    box-shadow: 0px 0px 4px 0px #afa8a8;
}

#searchAChannelInput {
	width:90%;
	border:none;
	outline :none !important;
}
.channel-table-body{
	overflow:auto;
	display: block;
    max-height: 263px;
}

.hide-button{
	display:none !important;
}

.channel-table-body tr {
	display: flex;
	width: 100%;
	border-top: 1px solid #dddddd;
}

.channel-table-body td {
	border: none !important;
	padding: 3px;
}
.channel-table-body tr:hover, .user-table-body .user-table-row:hover {
    background-color:#E6E6E6;
}

.channel-search-box #searchAUserInput {
    width: 90%;
    border: none;
    outline: none !important;
}

.user-table-body .user-table-row {
    cursor: pointer;
	display: grid;
    grid-template-columns: 1fr 1fr 2fr;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.user-table-header-cell {
    padding: 0.5em;
    cursor: pointer;
}

.user-table-header-cell i {
    padding-left: 0.2em;
}

.user-table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    border-bottom: 2px solid rgb(221,221,221);
    font-weight: bold;
    padding-right: 1em;
}

.user-table-body-cell {
    padding: 0.2em 0.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subchanneltbl {
	/* margin-left: 60px;
	width:80%; */
	padding-left: 15px;
    padding-top: 5px;
}
.subchanneltbl tr {
	position: relative;
    border-left: 1px solid lightgrey;
    margin-left:20px;
    border-top: 0 !important;
	border-bottom: 0 !important;
}

.subchanneltbl tr::before {
  position: relative;
  top: -9px;
  width: 10px;
  margin-right: 10px;
  border-bottom: 1px solid lightgrey;
  border-radius:4px;
  content: '';
  display: inline-block;
}

.subchanneltbl tr:last-of-type {
	border-left: none;
}

.subchanneltbl tr:last-of-type:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  border-left: 1px solid lightgrey;
  content: '';
  display: inline-block;
}

.parent-channel-cell {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.channel-name-txt {
	margin-left:10px;
    width: 25vw;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.subchannel-collapsed-btn {
    background-repeat: no-repeat;
    background-position: inherit;
    height: 18px!important;
    width: 18px !important;
    background-size: 20px;
    border: none;
    background-color: #ffffff00;
    background-image: url(/Dashboard/icons/browserCapture/starting-page-icons/collapsed-right.svg);
}

.subchannel-expanded-btn {
    background-repeat: no-repeat;
    background-position: inherit;
    height: 18px!important;
    width: 18px !important;
    background-size: 20px;
    border: none;
    background-color: #ffffff00;
    background-image: url(/Dashboard/icons/browserCapture/starting-page-icons/expand-down.svg);
}

.security-modal-livestream-modal-content{
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
}

.modal-ordered-list{
	padding: 0px 20px;
}