@charset "UTF-8";

@media only screen and (min-width: 769px) {
#container {
	width:60%;	
	margin-left: 10%;
	font-family: verdana, calibri, serif;
	font-size: 0.9em;	

}

	.header {
		display: none;
		visibility: hidden;
	}	


#logo {
	height: 50px;
	/*background-color: #2e343b;	*/
	margin-bottom: 10px;
	padding: 10px;
	/*-webkit-box-shadow: 0 3px 2px #777;
	-moz-box-shadow: 0 3px 2px #777;
	box-shadow: 0 3px 2px #777;*/

}

#logo img {
	align-content: left;
	
}

#nav {
	background-color: #444b54;
	width: 22%;
	
	position: absolute;
	padding: 10px;
	-webkit-box-shadow: 0 6px 3px #777;
	-moz-box-shadow: 0 6px 3px #777;
	box-shadow: 0 6px 3px #777;
}


#nav h1 {
	font-size: 1.2em;
	color: white;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#nav  {
	font-size: 0.9em;
	color: white;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#nav p {
	font-size: 0.9em;
	color: white;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#nav a {
	color: white;
	text-decoration: underline;
	padding-left: 15px;
	
}


.upfiller {
	background-color: #444b54;	
	width: 66%;
	margin-bottom: 10px;
	float: right;
	position: relative;	
	padding: 10px;
	-webkit-box-shadow: 0 6px 3px #777;
	-moz-box-shadow: 0 6px 3px #777;
	box-shadow: 0 6px 3px #777;
	font-size: 0.9em;
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.upfiller h5 {
	font-size: 0.9em;
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
	position: absolute;
}

.upfiller a {
	font-size: 0.9em;
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
	float:right;
	position: relative;
}



.content {
    /* background-color: #e7ebee; */
    width: 100%;
    margin-bottom: 10px;
    float: right;
    position: relative;
    padding: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), 0 0 5px rgba(0, 0, 0, 0.1) inset;    
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}
	
.ten {

position: relative;width: 80%;margin-left: 10%;

}
	
.content  a {
color: black;
text-decoration: underline;
font-size: 1em;	
}		
	
.content h1 {
	font-size: 1.3em;
	font-weight: 300;	
	margin-bottom: 4px;
}
	
	
.conterr {
	background-color: #990000;
	width: 66%;
	margin-bottom: 10px;
	float: right;
	position: relative;
	padding: 10px;	
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}




.downfiller {
	/*background-color: #
444b54;	*/
	width: 66%;
	margin-bottom: 10px;
	float: right;
	position: relative;	
	padding: 10px;
	/*-webkit-box-shadow: 0 6px 3px #777;
	-moz-box-shadow: 0 6px 3px #777;*/
	/*box-shadow: 0 6px 3px #777;
	font-size: 0.9em;*/
	color: black;
	/*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}
.downfiller a {
font-size: 0.9em;
text-decoration: underline;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-left: 2em;
	margin-right: 2em;
}
	
.downfiller .selected {
font-size: 0.9em;
	/*color: white;*/
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-left: 2em;
	margin-right: 2em;
}	

.downfiller p {
font-size: 0.9em;
	color: white;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding-left: 2em;
}


#footer {
	background-color: #565d65;
	clear: right;
	float: left;
	width: 100%;	
	height: auto;
/*	margin-bottom: 10px;
	-webkit-box-shadow: 0 10px 8px #777;
	-moz-box-shadow: 0 10px 8px #777;
	box-shadow: 0 10px 8px #777;*/
}

#footer p {
	margin: 0;
	font-size: 0.7em;	
	padding-top: 3px;	
	text-align: center;
}

#footer a {
	margin: 0;	
	padding-top: 3px;	
	text-align: center;
}



#customers {  
  border-collapse: collapse;
  width: 100%;

}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){
	/*background-color: #f2f2f2;*/
	}

#customers th a{
	color: #fff;
	text-decoration: none;
	}	
	
	
	
#customers tr:hover {background-color: #ddd;}

#customers th {

  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #25435b;
  color: white;
}

#customers tr a{
	text-decoration: underline;
	}		
	
	
	

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[type=textarea], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;

}
textarea{
width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[class=fifty], select {
  width: 49%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[class=thirty], select {
  width: 32.5%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[type=password], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #25435b;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
input[type=button] {
  width: 100%;
  background-color: #25435b;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}	
	

input[type=submit]:hover {
  background-color: #25435b;
  opacity: 0.6;
  transition: 0.7s;
}
input[type=button]:hover {
   background-color: #25435b;
  opacity: 0.6;
  transition: 0.7s;
}	


.loginform {
	
	width: 50%;
	margin-left: 25%;
	
	
}


.fifty {
	width: 50%;
}



p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#cv {
	width: 95%;	
	background: #f3f3f3;	
}

.mainDetails {	
	border-bottom: 2px solid #990000;
	background: #ededed;
}

#name {
	float: left;
	width: 60%;
}	
	
#name h1 {
	font-size: 1.5em;
	font-weight: 700;	
	margin-bottom: -6px;
	margin-left: 20px;
}

	

#name h2 {
	font-size: 1.3em;
	margin-left: 20px;	
}

#mainArea {
	padding: 0 2%;
}


#contactDetails {
	float: right;
	width: 40%;
	padding-right: 2%;
	padding-top: 2%;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover { 
	color: #cf8a05;
}


