﻿.typical-page
{
    padding: 2rem 3rem 1rem;
}

    .typical-page:after {
        display: block;
        content: "";
        clear: both;
    }

.typical-page h1 {
    color: #006CB7;
    font-size: 2.15em;
    font-weight: normal;
    margin: 0 0 10px;
}

.typical-page h2 {
    color: #FF9900;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    margin-bottom: 17px;
}

.typical-page h3 {
    font-weight: normal;
    color: #FF9900;
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 17px;
}

.typical-page a {
    color: #666666;
}

.typical-page p a {
    color: #006CB7;
}

.typical-page p a:hover {
    color: #809DBF;
}


.typical-page a:hover {
    text-decoration: none;
}

.dashboard-table,
.admin-list-table,
.table-style {
    width: 100%;
    font-size: 0.85em;
}

.admin-list-table,
.table-style {
    border: 1px solid #F90;
}

.table-style
{
    margin-bottom: 10px;
}

.admin-list-table th,
.table-style th
{
    color: #006CB7 !important;
}

.table-Row:hover,
.table-altRow:hover td
{
    background-color: #FFF3E0 !important;
}

.table-style th,
.table-style td
{
    text-align: left;
}

    .table-style td.table-icon-cell
    {
        width: 1%;
        white-space: nowrap;

        padding-right: 5px;
        padding-left: 5px;
    }

.table-style tr:nth-child(odd) td
{
    background: #EEEEEE;
}

.filterHolder
{
    padding: 10px 18px;
    border-bottom: 0;
}

.filterHolder h2
{
    margin-bottom: 0;
}

.filterHolder .filterLeft,
.filterHolder .filterRight
{
    width: 341px;
    min-height: 122px;
    padding: 10px;
    float: left;
    margin: 10px 5px 0 0;
    background-color: #FFF3E0;
}

    .filterHolder .filterRight
    {
        width: 520px;
        background-color: #E0ECF9;
    }

    .filterHolder .filterRight .left,
    .filterHolder .filterRight .right
    {
        width: 50%;
        float: left;
    }

        .filterHolder .filterLeft .field label
        {
            text-align: left;
            margin: 6px 0 0;
        }

        .filterHolder .filterRight .left .field label,
        .filterHolder .filterRight .right .field label
        {
            width: 80px;
            margin: 6px 0 0;
            text-align: left;
        }

        .filterHolder .filterRight .right .field img
        {
            position: relative;
            top: 5px;
        }

        .filterHolder .filterRight .right .field label
        {
            width: 65px;
        }

        .filterHolder .filterRight .right .field input[type=text]
        {
            height: 18px;
        }

    .filterHolder .filterLeft .button-holder
    {
        margin: 0 0 0 0;
        text-align: right;
    }

    .filterHolder .filterRight .button-holder
    {
        margin: 0 25px 0 0;
        text-align: right;
    }


    /*Tabs*/

ul.nav
{
    /*height: 32px;*/
    margin: 0;
    padding: 0.4% 1% 0;
    list-style-type: none;
    background-color: #006CB7;
}

    ul.nav li
    {
        float: left;
    }

        ul.nav li a
        {
            display: block;
            margin: 0 10px 0 0;
            padding: 0.4em 1em;
            font-size: 1.2em;
            font-weight: bold;
            color: #ffffff;
        }

        ul.nav li a:hover,
        ul.nav li a.current
        {
            background-color: #ffffff;
            color: #006CB7;
            
            border-radius: 10px 10px 0 0;
        }

/*Owner Page*/

#my-details-holder
{
    margin: 0;
}

#enquiries .list-wrap,
#bookings .list-wrap,
#my-details-holder .list-wrap
{
    margin: 15px 0;
    /*border: 2px solid #FF9A02;*/
}