.ui-jqgrid-btable img {
    width: 14px;
}

.ui-jqgrid .ui-pager-control
{
	margin: -4px 0px -5px -15px;
}

 .ui-jqdialog {
    background: #ffffff;
    box-shadow: 0 0 5px 0 #9b9b9b;
    -webkit-box-shadow: 0 0 5px 0 #9b9b9b;
} 

.topnav {
  overflow: hidden;
  background-color: #ffffff;
  /*height: 15px;*/
}

.topnav a {
  float: left;
  color: #808080;
  text-align: center;
  padding: 5px 6px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2b82d4;
  color: white;
}

 .ui-jqdialog .ui-jqdialog-titlebar {
  background: #2b82d4;
  color: #ffffff;
} 

.select2-container--default .select2-selection--single {
  width: 220px;
}

.loadingcontainer {
  width: 80px;
  height: 100px;
  margin: 100px auto;
  margin-top: calc(100vh / 2 - 50px);
  z-index: 99999;
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #e5e5e5;
	z-index: 99999;
}

.block {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #2b82d4;
}

.block:nth-child(4n+1) { animation: wave 2s ease .0s infinite; }
.block:nth-child(4n+2) { animation: wave 2s ease .2s infinite; }
.block:nth-child(4n+3) { animation: wave 2s ease .4s infinite; }
.block:nth-child(4n+4) { animation: wave 2s ease .6s infinite; margin-right: 0; }

@keyframes wave {
  0%   { top: 0;     opacity: 1; }
  50%  { top: 30px;  opacity: .2; }
  100% { top: 0;     opacity: 1; }
}

#login .logo-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


element.style {
  width: 75px;
}

#pg_client_list_gridPagerd {
  width: 992px;
  height: 520px;
} 

.status-termination-confirmed {
    background-color: #e9d62c  !important;
    color: black !important;
}
.status-terminated {
    background-color: #ff7b7b !important;
    color: black !important;
}
.status-termination-warning{
	background-color: #e9d62c  !important;
    color: black !important;
}
.status-require-renewal {
    background-color: #FFEB3B  !important;
    color: black !important;
}
.status-require-activation {
    background-color: #bef0ff !important;
    color: #000000 !important;
} 

.ui-menu-item {
    position: relative;
}

.duplicate-value a {
    color: black !important;
    background-color: #ffbbff;
}