body {
	background: #f5f7fa;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: scroll;
	font-family: sans-serif;
}
.wrapper {
	max-width: 900px;
	margin-top: 45px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	color: #fff;
	font-size: 45px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
}
input[type=text] {
	background: #dee2e6;
	font-size: 18px;
	border: 1px solid rgba(0,0,0,.20);
}
textarea {
	font-family: sans-serif;
	background: #dee2e6;
	font-size: 18px;
	border: 1px solid rgba(0,0,0,.20);
	resize: none;
	height: 150px;
	width: 100%;
	text-align: center;
	border-radius: .25rem;
	min-width: 450px;
}
textarea.logs {
	width: 100%;
	overflow-y: scroll;
	font-size: 13px !important;
	height: 96%;
	margin-top: 0px;
	text-align: left;
}
table {
	white-space: nowrap;
	text-align: left;
	margin: auto;
	border-collapse: collapse;
	width: 100%;
}
table tbody tr, .selector {
	border-bottom: 1px solid #c5ccd3;
}
li .menubar {
	float: left;
	margin-right: 10px;
	min-width: 90px;
}
li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	font-family: sans-serif;
	border-radius: .25rem;
	background: #007bff;
}

li label {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	font-family: sans-serif;
	border-radius: .25rem;
	background: #007bff;
	cursor: pointer;
}

.selected {
	background: #0042ff;
}
.important {
	background: #28a745 !important;
}
.important:hover {
	background: #218838 !important;
}
td {
	padding: 3px;
	cursor: pointer;
	border-radius: .25rem;
}
a:hover.selected, a:hover, li label:hover {
	background: #0042ff;
}
tr:hover, tr.selected {
	background: #929292;
}
tr.selected td div {
	background-image: url("/images/checked.png") !important;
}
tr.locked td div {
	background-image: url("/images/locked.png") !important;
}
tr td div {
	background-image: url("/images/unchecked.png");
	width: 14px;
	height: 14px;
	margin-left: 10px;
}
.disabled {
	background: #9c9c9c !important;
	color: #787878;
	pointer-events: none;
	cursor: default;
}

.pane {
	display: inline-block;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 500px;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 10px 0px 10px 0px;
}
.container {
	display: inline-block;
}
.ulmenu {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}
.form {
	position: relative;
	z-index: 1;
	padding: 45px;
	text-align: center;
}
.form input {
	font-family: sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border-radius: .25rem;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid grey;
	text-align: center;
}
.form button {
	font-family: sans-serif;
	text-transform: uppercase;
	outline: 0;
	background:  #007bff;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	border-radius: .25rem;
}
.form button:hover, .form button:active, .form button:focus {
	background: #0042ff;
}

#status {
	font-size: 18px;
	text-align: center;
	border-top: 1px solid black;
	margin: 10px 0px 10px 0px;
}
select {
	padding: 3px;
	width: 180px;
	cursor: pointer;
}
.selector {
	text-align: left;
	padding-top: 5px;
}
.badgeDiv {
	float: left;
	clear: left;
}
.editorInput {
	text-align:center;
	border-radius: .25rem;
}
.bottomContainer {
	display: inline-block;
}
.badgesContainer {
	display: inline-block;
	padding: 15px 50px 15px 50px;
}
label span.checked {
	background: url("/images/checked.png") no-repeat center center;
}
label span.unchecked {
	background: url("/images/unchecked.png") no-repeat center center;
}

label span {
	cursor:pointer;
	width: 26px;
	height: 25px;
	float: right;
	border-radius: .25rem;
	border: 1px solid transparent;
}
span:hover {
	border-color: limegreen;
}

label input {
    width: 13px;
    height: 13px;
    padding: 0;
    border: 0;
    margin: 0px;
    float: left;
    visibility: hidden;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #1c1e22;
	text-decoration: none;
	cursor: pointer;
}

.modal {
	font-size: 18px !important;
	font-weight: normal;
	display: none;
	position: fixed;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
	font-family: Segoe UI;
}
.modal > div {
	z-index: 2;
}
.modal-header {
	border-bottom: 1px solid #e9ecef;
	padding: 2px 12px;
	background-color: #fff;
	border-radius: .3em .3em 0em 0em;
}

.modal-body {
	background-color: #fff;
	padding: 1rem;
	border-radius: 0em 0em .3em .3em;
}

.modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, .2);
	max-width: 500px;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.modal-form {
	margin-bottom: 8px;
	width: 100%;
	height: 35px;
	padding: 8px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #1c1e22;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 15px;
}

.modal .body-close {
	cursor: default;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	display: block;
	z-index: 1;
	position: fixed;
}
#uploadFileInput {
	font-size: 16px;
}

h2 {
	font-size: 1.25rem;
	font-weight: 500;
}

.alert {
	position: relative;
	padding: .75em 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 1rem;
}
.alert.error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert.success {
	color: #0f4113;
	background-color: #33bf2a;
	border-color: #1abc10;
}