/* azteqmgt.css - stylesheet for AzteQ Job Mgt system - (c)2006 Nuvola Ltd www.nuvola.co.uk*/
@font-face {
    font-family: Calibri;
    src: url('fonts/Calibri.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Calibri;
    src: url('fonts/CalibriBold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Calibri;
    src: url('fonts/CalibriItalic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Calibri;
    src: url('fonts/CalibriBoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}


body
{
	background: #ffffff;
	font-size: 80%;
	margin: 0px;
	font-family: Calibri, sans-serif;
	padding-top: 0px;
	text-align: left;
	color: #333333;
}

h1, h2, h3, h4 {
	color: #333333;
}

#mainholder
{
	width: 100%;
	border: 0px;
	border-top: none;
	/*border-bottom: 1px solid #333333;*/
	margin-top: none;
	background: #fff;
	margin: 0;
	display: flex;
}

#titlearea
{
	min-height: 38px;
	padding:2px;
	text-align: left;
	font-family: Calibri, sans-serif;
	font-size: 180%;
	color: #333333;
	background: #fff;
	position: relative;
}

#titlearea span
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
#titlearea span.ajams {
	font-weight: bold;
	font-size: 120%;
	color: #ADD8E6;
}
#titlearea span a {
	color: #333333	 !important;
}
#titlearea span a:hover {
	color: #ADD8E6 !important;
}
#notes
{
	text-align: left;
	font-family: ;
	font-size: 100%
	padding:4px;
}

#logo
{
	float: left;
	border: none;
}



textarea
{
	font-family: Calibri, sans-serif;
	font-size: 110%;
	min-height: 7em;
	color: #333333;
	background-color: white;
	border: 1px solid #333333;
	
}

table { font:10px;}
div { font:10px;}
th { font:10px;}
td { font:10px;}

form.login-form {
	border: 1px solid black;
	padding: 10px;
	width: 	400px;
	margin: 10px auto 40px auto;
}

#menu
{
	display: inline-block;
	width:100px;
	flex: 0 0 100px;
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 140%;
	background: #fff;
	margin-bottom: 0px;
	/*border-bottom:none;*/
	vertical-align: top;
}

p.large {
	font-size: 125%;
}

ul.menu
{
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.menu li
{
	display: inline-block;
	list-style: none;
	color: #333333;
	border: 1px solid white;
	padding: 2px;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
ul.menu.expanded li {
	width: 100%;
	background: #f8f8f8;
}
ul.menu li.sel
{
	background: #333333;
	color: #ADD8E6;
	width: 40px;
}
ul.menu.expanded li.sel {
	background: white;
}

ul.menu.expanded li img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 30px;
}
ul.menu.expanded li:not(.sel) img {
	filter: opacity(.3);
}
ul.menu li span {
	display: none;
}
ul.menu.expanded li span {
	display: block;
	text-align: center;
	overflow: hidden;
	width: 100px;
}
ul.menu.expanded li:not(.sel) span {
	font-size: 15px;
}

.menu a
{
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	/*border: 1px solid #333333;*/
	/*padding: 10px 0;*/
	display: block;
}
.menu.expanded a {
	color: black;
	display: flex;
	position: relative;
	align-items: center;
}
.menu a img {
	filter: invert(0%);
	width: 100%;
	height: 100%;
}
ul.menu li.sel img {
	filter: invert(100%);
}
ul.menu.expanded li.sel img {
	filter: opacity(100%);
	left: 0px;
}
.menu-title {
	color: #333333;
	background: white;
	margin: 1px 0 5px 0;
}
.menu-opener span {
	font-size: 12px;
	cursor: pointer;
}
ul.main-menu {
	display: none;
}

a.menu:hover
{
	text-decoration: none;
	color: #333333;
}


a.menu_sel
{
	color: #333333;
}

ul.submenu
{
	/*border-bottom: 1px solid #333333;*/
	padding: 15px 0;
}
ul.submenu li
{
	display: block;
	list-style: none;
	color: #333333;
	background: #ADD8E6;
	padding: 3px;
	margin: 1px 0;
	width: 94px;
}
ul.submenu li.sel
{
	background: #333333;
	color: #ADD8E6;
}


ul.submenu a
{
	text-decoration: none;
	text-transform: lowercase;
	font-size: 90%;
	display: block;
}
ul.submenu a:hover
{
	color: #fff;
}
ul.submenu li.sel a
{
	text-decoration: none;
	text-transform: lowercase;
	color: #ADD8E6;
}

#favourites {
	margin: 0;
	height: 0;
	display: inline-block;
}
#favourites li {
	border: 1px solid white;
	padding: 2px;
	list-style: none;
	display: inline-block;
	margin-right: 1px;
}
#favourites li img {
	/*filter: invert(100%);*/
	vertical-align: middle;
}
#favourites li a {
	font-size: 10px;
	color: white;
	text-decoration: none;
	vertical-align: middle;
}
#favourites li a span {
	display: inline-block;
	max-width: 6em;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 0 0 1px;
}

