@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url('../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2') format('woff2'),
         url('../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff') format('woff'),
         url('../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf') format('truetype');
}

*
{
	margin: 0;
	padding: 0;
}

html
{
	
}

body
{
	margin: 0px;
	padding: 0px;
	color: #585858;
	font-size: 15px;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	background: #E9E9E9;
}

body.contentpane 
{
		width:auto;
		margin:10px;
		text-align: left;
}

#all
{
	text-align: left;
	padding: 20px 30px 70px;
	
	background-image: linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -o-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -moz-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -webkit-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -ms-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E9E9E9),
		color-stop(0.64, #FFFFFF)
	);
	
}

/************** Image/Button/Link/List/Fieldset etc. [START] ******************/

img 
{
	 border: 0 none; }

button,
input,
select,
textarea
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1em;
}

input,
select,
textarea
{
	background: #FFF;
	border: 1px solid #CCCCCC;
	color: #999;
	-webkit-box-shadow: 0px 1px 2px 0px #DDDDDD;
	-moz-box-shadow: 0px 1px 2px 0px #DDDDDD;
	box-shadow: 0px 1px 2px 0px #DDDDDD;
}

input
{
	padding: 0px 5px;
	height: auto;
}

input[type='checkbox']
{
	height: auto;
}

select
{
	height: 27px;
	padding: 4px 0px;
}

select.inputbox
{
	height: auto;
	max-height: 135px;
}

textarea
{
}

button
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #999999;
	cursor: pointer;
	height: 27px;
	display: block;	
	-webkit-box-shadow: 0px 2px 2px -1px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px -1px #DDDDDD;
	box-shadow: 0px 2px 2px -1px #DDDDDD;
	padding-bottom: 4px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;	
}

button:hover 
{
	text-decoration: underline;
	cursor: pointer;
}

ul.menu
{
	list-style: none;
	text-transform: uppercase;
}

ul.menu ul
{
	list-style: none;
	padding-left: 10px;
}

a
{
	color: #585858;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color:#004D88;
	text-decoration: underline;
}

fieldset
{
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

th
{
}

h1,
h2,
h3
{
	margin: 0px;
	font-size: 14px; 
}


/************** Image/Button/Link/List [END] ******************/

/************** Header [START] ******************/
#header
{
	position: relative;
	padding-bottom: 15px;
	z-index: 100;
}

.header-logo
{
	float: left;
	width: 20%;
	text-align: center; 
}

.header-logo.single
{
	float: none;
	width: auto;
	text-align: center; 
}

.header-logo img
{
	margin: auto;
}

.dropdown
{
	position: absolute;
	right: 125px;
	top: -20px;
	padding: 12px 14px 10px;
	z-index: 1000;
	background-color: #ffffff;
	border: 1px solid #d8dce3;
	border-top: none;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.06);
	overflow: hidden;
	min-width: 220px;
}

.dropdown .toggler
{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #004d88;
	border-bottom: 2px solid #004d88;
	transform: rotate(45deg);
	cursor: pointer;
	margin-left: 10px;
	margin-top: 6px;
	vertical-align: top;
	background: none;
	float: right;
}

.dropdown.visible .toggler
{
	transform: rotate(-135deg);
	margin-top: 10px;
	background: none;
}

.dropdown.visible
{
	box-shadow: 0 12px 32px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.07);
}

.dropdown .logo
{
	float: left;
}

.dropdown-header
{
	float: left;
}

.dropdown .name
{
	float: left;
	padding-left: 12px;
	line-height: 1.3;
}

.dropdown .name .login
{
	display: block;
	padding-top: 4px;
	font-size: 0.82em;
	color: #6b7585;
}

.dropdown .name b
{
	color: #1a2332;
	font-weight: 600;
}

.dropdown .menu
{
	clear: left;
}

.dropdown .logout-button a
{
	color: #585858;
	text-transform: uppercase;
}

.dropdown-menu
{
	padding-top: 8px;
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #e8ecf2;
	margin-top: 10px;
	box-sizing: border-box;
}

.dropdown-menu a
{
	display: block;
	float: left;
	clear: left;
	width: 100%;
	box-sizing: border-box;
	padding: 7px 4px 7px 20px;
	color: #2c3e55;
	font-size: 0.85em;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	position: relative;
	transition: color 0.15s ease, padding-left 0.15s ease;
}

.dropdown-menu a::before
{
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-right: 1.5px solid #004d88;
	border-top: 1.5px solid #004d88;
}

.dropdown-menu a:hover
{
	color: #004d88;
	padding-left: 24px;
	background: none;
}

.login-fields
{
		margin:10px 0
}

.login-fields label
{
		float:left;
		width:9em
}

/************** Header [END] ******************/

/************** System message [BEGIN] ******************/
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	float: right;
	top: -2px;
	right: -24px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}



/************** Message [END] ******************/

/************** Columns/Layout [START] ******************/
.column-header
{
	background: #272529;
	position: relative;
}

.left-column .column-header
{
	border-top-left-radius: 15px;
}

.right-column .column-header
{
	border-top-right-radius: 15px;
}

.left-column .column-header
{
	height: 38px;
}

.left-column
{
	float: left;
	width: 20%;
}

.left-column .column-header
{
	-webkit-box-shadow: 0px 1px 2px 0px #BBBBBB;
	-moz-box-shadow: 0px 1px 2px 0px #BBBBBB;
	box-shadow: 0px 1px 2px 0px #BBBBBB;
}

.left-column ul.menu
{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 4px 1px #DDDDDD;
	-moz-box-shadow: 0px 0px 4px 1px #DDDDDD;
	box-shadow: 0px 0px 4px 1px #DDDDDD;
	padding-bottom: 20px;
}

.left-column ul.menu li a
{
	box-shadow: 0 2px 2px -2px #BBBBBB;
    -moz-box-shadow: 0 2px 2px -2px #BBBBBB;
    -webkit-box-shadow: 0 2px 2px -2px #BBBBBB;
	display: block;
	padding: 6px 10px;
	margin: 0px 10px;
}

.left-column ul.menu li.active>a .lc
{
	background: url("../images/corner-left.png") no-repeat top left;
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0px;
	bottom: -9px;
}

.left-column ul.menu li.active>a .rc
{
	background: url("../images/corner-right.png") no-repeat top left;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 0px;
	bottom: -9px;
}

.left-column ul.menu li.active>a
{
	background: #004d88;
	color: #DDE3EA;
	margin: 0px;
	padding: 6px 30px;
	margin: 0px -10px;
	text-decoration: none;
	box-shadow: 0px 0px 1px 0px #216497;
    -moz-box-shadow: 0px 0px 1px 0px #216497;
    -webkit-box-shadow: 0px 0px 1px 0px #216497;
    position: relative;	
}

.left-column ul.menu li.active li a
{
	box-shadow: none;
}

.left-column ul.menu li.active li.active>a
{
	box-shadow: 0px 0px 1px 0px #216497;
    -moz-box-shadow: 0px 0px 1px 0px #216497;
    -webkit-box-shadow: 0px 0px 1px 0px #216497;;
}

.left-column ul.menu li.last a
{

}

.left-column ul.menu ul
{
	padding: 0px 20px;
}

.left-column ul.menu ul li
{
	border: none;
	background: #F0F0F0;
    margin: 6px 0px 1px;
    padding: 0px;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.left-column ul.menu ul li a
{
	font-weight: bold;
	font-size: 0.9em;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.right-column-wrapper
{
	margin-left: 20%;
	padding-left: 20px;
}

#contentarea.single
{
	margin: auto;
	width: 35%;
}

#contentarea.single .right-column-wrapper
{
	margin-left: 0px;
	padding-left: 0px;
	margin: auto;
}

#contentarea.single .right-column
{
	width: auto;
	float: none;	
}

.right-column
{
	font-size: 12px;
    float: left;
    width: 100%;
}

.right-column .column-header .menu 
{
	float: left;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 1px #DDDDDD;
	-moz-box-shadow: 0px 0px 5px 1px #DDDDDD;
	box-shadow: 0px 0px 5px 1px #DDDDDD;
	font-size: 1.2em;
}

.right-column .column-header .menu li
{
	float: left;
	height: 38px;
	
}

.right-column .column-header .menu li.active
{
	-webkit-box-shadow: 0px 0px 5px 1px #DDDDDD;
	-moz-box-shadow: 0px 0px 5px 1px #DDDDDD;
	box-shadow: 0px 0px 5px 1px #DDDDDD;
}

.right-column .column-header .menu li.active a
{
	background: #f7f7f7;
}

.right-column .column-header .menu li a
{
	margin: 11px 0px 0px;
	display: block;
	padding: 0px 20px 11px;
    position: relative;
    z-index: 2;
} 

.expiration-date
{
	font-size: 0.8em;
}

#main
{
	background: #f7f7f7;
	padding: 5px 17px 25px;
	-webkit-box-shadow: 0px 0px 5px 1px #DDDDDD;
	-moz-box-shadow: 0px 0px 5px 1px #DDDDDD;
	box-shadow: 0px 0px 5px 1px #DDDDDD;
	position: relative;
	z-index: 1;
}

#element-box
{
	text-align: left;
}

/************** Columns [END] ******************/

/************** Filter Section [START] ******************/
.filter-search
{
	float: left;
	padding: 0;
}

.filter-search button
{
	float: left;
	margin-right: 3px;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 6px 14px;
	border-radius: 0;
	background: #ffffff;
	color: #555555;
	border: 1px solid #cccccc;
	box-shadow: none;
	cursor: pointer;
}
.filter-search input
{
	border: 1px solid #CCCCCC;
	color: #999;
	-webkit-box-shadow: 0px 1px 2px 0px #DDDDDD;
	-moz-box-shadow: 0px 1px 2px 0px #DDDDDD;
	box-shadow: 0px 1px 2px 0px #DDDDDD;
	background: url("../images/search.png") no-repeat 97% center #FFFFFF;
	height: 25px;
	padding: 0px 15px 0px 5px;
	margin-right: 15px;
	float: left;
}

.filter-multi-item {
	float: left;
	padding-right: 10px;
}

.filter-multi-item select {
	margin-top: 0px;
	min-width: 120px;
}

.filter-multi-item select.multiple {
	height: 120px;
	padding: 2px 5px;
}

.filter-multi-item select.multiple.checkbox-1
{
	height:95px; 
}

.filter-multi-item label.checkbox
{
	margin: 5px 0px 0px 5px;
}

.filter-block-lbl
{
	display: block;
	text-align: center;
	float: none;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.filter-time-lbl {
	width:70px;
}

.filter-options-block {
	border: 1px solid #CCC;
	height: 118px;
	padding: 0px 10px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	color: #999;
	-webkit-box-shadow: 0px 1px 2px 0px #DDDDDD;
	-moz-box-shadow: 0px 1px 2px 0px #DDDDDD;
	box-shadow: 0px 1px 2px 0px #DDDDDD;

}

#main ul.show-options,
#main ul.time-period {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
}

#main ul.show-options input,
#main ul.time-period input {
	margin: 3px 0px 0px;
	height: inherit;
}

#main ul.show-options label,
#main ul.time-period label {
	margin: 0px 9px 0px 3px;
	clear: none;
}

