﻿/* Common Css starts */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: normal; }

*, body, input, button, textarea, select {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 16px; }

/*to hide default dropdown icon in IE*/
select::-ms-expand{
  display:none;
}
a, a:link, a:visited {
	color: #00508F;
}
a:visited {
	color: #0072C6;
}
h1 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #464646; }

h2, .membersHeader h3, .meetingsHeader h3 {
  font-size: 1.3rem; 
  font-weight: 500;
  color: #464646;
}

.membersList h4 {
    font-weight: 500;
    font-size: 1em;
}

h3{
	font-size: 1em;
}

section {
 margin-top: 3em;	
}
section, aside {
 margin-bottom: 5em;
}
ul li {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
  text-align: left;
}

.meetingList ul li a,
.boardList ul li a,
.filesList ul li a {
  background-color: #EAECF1;
  border: 1px solid #95989A;
  border-radius: 4px;
  text-decoration: none;
  color: #00508F; 
  outline: none;
}
.meetingList ul li a:hover,
.boardList ul li a:hover,
.filesList ul li a:hover,
.meetingList ul li a:focus,
.boardList ul li a:focus,
.filesList ul li a:focus {
  background-color: #d8eeff;
  border: 1px solid #0072c6;
  text-decoration: underline;
  color: #0072C6; 
  box-shadow: 2px 2px 4px #c3c3c3; 
  cursor: pointer;
}
.meetingList ul li a:hover:focus,
.boardList ul li a:hover:focus,
.filesList ul li a:hover:focus {
  border: 1px solid #00508F;   
}

.meetingList ul li a:active,
.boardList ul li a:active,
.filesList ul li a:active,
.meetingList ul li a:active:hover,
.boardList ul li a:active:hover,
.filesList ul li a:active:hover {
  border: 1px solid #c3c3c3;
  text-decoration: underline;
  background-color: #dfdfdf;  
  color: #58595B; 
  box-shadow: none; 
}
.filesList ul li a:hover{
    text-decoration: none !important;
}

.filesList ul li a:hover .xfileName {
    text-decoration: underline;            
}

.filesList ul li a:hover .fileNameDetail {
    text-decoration: underline;            
}

.filesList ul li a:hover .notDownloadableFile {
    text-decoration: none !important;            
}

.filesList ul li.infoImage a,
.filesList ul li.infoImage a:hover,
.filesList ul li.infoImage a:focus {
  background-color: transparent;
  box-shadow: none; 
  cursor: default;
  border: 1px solid #c3c3c3;
  text-decoration: none;
  color: #58595B;
}

.imagesBtn {
    min-width: 15px;
    min-height: 18px;
}
.images {
    min-width: 24px;
    min-height: 24px;
}

/* Common Css Ends*/