section {
	border-top: 1px solid #dedede;
	padding: 10px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 70%;
}

.sectionTitle h1 {	
	font-style: italic;
	font-size: 1em;
	
}

.sectionContent h2 {	
	font-size: 1.2em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}

/*'start resume */

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}
	


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
    border-radius: 0px;	
}	
	

}




















@media only screen and (max-width: 768px) {
#container {
	width:100%;
	background-color:#444b54;	
	font-family: verdana, calibri, serif;
	font-size: 0.9em;
	
}

	.header {
		padding-left: 1em;
	}
	.header a {
		color: white;
	}
	.header p {
		color: white;
	}

#logo {
display: none;
visibility: hidden;
}



#nav {
display: none;
visibility: hidden;
}


.upfiller {
	background-color: #444b54;		
	width: 98%;
	padding: 1%;
	margin-bottom: 2%;	
	margin-top: 2%;
	padding-top: 3%;
	padding-bottom: 3%;
	float: right;
	position: relative;		
	-webkit-box-shadow: 0 6px 3px #777;
	-moz-box-shadow: 0 6px 3px #777;
	box-shadow: 0 6px 3px #777;
	font-size: 0.9em;
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);

}

.upfiller h5 {
	font-size: 0.9em;
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
	position: absolute;
}

.upfiller a {
	font-size: 0.9em;
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
	float:right;
	position: relative;
}



.content {
	background-color: #e7ebee;
	width: 98%;
	padding: 1%;
	margin-bottom: 2%;	
	padding-top: 3%;
	padding-bottom: 3%;
	float: right;
	position: relative;	
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
	

	
.jobsearch {
	background-color: #e7ebee;
	width: 100%;	
	margin-bottom: 2%;	
	padding-top: 3%;
	padding-bottom: 3%;
	float: right;
	position: relative;	
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}	
	
	
	
	

.content  a {
color: black;
font-weight: 300;
}	
	
.conterr {
	background-color: #990000;
	width: 66%;
	margin-bottom: 10px;
	float: right;
	position: relative;
	padding: 10px;	
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


.downfiller {
	/*background-color: #
444b54;	*/
	width: 98%;
	padding: 1%;
	margin-bottom: 2%;	
	padding-top: 3%;
	padding-bottom: 3%;	
	float: right;
	position: relative;	

	/*-webkit-box-shadow: 0 6px 3px #777;
	-moz-box-shadow: 0 6px 3px #777;*/
	/*box-shadow: 0 6px 3px #777;*/
	font-size: 0.9em;
	color: black;
	/*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}
.downfiller a {
font-size: 0.9em;
text-decoration: underline;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-left: 2em;
	margin-right: 2em;
}

.downfiller .selected {
font-size: 0.9em;
	/*color: white;*/
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-left: 2em;
	margin-right: 2em;
}	
	
	
.downfiller p {
font-size: 0.9em;
	color: white;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding-left: 2em;
}


#footer {
	background-color: #565d65;
	clear: right;
	float: left;
	width: 100%;	
	height: auto;
/*	margin-bottom: 10px;
	-webkit-box-shadow: 0 10px 8px #777;
	-moz-box-shadow: 0 10px 8px #777;
	box-shadow: 0 10px 8px #777;*/


}

#footer p {
	margin: 0;
	font-size: 0.7em;	
	padding-top: 3px;
	color: antiquewhite;
	text-align: center;
}

#footer a {
	margin: 0;
	font-size: 0.8em;	
	padding-top: 3px;
	color: antiquewhite;
	text-align: center;
}



#customers {  
  border-collapse: collapse;
  width: 100%;

}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {

  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #565d65;
  color: white;
}


input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[type=textarea], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;

}
textarea{
width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[class=fifty], select {
  width: 49%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[class=thirty], select {
  width: 32.5%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[type=password], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #444b54;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

input[type=submit]:hover {
   background-color: #25435b;
  opacity: 0.6;
  transition: 0.7s;
}


.loginform {
	
	width: 50%;
	margin-left: 25%;
	
	
}


.fifty {
	width: 50%;
}



p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#cv {
	width: 90%;
	max-width: 800px;
	background: #f3f3f3;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #990000;
	background: #ededed;
}
#name {
	float: left;
	width: 80%;
}

	

#name h1 {
	font-size: 1.8em;
	font-weight: 700;
	padding-left: 10%;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
}
	
	
#name h2 {
	font-size: 1.5em;
	padding-left: 10%;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
}

#mainArea {
	padding: 0 40px;
}




#contactDetails {
	float: left;	
	padding-left: 10%;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover { 
	color: #cf8a05;
}


section {
	border-top: 1px solid #dedede;
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
}

.sectionTitle h1 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #cf8a05;
}

.sectionContent h2 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

.keySkills {
	list-style-type: disc;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;

}

/*'start resume */

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#cv {
	width: 90%;	
	background: #f3f3f3;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #990000;
	background: #ededed;
}





#contactDetails {
	float: right;
	width: 95%;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover { 
	color: #990000;
}


section {
	border-top: 1px solid #dedede;
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 100%;
}

.sectionContent {
	float: right;
	width: 95%;
	 text-align: justify;
  text-justify: inter-word;
}
	


.sectionTitle h1 {	
	font-style: normal;
	font-size: 1.4em;
	color: black;
	
}

.sectionContent h2 {	
	font-size: 1.2em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;	
	margin-bottom: 3px;
}



	

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}	
	
	
}

