@charset "UTF-8";

body {margin: 0; min-height: 700px;}
#nav {position: relative;}
#nav #logo {position: absolute;}
#nav span {float: right; margin: 5px 20px;}
.clear {clear: both;}
#container { width: 1200px; margin: 0 auto;}
.error {color: #ff0000;}
.table td, .table th, .form-control, output {font-size: 13px;}
button[disabled] {cursor: not-allowed;}
table.dataTable {margin-bottom: 20px !important;}
.dataTable th:after {content: ':'}
.dataTable th, .dataTable td {line-height: 26px; padding: 3px 5px;}
.dataTable .form-control {display: inline; width: 100%;}
.circle {width: 40px; height: 40px; text-align: center; border-radius: 20px; background-color: #34495e; color: #fff; display: inline-block; font-size: 27px;}
#foot {text-align: center; position: relative; width: 100%; bottom: 0;}
tr.fromaddr td, tr.fromaddr th {background-color: #cbead0;}
tr.toaddr td, tr.toaddr th {background-color: #ffcccc;}
span.required {color: #f00;}
i.address-picker {cursor: pointer;}
#address-modal .locations tr {cursor: pointer;}
