
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  /* font: inherit; */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* table base*/
table tr th {
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  font-size: 10px;
}
table tr td {
  padding-left: 5px;
  padding-top: 5px;
  border: 0;
  border-right: 1px solid rgb(207,207,207);
  height: 15px;
  font-size: 10px;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
  display: block;
}
/*sticky footer*/
html, body {
  height: 100%;
  zoom: 1;
}
.sticky {
  min-height: 100%;
  background: url('../_images/loginScreenBG.png') no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom:-67px;
}
.stickyNoBG {
  min-height: 100%;
  margin-bottom:-67px;
}
.main {
  padding-bottom: 67px;
  height: 100%;
}
footer {
  background: #ffffff;
  color: rgb(64, 64, 64);
  height: 67px;
  clear: both;
}
footer p {
  font-size: 10px;
  padding-top: 10px;
  width: 100%;
  text-align: right;
}
footer p a {
  color: rgb(145,145,145);
}

@media only screen and (max-width:1200px) {
.sticky {
  background-size: cover;
}
}

/*lightbox*/
.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
}
.white_content, .white_content2, .white_content3, .white_content4 {
  background-color: white;
  overflow: auto;
}

/*button styling*/
.button {
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  background: rgb(117,191,187);
  margin-right: 6px;
}
.button:last-child {
  margin-right: 0px;
}
.button a {
  text-decoration: none;
  color: white;
}

/*header styling*/
header, section, footer {
  width: 100%;
  border: none;
}
#loginScreen {margin-bottom: 50px;}
.container-fluid {
  /*width: 960px;*/
  width: 1200px;
  margin: 0 auto;
}
.container-text {
  /*width: 960px;*/
  width: 1200px;
  margin: 0 auto;
}
header {
  background: #ffffff;
  color:#646464
}
.logo {
  float: left;
  background: url('../_images/logo.png?v=hce') no-repeat;
  width: 202px;
  height: 40px;
  background-size: contain;
}
.footer-nabsys-logo {
  float: left;
  background: url('../_images/nabsys-h60.png') no-repeat;
  width: 140px;
  height: 60px;
}
.footer-hitachi-logo {
  display: inline-block;
  margin-top: 15px;
  background: url('../_images/hitachi-h30.png') no-repeat;
  width: 133px;
  height: 30px;
}

/* for normal user*/
.gradientBar {
  margin-top: -7px;
  height: 7px;
  width: 100%;
  background:  #2C8286;
  clear: both;
}
/* for operator user*/
.gradientBarOp {
  margin-top: -7px;
  height: 7px;
  width: 100%;
  background: -webkit-linear-gradient(left, rgb(192,154,19), rgb(221,200,70));
  background: -o-linear-gradient(right, rgb(192,154,19), rgb(221,200,70));
  background: -moz-linear-gradient(right, rgb(192,154,19), rgb(221,200,70));
  background: linear-gradient(to right, rgb(192,154,19), rgb(221,200,70));
  clear: both;
}

/*cousor*/
.grab {
	cursor:grab;
	cursor:-moz-grab;
	cursor:-webkit-grab;
}
.grab:active {
	cursor:grabbing;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}



ul {
  list-style: none;
}

/*login page nav*/
.loginNav li, .mainNav li {
  float: left;
  /* padding: 13px 0; */
  margin-top: 10px;
}
.loginNav li a, .mainNav li a {
  font-size: 9px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
  text-decoration: none;
  /* margin: 0 12px; */
}
.mainNav {
  height: 68px;
  background: white;
}
.mainNav li:first-child {
  margin-left: 13px;
}
.loginNav { /*this creates the slant*/
  position: absolute;
  right: 0px;
  top: 0px;
  width: 145px;
  height: 68px;
}
.loginNav li { /*this counters the slant so the words are not slanted*/
  margin: 0;
  padding: 0px 2px;
  margin-top: 21px;
}
.loginNav li:first-child {
  margin-left: 18px;
}
.loginNav li a {
  margin: 0 5px;
  color: rgb(64, 64, 64);
  font-size: 10px;
}
.loginNav img {
  margin-left: 10px;
  margin-bottom: -3px;
}

/*loggedinNav styling*/
.loggedinNav {
  margin-left: 147px;
}
.loggedinNav li {
  float: left;
  /* margin-right: 20px; */
  padding-top: 24px;
  padding-bottom: 24px;
  padding: 24px 6px;
}
.loggedinNav li:last-child {
  float: right;
  margin-right: 0px;
  padding: 24px 0px;
  text-align: right;
}
.loggedinNav li a {
  font-size: 11px;
  text-transform: uppercase;
  color: rgb(145,145,145);
  text-decoration: none;
  /* margin: 0 12px; */
  padding: 0px 15px;
}
.loggedinNav li:last-child a {
  margin-right: 0px;
  padding: 0px;
}
.loggedinNav .activePage {
  background: rgb(160, 160, 160);
}
.loggedinNav .activePage a {
  color: rgb(234,234,234);
}
.loggedinNav li img {
  margin-left: 10px;
  margin-bottom: -3px;
}

/*login page and overall styling*/
#newCustomers, #logoutScreen {
  padding-top: 142px;
  /* margin-bottom: 30px; */
}
#support_contents {
  padding-top: 10px;
}
#technology h2 span{
  font-size: 20px;
  letter-spacing: 1px;
  color: rgb(29,114,169);
}

#newCustomers h3 span, #logoutScreen h3 span, #passwordReset h3 span,#technology h3 span, #support_contents>h3>span,  .loginTitle {
  font-size: 16px;
  /* font-weight: bold; */
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  color: rgb(29,114,169);
  /*border: 1px solid rgb(29,114,169);*/
  /*padding: 7px 9px;*/
}
#newCustomers p, #logoutScreen p, #technology p, #support_contents>p {
  padding: 28px 0 40px 0;
  font-size: 12px;
  color: rgb(115,115,115);
}


.login-form {
  height: 100%;
  position: relative;
}
.registor-form, .login-form {
  width: 100%;
}
#outsideLogin {
  padding-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
#outsideLogin p {
  font-size: 12px;
  color: rgb(115,115,115);
}
#outsideLogin ul {
  padding-left: 30px;
}
#outsideLogin ul li {
  font-size: 12px;
  color: rgb(115,115,115);
}

#loginScreen .container-fluid .login-form aside {
  margin-top: 142px;
  margin-left: auto;
  margin-right: auto;
}

#loginScreen .container-fluid aside {
  max-width: 300px;
  color: rgb(115,115,115);
  box-sizing: border-box;
}
#loginScreen .container-fluid aside h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-weight: bold; */
  margin-bottom: 15px;
}
#loginScreen .container-fluid aside h4 {
  font-size: 12px;
  padding: 5px 0 21px 0;
}
#loginScreen .container-fluid aside p {
  padding-bottom: 12px;
}

#technology>div{
	margin-top:20px;
}
#technology .container-fluid aside {
  padding-top: 20px;
  padding-bottom:20px;
  float: right;
  color: rgb(115,115,115);
  box-sizing: border-box;
}
#technology .container-fluid aside h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-weight: bold; */
  margin-bottom: 15px;
}
#technology .container-fluid aside h4 {
  font-size: 12px;
  padding: 5px 0 21px 0;
}
#technology .container-fluid aside p {
  padding-bottom: 12px;
}


.loginInfo {
  width: 100%;
  margin-bottom: 12px;
  outline: none;
  border: 1px solid #999;
  padding: 4px;
  padding-left: 4px;
  font-size: 10px;
}
#loginScreen .container-fluid aside h5 {
  float: left;
  font-size: 10px;
  text-decoration: underline;
}
#loginScreen .container-fluid .button {
  margin-top: 30px;
  cursor: pointer;
}

/*logout page specific styling*/
#logoutScreen h4, #passwordReset h4 {
  font-size: 15px;
  color: rgb(115,115,115);
  padding: 35px 0 12px 0;
}
#logoutScreen p {
  padding-top: 20px;
}
.underline {
  border-bottom: 1px solid rgb(115,115,115);
  width: 100%;
}

/*password_reset page specific styling*/
#passwordResetScreen .container-fluid {
  width: 100%;
  max-width: 700px;
}
#passwordReset {
  padding-top: 125px;
  max-width: 300px;
}
#passwordReset h4 {
  font-size: 10px;
  padding-bottom: 26px;
}
#passwordReset .underline {
  margin-bottom: 40px;
}
#passwordReset .loginInfo {
  margin-bottom: 27px;
}

#passwordReset .container p {
  font-size: 12px;
  color: rgb(115,115,115);
  padding-bottom: 12px;
}

#passwordReset ul {
  padding-left: 30px;
}

#passwordReset ul li {
  font-size: 12px;
  color: rgb(115,115,115);
}


 /*dashboard page specific styling*/
#dashboardTop {
  background-color: #272727;
  padding: 30px 0px;
  color: white;
}
#dashboardTop h2 {
  font-size: 18px;
}
#dashboardTop p {
  font-size: 10px;
  padding-top: 10px;
  line-height: 13px;
}
#progressContainer a div{
  border-radius: 8px;
  padding: 27px 0px 17px 0px;
  text-align: center;
}
#progressContainer a div {
  background: #ffffff; /* #292929*/
}
#progressContainer a div h3 {
  color: rgb(109,176,172);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#progressContainer span {  /*this sets up the overall formatting for the numbers*/
  display: block;
  font-size: 32px;
  color: #292929;
  line-height: 57px;
  text-align: center;
  /* font-weight: bold; */
}
#dashboardBottom {
  background: white;
  padding-bottom: 60px;
}
#projectsTable, #yourActivity, #remainingRuns, #dataStorage, #dashboardBottom aside {
  padding-top: 54px;
}
#dashboardBottom aside {
  float: right;
  /* width: 300px; */
  font-size: 10px;
}
#dashboardBottom aside h3 {
  color: rgb(29,114,169);
  /* float: left; */
  font-size: 15px;
  /* width: 300px; */
  border-bottom: 1px solid rgb(207,207,207);
}
#dashboardBottom aside h4 {
  color: rgb(29,114,169);
  font-size: 12px;
  float: left;
  margin-top: 30px;
  clear:both;
}
#dashboardBottom aside h4:first-child {
  margin-top: 12px;
}
#dashboardBottom aside p {
  color: rgb(127,127,127);
  font-size: 13px;
  float: left;
  margin-top: 12px;
  clear:both;
}
#dashboardBottom aside .btn {
  float: left;
  width: 100%;
  color: white;
  text-align: center;
  background: rgb(117,191,187);
  margin-top: 30px;
  text-transform: uppercase;
  padding-top: 6px;
  border-radius: 2px;
  font-size: 10px;
}
#projectsTable h3, #yourActivity h3, #remainingRuns h3, #dataStorage h3 {
  background: rgb(29,114,169);
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-left: 10px;
  border-radius: 3px 3px 0 0;
  cursor: default;
}
#PIPCol1, #PIPCol3 {
  width: 190px;
}
#PIPCol2 {
  width: 230px;
}
#projectsTable table tr th {
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  text-align: center;
  font-size: 10px;
}
#projectsTable table tr td {
  padding-left: 10px;
  padding-top: 5px;
  border: 0;
  border-right: 1px solid rgb(207,207,207);
  height: 25px;
  font-size: 15px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
}
#projectsTable table tr td:first-child {
  color: rgb(117,191,187);
  font-weight: bold;
}
#projectsTable table tr td:last-child {
  color: rgb(80,80,80);
  border-right: none;
}
#projectsTable table tr td:last-child span {
/*  display: block; */
  background: rgb(29,114,169);
  color: white;
