
/*  Jquery UI */
body {
	padding-top: 70px;
	padding-bottom: 100px;
}

.jqueryui .drag_choice {
	list-style-type: none;
	background: #f5f5f5;
	border-radius: 5px;
	margin: 0;
	padding: 5px 0 2.5em;
	float: left;
	margin-right: 10px;
	/*width: 210px;*/
}

.jqueryui .drag_choice li {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1em;
	width: 185px;
}

.jqueryui .drag_choice li span {
	float: right;
	margin-top: 3px;
	cursor: pointer;
}

/* jQueryUI End */

/* Bootstrap */

.navbar-inverse {
	background-image: linear-gradient(to bottom, #141E2E 0px, #3A638F 100%)
		!important;
	/*padding-top: 10px !important;*/
	border-color: #304361 !important;
}

.navbar-inverse .navbar-nav>.active>a {
	background-image: linear-gradient(to bottom, #3A638F 0px, #141E2E 100%)
		!important;
}


#navbar-menu-language .navbar-nav.navbar-nav > li > a  {
	vertical-align: middle;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#navbar-menu-language .navbar-nav.navbar-nav > li > a > img {
	max-height: 30px;
	width: auto;
	vertical-align: middle;
}


/* Bootstrap End */

/* General UI Mods*/

.foot-fixed-bottom {
	bottom: 0;
	display: block;
	left: 0;
	margin-bottom: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
	background-color: rgba(245, 245, 245, 0.5); /*rgba(0, 0, 0, 0.8);*/
}
.foot-fixed-bottom .container {
	background-color: rgba(0, 0, 0, 0.6);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
}
.foot-fixed-bottom hr {
	border-image: none;
	border-style: solid none;
	border-width: 1px 0;
	margin: 0;
	width: 100%;
}
.foot-fixed-bottom p {
	color: rgb(200, 200, 200);
	font-size: 14px;
	margin: 5px 8px;
}
.foot-fixed-bottom .container a {
	color: #fff;/* rgb(255, 255, 255,0.8);*/
	font-size: 14px;
	font-weight: bold;
}
/* End General UI Mods*/