.fav-holder {
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 100;
	/*background: #333333;*/
	margin: 0;
}
#titlearea a  {
	height: 22px;
	display: inline-block;
}
#titlearea a img {
	height: 24px;
	/*filter: invert(100%);*/
}
#titlearea a img.link {
	position: relative;
	top: 3px;
}

img.azteq-logo {
	float: left;
	border: 0;
	height: auto !important;
	width: 98px;
	filter: grayscale(100%) invert(0%) !important;
}

#sidebar
{
	width: 250px;
	min-height: 400px;
	font-family: Verdana, Sans Serif;
	font-size: 100%
	color: #333333;
	text-align: left;
	padding:2px;
	border-color: #333333;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}
table.layout
{
	border-collapse: collapse;
	margin-top: 0px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #333333;
}
table.layout td
{
	vertical-align: top;
}


#content
{
	min-height:400px; 
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 100%
	color: #333333;
	background: #fff;
	padding:10px 10px 0 20px;
	display: inline-block;
	flex: 1;
	vertical-align: top;
}

td
{
	font-family: Verdana, Sans Serif;
	font-size: 100%
	color: #333333;
}


footer
{
	text-align: right;
	font-family: Verdana, Sans Serif;
	font-size: 100%;
	font-weight:normal;
	color: #555;
	margin: 2em 0 0 0;
	border-top: 1px solid #999;
	padding-right: 1em;
}

a
{
	text-decoration: underline;
	color: #333333;
	font: 10px;
}
a:hover
{
	color: #333333;
}
footer a {
	color: #555;
}



ul.recordaction li a
{
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
	background: #333333;
	color: white;
	border: 1px solid #ADD8E6;
	
}
ul.recordaction li a:hover
{
	color: #ADD8E6;
	border: 1px solid #333333;
}


a.addnew
{
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
	background: #ADD8E6;
	color: #333333;
	border: 1px solid #333333;
}
a.addnew:hover
{
	color: #333333;
	border: 1px solid #ADD8E6;
}
table.viewgen {
	width: 100%;
}
table.viewgen th {
	font-size: 80%;
}
table.viewgen tr td, table.viewgen tr th{
	border-bottom: 1px solid #fcfcfc;
	width: 30%;
}
table.viewgen tr td:nth-child(1), table.viewgen tr td:nth-child(3),
table.searchform tr td:nth-child(1), table.searchform tr td:nth-child(3) {
	text-align: right;
	padding-right: 1em;
	width: 20%;
}

table.searchform {
	width: 80%;
}


td.selgrid, table.selgrid td
{
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 100%
	color: #333333;
	background: #e0e0e0;
	padding:2px 4px;
}
th.selgrid, table.selgrid th
{
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 100%
	font-weight:bold;
	padding:4px;
	color: #333333;
	background: #f0f0f0;
}
table.selgrid.table-activity  {
	margin-top:12px;
}
table.selgrid.table-activity td {
	padding-left:4px;
	padding-right:4px;
}
td.critical
{
	background-color: #800000;
}
td.red
{
	background-color: #ff8080;
}
td.yellow
{
	background-color: #ffff80;
}
td.zgreen
{
	background-color: #80ff80;
}
td.highlight, table.selgrid .highlight {
	font-weight: bold;
	background-color: #fff;
}

table.crosstab
{
	border-collapse: collapse;
}
table.crosstab th, table.crosstab td
{
	margin: 1px;
	text-align: left;
	background: white;
	border: 1px solid #f0f0f0;
}


div.gridscroll
{
	width: 895px;
	overflow: auto;
}

.heading
{
	font-size: 100%
	font-weight: bold;
}

input, .input
{
	background-color: white;
	color: #333333;
	border: 1px solid #333333;
	height:18px;
	
}
input[type=file] {
	height: 28px;
}
input[type=submit], button
{
	background-color: #333333;
	color: #ADD8E6;
	border: 1px outset #ADD8E6;
	height:20px;
}

input[type=text], input[type=password], input[type=date], input[type=number], select
{
	width: 200px;
	width: 100%;
	border: 0;
	background: #CEE6EE;
	padding: 3px;

}

.viewgen .double-col input[type=text], 
.viewgen .double-col input[type=password], 
.viewgen .double-col input[type=date], 
.viewgen .double-col input[type=number], 
.viewgen .double-col select {
	width: 37.2%;
}


input[readonly] {
	background-color: #fff;
}

/*select
{
	background-color: white;
	color: #333333;
	font: 10px;
	border: 1px solid #333333;
	width:200px;
	
}*/
select.function
{
	background-color: #333333;
	color: #ADD8E6;
	font: 10px;
	border: 1px solid #ADD8E6;
}
input.selgrid_edit
{
	color: white;
	background: #888;
}

select.selgrid_edit
{
	color: white;
	background: #888;
}

input.check
{
	border:none;
}

a.select, a.select:hover, a.select:link
{
	background-color: #ADD8E6;
	color: #333333;
	border: 1px solid #333333;
	height:18px;
	width:100%;
	text-decoration: none;
	padding: 2px;
	overflow: hidden;
}

div.select
{
    position:absolute;
    display:none;
    width:119px;
    height:150px;
    overflow:auto;
    z-index: 100;
    background-color: #ADD8E6;
    color: #333333;
    border: 1px solid #333333;
    padding:0px;
}

a.scroll
{
	text-decoration: none;
	color: #333333;
	border: 0px solid #333333;
	padding: 0px;
	font: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width:100px;
}
a.scroll:hover
{
	text-decoration: none;
	background-color:#333333;
	color: #DDD1C6;
}

table.childgrid_table
{
	border-spacing: 2px;
}

th.childgrid_th
{
	background: #f0f0f0;
	font-family: Verdana, Sans Serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

td.childgrid_td
{
	background: #e0e0e0;
	font-family: Verdana, Sans Serif;
	font-size: 100%;
	color: #333333;
}

td.childgrid_tdsel
{
	background: #333333;
	font-family: Verdana, Sans Serif;
	font-size: 100%;
	color: white;
}

/*attachments*/
div.attachments
{
	padding:4px;
	width:98%;
	font-family: verdana, sans serif;
	min-height:50px;
	background-color:#F9F9F9;
	font-size:14px;
	text-align:left;
}
table.attachments td.selgrid:first-child {
	padding-left:4px;
}
table.attachments td.selgrid {
    padding-top: 4px;
    padding-bottom: 4px;
}
table.attachments td.actions a {
	margin-right:8px;
}
table.attachments td.actions span {
	margin-right:8px;
	opacity:0.4;
}
a.attachimg
{
	float: left;
}
span.attachmissing
{
	color: red;
}
table.attachments td .attachmissing {
	margin-left:12px;
}

span.attachinner
{
	float: left;
}
span.attachouter
{
	border: 1px solid #333333;
	padding: 2px;
	margin-right: 2px;
	display: inline-block;
}

.attachments-bulletin_id span.attachouter {
	display: block;
}
.attachments-bulletin_id span.attachinner {
	display: inline-block;
	float: none;
	min-height: 2em;
}

.attachment-file {
	width: 100px;
	min-height: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #ADD8E6;
	background: #eee;
	text-align: center;
	margin: 5px;
	padding: 5px;
	display: inline-block;
}
.attachment-file a {
	text-decoration: none;
}
.attachment-file a.file-link:hover {
	color: #333333;
}
	
.attachment-file img {
	border: 0;
}
.attachment-file a.delete-link {
	display: inline-block;
	border: 1px solid #333333;
	background: #CEE6EE;
	padding: 3px;
}
.attachment-file a.delete-link:hover {
	background: #ADD8E6;
	color: #333333;
}

/*BEGIN CALENDAR POPUP*/
div#calpopup
{
	width: 150px;
	height: 150px;
	background-color: #f0f0f0;
	color: #555555;
	border: 0px;
	visibility: hidden;
	position: absolute;
	font-size: 80%;
	z-index: 10000;		/*make sure it appears in front of everything including jQuery dialog*/
}
div#calpopup a
{
	text-decoration: none;
}
.cpYearNavigation,.cpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#333333; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { font-family:arial; font-size:8pt; }
TD.cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#333333; }
.cpOtherMonthDate { color:#808080; }
TD.cpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
TD.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
TD.cpTodayText, TD.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
A.cpTodayText { color:#333333; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #808080; }

/*END CALENDAR POPUP*/

/*search popup*/
div#searchpopup
{
	width: 350px;
	min-height: 200px;
	background-color: #f0f0f0;
	color: #333333;
	border: 1px solid #333333;
	visibility: hidden;
	position: absolute;
	font-size: 100%;
}
div#searchpopup th,div#searchpopup td
{

}
div#infopopup
{
	width: 250px;
	min-height: 100px;
	background-color: #f0f0f0;
	color: #333333;
	border-style: solid;
	border-color: #333333;
	border-width: 10px 1px 1px 1px;

	visibility: hidden;
	position: absolute;
	font-size: 120%;
	text-align: center;
}
div#infopopup h1
{
	font-size: 90%;
	font-weight: bold;
}
div#infopopup button
{
	font-size: 90%;
	font-weight: bold;
	/*padding: 3px;
	border: 1px solid #333333;*/
}

//tabs
ul.tabs
{
	display: inline;
}
ul.tabs li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ADD8E6;
	margin: 5px;
	list-style: none;
}
ul.tabs li.tablabel_selected
{
	background: #ADD8E6;
}
ul.tabs li a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

span.invoice-status {
	float: right; 
	padding: 3px; 
	background: #555; 
	font-weight: bold;
	font-size: 100%;
}

//record action links
ul.recordaction
{
	margin: 0;
	padding: 0;
}
ul.recordaction li
{
	list-style: none;
	margin: 10px 1em 10px 0;
	float: none;
	display: inline-block;
}
a.recordaction
{
	margin-right: 3em;
}

//messages
div.session-message p
{
	margin: 3px;
}
div.session-message p.normal
{
	color: green;
}
div.session-message p.error
{
	color: red !important;
	background: white !important;
}

/**dashboard widget table **/
table.dashboard
{
	border-collapse: collapse;
	/*border-spacing: 3px;*/
	width: 98%;
}
table.dashboard td
{
	border: 1px solid #333333;
	text-align: left;
	vertical-align: top;
	width: 48%;
}
table.dashboard h3
{
	text-align: left;
	font-size: 100%;
	color: white;
	background: #333333;
	margin: 0;
	padding: 3px;
	top: 0;
	width: 98%;
}
table.dashboard h3 a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
table.dashboard td div.widget
{
	padding: 3px;
}

div#tagger_div {
	text-align: right;
}

div#tagger_div ul {
	margin: 0;
	padding: 0;
}
div#tagger_div ul li {
	margin: 0 .5em;
	padding: 2px;
	border: 1px solid #333333;
	
	display: inline;
}
div#tagger_div div {
	float: right;
}

