@import url(caja.css);
@import url(loader.css);
@import url(table.css);

*
{
	outline: none;
}

html, body
{
	height: 100%;
	width: 100%;
}

body
{
	padding-bottom: 40px;
	padding-top: 52px;
}

body.iframe
{
	padding-bottom: 0px;
	padding-top: 0px;
}

span + i,
i + span
{
	margin-left: 5px;
}

[ng-click]:hover
{
	cursor: pointer;
}

.logo
{
	background-image: url(../img/logo-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 20px;
	width: 20px;
}

.sidebar span + i,
.sidebar i + span
{
	margin-left: 10px;
}

.navbar
{
	border-width: 0;
}

nav.navbar.bg-dark
{
	background-color: #E40707 !important;
}

nav.navbar.bg-light
{
	background-color: #FFF;
}

.navbar.navbar-top.bg-light
{
	border-top: 4px solid #E40707;
}

.navbar-brand
{
	line-height: 30px;
}

.navbar-menu
{
	top: 52px;
	padding: 0;
	z-index: 999;
	border-width: 0 0 1px 0;
}

.nav-underline
{
	padding-left: 15px;
}

.sidebar
{
	bottom: 40px;
	background-color: #EFEFEF !important;
}

.navbar .form-control::placeholder
{
	color: #FFF;
}

.navbar .form-control:focus::-webkit-input-placeholder
{
	color: #6C757D;
}

.bd-placeholder-img
{
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-control:focus
{
	border-color: #ED6161;
	box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
}

.text-strong
{
	font-weight: bold;
}

.text-primary
{
	color: blue;
}

.text-number
{
	color: blue;
	text-align: right;
}

.text-money
{
	color: green;
	text-align: right;
}

.profile-sidebar
{
	padding: 15px 30px;
	text-align: center;
}

.profile-sidebar .avatar
{
	border-radius: 90px;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.08),0 0 3px 0 rgba(0,0,0,.06);
	height: 90px;
	margin: auto;
	overflow: hidden;
	width: 90px;
}

.profile-sidebar .avatar img
{
	height: 100%;
	width: 100%;
}

.profile-sidebar .profile-name
{
	font-weight: bold;
	margin: 5px 0;
}

.profile-sidebar .profile-title
{
	color: #999;
}

.card-login
{
	max-width: 500px;
	margin: auto;
}

.btn.btn-primary
{
	background-color: #E40707;
	border-color: rgb(0, 0, 0, 0.8);
}

.btn.btn-primary:hover
{
	border-color: #5E0505;
}

main
{
}

.main-logo
{
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15%;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.card-columns
{
	@include media-breakpoint-only(lg) {
		column-count: 3;
	}
	@include media-breakpoint-only(xl) {
		column-count: 3;
	}
}

.card-columns
{
	column-count: 3;
}

footer
{
	background-color: #E40707;
	position: fixed;
	bottom: 0;
	right: 0;
	height: 40px;
	left: 0;
	z-index: 999;
}

footer .content
{
	border-top: 0;
	padding: 8px 0;
	color: #FFF;
}

footer .footer-nav
{
	line-height: 40px;
	position: absolute;
	left: 25px;
	top: 0;
}

footer .footer-nav.right
{
	left: inherit;
	right: 5px;
}

footer .footer-nav a
{
	margin-right: 20px;
}

footer a,
footer a:hover,
footer a:active
{
	font-size: 12px;
	color: #FFF;
}

footer .copyright
{
	color: #FFF !important;
}

@media (min-width: 768px)
{
	.bd-placeholder-img-lg
	{
		font-size: 3.5rem;
	}
}