

/*************************/
.sc_loading_presentation .jconfirm-box	{}


.sc_loading_presentation .progress 		{
	position:relative;width:100%;height:30px;
}		
.sc_loading_presentation .jconfirm-content .progress .progress-bar {
	text-align:right;
	padding:10px;
}		


.sc_loading_presentation .jconfirm-box div.jconfirm-title-c {
	padding:0px !important;
}
.sc_loading_presentation .jconfirm-box div.jconfirm-title-c .nav-wizard {
	width:100%;
	font-size:16px;
	line-height:normal;
	height:40px;
}

.sc_loading_presentation .jconfirm-box div.jconfirm-buttons {
	float:none !important;
}

.sc_loading_presentation .jconfirm-box div.jconfirm-buttons button {background:none;border:0px;color:#ffffff;}

.sc_loading_presentation .jconfirm-box div.jconfirm-content-pane
{
	margin:3px 0px !important;
}

.sc_loading_presentation .dialog-footer   {}
.sc_loading_presentation .dialog-footer .progress  {}
.sc_loading_presentation .dialog-footer .progress .progress-bar {background-color:#cacaca;}


.sc_loading_presentation .nav-wizard > li {flex-basis:auto;width:100%;padding:0px 0px;}
.sc_loading_presentation .nav-wizard > li > a {
	display:inline-block;padding:10px 15px;
	position: relative;
	background-color: #eeeeee;
	width:100%;height:40px;text-align:center;
	text-decoration: none;
}
.sc_loading_presentation .nav-wizard > li:not(:first-child) > a {padding-left: 34px;}
.sc_loading_presentation .nav-wizard > li:not(:first-child) > a:before {position: absolute;top: 0;left: 0;
	  width: 0px;height: 0px;
	  border-top: 20px inset transparent;
	  border-bottom: 20px inset transparent;
	  border-left: 20px solid #ffffff;
	  content: "";
	  
}
.sc_loading_presentation .nav-wizard > li:not(:last-child) > a {margin-right: 6px;}
.sc_loading_presentation .nav-wizard > li:not(:last-child) > a:after {position: absolute;top: 0;right: -20px;
	  width: 0px;height: 0px;
	  border-top: 20px inset transparent;
	  border-bottom: 20px inset transparent;
	  border-left: 20px solid #eeeeee;
	  content: "";
	  z-index: 2;
}


.sc_loading_presentation .nav-wizard > li.active > a,
.sc_loading_presentation .nav-wizard > li.active > a:hover,
.sc_loading_presentation .nav-wizard > li.active > a:focus {color: #ffffff;background-color: #007BFF;}
.sc_loading_presentation .nav-wizard > li.active > a:after {border-left-color: #007BFF;}

.sc_loading_presentation .nav-wizard > li.disabled > a {color: #777777;}
.sc_loading_presentation .nav-wizard > li.disabled > a:hover,
.sc_loading_presentation .nav-wizard > li.disabled > a:focus {color: #777777;background-color: #eeeeee;cursor: default;}
.sc_loading_presentation .nav-wizard > li.disabled > a:before {border-right-color: #eeeeee;}
.sc_loading_presentation .nav-wizard > li.disabled > a:after {border-left-color: #eeeeee;}
.sc_loading_presentation .nav-wizard.nav-justified > li {float: none;}
.sc_loading_presentation .nav-wizard.nav-justified > li > a {padding: 10px 15px;}


@media (max-width: 768px) {
	.sc_loading_presentation .nav-wizard.nav-justified > li > a {border-radius: 4px;margin-right: 0;}
	.sc_loading_presentation .nav-wizard.nav-justified > li > a:before,
	.sc_loading_presentation .nav-wizard.nav-justified > li > a:after {border: none !important;}


}








