@charset "UTF-8";

.textAreaSingleSpace p {
  /* remove the default paragraph spacing */
  margin: 0;
  /* if you still want a tiny gap between paras, you can use:
     margin-bottom: 0.5em;
     instead of margin:0;
  */
}

.ui-datepicker-month, .ui-datepicker-year{
	height: 40px;
	
}

.layout-topbar-light .layout-topbar {
	background-color: #009ce2 !important;
	box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px
		rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button:hover {
    background-color: #009ce2;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo>img
	{
	height: 40px;
}

body .ui-state-disabled {
	opacity: 0.9;
}

.ui-toolbar-group-left, .ui-toolbar-group-right {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}

ul.star-bullets {
	list-style-type: none; /* Remove default bullets */
	padding: 0;
}

ul.star-bullets li {
	position: relative;
	padding-left: 1.5em;
}

ul.star-bullets li::before {
	content: '★'; /* Star Unicode character */
	position: absolute;
	left: 0;
	color: #1A74C5; /* Azure blue color */
}

ul.cowboy-bullets {
	list-style-type: none; /* Remove default bullets */
	padding: 0;
}

ul.cowboy-bullets li {
	position: relative;
	padding-left: 1.5em;
}

ul.cowboy-bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 16px; /* Adjust size as needed */
	height: 16px; /* Adjust size as needed */
	background-image:
		url('https://danielbase.s3.amazonaws.com/images/cowboy-hat.svg');
	/* Path to your cowboy hat SVG file */
	background-size: contain;
	background-repeat: no-repeat;
}

ul.cactus-bullets {
	list-style-type: none; /* Remove default bullets */
	padding: 0;
}

ul.cactus-bullets li {
	position: relative;
	padding-left: 1.5em;
}

ul.cactus-bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 16px; /* Adjust size as needed */
	height: 16px; /* Adjust size as needed */
	background-image:
		url('https://danielbase.s3.amazonaws.com/images/cactus.svg');
	/* Path to your cactus SVG file */
	background-size: contain;
	background-repeat: no-repeat;
}

/* body .ui-button {
	background: #2099F0;
	border: 1px solid #2099F0
}

body.main-body {
	background: #EEF8FF;
	}

body .ui-panel .ui-panel-content {
	border: 1px solid #34F6F2;
	background: #FFFFFF;
	color: #515C66;
	padding: 1rem;
}

body .ui-panel .ui-panel-titlebar {
	border: 1px solid #0D2149;
	background: #0D2149;
	color: #FFFFFF;
}

.layout-topbar-actions > li > a > .topbar-icon {
    color: #34F6F2;
}
 */
/* fixes checkbox in header being centered 
body .ui-datatable .ui-selection-column .ui-chkbox-all{
	
	display: inline;
}
*/
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button
	{
	border-radius: 0;
}

.ui-galleria-item-wrapper {
	background-color: #000000;
}

@media
(
max-width
:
992px)
{
/* This is for the mobile menu to be top and left*/
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button
	{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button
	{
	width: 50px;
	height: 69px;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button
	{
	color: #FFFFFF;
	background-color: #009CE2;
}
/* END This is for the mobile menu to be top and left*/


.layout-topbar-light .layout-topbar {
	height: 70px;
}
/* 	.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button
		{
		top: 15px;
	} */
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left
	{
	height: 56px;
	margin-left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layout-wrapper .layout-main {
	padding-top: 70px;
}

.layout-wrapper .menu-wrapper {
	top: 70px;
}

}
@media ( min-width : 993px) {
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions
	{
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-end;
	padding: 0 16px;
}

@media ( min-width : 992px) {
	.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left
		{
		border-bottom: 0px;
	}
}