@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

html {
	font-family: 'Lato', sans-serif;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

body {
	margin: 0px;
}

.container {
	width: 1280px;
	margin: 0 auto;
}

.header {
	background-color: #333;
}

.header img {
	height: 35px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.header h3 {
	float: right;
	color: white;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
}

textarea, select, input, button { outline: none; }

p.alert-info {
	padding: 15px;
	background-color: #d9edf7;
	color: #31708f;
	border: 1px solid #bcdff1;
	border-radius: 5px;
}

p.alert-success {
	padding: 15px;
	background-color: #dff0d8;
	color: #3c763d;
	border: 1px solid #d0e9c6;
	border-radius: 5px;
}

p.alert-error {
	padding: 15px;
	background-color: #f2dede;
	color: #a94442;
	border: 1px solid #ebcccc;
	border-radius: 5px;
}

.login-page {
	width: 100%;
	max-width: 15vw;
	margin: 0 auto;
}

.form-group label {
	display: inline-block;
	width: 100%;
}

.form-group {
	display: block;
	width: 100%;
}

.login-page input {
	line-height: 20px;
	font-size: 15px;
	padding: 3px;
	width: 100%;
}

.login-page button.login {
	background-color: #0498FD;
	box-shadow: 0 -4px 0 #0388e3 inset;
	border: 1px solid #0388e3;
	color: white;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
}

.login-page button.login:hover {
	background-color: #0388e3;
}

.pull-right {
	float: right;
}

button {
	background-color: #0498FD;
	box-shadow: 0 -4px 0 #0388e3 inset;
	border: 1px solid #0388e3;
	color: white;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

button:hover {
	background-color: #0388e3;
}

button.confirm {
	background-color: #b0bb1e;
	box-shadow: 0 -4px 0 #9ea81b inset;
	border: 1px solid #9ea81b;
	color: white;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

button.confirm:hover {
	background-color: #9ea81b;
}

button.danger {
	background-color: #e50000;
	box-shadow: 0 -4px 0 #cc0000 inset;
	border: 1px solid #cc0000;
	color: white;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

button.danger:hover {
	background-color: #cc0000;
}

.editor {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
}

.editor td, .editor th {
	border: 1px solid #333;
	border-collapse: collapse;
}

.editor th {
	border-bottom: none;
	padding: 5px 5px;
	font-size: 15px;
}

.editor input {
	margin: 0px;
	width: 100%;
	border: none;
	background: none;
	padding: 3px;
}

.editor input:disabled:hover {
	cursor: no-drop;
}

.editor td:hover {
	border: 1px solid #0388e3 !important;
	background-color: #cce7f9 !important;
}

.editor td:focus-within {
	border: 2px solid #0388e3 !important;
	background-color: #e5f3fc !important;
}

#tip1 {
	position: absolute;
	float: right;
	right: 25px;
	bottom: 10px;
}

#alert {
	position: absolute;
	right: 10px;
	top: 45px;
	min-width: 100px;
}

.copyright {
	position: absolute;
	bottom: 5px;
	color: grey !important;
	right: 5px;
	font-size: 12px;
}

.copyright a {
	text-decoration: none;
	color: #0388e3;
}

#changes_log {
	font-size: 11px;
}

.alert-login {
	margin: 0px;
	border-radius: 0px;
}

#log {
	font-size: 10px;
	max-width: 50%;
	font-family: monospace;
}

.checkbox {
	text-align: center;
}

.checkbox > input {
	width: auto !important;
}