.views-view-grouping .views-row .views-field { 
    display: inline-flex;
    position: relative;
    margin-right: 20px;
}

.views-view-grouping caption { 
background-color: #696969 !important;
    color: #fff;
    padding: 10px;
}
.mou-group-title{ 
    color: #333;
    background-color: #eee;
    border-color: #ddd;
	padding: 6px 10px !important;
	border-bottom: 1px dashed #eee !important; 
}
.mou-group-title:before {
    position: relative;
    height: 5px;
    width: 15%;
    bottom: 0;
    background: none !important;

}


.mous-toggle {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #444;
  border-radius: 50%;
  margin-right: 6px;
  line-height: 16px;
  font-size: 14px;
}

.mous-plus {
  background: #f5f5f5;
}

.mous-minus {
  background: #ddd;
}

.views-view-grouping td {
     padding: 8px;
    line-height: 1.42857143;
	text-align: left;
	vertical-align: bottom;
	font-weight: 500;
	display: table-cell;
}
.mou-icon {
  display: inline-block;
  width: 18px;
  text-align: center;
  font-weight: bold;
  margin-right: 6px;
}
.mou-caption-content {
  display: block;
}
.mou-modal{
display: none;
}
.mousmodal .modal-title{
    font-weight: bold !important;
    font-size: 1.5em;
    text-align: center;
    width: 90%;
    color: #fff;

}

.mousmodal .modal-header {
    padding: 8px 8px 8px 8px !important;
    border-bottom: 1px solid #e5e5e5 !important;
     background-color: #008FA2 !important;
    text-align: center !important;
}  
.mousmodal .modal-header .close {
    margin-top: -34px;
    font-size: 1.5em !important;
    color: #fff;
    opacity: unset;
    padding: 0px 10px;
}  
.mousmodal .modal-body {
    position: relative;
    padding: 15px 35px;
}
.mousmodal .modal-body strong{
    color: #C21717 !important;
	    margin-right: 10px;
}

.mousmodal .bottom.close {
    float: none;
    font-size: 14px;
    padding: 8px 22px;
    line-height: 1.38;
    filter: none;
    opacity: unset;
    text-align: center;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.path-mous .ui-dialog .ui-dialog-titlebar {
display:none;
}
.path-mous .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    background: none;
    overflow: hidden;
	    min-height: auto !important;
    max-height: max-content !important;
}
 .path-mous .modal-dialog {
        width: 600px;
        margin: 0;
		display:inline; 
    }
	
.path-mous .file--application-pdf a{
    background: url(../images/pdficon.png) no-repeat center top 0;
    width: 32px;
    height: 32px;
    padding: 10px;
    font-size: 0;
    cursor: pointer;
    display: block; 
}
.path-mous .file--application-pdf{
}