.descText{
	// display: inline-block;
  //  width: 820px;
  //  word-wrap: break-word;
}
.title-text {
	display: block;
   // width: 550px;
    word-wrap: break-word;
}
.portletMsgIcon {
	background: url(../images/updated-dashboard-icons/msg_grey.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	width: 20px;
	height: 20px;
	display: block;
}
.p-flag{
	width:16px;
	height:16px;
	float:right;
}
.announcement-portlet-list .p-flag{

	float:none;

}
.announcement-portlet-list{
	width: 95%;
    
}
.announcementcontent {
	padding:15px;
}
.announcementcontent h2 {
    margin: 5px 0;
    margin-top: 5px;
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
}
.announcement-pop-btn { text-align:right; }
.announcement-pop-content{
    margin-top: 20px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.sys-announcement-pop-content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.popup-title{
	display: block;
    width: 710px;
    word-wrap: break-word;
}
.popup-descText{
    display: block;
    width: 710px;
    height: 132px;
    word-wrap: break-word;
}

.sys-announcement-pop-content.popup-descText {

    width: 480px;
    word-wrap: break-word;
    margin: 0 auto;
   
     height: 235px;
}
.view-all-ann-ul {
	clear:both;
}
.sysannouncementcontent {
	padding:15px;
}
.case-left {
    left: 2px ;
    font-size:30px;
}
.case-right {
    right: -3px;
    font-size:30px;
}
.notdisabled{
	color: #116D95; 
}

.announcement-cover {
    position: relative;
    width: 100%;

}
#nav-container {
    top:50px;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    max-width: 980px;
    margin:auto;
    position: absolute ;

}
#nav-container div {
    position: absolute;
    top: -webkit-calc(50% - 19px);
    top: -moz-calc(50% - 19px);
    top: -ms-calc(50% - 19px);
    top: calc(50% - 19px);
    width: 38px;
    height: 38px;

}
.sysAnnDesc{
	max-height: 100px;
    min-height: 100px;
}
.sysAnnTitle, .ann-count-div {
    font-weight: bold;
    font-size: 16px;
    margin-top:5px;
    margin-bottom: 10px;
}
.ann-display h4 {
	font-size: 23px;
}
.sysAnnTitle{
width: 100%;
}
.ann-count-div{   
    float: right;    
}
.small-header  {
	min-height: 0px;
	max-height: 0px;
	padding: 0.3em 0;
	position: initial;
}
.ann-display{
	display: inline-block;
}
#languageGrid > table /* header + data table */
{
    table-layout: fixed;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	.descText span {
    display: block;
    width: 480px;
    word-wrap: break-word;
}
}