@charset "utf-8";
/* common style sheets for PLATO.e1ns */

.wrFilterContentExpand {
	padding-top: 5px;
}

.filePreviewContent {
	height: 500px;
}

#graphContainer {
	margin: auto;
	width: 100%;
	height: 500px;
	overflow: hidden;
	text-align: center;

}

#graphInfo {
	display: none;
}

#graphlog {
	padding-top: 5px;
	text-align: center;
	color: #414B50;
	font-weight: bold;
}

#wsPreview {
	width: 100%;
	height: 800px;
}

#docContent, #structureView {
	border-top: 3px solid black;
	position: relative;
}

#compatModeInfo {
	display: none; 
	color: red	
}

#logoE1ns, #disclaimerPart {
	position: absolute;
	top: 57px;
	left: 21px;	
}

/* #logoE1ns>img {
	width: 63px;
	height: 63px;
} */

#footerLogo {
	position: absolute;
	right: 25px;
	bottom: 20px;
}

#platoLogo{
	color: #FFFFFF;
	float: left;
	margin-top: -6px 
}
#platoLogo span, #platoLogo img {
	float: inherit;
}

#platoLogo span {
	font-weight: bold;
	padding-top: 9px;	
}

.wlHead {
	margin: 0px;
	padding: 0px;
	height: 33px;
	background-image: -webkit-linear-gradient(top, #757B81 0%, #303335 100%); 
	background-image: -moz-linear-gradient(top, #757B81 0%, #303335 100%); 
	background-image: -o-linear-gradient(top, #757B81 0%, #303335 100%); 
	background-image: -ms-linear-gradient(top, #757B81 0%, #303335 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#757B81, endColorstr=#303335);
}

.facet {
	margin: 0 10px;
	display: block;
	float: left;
	padding: 5px;
}

.facet-selected {
	border-bottom: 3px solid #EB0000;
}

.facetLink {
	color: #414B50;
}

.facetLink:HOVER {
	color: #616B70;
} 

.facetLink-selected, .facetLink-selected:HOVER {
	font-weight: bold;
	color: #EB0000;
}

.wrTable tr:nth-child(2n+1){background: #4e5559;}
.wrTable tr:nth-child(2n+2){background: #585e63;}

li > span.indexSuggest, li > span.search {
	display: block;
    height: 13px;
    float: left;
    width: 20px;
    margin-right: 5px;
}
li > span.indexSuggest {
	background: url("../img/icons/index.png") no-repeat transparent;	
}

li > span.search {
	background: url("../img/icons/loop.png") no-repeat transparent;
}



/* Index setting style sheets.*/
.progressContainer {
	width: 400px;
	height: 100px;
	background: #FFFFFF;
	border-radius: 4px;
	border: thin solid black;
	padding: 20px 10px;
	box-sizing: border-box;
}

.selectableActionTable {
	width: 100%;
	border-collapse: separate;
	border-right: 1px solid black;
	border-top: 1px solid black;
}
table tbody tr.header td,
.selectableActionTable th {
	background: url("../img/document/document_subhead.png") repeat scroll center bottom rgba(0, 0, 0, 0);
	font-weight: bold;
	color: white;
	padding: 4px 12px;
}
.selectableActionTable th:nth-child(1n+2){
	border-left: 1px solid white;
}
.selectableActionTable tr.selected {
	background: #28c8dc;
	color: white;
}
.selectableActionTable td {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 4px 12px;
}

.selectableActionTable td:FIRST-CHILD {
	vertical-align: middle;
}

.actionList button{
	width: 200px;
	text-align: center; 
}
.actionList li {
 	float: left;
	margin: 5px 10px;
}
* {
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
}
input {
	-webkit-user-select: text;  /* Chrome all / Safari all */
  	-moz-user-select: text;     /* Firefox all */
  	-ms-user-select: text;      /* IE 10+ */
}


/*
 * Index Provider Overview
 */
#providerListTable tr:hover {
    background-color: #f5f5f5; 
}
#providerListTable button {
	width: 140px;
}

#providerListTable button span {
	text-align: center;	
}

#providerListTable #btnRebuildCache {
	width: 100%;
}

#providerListTable span.error {
    color: red; 
}
span.indexStatusIcon {
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    border: 1px solid black;
    display: block;

    background: gray;
}
tr.active span.indexStatusIcon {
    background: orange; /* active, not indexed */
}
tr.active.indexed span.indexStatusIcon {
    background: green;
}
tr.active.pending td span.indexStatusIcon {
    background: orange;
}
tr#allProviders span.indexStatusIcon {
    background: red;
}
tr#allProviders.active span.indexStatusIcon {
    background: green;
}



