a { 
	text-decoration:none; 
	color:#00c6ff;
}

h1 {
	font: 4em normal Arial, Helvetica, sans-serif;
	padding: 20px;	margin: 0;
	text-align:center;
}

h1 small{
	font: 0.2em normal  Arial, Helvetica, sans-serif;
	text-transform:uppercase; letter-spacing: 0.2em; line-height: 5em;
	display: block;
}

h2 {
    font-weight:700;
    color:#bbb;
    font-size:20px;
}

h2, p {
	margin-bottom:10px;
}

.container {width: 960px; margin: 0 auto; overflow: hidden; height:910px;}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

#preloader{
	position:absolute;
	top:50%;
	left:50%;
}
.left-arrow {
	display: inline-block;
	position: relative;
	background: #E6E600;
	padding: 5px 15px;
	font-family:arial;
	font-size:13px;
	box-shadow:10px 10px 30px #d8d8d8;
	opacity: 1
}
.left-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #E6E600;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
        opacity: 1
}
.left-arrow span { display:block;}
	.checkbox {
  padding-left: 0px;
  line-height: 22px;
  margin-bottom: 15px;
	font: normal 14px Verdana, Geneva, sans-serif;
  }
  .draggable-notes {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 14px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #eceff0;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: -11px;
  top: 0px;
  margin-left: -9px;
  padding-left: 4px;
  padding-top: 2px;
  font-size: 14px;
      color: #555555;
	}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #097bad;
  border-color: #097bad; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #097bad;
  border-color: #097bad; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #097bad;
  border-color: #097bad;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }
.context-area  {
    display:none;
    padding: 15px;
    border: 2px solid #097bad;
    border-radius: 6px;
    box-shadow: 0 0 20px #ccc inset;
    width: auto;
    padding-bottom: 0px; background-color:#fff;
    position:absolute;	
}
#svgdata{
	position: relative;
	top: -100px;
	display: inline-block;	
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
g{
  	pointer-events: all;
}
table td{
overflow: hidden;
}
.contentheader2 {
    color: #097BAD;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}
#addtolb table td {
    line-height: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}
.popup table td {
    line-height: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}
table td{
    padding: 5px 5px 5px 25px;
    text-align: left;
    /*text-indent: -12px;*/
    vertical-align: top;
}
.textbold {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
}
.article1 { width:100%; margin:0px auto 15px auto; border:0px solid #ccc; border-radius:0px; }
.inner_container { padding:0px; box-sizing:border-box; }
.inner_container table td { padding:0px; }
.contentheader2 { padding:2px 5px; color:#2f88bf; font-size:11px !important; }
.contentheader2 a { color:#ff8200 !important;  }
.viewplate-right { float:right; width:83%;   } 
.viewplate-right-inner { border:3px solid #ccc; overflow:auto; padding:10px; box-sizing:border-box; float:left; width:100%; min-height:600px; }
.viewplate-right table { border:0px; }
.header-container { width:98%; }
.plate_titlebg {
    background: #eee;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.footer_body { margin-top:0px; }
body { background:#fff; }
.header, .article, .footer, .warticle { max-width:100%; }
.footer { box-sizing: border-box; padding: 0 10px;  }

@media only screen and (min-width:768px) and (max-width:1024px) {
.leftmenu { width:25%; }
.viewplate-right { width:75%; } 
.footer { box-sizing: border-box; padding: 0 10px;  }
.footer_body { height:auto; float:left; width:100%; box-sizing:border-box; } 
.footer_center { margin-left:0px !important; }
}
@media only screen and (max-width:767px) {
.leftmenu { width:100%; }
.viewplate-right { width:100%; } 
.top_header_left { width:100%; } 
.top_header_right {float: left; width: 100%; }
.header, .article, .footer, .warticle { width:100%; }
.pagination_back { text-align:left; }
.platemaintitle { width:67%;}
.pagination { padding-top:3px; padding-bottom:3px;}
.viewplate-right-inner { padding:0px; border:0px; background:#fff;}
.top_header_right { float: none; margin: 0 auto; width: 64%; }
.top_header_left { text-align:center; }
.top_header_right form { padding-top:0px; }
.pagination_back { width:14%; }
.footer { line-height:normal; }
.footer_right { line-height:normal; }
.footer_left { line-height:normal; }
.footer { padding:10px 0px; }
.top_header_right { width:95%; }
.top_header_right form { float:left; width:100%; }
.search_box { width:91%; box-sizing:border-box; }
.search_box { border:1px solid #ccc; }
.search_box { width:87%; }
.go_btn { border-radius:3px;}
.pagination_back { width:20%; }
.footer { box-sizing: border-box; padding: 10px 10px;  }

}
