html, body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	/*background: url('../img/pattern.png') 0 0 repeat;*/
	min-height: 100%;
	height: auto;
}

#wrapper {
	background: #fff;
	min-height: 100%;
	padding: 20px 30px;
}

#login {
	width: 100%;
	height: 380px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

#login form {
	background: #1D1D1D;
	width: 350px;
	border-radius: 5px;
	padding: 40px;
	color: #fff;
	margin: 0 auto;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#login form img {
	padding-top: 25px;
	padding-bottom: 25px;
	max-width: 100%;
}

a.navbar-brand {
	font-weight: 500;
	font-size: 18px;
}

a.navbar-brand img {
	width: 35px;
	padding-right: 10px;
}

/* bootstrap modifications */
.navbar-bp {
	border-radius: 0;
	/*background: #373737;*/
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.navbar-bp a {
	color: #fff;
	transition: all 0.2s ease;
}

.navbar-bp ul.navbar-nav {
	background: #2B5797;
	color: #fff;
}

.navbar-bp ul.navbar-nav.navbar-right {
	background: transparent;
	text-align: center;
}

.navbar-bp ul.navbar-nav.navbar-right li a:hover {
	background: transparent;
}

.navbar-bp ul.navbar-nav.navbar-right li a:hover .badge {
	top: 0;
	right: 0;
}

.navbar-bp i {
	padding: 0 10px;
}

.navbar-bp .nav > li > a:focus, .navbar-bp .nav > li > a:hover, .navbar-bp .nav > li.active > a {
	background-color: #2D89EF;
}

.panel-default .panel-heading {
	background: #2B5797;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.panel-heading > ul {
	float: right;
	list-style-type: none;
}

.panel-heading > ul > li {
	display: inline;
	color: #fff;
}

.panel-heading > ul > li > a {
	color: #fff;
}

.panel-body .media i {
	font-size: 72px;
	color: #000;
	opacity: 0.1;
	transform: rotate(24deg);
	transition: all 0.3s ease;
}

.panel-body:hover > .media i {
	transform: rotate(0deg);
	opacity: 0.5;
}

.panel-body .media-body {
	text-align: right;
}

#top {
	/*background: #fff;*/
	height: 100px;
	padding: 30px 0;
	float: left;
	width: 100%;
}

header {
	background: url('../img/pattern.png') 0 0 repeat;
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

#logo {
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
}

.navbar-toggle {
	background: #fff;
}

.icon-bar {
	background: #000;
}

.navbar-bp a i ~ .badge {
	position: relative;
}

.navbar-bp a i + .badge {
	position: absolute;
	top: 5px;
	right: 5px;
	transition: all 0.2s ease;
}

.badge.urgent {
	background: #FF2B10;
	color: #fff;
}

.badge.warning {
	background: #DDAF01;
	color: #fff; 
}

.badge.info {
	background: #2269E9;
	color: #fff;
}

.panel-heading > i {
	padding: 0 15px 0 0;
}

.panel {
	transition: all 0.2s ease;
}

div.fullscreen {
	position: absolute; top: 25px; left: 0; width: 100%; bottom: 0; right: 0; margin: auto;
}

div.fullscreen > .panel {
	position: fixed; width: 98%; height: 90%; z-index: 9999;
}

.fa-expand, .fa-compress {
	color: #fff;
}

table ul {
	margin:0; padding: 0; text-align: right;
}

table ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 3px;
}

table ul li a {
	color: rgba(0, 0, 0, 0.7);
	transition: all 0.2s ease;
	font-size: 16px;
}

table ul li a:hover {
	color: rgba(0, 0, 0, 1);
}

#dialog-confirm {
	display: none;
}

.panel.panel-default .panel-body {
	max-width: 100%;
	overflow-x: scroll;
}

.table-modal {
	font-size: 12px;
}

.table-modal td {
	min-width: 80px;
}