﻿
.popover {
	white-space: pre-wrap;
}

.accordion-button:not(.collapsed) {
	background-color: rgb(35,65,100);
	color: #e8e8e8;
}

.accordion-button-grey {
	background-color: lightgray !important;
}

.accordion-button-grey:not(.collapsed) {
	background-color: grey !important;
}

.ddsection-bg {
	background-color: rgb(35,65,100);
}

.ddgroup-bg {
	background-color: #0d6efd;
}

.ddquestion-bg {
	background-color: #0dcaf0;
}

label.col-form-label, legend.col-form-label {
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}

.ddsection-header {
	border-bottom: 1px solid rgb(35,65,100);
	color: rgb(35,65,100);
	padding: 5px;
	margin-bottom: 15px;
}

.ddsection-footer {
	border-top: 1px solid rgb(35,65,100);
	color: rgb(35,65,100);
	padding: 5px;
}

.question-border {
	border: 1px solid grey;
	padding: 2px 0 2px 0;
	margin: 5px 0 5px 0
}


.ddgroup-header {
	border-bottom: 1px solid rgb(35,65,100);
	color: rgb(80,80,80);
	padding: 5px;
	margin-bottom: 10px;
}

.ddgroup-footer {
	border-top: 1px solid rgb(35,65,100);
	color: rgb(80,80,80);
	padding: 5px;
}

.ddquestion {
	margin-bottom: 2em;
}

.group-border {
	border: 1px solid blue;
	padding: 5px;
	margin: 5px 0 5px 0;
}

.decisionSetup .card {
	margin: 10px 0 0px 0
}


.decisionSetup .card-header {
	color: white;
}


.decisionDisplay .card {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}

.dd-valerror {
	color: red;
	font-weight: bold;
}

.history .card { /*put card display back to standard for the answer history popups*/
	margin-bottom: 30px;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}


/*hide tinyMCE promo links*/
.tox-promotion, .tox-statusbar__branding {
	display: none
}

.history-num {
	color: black;
	position: absolute !important;
	inset: -2px 15px auto auto;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 5px;
}

.search {
	font-size: 1rem !important;
}






.table > :not(:last-child) > :last-child > td {
	border-bottom-color: inherit
}



#overlay {
	position: fixed;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.6);
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.is-hide {
	display: none;
}

.validation-message {font-weight:bold; color:red}


@media (min-width: 1800px) {
	 .modal-xl {
		max-width: 1740px !important;
	}
}

.section-header {
	background-color: rgb(35, 65, 100);
	color: #e8e8e8;
	padding:1rem;
	margin:-1rem;
	margin-bottom:2rem;
}

.full-editor {
	visibility: visible;
	opacity: 1;
	color: #6c757d !important;
	border-color: #6c757d !important;
	position: fixed;
	right: 65px;
	bottom: 15px;
	z-index: 99999;
	background: white !important;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.hidden {display:none !important}