html {
	min-height: 100%;
	position: relative;
}

body {
	background: url(../noise.png)  repeat top left;
	font-family: "Lucida Sans Unicode", Verdana;
	color:#555;
	margin-bottom: 40px;
}

a {
	color: #559;
}
a:hover {
	cursor: pointer;
	color: #11c;
}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.colorBackground {
	background-color: #1ab !important;
}

.lightFont {
	color:#aaa; 
	font-size:18px;
}

.navbar-default .navbar-toggle {
	border-color: #888;
}

.navbar .container {
	width: 98%;
	padding: 0.6px 20px 0.6px 20px;
	-moz-border-radius: 2px;
		border-radius: 2px;
}
.navbar .container .navbar-brand {
	color: #fff;
}
.navbar li {
	font-size: 13px;
	text-transform: uppercase;
}
.navbar, .navbar-collapse {
	border: 0;
	background: none;
}
.navbar li a {
	color: #ddd !important;
}
.navbar li a:hover {
	color: #fff !important;
	background: none !important;
	/*border-bottom: 1px solid #fff;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
	border-bottom: 1px solid #fff;
    background-color: inherit !important;
}

.subPageDropdown {
  position: relative;
  display: inline-block;
}

.subPageDropdown {
  display: none;
  position: absolute;
  /*background-color: #f9f9f9;*/
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  background-color:rgb(17, 170, 187);
  list-style-type: none;
  border-radius: 5px;
  padding: 5px;
}
.nav-link:hover + .subPageDropdown, .subPageDropdown:hover {display: block;}



/* Essence theme dropdown menu 
.nav a {border-bottom: 1px solid transparent;}
.subPageDropdown {padding-left: 5px;}
.subPageDropdown li {margin: 0;}

@media (min-width: 992px) {
.nav-link {position: relative;}
.subPageDropdown {display: none;list-style-type: none;background: #0;background-image: none; background-image: -webkit-linear-gradient(45deg, rgb(0, 16, 255) 0%, rgb(100, 100, 255) 100%); box-shadow: 0 10px 20px rgba(0,0,0,.2); padding: 5px; border-radius: 5px; position: absolute; max-width: 340px; z-index: 1140;}
.nav-link:hover + .subPageDropdown, .subPageDropdown:hover {display: block;}
.subPageDropdown .subPageDropdown {position: relative; display: block; border-radius: 0; background: rgba(0,0,0,.2);}
.nav>.subpage-nav>.nav-link:hover {border-color: transparent !important;}
.nav>.subpage-nav>.nav-link::after {content: ' '; display: inline-block; margin-left: 5px; width: 8px; height: 8px; border-radius: 2px; background: #b9dcfb; box-shadow: 0px 0 6px 3px #a5d5ff;}
*/


.color-selector {
	padding: 0px 12px;
	list-style-type: none;
}
.color-selector li {
	float: left;
}
.color-selector li a {
    display: block;
    text-align: center;
    padding: 17px 4px 16px;
    text-decoration: none;
}
.color-selector li a:hover, .active a {
	border-bottom: 0px;
}

.form-control:focus {
  border-color: #3bf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(20, 60, 255, 0.6);
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
	text-align: center;
}
footer a {
	color: #ddd !important;
}
footer a:hover {
	color: #fff !important;
}

/* Drop shadow without images
 * http://www.prowebdesign.ro/round-brush-like-responsive-drop-shadows-with-css3-and-no-images/ */

.css3-shadow {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 80, 0.3);
			box-shadow: 0 1px 4px rgba(0, 0, 80, 0.3);
}

/*
 * Drop shadow effect with box-shadow
 */
.css3-shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,80.8);
			box-shadow: 0 0 40px rgba(0,0,0,80.8);
	bottom: 0px;
	width: 80%;
	height: 50%;
	-moz-border-radius: 100%;
		border-radius: 100%;
	left: 10%;
	right: 10%;
}

.box {
	background: #fff;
	margin: 10px auto 30px;
	padding: 20px;
	-moz-border-radius: 2px;
		border-radius: 2px;
}
/* / Drop shadow without images */

span.editable, .note-editor {
	border-radius: 3px !important;
	border: 1px dotted #c7c1ed !important;
}
