@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url(pontanosans.woff) format('woff');
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 30px; /* bottom = footer height */
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
#container{padding-bottom:50px}
#loginform {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #ccc;
    margin: 50px auto 0;
    width: 320px;

}
#topinfo {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px 3px #ccc;
    margin: -45px 0 50px;
    padding: 10px;
}
#loginform.content{padding:0px;}
#topinfo .customerinfo span {
	color: #000;
    border-bottom: 1px dotted;
    display: inline-block;
    margin-right: 20px;
    min-width: 20px !important;
}
#loginform th.footer {
    text-align: right;
}
#loginform th.header {
    background: #0e71b8;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.customerinfo {display: inline-block;}
#topinfo #customerinfowrapper {display: inline-block; width: 75%;}
#topinfo .customeredit {display: inline-block; width: 24%;text-align: right;}
header h1 img {
    height: 60px;
    width: auto;
}
.margintopsmall {margin-top: 10px;}
header h1{text-align: right;}

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Pontano Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	min-width: 800px;

}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border: 1px solid #d8d8d8;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #0e71b8;
}

a:hover {
	color: #075c98;
}

a:focus {
	outline: none;
}


a.button, input.button { 
    background-color: #0e71b8;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a.button:hover, input.button:hover {
	background-color: #075c98;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #0e71b8;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h2 {
	color: #000;
	font-size: 32px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h3 {
	color: #0e71b8;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h4 {
    font-family: 'Pontano Sans', Arial, sans-serif;
    color: #075c98;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.fullwidth {
		width:100%;
	max-width: 1200px;
	min-width:800px;
	margin: 0 auto;

}
.content {
    padding: 0 20px;
}
#container {
	background-color: #fff;
}

header {
	background-attachment: fixed;
    	background-clip: border-box;
    	background-color: #fff;
    	background-image: url("images/bg.jpg");
    	background-origin: padding-box;
	background-position: center top;
    	background-repeat: no-repeat;
    	background-size: 2000px 120px !important;
    	margin: 0 auto;
    	padding: 20px 2px;
}

header h1 a, header h1 a:hover {
 color: #000;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: lowercase;
}
header h1 a span { 
	color: #0e71b8;
}

header h2 {
	color: #c0c0c0;
	font-size: 13px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}

nav {
	background-color: #222;
	border-bottom: 5px solid #0e71b8;
	height: 45px;
	position: relative;
	    box-shadow: 0 1px 2px #404040;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}


nav ul li a {
    color: #999;
    display: block;
    font-family: 'Pontano Sans',Arial,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
   margin: 0;
    padding: 15px 17px;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul li.selected a,
nav ul li.selected a:hover { 
	background-color: #0e71b8;
	color: #fff; 
	font-weight:bold;
}


nav ul li a:hover {
	color: #eee;
	text-decoration: none;
}

img.header-image { padding-top: 10px;
			margin-bottom: -3px; }

#body {
	background: none;
	margin: 5px auto 0;
 	padding: 40px 0;
	clear: both;
}

#content {
    float: none	;
    width: 100%;
    min-width: 800px;
}

article {
    padding: 10px 10px 20px 5px;
 }

article h2 { 
	font-weight: bold;
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}

.sidebar {
    float: right;
    width: 28%;
	margin-top: 10px;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	padding: 7px 7px;
	border-bottom: 6px solid #0e71b8;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
	border-top:1px solid #007DB8;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13.5px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: normal;
	color: #666;
}

.sidebar li ul li a:hover {
	color: #000;
}


.sidebar li ul li a.readmore {
   color: #0e71b8;
   font-weight: bold;
}


.sidebar li ul li a.readmore:hover {
	color: #075c98;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #222;
	border-top: 10px solid #0e71b8;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 1px;
	font-size: 14px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
  text-decoration: underline;
}


footer .footer-content li a:hover { 
	color: #909090;
}

footer .footer-content h4 {
   color: #fff;
   letter-spacing: 2px;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}
footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #666;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
padding:12px;
 
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
    border: 1px solid #00529B;
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 1px;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 1px;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    border: 1px solid #9F6000;
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 1px;
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid #d8000c;
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 1px;
}
.message .icon {
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: 24px 24px;
}
.isa_error .icon {background-image: url("images/isa_error.png");}
.isa_info .icon {background-image: url("images/isa_info.png");}
.isa_success .icon {background-image: url("images/isa_success.png");}
.isa_warning .icon {background-image: url("images/isa_warning.png");}

.finder {
    border-bottom: 1px dotted #0e71b8;
    margin-bottom: 27px;
    padding-bottom: 17px;
}
.finder .paging, .finder .search,  .finder .newcustomer{
    display: inline-block;
    margin-right: 20px;
    padding-bottom:10px;
}
.newcustomer {
    //position: absolute;
    //right: 0;
    //top: -3px;
}
input[type="submit"] {
    background: #0e71b8;
    border-radius: 5px;
    border: 1px solid #0e71b8;
    color: #fff;
    font-family: "Pontano Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}
input[type="submit"]:hover{
	background: #075c98;
	}
	
.search input[type="submit"]{border-radius: 0 5px 5px 0; height: 29px;}
.search input[type="text"] {
	border: 1px solid #0e71b8;
	height: 17px;
	}
	.paging {
    padding-top: 1px;
}

.paging a {
    background: #0e71b8;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}
.paging a:hover {
    background: #075c98;
}
.finder .newcustomer {
    float: right;
    margin-right: 0px;
}
.delete.icon {display: inline-block;
	    background-image: url("images/icons.png");
    background-position: -50px 0;
    background-repeat: no-repeat;
    background-size: 200px 50px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 25px;
}
.delete.icon:hover{background-position: -50px -25px;}
.view.icon {
	display: inline-block;
	    background-image: url("images/icons.png");
    background-position: -25px 0;
    background-repeat: no-repeat;
    background-size: 200px 50px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}
.view.icon:hover{background-position: -25px -25px;}
.edit.icon {
	display: inline-block;
	    background-image: url("images/icons.png");
    background-position: 0px 0;
    background-repeat: no-repeat;
    background-size: 200px 50px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}
.edit.icon:hover{background-position: 0px -25px;}
a.icon{background:#0e71b8;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
a.icon:hover{
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#customerlist .actions, .modul .actions {
    padding: 0 10px;
    width: 60px;
}
#customerlist .actions{width: 95px;}
.customerview .finder .button {
    letter-spacing: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 10px;
}
.modulheader, .modulcontent{box-shadow: 1px 1px 3px #ccc;}
.modulheader {
    background: #999999;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold !important;
    letter-spacing: 2px;
    margin-right: 10px;
    padding: 10px;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#customerlist {
    background: #eee;
   box-shadow: 1px 1px 3px #ccc;
}
.modulaction {
    display: inline-block;
    position: relative;
    top: -2px;
}
.modulcontent {
    background: #eeeeee ;
    margin-bottom: 40px;
    postion: relative;	
}
#loginform td {
    border: 0 none !important;
}

