/*************Region Begins - Validation View**************/
.warning {
	stroke: orange;
	color:orange;
	fill: orange;
}

.warning-fill {
	fill: orange;
}

.error-fill {
	fill: red;
}

.warning-stroke {
	stroke: orange;
}

.error {
	stroke: red;
	color:red;
}

.error-stroke {
	stroke: red;
}
/**************Region Ends - Validation View**************/

/*****Region - CSS for node Positions*****/
.nodePostionHidden {
	display:none;
	top:0px;
	left:0px;
	position:fixed;
	z-index:999;
	height: -moz-calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
	width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
	background:white;
    border: 4px solid #a1a1a1;
	overflow:auto;
}

.nodePostionDisplay {
	display:inline-block;
}

#nodesPosition {
	display:inline-block;
	margin-left: 10px;
	margin-top: 4px;
	height:98%;
	width:70%;
}

.nodePosBtnWrapper {
	display:inline-block;
	float:right;
	position:fixed;
	top:10px;
	left:80%px;
}

.nodePosBtn {
  -webkit-border-radius: 32;
  -moz-border-radius: 32;
  border-radius: 32px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.nodePosBtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}	
	
/*****End Region*****/
a#AutoDownloadLayout {
	text-decoration:none;
	color:grey;
	width:100%;
	height:100%;
}

a#AutoDownloadLayout:hover {
	text-decoration:none;
	color:white;
}

/*****Region for the UI of the Logging*****/
#LogErrorsWarnings {
	display : none;
	border : 2px grey solid;
	top: calc(95% + 4px);
	top: -webkit-calc(95% + 4px);
    top: -moz-calc(95% + 4px);
	height: auto;
	width: calc(99% - 4px);
	width: -webkit-calc(99% - 4px);
    width: -moz-calc(99% - 4px);
	position: absolute;
}
/*****End Region*****/

/*****Region - Auto Complete UI*****/
.ui-autocomplete { 
	position: absolute; 
	cursor: default;
	z-index:30 !important;
	border:grey 2px solid;
	color:grey;
	background:lightgrey;
}
.ui-helper-hidden-accessible {
display:none;
}  
/*****End Region*****/


@font-face {
  font-family: 'FontAwesome';
  src: url('../resources/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../resources/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../resources/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../resources/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../resources/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../resources/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontAwesome {
	font-family: FontAwesome;
}