.dataviewer {
  width:93%;
  margin:10px 0 0 0;
  /* margin:auto; */
}

div.container {
  xmargin: 0 auto 0 -2px;
  xmax-width: 980px;
}

#resize_wrapper {
  position: relative;
  padding: 0.5em 0.5em 1.5em 0.5em;
  border: 1px solid #aaa;
  padding:0;
  background-color: #f9f9f9;
  margin-left:2px;
  /* height:436px; */
  resize:vertical
}

#resize_handle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  xborder-bottom-right-radius: 0.5em;
  xborder-bottom-left-radius: 0.5em;
  text-align: left;
  padding-left:15px;
  font-size: 0.8em;
  line-height: 1.5em;
  background-color: #AAA;
  color: #000;
  cursor: pointer;
  background-position:right;
  background-repeat:no-repeat;
  background-image:url('resizer.png');
  cursor: ns-resize;
  font-family: Arial, Helvetica, sans-serif;
} 

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

div.dataTables_length {
  display: none;
}

div.dataTables_length {
    display: none;
}   
table.dataTable tbody th, table.dataTable tbody td {
  padding:0 2px 0 2px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color:#FFF !important;
  border-radius:8px;
  background:#349A5F;
  background: linear-gradient(184deg, rgba(61,155,59,1) 0%, rgba(52,154,95,1) 35%, rgba(141,202,46,1) 100%);
}
.dataTables_paginate .paginate_button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #FFF !important;
  font-size: 12px;
  padding: 4px 20px 4px 20px;
  text-decoration: none;
}
.dataTables_paginate:hover .paginate_button:hover {    
  background: #7bdba3;
  color:#888;
  /* background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db); */
  text-decoration: none;
}  
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
  margin: 5px 20px 0 5px;
  padding-left: 5px;
}
.dataTables_wrapper {
  font-family: tahoma;
  font-size: 12px;
  /* direction: rtl; */
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 2px;
}
.dataTables_wrapper .dataTables_paginate {
  float: left;
  text-align: right;
  padding-top: 0.25em;
  border: 1px solid #AAA;
  padding: 2px;
  border-radius: 10px;
}
.pagebutton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.pagebutton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.toolbar {
  width: auto;
  margin: 5px 0 0 0;
  color: #349a5f;
  line-height: 14px;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: #e7e9e8;
  cursor: pointer;
}
table.dataTable.stripe tbody tr.odd.selected, 
table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.even.selected, 
table.dataTable.display tbody tr.even.selected {
  /* background-color: #52e364; */
}

table.dataTable tbody tr {
  cursor: pointer;
}

#viewindow {
  border:none;
  border-top-right-radius:5px; 
  border-top-left-radius:5px;
  z-index: 1 !important;
  box-shadow: 5px 5px 4px -1px rgba(0,0,0,0.57);
  -webkit-box-shadow: 5px 5px 4px -1px rgba(0,0,0,0.57);
  -moz-box-shadow: 5px 5px 4px -1px rgba(0,0,0,0.57);
  background-color: #FFF;
  border:1px solid #000;
}
.viewertable {
  position:relative;
  left:0;
  width:100%;
  resize:both;
}
.resize-handle {
  height:15px !important;
  background: linear-gradient(
    to bottom,
    #F0F3ED,
    #B2B3B1 50%,
    #F6F7F5 50%,
    #868885
  ) !important;
  background-size: 100% 3px !important;
}

