/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat:400,500,600,700,800');
/*
font-family: 'Merriweather', serif;
font-family: 'Open Sans', sans-serif;
*/



html, body
{
	height: 100%;
}

body{
overflow-y:scroll;
	font-family: 'Merriweather', serif;
background-color: 	#27addc;
	margin:21px 21px 0px 21px;
}
#page
{ background-color: #ffffff; min-height: 100% !important;}



a {
	color: #02a1e5;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/* BOOTSTRAP THEME FIXES */

h1, h2, h3, h4, h5, h5,h6,.navbar *,
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label,
.h1 .label,
.h2 .label,
.h3 .label,
.h4 .label,
.h5 .label,
.h6  .label {
   font-family: "Montserrat", sans-serif !important;
}

h1, h2,h3, h4
{
	font-weight: 700;
}
.navbar
{
	padding: 84px 60px;
}

strong, b
{
	font-size:700;
}
.site-description {
    color: #686868;
    
    font-size: 13px;
    
    font-weight: 400;
  
	font-family: 'Merriweather', serif !important;
}

.navbar-brand
{
	font-size: 2em;
	font-weight: bold;
	text-decoration: none!important;
	color: #000;
	

}
.nav li
{
	max-width: 160px;
    text-align: center;
}
.nav li a:link, .nav li a:hover, .nav li a:active, .nav li a:visited
{
	color: #000000 !important;
	background: none !important;
	font-size: 1.2em;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.nav-tabs>li>a {   
    height: 68px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
 
}

#keywords li{
list-style:none;
}
#keywords-list li{
list-style:disc;
}

#listing_keys  li
{
	list-style: none;
}

.listscroll
{
	    position: relative;
    height: 520px;
    margin-top: 0px;
    overflow: auto;
	
}
tr.draft td
{
	
	color: #999999;
}

table.actions_forms td
{
	padding: 10px;
}
#listing_docs_other table td
{
	font-size: 0.9em;
}

.nicEdit-main 
{min-height: 120px !important;
}
/* Custom page CSS */

body > .container {
  padding: 0 15px 0;
}
.container .text-muted {
  margin: 10px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.tab-content>.tab-pane {
  
    margin-top: 20px;
	
}
.tooltip
{
	opacity: 0.8 !important;
}

.control-label	{	padding-top: 0px !important;	}


 .content-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\2212";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
 .content-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\2b";    /* adjust as needed, taken from bootstrap.css */
}

blockquote.resume
{
	font-size: 0.9em !important;
	border: none !important;
	 padding: 5px 20px !important;
    margin: 0 0 0px !important;
}

.maincolor
{
	/*color: #02a1e5;*/
}
.footer-print, .tabs-title
{
	visibility: hidden; display: none;
}

	
	
@media (min-width: 768px)
{

.navbar-nav {
    float: right;
    margin: 0;
}
}
/* END BOOTSTRAP THEME FIXES */


