/*
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
*/
.tab .nav-tabs{ 
	border-bottom: 2px solid #e8e8e8;
/*	border: 1px solid #ff0000; */
	text-align: center;
}

.tab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    background: #ffffff;
    font-size: 16px;
    font-weight: 700;
    color: #112529;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
    border: transparent; 
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #0d2d6e;
    border: transparent;    
}
.tab .nav-tabs li.active a:before{
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    font-weight: 700;
    color: #0d2d6e;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    border: transparent;     
}
.tab .nav-tabs li.active a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #0d2d6e;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
    border: transparent;     
}
.tab .tab-content{
    padding: 30px 20px 20px;
    margin-top: 0;
    background: #fff;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    border-radius: 0 0 5px 5px;
}

.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}

.tab .tab-content p{
	font-size: 14px;
    line-height: 25px;
}


.mydiv {
	text-align: center;
	border: dashed 2px green;
	padding: 20px;
}

.mydiv img {
	display: block;
    margin: auto auto;

}


.section4container table {
	border: none;

}

.section4container tr {
	border: none;

}


.section4container td {
	border: none;
}


.section4container div {
	border: none;

}

.leftcolumn  {
		padding-left: 30px;: none;

}




.section4container ul {
	list-style-position: outside;
	margin-left:30px;
}


.section4container li {

}

.section4container span {
	margin-left: 30px;
}






/*
.section4container ol,li {
    margin: 0;
    padding: 0;
}

.section4container ol {
    counter-reset: item;
    display: table;
}

.section4container li {
    list-style: none;
    counter-increment: item;	
    display: table-row;
}

.section4container li::before {
    content: counter(item) ".";	
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}
*/












    .myinputBoxtextarea textarea{
        overflow: auto;
        display: inline-block;
		width: 100%;
		height:150px;
		vertical-align: top;
		resize: none;		
    }    
    
     .myinputBoxtextarea textarea ::-moz-placeholder {
        overflow: auto;
		width: 100%;                   
		height:150px;
		line-height:150px;	/* Mozilla Firefox 19+ */
		vertical-align: top;
    }     
    
     .myinputBoxtextarea textarea ::-webkit-input-placeholder {
        overflow: auto;
		width: 100%;
		height:150px;
		line-height:150px;	/* Mozilla Firefox 19+ */
		vertical-align: top;
    } 
    
     .myinputBoxtextarea textarea ::-ms-input-placeholder {
        overflow: auto;
		width: 100%;
		height:150px;
		line-height:150px;	/* Mozilla Firefox 19+ */
		vertical-align: top;
    }     
    




@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    
    .tab .nav-tabs li.active a:before{
        content: "\f105";
        bottom: 15%;
        left: 0;
        right: auto;
    }
   
}







.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 50%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }



/* 
Generic Styling, for Desktops/Laptops 
*/

.myinputBoxCenter {
	text-align: center;
}


.privatetable {
	font-family: Arial, Helvetica, sans-serif;
}

.privatetable table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
/*
.privatetable tr:nth-of-type(odd) { 
  background: #eee; 
}
*/
.privatetable th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
 .privatetable td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}




.contacttable {
	font-family: Arial, Helvetica, sans-serif;
}

.contacttable table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
/*
.privatetable tr:nth-of-type(odd) { 
  background: #eee; 
}
*/
.contacttable th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
 .contacttable td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}











/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.privatetable table, thead, tbody, th, td, tr { 
		display: block; 
		text-align: left;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.privatetable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.privatetable tr { border: 1px solid #ccc; }
	
	.privatetable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/* padding-left: 50%; */ 
	}
	
	.privatetable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/

	
	

	/* Force table to not be like tables anymore */
	.contacttable table, thead, tbody, th, td, tr { 
		display: block; 
		text-align: left;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.contacttable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.contacttable tr { border: 1px solid #ccc; }
	
	.contacttable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/* padding-left: 50%; */ 
	}
	
	.contacttable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
		
	
	
	
	
}

<!--[if !IE]><!-->
<style>
   /* table-related media query stuff only */
</style>
/* Or an external stylesheet or whatever */
<!--<![endif]-->



    .myinputBox {
        position: relative;
        padding: 2px;
    }
    .myinputBox input {
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #999;
        background: #fff;
        padding: 2px 2px 2px 10px;
    }
    .myinputBox button {
        height: 40px;
        background-color: #555;
        padding: 2px 2px;
        border: none;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 9px;
    }
    .myinputBox button:before {
        content: '';
        position: absolute;
        display: block;
        height: 20px;
        top: 0px;
        left: -10px;
        width: 10px;
        background: #fff;
        border-left: 1px solid #999;
    }
    
    .myinputBoxtextarea textarea {
        overflow: auto;
		vertical-align: top;
		resize: none;	
    }    
    
     .myinputBoxtextarea textarea ::-moz-placeholder {
        overflow: auto;
		vertical-align: top;
    }     
    
     .myinputBoxtextarea textarea ::-webkit-input-placeholder {
        overflow: auto;
		vertical-align: top;
    } 
    
     .myinputBoxtextarea textarea ::-ms-input-placeholder {
        overflow: auto;
		vertical-align: top;
    }     
    
    
    
    
#psclabel label{
	display: inline-block;
	width: 100px;
	text-align: right;
}
#psclabel div{
	margin-top: 1em;
}

.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: red;
	margin-left: 10px;
}

input.invalid, textarea.invalid{
	border: 2px solid red;
}

input.valid, textarea.valid{
	border: 2px solid green;
}



