/* All pages   -------------------------------- */
.tabHeader {
    font-size: 14px;
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
}


.secondHeader {
    color: #B12020;
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
}

.secondaryColor {
    color: #666666;
}

table {
    color: #666666;
}

.bold {
    font-weight: 700;
}

.bluehr {
    border-top: 3px solid #DCEAF6;
    border-width: 3px 0 0;
    height: 3px;
    clear: both;
}

body {
    margin: 0 auto;
    font-size:12px;
}

td {
    color: #333333;
}

.indented {
    padding-left: 1px;
}

/* Summary Page    -------------------------------- */
.initScore {
    color: #8888AA;
}

.currScore {
    color: #8888AA;
}

.improvement {
    color: #8888AA;
}

.details {
    color: #888888;
}

.tableHeader {
    font-size: 15px;
}

.equifax {
    color: #993300;
}

.experian {
    color: #003399;
}

.transunion {
    color: #336600;
}

.repsays {
    color: #787878;
    font-style: italic;
}

.total {
    border-top: 1px solid black;
}

/* Knowledge Page    -------------------------------- */
.question {
    padding: 10px;
    width: auto;
    border: 1px solid #eee;
    margin-bottom: 8px;
    font-size: 13px;
}

.question span {
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
}

.question img {
    vertical-align: middle;
    margin-right: 10px;
}

.answer img {
    width: 70px;
    height: 70px;
}

.answer {
    color: #666666;
    padding-left: 30px;
    width: 500px;
}

.block {
    display: inline;
    width: 12px;
    height: 16px;
    margin: 3px;
    padding: 0 12px 0 0;
    border: 1px solid gray;
}

.other {
    background-color: #FF0000
}

.deleted {
    background-color: #00FF00
}

.updated {
    background-color: #00FF99
}

.inprogress {
    background-color: #FFFF00
}

.todo {
    background-color: #FFFCCC
}

.block.total {
    background-color: lightBlue
}

table.status tr:first-child {
    background-color: #ffa536;
    height: 40px;
}

table.status th {
    color: #2f2e2e;

    text-transform: uppercase;
    font-family: "Roboto";
    font-weight:700;
    border-bottom:2px solid red;
}

table.status th:first-child {
    text-align: left;
    padding-left: 20px;
}

table.status tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table.status tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table.status td {
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid white
}

.tbody .tbrow_0 td {
   border-top:none;
}

table.status input[type=text], table.status td select {
    /*border: rgba(238, 238, 238, 0.57);*/
    border:none;
    background-color: rgb(239, 239, 239);
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    min-width: 60px;
    width:60px;
    text-align: center;
    display: table-cell;
    font-size:12px;
    font-weight:500;
}

table.status select {
    text-align-last: center;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: unset !important;
}

table.status select::-ms-expand {
    display: none;
}

.total-group-iwillpay td input{
    height: 30px;
    background-color: #d5efd5 !important;
    border: none;
    width:70px !important;
    font-size: 13px !important;
    font-weight:600 !important;
}

.archive-row td input[type=text]{
    width: 95% !important;
}

table.status tfoot td{
    text-align: center;
    border-top: none !important;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

table.status tfoot td input{
    font-weight: 600 !important;
    font-size: 13px !important;
    min-width: 65px !important;
    width: 70px !important;
}


table.status tfoot tr {
    background-color: #fff !important;
}

#status .bottom-submit {
    margin-left:25px;
    float:left;
}

table.status_mobile td {
    font-size: xx-large;
    padding: 10px;
    width:50%;
    vertical-align: middle;
}

table.debtrow_mobile td:first-child {
    width:50%;
    vertical-align: middle;
}

table.totalrow_mobile {
    margin:0 auto;
    width:100%;
}

table.totalrow_mobile tr {
    text-align: center;
}

table.totalrow_mobile td input, table.totalrow_mobile td button {
    width:100%;
}

table.totalrow_mobile td button {
    padding:inherit;
}

table.totalrow_mobile td {
    vertical-align: middle;
    font-size: larger !important;
}

table.totalrow_mobile td input {
    font-weight: 700;
    background-color: #d5efd5;
    text-align: center;
    border: 1px solid green !important;
}


table.status_mobile td input {
    font-size: xx-large !important;
    padding: 10px;
    width: 100% !important;
    max-width: inherit;
    height:inherit;
}

table.status_mobile td input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2.5); /* IE */
    -moz-transform: scale(2.5); /* FF */
    -webkit-transform: scale(2.5); /* Safari and Chrome */
    -o-transform: scale(2.5); /* Opera */
    transform: scale(2.5);
    text-align: center;
    margin-left: 30px;
    width: 100% !important;
}

.radio-span {
    padding-left:5px;
    padding-right:5px;
}

table.status_mobile td select {
    font-size: xx-large !important;
    padding: 15px;
    width: 101% !important;
    max-width: inherit;
    height:inherit;
}

table.status_mobile {
    width:100%;
}

table.status tr:last-child td {
    border-bottom: 0;
}

table.status tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table.status tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.draggable {
    height: 320px;
    border-collapse: collapse;
    border: #ccc 1px solid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: float 5s infinite;
}

table.draggable th {
    padding-left: 20px;
    font-size: 12px;
    background: steelblue;
    color: white;
}

table.summary tr:first-child {
    background-color: #ffc379;
}

table.summary th {
    padding: 15px;
    font-size: 13px;
    color:#333333;
    font-weight: 600;
    text-transform: uppercase;
}

table.summary th:first-child {
    text-align: left;
    border-top-left-radius: 10px !important;
}

table.summary th:last-child {
    border-top-right-radius: 10px !important;
}

.summary-second-child{
    background-color: #f7dcbf;
}

table.summary td:first-child{
    text-align: left;
    letter-spacing: normal;
    /*text-transform: uppercase;*/
   /* border-left: 1px solid #9E9E9E;*/
}


table.summary td:last-child{
    /*border-right: 1px solid #9E9E9E;*/
}
table.summary td {
    padding: 5px 15px;
    text-align: right;
    font-weight: 500;
    letter-spacing: 1px;
    /*font-size: 13px;*/
    line-height: 1;
}

table.summary-large {
    float: left;
}

table.summary-large td:first-child {
    text-align: left;
    width: 100px;
}

table.summary-large td {
    text-align: center;
    color: #000;
    padding: 10px;
}