﻿.simplePopup { display: none; position: fixed; /*border: 4px solid #d870a9;  background: #ed87bd;*/ z-index: 23; padding: 12px;border-radius: 5px !important; background-color: #f0f0f0; }

/*.simplePopupClose { cursor: pointer; margin-left: 10px; margin-bottom: 10px; color: #666; text-align: right; }*/
.simplePopupClose { cursor: pointer; padding-right: 4px; color: #FFF; text-align: right; }

.simplePopupBackground { display: none; background: #000; position: fixed; height: 100%; width: 100%; top: 0; left: 0; z-index: 2; }
.simplePopup h2{margin-top:-20px; font-size: 20px; background-color: #153A5A; color: #FFFFFF; padding-left:2px;}
.simplePopup .tblContentHeigth tbody{ max-height: 300px; overflow: auto; display:block;}
.simplePopup table.table th{background-color:#ddd;}
body .simplePopup thead{width: calc( 100% - 1em )}
body .simplePopup tbody{overflow:hidden;}
.simplePopup thead,.simplePopup tbody tr { display:table; width:100%; table-layout:fixed; }
.total-resut-content{margin:3px 0; padding: 3px 0 3px 10px; background-color: #ddd; font-weight:bold;}