#main ul.show-options li,
#main ul.time-period li {
	float:left;
	clear:left;
	line-height: 1.5em;
}

.custom_date 
{
    border-left: 1px solid #DDDDDD;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}

.custom_date TABLE, 
.custom_date TABLE TD,
.custom_date TABLE TR {
	border: none;
}

img.calendar
{
	margin-top: 9px;
}

.filter-footer
{
    padding: 7px 0px 10px;
    border-bottom: 1px solid #DDDDDD;
}

.filter-footer .btn {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 6px 14px;
    border-radius: 0;
    background: #ffffff;
    color: #555555;
    border: 1px solid #cccccc;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.filter-footer .btn:hover {
    background: #f0f0f0;
    color: #333333;
    text-decoration: none;
}

.filter-header
{
	border-bottom: 1px solid #DDDDDD;
}

#filter-bar
{
	font-size: 1.1em;
}

#filter-bar select
{
	font-size: 1em;
}

fieldset#filter-bar .break-block input, 
fieldset#filter-bar .sort-block input 
{
	clear: left;
}

.filter-options-block.sort-block input
{
	float: left;
}

fieldset#filter-bar .filter-options-block input
{
	height: auto;
	margin-right: 3px;
}

fieldset#filter-bar input.checkbox
{
	height: auto;
}

fieldset ul.checklist label, 
fieldset ul.menu-links label, 
fieldset#filter-bar label 
{
    clear: none;
}

fieldset#filter-bar input, 
fieldset#filter-bar select 
{
    margin-right: 0;
}

.filter-deleted
{
	padding-left: 10px;
	padding-right: 5px;
}

.filter-search.filter-deleted input 
{
	margin-right: 5px;
}

.filter-deleted label
{
	font-weight: bold;
}
/************** Filter Section [END] ******************/

/************** Toolbar [BEGIN] ******************/
#toolbar-box
{
	float: left;
}

.toolbar-list, #com_guards-toolbar
{
	padding: 10px 0px;
}

.toolbar-list ul
{
	list-style: none;
	color: #999999;
}

.toolbar-list ul li, #com_guards-toolbar DIV
{
	float: left;
	//border: 1px solid #CCCCCC;
	margin-right: 3px;
	-webkit-box-shadow: 0px 2px 2px -1px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px -1px #DDDDDD;
	box-shadow: 0px 2px 2px -1px #DDDDDD;
}

.toolbar-list ul li a
{
	padding: 5px;
	float: left;
	color: #999999;
}

.toolbar-list ul li a span, #com_guards-toolbar SPAN
{
	width: 12px;
	height: 13px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 1px;
}

.icon-32-print, .icon-print			{	background-image: url(../images/toolbar/print.png); background-repeat: no-repeat; 	}
.icon-32-new, .icon-new 			{	background-image: url(../images/toolbar/add.png); background-repeat: no-repeat; 	}
.icon-32-edit, .icon-edit			{	background-image: url(../images/toolbar/edit.png); background-repeat: no-repeat;	}
.icon-32-delete, .icon-delete		{	background-image: url(../images/toolbar/delete.png); background-repeat: no-repeat;	}
.icon-32-cancel, .icon-cancel		{	background-image: url(../images/toolbar/delete.png); background-repeat: no-repeat;	}
.icon-32-addtocase, .icon-addtocase	{	background-image: url(../images/toolbar/addtocase.png); background-repeat: no-repeat;	}

/************** Toolbar Section [END] ******************/

/************** Adminlist [BEGIN] ******************/

/* Bootstrap visually-hidden fix */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


table.adminlist
{
	border-collapse: collapse;
	width: 100%;
	font-size: 1.05em;
	margin-top: 10px;
}

table.adminlist th
{
	background: #1a2332;
	color: #ffffff;
	border-top: none;
	border-bottom: 1px solid #9A9A9A;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}

table.adminlist th img
{
	margin-left: 5px;
}

table.adminlist thead
{
	box-shadow: none;
}

table.adminlist td
{
	border-top: 1px solid #e8e8e8;
	padding: 10px 12px;
	vertical-align: middle;
}

table.adminlist tr.row0 td
{
	background: #ffffff;
}

table.adminlist tr.row1 td
{
	background: #fafafa;
}

table.adminlist tbody tr:HOVER td
{
	background: #f5f5f5 !important;
}

table.adminlist tbody tr.row-new:HOVER td
{
	background: #c97070 !important;
}

table.adminlist tbody tr.row-inprogress:HOVER td
{
	background: #d4d30a !important;
}

table.adminlist tbody tr.row-done:HOVER td
{
	background: #9de093 !important;
}

table.adminlist tbody tr.viewed:HOVER td
{
	background: #cccccc !important;
}

table.adminlist tfoot td
{
	background: #ffffff !important;
	border-top: none !important;
}

table.adminlist th a
{
	color: #ffffff !important;
}

table.adminlist th a:hover
{
	color: #ccddee !important;
}

table.adminlist tr.deleted
{
	background: #DDBBBB;
}

/************** Adminlist [END] ******************/

/************** Adminformlist [BEGIN] ******************/
fieldset.adminform 
{
	font-size: 1.05em;
    margin: 10px;
    overflow: hidden;
}

ul.adminformlist, 
ul.adminformlist li 
{
	
    list-style: none outside none;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

fieldset.adminform label,
fieldset.adminform span.faux-label 
{
    min-width: 170px;
    padding: 0 5px 0 0;
}

fieldset label, 
fieldset span.faux-label 
{
    clear: left;
    display: block;
    float: left;
    margin: 5px 0;
}

fieldset.adminform legend 
{
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
}

#element-box input.readonly 
{
    border: medium none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

#jform_id 
{
    background-color: #FFFFFF;
    width: 50px;
}

#jform_id, 
span.readonly 
{
    color: #666666;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 5px 5px 0;
}

fieldset input, 
fieldset textarea, 
fieldset select, 
fieldset img, 
fieldset button {
    float: left;
    margin: 5px 5px 5px 0;
    width: auto;
}

fieldset.radio label {
    clear: none;
    display: inline;
    float: left;
    min-width: 60px;
    padding-left: 0;
    padding-right: 10px;
}

fieldset input.invalid, 
fieldset textarea.invalid, 
fieldset select.invalid
{
	background: #FFEEEE;
	border: 1px solid #FF8888;
} 

.logo-field {
    float: left;
}

.profile-logo-image {
    clear: left;
}
.contacts-table-wrapper {
	float:left;
}

.contacts-table {
	border-top:1px solid #eee;
	border-collapse: separate;
}

.contacts-table select,
.contacts-table input {
	width: 130px;
}

.contacts-table td {
	border:none;
}

.icon-16 {
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
}

.add-contact {
	background: url("../images/menu/icon-16-new.png") left top no-repeat;
}

.remove-contact {
	background: url("../images/menu/icon-16-delete.png") left top no-repeat;
}

/* ============================================================
   ADMINFORM — matches site design language
   ============================================================ */

fieldset.adminform {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
}

fieldset.adminform > legend {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 2px solid #cccccc !important;
    padding: 0 0 6px 0 !important;
    margin-bottom: 12px !important;
    width: 100% !important;
    display: block !important;
    background: none !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

/* rows */
ul.adminformlist {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 1px solid #dddddd !important;
}

ul.adminformlist li {
    display: flex !important;
    align-items: stretch !important;
    border-bottom: 1px solid #dddddd !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
}

ul.adminformlist li:last-child {
    border-bottom: none !important;
}

ul.adminformlist li:hover {
    background: #fafafa !important;
}

ul.adminformlist .clr {
    display: none !important;
}

/* label column — same as .guard-info TD.label */
fieldset.adminform label,
fieldset.adminform span.faux-label {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    clear: none !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    color: #6b7585 !important;
    background: #ebebeb !important;
    border-right: 1px solid #dddddd !important;
}

/* value column */
ul.adminformlist li > input,
ul.adminformlist li > select,
ul.adminformlist li > textarea,
ul.adminformlist li > fieldset,
ul.adminformlist li > .input-group,
ul.adminformlist li > .field-calendar,
ul.adminformlist li > .password-group,
ul.adminformlist li > .contacts-table-wrapper,
ul.adminformlist li > .logo-field,
ul.adminformlist li > .form-check,
ul.adminformlist li > div {
    flex: 1 !important;
    float: none !important;
    margin: 8px 14px !important;
    width: auto !important;
    max-width: 100% !important;
    align-self: center !important;
}

/* inputs */
fieldset.adminform input.form-control,
fieldset.adminform select.form-select,
fieldset.adminform textarea.form-control,
fieldset.adminform input.inputbox,
fieldset.adminform select.inputbox,
fieldset.adminform textarea.inputbox {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    font-size: 1em !important;
    color: #555555 !important;
    padding: 5px 8px !important;
    width: 100% !important;
}

fieldset.adminform input.form-control:focus,
fieldset.adminform select.form-select:focus,
fieldset.adminform textarea.form-control:focus,
fieldset.adminform input.inputbox:focus,
fieldset.adminform select.inputbox:focus,
fieldset.adminform textarea.inputbox:focus {
    border-color: #004d88 !important;
    box-shadow: none !important;
    outline: none !important;
}

fieldset.adminform input[readonly],
fieldset.adminform .form-control[readonly] {
    background: #ebebeb !important;
    color: #888888 !important;
    border-color: #dddddd !important;
    cursor: default !important;
}

/* password-group / field-calendar / input-group row layout */
fieldset.adminform .password-group {
    display: block !important;
    width: 100% !important;
}

/* field-calendar is itself a flex row (input + button direct children) */
fieldset.adminform .field-calendar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
}

fieldset.adminform .field-calendar > input {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    width: 0 !important;
}

fieldset.adminform .field-calendar > button {
    flex: 0 0 auto !important;
    width: auto !important;
}

/* when field-calendar contains an input-group wrapper */
fieldset.adminform .password-group .input-group,
fieldset.adminform .field-calendar .input-group,
fieldset.adminform ul.adminformlist li > .input-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
}

fieldset.adminform .password-group .input-group > input,
fieldset.adminform .field-calendar .input-group > input,
fieldset.adminform ul.adminformlist li > .input-group > input {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    width: 0 !important;
}

fieldset.adminform .password-group .input-group > button,
fieldset.adminform .field-calendar .input-group > button,
fieldset.adminform ul.adminformlist li > .input-group > button {
    flex: 0 0 auto !important;
    width: auto !important;
}

/* input-group (password toggle, calendar) */
fieldset.adminform .input-group .btn,
fieldset.adminform .input-group button,
fieldset.adminform .field-calendar .btn,
fieldset.adminform .field-calendar button {
    background: #f5f5f5 !important;
    color: #555555 !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 1em !important;
}

fieldset.adminform .input-group .btn:hover,
fieldset.adminform .field-calendar .btn:hover {
    background: #e8e8e8 !important;
    color: #333333 !important;
}

/* nested fieldsets (radio groups) */
fieldset.adminform fieldset legend,
fieldset.adminform fieldset > legend {
    display: none !important;
}

fieldset.adminform fieldset label,
fieldset.adminform .form-check label,
fieldset.adminform .radio label {
    background: none !important;
    color: #555555 !important;
    font-weight: normal !important;
    font-size: 1em !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 0 0 4px !important;
    margin: 0 !important;
    float: none !important;
    display: inline !important;
    border-right: none !important;
}

fieldset.adminform .radio {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 4px 0 !important;
}

fieldset.adminform .form-check {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    gap: 6px !important;
}

fieldset.adminform .form-check input[type="radio"],
fieldset.adminform .form-check input[type="checkbox"] {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* logo-field (file input + image preview) */
fieldset.adminform .logo-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    overflow: hidden !important;
    max-width: 100% !important;
}

fieldset.adminform .logo-field input[type="file"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

fieldset.adminform .logo-field .profile-logo-image {
    max-width: 100% !important;
    overflow: hidden !important;
}

fieldset.adminform .logo-field .profile-logo-image img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

/* select multi */
fieldset.adminform select[multiple] {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    padding: 4px 6px !important;
}

/************** Adminformlist [END] ******************/

/************** Dashboard [BEGIN] ******************/
.subheader
{
    background: none repeat scroll 0 0 #272529;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 3px 1px #AAAAAA;
    -moz-box-shadow: 0 1px 3px 1px #AAAAAA;
    -webkit-box-shadow: 0 1px 3px 1px #AAAAAA;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 7px;
}

.dashboard .subheader
{
    text-transform: uppercase;
    margin: 15px 0px;
}

.subheader h3
{
	margin: 0px;
}

.subheader h2
{
	margin: 0;
	padding: 10px 16px;
	color: #ffffff;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/************** Dashboard [END] ******************/

/************** Tasks [BEGIN] ******************/

.brief-comments .task-header 
{
	
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 15px;
    background: #F5F5F5;
}

.brief-comments .task-header A H4 
{
	
	color: #095197;
}

.brief-comments .task-header H4 
{
	
	margin: 0px;
	padding: 0px;
}

.brief-comments .task-header .published 
{
	
	font-size: 0.8em;
	color:#666666;
}

.brief-comments .task-header .description 
{
	
	font-size: 1.0em;
}

.brief-comments .task-content 
{
	
	background: #FFFFFF;
	padding: 2px 15px;
}

.brief-comments .comment 
{
	
	border-top: none;
	padding: 2px 0px 0px;
}

.brief-comments .comment-body .published 
{
	
    padding: 2px 0 4px;
}

.brief-comments .brdr-btm 
{
	
	border-bottom: 1px solid #CCC !important;
}

.brief-comments .brdr-rght 
{
	
	border-right: 1px solid #CCC !important;
}

.brief-comments .guard-header 
{
	
    padding: 10px;
    text-transform: uppercase;	
	font-size: 1.1em;
	background: #DCDCDC;
	box-shadow: 0 2px 4px 0px #BBBBBB;
    -moz-box-shadow: 0 2px 4px 0px #BBBBBB;
    -webkit-box-shadow: 0 2px 4px 0px #BBBBBB;
	border-bottom: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
}

.brief-comments .brief-comments 
{
	
	margin: 7px;
	border:1px solid #BBB;
}

.brief-comments .no-comments 
{
	
	padding: 15px;
	color: #777;
	font-size: 1.1em;
	font-style: italic;
	background: #FFF;	
}

.comments 
{
	
	font-size: 0.9em;
}

.comment 
{
	
	border-top: 1px solid #DDDDDD;
	padding: 5px 0px;
	clear: left;
}

.post-comment 
{
	
	border-top: 1px solid #DDDDDD;
	padding: 5px 0px 5px 25px;
	clear: left;
}

.post-comment textarea 
{
	
	width: 70%;
	float: left;
}

.post-comment input 
{
	
	clear: left;
	float: left;
	margin-top: 5px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #999999;
	cursor: pointer;
	padding: 3px 0px 2px;
	display: block;	
	-webkit-box-shadow: 0px 2px 2px -1px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px -1px #DDDDDD;
	box-shadow: 0px 2px 2px -1px #DDDDDD;	
}

.comment-number 
{
	
	float: left;
	padding: 2px 0px 0px 5px;
	width:20px;
	font-size: 0.8em;
	color:#666666;
}

.comment-body 
{	
	float: left;
	width: 93%;
}

.comment-body .published 
{
	padding: 5px 0px;	
}

.task-content
{
	font-size: 1.1em;
}

.task-text 
{
	padding: 2px 0px;
}

.task-details
{
	background: #DCDCDC;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	padding: 10px;
	box-shadow: 0 2px 4px 0px #BBBBBB;
    -moz-box-shadow: 0 2px 4px 0px #BBBBBB;
    -webkit-box-shadow: 0 2px 4px 0px #BBBBBB;
}

/************** Tasks [END] ******************/

/************** Chat [BEGIN] ******************/
.outer-chat-frame 
{
	height:300px;
}

.inner-chat-frame 
{
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #fff;
	vertical-align: top;
}

.outer-chat-frame .chat-separator{
	width:4px;
}

.outer-chat-frame .chat-vert-separator{
	border:none;
	width:0px;
	height:4px;
}

.outer-chat-frame .chat-header,
.outer-chat-frame .contacts-header{
	border-bottom:none;
	background: #eee;
	height:25px;
}

.outer-chat-frame .contacts-header
{
	width: 25%;
	background: none repeat scroll 0 0 #272529;
    border-radius: 2px;
    -moz-border-radius: 2px 10px 2px 2px;
    -webkit-border-radius: 2px 10px 2px 2px;
    box-shadow: 0 1px 3px 1px #AAAAAA;
    -moz-box-shadow: 0 1px 3px 1px #AAAAAA;
    -webkit-box-shadow: 0 1px 3px 1px #AAAAAA;
    color: #FFFFFF;
}

.outer-chat-frame .chat-header
{
	background: none repeat scroll 0 0 #272529;
    border-radius: 2px;
    -moz-border-radius: 2px 10px 2px 2px;
    -webkit-border-radius: 2px 10px 2px 2px;
    box-shadow: 0 1px 3px 1px #AAAAAA;
    -moz-box-shadow: 0 1px 3px 1px #AAAAAA;
    -webkit-box-shadow: 0 1px 3px 1px #AAAAAA;
    color: #FFFFFF;
}

.outer-chat-frame .chat-header #load_history{
	margin-top: 0px;
	padding: 1px 1px 2px 20px;
	background: #fff url("../images/chat/history.png") no-repeat 3px center;
}

.outer-chat-frame .chat-header .history-container{
	position: relative;	
}

.outer-chat-frame .chat-header .history-selector{
	position: absolute;
	top:0px;
	left:0px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 2px 5px;
	font-size: 1.1em;
	display: none;
}

.outer-chat-frame .chat-header .history-selector span{
	display: block;
	padding: 3px;
	cursor: pointer;
}

.outer-chat-frame .chat-header .history-selector span:HOVER{
	background: #C3D2E5;
}

#main .outer-chat-frame .contacts-header h1{
	margin:2px 2px 0px 5px;
	padding: 0px;
	border: none;
	font-family: Arial;
	background: none;
}

.outer-chat-frame .contacts-body{
	overflow: auto;
	box-shadow: 0 2px 4px 0px #BBBBBB;
    -moz-box-shadow: 0 2px 4px 0px #BBBBBB;
    -webkit-box-shadow: 0 2px 4px 0px #BBBBBB;
}

.outer-chat-frame .contacts-body .contact{
	font-size: 1.1em;
	cursor: pointer;
}

.outer-chat-frame .contacts-body .new-messages{
	margin: 0px 2px;
	color:#ff0000;
	font-weight: bold;
}

.outer-chat-frame .contacts-body .contact .contact-name{
	display: block;
	padding: 3px 2px 3px 20px;
}

.outer-chat-frame .contacts-body .contact.online .contact-name{
	background: url("../images/chat/online.png") no-repeat left center;
}

.outer-chat-frame .contacts-body .contact.offline .contact-name{
	background: url("../images/chat/offline.png") no-repeat left center;
}

.outer-chat-frame .contacts-body .contact.selected{
	background-color: #C3D2E5 !important;
}

.outer-chat-frame .contacts-body .contact:HOVER{
	background-color: #e8f6fe;
}

.outer-chat-frame .chat-body{
	overflow: auto;	
	padding: 10px 5px;
	background: #fff;
	border:1px solid #CCCCCC;
	vertical-align: top;
	box-shadow: 0 2px 4px 0px #BBBBBB;
    -moz-box-shadow: 0 2px 4px 0px #BBBBBB;
    -webkit-box-shadow: 0 2px 4px 0px #BBBBBB;
}

.outer-chat-frame .chat-body .chat-body-wrapper
{
	height:250px;
	overflow: auto;
}

.outer-chat-frame .chat-body .chat-date{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #555;
	margin: 3px;
	padding: 3px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.outer-chat-frame .chat-body .chat-message{
	font-size: 1.1em;
	padding: 2px 0px;
}

.outer-chat-frame .chat-body .chat-message .message-time{
	font-size: 0.9em;
	color: #999;
}

.outer-chat-frame .chat-body .chat-message .contact-name{
	font-size: 0.9em;
	font-weight: bold;
}

.outer-chat-frame .chat-body .chat-message.you .contact-name{
	color: #146295;
}

.outer-chat-frame .message-cell{
	border:none;
	height: 10px;
	box-shadow: 0 2px 4px 0px #BBBBBB;
    -moz-box-shadow: 0 2px 4px 0px #BBBBBB;
    -webkit-box-shadow: 0 2px 4px 0px #BBBBBB;
}

.outer-chat-frame .message-cell table{
	width:100%;
	border-collapse: separate;
	border-spacing:0px;
	margin: 0px;
}

.outer-chat-frame .message-cell table td{
	margin: 0px;
}

.outer-chat-frame .message-body{
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding:4px;
	background: #FFFFFF;
}

.outer-chat-frame .message-footer{
	background: #eee;
	border: 1px solid #CCCCCC;
	padding:4px;
}

.outer-chat-frame .message-footer button{
	margin:0px;
}

.outer-chat-frame .message-body-wrapper 
{
	
	height:100%;
	width: 100%;
	border: none;
	height: 100px;
}

.outer-chat-frame .message-body textarea{
	height:100%;
	width: 100%;
	border: none;
	height: 100px;
}

table.outer-chat-frame{
	padding: 4px;
	border-spacing: 0;
	width: 100%;
}

table.outer-chat-frame,
table.outer-chat-frame td
{
	border-collapse: separate;
}

/***************** trophyim *********************/
div.trophyimtabclose {
	color: #000000;
	font-size: 10px;
	text-align: center;
	height:7px;
	width:7px;
	float: right;
	border: 1px solid #ccc;
	margin: 3px;
	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
	line-height: 50%;
	background: #fff;
}

div#trophyimlog {
	height: 300px;
	overflow: auto;
}

div.trophyimlogitem {
	border: 1px black solid;
}

div.available {
	color: #000000;
}

div.away {
	color: #a00000;
}

div.offline {
	color: #808080;
	font-style: italic;
}

div.trophyimrosteritem_av { /*Available*/
	color: #000000;
}
div.trophyimrosteritem_aw { /*Away*/
	color: #a00000;
}
div.trophyimrosteritem_off { /*Offline*/
	color: #808080;
	font-style: italic;
}

div.trophyimchattabname {
	white-space: nowrap;
	padding: 3px;
	margin-right:19px;
}

div.trophyimrosterlabel {
	font-weight: bold;
	padding-left: 2px;
}
div#trophyimchattabs {
	width: 480px;
	overflow: auto;
}
div.trophyimchattab {
	clear: none;
	float: left;
	cursor: pointer;
	margin-right: 3px;
	padding: 4px;
}

div.foreground {
	background: #fff;
	border:1px solid #ccc;
}
div.background {
	background: #eee;
	border:1px solid #bbb;
}
/*div.alert {
	background: #ecd9d9;
	border: 1px solid #cb8282;
}*/

div.trophyimchatbox { /*Collection of chat messages*/
	overflow: scroll;
}
textarea.trophyimchatinput {
}
div.trophyimchatmessage { /*Each individual chat message*/
	white-space: pre-wrap;
	width: 100%;
	border-bottom: 1px black dotted;
}
div#trophyimstatuslist {
	text-align: center;
}

.hidden-chat
{
	display: none;	
}

.trophyimrosteritem,
.item-152,
.item-110
{
	position: relative;
}

.chat-count-label
{
    background: red;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    height: 20px;
    line-height: 1.3em;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 6px;
    width: 20px;
}

.trophyimrosteritem .chat-count-label
{
	border-radius: 7px;
    height: 14px;
    width: 14px;
    line-height: 1.1em;
    right: 4px;
    top: 4px;
    font-size: 0.9em;
    font-weight: bold;
}

.guard-msg
{
	color: #5555FF;
}

.hq-msg
{
	color: #9999FF;
}
/************** Chat [END] ******************/

/************** Guard info [BEGIN] ******************/
.guard-info
{
}

.guard-info TABLE
{
	width: 100%;
	border-collapse: collapse;
}

.guard-info TD
{
	padding: 10px 16px;
	font-size: 1em;
	line-height: 1.4;
}

.guard-info UL
{
	list-style: none;
}

.guard-info TD.label
{
	width: 22%;
	font-weight: 500;
	color: #6b7585;
	background: #ebebeb;
}

.guard-info tr
{
    border-bottom: 1px solid #edf0f5;
}

.guard-info td
{
    border: none;
    border-bottom: 1px solid #edf0f5;
}

.guard-info tr:last-child td
{
    border-bottom: none;
}

.guard-info a
{
	text-decoration: none;
	color: #004d88;
}

.guard-info a:hover
{
	text-decoration: underline;
}
/************** Guard info [END] ******************/

/************** Latest Tasks [BEGIN] ******************/
table.adminlist tbody tr.row-new td {
	background: none repeat scroll 0 0 #D98484;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

table.adminlist tbody tr.row-new td a {
	color: #FFFFFF;
}

table.adminlist tbody tr td a {
	text-decoration: underline;
}

table.adminlist tbody tr td a:HOVER {
	text-decoration: none;
}

table.adminlist tbody tr.row-inprogress td {
	background: none repeat scroll 0 0 #E7E60C;
	border-top: 1px solid #FFFFFF;
}

table.adminlist tbody tr.row-done td {
	background: none repeat scroll 0 0 #B3EFAA;
	border-top: 1px solid #FFFFFF;
}
/************** Latest Tasks [END] ******************/

/************** Latest Events [BEGIN] ******************/
.latest-events-row.red,
.latest-events-row.red a
{
	color: #FF5555;
}

.latest-events-icon
{
	width: 16px;
	height: 16px;
	display: inline-block;
}

table.adminlist tbody TR.viewed TD 
{
    background-color: #DDDDDD;
}

.latest-photos-row TD 
{
	background-color: #BFE2FF;
}

/************** Latest Events [END] ******************/

/************** User Profile [BEGIN] ******************/
#users-profile-core,
#users-profile-custom
{
		margin:10px 0 15px 0;
		padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt
{
		float:left;
		width:12em;
		padding:3px 0;


}

#users-profile-core dd,
#users-profile-custom dd
{
		padding:3px 0;



}

#member-profile fieldset,
.registration fieldset
{
		margin:10px 0 15px 0;
		padding:15px;
}

#users-profile-core legend,
#users-profile-custom legend,
.registration legend
{
		font-weight:bold
}

/* reset Bootstrap well/form-horizontal */
.profile-edit form.well,
.profile-edit form.form-horizontal {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* fieldset */
.profile-edit fieldset {
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
    background: transparent !important;
}

/* legend */
.profile-edit legend {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 2px solid #cccccc !important;
    padding: 6px 14px !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    background: #f5f5f5 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

/* rows */
.profile-edit .control-group {
    display: flex !important;
    align-items: stretch !important;
    border-bottom: 1px solid #dddddd !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    overflow: visible !important;
}

.profile-edit fieldset .control-group:last-child {
    border-bottom: none !important;
}

.profile-edit .control-group:hover {
    background: #fafafa !important;
}

.profile-edit .control-group:not(:has(.control-label)) {
    background: #ebebeb !important;
    padding: 10px 14px !important;
}


span.optional
{font-size:0.9em}

.profile a,
.profile-edit a
{
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #999999;
	-webkit-box-shadow: 0px 2px 2px -1px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px -1px #DDDDDD;
	box-shadow: 0px 2px 2px -1px #DDDDDD;
	margin-left: 15px;
}

form fieldset dt {
    clear: left;
    float: left;
    padding: 3px 0;
    width: 12em;
}

.profile-edit .controls .btn.btn-primary,
.profile-edit .controls button.validate {
    background: #004d88 !important;
    color: #ffffff !important;
    border: 1px solid #003d6e !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 6px 16px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin-right: 8px !important;
    display: inline-block !important;
}

.profile-edit .controls .btn.btn-primary:hover,
.profile-edit .controls button.validate:hover {
    background: #003d6e !important;
    text-decoration: none !important;
}

.profile-edit .controls .btn.btn-secondary,
.profile-edit .controls a.btn {
    background: #f5f5f5 !important;
    color: #555555 !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 6px 16px !important;
    font-size: 1em !important;
    font-weight: normal !important;
    cursor: pointer !important;
    margin-left: 0 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.profile-edit .controls .btn.btn-secondary:hover,
.profile-edit .controls a.btn:hover {
    background: #e8e8e8 !important;
    text-decoration: none !important;
}

input[disabled='disabled']
{
	background: #EEEEEE;
}


/************** User Profile [END] ******************/

/************** Report [BEGIN] ******************/
.report-data-box .toolbar-list 
{
	float: right;
	border-bottom: none;
}

.guard-title h3
{
    font-weight: bold;
    margin: 0;
    padding: 10px 5px;
}

.report-data-box .toolbar-list
{
	padding: 5px 0px;
}

.report-box-toolbar .toolbar-list
{
	float: left;
}

.report-item-row.first-row
{
	background: none repeat scroll 0 0 #DCDCDC;
    border-bottom: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
	box-shadow: 0 2px 4px 0px #BBBBBB;
    -moz-box-shadow: 0 2px 4px 0px #BBBBBB;
    -webkit-box-shadow: 0 2px 4px 0px #BBBBBB;
    font-weight: bold;
}

.report-item-row.first-row span.caption 
{
    float: left;
    padding: 10px;
}

.report-item-row table
{
	border-collapse: collapse;
	margin: 10px 0px;
}

.report-item-row table td 
{
    padding: 5px 10px;
    border: 1px solid #DDDDDD;
}

.report-item-row span.label 
{
    font-weight: bold;
}

.report-item-row .toolbar-list ul li 
{
    background: #FFFFFF;
    box-shadow: 0 2px 2px -1px #AAAAAA;
}

.report-box
{
	padding-top: 10px;
}

.wh-report-item TABLE.report-table 
{
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: 5px;
}

.wh-report-item TABLE 
{
    border-collapse: separate;
    border-spacing: 0;
}

.wh-report-item TD, 
.wh-report-item TR 
{
    border: medium none;
    vertical-align: top;
}

.wh-report-item TH.cell, 
.wh-report-item TD.cell {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 2px 4px;
}

.wh-report-item table.time-table .cell{
	text-align: center;
}

.wh-report-item table.time-table .cell.color-cell-broken {
	background: #D98484;
}

.wh-report-item table.time-table .cell.color-cell-work {
	background: #B3EFAA;	
}

.wh-report-item table.time-table .cell.color-cell-rest {
	background: #DDD;	
}

.report-data-box .wh-report-item .toolbar-list{
    padding: 3px 0px 0px;
}

.wt-report-subheader
{
	background: none repeat scroll 0 0 #DCDCDC;
    border-bottom: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
	box-shadow: 0 2px 4px 0px #BBBBBB;
    -moz-box-shadow: 0 2px 4px 0px #BBBBBB;
    -webkit-box-shadow: 0 2px 4px 0px #BBBBBB;
}

.wt-report-subheader h3
{
	padding: 10px;
}

.wh-report-item TD.cell.day-total 
{
    font-weight: bold;
    text-align: right;
}

.wh-report-item TD.cell.customer-total 
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 8px;
    text-align: right;
}

/************** Report [END] ******************/

/************** Operational case [BEGIN] ******************/
.operational-case-header
{
	padding: 0;
}

.operational-case-info
{
	padding: 0;
	margin-top: 20px;
}

.operational-case-header table,
.operational-case-info table
{
	width: 100%;
	border-collapse: collapse;
}

.operational-case-header TD.label,
.operational-case-info TD.label
{
	width: 22%;
	font-weight: 500;
	background: #ebebeb;
}

.operational-case-header TD,
.operational-case-info TD
{
	padding: 10px 16px;
	font-size: 1em;
	line-height: 1.4;
	border: none;
	border-bottom: 1px solid #edf0f5;
}

.operational-case-header TR:last-child TD,
.operational-case-info TR:last-child TD
{
	border-bottom: none;
}

.operational-case-info TH
{
	padding: 10px 16px;
	font-size: 1em;
	font-weight: 500;
	background: #ebebeb;
	border-bottom: 2px solid #dde0e6;
	text-align: left;
}

.operational-case-info TR
{
	border-bottom: 1px solid #edf0f5;
}

.operational-case-info a
{
	text-decoration: none;
	color: #004d88;
}

.operational-case-info a:hover
{
	text-decoration: underline;
}

.operational-case-subheader
{
	background: #f5f6f8;
	border-bottom: 1px solid #dde0e6;
	border-top: 1px solid #dde0e6;
	margin-top: 16px;
}

.operational-case-subheader h3
{
	padding: 8px 16px;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
}

/************** Operational case [END] ******************/

/************** Map [BEGIN] ******************/
.map-holder
{
	padding-top: 10px;
}
/************** Map [END] ******************/

/************** Customer/jobs [BEGIN] ******************/
.content-left-col
{
	width: 49%; 
	float: left;
}

.content-right-col
{
	 width: 50%;
	 float: left;
	 margin-left: 1%;
}
/************** Customer/jobs [END] ******************/

/************** Pagination [Begin] ******************/
#main .adminlist .pagination
{
	margin: 0px;
	padding: 5px 0px;
	border-top: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.containerpg > div.pagination
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	padding: 5px 0;
}

.containerpg > div.pagination .button2-left,
.containerpg > div.pagination .button2-right
{
	float: none;
}

.pagination
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pagination__wrapper ul.pagination
{
	padding: 0 !important;
	margin: 0 !important;
}

.container
{
	clear: both;
	text-align: center;
	text-decoration: none;
}

.pagination div.limit
{
	float: none;
	height: 22px;
	line-height: 22px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.pagination div.limit select#limit,
.pagination div.limit select.form-select
{
	width: 60px;
	height: 34px;
	padding: 0 4px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 2px 2px -1px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px -1px #DDDDDD;
	box-shadow: 0px 2px 2px -1px #DDDDDD;
	background: #FFF;
	color: #555;
	font-size: 13px;
	line-height: 26px;
}

.button1, .button1 div 
{
	float: right;
	height: 1%;
}
.button2-left, .button2-right, .button2-left div, .button2-right div 
{
	float: left;
}
.button1 
{
	
	background: url("../images/j_button1_left.png") no-repeat scroll 0 0 transparent;
	margin-left: 5px;
	padding-left: 10px;
	white-space: nowrap;
}
.button1 .next 
{
	background: url("../images/j_button1_next.png") no-repeat scroll 100% 0 transparent;
}
.button1 a 
{
	
	color: #333333;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0 35px 0 6px;
}
.button1 a:hover 
{
	
	color: #0B55C4;
	text-decoration: none;
}
.button2-left a, .button2-right a, .button2-left button, .button2-right button, .button2-left span, .button2-right span 
{
	
	color: #333333;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;
	height: 22px;
	line-height: 22px;
}
.button2-left span, .button2-right span 
{
	
	color: #999999;
	cursor: default;
}
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span, .button2-left .blank a, .button2-right .blank a, .button2-left .blank span, .button2-right .blank span, .button2-left .blank button, .button2-right .blank button 
{
	
	padding: 0 6px;
}
.page span, .blank span 
{
	
	color: #000000;
	font-weight: bold;
}
.button2-left a:hover, .button2-right a:hover, .button2-left button:hover, .button2-left button:hover 
{
	
	color: #0B55C4;
	text-decoration: none;
}
.button2-left a, .button2-left span, .button2-left button 
{
	
	padding: 0 24px 0 6px;
}
.button2-right a, .button2-right span, .button2-right button 
{
	
	padding: 0 6px 0 24px;
}
.button2-left 
{
	
	background: url("../images/j_button2_left.png") no-repeat scroll 0 0 transparent;
	float: left;
	margin-right: 10px;
}
.button2-right 
{
	
	background: url("../images/j_button2_right.png") no-repeat scroll 100% 0 transparent;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
.button2-right .prev 
{
	
	background: url("../images/j_button2_prev.png") no-repeat scroll 0 0 transparent;
}
.button2-right.off .prev 
{
	
	background: url("../images/j_button2_prev_off.png") no-repeat scroll 0 0 transparent;
}
.button2-right .start 
{
	
	background: url("../images/j_button2_first.png") no-repeat scroll 0 0 transparent;
}
.button2-right.off .start 
{
	
	background: url("../images/j_button2_first_off.png") no-repeat scroll 0 0 transparent;
}
.button2-left .page, .button2-left .blank 
{
	
	background: url("../images/j_button2_right_cap.png") no-repeat scroll 100% 0 transparent;
}
.button2-left .next 
{
	
	background: url("../images/j_button2_next.png") no-repeat scroll 100% 0 transparent;
}
.button2-left.off .next 
{
	
	background: url("../images/j_button2_next_off.png") no-repeat scroll 100% 0 transparent;
}
.button2-left .end 
{
	
	background: url("../images/j_button2_last.png") no-repeat scroll 100% 0 transparent;
}
.button2-left.off .end 
{
	
	background: url("../images/j_button2_last_off.png") no-repeat scroll 100% 0 transparent;
}
.button2-left .image 
{
	
	background: url("../images/j_button2_image.png") no-repeat scroll 100% 0 transparent;
}
.button2-left .readmore 
{
	
	background: url("../images/j_button2_readmore.png") no-repeat scroll 100% 0 transparent;
}
.button2-left .pagebreak 
{
	
	background: url("../images/j_button2_pagebreak.png") no-repeat scroll 100% 0 transparent;
}
.button2-left .blank 
{
	
	background: url("../images/j_button2_blank.png") no-repeat scroll 100% 0 transparent;
}
.button2-left .article 
{
	
	background: url("../images/j_button2_readmore.png") no-repeat scroll 100% 0 transparent;
}
a.pointer 
{
	
	cursor: pointer;
}
div.button2-left button 
{
	
	background: none repeat scroll 0 0 transparent;
	border: 0 solid #CCCCCC;
	margin-top: 0;
}
div.button2-left button 
{
	
	background: none repeat scroll 0 0 transparent;
	border: 0 solid #AAAAAA;
}
.tip 
{
	
	background: none repeat scroll 0 0 #FFFFCC;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 400px;
	padding: 5px;
	z-index: 10000;
}

.tip-wrap 
{
	z-index: 10000;
}

.tip-title 
{
	
	background: url("../images/selector-arrow.png") no-repeat scroll 0 0 transparent;
	font-size: 1em;
	font-weight: bold;
	margin: -15px 0 0;
	padding: 15px 0 5px;
}
.tip-text 
{
	
	font-size: 1em;
	margin: 0;
}
/************** Pagination [END] ******************/

/************** Pagination Bootstrap (Joomla 4) [BEGIN] ******************/

.containerpg
{
	border-top: 1px solid #e8e8e8;
	padding: 10px 0;
}

.pagination__wrapper
{
	display: block;
	overflow: hidden;
}

.pagination__wrapper ul.pagination
{
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 3px;
}

.pagination__wrapper .page-item
{
	display: block;
	width: auto !important;
}

.pagination__wrapper .page-link
{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	color: #555555;
	background: #ffffff;
	border: 1px solid #dddddd;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	min-width: 30px;
}

.pagination__wrapper .page-item:not(.active):not(.disabled) .page-link:hover
{
	background: #f5f5f5;
	color: #1a2332;
	border-color: #bbbbbb;
	text-decoration: none;
}

.pagination__wrapper .page-item.active .page-link
{
	background: #1a2332;
	border-color: #1a2332;
	color: #ffffff;
	font-weight: bold;
}

.pagination__wrapper .page-item.disabled .page-link
{
	color: #cccccc;
	background: #fafafa;
	border-color: #eeeeee;
	cursor: default;
}

/* Icon font */
.pagination__wrapper .icon-angle-double-left,
.pagination__wrapper .icon-angle-left,
.pagination__wrapper .icon-angle-right,
.pagination__wrapper .icon-angle-double-right
{
	font-size: 0;
}

.pagination__wrapper .icon-angle-double-left::before { content: '\00AB'; font-size: 13px; }
.pagination__wrapper .icon-angle-left::before        { content: '\2039'; font-size: 13px; }
.pagination__wrapper .icon-angle-right::before       { content: '\203A'; font-size: 13px; }
.pagination__wrapper .icon-angle-double-right::before { content: '\00BB'; font-size: 13px; }

/* limit selector */
.pagination div.limit select#limit,
.pagination div.limit select.form-select
{
	border: 1px solid #dddddd !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	height: 30px !important;
	font-size: 1em !important;
	color: #555555 !important;
	background: #ffffff !important;
}

/************** Pagination Bootstrap (Joomla 4) [END] ******************/

/************** Buttons [BEGIN] ******************/

.edit-form .button2-left .article, 
.edit-form .button2-left .image, 
.edit-form .button2-left .pagebreak, 
.edit-form .button2-left .readmore, 
.edit-form .button2-left .blank, 
.edit-form .button2-left 
{
    background: none;
    margin-right: 0;
}

.edit-form .button2-left 
{
	margin: 5px;
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 3px 0px #BBBBBB;
}

.edit-form .button2-left .blank A
{
	height: 25px;
	color: #999999;
}

/************** Buttons [END] ******************/

/************** Modal [BEGIN] ******************/

.MooDialog.modal-dialog
{
	height: auto;
	width: 650px;
	margin: 0px 0px 0px -325px;
	top: 20px;
	left: 50%;
	font-size: 0.8em;
    border-radius: 10px 10px 2px 2px;
    -moz-border-radius: 10px 10px 2px 2px;
    -webkit-border-radius: 10px 10px 2px 2px;
    padding-top: 40px;
    
    background-image: linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -o-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -moz-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -webkit-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -ms-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E9E9E9),
		color-stop(0.64, #FFFFFF)
	);
}

.MooDialog.emergency-dialog
{
    border-radius: 10px 10px 2px 2px;
    -moz-border-radius: 10px 10px 2px 2px;
    -webkit-border-radius: 10px 10px 2px 2px;
    padding-top: 40px;
    
    background-image: linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -o-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -moz-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -webkit-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	background-image: -ms-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 64%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E9E9E9),
		color-stop(0.64, #FFFFFF)
	);
}

.MooDialog.modal-dialog .content
{
	height: auto;
	width: 100%;
	float: left;
	max-height: 550px;
	overflow: auto;
}

.MooDialog.emergency-dialog .close,
.MooDialog.modal-dialog .close
{
	top: 10px;
	right: 10px;
}

.MooDialog.modal-dialog .content.loading
{
  background: url("/templates/lemsys/images/ajax-loader.gif") no-repeat center center;
  min-width: 200px;
  min-height: 100px;
}

.MooDialog.modal-dialog .title {
    background: none repeat scroll 0 0 #272529;
    border-radius: 10px 10px 2px 2px;
    -moz-border-radius: 10px 10px 2px 2px;
    -webkit-border-radius: 10px 10px 2px 2px;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    color: #FFFFFF;
    padding: 10px;
}

.MooDialog #element-box {
	border-radius: 0px;
}

.MooDialog.modal-dialog .content.loading #element-box
{
	visibility: hidden;
}

.MooDialog #element-box fieldset{
	padding: 5px;
}

.MooDialog.emergency-dialog .title {
    background: none repeat scroll 0 0 #272529;
    border-radius: 10px 10px 2px 2px;
    -moz-border-radius: 10px 10px 2px 2px;
    -webkit-border-radius: 10px 10px 2px 2px;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    color: #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
}

.MooDialog.emergency-dialog
{
	font-size: 0.8em;
}

.MooDialog.emergency-dialog UL
{
	list-style: none;
    margin: 0;
    padding: 0;
}

.MooDialog.emergency-dialog LI
{
    text-align: left;
    font-size: 1.4em;
    color: red; 
}

.MooDialog.emergency-dialog .content UL
{
 	padding-left: 10px;
    padding-top: 10px;
}

.MooDialog.emergency-dialog .content a
{
	text-decoration: underline;
}

.MooDialog.emergency-dialog .content a:HOVER 
{
	text-decoration: none;
}

.emerjency-confirm 
{
	float: right;
	margin-right: 10px;
}

.mod_emergency
{
	clear: left;
}

.mod_emergency a
{
	color: #585858;
	text-transform: uppercase;
}

.modal-dialog .subheader
{
	display: none;
}
/* gs-modal-dialog — compact inner content */
.gs-modal-body {
    font-size: 12px !important;
}

.gs-modal-body .subheader {
    display: none !important;
}

.gs-modal-body #element-box {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.gs-modal-body #element-box .m {
    padding: 8px !important;
}

.gs-modal-body #element-box form {
    padding-top: 0 !important;
}

.gs-modal-body fieldset.adminform > legend {
    padding: 8px 12px !important;
}

.gs-modal-body ul.adminformlist li {
    border-bottom: 1px solid #dddddd !important;
}

.gs-modal-body fieldset.adminform label,
.gs-modal-body fieldset.adminform span.faux-label {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    padding: 7px 10px !important;
    font-size: 1em !important;
}

.gs-modal-body ul.adminformlist li > input,
.gs-modal-body ul.adminformlist li > select,
.gs-modal-body ul.adminformlist li > textarea,
.gs-modal-body ul.adminformlist li > fieldset,
.gs-modal-body ul.adminformlist li > div {
    margin: 6px 10px !important;
}

.gs-modal-body fieldset.adminform input.form-control,
.gs-modal-body fieldset.adminform select.form-select,
.gs-modal-body fieldset.adminform textarea.form-control,
.gs-modal-body fieldset.adminform input.inputbox,
.gs-modal-body fieldset.adminform select.inputbox,
.gs-modal-body fieldset.adminform textarea.inputbox {
    font-size: 1em !important;
    padding: 4px 6px !important;
}

.gs-modal-body .btn-toolbar {
    margin-bottom: 6px !important;
}

.gs-modal-body #element-box .btn-toolbar .btn {
    font-size: 1em !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    padding: 6px 14px !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #555555 !important;
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
}

