body {
    /* min-height: 75rem; */
    background-color: #eee;
}
h1 {
    font-size: 1.85rem;
}
#applications .img-favicon {
	width:32px;
	height: 32px;
}

.no-translation {
    color: red;
}


.bg-dark {
    /* background-color: rgb(160,160,160) !important;*/
    background-color: #212529 !important;
}

.logo_img {
    width:230px;
    padding-top: 25px;
    padding-bottom: 17px;
    padding-left: 25px;
}

.form-signin{
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: auto;
}

.form-control {
    margin-bottom:10px;
}

.form-signin-heading{
    text-align:center;
    margin-bottom:20px;
}

.form-signin-heading h2{
    font-size: 1.5rem;
}

.form-signin-subheading {
    text-align:center;
    font-weight: normal;
    font-size:14px;
    padding-bottom:10px;
}

.nav-link{
    padding: 0.2rem 1rem;
}

#dropdownMenuButton_account{
    color:#FFF;
}

.dropdown-menu {
    left:-30px;
    min-width:210px;
}

.lost-password {
    text-align: right;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    color: rgb(160,160,160);
    font-style: italic;
    float:right;
}


.change-password {
    text-align: left;
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    color: rgb(160,160,160);
    font-style: italic;
}

.back{
    text-align: left;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    color: rgb(160,160,160);
    float:left;

}

.footer-center {
    color:#FFF;
    text-align:center;
    margin:auto; !important
}

.footer-version {
    font-size:9px;
    color:white;
    float:right
}

.cancel {
    color: white !important;
    float:left;
    width:49%;
}

.ok_right {
    float:right;
    width:49%;
}

body a {
    color: rgb(160,160,160);
}

.btn.btn-primary {
    background-color: #000000;
    border-color: #000000;
    min-width: 145px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}
.btn-action {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0rem .13rem;
    cursor:pointer;
}
.btn-lg {
    padding: .25rem 0.25rem;
    border-radius: .3rem;
    font-size:1rem;
    min-width: 145px;
}
.disableAccount {
    background-color: #db0000;
    margin-left:2px;
}

.enableAccount {
    background-color: #10a62e;
    margin-left:2px;
}

.navbar-brand {
    pointer-events: none;
}

.div_action {
    display:block;
    width:100%;
    text-align:center;
}

.editAccount {
    background-color:#000000;
}

.editAccount a {
    color:white;
}

.editAccount a:hover {
    text-decoration: none;
}

.btn-new {
    padding: .2rem 0.5rem;
}
/*
#UGRP_PKEY {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#UGRP_PKEY .arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}*/
.modal-body {
    text-align: center;
}
.modal-header {
    border-bottom:none;
}

.modal-footer {
    border-top:none;
    justify-content: center;
}

.question {
    padding-top: 4px;
    margin-right: 10px;
    color:white;
}

.question a{
    color:white;
}