/* General
	background: url(../images/bg/irongrip.png) center top repeat;
----------------------------------------------------------------------------------------------------*/

body {
	background-color: transparent;
}

#logo {
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 50px;
}

body footer p,
body .footer p {
	color: #fff;
}

h1,
h2,
h3,
h4 {
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #008FD5;
	text-decoration: none;
	font-weight: bold;
}

.navbar .nav>li>a {
	color: #008FD5;
}

.dropdown-menu a {
	color: #666;
	font-weight: bold;
}

.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
	color: #ffffff;
	background-color: #008FD5;
	text-decoration: none;
	font-weight: bold;
}

.save-button a {
	color: #008FD5;
	font-weight: bold;
	font-size: 35px;
}

.save-button a>a:hover {
	color: #666;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
	color: #ffffff;
	background-color: #008FD5;
}

.logo {
	background-image: url(../images/tagnifi.gif);
	width: 140px;
	height: 40px;
}

.login_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.header-rule {
	margin-top: 0px;
	margin-bottom: 8px;
	border: 0;
	border-top: 2px solid #008FD5;
	border-bottom: 2px solid #008FD5;
}

.placeholder {
	border: 1px dashed #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.popover {
	z-index: 2060 !important;
}

.mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ol {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ol.sortable,
ol.sortable ol {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

ol.sortable {
	margin: 4em 0;
}

.sortable li {
	margin: 5px 0 0 0;
	padding: 0;
}

.sortable li div {
	cursor: move;
}

.ui-draggable-dragging {
	margin-left: 0;
	list-style: none;
}

#drag {
	cursor: move;
}

.dropHover {
	background-color: #6699CC;
}

#transparencyModal {
	width: 60%;
}