

.buttonlink{
  background: none;
  border: none;
  padding: 0;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}



#mylink{
	color:blue ;
	text-decoration:underline ;
}


a.pure-menu-link:link {
color: #FFFFFF;
text-decoration : none; 
font-size: 13px; 
}
a:visited {
/*color: #FFFFFF; */
text-decoration : none; 
font-size: 11px; 
}
a:hover {
color: #FFFF00;
text-decoration : underline;  
font-size: 12px; 
}
a.pure-menu-link:hover {
color: #FFFF00;
text-decoration : none;  
font-size: 13px; 
}
a:active {
color: #FFFFFF;
text-decoration : none; 
font-size: 12px; 
}

.border {
	border: 1px solid #003366;
}
.tblmiddle {
	position: relative;
	top: 10px;
}
.spaceme {
	line-height: 5px;
}
.text {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
}
.borderred {
	border: 1px solid #003366;
}

.borderbluelength {
	border: 1px solid #006699;
	height: 90px;
	padding: 4px;
}

.borderpurple {

	border: 1px solid #8080FF;
}
.borderred2 {
	border: 1px solid #003366;
	height: 219px;
}
.select {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #CC0066;
	width: 170px;
	background-color: #FFCCCC;
}
.textpurple {

	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #B8BFDC;
}

.textblue {

	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0033CC;
}

.textblue a{

	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0033CC;
}

.textblue a:link{

	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0033CC;
}

.textblue a:hover{

	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0033CC;
}
.borderright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.borderleft {
	border-top: 1px #D8D8D8;
	border-right: 1px #D8D8D8;
	border-bottom: 1px #D8D8D8;
	border-left: 1px solid #D8D8D8;
}
.borderbottom {
	border-bottom: 1px solid #FFFFFF;
}
.smalltabl {
	border-left: 1px solid #000000;
}

.linetop{
	border-top: dotted thin ; 
}


#textboldwhite {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.hrstyle {
	list-style-type: none;
	color: #666666;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	font-variant: normal;
	border: dashed;
}


a.pnorm:link, a.pnorm:visited {
	color: blue ;
	text-decoration: underline ;
	font-size: 12px;
	font-weight: normal;
}

a.pnorm:hover {
	text-decoration: none ;
}

#leftnavbg {
	background-color: #353537;
	background-image: url(../images/bgside.jpg);
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#leftnavbg2 {
	background-color: #FFFFFF;
	background-image: url(../images/bgside.jpg);
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


.spaceme2 {

	line-height: 3px;
}
#border2 {
	border: 1px solid #FF0000;
	background-color: #E8C5C6;
}
#noborderbg {
	background-color: #E8C5C6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}


#mylink a{
	color:#0000FF;
	text-decoration:underline;
	font-size:12px;
	
	
}

.mytext {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	line-height:150% ;
}


#login-btn,
#subcheck,
#subm_btn,
#subno{
	line-height: 1.3;
	font-size:15px ;
	padding: 5px 50px ;
	margin-top:7px ;
}

#mybtn{
	line-height: 1.3;
	font-size:13px ;
	padding: 5px 20px ;
	margin-top:3px ;
}

.button-final {
            color: white;
			background-color:dimgrey ;
			font-size:12px ;
}


/*-From pure css ----*/
.button-success,
.button-error,
.button-warning,
.button-secondary {
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
 .button-warning {
	background: rgb(223, 117, 20); /* this is an orange */
}
 .button-success {
	background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
	background: rgb(202, 60, 60); /* this is a maroon */
}

.button-white {
	background: white; 
	color: gray;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}







.formdiv div{
	padding-bottom:10px ;
}

#login-txt{
	padding: 30px 0px 10px ;
	font-size:15px ;
}

.topic-txt{
	font-size:15px ;
}

.report-title{
	color:red; 
	font-size:larger; 
	text-decoration:underline; 
	font-weight:bold; 
	padding-top: 1em;
}

.report-title2{
	color: grey; 
	font-size:larger;  
	font-weight:bold; 
	padding-top: 1em;
}



.pos_money{
	color:blue ;
}

.neg_money{
	color:red ;
}



/* Table design */


.cost_tabl2 td{
	background-color:#F4F4F8 ;
	padding:5px ;
}

.orange_left{
	border-left:#F90 solid 3px ;
	background-color: #EDEDED;
	padding-left: 1em ;
	color: #424849 ;
}

