@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll; 
}

body {
	background-color: #004982;
	font-family: Gotham-Book, sans-serif;
	margin: 0px;
}

.head {
	background: url(../IMAGES/Trama.png) left top repeat #004982;
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;	 
}

.headmain {
	width: 86%;
	min-width: 980px;
	margin: 0px auto;
	padding: 0px;	
}

.headmenu {
		background: #3c3c3b;
	width: 100%;
	margin: 0px auto;
	padding: 0px;	
}
.footer {
	background:#3c3c3b;
	width: 86%;
	font-size: 1.1em;
	min-width: 980px;
	margin: 0px auto 15px auto;
	padding: 12px 20px;	
	border-radius: 0px 0px 10px 10px ; 
	color: #FFFFFF;
	text-align:center;
	clear:both;
}

.downloadbox {
	border:solid 1px #BBBBBB; 
	border-radius: 5px; 
	padding:10px 10px 0px 10px; 
	margin:10px;
	line-height: 1.1;
}


a {
	border: none;
}

a img {
	border: none;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color:#3c3c3b;
	line-height: 120%;
}
h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.head h1 {
	color: #FFFFFF;
	margin: 30px 0px 20px 0px;
}

span.date{
	font-size: 14px;
	float: right;	
	margin-top: 60px;
	line-height: 130%;
	text-align:right;
	color:#FFFFFF;
}


.main {
	background-color:#FFFFFF; 
	width: 86%;
	min-width: 980px;
	margin: 0px auto;
	padding: 20px 20px 20px 20px;	
	font-size: 12px;
	line-height: 150%;
}

span.Heading{
	font-size:20px;
	font-weight:bold;
}


table.news td{
	vertical-align:top;	
	/*height: 200px;*/
	border-bottom: #009FE3 solid 1px;
	padding: 20px 10px;

}

img.newspost{
	       width:auto; 
		   height:auto;
		   max-height: 200px;
		   max-width: 300px;
}

table.datatable th{
	padding: 10px 10px;
	color: #FFFFFF;
	background:#3c3c3b;
}

table.datatable td{
	border-bottom: #009FE3 solid 1px;
	padding: 5px 10px;

}


/**************** Form Styles ************/

.newaccountform td{
	padding: 0px 10px 0px 10px;	
}
.newaccountform label{
	margin: 15px 0px 0px 0px;
	display:block;	
}

.textinput {
	width: 100%;
	display: block;
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
	color: #333;
	background: #EEEEEE;
	transition: all 0.2s ease-out;
	-webkit-box-shadow: 0 8px 6px -6px #FFF;
	-moz-box-shadow: 0 8px 6px -6px #FFF;
	box-shadow: 0 8px 6px -6px #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textinput:hover {
}
.textinput:focus {
	outline: none;
	padding: 10px 5px;
	margin: 0px 0px;
	background: #FFFFFF;
	border-color: #666666;
	position: relative;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}

.selectinput {
	width: 100%;
	display: block;
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
	color: #333;
	background: #EEEEEE;
	transition: all 0.2s ease-out;
	-webkit-box-shadow: 0 8px 6px -6px #FFF;
	-moz-box-shadow: 0 8px 6px -6px #FFF;
	box-shadow: 0 8px 6px -6px #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.selectinput:hover {
}
.selectinput:focus {
	outline: none;
	padding: 10px 5px;
	margin: 0px 0px;
	background: #FFFFFF;
	border-color: #666666;
	position: relative;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}

.radioinput {
}
.radioinput:hover {
}
.radioinput:focus {
}

input:required:invalid {
    background-image: url(../INTRANETIMAGES/invalid.png);
    background-position: right 4px top 4px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}
input:focus:invalid {
    background-image: url(../INTRANETIMAGES/invalid.png);
    background-position: right 4px top 10px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}
input:required:valid {
    background-image: url(../INTRANETIMAGES/valid.png);
    background-position: right 4px top 4px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}
input:required:focus:valid {
    background-image: url(../INTRANETIMAGES/valid.png);
    background-position: right 4px top 10px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}

select:required:invalid {
    background-image: url(../INTRANETIMAGES/invalid.png);
    background-position: right 14px top 4px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}
select:focus:invalid {
    background-image: url(../INTRANETIMAGES/invalid.png);
    background-position: right 14px top 10px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}
select:required:valid {
    background-image: url(../INTRANETIMAGES/valid.png);
    background-position: right 14px top 4px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}
select:required:focus:valid {
    background-image: url(../INTRANETIMAGES/valid.png);
    background-position: right 14px top 10px;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}

table.increase {
	width:860px;
}

table.increase th{
	padding: 5px 5px;
	font:1.2em;
	text-align:center;
	border:solid 1px #666666;
	border-collapse:collapse;
	background:url(../INTRANETIMAGES/IncreasesBackgroundGray.jpg) repeat; 
	color:#FFFFFF;
}

