h3.logo_text{

	vertical-align: middle;
	border-style: none;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 10px;
	display: inline-block;
}

.sidebar-header h3.logo_text{
	color: #FFF;
}

.login-container  h3.logo_text{
	color: #000;
}

h3.logo_text span{
	color: #1e37a2;
}

.page-sidebar .sidebar-header {
	padding: 5px;
}

.progress-circle-indeterminate {
    vertical-align: middle;
    background: url(../img/progress/progress-circle-primary.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
    margin-top: 0px;
    padding-top: 10px;
}


.image_profile{
	width: 32px;
	height: 32px;
	vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    border: #1e37a2 solid 1px;
    border-radius: 16px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.pgn-bar .alert {
    max-height: fit-content;
}

.p-r-10 {
    padding-right: 0px!important; 
}

.is_checked  label {
display: inline-block; 
}

.header .brand {
    width: 380px;
}


div#lockscreen {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(17, 207, 189, .5);
}

.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #3A8FC8;
    border-color: #3A8FC8;
}