body, html {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100vw;
	width: 100%;
	height: 100vh;
	height: 100%;
	background: #f0f0f0;
	overflow: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ul > li {
	list-style: none;
}
::-webkit-scrollbar {
	color: pink;
	width: 10px;
}
.copyright {
	position: fixed;
	bottom: 3px;
	right: 10px;
	text-align: right;
	font-size: 8pt;
	color: #ddd;
	z-index: 2;
}
.full-width {
	width: 100%;
}
.full-heigth {
	height: 100%;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.messages {
	position: absolute;
	bottom: 0;
	right: 0px;
	min-width: 25%;
	max-width: 50%;
	z-index: 1100;
	font-weight: bold;
}
[class^='alert-'], [class*='alert-'] {
	margin: 4px !important;
	border-width: 6px;
}
.logotipo {
	height: 25vh;
	display: flex;
	justify-content: center;
	padding: 10px;
}
.logotipo img {
	height: 100%;
	object-fit: contain;
}
.login-panel {
	height: 60vh;
	padding-top: 50px;
}
.box-content {
	height: calc(100% - 50px);
}
.navbar {
	margin-bottom: 0;
	border-radius: 0px;
}
.navbar-menu {
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 4px;
	color: #ccc;
	display: inline-block;
}
.cover {
	height: 100%;
	object-fit: cover;
}
.menu {
	width: 240px;
	box-shadow: 0 0 2px gray;
	float: left;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.has-menu {
	width: calc(100% - 240px) !important;
	float: left;
}
.item-menu {
	position: relative;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	padding: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}
.menu > li > ul > li {
	margin-left: 35px;
	border-left: 4px solid #ccc;
}
ul.menu {
	padding-bottom: 20px;
}
span.badge {
	position: absolute;
	right: 8px;
	top: 25%;
}
.icon-menu {
	width: 28px !important;
	height: 28px !important;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-right: 5px;
}
.main-content {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	height: 100%;
	overflow: hidden;
}
.module {
	height: calc(100% - 50px);
	background: white;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 20px;
}
.no-bar {
	height: 100%;
}
.toolbar {
	background: #ededed;
	height: 50px;
	border: 1px solid #dbdada;
}
.valign {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.vcenter {
	-webkit-justify-content: center;
	justify-content: center;
}
.btn-toolbar {
	margin-left: 6px;
	margin-right: 6px;
	float: left;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}
.btn-toolbar-icon {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-right: 6px;
}
.error {
	color: #BA4D24;
	font-size: 9pt;
}
.modal-content {
	border-radius: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px !important;
}
h4> .form-buttons {
	position: relative;
}
.form-buttons {
	position: absolute;
	float: right;
	bottom: -5px;
}
.form-buttons button {
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	float: left;
	padding: 10px;
	margin: 2px;
	box-shadow: 0 0 4px gray;
}
.form-buttons button:hover {
	text-shadow: 2px 2px 5px gray;
}
.form-buttons button > [class^='icon-'],
.form-buttons button > [class*='icon-'] {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.fa-2x {
	font-size: 2em;
}
.top-10 {
	margin-top: 10px;
}
caption,
caption[class^="alert-"],
caption[class*="alert-"] {
	margin: 0 !important;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}
.navbar-text > a {
	text-decoration: none !important;
}
.navbar-text > a:hover {
	font-weight: bold;
}
.btn-fileinput {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.btn-fileinput input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}
.cursor {
	cursor: pointer;
}
.flex {
	width: 100% !important;
	display: -webkit-flex; /* Safari */
	display: flex;
}
.quad-height {
	height: 25%;
}
.flex div {
	flex-wrap: wrap;
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
}
.item-active {
	background-color: white;
	box-shadow: 0 0 2px gray;
	margin-right: 10px;
	color: #337ab7 !important;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
	border-radius: 20px;
}
.toggle.ios .toggle-handle {
	border-radius: 20px;
}
.toggle.android {
	border-radius: 0px;
}
.toggle.android .toggle-handle {
	border-radius: 0px;
}
.close-modal-button {
	color: #b00000;
	font-size: 3em;
	position: absolute;
	top: 10px;
	right: 10px;
}


.borde {
	border: 1px solid black;
}
.bwhite {
	border: 1px solid white;
}