@font-face {
    font-family: Roboto-Regular;
    src: url('fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Black;
    src: url('fonts/Roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: Lato;
    src: url('fonts/Lato/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato-Bold;
    src: url('fonts/Lato/Lato-Bold.ttf');
}

@font-face {
    font-family: Lato-Black;
    src: url('fonts/Lato/Lato-Black.ttf');
}


/* All pages   -------------------------------- */
.tabHeader {
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 10px;
    font-family: NunitoSans-SemiBold, Lato-Bold, sans-serif;
}

.secondHeader {
    font-size: 13px;
    color: #B12020;
    padding: 5px 0;
    font-family: NunitoSans-SemiBold, Lato-Bold, sans-serif;
}

.secondaryColor {
    color: #666666;
}

table {
    color: #666666;
}

.bold {
    font-weight: bold;
}

.bluehr {
    border-top: 3px solid #DCEAF6;
    border-width: 3px 0 0;
    height: 3px;
    clear: both;
}

body {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    width: 1050px;
    margin-top: 15px;
    margin: 0 auto;
}

td {
    color: #333333;
}

table {
    font-size: 1em;
}

.indented {
    padding-left: 1px;
}

/* Summary Page   -------------------------------- */
.initScore {
    color: #8888AA;
}

.currScore {
    color: #8888AA;
}

.improvement {
    color: #8888AA;
}

.details {
    color: #888888;
    font-size: 11px;
}

.tableHeader {
    font-size: 15px;
}

.equifax {
    color: #993300;
}

.experian {
    color: #003399;
}

.transunion {
    color: #336600;
}

.repsays {
    font-size: 11px;
    color: #365FC8;
    text-transform: uppercase;
    font-family: Tahoma;
    clear: both;
    padding: 15px;
}

.total {
    border-top: 1px solid black;
}

/* Knowledge Page   -------------------------------- */
.question {
    background: #ffeeee;
    border-bottom: 1px white solid;
    border-bottom-width: 5px;
    padding: 10px;
    width: 300px;
}

.divquestion {
    background: #ffeeee;
}

.question span {
    vertical-align: middle;
}

.question img {
    vertical-align: middle;
    margin-right: 10px;
}

.answer img {
    width: 70px;
    height: 70px;
}

.answer {
    color: #666666;
    padding-left: 30px;
}

.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 a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table.status a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table.status a:active, table.status a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

table.status {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-spacing: 0;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table.status th {
    padding: 7px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

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 tr {
    text-align: center;
    padding-left: 20px;
}

table.status td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table.status td {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table.status tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

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.status tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

table.draggable {
    height: 320px;
    border-collapse: collapse; /*margin: 50px auto;*/
    border: #ccc 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: float 5s infinite;
}

table.draggable th {
    padding: 5px;
    font-size: 11px;
    background: steelblue;
    color: white;
}

.progress {
    padding: 15px;
}