.bgPrimary {
	background-color: #0089cd !important;
	color: #fff;
}

.bgPrimary05 {
	background-color: #0089cd80 !important;
	color: #fff;
}

button.bgPrimary {
	border-color: #0089cd;
}

button.bgPrimary:hover, button.bgPrimary:active, sweetalert-btn-confirm:hover {
	background-color: #046596;
	border-color: #046596;
	color: #fff;
}

.text85{
	font-size: 0.85rem;
}

.text95{
	font-size: 0.95rem;
}

.text100{
	font-size: 1rem;
}

a {
	color: #0089cd;
}

a:hover, a:active {
	color: #046596;
}

.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem;
	background-color: white;
}
	
.bd-callout h4 {
	margin-top: 0;
	margin-bottom: .25rem
}
	
.bd-callout p:last-child {
	margin-bottom: 0
}
	
.bd-callout code {
	border-radius: .25rem
}
	
.bd-callout+.bd-callout {
	margin-top: -.25rem
}
	
.bd-callout-info {
	border-left-color: #5bc0de
}
	
.bd-callout-info h4 {
	color: #5bc0de
}
	
.bd-callout-warning {
	border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
	color: #f0ad4e
}
	
.bd-callout-danger {
	border-left-color: #d9534f
}
	
.bd-callout-danger h4 {
	color: #d9534f
}
	
.bd-callout-primary{
	border-left-color: #0089cd
}
	
.bd-callout-primaryh4 {
	color: #0089cd
}
	
.bd-callout-success{
	border-left-color: #28a745
}
	
.bd-callout-successh4 {
	color: #28a745
}
	
.bd-callout-default{
	border-left-color: #6c757d
}
	
.bd-callout-defaulth4 {
	color: #6c757d
}


/* Elemeto cargando */
.elementLoading {
	height: 38px;
}


/* Overlay cargando */
.overlay {
	position: absolute;
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0;
	z-index: 2;
	background-color: rgba(255,255,255);
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}


/* Sweetalert */
.sweetalert-btn-cancel, .sweetalert-btn-deny, .sweetalert-btn-confirm {
	width: 3rem;
}
.sweetalert-btn-confirm:hover { 
	-webkit-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.sweetalert-btn-deny:hover {
	-webkit-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.sweetalertTitle {
	font-size: 1.4rem;
}