/*  width: 45px; */
/*  float: right; */
/*  margin-right: 18px; */
/*  border-radius: 1px; */
}
#projectsTable table .fillerRow td, #projectsTable table .underlineRow td {
  height: 20px;
  border-right: none;
}
#projectsTable table .underlineRow td {
  border-bottom: 1px solid rgb(207,207,207);
}
#dataStorage table tr td {
  padding-left: 10px;
  padding-top: 5px;
  border: 0;
  border-right: 0;
  height: 25px;
  font-size: 15px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  width: 300px;
}
#statusBar1 {
  margin-top: 5px;
  width: 210px;
  height: 14px;
  border-radius: 10px;
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 50%, rgb(55,55,55) 51%, rgb(55,55,55));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 50%, rgb(55,55,55) 51%, rgb(55,55,55));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 50%, rgb(55,55,55) 51%, rgb(55,55,55));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 50%, rgb(55,55,55) 51%, rgb(55,55,55));
}
#statusBar2 {
  margin-top: 5px;
  width: 210px;
  height: 14px;
  border-radius: 10px;
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 75%, rgb(55,55,55) 76%, rgb(55,55,55));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(55,55,55) 76%, rgb(55,55,55));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(55,55,55) 76%, rgb(55,55,55));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(55,55,55) 76%, rgb(55,55,55));
}
#yourActivity table tr th {
  width: 49px;
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding-top: 6px;
  font-size: 10px;
}
#yourActivity table tr th:first-child {
  padding-left: 22px;
}
#yourActivity div h6 {
  padding-top: 10px;
  font-size: 9px;
  color: rgb(55,55,55);
}

#remainingRuns div {
  padding-left: 22px;
}

#notifications {
	max-height:400px;
	overflow:auto;
}
#notifications_inner{
	max-width:250px;
}


/*project_top page specific styling*/
.upperProject {
  background-color: #272727;
  min-height: 52px;
  color: white;
  padding-top: 20px;
  box-sizing: content-box;
  /* margin-bottom: 20px; */
}
.upperProject h2, .upperProject .container-fluid h3 {
  font-size: 15px;

  margin: 7px 0 17px 0;
  float: left;
}
.upperProject #divider {
  height: 36px;
  width: 1px;
  background: white;
  float: left;
  /* margin-right: 15px; */
  margin-left: 15px;
}
.upperProject h4 {
  font-size: 10px;
  max-width: 455px;
  width: 100%;
  float: left;
  margin: 4px 0 20px 17px;
}
.upperProject .button {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
}
#lowerProjectTop table {
	clear:both;
}

#lowerProjectTop table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#lowerProjectTop table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 10px;
  font-size: 10px;
}
#lowerProjectTop table tr td {
  padding: 0 5px;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
}
/*
#lowerProjectTop table tr td img {
  margin-right: 8px;
}
#lowerProjectTop table tr td img:last-child {
  margin-right: 0px;
}
*/
#lowerProjectTop table tr td img {
  margin-right: 0px;
}
#lowerProjectTop table tr td a {
  margin-right: 8px;
}
#lowerProjectTop table tr td a:last-child {
  margin-right: 0px;
}

#lowerProjectTop table tr td:first-child {
  font-weight: bold;
}
#lowerProjectTop table tr td:last-child {
  border-right: none;
}

/*project_settings page specific styling*/
#projectCreation {
  margin-top: 60px;
  height: 123px;
  position: relative;
}
#projectCreation form p {

  font-size: 13px;
  color: rgb(29,114,169);
  width: 774px;
  float: left;
}
#projectCreation form p:last-child input, #projectCreation form p:nth-child(2) input {
  width: 590px;
  float: right;
  border: 0px;
  background: rgb(241,241,241);
}
#projectCreation form p:nth-child(2) input {
  height: 34px;
  margin-bottom: 20px;
}
#projectCreation form p:last-child input {
  height: 65px;
  margin-bottom: 45px;
}
#projectCreation .button, #projectSamples .button {
  float: right;
  width: 145px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  margin-right: 0px;
}
#projectCreation .button:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
#projectSamples {
  float: left;
}
#projectSamples h3 {
  background: rgb(29,114,169);
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 3px 3px 0 0;
}
#PSCol1 {
  width: 175px;
}
#PSCol5 {
  width: 145px;
}
#lowerProjectSettings table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#lowerProjectSettings table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 18px;
  font-size: 10px;
  text-align: center;
}
#lowerProjectSettings table tr td {
  padding: 0 18px;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
  text-align: center;
  vertical-align: middle;
  overflow-wrap: break-word;
  max-width: 300px;
}
#lowerProjectSettings table tr td img {
  margin-right: 8px;
}
#lowerProjectSettings table tr td img:last-child {
  margin-right: 0px;
}
#lowerProjectSettings table tr td:first-child {
  font-weight: bold;
}
#lowerProjectSettings table tr td:last-child {
  border-right: none;
}
#projectSamples .button {
  margin: 50px 0;
}
#lowerProjectSettings .white_content {
  left: 32.5%;
  width: 35%;
  border-radius: 2px;
  border-bottom: 20px solid rgb(241,241,241)
}
#lowerProjectSettings .white_content h3 {

  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  background: rgb(29,114,169);
  padding: 12px 15px;
}
#lowerProjectSettings .white_content p {

  font-size: 15px;
  color: rgb(110,110,110);
  margin-top: 60px;
  text-align: center;
}
#lowerProjectSettings .white_content .button {
  margin-top: 20px;
}
#lowerProjectSettings .white_content .center {
  width: 160px;
  margin: 0 auto;
}

/*Project Summary page specific styling*/
.upperProject .container-fluid h3 {
  margin: 7px 0px 0px 17px;
  margin-left: 0px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.upperProject .container-fluid h3 img {
  margin-bottom: -3px;
}

#lowerProjectSummary #summaryNav {
  width: 100%;
  background: rgb(241,241,241);
  padding-top: 15px;
  padding-bottom: 0px;
}
#lowerProjectSummary #summaryNav #view_options{
	/* padding-top: 6px; */
	float: left;
	width: 640px;
}
#lowerProjectSummary #summaryNav .container-fluid>div {
  float: left;
}
#lowerProjectSummary #summaryNav .summaryNavText {
  font-size: 13px;
  margin: 6px 8px 6px 0;
  color: rgb(29,114,169);
  float: left;
}
#lowerProjectSummary #summaryCharts aside {
  float: right;
  /*
  width: 138px;
  */
  width: 720px;
  font-size: 12px;
}
#lowerProjectSummary #summaryCharts aside a {
  color: rgb(81,81,81);
}
#lowerProjectSummary #summaryCharts aside>div {
  margin-left: 30px;
  min-height: 30px;

}
.greybox {
  background: url(../_images/greybox.png) no-repeat;
  float: right;
  padding-left: 40px;
}
.bluebox {
  background: url(../_images/bluebox.png) no-repeat;
  float: right;
}
.cyanbox {
  background: url(../_images/cyanbox.png) no-repeat;
  float: right;
}
.mapSolver {
  background: url(../_images/MapSolver_Icon.png) no-repeat;
  float: left;
  cursor:pointer;
}
.mapSolver h4, .redetectSV h4 {padding-left:10px}
.redetectSV {
  background: url(../_images/redetect_sv.png) no-repeat;
  float: left;
  cursor:pointer;
}
#lowerProjectSummary #summaryCharts aside .redetectSV {
  /* margin-top: 17px; */
  height: 22px;
}
#lowerProjectSummary #summaryCharts aside div h4 {
  margin: 0 0 0 27px;
  float: left;
  font-size: 13px;
}

.dropdownframe{overflow: hidden;vertical-align: bottom; }
#view_options div.dropdownframe {width:auto;} /*240px;*/
#view_options .dropdown {width:auto;}  /*240px;*/
#jobsProject div.dropdownframe {width:auto;}  /*240px;*/
#jobsProject .dropdown {width:auto;}  /*240px;*/
#paramTbl_physicalLocation div.dropdownframe{width:100px; }
#paramTbl_physicalLocation .dropdown{width:100px; }


.dropdown {
  font-size: 14px;
  color: rgb(97,97,97);
}
select.dropdown::-ms-expand{
	display:none;
}

.dropdown p {
  margin-top: 8px;
  float: left;
}
#lowerProjectSummary #summaryNav .dropdown {
  margin-right: 20px;
  background-color: #fff;
  padding-right: 40px;
  float: left;
}
#lowerProjectSummary #summaryNav .container-fluid .button {
  float: right;
  margin: 0 0 0 15px;
}
#summaryCharts {
  padding-top: 24px;

}
#summaryCharts:after{
	clear: both;
	position:static;
}
#summaryCharts #test{
	position:absolute; top:0; left:270px;
}
#summaryCharts #test:after{
	clear: both;
	position:static;
}
#lowerProjectSummary #summaryCharts .dropdownframe {
	width:120px;
}
#lowerProjectSummary #summaryCharts .dropdown {
  margin: 0 0 10px 0;
  background-color: rgb(241,241,241);
  padding-right: 40px;
  width:120px;
}
#summaryPieChart {
/*   height: 420px; */
  width: 270px;
  float: left;
}
#summaryPieChart>div {
  float: left;
}
#summaryPieChart >h3 {
  font-size: 13px;
  color: rgb(29,114,169);
  margin-right:8px;
  width:120px;
}
#summaryPieChart #total {
  font-size: 13px;
  color: rgb(29,114,169);
  width:120px;
  text-align:right;
}
#summaryPieChart div>h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(81,81,81);
  margin: 14px 0 0 40px;
}
#summaryPieChart #geneTable{
	width:180px;
}
#piechart {
  width: 180px;
  background-size: contain;
 /* margin-top: 64px; */
  clear: both;
}
#summary_chart_sub {
  height: 30px;
  width:1080px;
  background-size: contain;
  float: left;
  position: relative;
}
#summary_chart {
  height: 400px;
  width: 1080px;

  background-size: contain;
  overflow-y:scroll;
  float: left;
  position: relative;
}
#summary_blank {
  height: 5px;
  width:1000px;
  background-size: contain;
  float: left;
  position: relative;
}
#summary_bottom {
  height: 15px;
  width:1000px;
  background-size: contain;
  float: left;
  position: relative;
}

#filterlist {
	font-size:10px;
}

#lowerProjectSummary .white_content, #lowerProjectSummary .white_content2, #lowerProjectSummary .white_content3, #lowerProjectSummary .white_content4 {
  width: 100%;
  /* min-height: 550px; */
  border-radius: 2px;
  overflow-y: auto;
}


