﻿body {
    background-color: #E6E6E6;
}

header {
    padding-top: 15px;
    background-color: #fff;
}

a.logo { display: block; text-align: center; }

.enquiries {
    margin-top: 46px;
    color: #999;
    font-size: 24px;
    text-align: center;
}

    .enquiries small {
        color: #aaa;
        font-size: 16px;
    }

/* Small Screen */
@media (min-width: 768px) {
    a.logo { position: absolute; z-index: 1; }
    .search { height: 155px; }
}

/* Medium + Large Screen */
@media (min-width: 992px) {
    .search { height: auto; }
    .enquiries { margin-top: 0; }
}

.home-banner {
    position: relative;
}

.banner {
    width: 100%;
}

.home-intro {
    position: absolute; bottom: 30px; right: 30px;
    padding: 15px;
    color: #fff;
    background-color: #4F4C4D;
    text-align: center;
}

.home-content table {
    width: 100%;
}

table.home-white {
    table-layout: fixed;
    background-color: #fff;
    margin-bottom: 30px !important;
}

table.home-white td {
    padding: 30px 10px;
}

/* TOP NAV */

.nav-pills {
    position: relative;
    top: 20px;
    z-index: 1;
}

.nav-pills > li > a {
    color: #000;
    background-color: #FADC44;
}

.nav-pills > li:hover > a {
    color: #fff;
    background-color: #0069D5 !important;
}

.nav-pills > li.active > a {
    background-color: #4467B0;
}

.nav-pills > li + li {
    margin-left: 15px;
}

.dropdown-menu {
    margin-top: 0;
}

.nav-pills li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.nav img {
    margin-right: 5px;
}

/* BODY */

.internal {
    padding-top: 30px;
}

.inset {
    padding: 0;
}

/* CRUMBS */

.nav-crumbs {
    margin: 0 15px;
    border: 1px solid #999;
    border-bottom: none;
    padding: 0 15px;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    background-color: #fff;
}

.breadcrumb {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
    background-color: transparent;
}

    .breadcrumb a {
        color: #999;
    }

/* PAGE HEADER */

.page-header {
    position: relative;
    margin: 0 0 0 15px;
    border-bottom: 2px solid #999;
    padding: 0;
    /*padding: 7px 15px;*/
    color: #000;
    background-color: #FADC44;
}

    .page-header h1 {
        margin: 0;
        padding: 10px 14px;
    }

.bodycopy {
    margin: 0 15px;
    border: 1px solid #999;
    padding: 30px 15px;
    background-color: #fff;
    min-height: 500px;
}

/* SIDE NAV */

.menu-header {
    position: relative;
    margin-top: 26px;
    height: 15px;
}

    .menu-header h2 {
        position: absolute;
        top: 0;
        margin: 0;
        padding: 0 15px 0 25px;

        color: #fff;
        font-size: 24px;
        line-height: 40px;
        background-color: #4467B0;
    }
    
.tuck {
    position: absolute;
    border-bottom: 15px solid transparent;
    height: 15px;
    width: 15px;
}

.page-header .tuck {
    bottom: -17px;
    right: 0;
    border-left: 15px solid #999;
}

.menu-header .tuck {
    bottom: -40px;
    border-right: 15px solid #999;
}

.nav-stacked {
    margin-left: 15px;
    padding-top: 30px;
    background-color: #fff;
}

    .nav-stacked li + li {
        margin-top: 0;
        border-top: 1px dotted #999;
    }

    .nav-stacked li.active > a {
        color: #fff;
        background-color: #4467B0;
    }

    .nav-stacked .nav-stacked {
        margin-left: 0;
        padding-top: 0;
    }

    .nav-stacked ul li a {
        padding-left: 40px;
        background-color: #CDE0F3;
    }

/* FOOTER */
footer {
    padding: 15px;
    color: #999;
    font-size: 11px;
}
footer .copy { float: left; }

footer .link-list { display: inline-block; float: right; }
footer .link-list li { display: inline; padding: 0 1em; }
footer .link-list li a { color: #999; }
footer .link-list li + li { border-left: 1px solid #999; }

/* PRINT */

@media print {
    a[href]:after { content: none; }
    .nav-crumbs { margin: 0; border: 0; padding: 0; }
    .page-header { margin: 0; border: 0; padding: 0; }
    .page-header h1 { margin: 0; border: 0; padding: 0; }
    .bodycopy { margin: 0; border: 0; padding: 0; }
}

/* EDITOR */

body.editable {
    background: none no-repeat #fff;
}

.editable table { margin-bottom: 20px; width: 100%; }
.editable th, .bodycopy td { border-top: solid 1px #666; padding: 5px; vertical-align: top; }

.k-editor { height: 450px !important; margin-bottom: 20px; }
.k-editor-toolbar .k-button-group .k-state-disabled { display: inline-block; }

.k-saveHTML { background-image: url('/kendoui/save.png') !important; background-size: 24px 24px; }
.k-cancelHTML { background-image: url('/kendoui/cancel.png') !important; background-size: 24px 24px; }
.k-clean { background-image: url('/kendoui/clean.png') !important; background-size: 24px 24px; }

/* Radiate Setup */

fieldset.setup { position: relative; border: 1px solid #AAA; padding: 10px; }
fieldset.setup input[type=button] { padding: 0.25em 0.5em; } 
fieldset.setup input[type=submit] { padding: 0.25em 0.5em; } 
fieldset.setup legend { width: auto; border-bottom: none; margin-left: 25px; padding: 0 5px 0 42px; font-size: 16px; font-weight: bold; }
fieldset.setup legend img { position: absolute; top: -8px; left: 40px; *top: 4px; *left: 45px; }
fieldset.setup legend input { position: absolute; top: 20px; right: 10px; font-size: 12px; font-weight: normal; }
fieldset.setup hr { margin: 0; }

fieldset.setup table.details { table-layout: fixed; min-width: 500px; }
fieldset.setup table.lists { width: 100% !important; }
fieldset.setup th { text-align: left; } 
fieldset.setup .w300 { width: 300px; }
fieldset.setup .w400 { width: 300px; }
fieldset.setup .panelcontent { width: 100%; }
fieldset.setup .PageFilesTable {width: 100%;}
fieldset.setup .PageContentLinksTable {width: 100%;}

/* Contents */

.contents h2 a { font-size: 14px; color: #333; font-weight: bold; }
.contents ul { margin: 0; padding: 0; }
.contents li { list-style: none; }
.contents img { margin-right: 5px; }

/* SEARCH */

.search-results { margin: 20px 0; padding: 0; }
.search-results li { margin: 0; padding: 0.5em; list-style: none; border: solid 1px #fff; }
.search-results li + li { border-top: 1px solid #ccc; }

.search-results li h2 { font-size: 16px; margin: 0; }
.search-results li h2 small { color: #666; font-size: 10px; font-weight: normal; margin-left: 0.5em; }
.search-results li img { margin-right: 5px; }
.search-results li p { margin: 0.5em 0; }
.search-results li b { color: #333; }

.search-results li .path { color: #999; font-size: 10px; } 
.search-results li .path a { color: #999; }
.search-results li .path a:hover { color: #0A5E80; text-decoration: underline; }