*
{
    margin: 0px;
    padding: 0px;

    font-size: 1em;

    font-family: 'Montserrat', sans-serif;
}

html, body { height 100% }

a
{
	font-weight: bold;
	text-decoration: none;
}

img
{
	display: block;
}

ul 
{  
	list-style-position: inside; 
    list-style-type: square;
	margin-left: 10px;
}

.center { text-align: center; }

.ok_txt { color: #16AA16; }
.err_txt { color: #CC1616; }
.req_txt { color: #DD6416; }

/* HEADER */
#header
{
	background: #2878b4;
	background: -moz-linear-gradient(left, #2878b4 0%, #19CF86 100%);
	background: -webkit-linear-gradient(left, #2878b4 0%,#19CF86 100%);
	background: linear-gradient(to right, #2878b4 0%,#19CF86 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2878b4', endColorstr='#19CF86',GradientType=1 );

	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 10000;
	overflow: auto;
}

#header-container
{
	max-width: 1100px;
	height: 60px;
	margin: auto;
}

#header-logo
{
	font-weight: bold;
	font-size: 1.75em;
	line-height: 60px;
	width: 200px;
	float: left;
	color: #FFF;
}

#header-logo a { color: #FFF; }

#header-nav
{
	margin-left: 200px;
	overflow: auto;
}

.horiz-menu
{
	float: right;
}

#top-menu a 
{ 
	color: #FFF; 
} 

.header-entry
{
	float: left;
	width: 150px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	display: block;
}

#top-menu .header-entry a
{
	display: block;
}

#top-menu .high-entry a
{
	display: block;
	color: #FFF176;
}

#top-menu .header-entry a:hover, a:active
{
	background: #111; 
	background: rgba(17, 17, 17, 0.3);
}

#top-menu .high-entry a:hover, a:active
{
	color: #FFF176;
}

#menu-button
{
    text-align: center;
    float: right;
    width: 60px;
	height: 60px;
	line-height: 60px;
	display: none;
}

#menu-button img
{
    margin: auto;
}

.flat-menu-button
{
	background: none;
    width: 60px;
    height: 60px;
    border: none;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

/* PAGE */
#page
{
	margin-top: 60px;
	overflow: auto;
	min-height: 100%;
	color: #555;
}

#page-container
{
	max-width: 1100px;
	min-height: 100%;
	margin: auto;
	padding-top: 10px;
	overflow: auto;
}

#page-container-full
{
	min-height: 100%;
	margin: auto;
	padding-top: 10px;
	overflow: auto;
}

.page-cont a:link, a:visited
{
	color: #14a86d;
}

.page-cont a:hover, a:active
{
	color: #19CF86;
}

.text-just { text-align: justify; }

p.signature
{
    text-align: right;
	font-style: italic;
}

/* LIST */

#main-container
{
	width: 900px;
	margin: 40px auto;
}

.page-cont h2
{
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
}

.page-cont h3
{
	font-weight: bold;
	font-size: 1.1em;
	color: #444;
}

.list-block
{
	padding: 20px 0 40px 0;
	margin: 20px 0 20px 0;
	overflow: auto;
	border-bottom: 1px solid #EEE;
}

.list-img
{
	width: 120px;
	height: 72px;
	border: 1px solid #CCC;
	float: left;
}

.list-data
{
	margin-left: 170px;
	overflow: auto;
}

.list-title
{
    font-size: 1.2em;
}

.list-title a:link, a:visited
{
	color: #14a86d;
}

.list-title a:hover, a:active
{
	color: #19CF86;
}

.list-row1
{
	overflow: auto;
	font-size: 0.95em;
	color: #444;
}

.list-row2
{
	overflow: auto;
	font-size: 0.9em;
	color: #666;
}

.list-date
{
	float: right;
	color: #999;
}

.list-location
{
	float: left;
}

.job-share-row
{
    max-width: 600px;
    margin: auto;
    overflow: auto; 
}

.job-share-cell
{
    text-align: center;
    margin: 10px auto;
    min-width: 200px;
    float: left;
}

/* FORM */

.user-form
{
	width: 100%;
}

.form-note-l
{
	font-size: 0.9em;
}

.form-note
{
	text-align: right;
	font-size: 0.9em;
}

.user-form input[type=text], select, textarea
{
    width: 100%;
    padding: 10px 20px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.user-form input[type=radio]
{
    padding: 10px 20px;
    margin: 10px 0;
}

.user-form textarea
{
    max-width: 100%;
	min-height: 200px;
}

.companylogo-form
{
	width: 200px;
	height: 120px;
}

input[type=submit] 
{
    width: 100%;
    background-color: #14a86d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover 
{
    background-color: #19CF86;
}

input[type=submit].disabled
{
    background-color: #89d3b6;
	cursor: not-allowed;
}

.buttons-row
{
	width: 100%;
	overflow: auto;
	margin: 25px 0;
}

.button-l-container
{
	width: 45%;
	float: left;
}

input[type=submit].button-back 
{
    background-color: #146da8;
}

input[type=submit]:hover.button-back 
{
    background-color: #1986CF;
}

input[type=submit].button-error  
{
    background-color: #c22b2b;
}

input[type=submit]:hover.button-error 
{
    background-color: #e83333;
}

.button-r-container
{
	width: 45%;
	float: right;
}

.submit-note
{
	text-align: center;
	font-size: 0.9em;
	color: #666;
}

/* JOB ENTRY */

.job-entry
{
	max-width: 850px;
	margin: auto;
	text-align: justify;
}

h2.job-title
{
	margin-bottom: 5px;
}

.job-header
{
	margin-bottom: 25px;
	overflow: auto;
}

.job-subheader1
{
	font-size: 0.95em;
	color: #444;
}

.job-subheader2
{
	font-size: 0.9em;
	color: #666;
}

.job-subheader3
{
	font-size: 0.85em;
	color: #999;
}

.company-block
{
	width: 200px;
	height: 120px;
	border: 1px solid #DDD;
}

.company-block-before
{
	float: right;
}

.company-block-after 
{ 
	display: none; 
}

.job-header-data
{
	margin-right: 250px;
}

.job-desc p
{
	margin: 10px 0;
}

.job-desc h2 { font-size: 1.2em; }
.job-desc h3 { font-size: 1.1em; }
.job-desc h4 { font-size: 1em; }

.job-apply
{
	margin: 30px 0;
	text-align: center;
}

a:link.apply-button , a:visited.apply-button
{
	background-color: #14a86d;
	border: none;
	color: #FFF;
	padding: 15px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0;
	cursor: pointer;
	border-radius: 4px;
}

a:hover.apply-button , a:active.apply-button
{
    background-color: #19CF86;
}

/* SIDE COLUMN */
#side-container
{
	float: right;
	margin-top: 40px;
	width: 250px;
}

.side-block
{
	margin-bottom: 60px;
}

.side-title
{
	margin-bottom: 10px;
	border-bottom: 2px solid #666;
}

.side-title h2
{
	font-weight: bold;
	font-size: 1.2em;
}

.side-data
{
	text-align: center;
}

/* FOOTER */
#footer
{
	width: 100%;
	min-height: 110px;
	background: #222;
	color: #EEE;
	font-size: 0.9em;
}

#footer-container
{
	max-width: 1200;
	margin: auto;
	padding-top: 10px;
	text-align: center;
}

.social-buttons
{
	max-width: 176px;
	width: auto;
	margin: auto;
	text-align: center;
	overflow: auto;
}

.social-buttons img
{
	display: block;
	margin: 10px;
	float: left;
}

#footer-container a:link, a:visited
{
	color: #14a86d;
}

#footer-container a:hover, a:active
{
	color: #19CF86;
}

.copyright 
{
	margin-top: 5px;
	font-style: italic;
	font-size: 0.85em;
}

/* RESPONSIVE CODE */
@media screen and (max-width: 1150px)
{
    #header
    { 
        max-width: none;
        width: 100%;
    }

    #header-container
    {
        max-width: none;
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (max-width: 900px)
{
	#page 
	{ 
		max-width: none;
		width: 100%;
	}

	#page-container
	{
		max-width: none;
		width: auto;
		padding: 0 20px;
	}

	#main-container 
	{
		width: 100%;
		padding: 0;
		float: none;
	}

	.list-title
	{
		max-width: none;
		width: 100%;
		margin-bottom: 0;
	}

	.job-header-data { margin-right: 250px; }

	.company-block
	{
		width: 200px;
		height: 120px;
	}

	#side-container 
	{ 
		width: 100%; 
		float: none;
	}

	#footer-container 
	{ 
		max-width: none; 
		width: 100%;
	}
}

@media screen and (max-width: 840px)
{
	#header
	{
		height: auto;
		margin: 0;
		padding: 0;
		position: static;
	}

	#header-container
	{
		height: auto;
		float: none;
		margin: 0;
		padding: 0;
	}

	#header-logo
	{
		margin-left: 20px;
	}

	#header-nav 
	{ 
		background: #111;
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	#menu-button
	{
		display: block;
		margin-right: 10px;
	}

	div.horiz-menu
    {
        float: none;
        width: 100%;
        display: none;
    }

    div.horiz-menu.responsive
    {
        display: block;
    }

	.header-entry
	{
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
		line-height: 50px;
	}

	#page { margin-top: 0; }

	.job-header-data { margin-right: 0px; }

	.company-block-before
	{
		display: none;
	}

	.company-block-after 
	{
		display: block; 
		margin: 20px auto 0 auto;
	}

	.list-data
	{
		margin-left: 130px;
	}

	.list-location
	{
		float: none;
		min-width: none;
		width: 100%;
	}

	.list-date
	{
	    float: none;
		color: #888;
	}

    .job-share-row
    {
        width: 200px;
    }
}

@media screen and (max-width: 479px)
{
	.list-img { display: none; }

	.list-data { margin-left: 0px; }
}

