/* $Id: style.css 16 2014-12-16 14:23:03Z emax $ */
/*
#head-img{background-image:url('../../images/mette_frobenius.jpg');background-repeat:no-repeat;}
padding: 10px 0px 0px 10px; 
background-color:#ffffff;

DEBUG:
#alert_success{display:block;}
#alert_error{display:block;}
*/
.alert{display:none;}

/* overwrite settings */
textarea.content {
  height: 200px;
  width: 600px;
}
textarea.seo-description {
  height: 100px;
  width: 400px;
}
input.seo-keywords {
  width: 400px;
}
#popover_login, #popover_login a{color:#fff;}
.img-front{margin-right:7px;width:200px;}
.tooltip-inner{max-width:350px;}
.popover-inner{max-width:550px;}
#loginbox{color:white;}
.nav-collapse{color:white;}
.nav li{margin-top:0px;}
.navbar-brand{margin-top:-2px;}
a.visited, .logout{color:#ffffff;}
#loginbox_space{margin-top:10px;}
.shout_date{font-style: italic;}
.seo-icon-ok {background-image:url('/assets/ico/dialog-ok-apply.png');background-repeat:no-repeat;line-height:18px;padding-right:20px;}
.seo-icon-error {background-image:url('/assets/ico/dialog-warning.png');background-repeat:no-repeat;line-height:18px;padding-right:20px;}

/* arrow on dropdown bubble */
.navbar .nav > li > .dropdown-menu::before {
   position: absolute;
   top: -7px;
   left: 9px;
   display: inline-block;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #CCC;
   border-left: 7px solid transparent;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: '';
 }
 .navbar .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
  }

