/* begin overall style */

@font-face{
	font-family: 'OpensansC';	
	src: url('/fonts/OpenSansCondensedLight/OpenSansCondensedLight.eot');	
	src: url('/fonts/OpenSansCondensedLight/OpenSansCondensedLight.eot?iefix') format('eot'),	
	url('/fonts/OpenSansCondensedLight/OpenSansCondensedLight.woff') format('woff'),	
	url('/fonts/OpenSansCondensedLight/OpenSansCondensedLight.ttf') format('truetype'),
	font-style: normal;
	}

	@font-face{
	font-family: 'montserrat';	
	src: url('/fonts/Montserrat/Montserrat-Regular.eot');	
	src: url('/fonts/Montserrat/Montserrat-Regular.eot?iefix') format('eot'),	
	url('/fonts/Montserrat/Montserrat-Regular.woff') format('woff'),	
	url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
	font-style: normal;
}

body
{
    margin: 0;
	padding: 0;
	color: #444;
	font: normal 10pt Arial,Helvetica,sans-serif;
	/*background:lightblue url(bluewater.png) repeat scroll 0 0;*/
	background:white;
}
img
{
  border: 0;
}
#page
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
   /* background: #998866; */
   background: white;
}

#header
{
	margin: 0;
	padding-bottom: 20px;
	height: 270px;
}

#logo
{
    text-align: center;
	padding: 20px 0 20px 10px;
	font-size: 200%;
}

#mainmenu
{
	position: absolute;
	top: 230px;
}

#mainmenu ul
{
	padding: 0;
	margin: 0;
	padding: 0.4em 0 0.3em 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	padding: 0.4em 0.4em;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: #554433;
	color: #DDDDDD;
}

#content
{
	display: inline-block;
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#documents {
	display: inline-block;
	float: left;
	font-size: 13.3px;
	margin-left: 10vw;
	margin-top: 12vh;
}

#documents a {
	text-decoration: none;
}

#paypal {
	display: inline-block;
	float: right;
	text-align: center;
	font-size: 13.3px;
	margin-right: 20vw;
	margin-top: 12vh;
}

#footer
{
    clear: both;
	position: fixed;
	padding: 15px;
	bottom:0;
	width: 97%;
	margin: 20px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #EEE;
}
#footer_slogan
{
	font: normal 10pt Comic Sans MS,cursive;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

h1.customerwelcome
{
	color: blue;
	font: normal 16pt Arial,Helvetica,sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.contracttext
{
  color: white;
}

/* After Bogdan came */

.top-line {
	background-color: #b0aeb1;
	min-height: 70px;
	color: #fff;
	padding: 10px;
	position: relative;
}

.logout {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translate(0,-50%);
}

.logout a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

.log{
	position: relative;
	text-align: center;
	top: 100px;
	color: #9f9f9f;
	font-family: "OpensansC" ,sans-serif;
}

.log h1{
	font-weight: 100;
	margin: 0;
}

.log form{
	position: relative;
	top: 3vh;
}

.log input{
	border: none;
	border-bottom: 2px solid #9f9f9f;
	width: 22%;
	margin-top: 40px;
	padding: 5px 50px;
	font-size: 18px;
	outline: none;
}

input:focus{
	transition: ease 0.5s ;
	border-bottom-color:#f38111;
}

::-webkit-input-placeholder { 
	color: #999999;
  }
  ::-moz-placeholder { 
	color: #999999;
  }
  :-ms-input-placeholder { 
	color: #999999;
  }
  :-moz-placeholder { 
	color: #999999;
  }

input:focus::-webkit-input-placeholder { color:transparent;}
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; } 

.log .fas{
	position: absolute;
	color: #d7d7d7;
}

.log .fa-user{
	top: 36px;
	margin-left: 10px;
	font-size: 25px;
}

.log .fa-hashtag{
	top: 112px;
	margin-left: 10px;
	font-size: 25px;
}

.log input[type="submit"]{
	border: 2px solid #f38111;
	padding: 7px 50px;
	border-radius: 50px;
	font-size: 20px;
	background-color: transparent;
	position: relative;
	top: 20px;
	left: 9%;
	width: auto;
	outline: none;
	color: #f38111;
	font-family: "montserrat" ,serif;
}

.log input[type="submit"]:hover{
	cursor: pointer;
	border-color: #ff9920;
	transition: 1s;

}

.job-tab {
    text-decoration: none;
    color: white;
    font-size: 17px;
    padding: 2px;
}

@media only screen and (min-width: 1700px){
	.log input[type="submit"]{
		left: 9.5%;
	}
}

@media only screen and (max-width: 1200px){
	.log input[type="submit"]{
		left: 8.5%;
	}
}

@media only screen and (max-width: 960px){
	.log input[type="submit"]{
		left: 8%;
	}
}


@media only screen and (max-width: 768px){
	.log input[type="submit"]{
		left: 16%;
	}
	.log input{
		width: 40%;
	}
}

@media only screen and (max-width: 600px){
	.log input[type="submit"]{
		left: 15%;
	}
	.log input{
		width: 40%;
	}
}

@media only screen and (max-width: 450px){
	.log input[type="submit"]{
		left: 18%;
	}
	.log input{
		width: 50%;
	}
}