/************** Modal [END] ******************/

.clear,
.clr
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.left{ text-align: left; }
.right{ text-align: right; }
.center{ text-align: center; }
.fltrt{ float: right; }
.fltlft{ float: left; }

.btn-toolbar button {
	float: left;
	margin-right: 3px;
	padding: 0px 4px;
}

#main .btn-toolbar .btn,
#main .btn-toolbar button
{
	font-size: 1em !important;
	font-weight: 600 !important;
	letter-spacing: 0.03em;
	padding: 6px 14px !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #555555 !important;
	border: 1px solid #cccccc !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background 0.15s ease;
}

#main .btn-toolbar .btn:hover,
#main .btn-toolbar button:hover
{
	background: #f0f0f0 !important;
	color: #333333 !important;
	text-decoration: none;
}

table.adminlist td.order {
	text-align: center;
}

table.adminlist td.order span {
	display: inline-block;
	width: 20px;
	text-align: center;
	background-repeat: no-repeat;
	height: 13px;
}

table.adminlist td.order span.text {
	display: none;
}

.jgrid span.text {
    display: none;
}

.jgrid span.downarrow				{ background: url(../images/downarrow.png) center center no-repeat; }
.jgrid span.uparrow					{ background: url(../images/uparrow.png) center center no-repeat; }

