@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

/*@import url(http://weloveiconfonts.com/api/?family=fontawesome);
*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css);

/* ---------- FONTAWESOME ---------- */

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

body {
	background: #2c3338;
	color: #606468;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
  margin: 0;
}

a {
	color: #eee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	border: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	-webkit-appearance: none;
}

input[type=checkbox] {
	/*-webkit-appearance: checkbox;*/
	opacity: 1 !important;
	height: auto;
}

p {
	line-height: 1.5em;
}

.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after { clear: both; }

/* ---------- LOGIN ---------- */

#login {
	margin: 50px auto;
	width: 280px;
}

#login form span {
	background-color: #363b41;
	border-radius: 3px 0px 0px 3px;
	color: #606468;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

#login form input {
	height: 50px;
}

#login form input[type="text"], input[type="password"] {
	background-color: #3b4148;
	border-radius: 0px 3px 3px 0px;
	color: #606468;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 198px;
}

#login form input[type="button"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ea4c88;
	color: #eee;
	font-weight: bold;
	margin-bottom: 2em;
	text-transform: uppercase;
	width: 280px;
}

#login form input[type="button"]:hover {
	background-color: #d44179;
}

#login > p {
	text-align: center;
}

#login > p span {
	padding-left: 5px;
}

#func_menu {
	display: table;
}
#func_menu > li {
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	margin-right: 5px;
}

#func_menu > li:first-child {
	width: 400px;
}

#func_menu {
	list-style: none;
	width: 100%;
}

#func_menu input[type="button"] {
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	background-color: #3498DB;
	color: #eee;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	width: 130px;
	border: none !important;
	-webkit-box-shadow: none !important;
	text-align: center !important;
	line-height: normal !important;
}

#search, #load_btn {
	height: 35px;
	/*margin-left: 5px;*/
}

#search {
	padding-left: 5px;
}

#main_inputs ul {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

#main_inputs ul > li {
	display: table-cell;
	padding-right: 10px;
}

#main_inputs ul > li:last-child {
	padding-right: 0px;
}

#main_inputs input {
	height: 28px;
	padding-left: 5px;
}

input[type=text], input[type=password], textarea, input[type=date] {
	border-width: 1px !important;
	padding-left: 5px !important;
}

h2 {
	font-size: 1.5em !important;
}

button {
	cursor: pointer;
}

.ui-autocomplete.ui-front, .ui-dialog {
	z-index: 200;
}

.mm-menu, .mm-menu > .mm-panel {
    z-index: 250 !important;
}

div.title h2 {
    color: #FFF !important;
}

@media (min-width: 1220px) {
	.uk-grid {
	    margin-left: 0 !important;
	}
}