.containerFluid{
	max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
 
 /* Header Css Starts */
.headerSection{
	width:100%;
	background-color: #fff;
}

.header{	
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-flow: row wrap;
}

header > * {
  flex-grow: 1; }
  
.siteLogo {
  width:10%;
  display: flex;
  flex-flow: nowrap;
  color: white;
  height: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.siteLogo img {
  display: inline-block;
  height: 3rem;
  margin-right: 1rem; }
 
 .siteTitle {
  width: 55%;
  flex-grow: 2;
  height: inherit;
  margin-bottom: 2vh;
  margin-top: 0.5vh;
  padding-right: 0.5rem;
  padding-left: 0.5rem; 
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.siteTitle h1 {
  font-size: 2rem;            
}
.hideSearchLabel{
 display: none;	  
}

.siteSearch {
  flex-flow: row nowrap;
  padding-top: 0.5em;
}
.searchForm{
}

.searchForm input {
  font-style: normal;
  height: 40px;
  height: 1.7rem;
  width: 75%;
  padding: 5px 0 5px 5px;	 
  margin-right: 0.2em;
}
.searchForm input:focus {
 border: 2px dotted #666 !important;
}
.searchForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
.searchForm input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
.searchForm input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
.searchForm input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}
.searchButton {
  flex-grow: 1;
  flex-basis: 4ex;
  background-color: #62b3e5;
  height: 2.5rem;
  width: 2.5em;
  border: 1px solid #62b3e5 ;
  border-width: inherit;
  border-radius: 4px;
  float: right;
  outline: 0px;
}

.siteSearch .searchButton:hover,
.siteSearch .searchButton:focus {
  /*background-color: #80a3b9;
  border-color: #80a3b9;*/
  cursor: pointer; 
}
 
.searchButton img{
	height: 1.2em;
} 

.goBackSection {
	position: relative;
}
.goBackSection .meetingTitle {
    /*position: absolute;
    left: 50%;
    display:inline-block;*/
    width:calc( 75% - 0.5em);
}

.goBackSection .meetingTitle .meetingsHeaderSec{
	/*position: relative;
    left: -50%;*/
	align-items: center;
    display: flex;
    margin:0 auto;
    height: 5em;
}
.filterButton{
    /*border-color: #62b3e5;*/
    flex-grow: 1;
    background-color: #EAECF1;
    height: 3rem;
    border: 1px solid #95989A;  
    border-radius: 4px;
    outline: 0px;
    margin-top: 1.5em;
    padding: 0 1.5em;
}

.filterButton:hover{
    cursor: pointer;
    color: #0072c6; 
}

.filterButton:active, 
.filterButton:active:hover {
    border: 1px solid #c3c3c3;   
    background-color: #dfdfdf;  
    color: #58595B; 
    box-shadow: none; 
}

.filterButton:focus{
    /*border: 2px dotted #666 !important;*/
}

.filterButtonSearchPage{
    margin-top: 0px !important;
    margin-left: 2em;
    width: 15em;
    flex-grow: 0;
}

.applyFilterSection{
    display: flex;
    padding: 1em;
    margin-left: 1em;
}

.homePageSelectedDateString, .boardDetailPage p{
    margin-left: 1.8em;
}

.filterBtnLabel{
    width: 15%;
    display: none;
}
@media all and (min-width: 1000px) {
    .header  {	  
	    margin-left: 5em;
	    margin-right: 5em;
    }
    .siteSearch {
        margin-bottom: 1vh; 
    }
    .searchForm {
	    text-align: right;
    }
    .membersSection, .searchPageDropDownContainerSection {
        margin-top: 3em;        
    }
}
  
@media only screen and (max-width: 768px) 
{
	.header{
		border-bottom: 1px solid #d2c8c8;
		/* background-color: #e8e8e8; */
		padding-top: 0em;
	}
	.siteLogo{
		width:100%;
		background-color: white;
		justify-content: center;
	}
    .siteTitle{
		width:100%;
	}		
	.siteTitle h1{
		/*color: #82a2dc;*/
		font-size: 1.3em;
	}
	.siteLogo  img {
	  display: inline-block;
	  height: 2.5rem;
	}
	.siteSearch {
		/* background-color: #e8e8e8;	 */
		width: 100%;
	}
	
	.searchForm{
		float: initial;
		text-align: center;
	}
	
	.searchButton{
		float: initial;
	}

    .breadcrumb {
        display: none;
    }
    .goBackSection .meetingTitle{
        margin-right:0;
        width:calc( 90% - 0.5em);
    }
    .applyFilterSection{
        margin-left: 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px)
{
	.siteLogo{
		width:20%;
		padding-left: 1.5em;
	}
    .siteTitle{
		width:70%;
        padding-top: .5rem;
	}
	
	.searchForm{
		float: initial;
		text-align: center;
	}
	
	.searchButton{
		float: initial;
	}
}
@media only screen and (min-width:768px) and (max-width:1000px){
   .siteSearch {
		margin: 3vh;
	}
   .breadcrumb {
        display: none;
    }
}

@media only screen and (max-width: 1250px){
    .filterButton{
        width: 100%;
        margin-top: .5em;
        margin-bottom: .5em;
    }
}
 /* Header Css Ends*/
 
 
 /* MainContainer Css Starts */
 
.mainContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  min-width: 220px; 
}

.breadcrumb{
	margin-top: 10px;
	width: 100%;
}
.breadcrumb ul{
	display: inline-flex;
}

    .breadcrumb ul li:last-child {
        background: none;
    }

    .breadcrumb ul li {
        background-color: #fff;
        border: none;
        height: auto;
        margin-left: 2px;
        background: url(images/collapse.png) no-repeat right 6px;
        margin-right: 3px;
        padding-right: 20px;
        background-size: 13px;
    }

.breadcrumb ul li:hover{
	border: none!important;
	background-color: #fff;
	box-shadow: none; 
	text-decoration: none;
	cursor: text;
}
.breadcrumb ul li a {
    color: #00508F;
    text-decoration: underline;       
}
.breadcrumb ul li a:hover{
    color: #0072C6;
	text-decoration: underline;
}


.goBackSection{
	width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;
	height: 5em;
    margin-top: -1px;
}

.detailsPage, .detailsPage .goBackButton button {
	background: #d5e7f5;  
}

.boardsPage, .boardsPage .goBackButton button {
	background: #d5e7f5;  
}

.searchPage, .searchPage .goBackButton button {
	background: #d5e7f5;
}
.viewMorePage ,.viewMorePage .goBackButton button{
	background: #d5e7f5;
}
.goBackButton{
	height: 5em;
	width: 15%;
}

.detailsPage .goBackButton button:hover {
	background: #d8eeff; 
    border: 1px solid #0072c6;
}

.boardsPage .goBackButton button:hover {
	background: #d8eeff;  
    border: 1px solid #0072c6;
}

.searchPage .goBackButton button:hover,.viewMorePage .goBackButton button:hover {
	background: #d8eeff;  
    border: 1px solid #0072c6;
}

.goBackButton button:hover {
	cursor: pointer;
}

.goBackButton button{
	width: 100%;
	height: 100%;
	border: none;
	display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
    border: 1px solid transparent;
}

.buttonImage{
	width: 10%;
    margin-left: 0.5em;
}

.buttonImage img{
	height: 1em;
	margin-top: 0.4em;
}

.buttonLink{
	/* width: 8em; */
	line-height: 1.8em;
}

.buttonLink span{
	float: left;
	margin-left: 0.5em;
	font-size: 1.0em;
	text-decoration: none;
    color: #00508F;
}
.backButtonHeader{
	width: 60%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8em;
    text-overflow: ellipsis;
}

.backButtonHeader h2{
	text-align: left;
	font-size: 1.0rem;	
}
.mainPage {
    margin-top: 1.5em !important;
}
.mainPage .boards{
    padding-top: 0px;
}
.meetingTitle {
	padding-left: 0.5em;
	z-index: 1;
	display: -webkit-box;
    -webkit-box-align: center;
	display:-ms-flexbox;
	-ms-flex-align:center;
}

.meetingTitleHeader{	
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8em;
  text-overflow: ellipsis;
}
.meetingTitle h2{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.meetingTitleSection{
	text-align: center;
}  

.findMeetings , .meetingsDetails {
  padding: 1.5vw;
}
.findMeetingsMainPage{
    padding: 0px;
}
.meetingsDetails {
  padding-top: 0 !important;
}
.meetingsAgenda{
	padding: 1.5vw 1.5vw 1.5vw 0;
}

.findMeetingsSearchPage{
  background: #d5e7f5;
}
.findMeetingsBoardsPage{
    padding: 0px;
}

.latestMeetings{
  margin-top: 2em;
}
.viewMoreSection .boards{
	width: 100%;
	float: none;
	padding: 1vw;
}
.boards, .searchPageDropDownContainer{
	padding-left: 1.5vw;
	padding-top: 1.5vw;
}

.searchPageDropDownContainer .dropdownSection{
    background: #EEEEEE;
}
.searchPageDropDownContainer .dropdownSection .dropdown {
    margin-bottom: 2px;
}

.searchPageDropDownContainer .dropdownSection .instructionLabel{
    margin-top: 0px!important;
}
.findMeetings .meetingsHeader{
	width: 100%;
}
.findMeetings .meetingsHeader img, .latestMeetings .meetingsHeader img{
    padding-left: 1.5vw;
}

.viewMoreBoards .meetingsHeader, .viewMoreMeetings .meetingsHeader, .viewMoreSearch .meetingsHeader{
    margin-left: 0px;
}
.searchPageDropDownContainerSection .searchPageDropDownContainer{
    padding-top: 0px;
}
.meetingsHeaderSection, .membersHeaderSection{
	width: 100%;
	display: inline-flex;
}

.meetingsHeader, .membersHeader{
	display: inline-flex;
}
.meetingsHeader{
	width: 70%;
}

.findMeetings h2 , .latestMeetings h2 ,.boards h2, .members h2{
  margin-left: 0.5em;	
 }

.meetingsContainer{
    width: 100%;
	display: inline-flex;
	margin-top: 1em;
    background: #d5e7f5;
    padding-top: 1.5vw;
    padding-bottom: .5vw;
}

.meetingsContainer .selectYear{
    margin-left: 1.8em;
}
.findMeetingsMainPage #meetingslistDiv, .findMeetingsBoardsPage .meetingList {
    padding: 1.5vw;
    background: #d5e7f5;
    margin-top: -1.5em;
}
.meetingsDetailsDiv{
	padding: 1.5vw 0 1.5vw 0;
}

.meetingsDetailsDiv .details {
    padding-top: 1em;    
}
.details{
	margin-top: 1.5em;
}

.detailsList{
	display: flex;
    width: 100%;
}
.detailHeader,.detailContent{
	padding: 0em .5em 1em 1em;
}

.detailHeader{
	color: #675757;
    width: 25%;
}
.detailContent{
    width: 75%;
}

.documentDetails .filesList{
    padding-top: 5px;
    margin-top: 0px;
}
.noDocuments {
    display: none;
}
.detailsSection .details{
	background: none;
}

.meetingsDetails .detailsSection  .detailHeader{
	padding-left: 0;
    word-wrap: break-word;
}
.meetingsDetails .detailsSection  .detailContent{
	color: #000;
    word-wrap: break-word;
}
.viewMoreContainer, .viewMoreHeader{
	width: 100%;
}
.viewMoreSearch{
    padding-top: 0px;
}
.dropdown {
  -webkit-appearance: button;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background-image: url("images/dropdown.png");
  background-size: 16px 16px;
  background-position: 90% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  margin-bottom: 1rem;
  padding: 10px;
  width: 100%;
  height: 50px;
  outline: 0px;
}

.dropdown:hover,
.dropdown:focus  {
  border: 1px solid #0072c6; 
  background-color: #d8eeff;
  color: #0072C6;
  box-shadow: 2px 2px 4px #c3c3c3; 
  }

 .instructionLabel {
  display: inline-flex;
  text-align: left;
  font-size: 1em;
  margin-bottom: 3px; 
  font-weight: 500;
 }
  
.selectedDate .instructionLabel{
	margin-top: 30px;
    font-weight: 500;
    font-size: 1.1em;
}

.findMeetingsSearchPage .meetingList ul li{
  background-color: #fff;
  list-style: none;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 0px !important;
  margin-bottom: 1.1em;
  height:110px;
  text-align: left;
}

.viewMoreMeetings .meetingsHeader, .viewMoreBoards .meetingsHeader{
	display: flex;
}

.viewMoreBoards, .viewMoreSearch, .viewMoreMeetings{
    background: none;
    padding-top: 0px;
}
.filterSelection{
	text-align: center;
	margin-top: 1em;
}

.findMeetingsSearchPage .meetingList ul li:hover, .filterButton:hover, .filterButton:focus{
	text-decoration: none !important;
    background-color: #D8EEFF;
    border: 1px solid #0072C6;
    box-shadow: 2px 2px 4px #c3c3c3;
}
.findMeetingsSearchPage .meetingList ul li:hover .searchPageMeetingheader {
    background-color: #D8EEFF;
    border-bottom: 1px solid #0072C6;
}
.searchPageMeetingheader{
  width: 100% !important;
  background-color: #eeeeee;
  border-bottom: 1px solid #c3c3c3;
  height: 55px;
  text-align: left;
}
.searchMeetingsHeaderSection{
	display: flex;
	width: 100%;
}
.searchMeetingsHeaderSection .meetingsIcon img{
	height: 1.5em;
	padding: 5px;
	padding-left: 10px;
}

.searchMeetingsHeaderSection .meetingName{
	padding-top: 5px;
}
.searchMeetingsHeaderSection .meetingName span{
	font-size: 1.1em;
    font-weight: 500;
}
.searchMeetingsHeaderSection .meetingDate{
	padding-top: 2px;
}
.searchPageMeetingDetails{
	height: 55px;
	display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    overflow: hidden;
}

.serachMeetingResult{
	width: 95%;
	margin-left: 1em;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8em;
    text-overflow: ellipsis;
}

.searchPageDropDownContainer .dropdownSection{
	margin-top: 1.5em;
}

.dropdownSection .selectYear, .dropdownSection .selectBoard{
	display: flex;
	padding: 1em;
	margin-left: 1em;
}
.dropdownSection .selectYear .instructionLabel, .dropdownSection .selectBoard .instructionLabel{
	width: 15%;
    align-items: center;
    margin-top: -20px;
}

.dropdownSection .selectYear .dropdown, .dropdownSection .selectBoard .dropdown{
	width: 15em;
	margin-left: 2em;
}

/*.selectYear .instructionLabel, .selectMonth .instructionLabel, .selectBoard .instructionLabel {
    text-transform: capitalize;
}*/

.showOrHideFilterSection {
    display: none;
}
.meetingList, .boardList, .membersList, .filesList{
	margin-top: 1.5em;
}

.mainPage .boardList{
    margin-top: 1em;
}

.mainPage .boardList li:first-child{
    margin-top: 0px;
}

.membersList ul li{
	background: white;
	border:none;
}

.meetingsAgenda .meetingAgendaList ul li{
	padding: 0px;
	margin: 0px;
	height: auto;
	border: none;
} 


.membersList ul li:hover {
	background-color: white;
	border: none;
	box-shadow: none;
	cursor: text;
} 

.membersList ul li:hover, .filesList ul li:hover {
	/*text-decoration: none;*/
}


.meetingsAgenda .meetingAgendaList ul li:hover{
	/*background-color: #d4f3ff;*/
	box-shadow: none;
	text-decoration: none;
}

.meetingsAgenda .meetingAgendaList ul li .meetingName{
	width: 100%;
}
.meetingsAgenda .meetingAgendaList ul li .meetingName a{
	color: #1ba7e4;	
}
.memberName h3 {
    font-weight: 500;
}
.memberDesignation p{
	font-size: 1em;
	color: #333;
}

.boardLink{
	width: calc(100% - 1px);
	display: inline-flex;
}
.boardLink a{
	width: 100%;
    padding: 5px;
	display: inline-flex;
}

.unpublishedMeeting, .unpublishedMeeting:hover {
    cursor: default;
    box-shadow: none;
    background: none;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    text-decoration: none;
}
.meetingsAgenda li.boardLink.selected {
	background-color: #d7ebf3;
	border-left: 2px solid #1ba7e4;
}

.meetingsAgenda li.boardLink.selected .meetingName a {
	color: #464646;
}

.meetingsAgenda li.boardLink.selected:hover .meetingName a,
.meetingsAgenda li.boardLink.selected:hover  
{
	text-decoration: none;
}

.meetingCases .recentCase-AgendaDescription, .meetingCases .recentCase-MeetingDescription
{
    display:block;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width:100%;
}

 .meetingCases .recentCase-MeetingDescription
 {
     font-size:0.9em;
 }

 .meetingCasesLi > a
 {
     overflow:hidden;
 }

 div.meetingCases.meetingName 
 {
     width:calc( 100% - 5px );
 }

.meetingName, .boardName{
  width: calc( 100% - 95px - 0.5em ); /*100% - width of boardperior and margin*/
  margin-left: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4em;
  text-overflow: ellipsis;
}

.unpublishedMeeting .meetingName
{
  width: calc( 100% - 105px - 0.5em ); /*100% - width of boardperior and margin*/
}

.meetingName span, .boardName span{
	font-size: 1.1em;
	/*color: #00508F;*/
}

.meetingDate, .boardPeriod {
    width: 95px;
}
.unpublishedMeeting .meetingDate{
    width: 105px;
}

li.unpublishedMeeting.text-strike .meeting-date-text {
    text-decoration:line-through;
}


/*.boardPeriodHeader{
	width: 30%;
}
	
.boardPeriodHeader p {
	float: right;
	color: grey;
	margin-right: 0.5em;
    padding-right: 5px;
}*/
.meetingDate span {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.meetingDate span, .boardPeriod span{
	width: 100%;
	text-align: right;
	margin-right: 0.5em;
	float: right;
	font-size: .9em;
	margin-top: 1px;
}

.meetingsDocumentDiv{
	padding-top: 1.5vw;
}

.filesList .boardLink a {
    width: 97%;
}

.attachment {
    width: 85%!important;
    margin: 0 auto;
    display: flex;
    margin-left: 12%;
}

.fileIcon{
    position: relative;
    top: 18%;
    width: 35px;
}

.fileIcon img{
	margin-left: 2px;
    margin-right: 2px;
}

.fileDetails{
    width: calc(100% - 35px);
    overflow: hidden;
}

.filesList ul li{
	/*padding: 5px !important;
	border: 1px solid #c3c3c3 !important;*/
	margin-top: 1em !important;
	height: 55px !important;
}
.filesList ul li:hover{
	/*text-decoration: none;
    background-color: #d4f3ff; */
}

.filesList ul .attachment {
    margin-top: 0px !important;        
}
.fileName{
	font-weight: 500;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fileName .fileNameDetail, .fileName .fileDocumentCategory{
      white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
    padding-left: 5px;   
    width: 100%;
}

.fileType .type{
	margin-left: 0.5em;
}
.fileType .size{
	margin-left: 0.5em;
}
.unpublishedMeeting .meetingName, .unpublishedMeeting .meetingDate {
    margin-top: 3px;
}
.notDownloadable:hover, .NfileSize:hover, .NfileSize a:hover{
    cursor: default;
}
.aid-category {
    margin-left: .5em;
}
.detailsSection{
	margin-top: 2em;
    margin-bottom: 1em;
	color: grey;
}

.detailsContent{
	display: grid;
	margin-top: 1em;
}

.detailsReference{
	display: grid;
	margin-top: 1em;
}

.viewMore{
	text-align: center;
	margin-top: 0.5em;
}

.viewMore a{
	color: #00508f;
}
.viewMore a:hover {
    color:#0072c6;       
}
.viewMore a:focus {
    color: #58595b;        
}

.hideViewMore {
    display: none;
}
.pagination{
    display: flex;
    align-items: center;
	margin-top: 2em;
	justify-content: center;
}
.pagination button{
	padding: 0.5em;
	margin: 0 1em;
	background-color: #eeeeee; 
	border: 1px solid #c3c3c3;
	border-radius: 4px;
}
.pagination button:hover{
	cursor: pointer;
}
.pageControls{
	text-align: center;
}
.bannerImage {
  flex: 1 auto;
  justify-content: center;
  background-color: #708090;
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.bannerImage img{
    width: 100%;
    height: 100%;
}
  
@media all and (min-width: 1000px) {
	.mainContainer  {	  
	  margin-left: 5em;
	  margin-right: 5em;
    }
	.breadcrumb{
		order: 2;
        padding-bottom: 10px;
        color: #444444;
        border-bottom: 1px solid #D5D5D5;
	}
	section {
		  width: calc(60% - 1px);
		  order: 4;
	}	
	
	aside{
		width: 40%;
		order: 5;
	}
    .mainPage .boards .boardLink {
        width: calc(100% - 1px);
    }	
	.asideSection1,.asideSection2{
		width: 20%;
		margin-left: 0px;
	}
	.viewMoreSection{
		width: 60%;
		border: none;
	}
	
	.meetingsAgendaSection, .asideSection1{
		order : 3;
	}

	.meetingsDetailsSection, .viewMoreSection{
		order: 5;
	}
	.asideSection2{
		order: 6;
	}
	.meetingsAgendaSection{
		width: 65%;
		margin-left: 0;
        border: none;
	}
    .meetingsDocumentSection {
		width: 35%;
		margin-left: 0;
        margin-top: 3em;
	}
	
	.meetingsDetailsSection{
		border: none;
	}
    .latestMeetings .meetingList{
        padding: 1.5vw;
        padding-top: 0px;
    }
	.findMeetings , .latestMeetings{
		 width: 95%;
	}
    .meetingslistDiv h2,.meetingList h2 {
        margin-left: 0px !important;
    }
	.meetingsAgenda{
		width: 94%;
	}
	.boards, .members,.searchPageDropDownContainer{
		  width: 88%;
		  float: right;
	}
	.meetingsDetails{
		width: 95%;
	}
    .meetingsDetails .filesList .boardLink a {
        width: calc(100% - 38px);
    }
	.meetingsContainer .selectMonth ,  .meetingsContainer .selectedDate 	 {
		 margin-left: 2em;
	}
	.findMeetingsSearchPage .meetingsHeader{
		display: flex;
	}  
	.fileDetails{			
        width:calc(100% - 35px);
		display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        align-items: center;
		-webkit-box-align: center;
	}

	.fileName{
		width: calc(100% - 100px);
	}
	
	.fileType{
		width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
	}
    .documentDetails .fileDetails .fileType {
        width: 85px;
    }

    .documentDetails .fileDetails .fileName {
        width: calc(100% - 85px);
    }
	.pageControls{
		display: none;
	}
    .bannerImage {
		order: 1;
		max-height: 250px;
		justify-content: space-around; 
	}
	
	.goBackSection{
		order: 3;
	}
}	

@media only screen and (max-width: 768px) 
{
	.goBackSection{
		margin: 0;
	}
	
	.goBackButton{
		width: 10%;		
	}
	
	.goBackButton button span, .goBackButton button h2{
		display: none;
	}
	
	.buttonImage img{
		margin: 0;
	}
    .meetingName span, .boardName span {
        font-size: 0.9em;
    }
	.meetingTitle{
		width: 85%;
		margin: 0;
		padding: 0;				
	}
	
	.meetingTitleIcon{
		margin-left: 0.5em;
	}
    #about .meetingsDetailsDiv {
        margin-top: 1em;
    }
    .aid-category {
       margin-left: 0px;
    }
	.meetingTitleHeader{
	  /*width: 90%;*/			
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  line-height: 1.6em;
	  text-overflow: ellipsis;
	}
	
	.meetingTitleHeader h2 ,.meetingTitle h2{
		font-size: 1.1em;
	}

	section, aside{
		margin: 0;
	}
	
	section {
		width: 100%;
	}
	.panel{
		padding: 0px 2px !important;
	}
    .searchPageDropDownContainerSection {
        padding: 0px !important;
    }
	.searchPageDropDownContainer{
		padding: 0px;
	}
    .dropdownSection .selectYear .dropdown, .dropdownSection .selectBoard .dropdown {
        width: 12em;
    }
	.dropdownSection .selectYear, .dropdownSection .selectBoard{
		margin-left: 0;
		padding-bottom: 0;
        padding-top: 0;
        display: block;
	}
    .dropdownSection .selectYear .instructionLabel, .dropdownSection .selectBoard .instructionLabel {
        margin-bottom: 0.5em;
    }
    .dropdownSection .selectYear .instructionLabel, .dropdownSection .selectBoard .instructionLabel,
    .dropdownSection .selectYear .dropdown, .dropdownSection .selectBoard .dropdown, .filterButtonSearchPage {
        width: 100%;      
        margin-left: 0; 
    }
    .filterBtnLabel{
        width: 0px;
    }
	.findMeetingsSearchPage{
		margin: 0;
	}
	.findMeetings, .latestMeetings , .boards, .members ,.meetingsAgenda, .meetingsDetails{
		padding: 5vw; 	
	}
    .findMeetings, .latestMeetings{
        padding: 0px;
    }
    .findMeetings .meetingsHeader img, .latestMeetings .meetingsHeader img{
        padding-left: 5vw;
    }
    .findMeetingsBoardsPage .meetingsHeader{
        padding-left: 0px;
        padding-top: 1em;

    }
    
    .findMeetings #meetingslistDiv,.findMeetingsBoardsPage .meetingList, .latestMeetings .meetingList{
        padding: 5vw;
    }
    .findMeetingsMainPage #meetingslistDiv{
        margin-top: -2em;
        padding-top: 2em;
    }
    .findMeetingsBoardsPage .meetingList{
        margin-top: 0em;
    }
    .mainPage .boards{
        padding-top: 5vw;
    }
    .meetingsContainer .selectYear{
        margin-left: 0px;
    }
	.meetingsDetailsSection{
		border-top: 1px solid #d7ebf3;
	}

	.boards, .members{
		border-top: 1px solid #D3D3D3;
	}
	
	.boardsSection, .membersSection{
		width: 100%;
	}	
	
	/*.meetingsHeader, .membersHeader{
		width: 70%;
	}*/
	.serachMeetingResult{
		margin-left: 0.5em;
		-webkit-line-clamp: 2;
		line-height: 1.5em;
        white-space: initial;
	}
	.searchPageDropDownContainerSection{
		width: 100%;
	}
    .searchPageDropDownContainer .dropdownSection {
        margin-top: 0px;
    }
    .boardLink{
        width: calc(100% - 1px);
    }
	.meetingName{
		margin-right: 5px;
	}
	.meetingName  a, .boardName a{
		font-size: 1em;
	}
	.meetingDate span, .boardPeriod span{
		font-size: 0.8em;
		margin-top: 4px;
	}
    .meetingCases .recentCase-MeetingDescription
    {
        font-size: 0.8em;
    }
	.members .membersHeaderSection .membersHeader{
		width: 100%;
	}
	.meetingsDocumentSection{
		width: 100%;
		border-top: 1px solid #ddd;
	}
    .meetingsDocumentDiv, .meetingsDetailsDiv {
        padding: 5vw;
    }
	.meetingsDetails .meetingsHeader{
		width: 100%;
	}
    .detailHeader{
        width: 30%;
    }
    .detailContent{
        width: 70%;
    }
    .attachment .fileDetails, .NfileSize .fileDetails{
        display: flex;
        align-items: center;
    }
	.fileIcon img{
        width: 25px;
        margin-left: 0.1em;
	}
    .fileDetails {
        margin-left: 0.5em;
    }
	.fileName{
		width: 100%;
	}
	.fileName a{
		display: block;
	}
    .documentDetails .fileName {
        display: -webkit-box;
        white-space: initial;
    }
	.fileType .size{
		margin-left: 0px;
        font-size: .9em;
	}
  .searchPageDropDownContainer .dropdownSection{
        padding-top: 1em;
        background: #b3ccb3;
    }
    .meetingsSearch{
        padding-top: 1em;
    }
    .findMeetingsSearchPage .boardList, .meetingList.searchResultsList{
        padding: 5vw;
        padding-top: 0px;
    }
    .viewMoreMeetings #meetingslistDiv{
        padding-top: 0px;
    }
    .viewMoreMeetings .meetingsHeader h2{
        margin-right: 2em;
    }
    .meetingName, .boardName{
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 1000px) 
{
    .mainPage{
        margin-top: 0px!important;
    }
    .findMeetings{
        padding: 0px;
    }
    .findMeetingsBoardsPage{
        padding: 0px !important;
    }
    .findMeetingsMainPage .meetingsHeader{
        padding-left: 0px !important;
        padding-top: 1em;
    }
  
    .findMeetings .meetingsHeader img, .latestMeetings .meetingsHeader img{
        padding-left: 5vw;
    }
    .findMeetingsBoardsPage .meetingsHeader{
        padding-left: 0px;
        padding-top: 1em;

    }

    .findMeetings #meetingslistDiv,.findMeetingsBoardsPage .meetingList, .latestMeetings .meetingList{
        padding: 5vw;
        padding-top: 0px;
    }
    .findMeetingsMainPage #meetingslistDiv{
        margin-top: -2em;
        padding-top: 1em;
    }
     .findMeetingsBoardsPage .meetingList{
         margin-top: 0px;
     }
    .meetingsContainer .selectYear{
        margin-left: 0px;
    }
    .meetingsContainer .selectYear, .meetingsContainer .selectMonth, .meetingsContainer .selectedDate{
        padding: 1vw 5vw;
    }
    .meetingsContainer .selectedDate{
        padding-bottom: 1em;
    }
    .showOrHideFilterSection {
        display: block;
        text-align: center;
        margin-top: 5px;
    }
	.searchPageDropDownContainerSection{
		width: 100%;
		padding: 2vw;
		margin-bottom: 0px;
		order: 1;
		background-color: #EEEEEE; 
	}
	.searchPageDropDownContainer{
		padding: 5vw;
	}
	.searchPageDropDownContainer .meetingsHeaderSection{
		display: none;
	}
	 .searchPageDropDownContainer .dropdownSection{
        padding-top: 5px;
        background: none;
    }
    .meetingsSearch{
        padding-top: 1em;
    }
    .findMeetingsSearchPage .boardList, .meetingList.searchResultsList{
        padding: 5vw;
        padding-top: 0px;
    }
    .viewMoreMeetings #meetingslistDiv{
        padding-top: 0px;
    }
    .viewMoreMeetings .meetingsHeader h2{
        margin-right: 2em;
    }
    .meetingName, .boardName{
        line-height: 1.6em;
    }
	.meetingsSearch{
		order: 3;
	}
	 .meetingsAgendaSection {
		order: 0;
	}
	.meetingsDetailsSection {
		order: 4;
	}
     .fileIcon{
        width: 30px;
    }
    .fileDetails{
        width: calc(100% - 30px);
    }
    .fileName .fileNameDetail, .fileName .fileDocumentCategory{
        padding-left: 0px;
    }
	.bannerImage {
		order: 6;
	}

	.footer {
		order: 8;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px)
{
	.goBackButton{
		width: 10%;
	}
	
	.goBackSection .meetingTitle{
        width:calc( 85% - 0.5em);
    }
	
	.buttonImage{
		width: 100%;
	}
	.buttonImage img{
		height: 2em;
        padding-left: 1em;
	}

	.buttonLink{
		display: none;
	}
	
	.backButtonHeader{
		display: none;
	}

	.meetingTitle{
		width: 90%;
		padding: 0;
	}
     .meetingsDocumentDiv, .meetingsDetailsDiv {
        padding: 0px;
        padding-top: 1.5vw;
    }
	.dropdownSection .selectYear, .dropdownSection .selectBoard, .applyFilterSection{
	    display: flex;
	    padding: 1em;
	    margin-left: 1em;
    }
    .dropdownSection .selectYear .instructionLabel, .dropdownSection .selectBoard .instructionLabel, .applyFilterSection .filterBtnLabel{
        width: 20%;   
    }
    .dropdownSection .selectYear .dropdown, .dropdownSection .selectBoard .dropdown, .filterButtonSearchPage {
        width: 70%;        
    }
	.meetingTitleHeader{
	  /*width: 85%;*/			
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  line-height: 1.6em;
	  text-overflow: ellipsis;
	}
    .meetingsDetailsDiv {
      margin-top: 10px;
    }
    .meetingsAgendaSection {
        margin-bottom: 0px;
    }
	.meetingsContainer .selectMonth ,  .meetingsContainer .selectedDate {
	 margin-left: 0;
   }
   .boardLink{
        width: calc(100% - 1px);
    }
	.attachment .fileDetails, .NfileSize .fileDetails{
        display: flex;
        align-items: center;
    }
	.fileName{
		margin-left: 0.8em;
		margin-right: 0.2em;
		width: calc(100% - 100px);
        white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.aid-category {
        margin-left: .8em;
    }
	.fileName a{
		display: block;
	}
	.fileType{	
        width: 100px;		
		display: initial;
		margin-left: 0.8em;
	}
    .infoImage .fileType{
        text-align: right;
    }
	.fileType .type{
		margin: 0;
	}
	.fileType .size{
		margin-left: 0em;
	}
    .detailHeader {
        width: 20%;
    }
    .detailContent {
        width: 80%;
    }
    .detailHeader, .detailContent{
        padding-left: 0.5em; 
    }
    .findMeetingsMainPage #meetingslistDiv{
        margin-top: -2em;
    }
}

