html, body { font-family: Tahoma; font-size: 13px; height: 92.5%; margin-top: 0px; padding: 0 }
table, select, textarea { font-family: Tahoma; 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: 1280px; margin: 12px auto 12px auto; border: 0 solid red;
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	min-height: 100%; /* real browsers */ 
	padding-bottom: 100px; background: #fff; margin-bottom: 18px; border-radius: 8px; box-shadow: 0px 0px 35px rgba(0, 0, 0, .4) }

header { padding: 10px 10px;background: rgb(232,232,236);
background: radial-gradient(circle, rgba(232,232,236,1) 0%, rgba(217,217,217,1) 35%, rgba(214,214,214,1) 100%); }
header span { display: block; width: 90%; height: 128px; }

footer {  position: absolute; width: 1232px; bottom: 0; /* stick to bottom */ 
	background: #ddd; padding: 24px; text-align: center }
  
#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 { 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.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.action > div { display: none; text-align: right; z-index: 2; padding: 4px 8px 6px 0 }
.table > tbody > tr:hover > td.action div { display: block }
.table > tbody > tr:not(.status):hover > td { background: #f4f4f4 }
.table > tbody > tr > td:not(.notop) { vertical-align: top }
.table > tbody > tr > td, 
.table > tbody > tr > th { padding: 8px 8px; border-top: thin 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.status > td { background: #dadada; font-weight: 600 } 
.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 }

.htable { margin-bottom: 6px; border: thin solid #880000; padding: 2px }
.htable tr td:nth-child(odd) { background: #efefef; width: 13%; font-weight: 600 }
.htable tr td:nth-child(even):not(:last-child) { width: 25% }
.htable td { padding: 8px 8px; }
.htable tr:not(:last-child) > td { border-bottom: thin solid #e5e5e5 }
.htable table { width: 100%; border-collapse: collapse; }

/* table tr th.center, table tr td.center, .center { text-align: center }
table tr td.left, table tr th.left, .left       { text-align: left }
table tr td.right, table tr th.right, .right    { text-align: right } */

.form div label { border: 0px solid red; display: inline-block; width: 140px; text-align: right; margin-right: 12px; float: left; margin-top: 7px }
.form90 div label { width: 90px }
.form100 div label { width: 100px }
.form120 div label { width: 140px }
.form div { border: 0 solid red; margin-bottom: 8px; vertical-align: top; }
.form div [type=checkbox] { height: 26px; }
.form div textarea, 
.form div [type=text], 
.form div [type=password],
.form div select { width: 520px; padding: 7px 12px;	display: inline-block; border: thin solid #ccc; border-radius: 4px; box-sizing: border-box; }
.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); }
.form div select { padding-left: 9px; } 
.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 }

h1 { font-weight: 300 }

.dot { display: inline-block; 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: 1px solid red;
    width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); 
}

.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 }
.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: 8px 0 0 0; text-decoration: none; margin: 0 0px 0 0; font-size: .9em;
	transition: background-color .4s; color: #555; width: 32px; 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 { border: 0 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; font-family: tahoma }

/* checkbox container */
.form div.other { border: 0 solid red; height: 24px; padding: 3px 0 5px 0 }

label.checkbox { display: inline-block; width: 18px; height: 18px; border: 0 solid red; position: relative }

form div label + .checkbox { border: 0 solid red; display: block; position: relative; padding-left: 32px; 
	margin-top: 2px; margin-bottom: 6px; cursor: pointer; text-align: left; width: 400px; line-height: 20px }

/* Hide the browser's default checkbox */	
.checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

/* Create a custom checkbox */
.checkbox .checkmark { border: 0px solid red; position: absolute; top: 0; left: 0; height: 22px; width: 22px; background-color: #eee; }

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark { background-color: #ccc; }

/* 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: 7px; top: 4px; width: 4px; height: 8px; 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 .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 h2 { font-family: inherit; font-size: 1.2em; margin-bottom: 16px; font-weight: 500 } 
.tabset > label { position: relative; display: inline-block; margin-left: 10px; padding: 10px 15px 25px; 
    border: 1px solid transparent; border-bottom: 0; cursor: pointer; font-weight: 600 }
.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 }

.prime-alert {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000001f;
}

.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;
}

