       
#modal-window {
  width:      100%;
  height:     100%; 
  z-index:    8000;
  top:        0; 
  left:       0; 
  position:   fixed; 
  margin-bottom: 5px;
}

.dialog-normal #modal-window-text,
.dialog-success #modal-window-text,
.dialog-default #modal-window-text,
.dialog-danger #modal-window-text{
	max-width: 400px;
	margin: auto;
}
.dialog-normal .dx-button,
.dialog-success .dx-button,
.dialog-default .dx-button,
.dialog-danger .dx-button{
	margin: 10px;
}
.dialog-normal .dx-popup-title,
.dialog-success .dx-popup-title,
.dialog-default .dx-popup-title,
.dialog-danger .dx-popup-title{
	margin-bottom: 10px;
}

.dialog-success .dx-popup-title,
.dialog-default .dx-popup-title,
.dialog-danger .dx-popup-title{
	color:white;   
}
/*NORMAL*/
.dialog-normal .dx-popup-title{
  background-color:#fff;
}
/*SUCCESS*/
.dialog-success .dx-popup-title {
    background-color:#8BC34A;
}
/*DEFAULT*/
.dialog-default .dx-popup-title {
    background-color:#fc8800;
}
/*DANGER*/
.dialog-danger .dx-popup-title {
    background-color:#ed3e3e;
}

 .grid {
    padding-bottom: 30px;
 }
 #botM .caption, #changePassDialog .caption{
 	padding-left: 5px;
 	padding-right: 5px;
 	box-sizing: border-box;
 }

 #botM #barpage{
  padding-right: 10px;
 }
 
 .modal-button-area {
 }
 
 #modal-window-scroll, #modal-window-content, #modal-window-content-form{
  overflow: visible;
 }

 #modal-window.edit-modal .dx-popup-content {
   padding-bottom: 0px;
 }