.message-box {
	width:97%;
	padding: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.message-box-success {
	background-color: #C6EFCE;
	border: solid 1px #006100;
	color: #006100;
}

.message-box-error {
	background-color: #FFC7CE;
	border: solid 1px #9C0000;
	color: #9C0000;
}

.message-box-warning {
	background-color: #FFEB9C;
	border: solid 1px #9C6500;
	color: #9C6500;
}

  .custom-combobox {
    position: relative;
    display: inline-block;
	width:100%;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
	display:none;
  }
  .custom-combobox-input {

	width:100%;
	background-color:white;
	 background-image:none;
	 border: 1px solid #A9A9A9;
	border-radius: 0;
	font-family: sans-serif;
	 }
  
  
  /*! jQuery UI - v1.11.2 - 2015-01-15
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.report-table {
	font-size:10pt;
	table-layout:fixed;
	width: 100%;
}

.report-table tr {
	border-bottom:1px solid black;
}

.report-table td {
	text-align: left;
}

.report-table td:first-child {
	text-align: left;
	word-break: break-all;
}

.report-table tfoot { display: none; }

.report-signature-block {
	display: none;
}

/* Useful for button columns on tables to disable button wrapping */
.disable-text-wrap {
    white-space: nowrap !important;
}

.w-min {
    width: 1px;
}

.no-wrap {
    white-space: nowrap !important;
}

.main {
    padding: 10px;
}

.main .page-header {
    margin-top: 0;
}

.table {
    width: 100% !important;
}

.break-all {
    word-break: break-all;
}

.text-center {
    text-align: center;
}

.detail-label {
    white-space: normal !important;
    word-break: break-word;
}

.credential-token {
    max-height: 200px;
    overflow: auto;
    cursor: pointer;
}

.result-box {
    position: relative;
}

.copy-button {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

.copy-button:focus, .copy-button:active {
    box-shadow: 0 0 4px #bababa;
    background-color: #bababa;
}

.required::after {
	content: "*";
	margin-left: 1px;
	margin-bottom: 0;
	font-size: 1.8rem;
	position: absolute;
	color: red;
}

.modal-xl {
	width: 70%;
	max-width: 1400px;
}

.modal-xxl {
	width: 80%;
}

.modal-xxxl {
	width: 90%;
}

.modal-section-heading {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
}