table.increase .row1 td{
	padding: 5px 2px;
	font:1.1em;
	text-align:center;
	border:solid 1px #333333;
	border-collapse:collapse;
	background:url(../INTRANETIMAGES/IncreasesBackground.jpg) repeat; 
	color:#FFFFFF;
}

table.increase .row2 td{
	padding: 5px 2px;
	font:1.1em;
	text-align:center;
	border:solid 1px #333333;
	border-collapse:collapse;
	background:url(../INTRANETIMAGES/IncreasesBackgroundBlue.jpg) repeat; 
	color:#FFFFFF;
}

.up {
    width: 12px;
    height: 15px;
	margin: 0px 5px 0px 0px;
    background: url(../INTRANETIMAGES/up-down.png) 0px 0px;
	border:none;
	vertical-align: top;
}

.down {
    width: 12px;
    height: 15px;
	margin: 0px 5px 0px 0px;
    background: url(../INTRANETIMAGES/up-down.png) -12px 0px;
	border:none;
	vertical-align:top;
}

.same {
    width: 12px;
    height: 15px;
	margin: 0px 5px 0px 0px;
    background: url(../INTRANETIMAGES/up-down.png) -24px 0px;
	border:none;
	vertical-align:top;
}

.jumpmenu {
	display:block; 
	background-color:#004982;  
	color:#FFFFFF; 
	text-align:center; 
	padding:5px 10px;
}

.jumpmenu:hover {
	background-color:#009FE3;
}


@keyframes fade {
  0%   { opacity: 1; }
  10%   { opacity: 1; }
  15%   { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}

.fadein { position:relative; width:100%; float:left;}
.fadenext { float:left; width:100%;}
.fadein img { position:absolute; left:0; right:0; opacity:0; animation-name: fade; animation-duration: 30s; animation-iteration-count: infinite; }
.fadein img:nth-child(1) { animation: fade 30s 27s infinite; }
.fadein img:nth-child(2) { animation: fade 30s 24s infinite;  }
.fadein img:nth-child(3) { animation: fade 30s 21s infinite;  }
.fadein img:nth-child(4) { animation: fade 30s 18s infinite; }
.fadein img:nth-child(5) { animation: fade 30s 15s infinite; }
.fadein img:nth-child(6) { animation: fade 30s 12s infinite;  }
.fadein img:nth-child(7) { animation: fade 30s 9s infinite;  }
.fadein img:nth-child(8) { animation: fade 30s 6s infinite;  }
.fadein img:nth-child(9) { animation: fade 30s 3s infinite;  }
.fadein img:nth-child(10) { animation: fade 30s 0s infinite;  }

table.profitcalc td{
	padding: 5px 10px 0px 10px;
	font-size: 1.2em;
	font-weight:bold;
}

.thermometer {
    margin:0 120px;
}
.thermometer {
    width:80px;
    height:300px;
    position: relative;
    background: #ddd;
    border:1px solid #aaa;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
        -ms-border-radius: 12px;
         -o-border-radius: 12px;
            border-radius: 12px;

    -webkit-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
       -moz-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
        -ms-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
         -o-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
            box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
}

.thermometer .track {
    height:280px;
    top:10px;
    width:50px;
    border: 1px solid #aaa;
    position: relative;
    margin:0 auto;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-position: 0 -1px;
    background-size: 100% 5%;
}

.thermometer .progress {
    height:0%;
    width:100%;
    background: rgb(200,20,20);
    background: rgba(200,20,20,0.6);
    position: absolute;
    bottom:0;
    left:0;
}

.thermometer .goal {
    position:absolute;
    top:0;
}

.thermometer .amount {
    display: inline-block;
    padding:0 5px 0 80px;
    border-top:1px solid black;
    font-family: Trebuchet MS;
    font-weight: bold;
    color:#333;
	font-size: 16px;
}

.thermometer .progress .amount {
    padding:0 80px 0 5px;
    position: absolute;
    border-top:1px solid #060;
    color:#600;
    right:0;
}



.thermometer.horizontal {
    margin:100px auto;
}

.thermometer.horizontal {
    width:350px;
    height:70px;
}

.thermometer.horizontal .track {
    width:90%;
    left:0;
    height:20px;
    margin:14px auto;

    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to right, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-size: 5% 100%;
}

.thermometer.horizontal .progress {
    height:100%;
    width:0%;
}

.thermometer.horizontal .goal {
    left:100%;
    height:100%;
}

.thermometer.horizontal .amount {
    bottom:0;
    position: absolute;
    padding:0 5px 50px 5px;
    border-top:0;
    border-left:1px solid black;

}

.thermometer.horizontal .progress .amount {
    border-left:0;
    border-top:0;
    border-right:1px solid #060;
}

.headertable {
	background: #EEEEEE;
}

.headertable tr{
	display: block;
    line-height: 22px;
    padding: 0px 5px 0px 0px;
    font-weight: bold;
    font-size: 13px;
    color: #444444;	
border-collapse:collapse;

}

.headertable tr:hover{
    background:  #9ad7ef;
}

.headertablename{
    padding: 0px 0px 0px 12px;
	width: 80%;
}

.headertable a{
	float: right;
	padding: 0px;
	display: block;
	width: 100%;
	  border-radius: 5px;
}

.headertable a:hover{
	float: right;

	display: block;
	background:#004982;
  border-radius: 5px;
}
.headertable img{
	padding: 4px 8px 0px 8px;
}

#addresses {
	padding: 0px;
	width: 100%;
}

