body {
	background-color: #fff;
	color: #272727;
}

/* New base font size */
body,
.btn {
	font-size: 16px;
}

/* Keep the font size small for the navbar and other specific elements */
#sp-navbar-collapse,
#sp-navbar-collapse .btn,
.status-text,
.btn-save-input-draft,
.last-save-indicator,
.form-complete-indicator,
.field-error,
.btn-link,
.listing-delete {
	font-size: 14px;
}

/* Override success color for SP */

.text-success {
	color: #3C7D3C;
}

.btn-success {
	background-color: #3C7D3C;
  border: none;
}

.status-text {
	font-weight: 500;
}

.btn-save-input-draft {
	font-weight: 400;
	margin-right: 12px;
}

@media (min-width: 1280px) {
	.container{
		width: 1280px;
	}
}

.container {
	background-color: #f8f8f8;
}

.sp-content {
	padding: 35px 30px;
	margin: 0 -15px;
}

.sp-content-white {
	background-color: #FFF;
}

.navbar-wg {
	background-color: #eeeeee;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-wg .navbar-toggle {
	background-color: rgb(198, 219, 237);
	border-color: #AAA;
}
.navbar-wg .navbar-toggle .icon-bar {
	background-color: #999;
}

.navbar-wg .navbar-collapse {
	box-shadow: none;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-wg .navbar-nav li a {
	color: #606B74;
}

.navbar-wg .navbar-nav li a:hover {
	background-color: transparent;
	color: #606B74;
}

.navbar-wg .navbar-nav li a:focus {
	background-color: transparent;
	color: #606B74;
}

.sp-gray {
	background-color: #f8f8f8;
}

.badge {
	background-color: #707070;
}

#auth-header, #recovery-header {
	margin-bottom: 20px;
	margin-top: 0;
}

#sign-in-header {
	margin-bottom: 20px;
}

.signup-instructions {
	margin: 20px 0;
}

#login-disclaimer {
	margin-bottom: 20px;
}

#sp-sidebar ol,
#sp-sidebar ul {
	margin-bottom: 8px;
	padding: 0;
}

#sp-sidebar ol li,
#sp-sidebar ul li {
	padding: 0;
	margin:0 0 20px 16px;
}

.sp-breadcrumb {
	font-weight: 500;
	font-size: 16px;
	padding-top: 13px;
}

.sp-breadcrumb .separator {
	margin: 0 8px;
}

.sp-breadcrumb .badge {
	position: relative;
	top: -3px;
	margin-left: 8px;
}

.sp-home-section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: none;
}
.sp-home-section:last-child {
	border-bottom: none;
}

.sp-section-description {
	margin-bottom: 10px;
}

.profile-item.not-begun {
	padding: 38px 0;
	font-size: 21px;
	font-weight: 500;
}

.home-card-list {
	margin: -16px;
}

.home-card {
	position: relative;
	width: 260px;
	max-height: 260px;
	float: left;
	margin: 16px;
	background-color: white;
}

.home-card-add {
	width: 100%;
	height: 260px;
}

.home-card-add i {
	display: block;
	margin-bottom: 8px;
}

.home-card-add span {
	font-size: 20px;
}

.home-card-submission {
	background-color: white;
}

.home-card-submission-data {
	height: 120px;
	margin: 32px 20px 32px;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	word-break: break-word;
	overflow: hidden;
}
.home-card-submission-data::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 104px;
	height: 25px;
	background: transparent;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, #FFF 80%, #FFF 100%)
}

.home-card-date {
	margin: 12px 20px;

	text-align: center;
	font-size: 12px;
	color: #272727;
}

.home-card-submission a {
	width: 100%;
	margin-top: 1px;
	padding: 12px 12px;
	border-radius: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.shadow-box {
	-webkit-box-shadow: 0 3px 8px 2px rgba(216,216,216,1);
	-moz-box-shadow: 0 3px 8px 2px rgba(216,216,216,1);
	box-shadow: 0 3px 8px 2px rgba(216,216,216,1);
}

.shadow-box-faded {
	-webkit-box-shadow: 0 3px 8px 2px rgba(216,216,216,0.5);
	-moz-box-shadow: 0 3px 8px 2px rgba(216,216,216,0.5);
	box-shadow: 0 3px 8px 2px rgba(216,216,216,0.5);
}


.dashed-link {
	display: block;
	border: 4px dashed #ccc;

	background-color: white;
	color: #337ab7;
	text-align: center;
	text-decoration: none;
}

.dashed-link:hover,
.dashed-link:active,
.dashed-link:focus
{
	background-color: white;
	border-color: #9f9f9f;
	color: #23527c;
	text-decoration: none;
}

.dashed-link:disabled {
	border-color: #ccc;
	color: #337ab7;
	opacity: .5;
}

.sp-task {
	margin-bottom: 45px;
	padding: 25px;
	padding-bottom: 0px;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
}

.sp-task .task-title {
	margin: 0;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
}


.expired-stage {
	border-color: #c7dcef;
	background-color: #c7dcef;
	color: #377bb5;
	text-align: center;
}

#expiredStageModal .modal-title {
	color: red;
	font-size: 25px;
}