#lowerProjectSummary #Chr22xml>div, #lowerProjectSummary #Chr22contig>div {
  background: rgb(29,114,169);
  height: 50px;
  padding-top: 10px;
}
#lowerProjectSummary #Chr22xml>#errorBox {
  background: white;
  float: left;
  margin-top: 20px;
  width: 520px;
  height: 410px;
}
#launchNewProcess #errorBox {
  width: 420px;
  height: 300px;
}
#lowerProjectSummary .white_content div h3, #lowerProjectSummary .white_content h3, #lowerProjectSummary .white_content2 h3, #lowerProjectSummary .white_content3 h3, #lowerProjectSummary .white_content4 h3 {

  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  margin: 10px 0 0 15px;
}
#lowerProjectSummary #Chr22xml>p, #lowerProjectSummary #Chr22contig>p {

  font-size: 15px;
  color: rgb(110,110,110);
  margin-top: 60px;
  text-align: center;
}
#lowerProjectSummary .white_content .button {
  margin-top: 6px;
  float: right;
}
#lowerProjectSummary .white_content img {
  margin: 20px 20px 0 0;
  float: right;
}
#lowerProjectSummary .white_content2 h3, #lowerProjectSummary .white_content3 h3, #lowerProjectSummary .white_content4 h3 {
  background: rgb(29,114,169);
  /* height: 40px; */
  margin: 0;
  padding: 4px 0 0 62px;
}
#lowerProjectSummary .white_content2 h3 {
  padding: 0px 0 0 10px;
}
#lowerProjectSummary .white_content3 h3 {
  background: rgb(29,114,169) url(../_images/big_map_solver.png) 20px 0px no-repeat;
}
#lowerProjectSummary .white_content4 h3 {
  background: rgb(29,114,169) url(../_images/redetect_sv.png) 20px 0px no-repeat;
}
#lowerProjectSummary .white_content2 .container-fluid, #lowerProjectSummary .white_content3 .container-fluid, #lowerProjectSummary .white_content4 .container-fluid {
  width: 100%;
  /* margin: 20px auto; */
  padding: 0px;
}
.white_content2 #sampleTable {
  width: 100%;
  margin-bottom: 50px;
}
.white_content2 #sampleTable tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 18px;

  font-size: 10px;
}
.white_content2 #sampleTable tr td {
  padding: 0 18px;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
}
.white_content2 #sampleTable tr td:last-child {
  border-right: none;
}
#lowerProjectSummary .white_content2 .button, #lowerProjectSummary .white_content3 .button, #lowerProjectSummary .white_content4 .button  {
  float: right;
  margin: 40px 0 20px 8px;
}
.fileFolder {

  font-size: 12px;
  color: rgb(81,81,81);
  margin: 15px auto 0;
}
.fileFolder img, .fileFolder h4 {
    display: inline-block;
}
.fileFolder h4 {
  margin-left: 10px;
}
.folderTable tr td {
  border: 0;
  vertical-align: middle;
  height: 26px;
  text-align: left;
}
.folderTable tr td a {
  color: rgb(140,200,197);
  text-decoration: underline;
  margin-left: 5px;
}
#lowerProjectSummary .white_content3 h4, #lowerProjectSummary .white_content4 h4 {
  margin-top: 50px;
  font-size: 13px;
  color: rgb(29,114,169);
}
#lowerProjectSummary .white_content4 span {
  /* margin-top: 50px; */
  font-size: 13px;
  color: rgb(29,114,169);
  /* line-height: 55px; */
}

#lowerProjectSummary .white_content3 .container-fluid, #lowerProjectSummary .white_content4 .container-fluid {
  width: 500px;
}
#lowerProjectSummary .white_content3 .container, #lowerProjectSummary .white_content4 .container {
  float: left;
  width: 100%;
  max-width: 500px;
}
#lowerProjectSummary .white_content3 .container-fluid>p, #lowerProjectSummary .white_content4 .container-fluid>p, #lowerProjectSummary .white_content4 .container>p {
  font-size: 13px;

  color: rgb(110,110,110);
  margin-bottom: 25px;
  margin-top: 5px;
}
#lowerProjectSummary .white_content3 ul {
  float: left;
  width: 300px;
}
#lowerProjectSummary .white_content3 ul li {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 13px;

  color: rgb(110,110,110);
}
#lowerProjectSummary .white_content3 .dropdown {
  float: right;
  background-color: rgb(241,241,241);
  width: 100px;
}
#lowerProjectSummary .white_content3 .button {
  margin-top: 100px;
}
#lowerProjectSummary .white_content4 .container-fluid h4 {
  float: left;
  margin-top: 15px;
}
#lowerProjectSummary .white_content4 .container-fluid>p {
  float: left;
  margin-bottom: 30px;
}
#lowerProjectSummary .white_content4 .dropdown {
  float: right;
  background-color: rgb(241,241,241);
  width: 330px;
  /* margin-top: 15px; */
  margin-top: 0px;
}
#lowerProjectSummary .white_content4 p {margin-bottom:40px}
#lowerProjectSummary .white_content4 ul {
  float: left;
  margin-top: 5px;
}
#lowerProjectSummary .white_content4 ul li {
  margin-top: 10px;
  margin-left: 103px;
  font-size: 13px;
  color: rgb(110,110,110);
}
#lowerProjectSummary .white_content4 .container>p {
  float: left;
  margin: 30px 0 0px 145px;
}
#lowerProjectSummary .white_content4 .container>p a {
  color: rgb(140,200,197);
  text-decoration: underline;
  margin-left: 8px;
}
#lowerProjectSummary #editSample .container-fluid, #lowerProjectSummary #resubmitProcess .container-fluid {
  width: 480px;
  margin: 30px auto;
}
#lowerProjectSummary #editSample .container, #lowerProjectSummary #resubmitProcess .container {
  /* float: left; */
  width: 480px;
  margin: auto;
}
#lowerProjectSummary #editSample h4, #lowerProjectSummary #resubmitProcess h4 {
  font-size: 13px;
  color: rgb(29,114,169);
  float: left;
  width: 30%;
}
#lowerProjectSummary #editSample h5, #lowerProjectSummary #resubmitProcess h5 {
  color: rgb(110,110,110);
  font-size: 13px;
  float: left;
  width: 30%;
}
#lowerProjectSummary #editSample span, #lowerProjectSummary #resubmitProcess span {
  background: rgb(241,241,241);
  width: 334px;
  height: 20px;
  display: block;
  float: left;
  padding: 10px 0 0 10px;
}
#lowerProjectSummary #editSample .container-fluid .container>p, #lowerProjectSummary #editSample .container-fluid span>p, #lowerProjectSummary #resubmitProcess .container-fluid .container>p, #lowerProjectSummary #resubmitProcess .container-fluid span>p {
  color: rgb(110,110,110);
  font-size: 10px;
  float: left;
}
#lowerProjectSummary #editSample label {
  color: rgb(110,110,110);
  font-size: 12px;
  float: left;
}
#lowerProjectSummary #editSample input {
  float: left;
  margin-left: 0;
}
#lowerProjectSummary #editSample .container-fluid .container>h4, #lowerProjectSummary #editSample .container-fluid .container>h5, #lowerProjectSummary #resubmitProcess .container-fluid .container>h4, #lowerProjectSummary #resubmitProcess .container-fluid .container>h5 {
  width: 136px;
}
#lowerProjectSummary #editSample .dropdown, #lowerProjectSummary #resubmitProcess .dropdown {
  float: left;
  background-color: rgb(241,241,241);
  width: 70%;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

#lowerProjectSummary #editSample .container-fluid>div:nth-child(-n+7), #lowerProjectSummary #resubmitProcess .container-fluid>div:nth-child(-n+6) {
  padding-top: 20px;
}
#lowerProjectSummary #editSample .container-fluid>div:nth-child(4), #lowerProjectSummary #editSample .container-fluid>div:nth-child(5), #lowerProjectSummary #resubmitProcess .container-fluid>div:nth-child(4), #lowerProjectSummary #resubmitProcess .container-fluid>div:nth-child(5) {
  padding-top: 10px;
}

#lowerProjectSummary #editSample textarea, #lowerProjectSummary #resubmitProcess textarea {
  width: 100%;
  height: 88px;
  float: left;
  border: 1px solid rgb(207, 207, 207);
  max-width: 100%;
  outline: none;
}
#lowerProjectSummary #editSample .button, #lowerProjectSummary #resubmitProcess .button {
  margin-top: 60px;
}

#lowerProjectSummary #launchNewProcess .container-fluid {
  width: 470px;
  margin-top: 40px;
}

#shareSetting label{
	font-size:12px;

}

#redirectNow h4 {
  margin-top: 88px;
}
#redirectBar {
  float: left;
  margin-top: 10px;
  width: 470px;
  height: 20px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 50%, rgb(241,241,241) 51%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 50%, rgb(241,241,241) 51%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 50%, rgb(241,241,241) 51%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 50%, rgb(241,241,241) 51%, rgb(241,241,241));
}
#redirectNow .button {
  margin-top: 250px;
}
#lowerProjectSummary #RedetectUpload .container-fluid {
  width: 440px;
}
#lowerProjectSummary #RedetectUpload .container-fluid>h4 {
  float: none;
}
#lowerProjectSummary #RedetectUpload .container-fluid>p {
  width: 440px;
  float: none;
}
#lowerProjectSummary #RedetectUpload .fileFolder {
  height: 80px;
}
#lowerProjectSummary #RedetectUpload .fileFolder:last-child {
  height: 50px;
}
#lowerProjectSummary #RedetectUpload .fileFolder h4 {
  margin-top: 0;
}
#lowerProjectSummary #RedetectUpload span {
  height: 22px;
  display: block;
  width: 335px;
  background: rgb(241,241,241);
  padding: 7px 0 0 10px;
}
#lowerProjectSummary #RedetectUpload span p {
  font-size: 10px;
  color: rgb(97,97,97);
}
#lowerProjectSummary #RedetectUpload .container {
  margin: 10px 0 0 0;
  width: 440px;
}
#lowerProjectSummary #RedetectUpload .container .button {
  margin: 0 0 0 5px;
}
#lowerProjectSummary #RedetectUpload {
  height: 580px;
}
#lowerProjectSummary #ErrorLog {
  width: 45%;
  min-width: 800px;
  left: 27.5%;
}
#lowerProjectSummary #ErrorLog .container-fluid {
  width: 100%;
}
#lowerProjectSummary #ErrorLog .container-fluid>h4 {
  color: rgb(29,114,169);
  font-size: 13px;
  margin-bottom: 15px;
}
#lowerProjectSummary #ErrorLog .container-fluid>h4 span {
  color: rgb(115,115,115);
  font-size: 12px;
}
#lowerProjectSummary #ErrorLog #sampleTable {
  width: 100%;
  margin-top: 30px;
}
#errorBox {
  height: 300px;
  background: rgb(241,241,241);
  font-size: 10px;
  color: rgb(115,115,115);
  padding: 15px 25px;
  overflow-y: scroll;
}
#errorBox::-webkit-scrollbar {
  width: 6px;
  background: rgb(202,202,202);
  border-radius: 4px;
}
#errorBox::-webkit-scrollbar-thumb {
  background: rgb(117,191,187);
  border-radius: 4px;
}
#errorBox .errorText {
  display: inline-block;
}
#errorBox .errorOK {
  display: block;
  color: rgb(29,114,169);
}
#errorBox span {
  color: rgb(29,114,169);
}
.job {
  display: block;
  width: 45%;
  min-width: 800px;
  min-height: 490px;
  left: 27.5%;
  border-radius: 2px;
  border-bottom: 20px solid rgb(241,241,241);

}
.job>h3 {
  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  background: rgb(29,114,169);
  height: 40px;
  padding: 20px 0 0 20px;
}
.job .container-fluid {
  width: 700px;
  margin-top: 30px;
}
.job .container-fluid>h4 {
  color: rgb(29,114,169);
  font-size: 13px;
  margin-bottom: 15px;
}
.job .container-fluid>h4 span {
  color: rgb(115,115,115);
  font-size: 12px;
}
.job #sampleTable {
  width: 700px;
  margin-top: 30px;
}
.job .container-fluid>h3 {
  color: rgb(29,114,169);
  font-size: 18px;
}
.job .container-fluid>p {
  color: rgb(115,115,115);
  font-size: 12px;
  margin-top: 15px;
}
.job .button {
  float: right;
  margin: 70px 0 40px 6px;
}
.job h5 {
  width: 170px;
  font-size: 11px;
  color: rgb(115,115,115);
  display: inline-block;
  float: left;
  margin-top: 3px;
}
.modal-body #abortProcessBar1 {
  display: inline-block;
  width: 70%;
  height: 20px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgb(196,196,196), rgb(196,196,196) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(196,196,196), rgb(196,196,196) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(196,196,196), rgb(196,196,196) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(196,196,196), rgb(196,196,196) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
}
.modal-body #abortProcessBar2 {
  display: inline-block;
  width: 70%;
  height: 20px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgb(196,196,196), rgb(196,196,196) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(196,196,196), rgb(196,196,196) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(196,196,196), rgb(196,196,196) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(196,196,196), rgb(196,196,196) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
}
.modal-body h6 {
  font-size: 13px;
  color: rgb(29,114,169);
  margin: 20px 0 0 30%;
}
.modal-body p {font-size:12px; margin-top:15px; color:rgb(115,115,115);}
#JobAbortProcessStop {
  min-height: 530px;
}
#JobAbortProcessStop h4 {
  color: rgb(115,115,115);
}
#JobProcessStatus {
  min-height: 600px;
}
#JobProcessStatus #errorBox {
  height: 100px;
}
#JobProcessStatus .container h4 {
  color: rgb(29,114,169);
  font-size: 13px;
  margin-bottom: 15px;
  width: 250px;
  display: inline-block;
}
#JobProcessStatus .container p {
  font-size: 12px;
  color: rgb(115,115,115);
  width: 450px;
  display: inline-block;
}
#JobProcessStatus .button {
  float: right;
  margin: 20px 0 30px 6px;
}
#JobAbortProcessUpload h5 {
  width: 600px;
  font-size: 13px;
  float: none;
}