.selgrid-highlight td {
	color: white !important;
	background-color: #333333 !important;
}
.selgrid-highlight td a{
	color: white !important;
	background-color: #333333 !important;
}

.text-critical {
	color: #c00000;
}
.text-warning {
	color: #ADD8E6;
}
.text-ok {
	color: #00c000;
}

#dialog_popup {
	display: none;
	text-align: left;
}
#dialog_popup ul {
	margin: 0;
	padding: 0;
}
#dialog_popup ul li {
	padding: 5px;
	list-style: none;
	font-size: 125%;
}
#dialog_popup ul li:nth-child(2n) {
	background: #eee;
}
#dialog_popup ul li:hover {
	background: #999;
}
#dialog_popup ul li a {
	display: block;
}
ul.doc_type_items {
	margin: .5em 0 0 2em;
	padding: 0;
}
ul.doc_type_items li {
	border-style: solid;
	border-color: #ADD8E6;
	border-width: 1px 1px 1px 20px; 
	margin: 5px 0;
	list-style: none;
	padding: 5px;
}
ul.doc_type_items li textarea {
	width: 500px;
	height: 100px;
}
.project-shift-comment {
	display: none;
	font-size: 120%;
	text-align: center;
}


div.favourite-links {
	position: fixed;
	right: -160px;
	top: 230px;
	width: 150px;
	padding: 0 10px 0 20px;
	background: #333333;
	transition: right .5s;
	z-index: 10000;
}
div.favourite-links.open {
	right: 0;
}
div.favourite-links h2 {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	text-align: left;
	position: relative;
	left: -85px;
	top: 130px;
	color: #ADD8E6;
	margin: 0;
}
div.favourite-links ul {
	padding: 0;
	margin: 0;
	position: relative;
	top: -.5em;
}

