/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
#pre-header 
{ 
	color:#aaaaaa; 
	top: 0px; 
	left: 0; 
	width: 100%; 
	z-index: 13; 
	position: fixed; 
	background-color: #333; 
}

#pre-header .toggle-control {
	border-top: 5px solid #222222;
    width: 100%;
    position: relative;
    z-index: 13;
}

#pre-header .toggle-control a {
	background-color: #222222;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 6px 9px;
    line-height: 14px;
    cursor: pointer;
    height: 30px;
    border-bottom-left-radius: 10px;
}

#pre-header h2 
{ 
	clear: both; 
	font-size: 16px; 
	margin-bottom: 40px; 
	position: relative; 
}

#pre-header h2:after
{ 
	background-color: #444; 
	content: ""; 
	display: block; 
	height: 4px; 
	width: 20px; 
	position: absolute; 
	bottom: -15px; 
	left: 0; 
}

.logged-in #pre-header 
{ 
	padding-top: 30px; 
}

#pre-header-inside 
{ 
	display: none; 
	position: relative; 
	z-index: 13; 
	padding: 10px 0 0 0; 
}

/*pre-header menu, bottom-content*/
#pre-header ul.menu li a.active, 
#pre-header ul.menu li a:hover, 
#pre-header ul.menu li a.active, 
#pre-header ul.menu li a:hover,  
#pre-header ul.menu li a 
{ 
	border-bottom: 1px dashed #444444; 
}
 
 #pre-header .node-title a 
 { 
 	color: #aaaaaa; 
 }
 
 #pre-header a {
    color: #ccc;
}
 .logged-in .navbar.container {
    padding-top: 30px;
}

.navbar-static-top {
    z-index: 10;
}

.navbar-toggle {
    margin-right: 35px;
}
 
.webform-client-form {
    width: 95%;
    margin: 10px auto;
}

.webform-datepicker select,
.webform-component-number select {
    width: auto;
    display: inline-block;
}

.alert-success,
.alert-danger,
.alert.alert-danger {
   color: #000000;
}

.alert-success a,
.alert-danger a,
.alert.alert-danger a {
  color: #999999;
}

.alert-success a:hover,
.alert-danger a:hover,
.alert.alert-danger a:hover {
  color: #666666;
}

 .ui-dialog.ui-widget.ui-widget-content.media-wrapper{
    z-index: 1001;
}