#JobAbortProcessUpload {
  min-height: 730px;
}
#JobAbortProcessUpload .fileFolder {
  margin: 10px 0 0 30px;
  height: 80px;
}
#JobAbortProcessUpload .container span {
  height: 22px;
  display: block;
  width: 590px;
  background: rgb(241,241,241);
  padding: 7px 0 0 10px;
}
#JobAbortProcessUpload .container span p {

  font-size: 10px;
  color: rgb(97,97,97);
}
#JobAbortProcessUpload .container {
  margin: 10px 0 0 0;
  width: 700px;
}
#JobAbortProcessUpload .container .button {
  margin: 0;
}
#JobAbortProcessUpload .container-fluid>.button {
  margin: 20px 0 20px 6px;
}
#JobAbortProcessUpload .container-fluid>div:nth-last-child(3) {
  float: left;
  margin-left: 0;
}
#jobsProject .container-fluid {
  padding-top: 30px;
}
#jobsProject .container-fluid h4 {
  font-size: 13px;
  color: rgb(29,114,169);
  float: left;
  margin: 6px 10px 0 0;
}
#jobsProject .container-fluid .dropdown {
  width: auto;
  border: 0px;
  border-radius: 0px;
  text-align: left;
  background: url(../_images/arrow_dropdown.gif) rgb(241,241,241) no-repeat;
  background-position: top right; 
  background-size:30px;
  outline: none;
}
#jobsProject .container-fluid .button {
  float: right;
  margin-right: 0;
}
#jobsTabNav li {
  float: left;
  margin-right: 4px;

  font-size: 15px;
  letter-spacing: 1px;
  padding: 7px 10px;
  border-radius: 2px 2px 0 0;
  margin-top: 4px;
}
#jobsTabNav li a {
  text-decoration: none;
  color: white;
  padding: 0px;
  border: none!important;
}
#jobsTabNav li.active {
  background: rgb(29,114,169);
}
#jobsTabNav li {
  background: rgb(137,174,218);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {background-color:transparent;border:none;}
#jobsProject table {
/*margin: 2px 0 30px 0;*/
	clear:both;
}
#jobsProject table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#jobsProject table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 18px;
  font-size: 10px;
}
#jobsProject table tr td {
  padding: 0 10px;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  color: rgb(80,80,80);
}
#jobsProject table tr td img {
  margin-right: 8px;
}
#jobsProject table tr td img:last-child {
  margin-right: 0px;
}

#jobsProject #jobProcessTable .statusbar {
  width: 140px;
  height: 20px;
  border-radius: 2px;
}
#jobsProject #jobProcessTable #status1 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
}
#jobsProject #jobProcessTable #status2 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
}
#jobsProject #jobProcessTable #status3 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
}
#jobsProject #jobProcessTable #status4 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
}
#jobsProject #jobProcessTable #status5 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
}
#jobsProject #jobProcessTable #status6 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
}
#jobsProject #jobProcessTable tr td:last-child {
  background: white;
}
#jobsProject #jobProjectTable #PSCol1, #jobsProject #jobProcessTable #PSCol1, #jobsProject #jobCompletedTable #PSCol1 {
  width: 175px;
}
#jobsProject #jobProjectTable #PSCol5, #jobsProject #jobProcessTable #PSCol5, #jobsProject #jobCompletedTable #PSCol5 {
  width: 250px;
}
#jobsProject #jobProjectTable #PSCol6, #jobsProject #jobProcessTable #PSCol6, #jobsProject #jobCompletedTable #PSCol6 {
  width: 145px;
}
#jobsProject #jobProjectTable8 #PSCol1, #jobsProject #jobProcessTable8 #PSCol1, #jobsProject #jobCompletedTable8 #PSCol1, #jobsProject #jobErrorsTable8 #PSCol1 {
  width: 64px;
}
#jobsProject #jobProjectTable8 #PSCol5, #jobsProject #jobProcessTable8 #PSCol5, #jobsProject #jobCompletedTable8 #PSCol5, #jobsProject #jobErrorsTable8 #PSCol5 {
  width: 92px;
}
#jobsProject #jobProjectTable8 #PSCol7, #jobsProject #jobProcessTable8 #PSCol7, #jobsProject #jobCompletedTable8 #PSCol7, #jobsProject #jobErrorsTable8 #PSCol7 {
  width: 162px;
}
#jobsProject #jobProjectTable8 #PSCol8, #jobsProject #jobProcessTable8 #PSCol8, #jobsProject #jobCompletedTable8 #PSCol8, #jobsProject #jobErrorsTable8 #PSCol8 {
  width: 112px;
}
#jobsTabNav #tabProjectActive, #jobsTabNav #tabProcess, #jobsTabNav #tabCompleted, #jobsTabNav #tabErrors {
  display: block;
}
#jobsProject #jobProjectTable, #jobsProject #jobProjectTable8 {
  display: block;
}
#jobsTabNav #tabProject, #jobsTabNav #tabProcessActive, #jobsTabNav #tabCompletedActive, #jobsTabNav #tabErrorsActive {
  display: none;
}
#jobsProject #jobProjectTable8 tr td, #jobsProject #jobProjectTable8 tr td, #jobsProject #jobProcessTable8 tr td, #jobsProject #jobCompletedTable8 tr td, #jobsProject #jobErrorsTable8 tr td {
  padding: 0 12px;
}
#jobsProject #jobProjectTable8 tr th, #jobsProject #jobProjectTable8 tr th, #jobsProject #jobProcessTable8 tr th, #jobsProject #jobCompletedTable8 tr th, #jobsProject #jobErrorsTable8 tr th {
  padding: 6px 10px 0 12px;
}

#lowerResources .container-fluid {
  padding-top: 30px;
  padding-bottom:30px;
  /* height: 30px; */
}
#lowerResources .container-fluid h4 {

  font-size: 13px;
  color: rgb(29,114,169);
  margin: 6px 10px 0 0;
  width: 100%;
}
#lowerResources .container-fluid .button {
  float: right;
  margin: 0 0 0 12px;
}
#lowerResources table {
  /* width: 960px; */
  margin-top: 30px;
  height: 156px;
  clear:both;
}
#lowerResources table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#lowerResources table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 18px;
  font-size: 10px;
}
#lowerResources table tr td {
  padding: 0 10px;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  color: rgb(80,80,80);
}
#lowerResources table tr td:last-child {
  border-right: none;
}
#resourcesNav label {
  display: inline-block;
  font-size: 10px;
  color: rgb(29,114,169);
  margin: 10px;
}

#downloadConversion h3, #uploadReference h3, #uploadReferenceProcess h3 {
  background: rgb(29,114,169);
  height: 40px;
  margin: 0;
  color: white;
  padding: 9px 0 0 20px;
}
#downloadConversion h4 {
  margin-top: 50px;
  font-size: 18px;
  color: rgb(29,114,169);
}
#downloadConversion .container-fluid>p {
  font-size: 10px;
  color: rgb(110,110,110);
  margin-bottom: 25px;
  margin-top: 40px;
}
#downloadConversion ul li {
  margin-top: 20px;
  font-size: 10px;

  color: rgb(110,110,110);
}
#downloadConversion ul li p {
  float: right;
  width: 230px;
  margin-top: 2px;
}
#downloadConversion .button {
  float: right;
  margin: 150px 0 30px 12px;
}
#uploadReference h4, #uploadReferenceProcess h4 {
  font-size: 13px;
  color: rgb(29,114,169);
}
#uploadReferenceProcess h5 {
  width: 200px;
  font-size: 11px;
  color: rgb(115,115,115);
  display: inline-block;
  float: left;
  margin-top: 3px;
}
#uploadReferenceProcess #uploadProcessBar1 {
  display: inline-block;
  width: 300px;
  height: 20px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
}
#uploadReferenceProcess #uploadProcessBar2 {
  display: inline-block;
  width: 300px;
  height: 20px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
}
#uploadReferenceProcess #uploadProcessBar3 {
  display: inline-block;
  width: 300px;
  height: 20px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 25%, rgb(241,241,241) 26%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 25%, rgb(241,241,241) 26%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 25%, rgb(241,241,241) 26%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 25%, rgb(241,241,241) 26%, rgb(241,241,241));
}
#uploadReferenceProcess .button {
  float: right;
  margin: 100px 0 30px 0;
}
#yourProcess h3 {
  font-size: 18px;
  color: rgb(29,114,169);
  margin-top: 40px;
  margin-bottom: 20px;
}
#yourProcess h4 {
  font-size: 13px;
  color: rgb(29,114,169);
  margin-top: 10px;
}
#yourProcess .container {
  margin-top: 30px;
}
#yourProcess h4 span {
  font-size: 12px;
  color: rgb(115,115,115);
}
#yourProcess .button {
  float: right;
  margin: 0;
}
#yourProcess table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#yourProcess table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 18px;
  font-size: 10px;
}
#yourProcess table tr td {
  padding: 0 18px;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;

  font-size: 12px;
  color: rgb(80,80,80);
  width: 33.33%;
}
#yourProcess table tr td:last-child {
  border-right: none;
}

#support .container-fluid {
  margin-top: 30px;
  border-right: 1px solid rgb(233,233,233);
}
#support .container-fluid:last-child {
  border-right: none;
}
#support .container-fluid h3 {
  font-size: 18px;
  /* float: left; */
  /* width: 239px; */
  margin: 0 0 15px 10px;
  padding-top: 20px;
  color: rgb(115,115,115);
}
#support .container-fluid a {
  font-size: 13px;
  /* float: left; */
  /* width: 239px; */
  text-decoration: underline;
  color: rgb(29,114,169);
  margin: 3px 0 0 10px;
}
#support .container-text {
  margin-top: 30px;
  border-right: 1px solid rgb(233,233,233);
}
#support .container-text:last-child {
  border-right: none;
}
#support .container-text h3 {
  font-size: 18px;
  /* float: left; */
  /* width: 239px; */
  margin: 0 0 15px 10px;
  padding-top: 20px;
  color: rgb(115,115,115);
}
#support .container-text a {
  text-decoration: underline;
  color: rgb(29,114,169);
  margin: 0 3px 0 3px;
}
/*SV_List_View page specific styling*/
#svListViewFilters>h3 {
  font-size: 15px;
  color: rgb(80,80,80);
  text-transform: uppercase;
}
#svListViewFilters>.button {
  float: right;
  margin-right: 0;
}
#svListViewFilters .filterNav h4, #svListViewFilters .filterNav h5 {
  font-size: 13px; color: rgb(29,114,169); float: left; margin: 6px 10px 0 0;
}
#svListViewFilters .filterNav {
	padding-top: 0px;
}
#svListViewFilters #geneTable {
	width: 180px;
}
#svListViewFilters .filterNav h5 {
  float: right;
  margin: 6px 0 0 10px;
}
#svListViewFilters .filterNav h5 span {
  color: rgb(80,80,80);
}
/*#lowerSVListView {
  padding-top: 50px;
}*/
#lowerSVListView #summaryNav {
  width: 100%;
  background: rgb(241,241,241);
  padding-top: 15px;
  padding-bottom: 0px;
}
#lowerSVListView #summaryNav #view_options{
	/* padding-top: 6px; */
	float: left;
	width: 640px;
}
#lowerSVListView #summaryNav .container-fluid>div {
  float: left;
}
#lowerSVListView #summaryNav .summaryNavText {
  font-size: 13px;
  margin: 6px 8px 6px 0;
  color: rgb(29,114,169);
  float: left;
}
#lowerSVListView #summaryNav .dropdown {
  margin-right: 20px;
  background-color: #fff;
  padding-right: 40px;
  float: left;
}
#lowerSVListView #summaryCharts aside {
  float: right;
  /*
  width: 138px;
  */
  width: 720px;
  font-size: 12px;
}
#lowerSVListView #summaryCharts aside a {
  color: rgb(81,81,81);
}
#lowerSVListView #summaryCharts aside>div {
  margin-left: 30px;
  min-height: 30px;
}
#lowerSVListView #filterCharts table tr td {
  font-size: 12px;
  letter-spacing: 1px;
}
/* #lowerSVListView #filterCharts table tr td:first-child {
  font-weight: bold;
} */

