/* Custom buttons */
body {
	font-family: 'Roboto', sans-serif;
	max-width: 100vw;
}

.btn-action {
	color: #FFFFFF;
	background-color: #2D6BF6;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.open .dropdown-toggle.btn-action{
	color: #FFFFFF;
	background-color: #2D6BF6;
}

.btn-action:active,
.btn-action.active,
.open .dropdown-toggle.btn-action {
	background-image: none;
}

.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
	background-color: #2D6BF6;
	cursor: not-allowed;
}

.btn-outline-action {
	border: 1px solid #2D6BF6;
	color: #2D6BF6;
	background-color: #FFFFFF;
}

.btn-outline-action:hover,
.btn-outline-action:focus,
.btn-outline-action:active,
.btn-outline-action.active,
.open .dropdown-toggle.btn-outline-action{
	border: 1px solid #2D6BF6;
	color: #FFFFFF;
	background-color: #2D6BF6;
}

.btn-outline-action:active,
.btn-outline-action.active,
.open .dropdown-toggle.btn-outline-action {
	background-image: none;
}

.btn-outline-action.disabled,
.btn-outline-action[disabled],
fieldset[disabled] .btn-outline-action,
.btn-outline-action.disabled:hover,
.btn-outline-action[disabled]:hover,
fieldset[disabled] .btn-outline-action:hover,
.btn-outline-action.disabled:focus,
.btn-outline-action[disabled]:focus,
fieldset[disabled] .btn-outline-action:focus,
.btn-outline-action.disabled:active,
.btn-outline-action[disabled]:active,
fieldset[disabled] .btn-outline-action:active,
.btn-outline-action.disabled.active,
.btn-outline-action[disabled].active,
fieldset[disabled] .btn-outline-action.active {
	border: 1px solid #2D6BF6;
	background-color: #fff;
	color: #2D6BF6;
	cursor: not-allowed;
}

.btn-outline-action .badge {
	border: 1px solid #2D6BF6;
	color: #337AB7;
	background-color: #FFFFFF;
}

.btn-publish {
	background-color: #80D6C9;
	border-color: #80D6C9;
	color: #030303;
}

.btn-publish:hover,
.btn-publish:focus,
.btn-publish:active,
.btn-publish.active,
.open .dropdown-toggle.btn-publish {
	background-color: #2DB29E;
	border-color: #2DB29E;
	color: #030303;
}

.btn-publish:active,
.btn-publish.active,
.open .dropdown-toggle.btn-publish {
	background-image: none;
}

.btn-publish.disabled,
.btn-publish[disabled],
fieldset[disabled] .btn-publish,
.btn-publish.disabled:hover,
.btn-publish[disabled]:hover,
fieldset[disabled] .btn-publish:hover,
.btn-publish.disabled:focus,
.btn-publish[disabled]:focus,
fieldset[disabled] .btn-publish:focus,
.btn-publish.disabled:active,
.btn-publish[disabled]:active,
fieldset[disabled] .btn-publish:active,
.btn-publish.disabled.active,
.btn-publish[disabled].active,
fieldset[disabled] .btn-publish.active {
	background-color: #80D6C9;
	border-color: #80D6C9;
}

.btn-publish-outline {
	background-color: #fff;
	border-color: #80D6C9;
	color: #333;
}

.btn-publish-outline:hover,
.btn-publish-outline:focus,
.btn-publish-outline:active,
.btn-publish-outline.active,
.open .dropdown-toggle.btn-publish-outline {
	background-color: #64d9ca;
	border-color: #64d9ca;
	color: #333;
}

.btn-publish-outline:active,
.btn-publish-outline.active,
.open .dropdown-toggle.btn-publish-outline {
	background-image: none;
}

.btn-publish-outline.disabled,
.btn-publish-outline[disabled],
fieldset[disabled] .btn-publish-outline,
.btn-publish-outline.disabled:hover,
.btn-publish-outline[disabled]:hover,
fieldset[disabled] .btn-publish-outline:hover,
.btn-publish-outline.disabled:focus,
.btn-publish-outline[disabled]:focus,
fieldset[disabled] .btn-publish-outline:focus,
.btn-publish-outline.disabled:active,
.btn-publish-outline[disabled]:active,
fieldset[disabled] .btn-publish-outline:active,
.btn-publish-outline.disabled.active,
.btn-publish-outline[disabled].active,
fieldset[disabled] .btn-publish-outline.active {
	background-color: #fff;
	border-color: #80D6C9;
	color: gray;
}

