/* Custom.css */

body{
    margin: 0;
    padding: 0;
    line-height: 130%;
}

a {
    text-decoration: none;
    font-weight: bold;
}

div.header {
    text-align: center;
    padding: 5px;
    background: #323232;
}

div.dir {
    width:850px;
    text-align: left;
    color: #ffffff;
    background-color: #323232;
    border: solid 1px #999999;
    margin-left: auto;
    margin-right: auto;
}

div.dir h1 {
    font-size: 18px;
    color: #f5c719;
}
div.dir a {
    color: #ffffff;
}

div.inventory, div.plaintext {
    overflow: auto;
}

a.inv-box {
    display: block;
    text-decoration: none;
    padding: 5px;
    color: #006699;
}
body#dynamic div.header {
    visibility: hidden;
    display: none;
}

body#dynamic {
    background: #999999;
}

body#dynamic div.ui-dialog-titlebar {
    background: transparent;
    border: none;
    height: 20px;
}

div.copyright {
    text-align: center;
    padding-top: 15px;
    font-size: 8pt;
    margin-bottom: 30px;
    clear: both;
}

div.edit-module {
    cursor: move;
    overflow: hidden;
}
div.module {
    overflow: hidden;
}
.hide-me {
    display: none;
    visibility: hidden;
}
.mod-title {
    text-align: center;
    width: 100%;
    height:16px;
    margin-bottom: -12px;
    padding-top: 0px;
    font-size: 8pt;
    position: absolute;
    top: 0px;
}
.v-mid {
    vertical-align: middle;
}
/*----ADMIN LOGIN----*/
form.login fieldset {
    background-image: url("/assets/images/backgrounds/lock-and-key.png");
    background-position: 20% 50%;
    background-repeat: no-repeat;
    padding: 34px;
    text-align: right;
}

/*----ADMIN STYLES----*/

div#admin-pages {
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
div#file-manager, div#page-editor {
    padding: 20px;
    background: #eeeeee;
    border-bottom: solid 1px #999999;
}
div#admin-pages ul li {
    display: block;
    float: left;
    margin: 2px;
}
div#admin-pages ul li a {
    padding: 5px;   
    background: #FFF6BF;
    border: solid 1px #E78F08;
    color: #006699;
}
div#admin-pages ul li a:hover { 
    background: #FFFFFF;
}
div.topbar {
    padding: 5px;
    color: #ffffff;
    background: #006699;
}

a.signout {
    display: block;
    float: right;
    text-decoration: none;
    font-weight: bold;
    padding-right: 10px;
}

.thumbbox {
    width: 100px;
    margin: 2px;
    float: left;
    text-align: center;
    background: #ffffff;
    padding: 2px;
    font-size: 8pt;
    border: solid 1px silver;
    cursor: pointer;
    display: block;
}

.vehicle {
    height: 80px;
    overflow: hidden;
}

.img-picker {
    height: 65px;
    overflow: hidden;
}

.filemanager {
    height: 100px;
    overflow: hidden;
}
ul.img-files li.filemanager {
    cursor: move;
    position: relative;
}

.filemanager table {
    position: absolute;
    top: 81px;
    width: 100px;
}

ul.img-files {
    min-height: 50px;
}

.filename {
    position: absolute;
    top: 56px;
    left: 2px;
    margin-left: 0px;
    width: 94px;
    padding: 2px;
    border: solid 1px #E7E5DC;
}

td.status {
    width: 68px;
    text-align: center;
    vertical-align: middle;
}
a.preview-img {
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.thumbbox img {
    padding-top: 2px;
}

div#header-container {
    width: 1000px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    border: dashed 1px #7cc1f0;
}

div#contents-container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: dashed 1px #7cc1f0;
    background: url(../images/backgrounds/bg_grid.png);
}

div#header-prev, div.header-dynamic {
    padding: 0px;
    width: 100%;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.h250 {
    height: 250px;
}
table.htable {
    width: 1000px;
    height: 250px;
    max-width: 1000px;
    max-height: 250px;
    overflow: hidden;
}
td.htext {
    padding-left: 25px;
    vertical-align: middle;
    overflow: visible;
    max-width: 50%;
}
td.htext h6 {
    padding-bottom:10px;
}
td.himage{
    text-align:right;
    vertical-align: middle;
    padding-right: 20px;
    max-width: 50%;
    overflow: visible;
}

div#contents-prev, div.content-dynamic {
    padding: 0px;
    position: relative;
}

div#header-prev h1, div#contents-prev h1 {
    color: #7cc1f0;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