#lowerSVListView #filterCharts #geneTable tr td {
  font-size: 10px;
}
#geneTable thead tr th:nth-child(1){
  width:40%;
}
#geneTable thead tr th:nth-child(2) {
  width:60%;
}
#gnImp thead tr th:nth-child(1){
  width:55%;
}
#gnImp thead tr th:nth-child(2) {
  width:45%;
}
#gnImpContainer table{
  width:100%;
}
#gnImpContainer table tbody tr td:nth-child(1){
  width:30%;
}
#gnImpContainer table tbody tr td:nth-child(2) {
  width:70%;
}
#lowerSVListView .white_content h3 {
  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  background: rgb(29,114,169);
}
#lowerSVListView .white_content h4 {
  font-size: 13px;
  color: rgb(29,114,169);
}
#lowerSVListView .white_content ul li {
  font-size: 12px;
  color: rgb(81,81,81);
}

#lowerSVListView .white_content p {
  font-size: 15px;
  text-align: center;
}
#svList_length label{
	margin: 4px 0px;
}
#svList_wrapper .DTTT_container{
	margin: 4px 0px;
}
#filterCharts{
	margin-top: 16px;
}
#filterCharts #recCnt{
	margin-top: 14px;
}
#filterCharts .bfr{
	margin-bottom: 0;
}
#filterCharts #filterlist table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#filterCharts #filterlist table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 10px;
  font-size: 10px;
}
#filterCharts #filterlist table tr td {
  padding: 0 5px;
  vertical-align: middle;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
}
#lowerProjectTop table tr td:nth-child(5) {
  text-align: center;
}
#filterCharts #filterlist table tr td:first-child,
#filterCharts #filterlist table tr td:nth-child(2) {
	text-align: center;
}
#filterCharts #filterlist table tr td:nth-child(3),#filterCharts #filterlist table tr td:nth-child(4),#filterCharts #filterlist table tr td:nth-child(5),
#filterCharts #filterlist table tr td:nth-child(7),#filterCharts #filterlist table tr td:nth-child(8),#filterCharts #filterlist table tr td:nth-child(9){
	text-align: right;
}
#filterCharts #filterlist table tr td img {
  margin-right: 8px;
}
#filterCharts #filterlist table tr td img:last-child {
  margin-right: 0px;
}
#filterCharts #filterlist table tr td:last-child {
  border-right: none;
}
#filterCharts #filterlist table tr td:nth-child(12){
	text-align: left;
}
#filterCharts #svcmpfilterlist table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#filterCharts #svcmpfilterlist table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 10px;
  font-size: 10px;
}
#filterCharts #svcmpfilterlist table tr td {
  padding: 0 5px;
  vertical-align: middle;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
}
#filterCharts #svcmpfilterlist table tr td img {
  margin-right: 8px;
}
#filterCharts #svcmpfilterlist table tr td img:last-child {
  margin-right: 0px;
}
#filterCharts #svcmpfilterlist table tr td:last-child {
  border-right: none;
}
#filterCharts #svcmpfilterlist table tr td:nth-child(3) {
	text-align: center;
}
#filterCharts #svcmpfilterlist table tr td:nth-last-child(2),
#filterCharts #svcmpfilterlist table tr td:nth-last-child(3),
#filterCharts #svcmpfilterlist table tr td:nth-last-child(4){
	text-align: right;
}
#filterCharts #tlfilterlist table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#filterCharts #tlfilterlist table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  text-align: left;
  padding: 6px 10px 0 10px;
  font-size: 10px;
}
#filterCharts #tlfilterlist table tr td {
  padding: 0 5px;
  vertical-align: middle;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
}
#filterCharts #tlfilterlist table tr td img {
  margin-right: 8px;
}
#filterCharts #tlfilterlist table tr td img:last-child {
  margin-right: 0px;
}
#filterCharts #tlfilterlist table tr td:last-child {
  border-right: none;
}
#filterCharts #tlfilterlist table tr td:nth-child(5),
#filterCharts #tlfilterlist table tr td:nth-child(7),
#filterCharts #tlfilterlist table tr td:nth-child(8),
#filterCharts #tlfilterlist table tr td:nth-child(10),
#filterCharts #tlfilterlist table tr td:nth-child(12){
	text-align: right;
}
#filterCharts #tlcmpfilterlist table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#filterCharts #tlcmpfilterlist table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  text-align: left;
  padding: 6px 10px 0 10px;
  font-size: 10px;
}
#filterCharts #tlcmpfilterlist table tr td {
  padding: 0 5px;
  vertical-align: middle;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
}
#filterCharts #tlcmpfilterlist table tr td img {
  margin-right: 8px;
}
#filterCharts #tlcmpfilterlist table tr td img:last-child {
  margin-right: 0px;
}
#filterCharts #tlcmpfilterlist table tr td:last-child {
  border-right: none;
}
#filterCharts #tlcmpfilterlist table tr td:nth-child(4),
#filterCharts #tlcmpfilterlist table tr td:nth-child(6),
#filterCharts #tlcmpfilterlist table tr td:nth-child(7),
#filterCharts #tlcmpfilterlist table tr td:nth-child(9),
#filterCharts #tlcmpfilterlist table tr td:nth-child(11){
	text-align: right;
}



/* RESPONSIVE STYLES */
.container-fluid, .container {
  width:100%;
  max-width:1200px;
  /*max-width:960px;*/
  margin:auto;
  position:relative;
  margin-bottom: 7px;
}
.login .container-fluid {
	background-color:#fff;
	padding:0px;
  margin-bottom: auto;
}
.navbar-brand {padding: 15px 30px 20px 0px;height: 68px;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {color: #999; background-color: transparent;}
.nav>li>a:hover, .nav>li>a:focus {background-color:initial;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {background-color:#292929}
navbar-collapse {padding:0px;}
.navbar-toggle {z-index:999; position:absolute; right:0px; top:10px; background-color:transparent; color:#fff;}
.navbar-toggle .icon-bar {background-color:#fff;}
.navbar-nav {float:none;}
.line{
	width:100%;
	display: block;
	height: 4px;
	margin-top: 6px;
}
.nrimg{
	margin-left: 7px;
	vertical-align: middle;
	margin-top: -6px;
}
.padding0{
	padding:0;
}
.squares{
	width:100%;
}
#projectsTable, #yourActivity, #remainingRuns, #dataStorage {margin-bottom:15px;}
.min320 {min-width:320px;}
.width180 {min-width:180px; max-width:180px;}
.width780 {min-width:780px; max-width:780px;}
.width960 {min-width:960px; max-width:960px;}
.width1080 {min-width:1080px; max-width:1080px;}
.width1300 {min-width:1300px; max-width:1300px;}
.spro{line-height:2}
/* MASKA ZA UPOREDJIVANJE */
/*.mask {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background:url('../genome/templates/screenshots/yourprocess.png');
	background-repeat:no-repeat;
	background-size: 1433px 781px;
	z-index:99;
	opacity:0.5;
	display:none;
}*/
.logged .navbar-collapse {padding:0px;}
.button-group .button {margin-bottom:10px;}
.padding0 {padding:0px;}
.table-responsive {border:0px;}
.support-column {border-right:1px solid rgb(233,233,233);}
.support-column:last-child {border:none;}
.support-column a {clear:both; width:100%; text-align:left;float: left;}
.error-cont {margin-top:142px;}

/* SMALL CSS FILES INCLUDED */
#termsOfService {
  padding-top: 20%;
}
#termsOfService h4 {
  font-size: 10px;
  color: rgb(115,115,115);
  padding: 35px 0 80px 0;
}
#termsOfService h4 span {
  text-transform: uppercase;
}
#signupComplete .aside {padding-top: 20%;}
#signupComplete .container-fluid aside {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width:300px;
  color: rgb(115,115,115);
}
#signupComplete .container-fluid aside h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(29,114,169);
}
#signupComplete .container-fluid aside h4 {
  font-size: 10px;
  padding: 34px 0 21px 0;
}
#signupComplete .loginInfo {
  width: 295px;
}
#signupComplete .container-fluid aside h5 {
    font-size: 10px;
  padding-top: 14px;
}
#signupComplete #email {
    padding: 35px 0 21px 0;
}
#signupComplete #email span, #signupComplete #email div, #signupComplete #email h4 {
  float: left;
  padding: 0;
  display: inline;
}
#signupComplete #email h4 {
  padding-top: 3px;
}
#signupComplete #email span {
  font-size: 13px;
  color: rgb(29,114,169);
}
#signupComplete #divider {
  height: 16px;
  width: 1px;
  background: rgb(205,205,205);
  float: left;
  margin: 0 5px;
}
#signupComplete .loginTitle {
  max-width: 300px;
}
#signupComplete ul {
  list-style: inside;
  margin-bottom: 10px;
  margin-top: 30px;
}
#signupComplete ul li {
  text-decoration: none;
  color: rgb(115,115,115);
  font-size: 10px;
  margin-top: 10px;
}
#signupComplete ul li span {
  text-decoration: underline;
  color: rgb(29,114,169);
}
#signupComplete #gettingStarted {
  padding-top: 20%;
}
#signupComplete .button {
  margin: 170px 0 100px 0;
}
#privacyPolicy {
  padding-top: 30%;
}
#privacyPolicy h3 {
  width: 180px;
}
#privacyPolicy h4 {
  font-size: 10px;
  color: rgb(115,115,115);
  padding: 35px 0 80px 0;
}
.outside-signup #logoutScreen h3 {
	width: auto;
/*	max-width: 320px;*/
}
.outside-signup h3 {
  width: 290px;
}
.outside-signup img {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}
.outside-signup .container p {
  width: 300px;
}
.outside-signup .underline {
  margin-top: 30px;
  margin-bottom: 30px;
}
.outside-signup .button {
  margin-bottom: 60px;
}
.outside-signup aside .button {
  margin-bottom: 60px;
  float: none;
}
.outside-signup .container-fluid aside h4 {
  padding: 0;
}
.outside-signup .container-fluid aside h5 {
  text-decoration: none;
  color: rgb(168,168,168);
  letter-spacing: 1px;
}
.outside-signup .container-fluid aside h5 a {
  text-decoration: underline;
  color: rgb(29,114,169);
}
#loginScreen #lessMargin {
  margin-bottom: 20px;
}
#AccountLogFiles {
  height: 100%;
  padding-top: 50px;
}
#AccountLogFiles #accountContainer {
  /* width: 122px; */
  height: 300px;
  padding: 10px 0 0 0;
  border-right: 4px solid rgb(241,241,241);
  float: left;
}
#AccountLogFiles #accountContainer nav a {
  text-decoration: underline;
  color: rgb(140,200,197);
  font-size: 12px;
}
#AccountLogFiles #accountContainer nav li {
  margin-top: 10px;
  padding: 0 0 5px 25px;
}
#accountLoginLogs h3 {
  width: 100%;
  float: right;
  font-size: 18px;
  color: rgb(29,114,169);
  margin: 20px 0 20px 0;
}