.MooDialog.modal-dialog .content.loading
{
  background: url("/templates/gs/images/ajax-loader.gif") no-repeat center center;
  min-width: 200px;
  min-height: 100px;
}

.a-hover
{
    text-decoration:underline;
}

.a-hover:HOVER
{
    text-decoration:none;
}
.customer-contact-table {
	margin-top: 10px;
	width: 100%;
}
.customer-contact-table TD{
	padding: 1px;
}

.width-50 {
	width: 50%;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

/* label column */
.profile-edit .control-label {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: #ebebeb !important;
    border-right: 1px solid #dddddd !important;
}

.profile-edit .control-label label {
    font-size: 1em !important;
    font-weight: 500 !important;
    color: #6b7585 !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
    clear: none !important;
}

.profile-edit .control-label .star {
    color: #cc0000 !important;
}

.profile-edit .control-label span.optional {
    font-size: 0.85em !important;
    color: #999999 !important;
    margin-top: 2px !important;
}

/* value column */
.profile-edit .controls {
    flex: 1 !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.profile-edit .controls > input,
.profile-edit .controls > select,
.profile-edit .controls > textarea,
.profile-edit .controls > .field-calendar,
.profile-edit .controls > .password-group,
.profile-edit .controls > .input-group,
.profile-edit .controls > .form-check,
.profile-edit .controls > .logo-field,
.profile-edit .controls > div {
    flex: 1 !important;
    margin: 8px 14px !important;
    width: auto !important;
    max-width: 100% !important;
}

/* inputs */
.profile-edit .controls input.form-control,
.profile-edit .controls select.form-select,
.profile-edit .controls textarea.form-control {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    font-size: 1em !important;
    color: #555555 !important;
    padding: 5px 8px !important;
    width: 100% !important;
}

.profile-edit .controls input.form-control:focus,
.profile-edit .controls select.form-select:focus,
.profile-edit .controls textarea.form-control:focus {
    border-color: #004d88 !important;
    box-shadow: none !important;
    outline: none !important;
}

.profile-edit .controls input[readonly],
.profile-edit .controls input[disabled],
.profile-edit .controls .form-control[readonly],
.profile-edit .controls .form-control[disabled] {
    background: #ebebeb !important;
    color: #888888 !important;
    border-color: #dddddd !important;
    cursor: default !important;
}

/* password-group wrapper */
.profile-edit .control-group .controls .password-group {
    display: block !important;
    width: 100% !important;
    margin: 8px 14px !important;
}

/* field-calendar direct input+button (no .input-group wrapper) */
.profile-edit .control-group .controls .field-calendar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 8px 14px !important;
}

.profile-edit .control-group .controls .field-calendar > input {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    width: 0 !important;
}

.profile-edit .control-group .controls .field-calendar > button {
    flex: 0 0 auto !important;
    width: auto !important;
}

/* input-group layout */
.profile-edit .control-group .controls .password-group .input-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
}

