/*--------------------
- Global
--------------------*/
body {
    margin: 0;
    background-color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
}

h1,
h2,
h3,
h5 {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}

.exo-font,
h4,
.notification,
#breadcrumbs,
.red-link,
.short-description,
.blue-button {
    font-family: "Exo", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 3em;
    margin: .6em 0 .3em;
    text-transform: uppercase;
    color: #4e6383;
}

h2 {
    margin: 0 0 5px;
    font-size: 1.5em;
    text-shadow: 0 2px black;
    color: white;
}

h3 {
    margin: 0 0 1em;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #f90;
}

h4 {
    font-size: 1.25em;
    margin: 0 0 0.5em;
    font-weight: 700;
    color: #333;
}

h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
}

a {
    color: inherit;
    text-decoration: underline;
}

p a:hover {
    color: #4e6383;
}

footer a:hover {
    color: #f90;
}

p {
    margin: 0 0 1em;
}

hr {
    margin: 2em 0;
    border: 0;
    height: 1px;
    background: #999;
}

/*--------------------
- Layout
--------------------*/
/* Sticky Footer */
html,
body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
}

#page-wrapper,
#homepage-wrapper {
    overflow: auto;
    padding-bottom: 200px;
}

/* must be same height as the footer */
footer {
    position: relative;
    margin-top: -200px;
    /* negative value of footer height */
    height: 200px;
    clear: both;
}

/* Opera Fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/* End Sticky Footer */
#wrapper {
    margin: 0 auto;
    width: 100%;
}

header {
    height: 100px;
    background: black;
}

header img {
    border: none;
}

#page-wrapper {
    width: 960px;
    padding-left: 5px;
    padding-right: 5px;
    /* So text field highlights aren't clipped */
    margin: 0 auto;
}

#page-content {
    padding-bottom: 40px;
    /*position: relative;*/
    /* Was this only used for overview-report-wrap? */
}

#homepage-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 0;
}

footer {
    background: black;
}

#footer-content {
    padding-top: 40px;
}

/*--------------------
- Breadcrumbs
- Lists
--------------------*/
#breadcrumbs {
    margin: 0;
    padding: 12px 0 0;
    display: table;
    list-style: none;
    line-height: 1.3em;
}

#breadcrumbs li {
    float: left;
    padding-right: 5px;
}

#breadcrumbs li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    color: #999;
}

#breadcrumbs li a:hover {
    color: #4e6383;
}

#breadcrumbs li:after {
    content: "/";
    color: #999;
}

#breadcrumbs li:last-child:after {
    content: "";
    /* Using content: none messes up line-height */
}

#breadcrumbs li> :first-child {
    margin-right: 5px;
}

#breadcrumbs .current-crumb {
    pointer-events: none;
    cursor: default;
    color: #4e6383;
    border-bottom: 1px solid #4e6383;
}

.no-style {
    list-style: none;
    padding: 0;
}

ul li a {
    text-decoration: none;
}

#owner-list li {
    padding: 4px 0;
}

#owner-list .owner-number {
    font-weight: bold;
    margin-right: 15px;
}

/*--------------------
- Table
--------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-shadow: 5px 5px 0 0 #b1b1b1;
    -moz-box-shadow: 5px 5px 0 0 #b1b1b1;
    box-shadow: 5px 5px 0 0 #b1b1b1;
}

table,
tr,
td,
th {
    margin: 0px;
    padding: 0px;
}

table tr th {
    background: #4e6383;
    color: #fff;
    border-right: solid 1px #fff;
    text-align: left;
}

table tr td:last-child,
table tr th:last-child {
    border-right: none;
}

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

table tr td {
    border-right: solid 1px #bbb;
}

table tr {
    background: #fff;
    border-bottom: solid 1px #bbb;
}

/*--------------------
- Forms
--------------------*/
form {
    margin-bottom: 0;
}

form hr {
    margin: 2em 0 1.5em;
}

form h3 {
    color: #777;
    margin-bottom: 0.7em;
}

label {
    display: block;
    margin: 0 0 5px 5px;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #4e6383;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 1.2em;
    padding: 5px;
    border: 1px solid #b1b1b1;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    -webkit-box-shadow: 5px 5px 0 0 #b1b1b1;
    -moz-box-shadow: 5px 5px 0 0 #b1b1b1;
    box-shadow: 5px 5px 0 0 #b1b1b1;
}

select {
    font-size: 1em;
}

@-moz-document url-prefix() {
    select {
        height: auto;
    }
}

input[type="submit"] {
    margin: 40px 0 10px;
}