div.favourite-links ul li {
	list-style: none;
	width: 100%;
	margin: 5px 0;
	padding: 10px 5px;
	border: 1px solid #333333;
	background: #ADD8E6;
}

div.favourite-links ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}
div.favourite-links ul li:hover {
	border: 1px solid #ADD8E6;
}

input.addlinfo-value {
	width: 450px;
}

a.popup_link {
	display: inline-block;
	padding: 3px 6px;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #ADD8E6;
	background-color: #333333;
	font-family: serif;
}

#more_info label {
	font-weight: bold;
}

#more_info {
	width: 400px;
}

#more_info table tr:nth-child(even) {
	background-color: #ddd;
}

/** customer helpdesks **/
.filter-element {
	max-width: 600px;
}
.filter-element label {
	display: inline-block;
	width: 250px;
	font-size: 150%;
}
.filter-element select {
	display: inline-block;
	font-size: 150%;
	width: 250px;
	margin: 3px;
	padding: 5px;
}

.record-list {
	padding: 0;
	margin: 5px 0;
}

.record-list li {
	list-style: none;
	padding: 3px;
	margin: 2px 1px;
	background: #ddd;
}
.record-list li.critical {
	background: #800;
}
.record-list li.high {
	background: #f00;
}
.record-list li.medium {
	background: #fb0;
}
.record-list li.low {
	background: #00f;
}
.record-list li.closed {
	background: #666;
}