@media only screen and (min-width:768px)  and (max-width:1000px) {
    .meetingsDocumentSection {
        width: 100%;
        padding: 0 5vw 5vw 5vw;
    }
    .meetingsAgendaSection {
        width: 100%;
    }
}
@media only screen and (min-width:768px) and (max-width:1000px){
	
    section, aside {
	   margin-top: 0em;
	   margin-bottom: 2em;
   }
   .findMeetingsSearchPage{
	   margin: 0 !important;
   }
   .meetingsSection{
		width: 100%;
	}
	
	.searchPageDropDownContainer{
		padding: 0px;
	}
   .findMeetings, .latestMeetings, .boards, .members{
	   margin: 1em 1.5em 0 1.5em;
   }
   .findMeetings, .latestMeetings, .boards{
	   padding: 2vw;
   } 
   .boards .boardList, .membersSection .members {
       padding: 5vw;
       padding-top: 0px;
   }
   /*.boardPeriodHeader{
       padding-right: 5vw;
   }*/
   .boards .meetingsHeader img{
       padding-left: 5vw;
   }
	.meetingsDetailsSection{
		border-top: 1px solid #d7ebf3;
	}
   .meetingsAgenda, .meetingsDetails{
		padding: 5vw;
	}
	.fileType .size{
		margin-left: 0em;
	}
}
@media only screen and (max-width:1024px){
	.meetingsContainer{
		display: block;
	}
	 .instructionLabel{
		margin-top: 10px;			
	    color: #464646;
	}
   .selectedDate .instructionLabel{
		font-weight: 500;
		font-size: 1.2em;
        margin-top: 0px;
    }
   .meetingsDetails .filesList .fileDetails{
        display: flex;
    }
    .meetingsDetails .filesList .fileDetails .fileName{
        width: calc(100% - 90px);
    }
    .meetingsDetails .filesList .fileDetails .fileType{
        width: 90px;
        text-align: right;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    .meetingsContainer {
        display: block;
    }
    .meetingsContainer .selectMonth, .meetingsContainer .selectedDate {
        margin-left: 0px; 
        padding: 0px 1.5vw;       
    }
    .meetingsContainer .selectYear{
        padding: 1.5vw;
        margin-left: 0px;
    }
    .dropdownSection .selectYear .dropdown, .dropdownSection .selectBoard .dropdown, .filterButtonSearchPage{
        margin-left: 1em;
    }
    .findMeetingsBoardsPage .meetingList{
        margin-top: 0em;
    }
    .dropdownSection .selectYear .dropdown, .dropdownSection .selectBoard .dropdown, .filterButtonSearchPage{
        width: 12em;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px){
    .meetingsContainer .selectMonth, .meetingsContainer .selectedDate {
        margin-left: 0px; 
        padding: 0px 1.5vw;       
    }
    .meetingsContainer .selectYear{
        padding: 1.5vw;
        margin-left: 0px;
    }
    .meetingsContainer .selectedDate{
        margin-bottom: 1.5em;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px){
    .meetingsContainer .selectMonth, .meetingsContainer .selectedDate {
        margin-left: 0px; 
        padding: 0px 1.5vw;       
    }
    .meetingsContainer .selectYear{
        padding: 1.5vw;
        margin-left: 0px;
    }
    .meetingsContainer .selectedDate{
        margin-bottom: 1.5em;
    }
}
 /*MainContainer ends here*/

  /*footer starts here*/
.footer {
  width:100%;
  margin-bottom: 30px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}

.footer p {
	margin-top: 10px;
	margin-bottom: 5px;
}


@media all and (min-width: 1000px) {
	.footer{
		order: 6;
	}
}

@media all and (max-width: 1000px) {
    .footer {
        padding: 0 5vw 0 5vw;
    }
}
 /*footer ends here*/

 
.otherHandlingsList{
    margin-top: .5em!important;
}

.otherHandlingsList .meetingName{
    line-height: 1.3em;
}
.otherHandlingsList ul li {
    margin-top: 1.5em !important;
}
.otherHandlingsList .boardLink.handlingFile{
    margin-top: 0.5em !important;
}
.accordion {
	display: flex;
    background-color: #d5e7f5;
    color: #3964e4;
    cursor: pointer;
    padding: 10px 0px 10px 10px;
	border: 1px solid #d5e7f5;
    text-align: left;
    outline: none;
    font-size: 1.1em;
	font-weight: 500;
    transition: 0.4s;
    margin-top: 1px;
}
.accordion:hover {
    background-color: #d5e7f5 ;  /*#08eeff*/
    border: 1px solid #256799;
}
.accordion:focus{
	background-color: #d5e7f5;
    border: 1px solid #256799;
}
.accordion:active{
    background-color: #dfdfdf;
    border: 1px solid #767f86;
}

.accordion.active .accordionTitle{
    display: flex;
}
.accordion .accordionImage{
	background-image: url("images/collapse.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 1em;
    margin-top: 5px;
}
.accordion .unOfficialAgendaItemImage {
    background-image: url("images/restricted.png");        
}
.accordion.active .accordionImage{
	background-image: url("images/expand.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 1em;
}
.accordionTitle{	
    width: calc(100% - 30px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8em;
    text-overflow: ellipsis;
}
.accordionTitle h5{
    color: #00508F;
    font-size: 1.1em;
    margin-left: 0.5em;
}
.accordion.active .accordionTitle h5{
    color: #00508F;
    font-weight: 600;
}
.panel {
    display:none;
    padding: 0px 9px;
    background-color: #def0ff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.otherHandlingsList .meetingName > span {
    font-size:1em;
}

.active + .panel {
    display: block;
}

.panel:hover{
	cursor: text;
}

@media all and (max-width: 768px) {
	.accordion{
		padding: 10px 2px 10px 2px;
	}
    .accordion .accordionImage{
        width: 20px;
    }
    .accordionTitle{
        width: calc(100% - 20px);
    }
    .meetingsDetails .filesList .fileDetails{
        display: flex;
    }
    .meetingsDetails .filesList .fileDetails .fileName{
        width: calc(100% - 70px);
    }
    .meetingsDetails .filesList .fileDetails .fileType{
        width: 70px;
        text-align: right;
    }
}

@media all and (max-width: 1024px){
	.goBackSection .meetingTitle{
		position: initial;
		display: block;
	}
	.goBackSection .meetingTitle .meetingsHeaderSec{
		left:0;
		
	}
}

.UnofficiallockMeetingsDetails
{
    background: url("/content/images/restrictedIcon.png") no-repeat left 4px;
    padding-left:20px;
}

/* Spinner section starts*/
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 5em;
  height: 5em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/* Spinner section ends*/
span.restricted-file {
    background-image: url('../../../Content/Images/Info_16x16.png');
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: 0px 3px;
}

.restrictedFile {
    display: inline-block;
}
.restrictedFile .aid-category {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;        
}
.meetingsAgenda .meetingAgendaList ul .unOfficialAgendaItem:hover {
    cursor: default !important;
    background-color: #fff !important;
}
.meetingsDocumentSection .documentDetails .boardLink {
    width: 97%;
}

.images {
    width: 28px;
    height: 28px;
}
.noAgenda {
    margin-top: -0.2em;
}
.infoImage {
    background: none;
}
.infoImage:hover{
    box-shadow: none !important;
    background: none !important;
}
.agendaItemHeader {
    border-top: 1px solid #D3D3D3;
    margin-bottom: 1em;
    margin-top: 1.5em;
}
.agendaItemHeader h4{
    padding-top: 12px;
    font-size: 1.2em;
}
.agendaHeader{
    margin-top: 1.5em;
}
.fileDocumentCategory{
    font-size: 0.8em;
}
.searchResultsList ul li a{
    border: none !important;
    box-shadow: none !important;
}
.meetingList ul li a:hover .serachMeetingResult p
{
	display: inline-block;   
}
.table {
    display: inline-flex; 
    table-layout: fixed; 
    width: 100%;
    margin-top: 7px;
}
.table-cell{
    display: table-cell;
    vertical-align:top;
}
.xfileIcon {
    width: 35px;
    text-align: center;                                                
}
.xfileName {
    padding-left: 2px;
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xfileType {
    width: 70px;
    text-align: right;
}
.noMeetings{
    display: none;
}
@media all and (max-width:1000px){
    .images {
        width: 24px;
        height: 24px;
    }
    #loader{
        border: 16px solid #f3f3f3;
        border-top: 16px solid #3498db;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 3em;
        height: 3em;
        margin: -75px 0 0 -50px;
    }
    .buttonImage {
        margin-left: 0px!important;
        width: 100%;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .meetingTitleHeader h2, .serachMeetingResult p, .searchMeetingsHeaderSection .meetingName span,.accordionTitle h5, .otherHandlingsList .meetingName span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .accordion.active .accordionTitle h5{
        white-space: pre-wrap;
    }
    .searchButton {
        float: none;
    }
    .table{
        display: table;
    }
    .meetingName span, .boardName span{
        line-height: 1em;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .meetingsDocumentSection {
        width: 88%;
    }
}

@supports (-ms-ime-align: auto) {
    .documentDetails .fileName, .accordionTitle h5, .meetingTitleHeader h2, .serachMeetingResult p, .fileName .fileNameDetail, .fileName .fileDocumentCategory, .searchMeetingsHeaderSection .meetingName span,.accordionTitle h5, .otherHandlingsList .meetingName span{
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    .table{
        display: table;
    }
    @media all and (max-width:1000px){
        .membersHeaderSection{
            padding-top: 1em;
        }
    }
     @media only screen and (max-width: 1000px) and (min-width: 768px) {
        .meetingsDocumentSection {
            width: 100%;
        }
    }
}

/* For only chrome*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
  .table{
    display: table;
  }
   @media only screen and (max-width: 1000px) and (min-width: 768px) {
        .meetingsDocumentSection {
            width: 100%;
        }
    }
}

.siteSearch .searchButton:focus{
    border: 2px dotted #666 !important;
}

.meetingsHeader h6 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #464646;
}

.fileName .fileNameDetail{
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchBtnSpan, .searchFormLabel{
    display: none;
}
.footer a:hover{
    color: #0072c6;
}

#skip a {
    float: right;
    top: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    font-family: "Segoe UI","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: .8em;
}

#skip a:focus{  
    top: 2px;
    width: auto;
    height: auto;
    border-color: #e8e8e8;
    border-width: 1px;
    border-style: solid;
    position: absolute;    
    background: white;
    padding: 0.5em;
    margin-top: 1vw;
    margin-left: 1vw;
}

.displaySearchResult{
    width: 100%;
    background: #d5e7f5;
}
.displaySearchResult.homePage p, .displaySearchResult.boardDetailPage p{
     margin-top: 0px;
}


@media all and (max-width: 1000px){
    .displaySearchResult.homePage p, .displaySearchResult.boardDetailPage p{
        padding: 1vw 5vw;
    }
    .homePageSelectedDateString, .boardDetailPage p{
        margin-left: 0px;
    }
}

#meetingslistDiv h2{
    margin-top: .5em;
}

#searchInputLabel{
    display: none;
}

.healthCount{
    width: 100%;
}

.noMeetingsFound{
    font-size: 1.2em;
}