/* 
    Document   : styles
    Created on : Dec 5, 2013, 12:04:48 PM
    Author     : Dan
    Description:
        Purpose of the stylesheet follows.
*/

* { 
    padding: 0px;
    margin: 0px;
    font-size: 1em;
}

html {
    height: 100%;
}

body {
    background: #333333;
    height: 100%;
}

label {
    font-size: 1em;
}

input[type=text], input[type=password] {
    height: 1.2em;
    font-size: 1em;
    padding: 0px 4px 0px 4px;
}

input[type=submit], input[type=button] {
    padding: 2px 5px 2px 5px !important; /* override jquery styling */
    font-size: 1em;
    margin-right: 40px;
}

input[type=submit]:disabled, input[type=button]:disabled {
    color: #cccccc;
}

.formRow {
    margin: 10px 0px 10px 0px;
}

.formRow label, .formRow input {
    display: inline-block;
}

form input[type=submit] {
    float: right;
}

#pageArea {
    width: 900px;
    margin: 0px auto 0px auto;
    background: #e4e4e4;
    margin-top: 125px;
    padding: 20px;
}

#header {
    height: 125px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: #F5A331;
    background: #222222;
    border-bottom: 2px #000000 solid;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
}

#header h1 {
    font-size: 48px;
}

#header h2 {
    font-size: 24px;
}

#poweredby {
    color: #aaaaaa;
    margin-top: 10px;
    font-size: 10px;
}

#poweredby a {
    color: #F5A331;
}

#loginBox {
    width: 650px;
    margin: 0px auto 0px auto;
}

hr {
    border: none;
    border-top: 1px #333333 solid;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ppSection {
    margin-left: 10px;
}

#ppDecForm {
    margin-bottom: 50px;
}

#ppDecForm h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ppDecForm h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ppDecForm h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 20px;
}

#ppDecForm .lineItem {
    margin-bottom: 20px;
}

.inputItem {
    margin-left: 15px;
}

.inputItem label {
    display: inline-block;
    width: 120px;
}

.inputItem input {
    width: 375px;
}

.ppTable {
    border-collapse: collapse;
    width: 100%;
}

.ppTable th, .ppTable td {
    padding: 2px 10px 2px 10px;
    border: 1px #999 solid;
}

.ppTable th {
    background: #bbb;
    text-align: center;
}

.ppTable tr:nth-child(odd) {
    background: #d9d9d9;
}

.ppTable input, .ppTable select {
    width: 95%;
    display: inline-block;
}

td.removeBox {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    background: #D62511;
    text-align: center;
    cursor: pointer;
    width: 20px;
}

.addPPItem {
    background: #269110;
    width: 20px;
    height: 20px;
    font-family: sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin: 5px 5px 15px 5px;
    
}








/*#contactInfo div {
    margin-bottom: 5px;
}

#contactInfoDisplay span {
    margin-right: 5px;
    display: inline-block;
    width: 100px;
    text-align: right;
}

#contactInfoDisplay .left {
    float: left;
    margin-right: 50px;
}

#contactInfo h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}*/

#loginBox .formRow label {
    width: 100px;
    text-align: right;
}

/*#contactInfo form {
    margin-top: 40px;
}

#contactInfo form label {
    display: inline-block;
    width: 180px;
    margin-left: 40px;
}



#addressChangeForm {
    margin-left: 50px;
}

#contactInfo form p {
    margin-bottom: 4px;
    display: block;
}*/


/*#addressChangeForm label {
    width: 100px;
    text-align: right;
}

#curPP h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#curPP .ppList {
    margin-left: 20px;
}*/



/*.vinInput {
    width: 300px;
}*/

/*.removeBox {
    width: 20px;
}*/



/*

table input, table select {
    width: 100%;
}*/








/*.ppItem {
    width: 100%;
    overflow: auto;
    min-height: 90px;
    background: #b6e6ff;
    box-shadow: 0 1px 1px #666;
    border: 1px #333 solid;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    
}

.ppItem .ppContent {
    float: left;
    padding: 10px 45px 10px 10px;
}

.ppRemove {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 40px;
    height: 40px;
    background-image: url('../images/close-final2.png');
    
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ff4d4d;
    border-left: 1px #333 solid;
    border-bottom: 1px #333 solid;
}

#curItemsList {
    margin-bottom: 20px;
}

#addedItemsList {
    margin-top: 20px;
}

#phoneChangedSection {
    margin: 20px 0px 50px 0px !important;
    clear: both;
}*/


/*.selectBox {
    display: inline-block;
}

.itemDesc label {
    width: 120px;
}*/

.loadingDialog {
    text-align: center;
}

.loadingDialog .ui-dialog-title {
    text-align: left;
}

.loadingDialog .ui-dialog-titlebar-close {
    display: none;
}

.loadingDialog img {
    margin: 20px;
}

/*input.ng-invalid, #loginBox input.ng-invalid {
    border: 1px #dc6969 solid;
}

input.ng-valid, #loginBox input.ng-valid {
    border: 1px #90c57c solid;
    background: #c8eeba;
}*/

input.ng-invalid, select.ng-invalid {
    border: 4px #dc6969 solid;
}

input.ng-valid, select.ng-valid {
    border: 2px #90c57c solid;
    background: #c8eeba;
}


/*#nextLine {
    text-align: right;
}

.changeInfo {
    margin-left: 40px;
    margin-bottom: 5px;
}

.change {
    margin-bottom: 40px;
}

.change h2 {
    margin-bottom: 5px;
}*/

.strong {
    font-weight: bold;
}

/*#realEstateChanges label {
    width: 200px;
}


.adminLogin form {
    display: inline-block;   
}

.adminConfirm tr:nth-child(even) {
    background: #e4e4e4;
}

.adminConfirm table {
    margin-left: 20px;
}

.adminConfirm form {
    display: inline-block;
    margin-bottom: 20px;
}

.adminConfirm tr:nth-child(odd) {
    background: #ccc;
    margin-bottom: 2px;
}

.adminConfirm td {
    padding: 2px 5px 2px 5px;
}

#cancel {
    margin-top: 15px;
}*/

#penaltyTable {
    border-collapse: collapse;
}

#penaltyTable th, #penaltyTable td {
    padding: 2px 10px 2px 10px;
    border: 1px #999 solid;
}

#penaltyTable th {
    background: #bbb;
    text-align: center;
}

#penaltyTable .penaltyAmt {
    text-align: right;
}

#penaltyTable tr:nth-child(odd) {
    background: #d9d9d9;
}