.projectDivisionOuter {
  padding: 0px 0px 10px 0px !important;
  width: 100% !important;
  margin: 0px 0px;
  height: 410px;
  overflow-y: auto;
  margin-top: 0px !important;
  border-top: 0px solid #ddd;
  background-color: #eee;
}

.projectVersionTreeDiv {
  padding-right: 0;
  padding-top: 0 !important;
  clear: both;
}
.projectVersionTreeDiv .heading {
    padding: 10px 15px!important;background: #8c8d8f;font-size: 11px;font-weight: 600;cursor: text;text-transform: uppercase;margin-bottom:0px;
    color:#fff;
}
.projectVersionTreeDiv .projectVersionRow {
    background: #d9d9d9; padding: 8px !important;border-bottom: 0px solid #d6d6d6;font-weight: normal !important;
    width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;color: #888b8f !important;cursor: pointer;
}
.projectVersionTreeDiv .projectVersionRow .spec-view-coll-expand-icon {
  line-height: 17px;
}
.projectVersionTreeDiv .projectVersionRow .fa-chevron-circle-up:before {
  color: #333;
}
.versions-outer {
  padding-top: 0 !important;
  cursor: text;
}
.projectVersionTreeDiv .version-nodes {
  padding: 7px 0px 7px 0px !important;
  background: #fff;
  color: #333 !important;
  font-size: 13px;
  border-bottom: 1px solid #eaeaea;
  border-left: 5px solid #fff !important;
  width: 96%;
  margin: 0 2% 5px;
  border-radius: 3px;
}

.projectVersionTreeDiv .version-nodes:hover {
  box-shadow: 0px 0px 6px #979797;
  font-weight: 700 !important;
}

.projectVersionTreeDiv .version-nodes:focus, .projectVersionTreeDiv .version-nodes:active,
.projectVersionTreeDiv .version-nodes:visited {
  border-bottom: 1px solid #d8eeff;
  color: #333 !important;
  font-weight: 600 !important;
  background: #d8eeff;
  border-left: 5px solid #d8eeff !important;
}
.projectVersionTreeDiv .highlight {
  padding: 7px 0px 8px 0px !important;border-bottom: 1px solid #d1d1d1;border-right: 0 !important;color: #333 !important;
  font-weight: 700 !important;cursor: default;box-shadow: 0px 0px 2px #d1d1d1;border-left: 5px solid #F6853B !important;
}
.projectVersionTreeDiv .highlight:focus, .projectVersionTreeDiv .highlight:active,
.projectVersionTreeDiv .highlight:visited {
  cursor: default;
  border-left: 5px solid #F6853B !important;
}

.projectVersionTreeDiv .projectVersionRow .textContents {
  position: relative;
  top: 7px;
}
.projectVersionTreeDiv .version-nodes .textContents {
  position: relative;
  top: 0;
}
.fromPVPopup {
  border: 1px solid #ddd;
}

.otherdiv .projectVersionTree {
  font-size: 12px;
  width: 100%;
  padding-top: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin: 0px 0px 5px 0px;
  border-bottom: 0px solid #eaeaea;
  border-right: 0px solid #eaeaea;
  border-left: 0px solid #eaeaea;
  border-radius: 2px;
  /*box-shadow: 0px 2px 4px #888;*/
}
.otherdiv .projectVersionTree:last-child{
  border-bottom: 1px solid #eaeaea !important;
}
.currentdiv .projectVersionTree {
  font-size: 12px;
  width: 100%;
  padding-top: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin: 0px 0px 10px 0px;
  border-bottom: 0px solid #eaeaea;
  border-right: 0px solid #eaeaea;
  border-left: 0px solid #eaeaea;
  border-radius: 0px;
}
.currentdiv .projectVersionRow.version-nodes:last-child{
  border-bottom:0px solid #ddd;
}
.projectVersionTree .fa:hover {
  cursor: pointer;
}
.pv-full-empty-state {
  width: 60px;
  height: 48px;
  margin: 5px auto;
}
.pv-empty-image {
  width: 35px;
  height: 30px;
  margin: 0px auto;
}
.pvSearchBox {
  padding-top: 8px !important;
  padding-left: 10px !important;
  border-bottom: 1px solid #d9d9d9;
}
.pvSearchBox .glyphicon.glyphicon-search {
	left: initial;
    right: 12px;
    background-color: #fff;
}
.pvSearchBox .input-group-addon {
  width: 35px;
  border: 0px;
  background-color: #fff;
  position: absolute;
  height: 33px;
}
.pv-expand-collapse-outer a, .pv-expand-collapse-outer-2 a {
	color: #23527c !important;
	margin-right: 0px;
    cursor: pointer;
}
.pvSearchBox input[type="text"]{
	text-indent: 2px;
	padding-left: 36px;padding-top:5px;
}
.pvSearchBox input[type="text"] + span {
	position: absolute;
    left: 24px;
    z-index: 999;
    height: 30px;
    font-size: 18px;
    color: #bbb;
    top: 3px;
    padding-left: 5px;
}
.noProjectVersionsComplete {
  padding-top: 30%;
}
.noProjectVersionsComplete  span{
	text-align:center;
	margin: 0 auto;
    display: block;
}

