﻿.info-view  {
	background-color: #ffffff;
    position: absolute;	
}
.info-left-panel {
	float: left;
	width: 128px;
	height: 100%;
	background-color: inherit;
}
.info-left-top-panel-text {
    padding-top: 42px;
    padding-left: 10px;
    font-family: Calibri;
    font-size: 22px;
    font-style: italic;
}
.info-right-panel {
	float: left;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	background-color: inherit;
}
.info-rigth-top-panel-text {
    padding-top: 6px;
    padding-left: 15px;
    font-weight: bold;
    font-family: Calibri, Arial;
    font-size: 26px;
}

.info-top-panel {
	height: 47px;
	width: 100%;
	background-color: #606060;
}
.info-bottom-panel {
	margin-top: 2px;
	height: calc(100% - 80px);
	width: 100%;
	background-color: #f2f2f2;
}
.info-selection-box 
{
    height: 29px;
	padding-top: 50px;	
	padding-left: 10px;
    cursor: pointer;
	font-size: 18px;	
	margin-top:2px;
}
.info-datagrid 
{
    height: 100%;
}
.round_img
{
   background-image: url(../images/pingCar.png); 
   width: 100px; 
   height: 100px;
   border:5px solid white;
   border-radius:176px;
   position:absolute;
   right:50px;
   margin-top:-10px;
}
.info-right-bottom-panel
{
    height:calc(100% - 80px);
    width: 100%;
    left:130px;
}

.info-view .dx-field-label
{
  width:150px;
  padding :0 0 0 0 ;
}
.info-view :not(.dx-switch):not(.dx-button):not(.dx-checkbox).dx-field-value, .dx-field-value-static
{
  width:80%;   
  padding :1px 0 1px 0;
}

.info-view .dx-field
 {
    padding-left:15px;
 }

#id-fieldset-header
{
    color:Black;
    padding-top:15px;
	font-weight: bold;
	font-size: 18px;
}

.info-User
{
    height:100%;
    background-color:White;
}
.info-User-panel 
{
    height: calc(100% - 80px);
    width: 100%;
    left: 130px;
    margin-top:2px;
    padding-left :20px;
}
.User-display-setting
{
    width:calc(100% - 100px);
    height:100%;
    background-color:white;
}
.user-change-password-contaner 
{
    width: 200px;
    height: 100px;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-right: -50px;
    margin-bottom: -30px;
}
.user-change-password
{
  height:60px;
}
.map-combo-mode-class
{
    width:50%;
}

.login-popup .buttons-on-popup 
{
    background: #EFEFEF;
    height: 57px;
    width: 100%;
    border-top: 1px solid #dedede;
    margin:0;
    color:Black;
}
.dx-toolbar.dx-popup-title .dx-toolbar-items-container
{
    height: 36px;
    overflow: visible;
    color: #ddd;
}
.dx-popup-wrapper .buttons-on-popup .dx-button
{
    float: right;
    width: 120px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #EFEFEF;
}
.dx-popup-content 
{
    padding:0px;
}
.change-password-content-class
{
    width: 100%;
    height: 145px;
    margin-top: -18px;
}
.password-field-value_class
{
    float:right;
    width:calc(100% - 130px);
}
.info-view .dx-button 
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .07);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.07);
    border-width: 1px;
    border-style: solid;
    background-color: lightSteelBlue;
    border-color: rgba(0, 0, 0, .12);
}

#id-action-Message 
{
    width: 100%;
    height: 100%;
    color: #ddd;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}