

/*.range-field .status-box, #wikinav .status-box {display:none;}*/

.range-field .wiki-status-icon,
#wikinav .wiki-status-icon {
  display: block;
}

#y1 #topNavWrapper {
	position: fixed;
	z-index: 1000;
	width: 98.5%;
}

#y2 {
	padding-top: 60px;
}

.portalName {
  margin-left: 16px;
}

.side-nav li>span,
.side-nav li>div.input-field {
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
}


/*/search widget*/

div#searchWidget-169 {
	BOX-SHADOW: 0 4px 16px rgba(204, 204, 204, .62);
	padding-bottom: 1rem;
}

#searchWidget-169 {
	background: transparent;
	box-shadow: none;
}

#searchWidget-169 .btn {
	background: #00838f;
}

#searchWidget-169 .search-all-widget {
	padding: 0 24px;
}

#searchWidget-169 i {
	height: 36px;
	line-height: 36px;
}

#searchWidget-169 #keyword {
	margin-bottom: 4px;
	width: 350px;
	max-width: 66vw;
	border-bottom-color: #00838f;
	color: #00838f;
}

#searchWidget-169 #keyword:focus {
	box-shadow: 0 1px 0 0 #fff;
}

/*sticky note widget*/

#userStickyNoteList ul:not(.browser-default) li {
  list-style-type: disc;
	list-style-position: inside;
}

/*birthday widget*/

.birthdaul li .userBirthdayListAge {
	padding: 3px 8px;
}

.birthdaul li span {
	font-size: 20px;
}

div[id^="agendaCalendareView-"] #calTwo .day.event.today {
	border: solid 1px #00838f;
}

div[id^="agendaCalendareView-"] #calTwo .day.event.today:hover {
	background-color: #00838f;
	color: white;
}

/*login widget */

#loginWidget-164 .userProfileImg a {
	width: 45px;
	height: 45px;
}

div#loginWidget-164 {
	background: unset;
	box-shadow: unset;
	height: 53px;
	float: right;
	width: 440px;
}

.userProfileImg {
	float: left;
	display: inline-block;
  margin-top: 14px;
}

#loginWidget-164 .widgetHeader {
	display: none;
}

#loginWidget-164 .widgetContent {
	margin-top: -34px;
}

#loginWidget-164 ul.pro-set li:hover:before {
    background: none;
}
#loginWidget-164 ul.pro-set li {
    border-bottom: none;
    margin-right: 5px;
}
#loginWidget-164 ul.pro-set li i {
    margin-right: 7px;
    margin-left: 7px;
}

#loginWidget-164 ul.pro-set li a {
  color: #ffffff;
	font-size: 13px;
  padding: 0 3px 0 3px;
  margin-top: 10px;
}

#loginWidget-164 i.material-icons:hover {
	color: #ffffff;
}

#loginWidget-164 .login-widget li>a {
	line-height: 47px;
}

/*Search bar*/
#searchBar{
  width: 370px;
    padding-left: 20px;
    position:relative;
}

div#searchBar button {
    background: none;
    box-shadow: none;
    margin-top: -5px;
}

/*chat list page*/

#chatList h5.userListTitle {
    line-height: 0;
}

#chatList .widgetHeader.userListFilter.widget-md-heading.mb20 {
    height: 55px;
}

#chatList .widgetContent {
    padding-left: 1rem;
}
/*task list*/
i.userAssignedDetails {
    float: left;
}
span.wikiPageTitleDetails {
    line-height: 1.1rem;
}


@media only screen and (min-width: 601px) {
	nav,
	nav .nav-wrapper i,
	nav a.button-collapse,
	nav a.button-collapse i {
		height: 3.5rem;
		line-height: 3.5rem;
	}
}
/*quicklinks marketing*/
.C1.appTile.pull-left {
    background: #88C440;
}
.C2.appTile.pull-left {
    background: #FFC100;
}
.C3.appTile.pull-left {
    background: #FF5505;
}
.C4.appTile.pull-left {
    background: #795446;
}
.C5.appTile.pull-left {
    background: #00BBD5;
}
.C6.appTile.pull-left {
    background: #3D4DB7;
}
.C7.appTile.pull-left {
    background: #9D9D9D;
}
.C8.appTile.pull-left {
    background: #9C1AB1;
}
.C9.appTile.pull-left {
    background: #b1a71a;
}
.C10.appTile.pull-left {
    background: red;
}
#QuicklinkApps .appTile a {
    color: #fff;
}

/*Forum tweak*/
#forumConversationView  .converstion {
    background: #00838f0f;
    margin-bottom: 2rem!important;
    border: solid 1px #ddd;
}
#forumConversationView  span.add-comment.btn.waves-effect {
    margin-right: 1rem;
}
#forumConversationView .comment.card {
    margin-right: 1rem;
}
div#forumConversationView {
    box-shadow: 0 4px 16px rgba(204, 204, 204, .62);
}
.commentContent.col-lg-9 {
    width: 65%;
    margin-left: 5%;
}
#forumConversationView ul:not(.browser-default) li {
    list-style-type: disc;
    list-style-position: inside;
}

/*mark as read checkbox*/
.notification-wiki-checkbox, span.selectallwiki-checkbox {
    display:initial;
    }
/*agenda widget*/    
 a.right.white-text.dialog.iframe.new-agenda-link {
    color: teal!important;
}