#accountLoginLogs table{
	clear:both;
}

#accountLoginLogs table tr:nth-child(odd) {
  background: rgb(241,241,241);
}
#accountLoginLogs table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 21px 0 16px;
  font-size: 10px;
}
.sivhead th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  text-align: left;
  padding: 6px 21px 0 16px;
  font-size: 10px;
}
#accountLoginLogs table tr td {
  padding: 0 18px;
  border-right: 1px solid rgb(207,207,207);
  height: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(80,80,80);
}
#accountLoginLogs table tr td:last-child {
  border-right: none;
}
#accountLoginLogs table tbody::-webkit-scrollbar {
  width: 6px;
  background: rgb(202,202,202);
  border-radius: 4px;
}
#accountLoginLogs table tbody::-webkit-scrollbar-thumb {
  background: rgb(117,191,187);
  border-radius: 4px;
}
#logFiles1 tr td, #logFiles1 tr th {
  width: 250px;
}
#logFiles1 tr td:last-child, #logFiles1 tr th:last-child {
  width: 100px;
}
#logFiles2 tr td, #logFiles2 tr th {
  width: 100px;
}
#logFiles2 tr td:first-child, #logFiles2 tr th:first-child {
  width: 180px;
}
#logFiles2 tr td:nth-child(2), #logFiles2 tr th:nth-child(2) {
  width: 220px;
}
#logFiles3 tr td, #logFiles3 tr th {
  width: 30px;
}
#logFiles3 tr td:first-child, #logFiles3 tr th:first-child {
  width: 43px;
}
#logFiles3 tr td:nth-child(2), #logFiles3 tr th:nth-child(2) {
  width: 67px;
}
#logFiles3 tr td:nth-child(3), #logFiles3 tr th:nth-child(3) {
  width: 110px;
}
#logFiles3 tr td:nth-child(4), #logFiles3 tr th:nth-child(4) {
  width: 180px;
}
.white_content4 h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  margin: 10px 0 0 15px;
}
.white_content4 h3 {
  background: rgb(29,114,169);
  /* height: 40px; */
  margin: 0;
  padding: 20px 0 0 25px;
}
.white_content4 .wrapper {
  width: 560px;
  margin: 20px auto;
}
.white_content4 .button  {
  float: right;
  margin: 40px 0 20px 8px;
}

#accountLogPopup .wrapper #errorBox {
  width: 460px;
  height: 350px;
  margin: 0 auto;
}
#AccountInfoConfiguration {
  height: 100%;
  padding-top: 50px;
}
#AccountInfoConfiguration #accountContainer {
  /* width: 122px; */
  padding: 10px 0 0 0;
  float: left;
}
#AccountInfoConfiguration #accountContainer nav a {
  text-decoration: underline;
  color: rgb(140,200,197);
  font-size: 12px;
}
#AccountInfoConfiguration #accountContainer nav li {
  margin-top: 10px;
  padding: 0 0 5px 25px;
}
#accountMidSec h3 {
  color: rgb(29,114,169);
  font-style: italic;
  font-size: 11px;
  text-align: center;
}
#accountMidSec h4 {
  text-align: center;
  margin-top: 8px;
}
#accountMidSec a {
  color: rgb(117,191,187);
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}
#accountMidSec .container>p {
  font-style: italic;
  font-size: 11px;
  color: rgb(81,81,81);
  margin-bottom: 30px;
}
#accountMidSec h5 {
  font-size: 11px;
  text-align:left;
  color: rgb(113,113,113);
}
#accountMidSec .dropdown {
  float: left;
  width: 117px;
  margin: 8px 0 0px 0;
}

#AccountInfoConfiguration #accountRightSec {
  /* width: 500px; */
  float: right;
  padding-top: 10px;
  border-left: 4px solid rgb(241,241,241);
}
#accountRightSec .row label {
  float: left;
  width: 25%;
  height: 24px;
  font-size: 11px;
  color: rgb(81,81,81);
  padding-top: 11px;
  margin-bottom: 8px;
}
#accountRightSec .row input {
  float: left;
  width: 75%;
  padding-left: 8px;
  border: 0;
  background: rgb(241,241,241);
  height: 33px;
  margin-bottom: 8px;
  outline:none;
  font-size:11px;
}
#accountRightSec #orderingInfo {
  width: 100%;
  height: 53px;
}
#accountRightSec #orderingInfo h3 {
  float: left;
  width: 25%;
  font-size: 11px;
  color: rgb(29,114,169);
  margin: 15px 0 0px 0;
}
#accountRightSec #orderLine {
  height: 1px;
  background: rgb(168,168,168);
  margin: 22px 0 30px 0;
  float: left;
  width: 75%;
}
#accountRightSec .button {
  float: right;
  margin: 20px 0 0 10px;
}
#accountRightSec .container>h5:nth-of-type(odd), #accountRightSec .container>h6:nth-of-type(odd){
  background: rgb(241,241,241);
}

#maplist label {
	font-size:10px;
}

#lowerResources table tbody {
/*
  height: 150px;
*/
  overflow: auto;
  overflow-x: hidden;
}
#lowerResources table tbody::-webkit-scrollbar {
  width: 6px;
  background: rgb(202,202,202);
  border-radius: 4px;
}
#lowerResources table tbody::-webkit-scrollbar-thumb {
  background: rgb(117,191,187);
  border-radius: 4px;
}
/* SMALL CSS FILES INCLUDED */

.txtarea {width:100%;max-width:100%;outline:none;border: 0px;background-color: #F1F1F1;padding: 10px;}
.mb20 {margin-bottom: 20px!important;}
.mt20 {margin-top:20px;}
.ml20 {margin-left:20px;}
.btn-primary {background-color:#75BFBB !important;border-color:#75BFBB !important;border: 0px;outline: none!important;font-size: 10px;text-transform: uppercase;padding: 5px 15px;border-radius: 2px;}
.b-label {font-size: 13px;/* text-transform: uppercase; */ color:rgb(29,114,169);}
.width100 {width:100%;}
.ps-buttons .btn {min-width: 150px;padding: 5px 15px;margin-bottom: 10px;float: right;font-size: 10px;text-transform: uppercase;}

/* MODAL STYLES */
.jobabort h4{
  color:#1D72A9;
  font-weight:bold;
}
.jobabort h4 span{
  color:#000;
  font-weight:normal;
}
.jobabort h2{
  color:#1D72A9;
  /* font-weight:bold; */
  font-size:19px;
}
.modal-header {background:rgb(29,114,169);  /* padding: 20px; */ color:#fff; letter-spacing:1px; font-size:15px;}
.modal-footer {height:auto; padding: 20px 20px 40px 20px;border-top: 0px;border-bottom: 20px solid rgb(241,241,241);}
.modal-body h4 {color: rgb(29,114,169);font-size: 13px;margin-bottom: 15px;}
.modal-body h4 span {color: rgb(115,115,115);font-size: 12px;}
.modal-body table {height: 20px;color: rgb(80,80,80);padding: 6px 10px 0 18px;font-size: 14px;}
.modal-body table thead {background: rgb(207,207,207);font-size:10px; border:none;}
.modal-body .table>thead>tr>th {border:none;}
.modal-body table tr td:nth-child(2) {border-left:1px solid rgb(207,207,207); border-right:1px solid rgb(207,207,207);overflow-wrap: break-word;max-width: 300px;}
.modal-dialog {width:100%; max-width:600px}
.modal-body h5 {font-size: 11px;color: rgb(115,115,115);display: inline-block;float: left;margin-top: 3px;width:30%;}
.modal-body.w20 h5 {width:20% !important;}
.modal-body-ref {float:left; margin-top:3px; width:30%;}
.modal-body-msg {float:right; margin-right:10%; margin-bottom:5%;}
.modal-footer-text {margin-top:10px;font-size:10px;text-align:left;}
.modal-footer p {font-size:12px; color:rgb(115,115,115);}
/* MODAL STYLES */


#yourProcess .mb20, .ab-right {position:absolute;right:0px; top:0px;}
.ab-right {top:30px;}
#yourProcessTable {margin-top:50px; margin-bottom:100px; }
#gettingStarted .mb20 {margin-top:170px;}
#lowerProjectSettings {margin-top: 60px;margin-bottom: 20px;}
#lowerProjectTop {margin-top:50px;}
#jobsProject .nav-tabs {margin-top: 5px;border: none;margin-bottom: 5px;}
#svListViewFilters {padding:0px; padding-right:30px;}
#svListViewFilters table img, #filterCharts table img {margin: 2px;float: left;}
#svListViewFilters table tr td:last-child {padding: 5px;}
#filterCharts table tr td:last-child {text-align:center}
#summaryNav #dropdownMenu1 {min-width:120px; background-color:#fff;}

@media (max-width:930px) {
	.loggedinNav li a {padding:0px 6px;}
	.loggedinNav li {padding: 40px 2px;}
}
/*
@media (max-width:890px) {
	.loggedinNav li a {padding:0px 6px;}
	.loggedinNav li {padding: 40px 2px;}
}
*/
@media (min-width:960px) {
	#svListViewFilters {padding:15px 10px 15px 5px;}
	#noLoginNav>li>a{margin-left:50px; margin-right:50px;}
	.logged .container-fluid {padding:0px;}
	#dashboardTop .container-fluid {padding:0px;}
	.dashboard-text {padding:0px;text-align:left;padding-top: 20px;}
	#progressContainer {padding:0px;}
	#dashboardBottom .container-fluid {padding:0px;}
	.db-left, .db-right {padding:0px;}
	.padding960 {padding:0px;}
	#dashboardBottom .db-left {padding-right:15px;}
}
@media (max-width:991px) {
		#progressContainer {margin:15px 0px;}
		#AccountInfoConfiguration #accountMidSec {border:none; /* border-top:4px solid rgb(241,241,241); */}
		#svListViewFilters .filterNav h4 {width:100%; margin-bottom:10px;}
}
@media (max-width:767px) {
	#svListViewFilters {margin-bottom:20px;}
	.filterNav h4, .filterNav button, .filterNav .dropdown {clear:both; margin-bottom:5px; /* margin-top:5px; */}
	.loggedinNav {margin:0px;}
	.loggedinNav li {padding: 9px 10px;width: 100%;}
	.loggedinNav li:last-child {padding:10px 0px;}
	#lowerResources .container-fluid {padding-top: 10px;}
	.ab-right {position:relative;top: 15px;}
	.ab-right button {margin-bottom:10px;}
	.upperProject h4 {margin-left:0px;}
	#gettingStarted .mb20 {margin-top:40px;}
	.btn.mb20 {margin-bottom:10px!important;}
	#newCustomers, #logoutScreen {padding-top:30px;}
	#loginScreen .container-fluid aside {padding-top:30px; float:left; padding-bottom:30px;}
	footer p {text-align:center;}
	header .container-fluid {background-color:#292929}
	.navbar-brand {padding: 15px 15px 20px 15px;}
	#loginScreen .container-fluid aside h4 {padding:18px 0px 12px 0px}
	#newCustomers p, #logoutScreen p {padding:14px 0px 20px 0px}
	.loginNav {position:relative;background:transparent;width: auto;}
	.mainNav {background:transparent;height: auto;}
	.mainNav li:first-child {margin:0px;}
	/* .mainNav li {ef: left;width: 100%;} */
	.navbar-nav>li>a {padding:0px 15px;}
	#progressContainer {margin:15px 0px; text-align:center;}
	#progressContainer a { margin: 10px 0px; /* max-width:300px; */ padding: 0px;}
	#dashboardBottom aside {margin-bottom:20px}
	.stickyNoBG .logo {margin-top:-3px;}
	.stickyNoBG .logged .logo {margin-top:-3px;}
	.login .container-fluid {background:none;}
	#signupComplete .button {margin:30px 0px;}
	#signupComplete .container-fluid aside {max-width:none;}
	#signupComplete #email {padding:10px 0px;}
	#signupComplete .aside, #signupComplete #gettingStarted {padding-top:30px;}
	#passwordReset {padding-top:30px;}
	#passwordResetScreen .underline {width:100%; max-width:300px;}
	.outside-signup .underline {margin:20px 0px;}
	.outside-signup #outsideLogin {margin-top: 0px;}
	.outside-signup .button {margin-bottom:30px;}
	#AccountInfoConfiguration #accountMidSec {height:auto;border: none;padding: 10px 0px 20px;border-top: 4px solid rgb(241,241,241);/* border-bottom: 4px solid rgb(241,241,241); */}
	#accountMidSec img {float:left;}
	#AccountInfoConfiguration {padding-top:20px;}
	.ps-buttons .btn {min-width:0px;float: left; margin-right: 10px;padding: 5px 5px;}
	#projectSamples {margin-top:20px;}
	.loginNav {transform:none;}
	.loginNav li {transform:none; margin-left: 0px !important;}
	#AccountInfoConfiguration #accountRightSec {border:none;}
	#createProcessNav button {margin-top:15px;}
	.project-pre p input {margin:5px 0px;width:100%;}
	#notifications {max-height:none;overflow:none}
	#notifications_inner{max-width:none;}

}
.nobackbutton {
	background: none;
}
.minw {
	min-width: 767px;
}
.mref{
	margin-left: 10px;
}
.mr{margin-right:10px;}
.fs{font-size:12px;}
.filterNav{margin-bottom:10px;padding-top: 30px;}
.mauto {
	margin: auto;
	display: block;
	margin-top: 10px;
}
.lsbot {
	padding-top: 0 !important;

}
.htable {
	height: 250px;
	width: 100%;
	overflow-y: scroll;
}
.plavis {
	font-size: 13px;
	color: rgb(29,114,169);
}
.bfr {
	display: block;
	margin-bottom: 37px;
}
.spanf {
	font-size: 13px;
}
.bml {
	margin-left: 10px;
}
.tf {
	font-size: 12px;
}
#lowerCreateProcess{
	padding-top:30px;
}
#lowerCreateProcess label{
	color:#1D72AE;
	font-size: 13px;
}
#lowerCreateProcess input{
	background: #F1F1F1;
 	color: rgb(64,64,64);
	border:0;
	font-size:13px;
	padding:10px;
	margin-left:10px;
}
#lowerCreateProcess .dropdown{
	display: inline-block;
}
#lowerCreateProcess .input-group{
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
}
#createProcessSamples .orderInfo label{
	width:33%;
}
#createProcessSamples .orderInfo input{
	width:60%;
}
#createProcessSamples table tr th {
  height: 20px;
  background: rgb(207,207,207);
  color: rgb(80,80,80);
  padding: 6px 10px 0 18px;
  font-size: 10px;
}
#createProcessSamples table tr td {
  padding: 0 10px;
  border-right: 1px solid rgb(207,207,207);
  height: 45px;
  font-size: 12px;
  color: rgb(80,80,80);
}
.state{
	margin-right: 10px;
}
#samples{
	background:#F1F1F1;
}
#samples input{
	background:#fff;
	margin-left:0;
}
#samples label{
	margin-top:8px;
}
.mtop{
	margin-top:10px;
}
#titleContainer div.dropdownframe{
	display: inline-block;
}
#orderInfo p, #titleContainer p {
  font-size: 13px;
  color: rgb(134,134,134);
}
.mright {
	margin-right: 10px;
}
.mbot{
	margin-bottom: 22px;
}
#dropdownMenu1 {
	width:100%; background-color:transparent; border:none; text-align:left; outline:none;
	float: left;
	font-size: 10px;
	padding: 0px;
	color: rgb(134,134,134);
	padding-left: 10px;
	line-height: 30px;
	border-radius: 0px;
	border: none;
}
.dropdown {
/*
  float: left;
*/
  color: rgb(64,64,64);
  height: 30px;
/*
  margin-bottom: 22px;
*/
  background:  url(../_images/arrow_dropdown.gif) no-repeat rgb(241,241,241);
  background-position: top right !important;
  width: auto !important;
  /* margin-left: 10px; */
  background-size: auto 100%;
}
select.dropdown {
	outline:none!important;
	box-shadow: none!important;
	border:none!important;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-size: 14px;
	padding-left: 10px;
	padding-right:40px;
	text-indent:0.01px;
	text-overflow:"";
}

