/* --------------------------------------
 RESET
 ----------------------------------------*/
* {
	/* font-family: cfdinbbok, sans-serif; */
	font-family: 'Roboto', sans-serif;
}

html, body, div, span, applet, object, a, select, iframe, h1, h2, h3, h4,
	h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,
	sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
	label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
	aside, canvas, details, embed, figure, figcaption, footer, header,
	hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
	video, headl, headm, headr, mainl, mainm, mainr, mainmt, mainmc, mainmb,
	footl, footm, footr, headml, headmm, headmr, footml, footmm, footmr, tr,
	td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}

textarea, input {
	font: inherit;
	border: 1px solid gray;
	background: none;
}

button {
	font: inherit;
	border: none;
	/* border: 1px solid gray; */
	background: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section, headl, headm, headr, mainl, mainm, mainr, mainmt,
	mainmc, mainmb, footl, footm, footr, headml, headmm, headmr, footml,
	footmm, footmr {
	display: block;
}

/* -------------------------------------------------------
 GENERAL
 ---------------------------------------------------------- */

/* Headers */
h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	font-size: 25px;
	line-height: 28px;
	letter-spacing: 5px;
	/*color: #046416;*/
	color: #13628e;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	color: #13628e;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

p {
	margin-bottom: 25px;
}

p.intro {
	font-size: 18px;
}

/* links */
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	
}

/*-----------------------------------------------------------
 * BACKGROUND
 -----------------------------------------------------------*/
html {
	font-family: Arial, Tahoma, Helvetica;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	
}

header {
	
}

header headl {
	
}

header headm {
	border-bottom: solid;
	border-color: gray;
	border-bottom-width: 1px;
}

header headr {
	
}

header headml {
	
}

header headm headml img {
	position: absolute;
	width: auto;
	height: 80%;
	top: 10%;
}

header headm headml img:hover {
	-webkit-filter: drop-shadow(0 0 3px white);
	filter: drop-shadow(0 0 3px white);
}

header headm headmm {
	
}

header headm headmr {
	
}

header headm headmr table {
	width: 100%;
	height: 100%;
	text-align: center;
}

header headm headmr table tr td {
	width: 30%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

header headm headmr table tr td:hover {
	-webkit-filter: drop-shadow(0 0 4px grey);
	filter: drop-shadow(0 0 4px grey);
}

main {
	
}

main mainl {
	
}

main mainm {
	
}

main mainm table {
	width: 100%;
	height: 100%;
	text-align: center;
}

main mainm table tr td {
	/* width: 20%;*/
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
}

main mainm table tr td a {
	color: gray;
}

main mainm table tr td img {
	width: 40%;
	height: auto;
	-webkit-filter: drop-shadow(0 0 10px grey);
	filter: drop-shadow(0 0 10px grey);
}

main mainm table tr td img:hover {
	-webkit-filter: drop-shadow(0 0 5px black);
	filter: drop-shadow(0 0 7px black);
}

main mainr {
	
}

main mainm mainmt {
	
}

main mainm mainmm {
	
}

main mainm mainmb {
	
}

footer {
	
}

footer footl {
	
}

footer footm {
	border-top: solid;
	border-color: gray;
	border-top-width: 1px;
}

footer footr {
	
}

footer footm footml {
	
}

footer footm footml img {
	position: absolute;
	width: auto;
	height: 70%;
	top: 15%;
}

footer footm footml img:hover {
	-webkit-filter: drop-shadow(0 0 2px white);
	filter: drop-shadow(0 0 2px white);
}

footer footm footmm {
	
}

footer footm footmr {
	
}

footer footm footmr img {
	position: absolute;
	width: auto;
	height: 70%;
	top: 15%;
}

footer footm footmr img:hover {
	-webkit-filter: drop-shadow(0 0 2px white);
	filter: drop-shadow(0 0 2px white);
}

/*  Applications Styles */
appl {
	border-right: solid;
	border-right-width: 1px;
	border-color: gray;
}

appl table {
	position: absolute;
	left: 15%;
	width: 70%;
	height: 80%;
	top: 10%;
}

appl table tr td {
	text-align: center;
	vertical-align: middle;
}

appl img {
	width: 70%;
	max-width: 50%;
	height: auto;
	-webkit-filter: drop-shadow(0 0 2px black);
	filter: drop-shadow(0 0 2px black);
}

appm {
	
}

appm appml {
	
}

appm appmm {
	
}

appm appmr {
	
}

.custom_button {
	border-radius: 0px;
	color: #000;
	background: #fff;
	padding: 10px;
	width: 100%;
	top: 10%;
	font-weight: normal;
}

.custom_button_icon {
	padding: 10px;
	width: 100%;
	top: 10%;
}

.custom_button:hover {
	color: black;
	background: #ddd;
	font-weight: bold;
}

.custom_button:active {
	text-indent: -10px;
}

.custom_button:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.custom_button:hover:after {
	width: 90%;
	opacity: 1;
}

.datatable tr {
	
}

.datatable tr:nth-child(even) {
	background: white;
	//background: lightgray;
}

.datatable tr:hover {
	background: lightyellow;
}

#scrollable {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#jform {
	width: 90%;
}

#my-table {
	width: 90%;
}

.singlelinefield {
	width: 100%;
	height: 25px;
}

.multilinetextarea {
	width: 100%;
	height: 100px;
	overflow: auto;
	resize: none;
}

#page-wrap {
	width: 400px;
	margin: 50px auto;
	padding: 20px;
	background: white;
	-moz-box-shadow: 0 0 45px black;
	-webkit-box-shadow: 0 0 45px black;
	box-shadow: 0 0 45px black;
	border-radius: 30px;
}

.unselectable {
	/* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
	/* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
	-moz-user-select: none;
	/* These user-select properties are inheritable, used to prevent text selection */
	-webkit-user-select: none;
	-ms-user-select: none; /* From IE10 only */
	user-select: none; /* Not valid CSS yet, as of July 2012 */
	-webkit-user-drag: none; /* Prevents dragging of images/divs etc */
	user-drag: none;
}

var makeUnselectable = function ( $target ) { $target
.addClass ( 'unselectable ' ) // All these attributes are inheritable
.attr ( 'unselectable ', 'on ' ) // For IE9 - This property is not inherited,
	needs to be placed onto everything
.attr ( 'draggable ', 'false ' ) // For moz and webkit, although Firefox 
	16 ignores this when -moz-user-select: none ; is set, it 's like these properties are mutually exclusive,
	seems to be a bug .
.on ( 'dragstart ', function () {return false;
	
}
);
//
Needed
 
since
 
Firefox
 
16
seems
 
to
 
ingore
 
the
 
'
draggable
'
 
attribute
 
we
 
just
 
applied
 
above
 
when
 
'
-moz-user-select
:
 
none
'
 
is
 
applied
 
to
 
the
 
CSS



$
target
//
 
Apply
 
non-inheritable
 
properties
 
to
 
the
 
child
 
elements


.find
(
 
'
*
'
 
)
.attr
(
 
'
draggable
'
,
'
false
'
 
)
.attr
(
 
'
unselectable
'
,
'
on
'
 
);
}
;