body {
/*    background: url(../images/background.png); */
    background:#DCD9D7;
    padding-top:70px;
}

.alert {
/*   height: 25px; */
  margin-left: 4px;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: fixed;
  top: 62px;
  right: 5px;
}

/* identified by class name */

.leiras {
  padding-left:32px;
}

ul {
  padding-left: 10px;
}

.panel-side {
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.10);
  padding-right:4px;
  padding-left:4px;
}

.panel-side-cell-main {
  padding-right:4px;
  padding-left:20px;
  padding-top:4px;
  padding-bottom:1px;
  text-indent:-12px;
}

.panel-side-cell-sub {
  padding-right:4px;
  padding-left:24px;
  padding-top:1px;
  padding-bottom:1px;
  text-indent:-19px;
}

.panel-body {
  /*background: rgba(0,0,0,0.06);*/
  background: #FAFAFA;
}

.panel-default {
  /*box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.10);*/
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
}

.panel-default > .panel-heading-custom {
  background:#BFD6E4;
}

.small-gutter > [class*='col-'] {
    padding-right:4px;
    padding-left:4px;
}

 .navbar.transparent.navbar-inverse {
   background: rgba(0,0,0,0.75);
}

.navbar-nav > li > .dropdown-menu { 
/*   background-color: #3B3B3B;  */
   background: rgba(0,0,0,0.85);
   box-shadow: 0 0 8px 4px rgba(0, 0, 0, .2);
}

.dropdown-menu a{
    color: #B8B8B8 !important;
}

.dropdown-menu > li > a:hover {
    background-color: #0A70AE;
    background-image: none;
    color: #FFFFFF !important;
}

.navbar #nav > .active > a {
    color: red;
}

/* Aligning logos */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.spacer {
    margin-top: 20px; /* define margin as you see fit */
}

.spacertop {
    margin-top: 40px; /* define margin as you see fit */
}

/* Footer: http://plnkr.co/edit/4OH2ZL?p=preview */
html, body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* identified by id name */

#wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -34px; /* the bottom margin is the negative value of the footer's height */
    padding: 0 0 34px;
}

#footer {
    height: 34px; /* .push must be the same height as .footer */
    background: rgba(0,0,0,0.10);
    border: #F7F6F6;
}

/* Google maps */
.map-container {
	position: relative;
	padding-bottom: 10%;
	overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}

/* shadow container */
.drop-shadow {
   /* -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, .7);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .7); */
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .9); 
/* box-shadow:0 2px 5px rgba(0,0,0,0.2); */
}

.fixed-panel {
  height: 150px;
  min-height: 5;
  max-height: 5;
  overflow-y: scroll;
}

input[type=text], textarea {
/*   -webkit-transition: all 0.30s ease-in-out; */
/*   -moz-transition: all 0.30s ease-in-out; */
/*   -ms-transition: all 0.30s ease-in-out; */
/*   -o-transition: all 0.30s ease-in-out; */
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 177, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 177, 238, 1);
}

.navbar-inner {
background: #2b2b2b;
background-image: none;
background-repeat: repeat-x;
border-color: none;
filter: none;
}

#navigation,.navbar .navbar-default{
	border-top: 2px dotted blue;
	border-bottom: 2px dotted blue;
	background-color: lavender;
	background-repeat: repeat-x;
	background-size: cover;
	background-image: url("http://upload.wikimedia.org/wikipedia/commons/6/6b/Bubble_3.jpg");
 
	background: url('http://upload.wikimedia.org/wikipedia/commons/6/6b/Bubble_3.jpg');

	font-style: zapfino;
}

/* .form-control:focus {
  border-color: #FF0000; 
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); 
  border-color: #FFFEB6;
  box-shadow: 0px 0px 10px 14px rgba(0, 255, 238, 0.020) inset, 0px 0px 2px rgba(255, 100, 255, 0.5);
} */

