html { height: 100% } 
body { height: 100%; margin: 0; padding: 0 } 
#uni_map_canvas { height: 100% } 
.x-grid-row-selected .x-grid-cell-inner 
{ 
font-weight: bold; 
background-color: #DEECF7; 
} 

.EDT_login {
  border-width: 1px;
  border-color: #6E6E6E;  
}

.bordernone{
   border: none;
}

.mypanel {
  border-style: solid;
  border-width: 2px;
  border-color: #D8E6F2;
  border-radius: 15px;
}

.mypanel2 {
  border-style: solid;
  border-width: 2px;
  border-color: #DDEBF6;
  border-radius: 10px;
}

.btnLogin
{
 background:#75a1bd !important;
 color:#ffffff !important;
 -webkit-transition: background 0.5s ease-in-out;
 transition: background 0.5s ease-in-out;
}
.btnLogin:hover
{
 background:#B3CADA !important;
 -webkit-transition: background 0.5s ease-in-out;
 transition: background 0.5s ease-in-out;
}

.transpframe
{
   background: transparent;
}

.vertical-center
{
  display: flex;
  align-items: center;
}

