/*
#gallery .thumbnail{
		width:150px;
		height: 150px;
		float:left;
		margin:2px;
	}
	#gallery .thumbnail img{
		width:150px;
		height: 150px;
	}
*/
#logo2 {
	position: absolute;
	left: 10px; 
	font-size: 32px;
	color: #3104B4;
}

/* Change mouse pointer to Pointer w/ Question Mark when hovering over Spans in Add Snippet UI */
.mousechange:hover {
	cursor: help;
}

#noscript-warning {
font-family: sans-serif;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 101;
text-align: center;
font-weight: bold;
font-size: 120%;
color: #fff;
background-color: #ae0000;
padding: 5px 0 5px 0;
}

textarea {
	/* This allows data stored in sqlite which contains carriage returns / new lines to be displayed as is inside a text area */
	white-space: pre;
}
#loginBody {
	background-color: #D8D6D1;
}

#mainBody {
	font-family: Helvetica, sans-serif; font-size: 18px; line-height: 24px;
}

/* This is the Expanding on Hover effect for the Code block */
/* Normal Code Container, pre-grow */
/* to + or - height you also need to change: hljs heigh in vs.min.css */
.grow {
  height: 395px;
  width: 100%;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  /* text-align: center; */
  overflow: hidden;
}
/* Grown Code Container on Mouse Hover */
.grow:hover {
  height: 395px;
 /* width: 133%; */
  width: 125%;
  border-radius:10px;
  border: 1px solid;
  border-color: #000;
}

/* Text Areas */
.taCode {
	width: 92%;
	height: 25.3em;
	/*margin-top: 10px;
	margin-left: 10px;*/
	resize: none; /* Remove Resize handle */
	overflow: auto; /* IE adds vertical scrollbars by default, turn them off */
	margin-left: auto;
    margin-right: auto;
	font-size: 0.8em;
}
.taDesc, .taNote {
	width: 92%;
	height: 4em;
	margin-top: 10px;
	margin-left: 10px;
	resize: none; /* Remove Resize handle */
	overflow: auto; /* IE adds vertical scrollbars by default, turn them off */
	text-align:center;
	font-size: 0.8em;
}
.taLang {
	width: 92%;
	height: 1.5em;
	margin-top: 10px;
	margin-left: 10px;
	resize: none; /* Remove Resize handle */
	overflow: auto; /* IE adds vertical scrollbars by default, turn them off */
	text-align:center;
	font-size: 0.8em;
}
.taImag {
	width: 92%;
	height: 1.2em;
	margin-top: 10px;
	margin-left: 10px;
	resize: none; /* Remove Resize handle */
	overflow: auto; /* IE adds vertical scrollbars by default, turn them off */
	text-align:center;
	font-size: 0.8em;
}
#bClearImage {
	position:relative;
    right:30px;
	top:3px;
}
label {
	display: block;
	color: #999;
}

/* BUTTON */
.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  background: #3498db;
  padding: 10px 11px 10px 11px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}



/*
.cf:before,
.cf:after {
    content: ""; 
    display: table;
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
} */

:focus {
	outline: 0;
}
.loginform:before, .loginform:after {
    content: ""; 
    display: table;
}
.loginform:after {
	clear: both;
}
.loginform {
	width: 330px;
	margin: 50px auto;
	padding: 20px;
	background-color: rgba(250,250,250,0.5);
	border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2), 
    			inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
	 *zoom: 1;
	 font-family: 'Lato', Calibri, Arial, sans-serif;
}
	
