/* === Common =============================================================== */

html {
	position: relative;
	min-height: 100%;
}

body {
	min-width: 1170px;
	padding-top: 51px;
	padding-bottom: 51px;
}

.container {
	min-width: 1170px !important;
	max-width: none !important;
}

.container-fluid {
	min-width: 1170px !important;
	max-width: none !important;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.4;
	position: fixed;
	bottom: 30px;
	left: 30px;
	display: none;
	text-indent: -9999px;
	background: url('../img/common/icon_top.png') no-repeat;
}

/* === NavBar =============================================================== */

.navbar-brand img {
	margin-top: -5px;
}

.navbar-nav .badge {
	background-color: #d9534f;
}

/* === JsTree =============================================================== */

#jstree-panel .badge {
	background-color: #d9534f;
}

/* === TinyMCE ============================================================== */

div.mce-fullscreen {
	z-index: 1050;
}

/* === Content ============================================================== */

#panelLogin .panel-footer .checkbox {
	margin-top: 7px;
	margin-bottom: 0px;
}

.page-header {
	margin-top: 0px;
}

.alert .glyphicon {
	margin: -3px 15px 0px 0px;
}

.img-open:after {
	font-family:"Glyphicons Halflings";
	content:"\e114";
}

a[class*="img-open"] {
	text-decoration: none;
}

.img-close:after {
	font-family:"Glyphicons Halflings";
	content:"\e113";
}

a[class*="img-close"] {
	text-decoration: none;
}

.fc-today {
	background-color: #e0f2f7 !important;
}

table td {
	vertical-align: middle !important;
}

table .glyphicon-check {
	color: green;
}

table .glyphicon-unchecked {
	color: gray;
}

.pagination {
	margin-top: 0px;
	margin-bottom: 20px;
}

.pagination-info {
	padding-top: 8px;
}

.nav-tabs {
	margin-bottom: 20px;
}

.control-panel {
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkbox-topmargin {
	margin-top: 30px;
}

.solid-line {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.line-add {
	font-size: 140%;
	margin-right: 15px;
	margin-bottom: 20px;
	color: #337ab7;
	cursor: pointer;
}

.line-del {
	font-size: 140%;
	margin-top: 32px;
	color: #337ab7;
	cursor: pointer;
}

#carDiagramExt {
	cursor: crosshair;
}

#carDiagramExt .glyphicon-eye-open {
	display: block;
	position: absolute;
	color: red;
}

#carDiagramInt {
	cursor: crosshair;
}

#carDiagramInt .glyphicon-eye-open {
	display: block;
	position: absolute;
	color: red;
}

.reorder {
	margin-top: 30px;
	color: #999999;
	cursor: move;
}

/* === Footer =============================================================== */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: #9d9d9d;
	background-color: #222222;
	padding: 18px 0px 18px 0px;
}

.footer a {
	color: #9d9d9d;
}

/* ========================================================================== */
