#viewAddMeetings td 
{
    font-size: 14px;
    padding: 1% 0;
}
.popOutModal tbody th
{
	font-size:14px !important;
	line-height:3 !important;
}

body
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 100%;
	color: #313131;
	background-color: transparent;
	text-align: center;
}

/* Fixes hover tooltip bug on pie chart */
svg > g > g:last-child
{
	pointer-events:none;
}

.noselect
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* DND Status */
.availableDot
{
    height: 1.2em;
    width: 1.2em;
    background-color: #9eef9d;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
}

.unavailableDot
{
    height: 1.2em;
    width: 1.2em;
    background-color: #ff8989;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
}

table.mds td input
{
	font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #313131;
	font-size: 1em;
	border: 1px solid #d2d0d0;
	text-align: center;
	vertical-align: middle;
}

input
{
	font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #313131;
	font-size: 1em;
	vertical-align: middle;
	min-width: fit-content;
	cursor:pointer;
}

input[type="text"]:disabled
{
	background: #eaeaea;
	color: #bbbbbb !important;
	cursor: not-allowed;
}

input:focus
{
	color:black;
	background-color: #fbfbe5;
	border-radius:2px;
	outline: none;
}

.inputTextbox
{
	font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: black !important;
    font-size: 1em;
    border: 2px solid #b8cad27a;
    vertical-align: middle;
}

.inputTextbox:hover
{
    cursor: pointer;
    transition: .4s;
}

table.mds td input:hover
{
	cursor: pointer;
	transition:.4s;
}

thead td
{
    position: sticky;
    top: 0;
    padding: .4% .4%;
    text-align:center;
}

.tightPadding td
{
	padding: 1% 0;
	font-size:.8em;
}

tbody td
{
    padding: .4% .4%;
}

tbody th
{
    padding: 5px 5px;
    font-size:12px;
    width: 20%;
    line-height: 2;
}

#userTableBody
{
	line-height: 1;
	font-size: .85em;
}

#userTableBody tr:hover
{
    transition:.4s;
}

table
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	color: #313131;
	background-color: transparent;

}

#systemMaintenanceTable
{
	width:100%;
}

td
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #313131;
	padding: 0;
	font-weight:100;
}

h1
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	color: #313131;
	background-color: transparent;
}

h2
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	color: #313131;
	background-color: transparent;
}

a
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	background-color: transparent;
	text-decoration: none;
	outline:none;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

button
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	color: #313131;
	background-color: #AAAAAA;
}

table.linksTable
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	border-width: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color: transparent;
}

table.mds
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
    border-color: #dcdcdc;
	border-collapse: collapse;
	background-color: transparent;
	margin-bottom: 7%;
	border-left:none;
	border-right:none;
	border:none;
}

table.mds thead
{
    font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: .95em;
    line-height: 1;
    font-weight: 600;
}

table.mds th
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #AAAAAA #AAAAAA #AAAAAA #AAAAAA;
	background-color: transparent;
}

table.mds tr.unlicenced td
{
	background-color: #F8F8F8;
	color: #707070;
}

table.mds td
{
	font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	min-width: 2%;
	border-bottom: 1px solid #a9a9a938;
	font-size:12px;
}


table.mds td select
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	outline: none;
}

pre
{
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

body.bodyHidden
{
	display: none;
}

table.evenGrey tr:nth-child(even)
{
	background: transparent;
}

table.noBorder
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	border-spacing:0 3em;
	padding:0;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #AAAAAA #AAAAAA #AAAAAA #AAAAAA;
	background-color: transparent;
	line-height: 1;
}

table.systemPropsTableL
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	border-spacing:0 1em;
	padding:0;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #AAAAAA #AAAAAA #AAAAAA #AAAAAA;
	background-color: transparent;
	line-height: 1;
	float:left;
}

table.systemPropsTableR
{
	font-family:'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1em;
	border-spacing:0 1em;
	padding:0;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #AAAAAA #AAAAAA #AAAAAA #AAAAAA;
	background-color: transparent;
	line-height: 1;

}

table.noBorder td,table.noBorder tr
{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