.submitted-stage {
	border-color: #c2e0c2;
	background-color: #c2e0c2;
	color: #398439;
	text-align: center;
	display: inline-block;
}

.task-item.task-completion {
	background: none;
}

.task-item {
	position: relative;
	background: white;
	min-height: 110px;
	padding: 20px;
	display: inline-flex;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
}

.task-reopen {
	padding-right: 15px;
}

.task-reopen > a {
    line-height: 52px;
}

.task-item .deadline-tooltip {
	margin-right: 20px;
	font-size: 18px;
	cursor: pointer;
	line-height: 52px;
}

.tooltip-wrapper [disabled] {
	pointer-events: none;
}

.tooltip-wrapper {
	display: inline-block;
}

.task-item-list .task-item {
	margin: 12px 0;
}
.task-item-list .task-item:first-child {
	margin-top: 0;
}

.task-item .left {
	width: 100%;
}

.task-item.task-item-profile .left {
	padding-top: 20px;
}

.task-item .title {
	display: inline-block;
	font-weight: 400;
	margin-top: 5px;
}

.task-item .description {
	margin-top: 5px;
}

.task-item .right {
	width: 100%;
	max-width: 425px;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 90px;
}

.task-item.task-item-profile .right {
	padding-top: 15px;
}

.task-item .right .status-alert {
	width: 100%;
	padding-left: 30px;
	justify-content: flex-end;
	display: flex;
}

.sp-task .status-alert {
	text-align: right;
}

@media (max-width: 767px) {
	.sp-task .status-alert {
		text-align: center;
	}
}

.task-item .status {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 5px;
	padding-top: 3px;
	padding-left: 2em;
	padding-right: 5px;
}

.task-item .right .actions {
	padding-top: 3px;
	text-align: right;
}


.task-item .complete-action {
	width: 128px;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 16px;
	white-space: normal;
}
button.complete-action {
	white-space:normal !important;
	max-width:200px;
}

.task-item .complete-action i {
	width: 16px;
}