.line_tabl td{
	border-bottom:thin dotted ;
}

.mytabl td{
	padding:4px 2px ;
}


.mytabl2 td{
	padding:4px 2px ;
	border:#CCC solid thin ;
}

.mytabl2{
	border:#CCC solid thin ;
}


.border_div{
	border:#CCC solid thin ;
}


.nutabl  {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.nutabl td, .nutabl th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #ddd;
    text-align: left;
    padding: 4px;
}

#cleartable td, #cleartable th{
	font-family: sans-serif ;
	padding:6px ;
}

.nutabl tr:nth-child(even){background-color: #f2f2f2}

.nutabl tr:hover {background-color: #ddd;}

.nutabl th {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #4CAF50;
    color: white;
}

.notactive td{ color:red}


.nutabl2  {
    font-family:  sans-serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.nutabl2 td, .nutabl2 th {
	font-family:  sans-serif, "Trebuchet MS", Arial, Helvetica;
    border: 1px solid #ddd;
    text-align: left;
    padding: 6px;
}

.nutabl2 tr:nth-child(even){background-color: #f2f2f2}
.nutabl2 tr:nth-child(odd){background-color: white}

.nutabl2 tr:hover {background-color: #ddd;}

.nutabl2 th {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #039 ; /*#4CAF50;*/
    color: white;
}



.nutabl3  {
    font-family:  sans-serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.nutabl3 td, .nutabl3 th {
	font-family:  sans-serif, "Trebuchet MS", Arial, Helvetica;
    border-bottom: thin dotted ;
    text-align: left;
    padding: 6px;
}


.nutabl3 tr:hover {background-color: #ddd;}

.nutabl3 th {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #EDEDED ; /*#4CAF50;*/
    
}



.nutabl4  {
    font-family:  sans-serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.nutabl4 td, .nutabl4 th {
	font-family:  sans-serif, "Trebuchet MS", Arial, Helvetica;
    border: 1px solid #ddd;
    text-align: left;
    padding: 6px;
}

.nutabl4 tr:nth-child(even){background-color: #f2f2f2}
.nutabl4 tr:nth-child(odd){background-color: white}

.nutabl4 tr:hover {background-color: #ddd;}

.nutabl4 th {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #7777FF ; /*#4CAF50; #009efb */
    color: white;
}


.bigtext-danger{
	font-size:larger ;
	color: #f62d51;
}




/*****Warnings*****/

.warn{
	font-weight:bold;
	color: red;
}

.warnlarge{
	font-weight:bold;
	color: red;
	font-size:large ;
}

.warndiv{
	font-weight:bold;
	color: red;
	border:1px solid red;
	padding:0.6em ;
}

.orangediv{
	font-weight:bold;
	border:1px solid orange;
	padding:0.6em ;
}

.orangediv div{
	padding: 1ex ;
}


.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../img/knot/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('../img/knot/success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../img/knot/warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../img/knot/error.png');
}

@media (min-width:1px) and (max-width:576px){
.header-bottom .header-area .logo {
  max-width: 90%;
}

.header-bottom .header-area .logo div img {
	height: 32px;
	width:32px;
}
.header-bottom .header-area .logo small {
	font-size:14px;
}
.desktop{
	display:none ;
}

.right-side-offer .context h1{
	font-size:18px;
	margin-top:1px;
}
.area{
	height: 120px !important;
}
.logo-dim2{
	margin-top:50px;
	height:70px;
	width:70px;
}
}

@media (min-width:577px) and (max-width:991px){
	.header-bottom .header-area .logo {
		min-width: 80%;
	}
	
	.header-bottom .header-area .logo div img {
		height: 32px;
		width:32px;
	}
	.header-bottom .header-area .logo small {
		font-size:16px;
	}
	.mobile{
		display:none;
	}

	.right-side-offer .context h1{
		margin-top:1px;
	}

	.area{
		height: 120px !important;
	}
	.logo-dim2{
		margin-top:50px;
		height:70px;
		width:70px;
	}
}

@media (min-width:992px){
	.header-bottom .header-area .logo {
		width: 50% !important;
	}
	
	.header-bottom .header-area .logo div img {
		height: 48px;
		width:48px;
	}

	.header-bottom .header-area .logo div small {
		font-size:18px;
	}

	.mobile{
		display:none;
	}

	.right-side-offer .context h1{
		margin-top:1px;
	}

	.logo-dim2{
		height:100px;
		width:100px;
	}
}