.pbviewer {
  margin: 0 0 20px 0;
  left:50px;
  top:90px;
  width:100%;
  /* min-height: 250px !important; */
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.vpopup {
  display:block;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: left;
  min-height: 150px;
  min-width: 300px;
  height: 400px;
  width: 800px;
  /* position: absolute; */
  position:fixed;
  /*resize: both; !*enable this to css resize*! */
  overflow: auto;
}

.vpopup-header {
  cursor: move;
  z-index: 10;
  /*background-color: #349A5F; */
  background-color: #4B85D6;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align:center;
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  padding: 3px 0 0px 5px;
  height:29px; 
  font-weight:bold;
  font-size:14px;
  font-family: "Lucida Grande", Verdana, sans-serif;
}
.vpopup-header button {
  position:relative;
  float:right;
}
/*Resizeable*/

.vpopup .resizer-right {
  width: 5px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: e-resize;
}

.vpopup .resizer-bottom {
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: nwse-resize;
}

.vpopup .resizer-both {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: nw-resize;
}

/*NOSELECT*/

/* .popup * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
} */

.vpopup.detail {
  height:fit-content;
  width:fit-content;
  min-height:fit-content;
  min-width:fit-content;
  z-index:999;
  overflow-y:auto;
  display:none;
  top:200px;
  left:120px;
}
.vpopup .resizer-bottom {
  xbackground-color: #349A5F;
  height:10px;
  background: linear-gradient(
    to bottom,
    #F0F3ED,
    #B2B3B1 50%,
    #F6F7F5 50%,
    #868885
  );
  background-size: 100% 3px;
}

.detailBox {
  max-width:350px;
  min-width:220px;
  background-color: #F5F5F5;
  position:relative;
  left:0;
  z-index:99;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
}
.detailBox h3 {
  font-size:12px;
  font-weight: bold;
  color:#4d90fe;
  display:inline;
  float:left;
}

.detailBox span {
  color: #000;
  font-weight: bold;
}


.detailBoxTitle {
  font-weight: bold;
  font-weight: 15px;
  margin: 0;
  text-align: center;
}

.detailNaD {
    color:#000;
    margin:0 5px 5px 5px;
    padding:5px;
    background-color:#FFF;
    border-radius:5px;
    border:1px solid #AAA;
    line-height: 14px;
}
.detailInfo {
  color:#000;
  padding:5px;
  margin:0 5px 5px 5px;
  background-color:#FFF;
  border-radius:5px;
  border:1px solid #AAA;
  line-height:14px;
}

.tagctrl 
{
  float:left;
  width:70px;
  background-color: #FFF;
  margin: 2px 0 2px 2px;
}
.tagctrl .boxbtn 
{
  background-color: #F5F5F5;
  border: 1px solid #000;
  border-right:none;
  padding: 2px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;  
  cursor:pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: -1px;
}

.tagctrl .boxbtn.active  
{
  background-color:#F5F5F5;
  border-right:none;
  position:relative;
  left: 1px;
  z-index: 100;
}

.tagctrl .boxbtn.inactive
{
  background-color:#c5e4ff;
  border-right:none;
}


#tooltip {
  position: absolute;
  z-index: 2000;
  display: none;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  background-color: #EEE;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  font-size:12px;
  box-shadow: 4px 3px 8px 1px #969696;
  -webkit-box-shadow: 4px 3px 8px 1px #969696;
  max-width:300px;
}
#tooltip span {
  color: #28b433;
  font-weight: bold;
}

#tooltip h4 {
  display:inline;
  font-weight:bold;
}
#tooltip h5 {
  display:inline;
  color:#349A5F;
  font-size:unset;
}
.viewbar {
  padding: 5px;
  cursor: move;
  z-index: 10;
  background-color: #4B85D6;
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #fff;
  text-align: center;
  cursor:pointer;
  font-weight:bold;
  font-size:14px;
  line-height: 23px;
}

.viewbar span {
  margin-left:5px;
}
.s14bar {
  display:none !important;
  margin-top:10px;
}

.barresize {
  cursor:nwse-resize;
}
.bardefault {
  cursor:default;
  padding-right:5px;
}

/* .row_selected {
  background-color: red
}; */

.headerimg {
  height:12px;
  width:12px;
  margin-right:5px;
}

.hideresizer {
  height:0px impo !important;
}

.samplewatermark {
  display:none;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  font-size:46px;
  font-family: monospace;
  font-weight: bold;
  text-align:center;
  letter-spacing: 25px;
  color:#FF0000;
  z-index:99;
  position:absolute;
  top: 130px;
  left:100px;
  background: #EEE;
  opacity: 80%;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.39);
  -webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.39);
  line-height: normal;
}