.btn-publish .badge {
	color: #5CB85C;
	background-color: #FFFFFF;
}

/* Custom alerts */
.alert-disclaimer, .alert-message{
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* BNS conference logo */
.bns-conference-logo{
	height: 12px;
	vertical-align: middle;
	margin: 0 6px;
}

/* Links */
a {
    color: #0057C9;
}

a:hover{
	color: #006eff;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-danger-soft {
	color: #fff;
	background-color: #f69b9b;
}
.alert-danger-soft, .bg-danger-soft {
	color: #842029;
	background-color: #f8d7da;
}
.alert-danger-soft {
	padding: 20px;
	border: 1px solid #f5c2c7;
	border-radius: .25rem;
}
.alert-success-gray, .bg-success-gray {
	color: #333;
	background-color: rgba(0,0,0,0.03);
}
.alert-success-soft, .bg-success-soft {
	color: #fff;
	background-color: #84c084;
	padding: 20px;
	border: 1px solid #84c084;
	border-radius: .25rem;
}
.pagination .page-link:not(.active) {
	color: #2E6CF5 !important;
}
.pagination .page-link.active {
	color: #fff !important;
}
.pagination .page-link.active {
	background-color: #2E6CF5 !important;
}
.overflow-visible {
	overflow: visible !important;
}

.border-circle {
	border-radius: 45%;
}

ul.list-style-none li {
	list-style-type: none;
}
.transform-animation {
	transition: transform 0.2s ease-in-out;
}
.transform-180 {
	transform: rotate(180deg);
}

.table-row-success {
	background-color: #b5e1b5;
}

.table-row-danger {
	background-color: #eec3c3;
}

.modal-body input::placeholder {
	color: #d3d3d3;
}

.readable-text {
	font-size: 18px;
}
.bg-sc-purple {
	background-color: #5B1EFF;
	color: #fff;
}
.sc-color-purple {
	color: #5B1EFF;
}
.btn-sc-purple {
	background-color: #5B1EFF;
	border-color: #5B1EFF;
	color: #fff;
}
.btn-sc-purple:hover,
.btn-sc-purple:focus,
.btn-sc-purple:active,
.btn-sc-purple.active {
	background-color: #3A0CB5;
	border-color: #3A0CB5;
	color: #fff;
}
.bg-sc-action {
	color: #fff;
	background-color: #2660E2;
}
.bg-sc-purple {
	color: #fff;
	background-color: #5B1EFF;
}
.napr-tools{
	padding:7px 20px;
	background-color:#fff;
}
.sc-text {
	font-size: 15px;
	line-height: 18px;
}
.sc-text-sm {
	font-size: 13px;
	line-height: 16px;
}
.sc-text-md {
	font-size: 16px;
	line-height: 20px;
}
.input-group-text .sc-design {
	border: 1px solid #2660E2;
}
.input-group.sc-design input:not(.picker__input), .input-group select {
	border-color: #2660E2;
}
input.postponeDateTime {
	border-color: #2660E2;
}
.input-group.sc-design .input-group-text {
	background-color: #2660E2;
	border: 1px solid #2660E2;
	color: #fff;
}
.input-group.sc-design .input-group-prepend {
	background-color: #2660E2;
	color: #fff;
}
#publicationForm .sc-required>label:first-child{
	color:#2E6CF5;
}
.napr-export-message {
	background-color: transparent;
}
.btn-sc-link {
	background-color: transparent;
	color: #2E6CF5;
	border: none;
}
.invisible-inputs label {
	font-size: 14px;
}
.invisible-inputs input {
	padding-left: 10px;
	font-size: 14px;
	border-left: none;
	border-right: none;
	border-color: #707070;
	background-color: #F2F2F2;
}
.invisible-inputs input:focus {
	outline: none;
	mso-border-shadow: no;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.invisible-inputs input:read-only {
	cursor: not-allowed;
	background-color: #E1E1E1;
}
@media only screen and (min-width: 768px) {
	.border-lg-left {
		border-left: 1px solid #707070;
	}
}
.text-sc-blue {
	color: #2D6CF6;
}
.text-sc-purple {
	color: #5B1EFF;
}
.break-word-text {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
td.with-input label {
	display: none;
}
td.with-input input {
	height: 30px;
}
td.long-input input {
	width: 157px;
}
.rounded-5 {
	border-radius: 5px;
}
.input-valid:focus {
	border-color: #43ac6a;
}

figure {
	display: flex;
	flex-flow: column;
	padding: 5px;
	margin: auto;
}

figcaption {
	max-width: 350px;
	color: #1a1a1a;
	font: italic smaller sans-serif;
	padding: 3px;
	text-align: center;
	overflow-wrap: break-word;
}
@media only screen and (max-width: 500px) {
	figcaption {
		max-width: 100%;
	}
	figure {
		margin: auto;
	}
}
.cursor-not-allowed {
	cursor: not-allowed;
}
blockquote {
	border-left: 3px solid #ccc;
	display: inline-block;
	padding-left: 10px;
}
.text-gray {
	color: #c5c5c5;
}

#image-gallery .my-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

#image-gallery .gallery-thumbnail {
	position: relative;
	overflow: hidden;
}

li .gallery-thumbnail {
	margin: 0 !important;
	display: flex !important;
}

.gallery-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: zoom-in;
}