#svListViewFilters .dropdown {width: 100px;}

.caret {background:url(../_images/arrow_dropdown.gif) no-repeat; width:30px; height: 30px;border-radius: 0px;border: none;background-size: 100%;float: right;position:absolute; right:0px; top:0px;}
.b30 {padding:12px 18px;}
#accountContainer .active {background:rgb(241,241,241)}
#accountRightSec h3 {
  float: none;
  font-size: 11px;
  color: rgb(81,81,81);
  /* margin: 8px 0 28px 0; */
  /* margin-right: 40px; */
}
#accountRightSec h4 {
  font-size: 15px;
  color: rgb(29,114,169);
  margin: 8px 0 28px 0;
}
#accountRightSec td {
  font-size: 11px;
  color: rgb(81,81,81);
  padding: 10px 0 10px 10px;
  margin-top: 8px;
  border: none;
}
.img143 {width:100%; max-width:143px;}
#accountRightSec .row {margin-left:0px; margin-right:0px;}
#accountMidSec .wrapper {width:100%; max-width:160px; margin:auto;}
#accountMidSec p {text-align:left; font-size:11px;font-style:italic; color:rgb(81,81,81); margin-bottom:30px;}
#filesArea {
  max-width: 700px;
  height: 300px;
  padding: 0 0 20px 0;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
}
#filesArea::-webkit-scrollbar {
  width: 6px;
  background: rgb(202,202,202);
  border-radius: 4px;
}
#filesArea::-webkit-scrollbar-thumb {
  background: rgb(117,191,187);
  border-radius: 4px;
}
.fileFolder {
  font-size: 12px;
  color: rgb(81,81,81);
  width: 100%;
  max-width: 500px;
  margin: 40px 20px 40px 20px;
}
#TBuploaded {
  max-width: 700px;
  /* height: 100px; */
  width: 100%;
  padding-top: 22px;
}
.fileFolder img, .fileFolder h4 {
  float: left;
}
.fileFolder h4 {
  margin-left: 10px;
  margin-bottom: 0px;
}
.fileFolder h4 img {margin-right:15px}
.folderTable {
  width: 100%;
  max-width: 430px;
  float: left;
  margin: 10px 0 0 38px;
}
.folderTable tr td {
  border: 0;
  vertical-align: middle;
  height: 26px;
  text-align: left;
  padding-top: 10px;
}
.folderTable tr td:first-child {
  width: 25px;
  vertical-align: top;
}
.folderTable tr td:nth-child(3) {
  width: 90px;
}
.folderTable tr td:nth-child(4) {
  width: 60px;
}
.folderTable tr td:last-child {
  width: 10px;
}
.folderTable tr td a {
  color: rgb(140,200,197);
  text-decoration: underline;
  margin-left: 5px;
  margin-top: 20px;
}
#JobAbortProcessUpload h5 {
  width: 600px;
  font-size: 13px;
  float: none;
}
#TBuploaded .row p {
	font-size:10px;
	color:rgb(97,97,97);
	background-color:rgb(241,241,241);
	height:37px;
	padding: 10px;
	margin: 0px;
}
#TBuploaded .row {margin-top: 10px;}
#JobAbortProcessUpload {
  min-height: 730px;
}
#JobAbortProcessUpload .fileFolder {
  margin: 10px 0 0 30px;
  height: 80px;
}
#JobAbortProcessUpload .container span {
  height: 27px;
  display: block;
  width: 550px;
  background: rgb(241,241,241);
  padding: 10px 0 0 10px;
}
#JobAbortProcessUpload .container span p {
  font-size: 10px;
  color: rgb(97,97,97);
}
#JobAbortProcessUpload .container {
  margin: 10px 0 0 0;
  width: 670px;
}
#JobAbortProcessUpload .container .button {
  margin: 0;
}
#JobAbortProcessUpload .wrapper>.button {
  margin: 20px 0 20px 6px;
}
#JobAbortProcessUpload .wrapper>div:nth-last-child(3) {
  float: left;
  margin-left: 0;
}
#filesArea h5 {width:100%;}
.folderTable tr td {border:0px!important}
.btn-lg {padding: 12px 18px!important;}
.statusbar {height:20px; border-radius:2px; width:100%; max-width:140px;min-width:100px;}
.process-pane table tr td:last-child {background-color:#fff;border:none;}
#status1 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
}
#status2 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 11%, rgb(241,241,241) 12%, rgb(241,241,241));
}
#status3 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 75%, rgb(241,241,241) 76%, rgb(241,241,241));
}
#status4 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 42%, rgb(241,241,241) 43%, rgb(241,241,241));
}
#status5 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 33%, rgb(241,241,241) 34%, rgb(241,241,241));
}
#status6 {
  background: -webkit-linear-gradient(left, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
  background: -o-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
  background: -moz-linear-gradient(right, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
  background: linear-gradient(to right, rgb(29,114,169), rgb(29,114,169) 86%, rgb(241,241,241) 87%, rgb(241,241,241));
}
#editSample .modal-dialog {max-width:600px; width:100%;}
#editSample .dropdownframe {width:auto;margin:3px auto;} /*120px*/
#editSample .dropdown {width:auto;} /*120px*/
#viewResource .modal-content {width:1240px;margin-left:-320px;}
#viewResource table{clear:both;}

#editSample input {width:70%; border:0px; padding:10px; font-size:10px; background: rgb(241,241,241);outline: none;}
#editSample input[type=radio], #editSample input[type=checkbox] {float:left; width:10px!important; margin-right:10px;}
#editSample p {font-size:10px;margin-top: 4px;}
#editSample textarea {width:70%; border:0px; padding:10px; font-size:10px; background: rgb(241,241,241);outline: none;}
#DL-modal {max-width:600px; width:100%;}
#DL-modal .fileFolder {margin:15px 0px;}
#DL-modal .folderTable tr td:last-child img {width:28px; height:28px;}
#DownloadFiles .modal-header .pull-right {position:absolute; right:10px; top:10px;}
.white_content2 p {margin-top:0px;}
#lowerProjectSummary{padding-bottom:30px;}
#MapSolver .dropdown p {margin-top: 7px; padding-left:5px;}
#ErrorLog .container h4 {margin-bottom:10px;}

input[type=radio], input[type=checkbox] {display: inline-block; margin-right: 6px;}
input[type=radio] + label, input[type=checkbox] + label { position: relative; display: inline-block;}
#createProcessSamples input[type=checkbox] + label { position: relative; display: inline-block; margin-left: 30px;}
@media (min-width: 1px) {
    input[type=radio], input[type=checkbox] { display: none; margin: 0;}
    input[type=radio] + label, input[type=checkbox] + label {padding: 0 0 0 24px;}
    input[type=radio] + label::before, input[type=checkbox] + label::before {content: ""; position: absolute; top: 50%; left: 0; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 18px; height: 18px; margin-top: -9px; background: #FFF;}
    input[type=radio] + label::before {border: 2px solid #ccc;border-radius: 30px;}
    input[type=checkbox] + label::before {border: 2px solid #ccc;}
    input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {content: ""; position: absolute; top: 50%; -moz-box-sizing: border-box; box-sizing: border-box; display: block;}
    input[type=radio]:checked + label::after {left: 5px; width: 8px; height: 8px; margin-top: -4px; background: #1d72a9; border-radius: 8px;}
    input[type=checkbox]:checked + label::after {left: 3px; width: 16px; height: 8px; margin-top: -8px; border-left: 3px solid #1d72a9; border-bottom: 3px solid #1d72a9; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
}


/* for jQuery.DataTables */
.dataTables_filter{float:right;}
.dataTables_length{float:left;}
.dataTables_length label, .dataTables_info, .dataTables_paginate {margin:10px 0px; font-size:12px; }
.dataTables_filter {margin:4px 0px; font-size:12px; }
.dataTables_filter input {border:1px solid #CFCFCF; outline:none; padding:5px; background-color:#fff; margin:0px 5px;}
.dataTables_paginate {margin-bottom:20px;}
.dataTables_paginate a { margin-right:10px;}
.dataTable img{ margin-right:8px;}
.dataTables_length select {
  width:80px;
  margin:0px 6px;
  color: rgb(64,64,64);
  height: 30px;
  background: url(../_images/arrow_dropdown.gif) no-repeat rgb(241,241,241);
  background-position: top right;
  background-size: auto 100%;
  outline:none!important;
  box-shadow: none!important;
  border:none!important;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  font-size: 14px;
  padding-left: 10px;
  padding-right:40px;
  text-indent:0.01px;
  text-overflow:"";
}
.dataTables_length select::-ms-expand {display:none;}
table.dataTable thead tr th,
table.dataTable tbody tr td {
  text-align: center;
  vertical-align: middle;
}
table.filelist thead tr th,
table.filelist tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.error-msg {font-size:10px; color:red; margin:5px 0px; width:100%;}
.error-msg-redetectsv {font-size:10px; color:red; margin:5px 0px; width:100%;margin: 5px 0px 0px 350px;width:auto;}
.modal-title {color:#fff!important;}
#CNP-Modal {padding:15px;}
#CNP-Modal label {font-size:10px; color:#333; float:left; width: 24%;min-width: 130px;letter-spacing: -0.3px;margin-top: 18px;}
#CNP-Modal input, #CNP-Modal textarea {font-size: 10px;color: rgb(97,97,97);background-color: rgb(241,241,241);height: 37px;padding: 10px;margin: 5px 0px; border:0px; outline:0px;width: 70%;max-width: 390px;min-width: 160px;}
#CNP-Modal textarea {height:100px;}

@-moz-document url-prefix() {
  #filterCharts .mtopff{margin-top:100px;}
}

/* jqplot table */
td.jqplot-table-legend.jqplot-table-legend-swatch {
	border-right:0px;
}

/* popup */
.title_text{position:absolute; top:0; left:0; padding:5px; display:none; color:#000; background:#fff; border:1px solid #333; font:9pt Arial;}
.title_text hr{margin: 0px;border-top: 1px solid #8c8b8b;}
/* alignment view */
.maplist {
	position:absolute;
	z-index:5;
	margin-left:10px;
	overflow: auto;
	white-space: nowrap;
	background-color: #FFFFFF;
	border: solid 1px #a0a0a0;
}
.pURL {
	margin-left: 10px;
	font-size: 9pt;
}
/*ACCORDION*/
ul.accordion > li > ul {
  display: none;
}
ul.accordion > li > span {
  font-size: 10px;
  cursor: pointer;
}
ul.accordion > li > span:after{
	content: '[+]';
	padding-right: 3px;
}
ul.accordion > li > span.open:after{
	content: '[-]';
	padding-right: 3px;
}
ul.accordion > li > ul > li {
	padding-left: 10px;
}
ul.accordion > li > label {
	font-size:9pt;
}
ul.accordion > li > ul > li > label {
	font-size:9pt;
}

.labox {
	padding: 0.5em 1em;
	margin: 0.5em 0;
	border:#CFCFCF solid 1px;
}
.account-edit h5 {
	font-size: 10px;
	text-decoration: underline;
	color: rgb(168,168,168); 
	padding: 0.5em 1em;
	margin: 0 0em 0em 0em;
}
.account-edit h5 a {
	color: rgb(29,114,169);
}

/* price */
table#customers, table#customers_dialog, table#total_price, table#credit_detail_price_table, table#purchase_confirm_table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
table#customers tr td, table#customers tr th, table#customers_dialog tr td, table#customers_dialog tr th, table#total_price tr td, table#credit_detail_price_table tr td, table#purchase_confirm_table tr td {
  border: 1px solid #ddd;
  padding: 8px;
  padding-left: 25px;
  padding-right: 25px;
  height: 30px;
}
table#customers tr:nth-child(odd),table#customers_dialog tr:nth-child(odd) {background-color: #f2f2f2;}
table#customers tr:hover,table#customers_dialog tr:hover {background-color: #ddd;}
table#customers tr th, table#customers_dialog tr th, table#total_price tr th, table#credit_detail_price_table tr th, table#purchase_confirm_table tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #4CAF50;
  color: white;
  height: 30px;
  text-align: center;
}
table#total_price span, table#credit_detail_price_table span, table#purchase_confirm_table span {
  display: inline-block;
  width: 7em;
}
/* redetect sv */
#jobRedetectSV .modal-dialog {max-width:600px; width:100%;}
#jobRedetectSV .dropdownframe {width:auto;margin:3px auto;} /*120px*/
#jobRedetectSV .dropdown {width:auto;} /*120px*/
#jobRedetectSV input {width:70%; border:0px; padding:10px; font-size:10px; background: rgb(241,241,241);outline: none;}
#jobRedetectSV input[type=radio], #jobRedetectSV input[type=checkbox] {float:left; width:10px!important; margin-right:10px;}
#jobRedetectSV p {font-size:10px;margin-top: 4px;}
/* stats view */
#chart1 {padding: 10px 100px;}
#chart2 {padding: 10px 100px;}
#jqPlot-chart1 {height: 450px; width: 600px;}
#jqPlot-chart2 {height: 450px; width: 600px;}
#jqPlot-chart3 {float: left; height: 300px; width: 500px;}
#jqPlot-chart4 {float: right; height: 300px; width: 500px;}
#jqPlot-chart5 {height: 450px; width: 600px;}
#jqPlot-sample {height: 300px; width: 180px;}
#lowerProjectSummary > div > div.pull-left.padding0 > h4 {padding: 10px;}
#lowerProjectSummary > div > div.pull-right.padding0 > h4 {padding: 10px;}
#summaryCharts > div > div.pull-left.padding0 > h4 {padding: 10px;}
#summaryCharts > div > div:nth-child(3) > h4 {padding: 10px;}
#lowerStatsView #summaryNav {
  width: 100%;
  background: rgb(241,241,241);
  padding-top: 15px;
  padding-bottom: 0px;
}
#lowerStatsView #summaryNav #view_options{
	/* padding-top: 6px; */
	float: left;
	width: 640px;
}
#lowerStatsView #summaryNav .container-fluid>div {
  float: left;
}
#lowerStatsView #summaryNav .summaryNavText {
  font-size: 13px;
  margin: 6px 8px 6px 0;
  color: rgb(29,114,169);
  float: left;
}
#lowerStatsView #summaryNav .dropdown {
  margin-right: 20px;
  background-color: #fff;
  padding-right: 40px;
  float: left;
}
#lowerStatsView #summaryNav .container-fluid .button {
  float: right;
  margin: 0 0 0 15px;
}
#lowerStatsView #summaryCharts aside {
  float: right;
  /*
  width: 138px;
  */
  width: 720px;
  font-size: 12px;
}
#lowerStatsView #summaryCharts aside a {
  color: rgb(81,81,81);
}
#lowerStatsView #summaryCharts aside>div {
  margin-left: 30px;
  min-height: 30px;
}