.samplewatermark .swm {
  font-size:15px;
  opacity:100%;
  letter-spacing: normal;
  background: #000;
  color:#FFF;
}

.tooltips .infoimage span {
  font-weight:bold;
}

.infoimage {
    display: inline;
    background-color: #FFe060;
    color: #000;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 8px;
    font-weight: bold;
    padding: 1px 4px 2px 4px;
    height: 12px;
    border-radius: 4px;
    position: relative;
    top: -2px;
    border: 1px solid #888;
    cursor: pointer;
}
.Zebra_Tooltip h4 {
  text-align: center;
  margin: 0 0 5px 0;
  color: #0088ff;
  padding: 0;
  font-size: 14px;
}
.Zebra_Tooltip h5 {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
  display:inline;
  padding:10px 10px 0 0;
}
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #4b85d6 !important;
}
.trhighlight {
  background:#dfedf9 !important;
}
.vtbusy {
  display: none;
  position: relative;
  top: 20px;
  left: 470px;
  height: 0px;
  z-index: 110;
}  
.vtbusy:after {
  content: "LOADING";
  color: #2980b9;
  position: relative;
  z-index: 120;
  font-size: 14px;
  font-weight: bold;
  left:-130px;
  top:1px;
}
.vtbusy img {
  height:20px;
  width:200px;
}

.dvnewbanner {
  color:#FFFF00;
  font-size: 21px;
  font-weight:bold;
  letter-spacing:3px;
  border:1px solid;
  padding:0 5px 0 5px;
  animation: blinker 1s linear infinite;
  position:relative;
  top:3px;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.tagprint {
  text-align: left;
  padding: 0 0 0 10px;
  background-color: #F5F5F5;
}

.tagprint label {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
}
.tagprint input {
  margin-top:-3px;
}
.tagprint hr {
  margin:0 0 8px 0;
  border-top:1px solid #7464ca;
}

.tagprint select {
  width: 120px !important;
  height: 23px;
  font-size: 12px;
  margin: 5px;
}

.tagprint span {
  font-size: 11px;
}

.numtags {
  width: 100%;
  background-color: #c5e4ff;
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
}

.tagbtn {
  text-align: center;
  margin: 5px;
}
.tagbtn button {
  background:none;
  background-color: #FFF;
  border-radius: 0;
  border:1px solid #555;
  font-weight:bold;
  line-height: 18px;
}
.tagbtn img {
  border:1px solid #000;
  cursor:pointer;
  background-color: #c5e4ff;
}
.tagedit {
  text-align: center;
  border: 1px solid #000;
  margin: 3px;
  padding-bottom: 3px;
} 

.tagbutton button {
  font-size: 11px;
  height: 22px;
  margin-top: 1px;
  border-radius: 3px;
  border: 1px solid #777;
  cursor: pointer;
  background: none;
  background-color: #c5e4ff;
  color: #000;
  padding: 0 3px;
  font-weight:bold;
}

.grButton {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #41a041 100%);
	background-color:#77b55a;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
  margin-bottom:6px;
}
.trButton:hover {
	background:linear-gradient(to bottom, #41a041 5%, #77b55a 100%);
	background-color:#41a041;
}
.grButton:active {
	position:relative;
	top:1px;
}

.dvnf {
  font-size: 12px;
  color: #FF0000;
  background-color: yellow;
  padding: 2px;
  top: -35px;
  font-weight: bold;
  left: 10px;
  animation: dvnfblink 1.0s 5;
  text-align: center;
  border: 1px solid #AAA;
  border-radius: 5px;
  width: 100px;
  position: absolute;
  box-shadow: 5px 5px 4px -1px rgba(0,0,0,0.57);
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; 
  border-top: 15px solid #000;
  position:absolute;
  top:-9px;
  left:52px;
}

@keyframes dvnfblink {
  0%{     color: #FF0000;    }
  80%{    color: transparent; }
}