:root
{
	--page-width: 1440px;
}

html, body { font-size: 13px; height: 92.5%; margin-top: 0px; padding: 0; position:relative }
table, select, textarea { font-size: 12px; }
body { background: rgb(2,0,36); background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(121,121,126,1) 0%, rgba(86,87,98,1) 75%); color: #650000;
	 }

#wrapper { width: var(--page-width); margin: 12px auto 12px auto; border: 0 solid red;
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	min-height: 96.4vh; /* real browsers */ 
	background: #fff; border-radius: 8px; box-shadow: 0px 0px 35px rgba(0, 0, 0, .4);
	box-sizing: border-box; 
	padding-bottom: 200px; }

header { padding: 12px 24px; background: #d1d1d1;
	background: radial-gradient(circle, rgba(209, 209, 209, 1) 0%, rgba(222, 220, 220, 1) 70%, rgba(222, 222, 222, 1) 100%); }
header span { display: block; width: 90%; height: 128px; border:0 solid red; box-sizing: border-box; 
	background-repeat: no-repeat; background-size: auto 100% }

footer {  position: absolute; width: var(--page-width); bottom: 0; box-sizing: border-box;
	background: #ddd; padding: 24px; text-align: center; z-index: 3; }
  
#main { padding: 12px 24px 24px 24px; border: 0 solid red;  }
#main > div > a { text-decoration: none; color: blue }
#main > div > a:hover { color: orange }

button.disabled,
a.disabled { opacity: 0.5; pointer-events: none; cursor: default; }

i.record { border:0 solid red; cursor: pointer; color: #eee; border-radius: 4px; display: inline-block; padding: 4px 1px 4px 2px;  
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4) }
i.record:hover { opacity: .7 }
i.archived { color: #880000; cursor: auto; background-color: #eee; }
i.archived:hover { opacity: 1.0 } 
i.edit { background-color: #4CAF50 }
i.delete { background-color: #cf2c23 }
i.blue { background-color: #0049ff }
i.orange { background-color: #ff4900 }
i.brown { background-color: #895129 }
i.gray { background-color: #bbb; cursor: inherit }
i.view2 { background-color: #ff6600 }
i.view { background-color: blue }

.right, table > tbody > tr > td.right, table > tbody > tr > th.right { text-align: right; }
.left, table > tbody > tr > td.left, table > tbody > tr > th.left { text-align: left; }
.center, table > tbody > tr > td.center, table > tbody > tr > th.center { text-align: center; }

.table { border: 0 solid #bbb; border-collapse: collapse; width: 100%; table-layout: fixed; overflow: hidden }
.table > tbody > tr > th { text-align: left; background-color: #dadada; border-bottom: 3px solid #880000; vertical-align: bottom }
.table > tbody > tr > td:not(.notop) { vertical-align: top }
.table > tbody > tr > td.action { text-align:right; vertical-align: top; padding: 0 0 }
.table > tbody > tr > td.action > div { display: none; text-align: right; z-index: 2; padding: 9px 8px 4px 0 }
.table > tbody > tr > td .toggle-hide { display: none }
.table > tbody > tr:hover > td .toggle-hide { display: inline-block }
.table > tbody > tr:hover > td.action div { display: inline-block }
.table > tbody > tr:not(.status):hover > td { background: #e5e5e5 }
.table > tbody > tr > td, 
.table > tbody > tr > th { padding: 12px 8px; border-top: 0 solid #dedede; border-right: 0 solid #dedede; font-size: 1.0em; z-index: 0 }
.table > tbody > tr:nth-child(odd) { background-color: #f2f2f2; } /* alternate row color */
.table > tbody > tr:not(.status) > td:last-child { padding: 0 8px 0 0 } /* lessen cell-padding of last td */
 
/* .table > tbody > tr > td.status::before { content: "\226B"; padding-right: 12px; padding-left: 8px; } */
.table > tbody > tr > td a { text-decoration: none; }
.table > tbody > tr > td a:hover { color: Red }
.table > tbody > tr > td a.cmd-lnk { display:none; color: #555; margin-right: -2px }
.table > tbody > tr > td a.cmd-lnk:hover { color: red; font-weight: 600 }
.table > tbody > tr:hover > td a.cmd-lnk { display:inline-block }
.table > tbody > tr.status > td { 
	border-top: 3px solid #880000;
	background: #dadada; font-weight: 600;
	&.status::before { content: '\e861'; font-family: fontello; padding-left: 28px; padding-right: 16px; font-weight: 300 }
}

a.alink, 
.table > tbody > tr > td > a.alink { color: blue; }
.table > tbody > tr:hover > td > a.alink { display: inline-block; }
a.alink:hover, 
.table > tbody > tr:hover > td > a.alink:hover { color: red; }

a.alink { font-size: 13px; text-decoration:none; }

.htable { margin-bottom: 6px; border: thin solid #880000; padding: 2px; width: 100%; box-sizing: border-box; }
.htable tr td:nth-child(odd) { background: #efefef; font-weight: 600 }
/* .htable tr td:nth-child(even):not(:last-child) {  } */
.htable td { padding: 8px 8px; }
.htable tr:not(:last-child) > td { border-bottom: thin solid #e5e5e5 }
.htable table { width: 100%; border-collapse: collapse; }

.form div label.label_reg { display:inline-block;  } 
.form div label:not(.label_reg) { border: 0 solid red;  width: 140px; text-align: right; margin-right: 12px; float: left; margin-top: 9px }
.form div { border: 0 solid green; margin-bottom: 8px; vertical-align: middle; position:relative }
.form div [type=date],
.form div textarea, 
.form div [type=text], 
.form div [type=password],
._cbo,
.form div select { font-family: 'Roboto', sans-serif;box-shadow: 0px 0px 6px #ccc;  width: 520px; padding: 9px 12px;
	display: inline-block; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; }
.form div [type=submit],
.form div button { box-shadow:inset 0px 32px 0px -15px #56B95A;
	background-color: #4CAF50; color: white; padding: 8px 13px; border: none; border-radius: 4px; cursor: pointer;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(143, 143, 143,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(143, 143, 143,.4);
	box-shadow: 1px 1px 2px 1px rgba(143,143,143,.4);
	font-family: 'Roboto', sans-serif; }
.form div select { padding-left: 9px; } 
.form div [type=date] { padding: 7px 8px; }
.form div [type=submit].green { background-color: #4CAF50; }
.form div [type=submit].green:hover { background-color: #45A049; box-shadow:inset 0px 32px 0px -15px #4EA952; }
.form div button.green { background-color: #4CAF50; }	
.form div button.green:hover { background-color: #45A049; box-shadow:inset 0px 32px 0px -15px #4EA952; }
.form div button.orange:hover { box-shadow:inset 0px 32px 0px -15px #ff5100; background-color: #ff4900; }
.form div button.orange { background-color: #ff5500; } 
.form div button.orange:hover { box-shadow:inset 0px 32px 0px -15px #ff5100; background-color: #ff4900; }
.form div button.blue { background-color: #0055ff; } 
.form div button.blue:hover { box-shadow:inset 0px 32px 0px -15px #0051ff; background-color: #0049ff; }
.form div button.red { background-color: #ff0000; } 
.form div button.red:hover { box-shadow:inset 0px 32px 0px -15px #ff00; background-color: #ff0000; } 
.form div button:hover { background-color: #45A049; box-shadow:inset 0px 32px 0px -15px #4EA952; }
.form div button:disabled { background-color: #4CAF50; color: #ddd; cursor: auto }
.form div label.left { text-align: left }

input[type=date]:invalid::-webkit-datetime-edit {
    color: #999;
}

.form div textarea:has(+ span.dot),
.form div select:has(+ span.dot),
.form div input:has(+ span.dot) { outline: none; border: 1px solid #ff4949; box-shadow: 0 0 6px #fc8585; }

._cbo:focus,
.form div textarea:focus,
.form div input[type='password']:focus,
.form div select:focus,
.form div input[type='text']:focus { outline: none; border: 1px solid #4974ff; box-shadow: 0 0 6px #8585fc; }

.form div:has(+ div:last-child) { margin-bottom: 12px }

h1 { font-weight: 300; font-family: 'Roboto', sans-serif; }

.dot { display: inline-block; position:absolute; top: 14px; border-radius: 10px; margin-left: 6px }
.bg-red { width: 8px; height: 8px; background: red }
.error-msg { color: red; font-style: italic; }

/* begin popups */

.modal2, .modal3,
.modal { display: none; position: fixed; z-index: 1; padding-top: 50px; left: 0; top: 0; border: 0 solid red;
    width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4);
	z-index: 10; 
}

.popup { background-color: #ddd; margin: auto; padding: 18px 36px; border: 0 solid Red; display: inline-block;
	border-radius: 6px; text-align: left; box-shadow: 0 0 30px rgba(0, 0, 0, .4); position: relative; top: 20%;left:50%; 
	transform: translate(-50%, -20%); }
.popup input,.popup select { font-size: .90em }
.popup .title { background-color: #870000; margin: -18px -37px 24px -37px; padding: 12px 18px;
	font-size: 1.3em; color: #fff; font-weight: 700; border-top-left-radius: 6px; border-top-right-radius: 6px; }
.popup .close { font-size: 1.3em; font-weight: bold;  
	margin-top: -5px; float: right; cursor: pointer; border: 0 solid blue; }
.popup .close:hover { opacity: 0.6 } 

.close-msg:hover, .close-msg:focus, 
.close:hover, .close:focus { color: #ccc; text-decoration: none; cursor: pointer;  }

/* begin pagination */
.pagination { display: inline-block; margin-top: 18px; position:relative }
.pagination a { float: left; display: block; border-top: thin solid #ddd; 
	border-left: thin solid #ddd; border-bottom: thin solid #ddd; 
	border-radius: 0px; 
	padding: 11px 0 0 0; text-decoration: none; margin: 0 0px 0 0; font-size: .9em;
	transition: background-color .4s; color: #555; width: 38px; height: 24px; }
.pagination a:hover:not(.ellipsis):not(.active) { background-color: #ddd; font-weight: bold }
.pagination a.active { background: green; color: #fff }
.pagination a.ellipsis { height:26px;  border: 0px solid red;border-left : thin solid #ddd; } 
.pagination a:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px }
.pagination a:last-child i,
.pagination a:first-child > i { border: 0 solid red; margin-top: 2px; display: inline-block }
.pagination a:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; 
	border-right: thin solid #ddd; }
	
/* end pagination */

/* make default cursor for 'a' tag */  
.stop { cursor: default }
	
#container { display: block; position: relative; } 
.ui-autocomplete { position: absolute; max-height: 320px; overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden; }
.ui-autocomplete .ui-menu-item a { padding: 0px 8px; }

/* checkbox container */
.form div.other { 
    border: 0 solid red; height: 35px; padding: 0 0;
    & label.checkbox { width: 320px; text-align: left; };
}

label.checkbox { display: inline-block; width: 18px; height: 22px; position:relative; }

form div label + .checkbox { border: 0 solid red; display: block; position: relative; padding-left: 32px; 
	margin-top: 0px; text-align:left; margin-bottom: 6px; cursor: pointer; text-align: left; width: 400px; line-height: 24px; }

/* Hide the browser's default checkbox */	
.checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

/* Create a custom checkbox */
.checkbox .checkmark { position: absolute; top: 0; left: 0; height: 22px; width: 22px; 
	background-color: #fff; box-shadow: 0px 0px 5px #ccc}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark { background-color: #eee; }

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark { background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after { content: ""; position: absolute; display: none; }

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after { display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark:after { left: 8px; top: 4px; width: 4px; height: 9px; border: solid white; border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.aform div { margin-bottom: 8px }
.aform div select,
.aform div [type=text] { width: 520px; padding: 7px 12px;	display: inline-block; border: thin solid #ccc; 
	border-radius: 4px; box-sizing: border-box; }
.aform div button { box-shadow:inset 0px 32px 0px -15px #56B95A;
	background-color: #4CAF50; color: white; padding: 8px 13px; border: none; border-radius: 4px; cursor: pointer;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(143, 143, 143,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(143, 143, 143,.4);
	box-shadow: 1px 1px 2px 1px rgba(143,143,143,.4); }
.aform div button.red { background-color: #ff0000; }

/* checkboxes in Employees Trainings Summary */	
label.container { border: 0 solid red; display: inline-block; line-height: 22px; width: 100px; position: relative;
	padding-left: 26px; margin-bottom: 3px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none;
	-ms-user-select: none; user-select: none; }
label.container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
label.container .checkmark { position: absolute; top: 0; left: 0; height: 21px; width: 20px; background-color: #eee; }
label.container:hover input ~ .checkmark { background-color: #ccc; }
label.container .checkmark:after { content: ""; position: absolute; display: none; }
label.container input:checked ~ .checkmark { background-color: #2196F3; }
label.container input:checked ~ .checkmark:after { display: block; }
label.container .checkmark:after { left: 6px; top: 3px; width: 5px; height: 8px; border: solid white; border-width: 0 3px 3px 0;
	-webkit-transform: rotate(35deg); -ms-transform: rotate(35deg); transform: rotate(35deg); }
  
table.select { background: #fff; border-left: 0 solid #ddd; border-top: 0 solid #ddd; border-collapse: collapse; }
table.select tr th,
table.select tr td { padding: 8px 8px; border-right: 0 solid #ddd; border-bottom: 0 solid #ddd }
table.select tr:hover td { background: #eee }  
table.select tr:hover td .checkbox .checkmark { background: #ddd; }
table.select tr:hover td .checkbox input:checked + .checkmark { background-color: #2196F3; }
table.select tr:hover td .checkbox input { display: block }

label#select-file {	text-align: center;	background-color: blue; color: white; padding: 8px 8px;
	border-radius: 0.3rem; cursor: pointer;	margin-top: 0; }

label#select-file + span { margin-left: 0.3rem; margin-top: 8px; display: block; }

/* side navigation */
.sidenav { height: 94%; width: 0; position: absolute; z-index: 1; top: 0; right: 0; background-color: #111; overflow-x: hidden;
	transition: .5s; padding-top: 60px; }
.sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; }
.sidenav a:hover { color: #f1f1f1; }
.sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; }
@media screen and (max-height: 250px) { 
	.sidenav { padding-top: 15px; }
	.sidenav a { font-size: 18px; }
}

table.scroll { border-collapse: collapse; border-spacing: 0; border-top: thin solid #ddd; border-bottom: thin solid #ddd; }
table.scroll tbody,
table.scroll thead { display: block; }
table.scroll tbody { max-height: 424px; overflow-y: auto; overflow-x: hidden; }
table.scroll2 tbody { max-height: 389px } 
table.scroll tbody tr th,
table.scroll tbody tr td { border: thin solid #ccc; }
table.scroll tbody tr:hover td { background: #efefef }
table.scroll tbody tr td label { display:block; display: block; }  

/* vertical menu */

ul.menu { list-style-type: none; padding: 0; width: 200px; border-right: 0 solid gray; margin: 0 0 0 36px; float: left }
ul.menu li { border: 0px solid red; display: inline; text-align: left; margin: 2px 0px }
ul.menu li a { text-decoration: none; padding: 4px 0 4px 12px; display: inline-block; width: 100%; border-top: 0 solid #0F798C; 
	border-right: 0px solid #016578; border-left: 0 solid #016578; color: #650000 }
ul.menu li:hover a { font-weight: 600; text-decoration: none; background: #f2f2f2 }

.menu-desc { display: none; border: 0 solid blue; float: left; width: 300px; padding: 3px 12px }
.menu-desc span { display: inline-block; border: 0 solid red; width: 92%; padding-left: 3px; padding-top: 0 }
.menu-desc i { float: left }

/* alerts amd messages */
.alert { padding: 12px; background-color: #f44336; color: white; margin-bottom: 15px; font-weight: normal; display: none }
.success { background-color: #04AA6D; }
.closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 18px;
  line-height: 16px; cursor: pointer; transition: 0.3s; }
.closebtn:hover { color: black; }

/** tabset */
.tabset > input[type=radio] { position: absolute; left: -200vw }
.tabset > label { border:1px solid red }

.tabset .tab-panel { display: none }
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4) { display: block }

.tabset label[for='tab1'] { margin-left: 24px } 
.tabset > label { position: relative; display: inline-block; margin-right:2px; padding: 10px 15px 25px; 
    border: 1px solid transparent; border-bottom: 0; cursor: pointer; font-weight: 600 }

.tabset h2 { font-size: 1.2em; margin-bottom: 16px; font-weight: 500 } 
.tabset > label::after { content: ''; position: absolute; left: 15px; bottom: 10px; width: 22px; height: 4px; background: #8d8d8d }
.tabset > label:hover, .tabset > input:focus + label { color: #06c }

.tabset > label:hover::after, 
.tabset > input:focus + label::after,
.tabset > input:checked + label::after { background: #06c }

.tabset > input:checked + label { border-color: #ccc; border-bottom: 1px solid #fff; margin-bottom: -1px; }
.tab-panel { padding: 12px 0; border-top: 1px solid #ccc } 

.red { color: red; }
.italic { font-style: italic }

.alert-box {
    position: relative;
    width: 60%;
    margin-top: 50px;
    border: 1px solid #666;
    padding: 24px 40px;
    background: rgb(71,157,49);
	background: linear-gradient(90deg, rgba(71,157,49,1) 0%, rgba(49,193,53,1) 50%, rgba(34,144,15,1) 100%);
    position: relative; top: 17%;left:50%; 
	transform: translate(-50%, -20%);
	cursor: pointer;
}

.alert-box p { margin: 0; font-size: 1.4em; color: #efefef }

.close-btn {
    width: 70px;
    display: block;
    margin: 5px auto;
    padding: 7px;
    border: 0;
    color: #fff;
    background-color: #1560bd;
    border-radius: 3px;
    cursor: pointer;
}

.text-icon-search { background-image: url(search.png); text-indent: 24px }
.text-icon { background-position: 10px 10px, center; background-repeat: no-repeat; background-size: 18px; }

.drop-containers {
	position: relative;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	padding: 12px 12px;
	border-radius: 10px;
	border: 2px dashed #555;
	color: #444;
	cursor: pointer;
	transition: background .2s ease-in-out, border .2s ease-in-out;
  }
  
/*.drop-container:hover, .drop-container.drag-active { background: #eee; border-color: #111; } */
  
.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title { color: #222; }
  
.drop-title { color: #444; font-size: 20px; font-weight: bold; text-align: center; transition: color .2s ease-in-out; }
  
input[type=file] { width: 520px; max-width: 100%; color: #444; padding: 0px; background: #fff;
	border-radius: 4px; border: thin solid #ddd; box-shadow: 0 0 6px #ccc }
input[type=file]:hover { background: #f5f5f5; cursor:pointer }

input[type=file]::file-selector-button { margin-right: 20px; border: none; background: #084cdf; padding: 8px 18px;
	border-radius: 4px; color: #fff; cursor: pointer; transition: background .2s ease-in-out; }
  
 /* input[type=file]::file-selector-button:hover { background: #fff; } */ 

#tab { border: none }
.ui-widget-header { background: none; border: none }
div.item { 
	padding: 8px 24px; border: 0 solid red;
	& span,
	& label { padding-left: 24px; display: inline-block; width: 180px; text-align: left; padding-right: 12px; font-weight:500 }
}

div.item span { width: 100%; font-style: italic }

.ui-tabs h3,
.ui-tabs li, 
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs { color: #880000; }

.ui-tabs .icon { margin-top: 5px }
.ui-tabs h3 { margin: 6px 0 6px 0; padding-left: 20px; padding-bottom: 10px; border-bottom: thin solid #aaa }
.ui-tabs h3:before { font-family: fontello; content: '\e861'; padding-right: 12px }
.ui-tabs div.tabs { border-top:thin solid #999; 
	& .icon { margin-right: 24px }	
}

.ui-tabs div.tabs ul { list-style-type: square; margin: 16px 0 0 0; padding: 0 0 0 63px;
	& li { margin-bottom: 10px }
}

.hang { text-indent: -14px; padding-left: 27px; 
	& span.num { display:inline-block; width:14px }
}

.horiz-list { border: thin solid #bbb; display:inline-block; padding: 3px 3px 5px 10px; border-radius: 2px; 
	margin-right: 3px; margin-bottom: 3px; margin-top: 1px }
.horiz-list:hover { & a { display:inline-block; cursor: pointer }}
td:has(.horiz-list) { padding: 2px 2px 0 2px; }

.emp_id {
	box-shadow: 0 0 4px rgba(0, 0, 0, .4); margin: 14px 0 0 48px; float: left;	width: 128px; height: 128px;
	background-position: center; background-repeat: no-repeat; background-size: 128px;

	&:hover .delete_pic, 
	&:hover .edit_pic { display: inline-block }

	& .delete_pic, 
	& .edit_pic {
		color:gray; width:20px; display:none; position:absolute; top: 4px; right:3px;
		text-decoration: none;
		&:hover { color: blue; }
	}
}

p.app_alert { margin-left: 44px; &::before { margin-right: 12px; content: '\e861'; font-family: fontello; }}
p.sm { margin-left: 25px }

.division-list {
	& ul { list-style-type: none; margin: 0; padding: 0 }
	& ul li { border: 0 solid red; display: inline-block; width: 60px; text-align: center; margin-bottom: 10px }
	& ul li:hover .logo { opacity: 1.0; top: -6px }
	& ul li a { text-decoration: none; color: blue; }
	& ul li:hover a { color: red }

	& .logo { display: inline-block; width: 30px; height: 30px; border: 0 solid red; background-size: 30px; opacity: .8;
		box-shadow: 0 0 4px rgba(0,0,0,.8); border-radius: 40px; transition: top ease 0.5s;
		position:relative; top: 0px }
	& .site { display: block; }

	& li:nth-child(8) .logo { height: 45px; width:45px; background-size: 45px; border: 0 solid red }
}

.table tbody tr th.sort { cursor:pointer }
.table tbody tr th.sort:after { content: '\f0dc'; font-family:fontello; float:right }
.table tbody tr th.sort-asc:after { content: '\f0de'; font-family:fontello }
.table tbody tr th.sort-desc:after { content: '\f0dd'; font-family:fontello }

.table:has(tr.status) { margin-top: 1px }

.alert_container {
	display: none; position: fixed; z-index: 1; padding-top: 10px; left: 0; top: 0; border: 1px solid red;
    width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0); 
	
	& .popup_alert {
		display: flex;
    	align-items: center;
		width: 400px; padding: 12px 18px; left: 0; right: 0;	margin: 0 auto; border-radius: 2px; 
		font-weight: 300; color: #856404; background-color: #fff3cd;	border: 1px solid #D5A444; position:absolute;
		top: 8px; z-index: 1000; text-align: left; vertical-align: middle;
		box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);

		& span { display: inline-block; margin-left: 28px; }
		& .close {
			position: absolute; left: 16px;

			/*border: 1px solid red;
			border-radius: 10px;
			height: 16px;
			width: 16px;
			position: absolute;
			display: inline-block;
			padding: 2px 1px 0px 1px;
			top: -6px;
			right: -7px;
			color: #fff;
			background: red; */
		}
	}
}

.badge { display:inline-block; height: 11px; border: 0 solid red; }
.badge span { display:block; margin-left: 2px; height: 6px; width: 6px; background-color: red; border-radius: 10px; } 

.font-sm { font-size: .8em }
.float-right { float: right }

.btn-sm { box-shadow:inset 0px 32px 0px -15px #56B95A;
	background-color: rgba(143, 143, 143,.8); color: white; padding: 8px 13px; border: none; border-radius: 1px; cursor: pointer;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(143, 143, 143,1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(143, 143, 143,.4);
	box-shadow: 1px 1px 3px 1px rgba(143,143,143,.4); 
	margin-top: 12px;
	width: 90px;
}

.btn-sm:hover { color: #888 }

div:has(> .btn-sm) { margin-top: 24px; margin-bottom: 6px; }

.bg-primary { background: #4e25ff }
.bg-secondary { background: #6c747e }
.bg-success { background: #009252 }
.bg-danger { background: #e8003f }
.bg-warning { background: #ffca00 }
.bg-info { background: #00c9f3 }
.bg-primary2 { background: #007bff }
.bg-warning2 { background: #ffc107 }
.bg-success2 { background: #28a745 }
.bg-danger2 { background: #dc3545 }

.text-white { color: #fff; }

.bg-blue { background: #0d6efd; }
.bg-indigo { background: #6610f2; }
.bg-purple { background: #6f42c1; }
.bg-pink { background: #d63384; } 
.bg-red { background: #dc3545; }
.bg-orange { background: #fd7e14; }
.bg-yellow { background: #ffc107; }
.bg-green { background: #198754; }
.bg-teal { background: #20c997; }
.bg-cyan { background: #0dcaf0; }

.dash-item {
	display:inline-block; text-align:center; width:110px; padding:24px 22px 22px 22px; 
	border-radius:8px; margin:16px 16px; box-shadow:1px 1px 4px rgba(0,0,0,.3);
}

.dash-item:hover { opacity: .8 }

.dash-item:hover .icon {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}
.dash-item .dash-text {
	text-align:center; font-size:.8em; padding: 3px 8px 1px 8px'
}
.dash-item:hover .dash-text {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-3deg);
}
.dash-item .dash-val { 
	transition: transform 0.3s ease; 
	font-size:24px; display:block; margin-top:4px; text-align:center;
}
.dash-item:hover .dash-val { transform: scale(1.2) }

.dash-item .icon { 
	font-size: 2.0em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5) 
}

#sidebar
{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	padding:16px 0;position:absolute;top:210px;left:-190px;width:190px;background:#eee;
	border-bottom-left-radius:8px;border-top-left-radius:8px;
}

#sidebar a
{
	display:block;padding:11px 31px;text-decoration: none;color: #870000;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);

	&:hover { 
		transition: 0.3s;
		background-color: #ddd;
		&::before { content: "\e85b"; font-family: fontello; margin-right: 4px; margin-left: -14px; }
	}
}

#faci-list div { padding-left: 28px; text-indent:-20px; margin-left: -8px; margin-right: -8px }
#faci-list div:not(:last-child) { border-bottom: thin solid #ddd;padding-bottom: 8px }
#faci-list div:not(:first-child) { padding-top: 8px }
#faci-list div span.links { 
	display:none;  
	& a { font-size: .9em }
}
#faci-list div:hover span.links { 
	display: inline; 
}

.t_hdr,
.t_spc { table-layout: fixed; border:thin solid #f5f5f5; border-collapse: collapse; }
.t_hdr { border-bottom: 0 solid red; }

.t_hdr th { padding: 5px 7px; box-sizing: border-box; border: thin solid #f5f5f5; border-bottom: 0 solid red }
.t_spc td { padding: 5px 7px; box-sizing: border-box; border: thin solid #f5f5f5 }

.t_hdr th.chk, 
.t_spc td.chk { margin-left:auto }

.t_hdr th.chk .checkbox,
.t_spc td.chk .checkbox { margin: 0 0 }

.t_spc tr:hover td { background: #f0f0f0 }
.t_spc tr:nth-child(odd) { background: #f8f8f8 }

