body
{
	background-color: #333;
	background-image: url(../img/layout/bkg-3.jpg);
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
	font-family: 'MyriadProRegular', sans-serif;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	/* color: rgba( 0,181,224, 1 ); */
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i
{
	float: right;
	color: rgba( 4,150,255, .95 );
	/* margin-left: 1em; */
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
	margin-left: .5em;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba( 4,150,255, .95 );
}
h1 span.badge, h2 span.badge, h3 span.badge, h4 span.badge
{
	position: relative;
	top: -1.2em;
	font-weight: bold;
}
hr
{
	border-bottom: 1px dotted #bbb;
	max-width: 100%;
}

#app-side-nav
{
	/* background-image: linear-gradient(to bottom right, rgba( 42, 42, 42, .9 ), rgba( 64, 64, 64, .9 ) ); */
	background-color: rgba( 42, 42, 42, 0 );
	width: 50px;
	flex-shrink: 1;
	transition: all 180ms ease;
	/* box-shadow: 0px 0px 10px #864e9b; */
	z-index: 2;
}
#app-side-nav:hover
{

}
#app-side-nav div.profile-image
{
	min-height: 34px;
	max-height: 34px;
	width: 34px;
	position: absolute;
	top: 3px;

	background-position: center center;
	background-size: cover;
}
#app-side-nav div.profile-image-letters
{
	color: rgba( 255,255,255,.25);
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#app-side-nav .profile-label
{
	display: none;
	text-shadow: 1px 1px 2px #666;
}
#app-side-nav a
{
	display: block;
	text-align: center;
	max-width: 34px;
	color: #fff;
}

#app-side-nav.expand
{
	width: 225px;
	flex-grow: 1;
	transition: all 180ms ease;
}
#app-side-nav.expand .profile-label
{
	position: absolute;
	top: 3px;
	left: 45px;
	line-height: 34px;
	color: #fff;
	font-size: 0.9em;
	display: block;
}
#app-side-nav.expand .side-menu a
{
	text-align: left;
	max-width: 100%;
}

.side-menu
{
	position: relative;
	margin-top: 50px;
}
.side-menu a
{
	color: #fff;
	background-color: rgba( 42,42,42, .75 );
	padding: .3em .7em .2em .7em;
	font-size: .9em;
	border-radius: .2em;
	margin-bottom: 1px;
	position: relative;
	border: 1px dotted rgba( 4,150,255, .95 );
	/* font-weight: bold; */
}
.side-menu a.selected, .side-menu a.selected:hover
{
	background-color: rgba( 4,150,255, .95 );
}
.side-menu a.secondary
{
	background-color: rgba( 42,42,42, .25 );
	font-weight: bold;
	border: none;
	/* font-size: 0.9em !important; */
}
.side-menu a.secondary:hover
{
	background-color: rgba( 4,150,255, .75 );
}
.side-menu a:hover
{
	background-color: rgba( 4,150,255, .75 );
}
.side-menu a i
{
	font-size: 1.2em;
	margin-right: .4em;
	margin-top: 1em;
}
.side-menu a span.menu-label
{
	display: none;
}
.menu-toggle
{
	margin-top: 1em;
	background-color: rgba( 4,150,255, .95 );
	border-radius: 3em;
	padding: .4em 0em 0em 0em;

}
#app-side-nav.expand .side-menu a span.menu-label
{
	display: inline;
	position: absolute;
	left: 35px;
	font-size: 0.9em;
	line-height: 25px;
}
#app-side-nav.expand .side-menu a span.menu-label-arrow
{
	display: inline;
	position: absolute;
	right: 5px;
	font-size: 1.8em;
	line-height: 25px;
}
#app-side-nav .side-menu a span.menu-label-arrow
{
	display: none;
}

#app-container
{
	width: calc(100% - 50px);
	flex-grow: 1;
	transition: all 180ms ease;
	z-index: 1;

	background-color: rgba( 42, 42, 42, 0 );
	min-height: 100vh;
}
#app-container.collapse
{
	width: calc(100% - 225px);
	flex-shrink: 1;
	transition: all 180ms ease;
}
#app-header
{
	color: #fff;
	height: 58.4px;
	line-height: 58.4px;
}
#app-body
{
	/* background-color: rgba( 255,255,255,.9); */
	background-image: linear-gradient(to bottom right, rgba( 255,255,255, .95 ), rgba( 255,255,255, .8 ) );
	/* background-image: linear-gradient(to bottom right, rgba( 42,42,42, .9 ), rgba( 64,64,64, .7 ) ); */

	padding: 1em;
	border-radius: .2em;
	border: 1px dotted rgba( 4,150,255, 1 );
	border-top: 4px solid rgba( 4,150,255, .85 );
	box-shadow: 0px 0px 4px rgba( 4,150,255, .25 );
	position: relative;
}
/* #app-body h1, #app-body h2, #app-body h3, #app-body h4, #app-body h5, #app-body h6
{
	color: #eee;
} */
#app-body div.callout
{
	/* background-color: rgba( 228,228,228, .3 ); */
}
.logo_square
{
	max-height: 32px;
	margin-left: 1em;
	margin-right: 1em;
}

.profile-image
{
	border-radius: 3em;
	/* border: 1px solid rgba(0,0,0,.9); */
	box-shadow: 0px 0px 2px rgba( 4,150,255, .95 );
}
.profile-image:hover
{
	box-shadow: 0px 0px 3px #000;
}
/* .expand .toggle-show
{

}
.toggle-show
{
	display: none;
}
.show-elem
{
	display: inline !important;
} */
.app-title
{
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.1em;
	text-shadow: 1px 1px 4px #666;
}
.app-title span
{
	font-weight: normal;
	font-size: 0.9em;
}
.app-title-label
{
	font-size: 1.1em !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 2px #666;
	margin-right: 2em;
}
.menu-toggle-small
{
	float: right;
	margin-top: .4em;
	margin-right: .6em;
}
#menu-dropdown
{
	padding: 1px;
	background-color: transparent;
	background-image: linear-gradient(to bottom right, rgba( 255,255,255, .99 ), rgba( 255,255,255, .9 ) );
}
#menu-dropdown a
{
	color: #222;
	display: block;
	padding: .4em 1em .4em 1em;
}
#menu-dropdown a.secondary
{
	padding-left: 2em !important;
	font-size: 0.9em;
}
#menu-dropdown a:hover
{
	background-color: rgba( 4,150,255, .95 );
	color: #fff;
}
#menu-dropdown a i
{
	margin-right: .5em;
}
#menu-dropdown a span.small
{
	display: block;
	font-size: 0.8em;
}
/* .toggle-show
{
	display: inline;
} */
.margin0
{
	margin: 0;
}
.margin-min
{
	margin: 0;
	margin-bottom: 0.2em;
}

.signin
{
	border-radius: 1em;
	background-image: linear-gradient(to bottom right, rgba( 42,42,42, .9 ), rgba( 64,64,64, .9 ) );
	margin: 1em;
	padding: 1em;

	color: #f1f1f1;
}
.signin label
{
	color: #fff;
}

fieldset
{
	background-color: rgba( 255,255,255,.05);
}
fieldset legend
{
	background-color: transparent !important;
	font-size: 1.1em;
}
fieldset.fieldset-bold
{
	font-size: 0.8em !important;
	font-weight: bold;
}
fieldset.fieldset
{
	padding: 0.25rem 1.25rem 0.25rem 1.25rem;
}

table.tblData
{
	font-size: 0.9em;
}
table.tblData td
{
	font-size: 0.9em;
}
table.tblDataVertical td
{
	vertical-align: top;
}
th.l
{
	text-align: left;
}
td.r, th.r, .r
{
	text-align: right;
}
.c
{
	text-align: center;
}
.card-em
{
	border-top: 3px solid rgba( 4,150,255, .95 );
}
.pad1
{
	padding: 1em 1.4em 1em 1.4em;
}
.dark
{
	background-image: linear-gradient(to bottom right, rgba( 4,150,255, .75 ), rgba( 42,42,42, .2 ) );
	color: #fff;
	border-top-left-radius: .3em;
	border-bottom-left-radius: .3em;
	margin-top: 1.4em;
	box-shadow: 0px 0px 4px #aaa;
}
.dark a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding: .2em .2em 0em .2em;
	border-radius: .2em;
}
.dark a:hover
{
	border-bottom: 2px dotted #fff;
}
.has-tip
{
	cursor: pointer !important;
	border: none;
	font-weight: normal;
}
.dropdown-pane
{
	padding: 0;
}
.dropdown-pane a
{
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: .8em .8em .6em .8em;
}
.dropdown-pane a small
{
	display: block;
	color: #222;
}
.dropdown-pane a:hover
{
	background-color: #eee;
}
/* .dropdown-pane
{
	padding: 0;
	background-color: transparent;
	background-image: linear-gradient(to bottom right, rgba( 255,255,255, 1 ), rgba( 255,255,255, .9 )) !important;
}
.dropdown-pane a
{
	font-size: 0.9em;
	padding: .8em .8em .6em .8em;
	border-bottom: 1px dotted #ddd;
}
.dropdown-pane a:hover
{
	background-color: #eee;
} */
div.notifications
{

}
div.notifications a
{
	font-weight: 500;
}
div.notifications span
{
	font-size: 0.9em;
	display: block;
}
th.r, td.r
{
	text-align: right;
}
ul.tabs
{
	background-color: transparent !important;
	border: none;
	border-left: 1px solid #e6e6e6;
	position: relative;
	top: 1px;
	/* border-bottom: 1px solid #e6e6e6; */
}
li.tabs-title.is-active a
{
	background-color: #fff !important;
	border-bottom: 1px solid #fff !important;
}
li.tabs-title a
{
	background-color: #fafafa;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6 ;
	position: relative;
}
li.tabs-title a:hover
{
	background-color: #eee;
	border-top: 1px solid rgba( 228, 228, 228, 1 );
	border-right: 1px solid rgba( 228, 228, 228, 1 );
	border-bottom: 1px solid rgba( 228, 228, 228, 1 );
}
div.tabs-content
{
	border-top: 1px solid #e6e6e6;
}
li.tabs-title span.badge
{
	position: absolute;
	right: .8em;
	top: .8em;
	min-width: 1.6em;
}
li.is-active a.accordion-title
{
	border-top: 1px dotted rgba( 4,150,255, .95 );
	background-color: rgba( 4,150,255, .1 ) !important;
}
.accordion-larger .accordion-title
{
	font-size: 1em;
	font-weight: bold;
}
.accordion-larger .accordion-item
{
	font-size: 0.9em;
	font-weight: normal;
}
.fdatepicker, .fdatetimepicker
{
	background-image: url(../img/layout/calendar.png);
	background-position: 94% 50%;
	background-repeat: no-repeat;
	background-size: auto 68%;
}
.event-image
{
	/* max-height: 50px; */
}
.progress-small
{
	height: 3px;
}
i.success
{
	color: #4ee082;
}
.selectable-seat
{
	margin: 0;
}
ul small
{
	display: block;
	margin-bottom: .6em;
}
.nowrap
{
	white-space: nowrap;
}
.seat-read-only
{
	color: #aaa;
}
i.selected
{
	color: red;
}
i.updated
{
	color: blue;
}
.notification-save
{
	position: absolute;
	top: 1.6em;
	right: 1.6em;

	font-size: 1.1em;
	padding: .6em 1.2em .6em 1.2em;
}
div.ticket
{
	text-align: center;
	page-break-inside: avoid;
}
div.ticket *
{
	page-break-inside: avoid;
}
.autocomplete-suggestions
{
	max-height: 200px;
	overflow-y: scroll;
}
.autocomplete-suggestion
{
	font-size: 0.9em;
	line-height: 1.1em;
	padding: .4em;
}
.print-frame
{
	height: 0px;
	display: none;
}
.rel
{
	position: relative;
}
.zselect
{
	/* padding: .5rem .5rem .1rem .5rem; */
	border-radius: 3px;
	/* background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.…nts='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>); */
}
.button-group
{
    flex-wrap: wrap;
}
.button-group input{
  display: none;
}
.button-group .button
{
    margin-bottom: 1em;
}
.button-group label.large
{
    font-size: 1.25rem;
}
.button-group input:checked + label,
.button-group input:checked + label:active,
.question-answer input:checked + label,
.question-answer input:checked + label:active,
.question-answer-alt input:checked + label,
.question-answer-alt input:checked + label:active
{
    background-color: #008ac2;
}

.fieldset
{
	border-color: #ddd;
}
.fieldset legend
{
	font-size: 0.9em;
}
.hidden
{
	display: none;
}
div.selection-boundry div.label
{
	width: 100%;
	padding: 0.3em 0.3em 0.1em 0.3em;
	text-align: center;
}
table.table-filter th
{
    position: relative;
}
table.table-filter th i
{
    position: absolute;
    top: 0em;
    right: 0.1em;
    font-size: 0.8em;
    color: rgba( 94,134,141, 1 );
}
table tr.tablesorter-filter-row td
{
    padding: .2em;
    border: 1px solid #cacaca;
}
table tr.tablesorter-filter-row td input
{
    height: 25px;
    font-size: 0.9em;
    width: 100%;
    border: 0;
    margin: 0;

    background-image: url(../img/layout/filter.png);
	background-position: top 5px right 5px;
	background-repeat: no-repeat;
	background-size: auto 25%;
}
table tr.tablesorter-filter-row td input:focus
{
    background-image: none;
}
@media print
{
	/* body * { visibility: hidden; }
	#app-body { width: 100%; left: 0px; }
	#app-body * { visibility: visible; }
	#app-body nav { display: none; }
	#app-body { position: absolute; top: 0px; left: 0px; } */

	.print-hide
	{
		display: none !important;
	}
    .print-full, .print_full
    {
        width: 96% !important;
        display: block !important;
    }
}