/* input inside input-group must not take full width */
.profile-edit .control-group .controls .password-group .input-group > input {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    width: 0 !important;
}

/* button inside input-group stays at natural size */
.profile-edit .control-group .controls .password-group .input-group > button {
    flex: 0 0 auto !important;
    width: auto !important;
}

/* hide honeypot auto-fill trap */
.profile-edit .controls > input[style*="display:none"],
.profile-edit .controls > input[style*="display: none"] {
    display: none !important;
    margin: 0 !important;
    flex: none !important;
}

/* input-group buttons (password toggle, calendar) */
.profile-edit .controls .input-group .btn,
.profile-edit .controls .field-calendar .btn {
    background: #f5f5f5 !important;
    color: #555555 !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 1em !important;
    height: auto !important;
}

.profile-edit .controls .input-group .btn:hover,
.profile-edit .controls .field-calendar .btn:hover {
    background: #e8e8e8 !important;
}

/* checkbox */
.profile-edit .controls .form-check {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    gap: 6px !important;
}

.profile-edit .controls .form-check input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    border: 1px solid #cccccc !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/*.system-message A.close {
	float: right;
}*/

.icon-uparrow {
	background: url("../images/uparrow.png") no-repeat top right;
}

.icon-downarrow {
	background: url("../images/downarrow.png") no-repeat top right;
}

