﻿/*
    PIC: Windows 8 Metro Design
    Copyright © ACIT 2012 - 2013
                                 */
/* Globals */
header, footer, nav, section
{
    display: block;
}

body
{
    font-family: "Segoe UI", Calibri, Cambria;
    padding-left: 100px;
    padding-right: 100px;
    color: #FFFFFF;
    background-color: #4D2434;
    margin-left: auto;
    margin-right: auto;
}

img.logo
{
    margin: -10px -30px;
    font-family: Britannic;
    font-size: 3.3em;
    border: none;
    max-height: 80px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Form styles */
form
{
    line-height: 20px;
    font-size: 0.9em;
}

dl dt 
{
    font-weight: bold;
}


input[type="text"], input[type="number"], input[type="password"]
{
    padding: 2px;
    border: 1px solid #000000;
    box-shadow: 2px 2px 2px #000000;
    font-weight: 400;
    width: 200px;
    font-family: "Segoe UI";
}

textarea
{
    width: 200px;
    height: 50px;
    font-family: Calibri;
    padding: 2px;
    box-shadow: 2px 2px 2px #000000;
    overflow: auto;
    border: 1px solid #000000;
    resize: none;
    font-weight: 400;
}

input[type="button"], input[type="submit"]
{
    padding: 3px 6px 3px 6px;
    font-family: "Segoe UI";
    color: #FFFFFF;
    font-weight: 400;
    border: none;
}

a.buttonstyle
{
    padding: 3px 6px 3px 6px;
    font-size: 14px;
    font-family: "Segoe UI";
    color: #FFFFFF;
    font-weight: 400;
    border: none;
    cursor: default;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    a.buttonstyle:hover
    {
        text-decoration: none;
    }

select
{
    font-family: 'Segoe UI';
    font-weight: 400;
    padding: 2px;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 2px #000000;
    font-size: 0.9em;
    width: 204px;
}



/* User bar */
#user-bar
{
    float: right;
    display: block;
    width: auto;
    height: 50px;
    margin: 20px;
    list-style: none;
    text-align: right;
}

#dropdown
{
    border: 2px solid #808080;
    padding: 10px;
    width: 120px;
    display: none;
    background-color: #FFFFFF;
    list-style: none;
    box-shadow: 2px 2px 2px #000000;
    z-index: 100;
}

    #dropdown li
    {
        text-align: left;
    }

#user-bar li
{
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

    #user-bar li:hover > ul
    {
        display: block;
    }

#dropdown a
{
    font-family: 'Segoe UI';
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    z-index: 10;
    padding-top: 10px;
}

    #dropdown a:hover
    {
        text-decoration: underline; /*border-bottom: 2px solid #000000;*/
    }

/* Home Screen */
h1
{
    margin-top: 10px;
    font-weight: 400;
}

a.tiles
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

#tile-area
{
    height: 600px;
    position: relative;
    margin-top: 40px;
    overflow-x: auto;
}

div.large-tile
{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-weight: 500;
    font-size: 13px;
    width: 248px;
    height: 120px;
}

div.small-tile
{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-weight: 500;
    font-size: 13px;
    width: 120px;
    height: 120px;
}

    div.small-tile:hover, div.large-tile:hover
    {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFFFFF;
    }

    div.large-tile p, div.small-tile p
    {
        padding: 10px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 600;
    }

    div.large-tile span, div.small-tile span
    {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

div.tile-groups
{
    position: absolute;
    min-width: 248px;
}

    div.tile-groups h3
    {
        text-align: center;
        font-weight: 400;
    }

/* Other screens */
#content-area
{
    line-height: 30px;
    height: 600px;
    position: relative;
    margin-top: 40px;
    overflow-x: auto;
}

    #content-area h3
    {
        font-family: 'Segoe UI';
        font-weight: 600;
    }

#screen-heading
{
    margin-top: 10px;
}

    #screen-heading h1
    {
        position: absolute;
        margin: 0 30px;
        display: inline-block;
    }

a.back
{
    border: none;
    background-image: url('../Content/images/back.png');
    width: 48px;
    height: 48px;
    display: inline-block;
}

    a.back:hover
    {
        background-image: url('../Content/images/back-hover.png');
    }

    a.back:active
    {
        /*margin-left: 1px;*/
        background-image: url('../Content/images/back-click.png');
    }

#tab-nav
{
    list-style: none;
    width: auto;
}

    #tab-nav li
    {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

        #tab-nav li a
        {
            text-decoration: none;
            color: #808080;
            font-weight: 600;
            font-size: 20px;
        }

            #tab-nav li a:hover
            {
                color: #FFFFFF;
            }

            #tab-nav li a.selected
            {
                text-decoration: none;
                color: #FFFFFF;
                font-weight: 400;
                font-size: 2em;
            }

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* Login Screen */
#login-area
{
    margin-top: 56px;
    line-height: 30px;
}

    #login-area label
    {
        font-size: 15px;
        font-weight: 400;
    }

input.login-text
{
    font-family: 'Segoe UI';
    width: 200px;
    padding: 3px;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 2px 2px #000000;
    font-weight: 500;
}

input.login-submit
{
    padding: 2px 10px 2px 10px;
    font-family: 'Segoe UI';
    background-color: #0094FF /*#401f92*/;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 500;
}

    input.login-submit:focus
    {
        background-color: #006EBD;
    }

a.login
{
    padding: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1em;
}

    a.login:hover
    {
        text-decoration: underline;
    }

div.validation-summary-errors li
{
    margin-left: -40px;
    list-style: none;
}

span.field-validation-error
{
    margin-left: 10px;
    font-size: 12px;
    color: red;
}

.input-validation-error
{
    border: 0.1px solid red;
    background-color: #FFCEE7;
}

/* User/Membership Screens */
#user-membershiplist
{
    font-size: 1.1em;
    line-height: 30px;
    background-color: #707070;
}

    #user-membershiplist thead th
    {
        color: #000000;
        font-weight: 600;
        padding: 0 20px 0 20px;
        background-color: #DDDDDD;
    }

    #user-membershiplist tbody td
    {
        color: #000000;
        height: 20px;
        padding: 0 20px 0 20px;
        font-weight: 400;
        text-align: center;
        background-color: #FFFFFF;
        font-family: Calibri;
        font-size: 0.9em;
    }

    #user-membershiplist th a
    {
        color: #000000;
        text-decoration: none;
    }

        #user-membershiplist th a:hover
        {
            text-decoration: underline;
        }

    #user-membershiplist td a
    {
        color: #002C8C;
    }

        #user-membershiplist td a:hover
        {
            color: #F00;
        }

#UserRole, #UserName, #Email, #Password, #ConfirmPassword
{
    width: 200px;
}

/* Personalise Screen */
#tiles-list
{
    margin: 0;
    position: absolute;
}

#tileslist
{
    width: 200px;
    height: 360px;
}

#tiles-detail
{
    position: absolute;
    margin: 0 240px;
}

    #tiles-detail #tiles-detail input, #tiles-detail label, #tiles-detail select
    {
        font-size: 12px;
        position: absolute;
    }

    #tiles-detail a
    {
        color: #FFFFFF;
    }

        #tiles-detail a:hover
        {
            color: #f00;
        }

#previewtile:hover
{
    border: none;
    cursor: default;
}

/* New Quote screen */
#newquote-wrapper
{
    display: block;
    height: 260px;
}

#newquote-left
{
    margin: 0;
    position: absolute;
    display: block;
    width: 300px;
}

#newquote-right
{
    margin: 0 400px;
    position: absolute;
    display: block;
    width: 300px;
}

a.termsandconditions
{
    color: #FFFFFF;
}

#newquote-summary
{
    line-height: 25px;
}

    #newquote-summary b
    {
        color: #707070;
    }

span.errordots
{
    color: #FF0000;
    margin-left: 5px;
    display: none;
}

/* Quote Summary screen */
#quotesummary-wrapper
{
    line-height: 22px;
    font-size: 0.9em;
    display: block;
    height: 240px;
}

#quotesummary-left
{
    position: absolute;
    margin: 0;
}

#quotesummary-right
{
    position: absolute;
    margin: 0 380px;
}

.disc-List
{
    font-size: 0.9em;
    line-height: 15px;
    width: 800px;
    overflow-y: scroll;
    padding: 10px;
}

#rate-table
{
    line-height: 20px;
}

    #rate-table th
    {
        padding-left: 10px;
        padding-right: 10px;
        color: #707070;
        font-weight: 800;
    }

    #rate-table td
    {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

/* Current Quotes screen */
#search-wrapper
{
    width: 100%;
}

#currentquotes-list
{
    background-color: silver;
    border-spacing: 0;
    border: 2px solid silver;
}

    #currentquotes-list thead th
    {
        padding: 0 20px 0 20px;
        background-color: #FFFFFF;
    }

    #currentquotes-list tbody tr
    {
        font-size: 0.9em;
        color: #000000;
        text-align: center;
        background-color: #FFFFFF;
    }

    #currentquotes-list tbody td
    {
        padding: 0 10px 0 10px;
        border-top: 1px solid silver;
    }

    #currentquotes-list tbody tr:hover
    {
        background-color: #D5DEFF;
    }

    #currentquotes-list thead th a
    {
        color: #003399;
        text-decoration: none;
    }

        #currentquotes-list thead th a:hover
        {
            text-decoration: underline;
        }

#redFlag
{
    background-image: url('images/Flag-red-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

#greenFlag
{
    background-image: url('images/Flag-green-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

/* Configuration screens */
#ui-datepicker-div
{
    font-size: 12px;
}

#configuration-editcanvas
{
    position: absolute;
    top: 50px;
    left: 200px;
}

#configuration-editcanvas_2
{
    position: absolute;
    top: 50px;
    left: 280px;
}

/* Rates screen */
.rates-list
{
    border-spacing: 0;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px silver solid;
}

    .rates-list thead th
    {
        padding: 0 20px 0 20px;
    }

    .rates-list tbody tr
    {
        font-size: 0.9em;
        text-align: center;
    }

    .rates-list tbody td
    {
        padding: 0 10px 0 10px;
        border-top: 1px solid silver;
    }

    .rates-list tbody tr:hover
    {
        background-color: #D5DEFF;
    }

    .rates-list thead th a
    {
        color: #003399;
        text-decoration: none;
    }

        .rates-list thead th a:hover
        {
            text-decoration: underline;
        }

#rate-details-wrapper
{
    padding: 10px;
    width: inherit;
    font-size: 0.9em;
    line-height: 20px;
    display: block;
    height: 100px;
}

#rate-details
{
    margin: 0;
    position: absolute;
    text-align: left;
}

#rate-matrix
{
    margin: 0;
    position: absolute;
    margin: 0 300px;
}

    #rate-matrix td
    {
        border: none;
    }

table.dataTable
{
    clear: both;
    width: 70%;
}

    table.dataTable td
    {
        padding: 3px 10px;
    }

.rates-list thead th:hover
{
    cursor: pointer;
    text-decoration: underline;
}

table.dataTable thead th:active,
table.dataTable thead td:active
{
    outline: none;
}

.dataTables_wrapper
{
    position: relative;
    clear: both;
    *zoom: 1;
}

.dataTables_length
{
    width: auto;
    padding: 0 25px 15px 0;
    float: left;
}

.dataTables_filter
{
    width: auto;
    float: left;
    text-align: right;
}

.dataTables_info
{
    float: left;
    font-size: 11px;
}

/* Full number pagination */


.paging_full_numbers
{
    float: right;
    margin-right: 30%;
}

    .paging_full_numbers a
    {
        padding: 0px 8px 0px 8px;
    }

        .paging_full_numbers a:active
        {
            color: #660066;
        }

        .paging_full_numbers a:hover
        {
            text-decoration: underline;
            color: #0066FF;
        }

        .paging_full_numbers a:disabled
        {
            text-decoration: underline;
            color: #0066FF;
        }


/* Edit Rate Screen */
#editrates-matrix
{
    text-align: center;
}

    #editrates-matrix th
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    #editrates-matrix td
    {
        padding-top: 5px;
    }

    #editrates-matrix tr
    {
        text-align: center;
    }

/* Add Rate screen */
#addrate-canvas2
{
    margin: 0;
    display: none;
    position: absolute;
}

/* Clients/Insurer Screen */
h2.client-insurer-screen
{
    padding: 0;
    margin-top: 0;
    font-weight: 500;
}

#qdet-table td
{
    text-align: left;
}

div.col
{
    width: 24%;
    float: left;
}

ul.table
{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: right;
    list-style: none;
}

li.col
{
    width: 24%;
    float: left;
}

div.row
{
    width: 100%;
    padding-top: 0.7em;
}

div.rowleft
{
    width: 49%;
    padding-top: 0.7em;
    float: left;
}

div.rowright
{
    width: 50%;
    padding-top: 0.7em;
    float: right;
}

div.editor-label
{
    padding-bottom: 0.5em;
}

div.textboxbig #Email
{
    width: 300px;
}

/* Import Rates */
.upload
{
    position: relative;
    height: 1%;
    width: 504px;
}

.realupload
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 270px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
    float: left;
}

div.fakeupload
{
    background: url('../Content/images/browse.gif') no-repeat 100% 50%;
}

form .fakeupload input
{
    width: 401px;
}


.searchTerm
{
    font-weight: bold;
}

/*Payment*/

div.paymentselection
{
    margin-top: 2em;
}