.record-list li a {
	text-decoration: none;
	color: white;
}
.record-list li a:hover {
	color: white;
}
.record-list li.medium a, .record-list li.no-priority a {
	text-decoration: none;
	color: #333333;
}
.record-list li.medium a:hover, .record-list li.no-priority a:hover {
	color: #333333;
}
.record-list li .title {
	font-weight: bold;
	font-size: 175%;
}
.record-list li .info {
	font-style: italic;
}
.record-list li .priority, .record-list li .status {
	display: inline-block;
	font-weight: bold;
}
.record-list li .priority {
	margin-right: 1.5em;
}

.read-only-field {
	display: flex;
	margin: 3px 0;
}
.read-only-field:nth-child(even) {
	background: #eee;
}
.read-only-field label {
	width: 250px;
	font-size: 150%;
	display: inline-block;
	vertical-align: middle;
}
.read-only-field span {
	display: inline-block;
	flex: 1;
	font-size: 150%;
	vertical-align: middle;
}
.read-only-field .critical {
	color: #800;
}
.read-only-field .high {
	color: #f00;
}
.read-only-field .medium {
	color: #fb0;
}
.read-only-field .low {
	color: #00f;
}
.read-only-field textarea {
	width: 100%;
	min-height: 4em;
}
.read-only-field input[type=text], .read-only-field select {
	width: 100%;
	font-size: 130%;
}
.read-only-field input {
	height: 1.2em;
}
.read-only-field input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
}

.single-figure-holder .count {
	font-size: 400%;
	text-align: center;
}

.welcome-holder {
	display: block;
}

.welcome-tasks {
	min-width: 50%;
}

.welcome-figures {
	margin-left: 3em;
}

.welcome-figures-holder {
	text-align: right;
}
.welcome-figures-holder:nth-child(odd) {
	background: #f8f8f8;
	padding: 5px;
}

.welcome-figures-holder label {
	display: inline-block;
}
.welcome-figures-holder label::after {
	content: ": ";
}

.welcome-figures-holder span {
	display: inline-block;
	color: #ADD8E6;
	font-weight: bold;
	font-size: 600%;
	min-width: 4ex;
	vertical-align: middle;
}

.welcome-stats-opener {
	font-size: 18px;
	display: inline-block;
	padding: 5px 10px;
}

.welcome-stats-opener a {
	border: 1px solid #333333;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	color: #333333;
	background: #ADD8E6;
	text-decoration: none;
}
.welcome-stats-opener a:hover {
	background: #CEE6EE;
}

/**LIGHTBOXES**/
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	margin: 0;
	padding: 70px;
	background: rgba(0, 0, 0, .75);
	box-sizing: border-box;
}
.lightbox-inner {
	margin: auto;
	padding: 10px;
	background: white;
	max-height: 100%;
	overflow: auto;
	color: #333333;
	font-size: 125%;
}
.lightbox-inner h2 {
	color: #ADD8E6;
}
.lightbox-inner::before {
	content: "\00d7";
	position: fixed;
	top: 10px;
	right: 10px;
	color: white;
	font-size: 60px;
	cursor: pointer;
}