/* terms */
#terms {
  margin-top: 30px;
}
#terms .container-fluid {
  width: 960px;
  padding: 15px 0;
}
#terms .container-fluid .frame {
  padding: 15px 0;
  background-color: #fff;
}
/* modal file upload */
#modalFileUpload ul { list-style-type: disc; padding-left: 40px; color: rgb(29,114,169); font-size: 13px;}
#modalFileUpload ul ul { list-style-type: circle; padding-left: 40px; color: rgb(29,114,169); font-size: 13px;}

#mdl-upload-injection ul { list-style-type: disc; padding-left: 40px; color: rgb(29,114,169); font-size: 13px;}
#mdl-upload-injection ul ul { list-style-type: circle; padding-left: 40px; color: rgb(29,114,169); font-size: 13px;}

.note {
	font-size: 9px;
	color: rgb(115,115,115);
}

footer.no-login {
  background-color: #272727;
}

#deleteSample .modal-body h4 {
  width: 20%;
  float: left;
}

#deleteSample .modal-body p {
  margin: 0;
  width: 80%;
  color: rgb(115, 115, 115);
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  overflow-wrap: break-word;
}

#upload-injection {
  background: #F1F1F1;
  margin-bottom: 20px;
  padding: 15px;
}

#jobsProject .container-fluid #upload-injection .dropdown {
  width: auto;
  border: 0px;
  border-radius: 0px;
  text-align: left;
  background: url(../_images/arrow_dropdown.gif) rgb(255,255,255) no-repeat;
  background-position: top right; 
  background-size:30px;
  outline: none;
}

#mdl-upload-injection .modal-body #fileList table td:first-child {
  max-width: 280px;
  overflow-wrap: break-word;
}

.loggedinNav ul.dropdown-menu {
  min-width: 100px;
  top: 80%;
}

.loggedinNav ul.dropdown-menu li {
  float: none;
  text-align: center;
  padding: 10px 5px;
}

footer.no-login p {
  color: white;
  padding-top: 2px;
}

footer.no-login .footer-links {
  display: inline-block;
  margin-right: 10px;
  padding-top: 8px;
}

#introduce-hce {
  position: absolute;
  bottom: 67px;
  right: 0;
  width: 400px;
  margin: 20px 20px;
}

#introduce-hce p {
  font-size: 12px;
  color: rgb(115, 115, 115);
}

#summaryPieChart #geneTable, #svListViewFilters #geneTable {
  max-width: 180px;
  table-layout: fixed;
}
#summaryPieChart #geneTable td, #svListViewFilters #geneTable td {
  overflow-wrap: break-word;
}
.applied-annotation {
  display: block;
  overflow: auto;
  margin-bottom: 5px;
}
.applied-annotation >span {
  font-size: 13px;
	color: rgb(29,114,169);
}
.applied-annotation #allpied-annot-list {
  float: right;
  margin-left: 18px;
}
ul#allpied-annot-list li {
  list-style-type: disc;
}
#summaryNav #selSample {
  max-width: 380px;
  text-overflow: ellipsis;
}

.sample-gender {
  margin-bottom: 5px;
}

.sample-gender .gender-title {
  color: rgb(29,114,169);
}

.joblist-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#editSampleQC input, #editInjectionQC input {
	width:70%;
	border:0px;
	padding:10px;
	font-size:10px;
	background: rgb(241,241,241);
	outline: none;
}
table#job_process_list tbody tr td:nth-child(8) {
  overflow-wrap: normal;
}
#mdl-injection-stats .modal-body .filename-row {
  display: flex;
  align-items: flex-start;
}
#mdl-injection-stats .modal-body .filename-row .gender-title {
  white-space: nowrap;
  margin-right: 0.5em;
}
#mdl-injection-stats .modal-body #mdl-stats-filename {
  display: inline-block;
  /* max-width: 150px; */
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
table#injection_list .sex-col {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  word-break: break-all;
}