
/*Small devices (tablets, 768px and up) */
/*@media (min-width: 768px) {}*/
/* Medium devices (desktops, 992px and up) */
/*@media (min-width: 992px) {}*/
/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) {}*/

body {
	/*background-color: #EEE;*/
}

.sep1 {
	background-image: url('/media/images/bg-sep.png');
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	color: #777777;
	margin: 30px 0px 10px 0px;
	font-size: 200%;
	min-height: 10px;
	font-weight: bold;
	font-family: "Century Gothic", 'Muli', CenturyGothic, Geneva, AppleGothic, sans-serif;
}
.sep1 span {
	background-color: #FFF;
	padding: 0px 20px;
}
.sep1.text-left {
	text-align: left;
}
.sep1.text-left span {
	padding: 0px 20px 0px 0px;
}
.sep1.text-right {
	text-align: right;
}
.sep1.text-right span {
	padding: 0px 0px 0px 20px;
}

.sep1.sep1-lg {
	font-size: 250%;
}.sep1.sep1-sm {
	font-size: 150%;
}
.sep1.sep1-xs {
	font-size: 100%;
}


.table-responsive td {
	/*text-align: center;*/
	/*position: relative;*/
}
@media (max-width: 768px) {
	.table-responsive .form-control {
		min-width: 200px;
	}
	.table-responsive .acl th,
	.table-responsive .acl td {
		min-width: 100px;
	}
}
@media (min-width: 992px) {
	table {
		table-layout: fixed;
	}
}

.glyphicon-lg {
	font-size: 300%;
	margin-top: 5px;
	margin-bottom: 10px;
}