﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after
    {
        content: '';
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* General */

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.text-align-center
{
    text-align: center;
}

body
{
    background-color: #f8f8f8;
    font-family: Arial;
}

.main_holder
{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: 200px auto 0;
    max-width: 500px;
    overflow: hidden;
}

.img_holder
{
    position: relative;
    max-width: 600px;
}

    .img_holder .login_image
    {
        display: block;
        width: 100%;
    }

.logo_wrap
{
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
}

.login_logo
{
    display: block;
    margin: 0 auto;
    width: 170px;
}

.form_holder
{
    margin: 10px 30px 30px;
}

.signinTitle
{
    font-family: Century Gothic, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    line-height: 50px;
    display: block;
}

#topnav.navbar-default
{
    background: #2c74a3;
}

#topnav
{
    margin: 0;
    border: none;
    padding-right: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 11;
    min-height: 50px;
}

.navbar-brand
{
    background: url(../../Images/taxtrack-logo.png) no-repeat left 0 center;
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
    height: 50px;
    width: 95px;
    padding: 16px 0 !important;
    display: block;
    float: left;
    margin-left: 15px;
}

.accounts
{
    margin-left: 35px;
}

.text-danger
{
    color: #a94442;
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row.tile
{
    margin-bottom: 0;
    cursor: pointer;
    outline: none;
    color: inherit;
    display: block;
}

    .row.tile:hover
    {
        background-color: #e6e6e6;
        background-color: rgba(0,0,0,0.1);
        color: inherit
    }

    .row.tile:active
    {
        background-color: #b3b3b3;
        background-color: rgba(0,0,0,0.3);
        color: inherit
    }

    .row.tile .table
    {
        padding: 12px 0;
    }

    .row.tile .table-cell:first-child
    {
        padding: 0 12px;
    }

    .row.tile .content
    {
        line-height: 16px;
        padding-left: 24px;
    }

        .row.tile .content > *
        {
            word-wrap: break-word;
        }

.username-width
{
    width: 90%;
    width: calc(100% - 21px);
}

.table
{
    width: 100%;
    display: table;
    table-layout: fixed;
    max-width: 100%;
}

    .table .table-row
    {
        display: table-row;
    }

    .table .table-cell
    {
        display: table-cell;
        vertical-align: middle;
    }

.tile-img
{
    width: 48px;
    height: 48px;
    font-size: 48px;
}

.input-group
{
    margin: 5px;
    position: relative;
    display: table;
    border-collapse: separate;
    width: 90%;
}

    .input-group .form-control
    {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-topright: 0;
    }

.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-addon
{
    padding: 0px 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control
{
    display: table-cell;
}

.btn
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary
{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn:active, .btn.active
{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:hover, .btn:focus, .btn.focus
{
    color: #333;
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
    background-image: none;
}

.bg-danger
{
    background-color: #f2dede;
    padding: 15px;
    margin-top: 15px;
}

.btn-danger
{
    border: none;
    background: #fff;
    color: #ff4c4c;
    font-weight: 500;
}

.text-align-right
{
    text-align: right;
}