.inline-element {
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.field-element {
    font-weight: 700;
    margin-left: 10px;
}

.sub-label {
    margin: 0 0 5px 5px;
    font-size: 0.8em;
    font-style: italic;
}

input[type='text'].disabled {
    background: #e4e4e4;
}

/*--------------------
- Notifications
--------------------*/
.notification {
    margin-bottom: 1em;
    background: #b1b1b1;
    padding: 15px;
    border: 1px solid #999;
    color: white;
    text-shadow: 0 1px #666;
    font-size: 1.1em;
}

.notification img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

.notification.error_list img {
    float: left;
}

.notification p {
    display: inline;
    vertical-align: middle;
}

.notification ul {
    margin: 0;
    padding-left: 65px;
    list-style: disc;
}

.notification a {
    border-bottom: 1px solid #fff;
}

/*--------------------
- Buttons
--------------------*/
.blue-button,
.black-button,
.background-button {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-decoration: none;
}

.blue-button,
.black-button {
    text-align: center;
    text-transform: uppercase;
}

.blue-button {
    padding: 10px;
    border: 2px solid #37455b;
    font-size: 1.2em;
    letter-spacing: 2px;
    color: white;

    /* Gradient Fallback */
    background-color: #4e6383;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#8392a8), to(#4e6383));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #8392a8, #4e6383);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #8392a8, #4e6383);
    /* IE 10 */
    background: -ms-linear-gradient(left, #8392a8, #4e6383);
}

.black-button {
    padding: 20px;
    border: 2px solid #000;
    letter-spacing: 1px;

    /* Gradient Fallback */
    background-color: #000;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#333), to(#000));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #333, #000);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #333, #000);
    /* IE 10 */
    background: -ms-linear-gradient(left, #333, #000);
}

.black-button hr {
    margin: 0.5em 0;
    background: #666;
}

.small-button {
    font-size: 1em;
    padding: 2px;
}

.background-button {
    height: 160px;
    overflow: hidden;
    margin: 10px 0;
    padding: 25px;
    background-color: #37455b;
    background-repeat: no-repeat;
    background-size: 300px 160px;
    color: white;
    font-weight: lighter;
    text-shadow: 0 3px 1px black;
}

.background-button h3 {
    margin-bottom: 0.4em;
    color: white;
}

.bg-1 {
    background-image: url(../images/btn_01.png);
}

.bg-2 {
    background-image: url(../images/btn_02.png);
}

.bg-3 {
    background-image: url(../images/btn_03.png);
}

.bg-4 {
    background-image: url(../images/btn_04.png);
}

.bg-5 {
    background-image: url(../images/btn_05.png);
}

.bg-6 {
    background-image: url(../images/btn_06.png);
}

.bg-7 {
    background-image: url(../images/btn_07.png);
}

.bg-8 {
    background-image: url(../images/btn_08.png);
}

/*--------------------
- Attributes
--------------------*/
/* Colors */
.blue-text {
    color: #4e6383;
}

.orange-text {
    color: #f90;
}

.red-text {
    color: #ee3124
}

.grey-text {
    color: #999;
}

.white-text {
    color: white;
}

/* End Colors */

.translucent {
    zoom: 1;
    opacity: 0.7;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.small-text {
    font-size: 0.8em;
}

.big-text {
    font-size: 1.2em;
}

.lightweight {
    font-weight: lighter;
}

.uppercase-text {
    text-transform: uppercase;
}

.lowercase-text {
    text-transform: lowercase;
}

/*--------------------
- Check Detail
--------------------*/
.border-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.width-57 {
    width: 57px;
}

.width-58 {
    width: 58px;
}

.section-label,
.section-sublabel {
    float: left;
}

.section-label {
    height: 48px;
}

.section-sublabel {
    height: 100%;
}

#check-detail {
    width: 960px;
    height: 1152px;
    padding: 103px 20px 24px;
    background: url('../images/check_detail.png');
}

#lease-wrapper,
#owner-wrapper {
    padding-top: 27px;
}

#lease-wrapper {
    width: 230px;
}

#lease-volume {
    width: 77px;
}

#lease-tax {
    width: 77px;
}

#lease-net-value {
    width: 76px;
}

#owner-wrapper {
    width: 287px;
}

#totals-wrapper {
    clear: left;
    padding-top: 138px;
    padding-right: 290px;
    overflow: hidden;
}

#totals-wrapper>div {
    float: right;
    clear: both;
    height: 24px;
}

#lease-total {
    width: 109px;
    margin-bottom: 35px;
}

#income-tax {
    width: 232px;
    margin-bottom: 5px;
}

#check-total {
    width: 111px;
}

#check-detail .tooltip-inner {
    text-align: left;
    padding: 10px 15px 12px;
    font-size: 13px;
}