.loginform ul {
	padding: 0;
	margin: 0;
}
.loginform li {
	display: inline;
	float: left;
}
.loginform input:not([type=submit]) {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
}
.loginform input[type=submit], .liaButton {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #64c8ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #64c8ef 0%, #00a2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c8ef), color-stop(100%,#00a2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64c8ef 0%,#00a2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8ef', endColorstr='#00a2e2',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 5px 15px;
	margin-right: 0;
	margin-top: 15px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

/* ============================================= SEARCH FORM ================================================== */
/* lists */
ul.input-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
ul.input-list li {
  display: block;
  padding: 0 10px;
  width: 60%;
  float: left;
}

@media all and (max-width: 800px) {
  ul.input-list {
    margin: 0;
  }
  ul.input-list li {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

/* clear floated divs */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* This section contains the "Enter Search Criteria" input box */
section {
  margin-bottom: 60px;
  /*padding: 30px; */
  background-color: #FFF;
  width: 80%;
  margin: 0 auto;
}
input[type="text"] {
  display: block;
  margin: 0 auto;
  width: 60%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
input[type="text"]:focus {
  outline: none;
}

/* ============================================================
  STYLE 2
============================================================ */
.styleFlat input[type="text"] {
  padding: 10px;
  border: solid 5px #c9c9c9;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.styleFlat input[type="text"]:focus, .sstyleFlat input[type="text"].focus {
  border: solid 5px #969696;
}

/* ============================================================
  Snippet View User Interface Table
============================================================ */

#SnippetViewerUI, .AddUpdateRecordUI {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1.1em;
	border: 1px solid;
	padding: 12px 12px 20px 12px; /* Top Right Bottom Left */
	border-radius: 12px;
    background: #CEE3F6;
	width:65%;
	margin: 0 auto;
}

.SnippetViewerUITopMenu
{ 
	height: 22px;

  /*   display: block;
    border-top: 4px solid #a7a59b;
    background-color: #0B6121;
    height: 22px;
    line-height: 22px;
    padding: 4px 6px;
    font-size: 14px;
    color: #000;
    margin-bottom: 13px;
    clear:both; */
}
.SnippetViewerUITopMenu .closeButton { 
	font-weight:bold;
	color:#FFF;
	float:right;
	font-size:18px;
	}
.SnippetViewerUITopMenu .closeButton a{ 
	text-decoration:none;
}
.SnippetViewerUITopMenu .closeButton img{ 
	vertical-align: text-bottom;
}
.tableClose {
	display:inline;
	float:right;
	height:22px;
}

/*
#SnippetViewerUICloseButton {
  display: inline-block;
  font-family:Garamond,'Apple Garamond','Lucida Sans Unicode';
  font-size:25px;
  width:100%;
  float:right;
  content: "\00d7"; /* This will render the 'X' 
}

*/ 

#SVUI_Heading {
	font-weight: bold;
    margin-top:6px; 
	margin-bottom:6px; 
	display:block;
	}
	
#SVUI_DATA {
	display:block;
	overflow-x:auto;
	padding: 0.2em;
	background:white;
	color:black;
	-webkit-text-size-adjust:none;
	border-radius: 5px;
	font-size: 0.8em;
}

/* ============================================================
  SearchUI - Search Results Table
============================================================ */
#results {
	display: block;
	margin: 0 auto;
	width: 65%;
}
.searchResultsTable {
  width: 100%;
}

/* TABLE STUFF */
/*----------------------*/
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}
hr { background-color: black; height: 2px; border: 0; }
.footer {
	background-color: #dce9f9;
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#dce9f9), to(#D9E8FB));
    background-image: -webkit-linear-gradient(top, #dce9f9, #D9E8FB);
    background-image:    -moz-linear-gradient(top, #dce9f9, #D9E8FB);
    background-image:     -ms-linear-gradient(top, #dce9f9, #D9E8FB);
    background-image:      -o-linear-gradient(top, #dce9f9, #D9E8FB);
    background-image:         linear-gradient(top, #dce9f9, #D9E8FB);
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered a { text-decoration: none; }

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* This is for the X clearable Input for Searching */
.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 10px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 6px center; }
.clearable.onX{ cursor: pointer; }

/* Fix for phones.  Login and Logout forms look much better now */
@media screen and (max-width: 640px) {
	.loginform  {
		width:85%;
		overflow-x: auto;
		display: block;
	}

	#results {
		width: 85%;
	}
	#searchBox {
		width: 100%;
	}
	#searchUI {
		width: 90%;
	}
	#SnippetViewerUI {
		width: 90%;
	}
	#AddUpdateRecordUI {
		width: 90%;
	}
	#logo {
		position: relative;
	}
	nav {
		width: 94%;
		margin: 0 auto;
	}
}
/* ============================================= Main MENU ================================================== */

/* NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN */
/* NNNNNNNNNNNN For Nav2 Responsive Drop-Down Manu NNNNNNNNNNNNN */
/* NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN */
nav2 {
  margin: 0;
  padding: 0;
  background-color: #efefef;
  display: block;
  border-radius: 10px;
}

#logo {
  display: block;
  padding: 0px 0px 0px 10px;
  float: left;
  font-size: 20px;
  line-height: 50px;
}
#logo img {
	vertical-align: middle;
}

nav2:after {
  content: "";
 display: table; 
  clear: both;
}

nav2 ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

/* Used to mimic a Menu Item Separator in Visual Studio */
nav2 li.sep{
	border-bottom: 1px solid #757575;
}

nav2 ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #efefef;
}

/* This is the actual Menu Item / right side of screen menu */
nav2 a {
  display: block;
  padding: 0 15px;
  color: #757575;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
}

nav2 ul li ul li:hover { background: #fff; }

nav2 a:hover { background-color: #4b545f; color: #fff; }

/* These are the drop-down Menu Items */
nav2 ul ul {
  display: none;
  position: absolute;
  top: 50px; /* Controls how far they drop down from the menu bar */
}

nav2 ul li:hover > ul { display: inherit; }

nav2 ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
}

nav2 ul ul ul li {
  position: relative;
  top: -60px;
  left: 220px;
}

nav2 li > a:after { content: ' ▾'; }

.toggle, [id^=drop] {
 display: none;
}

nav2 li > a:only-child:after { content: ''; }

@media all and (max-width : 1050px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav2 { margin: 0; }

.toggle + a,
 .menu { display: none; }
 
 /* Change the Top Menu color different from other menus */
 .toggle.rm {
	 background-color: #4b545f; color: #fff;
 }
 
.toggle {
  display: block;
  /* Light Grey */
  background-color: #efefef;
  color: #757575; /* Dark Grey */
  padding: 0 20px;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  border: none;
}

/* These are all the drop-down menus, i.e. top Menu and all blah+ items */
.toggle:hover { background-color: #000; color: #FFF; }

[id^=drop]:checked + ul { display: block; float:none; color: #FFF; }

nav2 ul li {
  display: block;
  width: 100%;
}

nav2 ul ul .toggle,
 nav2 ul ul a { padding: 0 40px; }

nav2 ul ul ul a { padding: 0 80px; }

/* These are the single Menu Item links, not a drop-down Menu */
nav2 a:hover,
 nav2 ul ul ul a { background-color: #000; }

 /* These are the Drop-Down Links / Menu Items displayed after you Click the Main Top Menu Item */
nav2 ul li ul li .toggle,
 nav2 ul ul a { background-color: #555555; color: #FFF; }

nav2 ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav2 ul ul li:hover > ul,
nav2 ul li:hover > ul { display: none; }

nav2 ul ul li {
  display: block;
  width: 100%;
}

nav2 ul ul ul li { position: static; }
}

/*
@media all and (max-width : 330px) {

nav2 ul li {
  display: block;
  width: 94%;
}
*/

/* Hide the Last Seen On span based on screen size */
@media all and (max-width : 600px) {
	#lastLogin { 
		visibility: hidden;
		display: none;
	}
}

/* the Trashcan hack for Chrome. Trashcan was displaying 1/2 beneath the textarea in Chrome  */
/* Firefox is left perfect and untouched, if it's Chrome, this is applied and fixes the issue */
@supports (-webkit-appearance:none) {
    #bClearImage {
        vertical-align: text-top;
    }
}
/* ============================================= END Main MENU ================================================== */
