/* CSS Document */

.modal-mask {
  position: fixed;
  z-index: 9998;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  overflow: auto;
  overflow-y: scroll;
  transition: opacity .3s ease;
}

.modal-wrapper {

 
 
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container-medium {
  width: 500px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container-large {
  width: 800px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-loading {
  width: 500px;
  margin: 0px auto;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 16px;
  border: 16px solid orange;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

.chSection {
}

.chSection ul{
	width:100%;
	margin-left:0;
	padding-left:0;
}
.chSection li {
	float:left;
	margin-left:0px !important;
	padding-left:0px !important;
	margin-right:9%;
	list-style:none;
}

.ChargeList {
}

.ChargeList li {
	margin-left:0px !important;
	padding-left:0px !important;
	margin-right:12%;
	list-style:none;
	width:100%;
}

.sign-sect {
	width:100%;
	border-bottom:dotted #000000 2px;
	float:left;
}

dummydeclaration { padding-left: 4em; }
.tab1 { padding-left: 4em; }
.tab2 { padding-left: 8em; }
.tab3 { padding-left: 12em; }
.tab4 { padding-left: 16em; }
.tab5 { padding-left: 20em; }
.tab6 { padding-left: 24em; }
.tab7 { padding-left: 28em; }
.tab8 { padding-left: 32em; }
.tab9 { padding-left: 36em; }
.tab10 { padding-left: 40em; }
.tab11 { padding-left: 44em; }
.tab12 { padding-left: 48em; }
.tab13 { padding-left: 52em; }
.tab14 { padding-left: 56em; }
.tab15 { padding-left: 60em; }
.tab16 { padding-left: 64em; }

img {
	-webkit-print-color-adjust: exact;
	display:block;
}

@media print
{    
    .no-print, .no-print *{
        display: none !important;
    }
	
	.to-print {
	   
   }
}


.tbl_view {
	border-collapse:collapse;
	font-size:13px;
	margin-left:12px;
	margin-right:8px;
	padding-left: 6px !important;
	width:97%;
	line-height: 30px ;
}

.tbl_draft {
	background: url("../images/watermark-draft.png")
}

.light {
	color: white;
}

.link:hover { 
	color: #A6A6A6; 
}

.tblBody tr{
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;

}
.tblBody td{
	border-left: 1px #000000 solid;
	padding:12px 5px;
	border-bottom: 1px #000000 solid;
}
.tblBody th{
	text-align:left;
	padding:12px 5px;
	border-bottom: 1px #000000 solid;
}

.brd_top {
	border-top: 1px #000000 solid;
}

.st_new {
	color: white;
	padding: 3px;
	background-color: #2E079E;
}

.st_pending{
	color: white;
	padding: 3px;
	background-color: #D97709;
}

.st_pass{
	color: white;
	padding: 3px;
	background-color: #107804;
}

.st_end{
	color: white;
	padding: 3px;
	background-color: #980303;
}