#implementation .cke_top, #definition .cke_top, #localcomment .cke_top{
	display: none;
}

#graph-inner-details {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 8px #555;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    list-style: none outside none;
    margin-right: 10px;
    margin-top: 25px;
    padding: 10px;
    position: fixed;
    width: 340px;
    word-break: break-all;
    word-wrap: break-word;
    z-index: 50;
    display: none;
    border-radius: 5px;
    color: #414b50;
}

.ui-combobox .wrFilterInputText, .filterAutocomplete{
	height: 15px;
	border: 0;
	padding: 5px 10px 7px 10px;
	margin: 0;
	background: url('../img/dashboard/bg_input_text.png') top left transparent;
	font-size: 12px;
	font-weight: normal;
	color: #414B50;
	float: left;
	width: 196px;
	border-radius: 5px 0 0 5px;
}

.filterAutocomplete {
	border-radius: 5px;
	witdh: 222px;
}

.ui-combobox .ui-combobox-toggle {
    background-color: transparent;
    border: medium none;
}

ul.horizontal {
    margin: 0 0 9px;
    min-height: 10px;
    display: inline-block;
}
ul.horizontal li {
    display: block;
    float: left;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 2000;
}

ul.horizontal li.placeholder {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px dotted #eaeded;
    color: #0088cc;
    background: transparent;
    opacity: 1;
    margin: 0 7px; 
}

ul.horizontal li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: #eaeded;
      border-right: none; 
}

#docContent.ui-widget-content, #stucture.ui-widget-content {
	background: transparent;
}

td.string, td.name {
	text-align: left;
}

td.date, td.number, td.serialNumber {
	text-align: right;
	white-space: nowrap;
}
td.statusicon, td.docicon, td.status {
	text-align: center;
	vertical-align: top;
}

td.serialNumber, td.docicon, td.status {
	width: 20px;
}

td.datefield, td.lastmodified {
	white-space: nowrap;
}

td.datatype, td.scope, td.orga_unit, td.author {
	word-break: normal; 
} 

td.title {
	min-width: 150px;
}

td.statusicon > img, td.docicon > img, td.status > img {
	height: 16px;
	width: 16px;
}

#zoom, #panning {
	position: absolute; 
	right: 0px;
	margin: 5px; 
	display: block; 
	z-index: 1;
	border-radius: 4px;
	background-color: #474b50;
}
.zoomIn{
	cursor: pointer;
	padding: 5px 5px 3px 5px ;
	border-radius: 4px 4px 0 0 ;
}
.zoomOut{
	cursor: pointer;
	padding: 3px 5px 5px 5px;
	border-radius: 0 0 4px 4px;
}
.zoomIn:HOVER, .zoomOut:HOVER{
	background-color: #378998;
}
.seperater {
	margin: 0 5px;
	background-color: white;
	padding: 1px 0;
}
#panning {top: 55px;}
#panning.panningOn, #panning:HOVER {background-color: #378998;}
#panning div {
	cursor: pointer;
	padding: 3px 5px 5px 5px;
}
.panning {cursor: move;}
.iconDivide{
 	background-color: #d0d5d6;
    border-top: 1px solid #bec3c7;
    bottom: 0;
    height: 140px;
    position: absolute;
    width: 100%;
}

 .ui-tooltip, .arrow:after {
	background: black;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -23px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

/* !important is the only way to prevent another hover effect in this case*/
#noEntry td {
	text-align: center;
	background-color: #f6f6f6 !important;
	cursor: default !important;
	color: #414b50 !important;
}

.wlFoot {
	text-align: center;
	/* background: linear-gradient(#e4e5e5, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0); */
	background-image: -webkit-linear-gradient(top, #e4e5e5 0%, #ffffff 100%); 
	background-image: -moz-linear-gradient(top, #e4e5e5 0%, #ffffff 100%); 
	background-image: -o-linear-gradient(top, #e4e5e5 0%, #ffffff 100%); 
	background-image: -ms-linear-gradient(top, #e4e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e4e5e5, endColorstr=#ffffff);
    border-top: 1px solid #ffffff;
    height: 14px;
    padding: 6px 0;
}

.wlContent {
	border-bottom: 1px solid #c6c9cc;
	overflow: auto;
}


#showMore {
	color: #414B50;
	font-weight: bold;
	text-decoration: underline;
}

body.documentList {
	min-width: 1423px;
}