.dropdown-hover:hover .dropdown-menu {
	display: block;
	margin-top: 0px;
}
.dropdown-toggle {
	cursor: pointer;
}
.dropdown-menu, .modal-content {
	box-shadow: 0px 0px 15px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px #CCCCCC;
  	-moz-box-shadow: 0px 0px 15px #CCCCCC;
	background-color: #F2F2F2;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	-ms-border-radius: 0px;
  	-o-border-radius: 0px;
}

.dropdown-left .dropdown-menu {
	margin-top: 0px;
	left: auto;
	right: 100%;
	top: 0%;
	height: 100%;
	padding: 7px 10px;
	
}
.dropdown-left:hover, .dropdown-left.open {
	box-shadow: 0px 0px 15px #CCCCCC;
	-webkit-box-shadow: 0px 0px 15px #CCCCCC;
  	-moz-box-shadow: 0px 0px 15px #CCCCCC;
}

.dropdown-left .dropdown-menu:after {
	height: 100%;
	width: 30px;
	background-color: #F2F2F2;
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
}
.dropdown-small .dropdown-toggle {
	margin-right: 20px;
	cursor: pointer;
}
.dropdown-small .dropdown-toggle:after {
	font-family: "Glyphicons Halflings";  
	height: 100%;
	width: 20px;
	content: "\e259";
	position: absolute;
	color: #999999;
	margin-left: 5px;
	top: -1px;
}
.dropdown-small.open .dropdown-toggle:after {
	content: "\e260";
}
.dropdown-small .dropdown-menu {
	box-shadow: none;
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
}
.dropdown-black.open {
	background-color: #333333;
	color: #CCCCCC;
}
.dropdown-black.open:after {
	position: absolute;
	width: 100%;
	content: "";
	top: 29px;
	left: 0;
	height: 20px;
	background-color: #333333;
	z-index: 1001;
}
.dropdown-black .dropdown-menu {
	background-color: #333333;
	left: auto;
	right: 0;
	margin-top: 0px;
}
.dropdown-black .dropdown-menu li a {
	color: #CCCCCC;
}
.dropdown-black .dropdown-menu li a:hover{
	color: #F2F2F2;
	font-weight: bold;
	cursor: pointer;
}
.dropdown-black .dropdown-menu h5{
	color: #CCCCCC;
}
.dropdown-menu  {
	padding: 20px 20px 20px 25px;
	color: #333333;
}
.dropdown-menu > li > a {
	color: inherit;
	padding: inherit;
	line-height: 1.4em;
}
.dropdown-menu > li > a:hover {
	color: #333333;
	font-weight: bold;
}
#main-items .dropdown.open, #main-items .bs-collapse[aria-expanded="true"] {
	background-color: #F2F2F2;
	color: #333333;
}
#main-items .dropdown.open:after {
	background-color: #F2F2F2;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 40px;
	left: 0;
	content: "";
	z-index: 1001;
	
}
#main-items .dropdown-menu {
	left: auto;
	right: 0;
}
input.plain {
	background-color: inherit;
	border: none;
	color: #C8141E;
	border-bottom: 1px solid #333333;
	padding-left: 5px;
	font-weight: bold;
	height: 25px;
	width: 100%;
}
textarea.plain {
	background-color: inherit;
	color: #C8141E;
	border: 1px solid #333333;
	padding: 5px;
	font-weight: bold;
	width: 100%;
	height: 100px;
}
input.plain:hover, textarea.plain:hover {
	background-color: #CCCCCC;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

.row {
	width: 100%;
	margin: 15px 0px;
}