.noProjectVersions {
  color: #767676 !important;
  font-size: 13px !important;
  padding: 15px !important;
  text-align: center;
}

.pvLoaderContainer {
  height: 340px;
  padding-left: 44%;
  padding-top: 28% !important;
}

.pvLoader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
/*.pvsearchbox-footer {
	height:24px;
	background-color:#bbb;
    border-radius: 0 0 4px 4px;
}*/

.prjctversionswitchmenu>div {
  padding: 0px 10px 10px 10px;
  width: 100%;
}
.prjctversionswitchmenu .glyphicon-search {
  background-color: #fff;
  border: 0px;
  position: absolute;
  left: 21px;
  z-index: 9;
  top: 10px;
  color: #bebebe;
}

.prjctversionswitchmenu {
  top: 45px;
  padding: 2px 0px 0px 0px;
  width: 490px;
  max-height: 497px;
  font-size: 14px !important;
  left: -90px;
  cursor: default;
}
.prjctversionswitchmenu>.projectDivisionOuterdiv{
	padding: 0px 0px 10px 0px;
}
.prjctversionswitchmenu > span:nth-child(1) {
    position: absolute;
    top: -7px;
    left: 21.5%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    z-index: 9999999999;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.prjctversionswitchmenu > span:nth-child(2){
  position: absolute;
  top: -5px;
  left: 21.7%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  z-index: 9999999999;
  border-bottom: 6px solid #fff;
}
.topbanner-projectname a .right-arrow {
  width: 8px;
  margin: 0px 0px 5px 7px;
  position: absolute;
  top: 14px;
}
.pv-expand-collapse-outer {
  margin-top: 0px;
  padding-right: 40px;
  line-height: 16px;
  cursor: default !important;
}
.pv-expand-collapse-outer-2 {
  margin-top: 8px;
  line-height: 16px;
  cursor: default !important;
  padding-right: 5px;
}
.mid-stump {
  padding: 6px 1px;
  font-size: 14px !important;
}
.pv-collapse-expand {
  font-size: 12px;
  margin-top: 2px;
}
.pv-close {
  width: 20px;
  top: 5px;
  position: absolute;
  right: 2px;
  cursor: pointer;
}

.projectVersionSelectionWindow .modal-content .modal-body{
	padding:0px;
}
.projectVersionSelectionWindow .pvSearchBox{
	padding:10px;
}
.projectVersionSelectionWindow .pvSearchBox .glyphicon.glyphicon-search{
	right:0px;
	color: #bebebe;
}
.projectVersionSelectionWindow .mid-stump{
	padding: 0px 5px;
}
.projectVersionSelectionWindow h3.modal-title{
	display: inline-block;
    font-weight: 600;
    color: #273343;
    padding-left: 10px;
    font-size: 13px;
    padding-top: 6px;
    text-transform: uppercase;
}
.projectVersionSelectionWindow .projectDivisionOuter{
	height:440px;
	margin-top: 0px !important;
}
.projectVersionSelectionWindow .pvSearchBox input[type="text"] + span {
    position: absolute;
    left: 22px;
    z-index: 999;
    height: 30px;
    font-size: 20px;
    color: #bbb;
    top: 1px;
}
.projectVersionSelectionWindow .pvSearchBox input[type="text"] {
    text-indent:5px;
}
.projectVersionSelectionWindow .pvSearchBox .input-group-addon{
	width: 30px;
    border: 0px;
    background-color: #fff;
    position: absolute;
    height: 28px;
    z-index: 99;
    top: 3px;
    left: 1px;
}
.projectversion-header{
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    box-shadow: 0px 0px 5px #eaeaea;
}
.specsplans{
  background-color: #fbfbfb;
  display: inline-block;
  padding: 3px 10px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.specsplans > span{
 width: 48%;
 display: inline-block;
 padding-left: 22px;font-size: 11px;
 color: #888;
 text-transform: uppercase;
 font-weight: 600;
}
.currentdiv .specsplans, .otherdiv .specsplans{
  background-color: #eee;
  display: inline-block;
  padding: 8px 10px;
  width: 100%;
  border-bottom: 0px solid #d9d9d9;text-transform: uppercase;
}
.currentdiv .specsplans > span,.otherdiv .specsplans > span{
  width: 50%;display: inline-block;padding-left: 27px;color: #888;font-weight: 600;font-size: 11px;
}
.w-42{
  width:42% !important;
}
/*.projectVersionRow.version-nodes > div span{
 overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 3px;
}*/
.currentdiv .projectVersionRow.version-nodes > div span:nth-child(2){
  max-width:160px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 25px;font-size: 12px;position: relative;
  bottom: 1px;display:block;font-weight:600;
}
.otherdiv .projectVersionRow.version-nodes > div span:nth-child(2){
  max-width:160px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 25px;font-size: 12px;position: relative;
  bottom: 1px;display:block;font-weight:600;
}
.otherdiv .no-plansversion .projectVersionRow.version-nodes div .more-width {
    max-width: 385px;
}
.currentdiv .no-plansversion .projectVersionRow.version-nodes > div span:nth-child(2) {
    max-width: 385px;
}
.currentdiv .projectVersionRow.version-nodes:hover{
    font-weight:700;
}
.spec-view-coll-expand-icon{
  background-color: #f7f7f7;
  padding: 0px 6px;
  border-radius: 50px;
}
.spec-view-coll-expand-icon.fa-caret-up:before{
  position: relative;
  bottom: 1px;
}
.version-success{
  display:none;
}
.projectVersionRow.version-nodes.highlight .version-success{
  display:block;float: right;right: 8%;
}
.currentdiv .projectVersionRow.version-nodes span.more-width,
.otherdiv .projectVersionRow.version-nodes span.more-width {
    width: 85%;
    max-width: 85%;
}
.projectVersionRow.version-nodes span.more-width {
    width: 96%;max-width: 96%;font-size: 12px;font-weight: 600;position: relative;bottom: 1px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.mw-145{
    max-width:145px;
}
.upload-projectversion{
    font-size: 11px;
    font-weight: normal;
    color: #aaa;
    text-transform: capitalize;
    padding-left:45px;
}
.w-8x{
    width:8px;
}
.p-l12{
    padding-left:12px !important;
}
.plans-wrap{
    max-width:167px !important;
}
.upload-projectversion-plans{
    padding-left:42px;
}
.prjctversionswitchmenu .no-plansversion .w-100 > div:first-child{
    margin-top:10px;
}
.no-plansversion .w-100 .projectVersionRow > div:nth-child(2){
    display:none;
}
.projectDivisionOuter.fromPVPopup .versions-outer .w-100{
    margin-top:7px;
}
.line-h14{
    line-height:14px !important;
}
.projectDivisionOuter.fromPVPopup .upload-projectversion{
    padding-left:37px !important;text-align: left;font-size: 12px;line-height: 16px;
}
.projectVersionSelectionWindow .fromPVPopup .p-l30{
    padding-left:15px !important;
}
.projectDivisionOuter.fromPVPopup .projectVersionRow.version-nodes div:nth-child(2) .upload-projectversion{
    padding-left:27px !important;
}
.projectVersionRow.version-nodes div span:nth-child(2),.projectVersionRow.version-nodes div span > span:nth-child(2){
    width: 245px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width:245px;
}