/* Fix: template.css overrides icon font with IcoMoon (removed in J4).
   Restore FontAwesome 5 for all icon- classes. */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.icon-calendar:before {
    content: "\f073" !important;
}

.icon-eye:before {
    content: "\f06e" !important;
}

.icon-eye-slash:before {
    content: "\f070" !important;
}

.report-box-toolbar #com_guards-toolbar-eventsreport-new {
	float: left;
	margin-right: 5px;
}

.report-box-toolbar button span {
	width: 12px;
	height: 13px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 1px;
}

.margin-top-15 {
	margin-top: 15px;
}

.report-item a.toolbar {
	background: #FFFFFF;
	box-shadow: 0 2px 2px -1px #AAAAAA;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 3px;
	-webkit-box-shadow: 0px 2px 2px -1px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px -1px #DDDDDD;
	box-shadow: 0px 2px 2px -1px #DDDDDD;
	padding: 5px;
	color: #999999;
}

.report-item a.toolbar span {
	width: 12px;
	height: 13px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 1px;
}

.report-item .btn-toolbar {
	float: right;
	margin-top: 5px;
}

.report-item .btn-toolbar .btn-wrapper {
	float: left;
}

.report-table .btn-wrapper {
	float: right;
}

.btn-wrapper a.toolbar {
	background: #FFFFFF;
	box-shadow: 0 2px 2px -1px #AAAAAA;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 3px;
	-webkit-box-shadow: 0px 2px 2px -1px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px -1px #DDDDDD;
	box-shadow: 0px 2px 2px -1px #DDDDDD;
	padding: 5px;
	color: #999999;
}