div.edit-tab {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

div.delete-tab {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -18px;
    cursor: pointer;
}

div.edit-tab:hover {
    background: #ffffff;
}

div.delete-tab:hover {
    background: #ffffff;
}

div.save-tab {
    width: 20px;
    height: 19px;
    padding-top: 7px;
    padding-left: 7px;
    background: url(../images/backgrounds/bg_save.png) no-repeat;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: -26px;
    margin-left: -27px;
    cursor: pointer;
}

div.save-tab:hover {
    background: url(../images/backgrounds/bg_save_hov.png) no-repeat;
}

.page-go {
    margin: 1px;
    background-color: #f1f8db;
    border: solid 1px #009900;
    float: left;
    cursor: pointer;
}
#save-state{
    width: 350px;
    padding:10px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.allgood {
    border: solid 1px green;
    background: #b0FFb0;
}

.btn-edit {
    visibility: hidden;
    display: none;
}

.swatch {
    width: 10px;
    height: 10px;
    float: left;
    border: solid 1px black;
}

.swatchcurr {
    border: solid 1px white;
}
.posbox{
    width: 60px;
}
.pos {
    float:left;
    border: solid 1px silver;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.poscurr {
    background-color: greenyellow;
}

.currpicker {
    border: solid 1px white;
}

div#page-tools {
    width: 16px;
    position: absolute;
    left: -28px;
    top: 10px;
}

/*------VEHICLE PAGE------*/
div.content-vehicle, div.content-static {
    font-size: 10pt;
    color: #000000;
    padding: 5px;
    background: #ffffff;
}
div.content-vehicle h1 {
    font-size: 16pt;
    margin-bottom: 10px;
    color: #1C94C4;
    font-weight: bold;
    margin-top: 5px;
}
div.content-vehicle h2 {
    font-size: 11pt;
    margin-bottom: 10px;
}
table.vspecs {
    width: 380px;
    float: left;
}
table.vspecs2 {
    width: 100%;
    clear: both;
    margin-top: 10px;
    background: #ffffff;
}
table.vspecs th, table.vspecs2 th {
    text-align: left;
    padding:3px;
}
table.vspecs td, table.vspecs2 td {
    padding: 2px;
}
table.vspecs tr.odd td, table.vspecs2 tr.odd td, tr.odd {
    background-color: #E7E5DC;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

table.opts {
    margin-bottom: 10px;
}

table.opts td.odetails {
    padding: 5px;
    background: #F8F8F8;
    border-bottom: solid 1px #999999;
}

.vform input {
    padding: 0px;
}

/*--------INVENTORY TABLE--------*/
div.inventory {
    position: relative;
}
.inventory div.dataTables_info {
    display: none;
    visibility: hidden;
}

.inventory div.dataTables_paginate {
    display: none;
    visibility: hidden;
}
.inventory div.dataTables_length {
    display: none;
    visibility: hidden;
}

.inventory .dataTables_filter {
    display: none;
    visibility: hidden;
}
table.inv-filter, table.inv-filter tr, table.inv-filter tr td {
    position: relative;
    width: 100%;
}
table.inv-filter thead {
    display: none;
    visibility: hidden;
}
table.inv-filter tr.odd, table.inv-filter tr.even {
    border: none;
    background: transparent;
}
.a-search {
    padding: 10px;
    background-color: #696969;
    color: #ffffff;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #e7e7e7;
}
/*----MISC----*/
.pointer {
    cursor: pointer;
}
.right {
    text-align: right;
}
select.select {
    margin-top: 0px;
    margin-right: 3px;
}
.small {
    font-size: 90%;
}
.cored {
    color: red;
}
.coyellow {
    color: goldenrod;
}
.cogreen {
    color: green;
}
input.radio {
    width: 15px;
    border: none;
}
.curroption {
    border: solid 1px gold;
}
.collapse {
    height: 50px;
}
/* UNDER CONSTRUCTION OVERRIDES */

body#home div.header {
    display: none;
    visibility: hidden;
}

body#home {
    background: #1f1f1f;
    text-align: center;
}

body#home div.content {
    padding-top: 50px;
}
body#home div.copyright {
    color: #999999;
}
button.sale-price {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #7FBF4D;
    background-image: -moz-linear-gradient(center top , #7FBF4D, #63A62F);
    border-color: #63A62F #63A62F #5B992B;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #96CA6D inset;
    color: #FFFFFF;
    font: bold 14px/1 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    padding: 7px 0 8px;
    text-align: center;
    text-shadow: 0 -1px 0 #4C9021;
    width: 150px;    
}
button.sale-price:hover {
    background-color: #76B347;
    background-image: -moz-linear-gradient(center top , #76B347, #5E9E2E);
    box-shadow: 0 1px 0 0 #8DBF67 inset;
    cursor: pointer;
}
button.sale-price:active {
    border-color: #5B992B #5B992B #538C27;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 8px 4px #8DBF67 inset, 0 1px 0 0 #EEEEEE;
}
table.c-app td {
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 5px;
    color: #1C94C4;
}
a#apply {
    position: fixed;
    top: 150px;
    right: -23px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
a#apply:hover {
    right: -5px;
}
div.app-step {
    width: 220px;
    float: left;
    padding: 5px;
    margin: 5px;
    background-color: #CCC;
    color: #696969;
    font-weight: bold;
    text-align: center;
    font-size: 8pt;
    border: solid 2px #A19B9E;
}

div.app-step-curr {
    color: #ffffff;
    background-color: #205791;
    border: solid 2px #ffffff;
    -moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow:         0px 0px 5px 0px rgba(0,0,0,0.5);
}
table.c-app td.label {
    color: #696969;
    font-size: 8pt;
    padding-left: 5px;
    padding-right: 10px;
    width: 40%;
}
table.u-rows td {
    border-bottom: solid 1px #CCC;
}
div.edit-app {
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    padding: 3px;
    width: 60px;
    text-align: center;
    background: #205791;
    color: #ffffff;
    border: solid 2px #ffffff;
    cursor: pointer;
    -moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow:         0px 0px 5px 0px rgba(0,0,0,0.5);
    font-weight: bold;
    font-size: 8pt;
}
div.edit-app:hover {
    background: #09f;
}
#sp-contact {
    max-width: 400px;
}

#lead-container .dataTables_length, #lead-container .dataTables_filter {
    width: 250px;
    float: left;
    padding-bottom: 5px;
}
#lead-container .dataTables_filter label, #lead-container .dataTables_length label {
    width: 100%
}
#lead-container .dataTables_length select {
    float: none;
    width: 50px;
}
#lead-container table tr td {
    padding-top: 2px;
    padding-bottom: 2px;
}
#lead-container .dataTables_paginate a {
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 1px;
}
.a_btn {
    float: left;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
}
div.chat-btn {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 120px;
    z-index: 5000;
}
div.chat-btn img {
    width: 100%;
}

.pic-thumb {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.4);
    border: solid 3px #ffffff;
    width: 150px;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
}