#addresses td {
	padding: 3px;
}

#customers {
	padding: 10px 0px;
	width: 100%;
}

#customers th {
  background: #004982;
	padding: 8px;
	text-decoration: none;
}

#customers th a {
  color: #FFFFFF;
 text-decoration: none;
}
#customers th a:hover {
  color: #9ad7ef;
  text-decoration: none;
}

#customers tr:hover {
	background: #9ad7ef;
}

#customers td {
	padding: 8px;
}

#customers tr:nth-child(even) {
	background: #CCCCCC;
}

#customers tr:nth-child(even):hover {
	background: #9ad7ef;
}
.dynatable-search {
  float: right;
  margin-bottom: 10px;
}

.dynatable-pagination-links {
  float: right;
}

.dynatable-record-count {
  display: block;
  padding: 5px 0;
}

.dynatable-pagination-links span,
.dynatable-pagination-links li {
  display: inline-block;
}

.dynatable-page-link,
.dynatable-page-break {
  display: block;
  padding: 5px 7px;
}

.dynatable-page-link {
  cursor: pointer;
}

.dynatable-active-page,
.dynatable-disabled-page {
  cursor: text;
}
.dynatable-active-page:hover,
.dynatable-disabled-page:hover {
  text-decoration: none;
}

.dynatable-active-page {
  background: #9ad7ef;
  border-radius: 5px;
  color: #000000;
}
.dynatable-active-page:hover {
  color: #FFFFFF;
}
.dynatable-disabled-page,
.dynatable-disabled-page:hover {
  background: none;
  color: #999;
}

#customer {
	padding: 0%;
	width: 72%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}


#customer h1 {
	display: block;
	padding: 10px 10px;
	width: 100%;
	background: #004982;
	color:#FFFFFF;
	
	font-size: 1.5em;
	box-sizing: border-box;
}

#customer h2 {
	display: block;
	margin-top: 20px;
	padding: 10px 10px;
	width: 100%;
	background: #3c3c3b;
	color:#FFFFFF; 
	box-sizing: border-box;
	font-size: 1.2em;
}

#files {
	padding: 0px 0px 0px 20px;
	width: 28%;
	float: left;
	box-sizing: border-box;
}


#files h2 {
	display: block;
	padding: 10px 10px;
	width: 100%;
	background: #3c3c3b;
	color:#FFFFFF; 
	box-sizing: border-box;
	font-size: 1.2em;
}

#cusdetails {
	width: 90%;
	margin: 10px auto;
}
#cusdetails td {
	border-bottom: solid 1px #004982;
	padding: 5px;
}

.cusdetailsleft {
	text-align: right; 
	width: 50%;
	border-right:  solid 1px #004982;
}
.cusdetailsright {
	text-align: left;
	font-weight: bold;
	width: 50%;
}
#cusoverview {
	clear: both;
	width:100%; 
	float: left; 
	padding: 0px 15px;
	box-sizing: border-box;
}

#customerstatus {
	padding: 10px 0px;
	width: 100%;
}

#customerstatus th {
  background: #3c3c3b;
	padding: 8px;
	text-decoration: none;
	text-align: center;
}
#customerstatus td {
padding: 8px;
}

#customerstatus th a {
  color: #FFFFFF;
 text-decoration: none;
}
#customerstatus th a:hover {
  color: #9ad7ef;
  text-decoration: none;
}

#admin {
	padding: 10px 0px;
	width: 100%;
}

#admin th {
  background: #004982;
	padding: 0px;
	text-decoration: none;
}

#admin th a {
  color: #FFFFFF;
 text-decoration: none;
}
#admin th a:hover {
  color: #9ad7ef;
  text-decoration: none;
}

#admin tr:hover {
	background: #9ad7ef;
}

#admin td {
	padding: 8px;
}

#admin tr:nth-child(even) {
	background: #CCCCCC;
}

#admin tr:nth-child(even):hover {
	background: #9ad7ef;
}


th.rotate {
  /* Something you can count on */
  height: 160px;
  white-space: nowrap;
	padding: 0px 20px 0px 0px !important;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(20px, 130px)
    /* 45 is really 360 - 45 */
    rotate(300deg);
  width: 16px; 
	padding:0px;
}
th.rotate > div > span {
 border-bottom: 1px solid #FFFFFF;
  padding: 5px 10px;
}

#admin td { 
 text-align: center;
}

#admin td.alternate { 
 border-left: 2px solid #3c3c3b;
}