.btn-wrapper a.toolbar span {
	width: 12px;
	height: 13px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 1px;
}

.mail-report-schedule LI {
	margin-bottom: 10px !important;
}

/* ── Profile page ─────────────────────────────── */

.profile
{
	max-width: 680px;
}

.profile fieldset#users-profile-core,
.profile fieldset#users-profile-custom,
.profile fieldset[id^="users-profile-custom-"]
{
	border: 1px solid #e4e8ef;
	border-radius: 0;
	background: #ffffff;
	margin-bottom: 16px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.profile fieldset legend
{
	float: left;
	width: 100%;
	background: #1a2332;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 9px 16px !important;
	margin: 0;
	box-sizing: border-box;
}

.profile fieldset .dl-horizontal
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 4px 0;
	box-sizing: border-box;
}

.profile fieldset .dl-horizontal dt,
.profile fieldset .dl-horizontal dd
{
	padding: 8px 16px !important;
	margin: 0 !important;
	font-size: 1em;
	line-height: 1.5;
	border-bottom: 1px solid #f0f3f7;
	float: left;
	box-sizing: border-box;
}

.profile fieldset .dl-horizontal dt
{
	width: 42%;
	color: #6b7585;
	font-weight: 500;
	clear: left;
	text-align: left !important;
	white-space: normal !important;
	overflow: visible !important;
	background: #ebebeb !important;
}

