.oppChoiceBtns{
	padding: 3.75rem 1.5rem !important;
	font-weight: 600;	
}

.rowdetailsPanel{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
}

.statusBar{
	background-color: #000;
	width:1000px;
	height: 50px;
}

.jqx-tabs-content-element {
	margin-left: 1px !important;
}

.loadingBarTitles{
	width: 100%;
	font-size: 12px;
}

.loadingBar{
	/*width: 95%;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 5px;
}

.progress{
	clear: both; 
	position: relative;
	top: 3px;
} 

.diagramPanel{
	border: none;
	
}

.diagram-title{
	margin: 20px 0;
	font-size: 14px;
	color: #4b286d;
	font-weight: 600;
	
}

 .stem{
	display: block;
	margin: auto;
	width: 100%;
	height: 10px;
	background-color: #ccc;
	border-radius: 5px;
	position: relative;
	top: 25px;
	
}

 /*for the rollout onboarding request bar*/
.col-sizebar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 98%;
	-ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
}

/*for the link to have black color*/
.link
{
	color:aqua;
	text-decoration: none;
	background-color: none;
}

#phases{
	display:flex;
	position: relative;
	justify-content: space-between;
}

.phase-block{
	display: inline-block;
	/* margin: auto; */
	max-width: 87px;
	vertical-align: middle; 
	z-index: 500;
}

/* .phase-block a{
	margin: auto;
	
} */


.phase-block p{
	word-break: normal;
    white-space: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
	/* display: table-cell; */
}

.childphasetext{
	display: none;
}

.circleBase {
    border-radius: 50%;
    color: #fff;
  	text-align: center;
  	vertical-align: middle; 
  	margin: 0 auto;
    display: block;
	color: #fff !important;
}

.typeParentReady {
    width: 40px;
    height: 40px;
    background-color: #248700;
    line-height: 40px; 
}
.typeParentInprogress {
    width: 40px;
    height: 40px;
    background-color: #4b286d;
    line-height: 40px; 
}
.typeParentIncomplete {
    width: 40px;
    height: 40px;
    background-color: #ffa500;
    line-height: 40px; 
}
.typeParentNotstarted {
    width: 40px;
    height: 40px;
    background-color: #808080;
    line-height: 40px; 
}
.typeChild{
	position: relative;
    top: 8px;
    width: 25px;
    height: 25px;
}
.typeCReady {
    background-color: #248700; 
}
.typeCIncomplete {
    background-color: #ffa500; 
}
.typeCNotstarted {
    background-color: #808080;
}

 .icon-center{
 	line-height: 25px; 
 	text-align: center;
  	vertical-align: middle;
 }
 
 
#diagramlist{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

.thumbnail {
  width: 10%;
}

.choicebtns{
display: block;
margin: auto;
text-align: center;	
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
} */

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
/* border: 3px solid white; */
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

.oppbtnfixedwidth{
	width:200px;
	white-space: normal;
	height: 140px;
	/* cursor: not-allowed!important;
	color: grey; */
	padding-top: 50px!important;
}

/* .oppbtnfixedwidth:hover{
	background-color: #fff!important; 
	color: grey;
	border: 1px solid grey !important;
	
} */