.tooltip-inner *:last-child {
    margin-bottom: 0;
}

.tooltip-inner ul {
    padding-left: 15px;
    list-style-type: circle;
}

.tooltip-inner li {
    margin-bottom: 2px;
}

/*--------------------
- Phone List
--------------------*/
#phone-list-form {
    margin-bottom: 25px;
    /*overflow: hidden;*/
}

.phone-list-labels label,
.phone-list-fields .input-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
}

.phone-list-labels {
    margin-bottom: 5px;
}

.phone-list-fields input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 30px;
    font-size: 1em;
}

#phone-list-form input[type="submit"],
#phone-list-form .blue-button {
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: top;
    margin: 0;
    padding: 2px 10px;
}

/* Input with clear */
.phone-list-fields .input-wrapper {
    margin: 0 5px 0 0;
    position: relative;
}

.phone-list-fields .input-wrapper input[type="text"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-right: 30px;
}

.phone-list-fields input[type=text]::-ms-clear {
    display: none;
}

.phone-list-fields .input-wrapper button {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #aaa;
    color: #fff;
    font-size: 12px;
    line-height: 1rem;
    cursor: pointer;
}

/* Table */
.custom-table {
    width: 100%;
}

.custom-table tbody tr:nth-child(odd) {
    background: #eee;
}

.custom-table tr th {
    border: none;
}

.custom-table tr td {
    vertical-align: top;
    border-right: none;
}

.custom-table p {
    margin: 0 0 5px;
    margin: 0;
    padding: 0;
}

.custom-table p:last-child {
    margin-bottom: 0;
}

/* Overrides for DataTables */
.dataTables_scrollHead {
    background: #fff;
}

#phone-list,
.dataTable {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#phone-list tr th,
.dataTable tr th {
    background-color: #fff;
    color: #4e6383;
}

/* Collapsible table row */
.expand-collapse {
    display: none;
    margin-top: 5px;
    width: 9px;
    height: 9px;
    background: url('../images/triangle_sprite.png') no-repeat;
}

.expanded .expand-collapse {
    background-position: -9px 0;
}

.expandable {
    cursor: pointer;
}

.expandable td>div {
    height: 20px;
    overflow: hidden;
}

.expandable .expand-collapse {
    display: block;
}

.expanded td>div {
    height: auto;
}

.custom-table td>div {
    line-height: 20px;
    word-wrap: break-word;
}

/* Column widths: Total = 805 (for 960px layout) */
.contact-expand {
    width: 10px;
}

.contact-first-name {
    /*    width: 140px;*/
    width: 150px;
}

.contact-last-name {
    /*    width: 140px;*/
    width: 150px;
}

.contact-company {
    /*    width: 170px;*/
    width: 190px;
}

.contact-department {
    /*    width: 140px;*/
    width: 200px;
}

.contact-numbers {
    width: 160px;
}

.contact-extension {
    width: 45px;
}


/*--------------------
- Other
--------------------*/
.pull-right {
    float: right;
}

.short-description p {
    margin-bottom: 2em;
}

.red-link {
    text-transform: uppercase;
    color: #ee3124;
    text-decoration: none;
}

.red-link:hover {
    color: #ee3124;
    text-decoration: underline;
}

.three-columns {
    overflow: hidden;
}

.three-columns ul {
    width: 33%;
    float: left;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-image: url('../images/bullet_arrow.png');
}

.three-columns li {
    margin-bottom: 5px;
}

.three-columns a {
    color: #000;
}

.three-columns a:hover {
    text-decoration: underline;
}

.pagination {
    display: inline-block;
    overflow: hidden;
    margin-top: 25px;
    background: #4e6383;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination>* {
    display: inline-block;
    padding: 5px 10px;
    background: #4e6383;
    color: #fff;
    text-decoration: none;
}

.pagination .disabled {
    color: #ccc;
}

.pagination .current,
.pagination a:hover {
    background: #fff;
    color: #4e6383;
}

#overview-report-wrap {
    width: 275px;
    background: #b1b1b1;
    padding: 20px;
    /*  position: absolute;
  top: 0px;
  right: 0px;*/
    float: right;
}

#overview-report-wrap h5 {
    margin-bottom: 10px;
}

#overview-report-wrap select {
    width: auto !important;
    display: inline-block;
    margin-right: 20px;
}

#overview-report-wrap input[type="submit"] {
    margin: 0;
    display: inline-block;
    background: #4e6383;
    color: #fff;
    border: none;
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

#overview-report-wrap input[type="submit"]:hover {
    background: #2E4466;
}

.ie,
#ie-notice,
#letterhead {
    display: none;
}