.profile fieldset .dl-horizontal dd
{
	width: 58%;
	color: #1a2332;
	font-weight: 400;
	margin-left: 0 !important;
}

.profile fieldset .dl-horizontal dt:last-of-type,
.profile fieldset .dl-horizontal dd:last-of-type
{
	border-bottom: none;
}

.profile .btn.btn-secondary
{
	display: inline-block;
	margin-top: 4px;
	padding: 9px 20px;
	background: #004d88;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease;
}

.profile .btn.btn-secondary:hover
{
	background: #003d6e;
	color: #ffffff;
	text-decoration: none;
}

/* ── Contact / Reportrequest forms (guards) — adminform layout ─── */

#element-box #contact-form fieldset,
#element-box #reportrequest-form fieldset {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 16px;
    font-size: 1.05em;
    overflow: hidden;
}

#element-box #contact-form fieldset dl,
#element-box #reportrequest-form fieldset dl {
    display: grid;
    grid-template-columns: 200px 1fr;
    border: 1px solid #dddddd;
    margin: 0;
    padding: 0;
}

#element-box #contact-form fieldset dt,
#element-box #reportrequest-form fieldset dt {
    padding: 10px 14px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    background: #ebebeb;
    border-right: 1px solid #dddddd;
    clear: none;
    float: none;
    width: auto;
}

#element-box #contact-form fieldset dd,
#element-box #reportrequest-form fieldset dd {
    padding: 8px 14px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    background: #ffffff;
    margin: 0;
}

#element-box #contact-form fieldset dt:last-of-type,
#element-box #contact-form fieldset dd:last-child,
#element-box #reportrequest-form fieldset dt:last-of-type,
#element-box #reportrequest-form fieldset dd:last-child {
    border-bottom: none;
}

#element-box #contact-form fieldset dt label,
#element-box #reportrequest-form fieldset dt label {
    min-width: unset;
    width: auto;
    padding: 0;
    clear: none;
    display: inline;
    float: none;
    font-size: 1em;
}

#element-box #contact-form fieldset dd input.form-control,
#element-box #contact-form fieldset dd textarea.form-control,
#element-box #reportrequest-form fieldset dd input.form-control,
#element-box #reportrequest-form fieldset dd textarea.form-control {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    font-size: 1em;
    color: #555555;
    padding: 5px 8px;
    width: 100%;
}

#element-box #reportrequest-form fieldset dd select {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    font-size: 1em;
    color: #555555;
    padding: 5px 8px;
    width: 100%;
}

#element-box #reportrequest-form fieldset dd .field-calendar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

#element-box #reportrequest-form fieldset dd .field-calendar .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

#element-box #reportrequest-form fieldset dd .field-calendar .input-group > input {
    flex: 1 1 0%;
    min-width: 0;
    width: 0;
}

#element-box #reportrequest-form fieldset dd .field-calendar .input-group > button {
    flex: 0 0 auto;
    width: auto;
    background: #f5f5f5;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
}

#element-box #reportrequest-form fieldset dd .field-calendar .input-group > button:hover {
    background: #e8e8e8;
    color: #333333;
}

#element-box #contact-form button.validate,
#element-box #reportrequest-form button.validate {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 6px 14px;
    border-radius: 0;
    background: #ffffff;
    color: #555555;
    border: 1px solid #cccccc;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

#element-box #contact-form button.validate:hover,
#element-box #reportrequest-form button.validate:hover {
    background: #f0f0f0;
    color: #333333;
    text-decoration: none;
}

/* ── Guard info toolbar ───────────────────────── */

#element-box .m
{
	padding: 14px;
}

#element-box .btn-toolbar
{
	padding: 0;
	background: none;
	gap: 6px;
	overflow: hidden;
}

#element-box nav
{
}

#element-box form
{
	padding-top: 14px !important;
}

#element-box .btn-toolbar .btn
{
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 6px 14px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

#element-box .btn-toolbar .btn:hover
{
	opacity: 0.85;
}

#element-box .btn-toolbar .btn-primary,
#element-box .btn-toolbar .btn-danger
{
	background: #e8ecf2;
	color: #2c3e55;
	border: 1px solid #d0d5de;
}

/* Joomla 4 form validation */
fieldset.adminform input.form-control.invalid,
fieldset.adminform input.inputbox.invalid,
fieldset.adminform select.inputbox.invalid,
fieldset.adminform textarea.form-control.invalid,
fieldset.adminform input.form-control-danger,
fieldset.adminform input.inputbox.form-control-danger {
	border-color: #d9534f !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
}
label.invalid,
.has-danger label {
	color: #d9534f;
}
.form-control-feedback {
	display: none;
	color: #d9534f;
	font-size: 12px;
	margin-top: 4px;
}
joomla-toolbar-button {
	display: inline-flex;
}

/* ── Dashboard Welcome Block ─────────────────── */

/* User identity badge */
#element-box > div[style*="margin-top: 20px"] {
    display: inline-flex !important;
    align-items: center;
    gap: 16px;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 12px 18px !important;
    font-size: 13px !important;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: 3px solid #222222;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

#element-box > div[style*="margin-top: 20px"] p {
    margin: 0;
    line-height: 1.6;
}

#element-box > div[style*="margin-top: 20px"] p span:first-child b {
    display: block;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999999;
}

#element-box > div[style*="margin-top: 20px"] p span:last-child b {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.01em;
}

#element-box > div[style*="margin-top: 20px"] img.logo-image {
    display: block;
    opacity: 0.9;
    border-left: 1px solid #dddddd;
    padding-left: 16px;
}

/* Welcome section wrapper */
#element-box > div[style*="text-align: center"] {
    margin-top: 32px !important;
    padding: 32px 10% !important;
    text-align: center !important;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: 3px solid #222222;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* Welcome headline */
#element-box > div[style*="text-align: center"] > p:first-of-type {
    margin-bottom: 0;
}

#element-box > div[style*="text-align: center"] > p:first-of-type b {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #2c3e55;
    letter-spacing: 0.01em;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

/* Description paragraph */
#element-box > div[style*="text-align: center"] > p:last-of-type {
    margin-top: 14px;
}

#element-box > div[style*="text-align: center"] > p:last-of-type b {
    font-weight: 400;
    color: #777777;
    font-size: 13px;
    line-height: 1.75;
}

/* Address + logo card */
#element-box > div[style*="text-align: center"] > table {
    margin-top: 28px !important;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-collapse: separate !important;
    border-spacing: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

#element-box > div[style*="text-align: center"] > table > tbody > tr > td {
    border: none !important;
    vertical-align: middle;
}

#element-box > div[style*="text-align: center"] > table > tbody > tr > td:first-child {
    background: #f7f8fa;
    border-right: 1px solid #dddddd !important;
    padding: 24px 28px !important;
    width: 160px;
    text-align: center;
}

#element-box > div[style*="text-align: center"] > table > tbody > tr > td:last-child {
    padding: 24px 28px !important;
    text-align: left;
}

/* Address lines — inner table reset */
#element-box > div[style*="text-align: center"] > table td:last-child table {
    border: none !important;
    border-collapse: separate !important;
    text-align: left !important;
    background: transparent !important;
    box-shadow: none !important;
}

#element-box > div[style*="text-align: center"] > table td:last-child table td {
    border: none !important;
    padding: 2px 0 !important;
    line-height: 1.6;
    background: transparent !important;
}

#element-box > div[style*="text-align: center"] > table td:last-child table tr:first-child td b {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
}

#element-box > div[style*="text-align: center"] > table td:last-child table tr:not(:first-child) td b {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
}