@media (max-width: 768px) {
	#image-gallery .my-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	#image-gallery .my-gallery {
		grid-template-columns: 1fr;
	}
}
.full-height-img {
	max-height: 100%;
	height: auto;
	max-width: 100%;
}
.overflow-wrap-all {
	overflow-wrap: anywhere;
}
span.handle {
	display: inline-block;
	width: 16px;
	height: 8px;
	cursor: grab;
}

span.handle,
span.handle::before {
	background-image: radial-gradient(black 40%, transparent 40%);
	background-size: 4px 4px;
	background-position: 0 100%;
	background-repeat: repeat-x;
}

span.handle::before {
	content: '';
	display: block;
	width: 100%;
	height: 33%;
}

.item-holder {
	background-color: #f1f0ef;
	border-radius: 5px;
}
.input-sm {
	height: 30px;
	font-size: 14px;
}
.cursor-zoom {
	cursor: zoom-in;
}
.files-preview .gallery-thumbnail img {
	max-height: 75px;
}
.image-list-item {
	position: relative;
	display: flex !important;
	align-items: stretch !important;
	list-style: none;
	padding: .5rem .5rem .5rem 0;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 5px;
}
.image-remove-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	border-radius: 4px;
}
.pswp__bg {
	background-color: #333333 !important;
	opacity: .98 !important;
}
.printable {
	display: none;
}
.printableLogoText {
	margin-bottom: 8px;
	margin-left: 8px;
	vertical-align: top;
	font-size: 25px;
	color: #006eff;
}
@media print {
	.nonPrintable {
		display: none;
	}
	.printable {
		position: static;
		display: block;
	}
}
.group-hover:hover {
	background-color: #c5c5c5;
}
.outline-none:active, .outline-none:focus, .outline-none:active:focus {
	outline: none !important;
}
.outline-none::-moz-focus-inner {
	border: 0;
}
.vue-multiselect .multiselect__option--highlight.multiselect__option--selected.multiselect__option {
	background: #5B1EFF;
	color: #fff;
}

.vue-multiselect .multiselect__option--highlight::after {
	background: #5B1EFF;
	content: attr(data-deselect);
	color: #fff;
}

.vue-multiselect .multiselect__option--selected.multiselect__option--highlight::after {
	background: #5B1EFF;
	content: attr(data-deselect);
	color: #fff;
}

.vue-multiselect .multiselect__option--highlight {
	background: #5B1EFF;
	color: #fff;
}

.vue-multiselect .multiselect__option--selected.multiselect__option--highlight {
	background: #5B1EFF;
	color: #fff;
}
.vue-multiselect .multiselect__tag {
	background-color: #5B1EFF !important;
}
.vue-multiselect .multiselect__tag-icon::after {
	color: #fff;
}

.vue-multiselect .multiselect__tag-icon:hover:after {
	color: #ff0000;
}
:root {
	--popper-theme-background-color: #333333;
	--popper-theme-background-color-hover: #333333;
	--popper-theme-text-color: #ffffff;
	--popper-theme-border-width: 0px;
	--popper-theme-border-style: solid;
	--popper-theme-border-radius: 6px;
	--popper-theme-padding: 8px;
	--popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
}
.text-line-through {
	text-decoration: line-through;
}
.text-dark-gray {
	color: #6c6b6b;
}
.text-lighter-gray {
	color: #9a9a9a;
}
