.invoice-page .errors {
    color: #23C6C8;
}
.invoice-page .clear {
    clear:both;
}
.invoice-page .margin-right-15 {
    display: inline-block;
    margin-right: 15px;
}
.invoice-page .margin-left-50 {
    display: inline-block;
    margin-left: 50px;
}
.invoice-page .invoice-page {
    padding: 0 20% 0 8%;
}
.invoice-page hr{
    border: 1.5px solid;
}
.invoice-page h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.invoice-page .bottom-company {
    letter-spacing: 10px;
}
.invoice-page .buttons .btn {
    width: 300px;
}

.invoice-page .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.invoice-page {
    position: relative;
    margin: 0 auto;
    color: #001028;
    background: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.invoice-page header {
    padding: 10px 0;
    margin-bottom: 30px;
}

.invoice-page #logo {
    text-align: center;
    margin-bottom: 10px;
}

.invoice-page #logo img {
    width: 90px;
}

.invoice-page h1 {
    border-top: 1px solid  #5D6975;
    border-bottom: 1px solid  #5D6975;
    color: #5D6975;
    font-size: 2.4em;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px 0;
    background: #eee;
}

.invoice-page #project {
    float: left;
}

.invoice-page #project span {
    color: #5D6975;
    text-align: right;
    width: 52px;
    margin-right: 10px;
    display: inline-block;
    font-size: 0.8em;
}

.invoice-page #company {
    float: right;
    text-align: right;
}

.invoice-page #project div,
.invoice-page #company div {
    white-space: nowrap;
}

.invoice-page table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.invoice-page table tr:nth-child(2n-1) td {
    background: #F5F5F5;
}

.invoice-page table th,
.invoice-page table td {
    text-align: center;
}

.invoice-page table th {
    padding: 5px 20px;
    color: #5D6975;
    border-bottom: 1px solid #C1CED9;
    white-space: nowrap;
    font-weight: normal;
}

.invoice-page table .service,
.invoice-page table .desc {
    text-align: left;
}

.invoice-page table td {
    padding: 20px;
    text-align: right;
}

.invoice-page table td.service,
.invoice-page table td.desc {
    vertical-align: top;
}

.invoice-page table td.unit,
.invoice-page table td.qty,
.invoice-page table td.total {
    font-size: 1.2em;
}

.invoice-page table td.grand {
    border-top: 1px solid #5D6975;;
}

.invoice-page #notices .notice {
    color: #5D6975;
    font-size: 1.2em;
}

.invoice-page footer {
    color: #5D6975;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #C1CED9;
    padding: 8px 0;
    text-align: center;
}
.dashboard-tile {

}
.dashboard-tile__link {
    color: #515253;
    transition: color 0.2s ease-in-out;
}
.dashboard-tile .dashboard-tile__link {
    text-decoration: none;
}
.dashboard-tile__link:hover {
    color: #23b7e5;
}
.dashboard-tile__icon {
    padding: 30px 0;
    font-size: 70px;
}
.dashboard-tile h4 {
}