.users-hidden-fields{
  display:block !important;
}
/*

form#frmTeamAgenda.exertb div .row:nth-child(3) .s5.input-field:nth-child(3) span,
form#frmTeamAgenda.exertb div .row:nth-child(3) .s5.input-field:nth-child(3) i{
    display: none;
}

form#frmTeamAgenda.exertb div .row:nth-child(3) .s5.input-field:nth-child(3) .select-wrapper span,
form#frmTeamAgenda.exertb div .row:nth-child(3) .s5.input-field:nth-child(3) .select-wrapper i{
    display: block;
}

form#frmTeamAgenda.exertb div .row:nth-child(4) {
    display: none;
}*/


div[id^="agendaCalendareView-"].agendaReservation #calTwo .day.event.completed:before {
    content: 'x';
    position: absolute;
    font-size: 53px;
    top: -8px;
    left: 0;
    right: 0;
    border: 0px;
    opacity: 0.4;
    color: red;
}

div[id^="agendaCalendareView-"].agendaReservation #calTwo .day.event{
  background: unset;
   color: unset;
   position: relative;
}
div[id^="agendaCalendareView-"].agendaReservation #calTwo .day.satsun {
    pointer-events: none;
    color: #ccc;
}
div[id^="agendaCalendareView-"].agendaReservation #calTwo .day.event.completed {
    pointer-events: none;
}

/*Blog test widget homepage right collumn*/
#portalArticleListBlock-775 .widgetContent .card :not(.card-image)>.card-title {
    font-size: 18px;
}

#portalArticleListBlock-775 :not(.input-field)>i:not(.prefix).right {
    margin-right: 0; 
}

#portalArticleListBlock-775 i.right {
  margin-left: 15px; 
}

#portalArticleListBlock-775 .card-reveal p {
    line-height: 21px;
}
#portalArticleListBlock-775 i.right {
    top: 2rem;
}

/*experiment table markup*/
#teamWikiPageView table {
  border-collapse: collapse;
}
#teamWikiPageView tr {
  border: 0.5px solid #282A86;
}
#teamWikiPageView th,#teamWikiPageView  td {
  text-align: left;
  padding: 4px;
}
#teamWikiPageView td {
    border-right: 0.5px solid #282a86;
}

#teamWikiPageView tr:nth-child(1) {
  border-right: solid 0.5px #fff;
  background: #282a86;
  color: #fff;
}
#teamWikiPageView tr:not(:first-child) {
    color: #282a86;
}

div#teamWikiPageView article tr:nth-child(1) td:nth-child(1) {
    border-right: 0.5px solid #ffff;
}

a#solr-advance-search-link {
    background: transparent;
    box-shadow: none;
    top: 4px;
    right:40px;
}

div#searchBar button {
    right: 0;
}
div#searchBar form {
    padding-left: 30px;
}

a#solr-advance-search-link {
    right: unset;
    left: 0;
    top: 0px;
}
td.saved label::after {
    background-color: #000 !important;
    border: none !important;
}
/*test JW Countdown script*/
/*div#countdown{
height: 220px;
}*/
div#countdown {
box-shadow: 0 4px 16px rgb(204 204 204 / 62%);
padding: 0.25rem 1rem 0.25rem 0.5rem;
height: 270px;
margin-bottom: 30px;
}
#countdown h1{
text-align: center;
color: #00838f;
Font-size: 32px;
}
#countdown .countdown {
padding-bottom: 60px;
}
#countdown .countdown h2 {
text-align: center;
width: 100%;
}
#countdown  .end {
}
#countdown .countDown {
display: flex;
justify-content: center;
}
#countdown	.container {
width: 15%;
}
#countdown .a {
display: inline-block;
height: 100px;
text-align: center;
position: relative;
font-size: 80px;
color: #00838f;
}
#countdown  .countdown .countDown .container .a div {
display: block;
height: 100px;
text-align: center;
position: relative;
font-size: 80px;
color: #2481c6;
}
.countdown .countDown .container:nth-child(1) .a div::after {
content: 'Days';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
font-size: 24px;
color: #727272;
}
.countdown .countDown .container:nth-child(2) .a div::after {
content: 'Hours';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
font-size: 24px;
color: #727272;
}
.countdown .countDown .container:nth-child(3) .a div::after {
content: 'Minutes';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
font-size: 24px;
color: #727272;
}
.countdown .countDown .container:nth-child(4) .a div::after {
content: 'Seconds';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
font-size: 24px;
color: #727272;
}
@media screen and (max-width: 850px) {
   .countdown .countDown {
		 justify-content: space-around;
	}
}
 @media screen and (max-width: 600px) {
	 .countdown .countDown {
		 flex-wrap: wrap;
	}
	 .countdown .countDown .container {
		 width: 50%;
		 padding-top: 30px;
	}
}
 @media screen and (max-width: 350px) {
	 .countdown .countDown .container {
		 width: 100%;
	}
}

/*not relevant*/
p.center.grey-txt {
  color: #80808094;
}

.task-status-screen .status-close-msg{
  display:none !important;
}

.event.disableevent {
    color: #ccc !important;
}
.event.disableevent .agendaType {
    color: #ccc !important;
}
.event.disableevent .eventRow a {
    color: #ccc;
}

/*Agenda search*/
.agenda-search-form {
  display:none;
}
.agenda-search-form.row {
    padding: 20px 0;
    background: #e3e2e287;
    border-radius: 10px;
}
#searchagendalist .searchHeader {
    display: none;
}
.photoalbum-widget-header {
    position: relative;
}
