aside.main-sidebar>ul li a,
.btn-primary{
    color: #FFF !important;
}

.btn.scanQR{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.btn.btn-tema{
    background: #a01027;
    border-color: #a01027;
    color: #FFF;
}
.btn.btn-tema i{
    color: #FFF;
}
.btn.btn-tema:not(:disabled):not(.disabled):active,
.btn.btn-tema:not(:disabled):not(.disabled):focus,
.btn.btn-tema:not(:disabled):not(.disabled):hover {
    background: #79091b;
    border-color: #79091b;
}

.page-header .breadcrumb li:before {
  display: none; /*Andrey*/
}

.page-header .breadcrumb li a {
  font-size: 13px;
  /*color: #646464;*/ /*Andrey*/
}

/*.page-header .breadcrumb li a:hover, .page-header .breadcrumb li a:focus {
  color: #545454;
}*/

.page-header .breadcrumb li:last-child a {
  /*color: black;*/ /*Andrey*/
}
.custom-control.is-invalid~.invalid-feedback{
    display: block;
}
.form-group label span{
    color: red;
}

table .dropdown {
  display: inline-block; 
}


nav.navbar .navbar-tools>ul>li.user-profile .dropdown-menu{
	width: 240px;
}
.dosDecimal{
	display: inline-block;
	width: 14px;
	overflow: hidden;
}
.numDecimal{
	font-size: 11px;
	color: #d89126;
}
.grupocampos{
    padding: 10px;
    border: 1px solid #CCC;
}
.grupocampos .text-muted{
	color: #FFF !important;
}
.grupocampos .invalid-feedback{
	color: #ff9950 !important;
}
.grupocampos.bg-dark-gradient a{
	color: #43dc6b;
}
.grupocampos.bg-dark-gradient a:hover{
	color: #46ab60;
}

.required{
	color: red;
}

label {
	line-height: normal;
}

.m-t-27 {
	margin-top: 27px !important;
}

.m-t-34 {
	margin-top: 34px !important;
}

.table:not(.table-bordered) td {
	white-space: normal;
}

.table td, .table th {
	padding: .30rem;
}

aside.main-sidebar.mobile-open ul li.nav-label span {
	color: unset !important;
}

.btn.btn-success{
	color: #FFF !important;
}

.page-link:focus, .btn:focus{
	box-shadow: none !important;
}


body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a01027;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.custom-control-label a{
  color: #a01027;
  text-decoration: underline;
}