.task-item .complete-action .saving-hide {
	font-size: 24px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.task-item .complete-action .saving-indicator {
	display: none;
	font-size: 14px;
	position: relative;
	top: -8px;
}

.task-item .complete-action span {
	width: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.task-item .time-to-expire-countdown {
	padding-right: 48px;
}

@media screen and (max-width: 767px) {
	.task-item {
		flex-direction: column;
		padding-top: 20px;
	}

	.task-item.task-item-profile .left {
		padding-top: 0;
	}

	.task-item .right {
		max-width: none;
		padding-left: 0;
	}

	.task-item.task-completion .right {
		flex-direction: column;
	}

	.task-item.task-item-profile .right .actions {
		padding-top: 0;
	}

	.task-item .right .status-alert {
		padding-left: 0;
	}

	.task-item .right .status {
		padding-left: 0;
	}

	.task-item .right .actions {
		text-align: left;
	}

	.task-item.task-completion .right .actions {
		padding-top: 20px;
	}

	.task-item .right .status .time-to-expire-countdown {
		padding-top: 3px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.task-item.task-completion .complete-action {
		width: initial;
	}
}

@media screen and (min-width: 1200px) {
	.task-item .right .actions {
		width: 160px;
	}
}

.sp-block-listing .saving-indicator {
	display: none;
}

.sp-block-listing .data {
	margin-top: 20px;
	background-color: white;
	padding: 10px;
}

.sp-block-listing .data .no-items {
	padding: 25px;
}

.sp-block-listing .data .no-items .main-message {
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 500;
}

.sp-block-listing .data .no-items .sub-message {
	margin-bottom: 0;
}

.sp-block-listing .data table {
	margin-bottom: 0;
}

.sp-block-listing tbody tr:nth-child(odd) {
	background-color: #F2F7FD;
}

.sp-block-listing .actions {
	width: 1%;
	white-space: nowrap;
}

.sp-block-listing .status {
	width: 1%;
	white-space: nowrap;
}

.sp-block-listing .status .badge {
	margin-top: 8px;
}

.sp-block-form-input {
	padding: 0;
}

.sp-block-form-input .form-area {
	padding: 30px;
	border: 1px solid #dedede;
	margin: 30px 0;
	float: left;
	width: 100%;
}

.last-save-indicator {
	position: relative;
	padding-left: 10px;
}

.last-save-indicator.top {
	top: 36px;
}

.last-save-indicator.bottom {
	top: -24px;
}

.sp-block-form-input .indicators {
	margin-right: 10px;
}

.sp-block-form-view {
	background: white;
	padding: 30px;
}

.footer {
	margin: 40px 0;
}

.text-warning-alt {
	color: #f39c12
}

.fake-link {
	cursor: default;
}

.spinner-overlay {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	padding-top: 40%;

	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

#sp-logo {
	max-height: 228px;
	overflow: hidden;
}

#sp-logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.sp-listing-actions {
	position: relative;
}

.sp-listing-minmax-description {
	bottom: 0;
	font-size: 16px;
	padding-right:30px;
}

.sp-listing-minmax-description.min-message {
	color: #272727;
}

.sp-draft-warning {
	color: red;
}

@media (max-width: 767px) {
	.sp-listing-minmax-description{
		display: block;
		margin-bottom: 12px;
		position: static;
	}
}

.sp-task-progress-reports {
	border:none;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 0px;
}

.sp-task-progress-reports .sp-task-progress-reports-wrapper {
	background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px;
}

.sp-task-progress-reports .sp-task-progress-reports-right {
	text-align: right;
	padding-top: 10px;
}

.sp-progress-reports-box {
	padding-bottom: 13px;
}

.sp-progress-reports-empty p {
	font-size: 19px;
	font-weight: 500;
	padding: 60px 0 80px;
}

.sp-progress-reports-right {
	max-width: 325px!important;
	padding-left: 50px!important;
}

.task-item.progress-report-item .right {
	padding-left: 0;
}

.task-item.progress-report-item .right .start-due-date {
	float: left;
	width: 50%;
}

.task-item.progress-report-item .right .action-message {
	float: right;
	width: 50%;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.sp-progress-reports-box .right .status {
		width: 70%;
	}

	.sp-progress-reports-box .task-item .right .actions {
		text-align: right;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sp-progress-reports-box .right .status {
		padding-left: initial;
	}

	.sp-progress-reports-right {
		padding-left: 10px !important;
	}

	.sp-progress-reports-box .task-item .right .actions {
		text-align: right;
	}
}

.task-item.task-completion .right {
	padding-left: 0px!important;
}

.sp-progress-reports-filter {
	float:right;
	padding-bottom:25px;
}

.task-item-row .task-item-row-left {
	text-align: initial;
	padding-top: 10px;
}

.task-item-row .task-item-row-right {
	text-align: right;
}

.sp-task-item {
	margin-left: 0;
	margin-right: 0;
}

.sp-task-item .sp-task-item-wrapper {
	margin-bottom: 25px;
}

.sp-task-item .sp-task-item-wrapper .sp-task-item-row {
	padding: 15px;
	background-color: #fff;
}

.sp-task-completion-item-row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
}

.sp-task-item-row .title {
  overflow-wrap: break-word;
}

.sp-task-completion-item-row .actions,
.sp-task-completion-item-row .sp-task-completion-item-full-wrapper {
	text-align: right;
}

@media (max-width: 767px) {
	.task-item-row .task-item-row-left {
		margin-bottom: 20px;
		text-align: center;
	}

	.task-item-row .task-item-row-right {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.sp-border-line-right {
		border-right: #000 thin solid;
	}
}

.sp-requests-empty p {
	font-size: 19px;
	font-weight: 500;
	padding-top: 40px;
	padding-bottom: 60px;
}

.sp-requests-filter {
	display: inline-block;
	width:auto;
}

.sp-request-item .title {
	padding:5px 0;
	font-size: 19px;
}
.sp-request-button-new {
	margin-right:25px;
}
.sp-request-item .description {
	padding: 6px 12px;
	vertical-align: middle;
}

.sp-task .request-title {
	margin: 0;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
}
.sp-task .request-description {
	margin: 0;
	color:#777;
	font-size:75%
}

.reminded-indicator {
	padding: 6px 12px;
	vertical-align: middle;
}
.sp-task-toggle {
	cursor: pointer;
	display: inline-block;
}

.btn-close {
	margin-left: 10px;
}

.form-complete-indicator {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.form-complete-indicator.top {
	margin-bottom: -30px;
}

@media (max-width: 767px) {
  .form-submit-area.top .pull-right {
    margin-bottom: 10px;
  }

  .form-submit-area.top .pull-right .btn-save-input-draft {
    margin-right: 5px;
  }

  .form-submit-area.top .pull-right .btn-close {
    margin-left: 5px;
  }
}

.form-complete-indicator.bottom {
	margin-top: -65px;
}

.form-complete-indicator.error-block {
	width: 400px;
	display: none;
}

.form-submit-area.bottom {
	display: none;
}

h1.sp-title {
	margin-top: 0;
	margin-bottom: 30px;
  overflow-wrap: break-word;
}

h1.sp-title .workflow-status {
	font-size: 12px;
	font-weight: 400;
	position: relative;
	left: 20px;
	top: -6px;
}

td.status {
	min-width: 200px;
	vertical-align: middle !important;
}

.listing-delete {
	margin-right: 20px;
}

.title-container {
	position: relative;
}

.status-text.stage-status {
	position: relative;
	left: -12px;
}

.title-container .task-order {
  text-align: right;
}

.sp-text-white {
	color: #ffffff;
}

.sp-file-upload-buttons {
	padding: 5px!important;
}

.form-area em{ display : inline-flex;}

.external-link-show {
	word-break: break-all;
}
