body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: white;
	 overflow-x: hidden;
	cursor: default;
		-webkit-touch-callout: none;
        /* user-select: none; */
	font-family: Noto Sans, Segoe UI, Roboto;
}

a{
	cursor: pointer;
	color: #0cb3d6;
}

a:hover{
	opacity: 0.5
}

.changelog-title {
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.changelog-version {
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.changelog-type, .changelog-client {
    font-style: italic;
    font-size: 16px;
    padding: 10px;
}

.changelog-item {
    font-size: 14px;
    padding: 10px;
}

table, th, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px;
	color: #444;
}

#tableEdit {
	width: 98%;
}

#tableEdit, #saveTableEdit, #addNew {
	margin: 10px;
}

#tableEdit input, #tableEdit select {
	border: none;
}

#tableEdit td > input, #tableEdit td > select {
	width: 100%;
	font-family: Verdana;
	color: #444;
	padding: 2px;
	background-color: #fff;
}

.deleteEntry {
	border: none;
	background: none;
}

.deleteColumn {
	text-align: center;
}

.toDelete {
	background-color: #f9d2d2;
}

.toDelete input {
	background-color: #f9d2d2 !important;
}

.toDelete select {
	background-color: #f9d2d2 !important;
}


.toDelete .deleteColumn {
	background-color: white;
}


/* ------------------------------------------------------------------------ */
/*                               Login                                      */
/* -------------------------------------------------------------------------*/

#contenedor {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	min-width: 100vw;
	min-height: 100vh;
	width: 100%;
	height: 100%;
}

#central {
	max-width: 320px;
	width: 100%;
}

.titulo {
	font-size: 250%;
	color: #bbe1fa;
	text-align: center;
	margin-bottom: 20px;
}

#login {
	width: 100%;
	padding: 50px 30px;
	background-color: #3282b8;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-sizing: border-box;
}

#login input {
	font-size: 14px;
	color: #1b262c;
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#login input::placeholder {
	color: #E4E4E4;
}

#login button {
	font-size: 14px;
	color: #1b262c;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background-color: #bbe1fa;
	margin-top: 10px;
	cursor:pointer;
}

#login button:hover {
	background-color: #0f4c75;
	color: #bbe1fa;
}

.pie-form {
	font-size: 90%;
	text-align: center;
	margin-top: 15px;
}

.pie-form a {
	display: block;
	text-decoration: none;
	color: #bbe1fa;
	margin-bottom: 3px;
}

.pie-form a:hover {
	color: #0f4c75;
}

#brand {
	max-width: 100%;
	height: auto;
}


/* ------------------------------------------------------------------------ */
/*                               Layout                                    */
/* -------------------------------------------------------------------------*/

#content-container {
	float: left;
	width: 100%;
	height: 100vh;
	width: calc(100% - 195px);
	overflow-y: scroll;
}

#menu {
	float: left;
	width: 184px;
	height: calc(100vh - 20px);
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #eee;
	border-right: solid 1px #ccc;
}

#menu a {
	text-decoration: none;
	font-size: 15px;
}

#content {
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
}



/* ------------------------------------------------------------------------ */
/*                            Superuser pages                               */
/* -------------------------------------------------------------------------*/

#header-common {
	background-color: #ffffff;
	border-bottom: solid 1px #fff;
	height: 70px;
	position: relative;
}

#header-common .logo {
	float: left;
}

#header-common .logo img {
	margin-top: 5px;
}

#header-common .version {
	color: #ccc;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#header-common .inner-header {
	margin: auto;
}

#header-common .header-first-line {
	border-bottom: solid 1px #fff;
	background-color: #fcfcfc;
	width: 100%;
	float: left;
	margin-top: 10px;
}

#scripts {
	width: 700px;
}

#scripts .script {
	width: 100%;
	margin: 10px;
	padding: 10px;
	float: left;
	background-color: #fff;
	border: solid 1px #ccc;
}

#scripts .applyRequired {
	background-color: #ffdebc;
	border: solid 1px #dc6a18;
}

#scripts .script .title {
	float: left;
}

#scripts .script .button {
	background-color: #999;
	border: solid 1px #666;
	width: 60px;
	float: right;
}

#scripts .script .button:hover {
	background-color: #ccc;
	border: solid 1px #999;
	cursor: pointer;
}

#scripts .script .result {
	margin-top: 50px;
}

#logs {
	width: 700px;
}

#logs .log {
	width: 100%;
	margin: 10px;
	padding: 10px;
	float: left;
	background-color: #fff;
	border: solid 1px #ccc;
}

#logs .log .title {
	float: left;
}

#logs .log .button {
	background-color: #999;
	border: solid 1px #666;
	width: 60px;
	float: right;
}

#logs .log .button:hover {
	background-color: #ccc;
	border: solid 1px #999;
	cursor: pointer;
}

#logs .log .result {
	margin-top: 50px;
}

.logdetail {
	width: 95%;
	height: 85%;
	position: fixed;
}

.button {
	font-family: Verdana,Helvetica,Arial;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	margin: 2px;
	padding: 7px 17px 7px 17px;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #EEEEEE;
	border: 1px solid #cfcfcf;
	color: #404040;
}

.buttonOn, .button:hover {
	background-color: #ddd;
}

.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

body {
	font-family: Verdana !important;
	font-size: 12px !important;
	margin: 0px !important;
	line-height: initial !important;
	background-color: #f9f9f9;
	min-height: fit-content;
}

h1.dbchangestitle {
	padding: 20px;
}