﻿body 
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
}

hr
{
    height: 1px; 
    margin: 22px 0; 
    border: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));

}

h2
{
    color: rgba(71, 71, 71, 1);
    font-family: Verdana,Geneva,sans-serif;
    text-shadow: 0px 0px 1px rgba(144, 144, 144, 1);
}

.styleInput
{
        Width: 500px;
        border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
        border-style: solid;
        box-shadow: 0px 1px 0px rgba(8, 22, 37, 0.02) inset, 0px 0px 2px rgba(8, 22, 37, 0.1) inset, 0px 0px 7px rgba(12, 94, 240, 0.22);
        border-radius: 2.5px 2.5px 2.5px 2.5px;
        padding: 6px 8px;
        border-width: 1px;
        color: rgb(129, 129, 129);
        height: 25px;
}

.styleButton
{
    width: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1)) repeat scroll 0% 0% padding-box transparent;
    padding: 6px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
    -moz-margin-start: -1px;
    border-radius: 2.5px 2.5px 2.5px 2.5px;
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5) inset, 0px 1px 0px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition-property: background-color, border-color, box-shadow;
    transition-duration: 150ms;
    
    text-shadow: 0px 0px 15px rgba(0, 133, 255, 0.8)
}
.styleButton:hover
{
    background-color: #7FBFFC;
}

.styleSeperator
{
    width: 3px;
    height: 116px;
    margin: 0px 10px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0)), linear-gradient(rgba(3, 14, 27, 0), rgba(3, 14, 27, 0.2), rgba(3, 14, 27, 0)), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
    background-position: left top, center center, right bottom;
    background-size: 1px auto;
    background-repeat: no-repeat;
}

.styleLabel
{
    color: rgba(127, 127, 127, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.Footer
{
    color: rgba(127, 127, 127, 1);
    text-shadow: 0px 0px 3px rgba(124, 163, 170, 0.52);
    font-size: x-small; 
    text-align: center;
}

.back-to-top
{
    position: fixed;
    bottom: 15em;
    right: 0px;
    text-decoration: none;
    color: #636363;
    background-color: rgba(170, 213, 50, 0.8);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-width: 1px;
    border-color: rgb(248, 248, 248);
}

.back-to-top:hover
{    
    background-color: rgba(180, 213, 110, 0.8);
}




.Flag
{
    margin: -6px 6px;
}



.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(138, 138, 138, 0.5);
    z-index: 99;
    min-height: 100%;
    /*width: 100%;*/
}
.loading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    text-shadow: 0px 0px 5px rgba(18, 133, 155, 0.59);
    border: 5px solid #014863;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10pt;
    z-index: 999;
}


table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid rgba(0, 87, 155, 1);
	border-collapse: collapse;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0px;
	padding: 5px;
	background: #ACACAC;
	border: 1px solid #ccc;
	color: #F0F0F0;
	box-shadow: 0px 0px 4px 3px rgba(231, 231, 231, 0.5);
}

table a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;	
}

table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table tr th a:hover {
	color: #666;
	background: #369;
}

table tr:nth-child(even) {
background-color: rgba(224, 229, 255, 0.31)
}

tr:hover {
    background-color: rgb(227, 239, 255);
    transition-duration: 0.3s;
}

table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
	border: 2px solid rgba(0, 87, 155, 1);
}

table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	
}

table tfoot tr th {
	width: 20%;
}

table tfoot tr td {
	width: 80%;
}

table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 9pt;
	vertical-align: top;
	width: 20%;
}

table tr.odd th, table tr.odd td {
	background: #efefef;
}

.styleUserIP
{
    opacity: 0.9;
    z-index: 2147483647;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 20px;
    right: 0px;
    display: block;
    width: 100%;
    background-color: rgba(182, 197, 255, 0.5);
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 4px 3px rgba(183, 197, 253, 0.5)
}
.styleUserIPText
{
    margin-right: inherit;
    margin-left: auto;
    display: table;
    padding: 3px;
    font-size: 8pt;
    color: rgb(49, 49, 49);
}

.styleImgclearinput
{
    width: 28px;
    margin-bottom: -10px;
    margin-right: -2px;
    cursor: pointer; 
}

.styleImgtypeinput
{
    width: 28px;
    margin-bottom: -10px;
    margin-right: -2px;
}



.node {
  cursor: pointer;
}

.node circle {
  fill: #fff;
  stroke: rgba(57, 108, 152, 1);
  stroke-width: 2.5px;
}

.node text {
  font: 13px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.styleEmailMarkerHighlight
{
    font: inherit;
    color: #000000;
    background-color: rgba(183, 197, 253, 0.5);
    white-space: nowrap;
    border-radius: 3px;
    padding: 0px 4px;
    box-shadow: 0px 0px 2px 1px rgba(183, 197, 253, 0.5);
}

.styleNSMarkerHighlight
{
    font: inherit;
    color: #000000;
    background-color: rgba(225, 210, 255, 0.5);
    white-space: nowrap;
    border-radius: 3px;
    padding: 0px 4px;
    box-shadow: 0px 0px 2px 1px rgba(225, 210, 255, 0.5)
}






#ContactFrame > ul {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(171, 197, 193, 0.3);
  visibility: hidden;
  transition: all 0.4s ease-in-out 0s;
}

#ContactFrame.visible > ul {
  opacity: 1;
  visibility: visible;
}

#ContactFrame li {
  position: absolute;
  height: 80%;
  width: 94%;
  max-width: 980px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#ContactFrame.visible .visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#ContactFrame li::after {
  content: "HTML";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ddd;
  padding: 2px 4px;
  border-radius: 3px;
}

#ContactFrame li::before {
  content: "CSS";
  position: absolute;
  top: 110px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ddd;
  padding: 2px 4px;
  border-radius: 3px;
}

#ContactFrame textarea {
  width: 100%;
  height: 74%;
  margin: 0;
  border: 0;
  display: block;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  cursor: text;
  font-size: 14px;
  font-family: Consolas, "Courier New", Courier, monospace;
  outline: 0;
  resize: none;
  border-radius: 0;
}

#ContactFrame .ContactList {
  height: 100px;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#ContactFrame .ContactForm {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#ContactFrame textarea:hover {
  background-color: #fcfcfc;
}
