﻿html {
    height: 100%;
}

body {
    margin: 0 0 20px;
    /* added for Team Visit Summary page (NCAA) to prevent page collapsing if there is no data for table */
    min-height: 600px;
    overflow-x: auto;
    min-width: 960px;
}

pre, code {
    font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
    border-top-width: 1px;
    border: 0 #ccc solid;
    clear: both;
    height: 0;
}

h1 {
    font-size: 31px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 11px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
    /*padding: 10px;*/
}

a:visited {
    color: #444444;
}

    a:hover, a:visited:hover {
        color: #005580;
        text-decoration: underline;
        cursor: pointer;
    }

p {
    margin: 0 0 10px !important;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

    em.sub-label {
        font-style: italic;
        color: #888888;
        margin-left: 5px;
    }

.body {
    background-color: #Ffffff; /**/
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    /*border-radius: 0 0 4px 4px;
    border-left: 1px #A9A9A9 solid;
    border-right: 1px #A9A9A9 solid;
    border-bottom: 1px #A9A9A9 solid;*/
    left: 0;
    margin-top: 10px;
    padding: 10px;
    /*position: relative; removed - causing problems on the affected fields drop down here: http://localhost:500/Administration/Site/Rules-And-Checks/Rules/Rule/00000000-0000-0000-0000-000000000000*/
    top: 0;
    width: 100%;
    z-index: 10; /* Properties below required for  	"Equal Height Columns" fix (see "Columns" section above) */
    clear: both;
    /*overflow: hidden; Removed as the  dropdown buttons are being cut off in inicua admission list and quarter list */
}

.home .body {
    overflow: visible;
}

.header {
    background-color: #ffffff;
}

.navbar {
    border: 0 none;
    padding: 10px 10px 0 10px;
    border-color: #a9a9a9 #a9a9a9 #333;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 0 0 3px;
}

    .navbar .dropdown-toggle {
        padding-top: 15px;
    }

.navbar-default {
    background-color: none transparent;
}

.navbar-brand {
    padding: 5px 25px 5px 5px;
}

.debug-mode, .maintenance-mode, .banner .project {
    float: left;
    position: relative;
    z-index: 0;
}

.dc-footer .logo {
    margin: 0 5px;
}

header .label {
    font-size: 150%;
}

.label-development {
    background-color: #777; /*'default'*/
}

.label-staging {
    background-color: #337ab7; /* 'primary' */
}

.label-pilot {
    background-color: #f0ad4e; /* 'warning' */
}

.label-training {
    background-color: #5cb85c; /* 'success' */
}

.label-production {
    background-color: #d9534f; /* 'danger' */
}


.maintenance-mode {
    background: transparent url(/Content/images/header_maintenance.gif) no-repeat left 0;
    /* must match .header height below */
    height: 97px;
    left: 200px;
    position: absolute;
    top: 0;
    width: 496px;
}

.debug-mode {
    height: 84px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 48px;
}

.header .left {
    height: 100%;
    position: relative;
    z-index: 20;
}

.header .right {
    height: 100%;
    position: relative;
    z-index: 30;
}

.header li {
    float: left;
}

    .header li a {
        color: #333333;
        text-decoration: none;
    }

.welcome {
    float: right;
    margin: 0 10px;
}

.header .links a {
    background: none repeat scroll 0 0 transparent;
    color: #333;
    font-size: 11px;
    margin: 0 5px;
}

.header .menu ul {
    margin: 66px 0 0;
}

.header .menu li {
    line-height: 15px;
    float: left;
    background-color: #E5E2DF;
    border-color: #FDFDFD;
    border-style: solid;
    border-width: 0 0 2px 0;
    margin: 0 2px 0 0;
}

.header .menu .first a {
    background-image: url("/Content/images/white-corners_tl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

.header .menu .last a {
    background-image: url("/Content/images/white-corners_tr.gif");
    background-repeat: no-repeat;
    background-position: right top;
}

.header .menu a {
    /*font-size: 12px; Removed as unreadable*/
    padding: 5px 8px;
    display: block;
}

.header .menu li.selected {
    border-bottom: 2px solid #333333 /* default grey */;
}

    .header .menu li.selected a {
        background-color: #333333 /* default grey */;
        color: #ffffff;
    }

.header .menu a:hover {
    background-color: #888888;
    text-decoration: none;
}

.header .menu ul li.selected a:hover {
    background-color: #333333;
}

.header .links ul {
    margin-top: -21px;
}

.header .links li {
    float: right;
    line-height: 10px;
    padding: 5px 0;
}


.header .links a:hover {
    color: #0088cc;
    text-decoration: underline;
}

.header .sign-in form {
    /*float: right;*/
    margin: 66px 0 0;
    width: auto;
    padding: 0;
}

.header .sign-in .welcome {
    float: none;
    position: absolute;
    right: 5px;
}

.header .sign-in li {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0;
}

    .header .sign-in li a {
        margin: 0 4px;
    }

.header .links .currentuser {
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
    clear: both;
}

.cookie-policy {
    background: none repeat scroll 0 0 #4e4e50;
    display: none;
    font-family: arial;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: center;
}

    .cookie-policy.show {
        display: block;
    }

    .cookie-policy p, .cookie-policy h3 {
        color: #fff;
        margin: 0;
        padding: 10px;
    }

    .cookie-policy h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        position: relative;
    }

    .cookie-policy a {
        color: #49d1f7;
        text-decoration: none;
    }

        .cookie-policy a:hover {
            color: #49d1f7;
            text-decoration: underline;
        }

    .cookie-policy .cookie-close {
        display: block;
        height: 16px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .cookie-policy .cookie-close .ui-icon {
            background-color: transparent;
            background-image: url("/Content/images/ui-icons_ffffff_256x240_ext.png");
        }


/* `white-space classes
    Based on CSS2 'white-space' property
----------------------------------------------------------------------------------------------------*/

.nowrap {
    white-space: nowrap;
}

.pre {
    white-space: pre;
}

.preline {
    white-space: pre-line;
}

.prewrap {
    white-space: pre-wrap;
}

/* `.MASTER TEMPLATE FILES
----------------------------------------------------------------------------------------------------*/
/* `Home page (with id="home" added using jQuery)
----------------------------------------------------------------------------------------------------*/
.debugMode {
    height: 84px;
    left: 170px;
    position: absolute;
    top: -20px;
    width: 48px;
}

.homepage-graphic {
    background: url(/Content/images/homepage-graphic_cmp.gif ) no-repeat top left;
    height: 180px;
    margin: 30px 0;
    width: 900px;
}

.jumbotron {
    background: url("/Content/images/homepageGraphic.gif") no-repeat scroll 95% 100% #f8f8f8;
    border: 1px solid #A9A9A9;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    padding: 30px;
    position: relative;
    z-index: 100;
}

    .jumbotron h1 {
        color: #0B2482;
        font-family: 'Myriad Pro',Arial,sans-serif;
        font-size: 30px !important;
        line-height: 42px;
    }

    .jumbotron .more-info {
        padding: 5px 0;
    }

    .jumbotron .btn {
        text-transform: uppercase;
    }

/* `Message Of The Day----------------------------------------------------------------------------------------------------*/

.motd h2, motd h3 {
    color: #333333;
}

    .motd h2 span {
        margin: 0 10px;
    }

    .motd h2 .myui-icon {
        background-image: url("/Content/images/icons_48x48.gif");
        height: 39px;
        padding: 0;
        position: relative;
        top: -12px;
        width: 48px;
    }

.motd p {
    font-size: 12px;
}

.myui-icon-big-chainPlus {
    background-position: 0 -486px;
}

.myui-icon-big-pin {
    background-position: 0 -435px;
}

/* `motd alert */

.motd.alert {
    margin: 0 0 20px;
}

    .motd.alert * {
        padding: 0;
        margin: 0 0 10px;
    }

    .motd.alert h2 {
        color: #F93B03;
        font-size: 133%;
    }

    .motd.alert li {
        border: 0 none;
    }

        .motd.alert li li {
            list-style: disc inside none;
        }

    .motd.alert p .notice {
        color: #F93B03;
        margin: 0;
        top: 0;
        font-weight: bold;
    }


/* `columns
    Uses "Equal Height Columns" css solution by Ed Eliot (http://www.ejeliot.com/blog/61) 
    Also overrides 960gs.
----------------------------------------------------------------------------------------------------*/

.cols {
    float: left;
    margin-bottom: -2000px !important;
    padding-bottom: 2000px !important;
}

/* `column backgrounds */

.left.cols {
    background-color: #DBE5EB;
}

.centre.cols {
    background: transparent url(/Content/images/ui-bg_texture_lgrey_4x4.png) repeat scroll 0 0;
}

.right.cols {
    background: transparent url(/Content/images/ui-bg_texture_grey_4x4.png) repeat scroll 0 0;
    animation: fadein 2.1s;
    -moz-animation: fadein 2.1s; /* Firefox */
    -webkit-animation: fadein 2.1s; /* Safari and Chrome */
    -o-animation: fadein 2.1s; /* Opera */
}

    /* `column content */

    .right.cols h1 {
        clear: both;
        color: #000000;
        display: inline;
        line-height: 29px;
        margin: 10px 5px 5px;
        text-shadow: 0 1px 0 #FFFFFF;
        vertical-align: middle;
        width: auto;
        padding: 0;
    }



/* `.Master columns
    Reworking OF 960gs to remove margins between div.cols */

/* `two-columns 20% 80% */

.two-column-2080 .left.cols {
    width: 194px;
    margin: 0;
    border-right: 1px solid #acacac;
}

.two-column-2080 .right.cols {
    width: 754px /* was 755px but reduced to prevent bug when page zoom is less than 100% */;
    margin: 0;
}

/* `two-columns 25% 75% */

.two-column-2575 .left.cols {
    width: 234px;
    margin: 0;
    border-right: 1px solid #acacac;
}

.two-column-2775 .right.cols {
    width: 715px;
    margin: 0;
}

/* `two-columns 30% 70% */

.two-column-3070 .left.cols {
    width: 274px;
    margin: 0;
    border-right: 1px solid #acacac;
}

.two-column-3070 .right.cols {
    width: 675px;
    margin: 0;
}

/* `two-columns 70% 30% */

.two-column-7030 .left.cols {
    width: 674px;
    margin: 0;
    border-right: 1px solid #acacac;
}

.two-column-7030 .right.cols {
    width: 275px;
    margin: 0;
}

/* `three columns 33% 33% 33% */

.three-col-33 .left.cols, .three-col-33 .centre.cols, .three-col-33 .right.cols {
    width: 316px;
    margin: 0;
}

.three-col-33 .centre.cols {
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
}

.body.three-col-33 {
}

/* `loading dialog */

#LoadingDiv {
    margin: 20px auto;
    text-align: center;
    width: 150px;
}

    #LoadingDiv #waiting img {
        margin: 10px 0 0;
    }

/* `footer class
----------------------------------------------------------------------------------------------------*/

/*.footer {
    clear: left;
    font-size: 70%;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    width: 100%;
}*/

.footer .links {
    padding-top: 5px;
}

    .footer .links li {
        width: auto;
        display: inline;
    }

/*.footer .links a {
            background: transparent none !important /* protects from .tabs ;
            color: #333333; /* cancels styling from content.css 
            font-size: 11px;
            margin: 0 5px;
        }

            .footer .links a:hover {
                text-decoration: underline;
            }*/

.footer .logos {
    padding: 5px 0 0;
}

    .footer .logos a {
        display: block;
    }

    .footer .logos .rcuk {
        padding-top: 11px;
    }

.footer .logo, .footer label {
    float: right;
    margin: 0 5px;
    font-size: 12px;
}

.footer .copy {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
}

/*.footer .version {
        color: gray;
        font-size: 10px;
        text-align: left;
    }*/


/* `Secondary
----------------------------------------------------------------------------------------------------*/

.admin-menu {
    background-color: #428bca;
    border-bottom: 1px solid grey;
    border-width: 5px 1px 1px 1px;
    height: 25px;
    text-align: center;
    z-index: 30;
    font-size: 11px;
    border-radius: 4px;
}

    .admin-menu ul {
        /*background-color: #757576;*/ /* TODO: Gradient required */
        color: #FFFFFF;
        font-family: Verdana, sans-serif;
        font-size: 11px;
        font-weight: normal;
        height: 27px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        z-index: 40;
        text-transform: uppercase;
    }

        .admin-menu ul li {
            background: none;
            float: none;
            display: table-cell;
            border-width: 0px 1px 0px 0 /* inverted C*/;
            border-color: #fff;
            border-style: solid;
            height: 25px;
            position: relative;
            width: 1%;
            z-index: 40;
        }

    .admin-menu li .myui-icon {
        height: 24px;
        overflow: hidden;
        padding: 0 !important /* forces <a> to correct size in IE7/8 */;
        width: 24px !important /* forces <a> to correct size in IE7/8 */;
    }

    .admin-menu ul li a, .admin-menu ul li a:visited {
        color: #FFFFFF;
        display: block;
        height: 25px;
        padding: 5px 10px 5px 5px;
        text-decoration: none;
        vertical-align: middle;
        text-align: center;
        z-index: 40;
    }

        .admin-menu ul li a.highlight, .admin-menu ul li a:hover, .admin-menu ul ul li .selected:hover {
            background: #323232 url("/Content/images/ui-menu-bg-selected.gif") repeat-x scroll 0 0;
        }

        .admin-menu ul li a.highlight {
            color: yellow;
            z-index: 40;
        }

        .admin-menu ul li a:hover {
            color: yellow;
        }

    .admin-menu ul ul {
        background: transparent;
        height: 0;
        left: 0;
        overflow: hidden;
        padding: 7px 0 0 /* produces fake gap to ensure hover continues as house is moved down to submenu */;
        position: absolute;
        top: 0;
        display: none;
        z-index: 30;
        text-transform: none;
        font-size: 12px;
    }

        .admin-menu ul ul li, .admin-menu ul ul li a {
            z-index: 30;
            position: relative;
            display: block;
        }

            .admin-menu ul ul li a {
                background-color: #323232;
                z-index: 30;
            }

        .admin-menu ul li:hover ul li:hover ul, .admin-menu ul li a:hover ul li a:hover ul, .admin-menu ul ul ul {
            background: transparent url("/Content/images/menu-indicator-right-v2.png") no-repeat 0 0;
            height: auto;
            left: 170px;
            position: absolute;
            top: 0;
            display: block;
            width: 163px;
        }

        .admin-menu ul ul ul {
            padding: 0 0 0 7px;
            z-index: 40;
            width: 163px;
            margin-left: -6px;
        }

            .admin-menu ul ul ul li, .admin-menu ul ul ul li a {
                z-index: 40;
                position: relative;
            }

    .admin-menu ul li:hover {
        background-color: #323232; /* inverted C border  	border-top: 1px #383838 solid ; 	border-right: 1px #383838 solid; 	border-bottom: 1px #ffffff solid ;*/
        border-left: 0 none;
        color: #FFFFFF;
        font-weight: normal;
    }

        .admin-menu ul li:hover ul, .admin-menu ul li a:hover ul {
            background: #323232 url("/Content/images/menu-indicator-down-v2.png") no-repeat 0 0;
            border: 0 none;
            height: auto;
            left: -1px;
            overflow: visible;
            position: absolute;
            top: 25px;
            display: block;
            width: 170px;
        }

            .admin-menu ul li:hover ul li, .admin-menu ul li a:hover ul li {
                border: 0 none;
            }

                .admin-menu ul li:hover ul li:hover, .admin-menu ul li a:hover ul li:hover {
                    border: 0 none;
                    padding: 0;
                }

                .admin-menu ul li:hover ul li a, .admin-menu ul li a:hover ul li a {
                    display: block;
                    line-height: 1.5em;
                    padding: 5px 10px 5px 5px /* provide spacing for background indicator icon */;
                    text-decoration: none;
                    width: 170px;
                }

                    .admin-menu ul li a:hover ul li a:hover {
                        color: green;
                    }

                    .admin-menu ul li:hover ul li a.drop, .admin-menu ul li a:hover ul li a.drop {
                        color: #000;
                        display: block;
                        height: auto;
                        line-height: 1.5em;
                        padding: 5px 10px 5px 5px;
                        width: 155px;
                    }

                    .admin-menu ul li:hover ul li ul, .admin-menu ul li a:hover ul li a ul {
                        height: 0;
                        left: 0;
                        overflow: hidden;
                        position: absolute;
                        top: 0;
                        display: none;
                    }

                    .admin-menu ul li:hover ul li:hover ul, .admin-menu ul li a:hover ul li a:hover ul {
                        height: auto;
                        left: 170px;
                        position: absolute;
                        top: 0;
                        display: block;
                        width: 163px;
                    }

                        .admin-menu ul li:hover ul li:hover ul.left, .admin-menu ul li a:hover ul li a:hover ul.left {
                            left: -166px;
                        }

                        .admin-menu ul li:hover ul li:hover ul li a, .admin-menu ul li a:hover ul li a:hover ul li a {
                            display: block;
                            height: auto;
                            line-height: 1.5em;
                            width: 155px;
                        }

                        * html .admin-menu ul li a:hover ul li a:hover ul li a {
                            padding: 4px 10px 4px 35px;
                        }

/* "Really Basic Theme" (TM)
----------------------------------------------------------------------------------------------------*/

.really-basic-breadcrumb {
    margin: 3px 0;
    padding: 0;
}

    .really-basic-breadcrumb li {
        display: inline-block;
        text-shadow: 0 1px 0 #FFFFFF;
        line-height: 14px;
        font-size: 11px;
    }

    .really-basic-breadcrumb a {
        color: #0088CC;
        text-decoration: none;
        padding: 0 5px;
    }

        .really-basic-breadcrumb a:hover {
            color: #0088CC;
            text-decoration: underline;
        }

    .really-basic-breadcrumb .active {
        color: #333333;
    }

    .really-basic-breadcrumb .divider {
        color: #999999;
        padding: 0 1px;
    }

    .really-basic-breadcrumb .current {
        color: #b98700;
    }

    .really-basic-breadcrumb a:visited {
        color: #0088CC;
    }

/*----------------- breadcrumb nav ----------------------------*/
.breadcrumb ul {
    padding: 0px;
}

.breadcrumb li {
    /*text-indent: 0;
        white-space: nowrap;*/
}

    .breadcrumb li a {
        /*background: url("/Content/images/menuArrow.gif") no-repeat scroll 100% 50% transparent;
            color: #666666;
            padding: 4px 15px 6px 0;*/
    }

    .breadcrumb li a {
        /*display: inline-block;*/
    }

        .breadcrumb li a:hover {
            color: #F89D5B;
            text-decoration: none;
        }

    .breadcrumb li.last a {
        background: none repeat scroll 0 center transparent;
    }

    .breadcrumb li a .sf-sub-indicator {
        display: none;
        visibility: hidden;
    }

    .breadcrumb li ul {
        max-height: 400px;
        overflow: auto;
        /* REPLACING WITH BOOTSTRAP
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CDCDCD;
        display: none;
        float: left;
        left: 20px !important;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        width: auto;
        min-width: 200px;
z-index: 901;*/
    }

    .breadcrumb li:hover ul {
        /*display: block;*/
    }

    .breadcrumb li li {
        /*background-image: url("/Content/images/sub_sep.gif");
            background-position: left bottom;
            background-repeat: no-repeat;*/
        clear: left;
        display: block;
        float: left;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
        z-index: 2000;
    }

    .breadcrumb li:hover li a {
        background: none;
    }

    .breadcrumb li li a {
        background: none repeat scroll 0 0 transparent;
        clear: left;
        float: left;
        font-size: 12px;
        font-style: normal;
        margin: 0;
        padding: 5px;
        position: relative;
        text-align: left;
        width: 100%;
    }

        .breadcrumb li li a:hover {
            background-image: none;
            color: #333333;
            text-decoration: none;
        }

    .breadcrumb li li:hover a {
        background-color: #C0E4F9;
    }

/* `FORMS
----------------------------------------------------------------------------------------------------*/

form {
    width: 100%;
    background-color: #fff;
    /*padding: 10px;*/
}

.page {
    background-color: #fff;
    padding: 10px;
}

.table a.block {
    display: block;
}

/* `WIDGETS/PLUGINS AND OTHER MODULES
----------------------------------------------------------------------------------------------------*/


/* `Toolbar
----------------------------------------------------------------------------------------------------*/
.buttons-control {
    padding: 0 0 3.5em 0;
}

    .buttons-control .btn {
        margin-left: 5px;
        float: right;
    }

.action-buttons {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 10px; /* moved from .ui-buttons as it was adding unnecessary spcing in tables */
}

    .action-buttons a,
    .ui-buttons.large a,
    .ui-buttons a.large {
        padding: 3px;
        margin: 3px;
    }

    .action-buttons .buttons, .action-buttons .ui-buttons {
        /*float: right;*/
    }



/* `Panel
Designs suggested by Ana Weller on 01/02/2012 which may replace above.
----------------------------------------------------------------------------------------------------*/

.action-buttons-panel {
    /*background-color: #F6F7FA  temporary colour only;*/
    float: left; /*padding: 0 0 5px  forces height to be 35px;*/
    position: relative /* for mini filter bar module */;
    width: 100% /* may give this property to class "toolbar" */; /*min-height: 100px;*/
}

    .action-buttons-panel * {
        padding: 0;
    }

    .action-buttons-panel .buttons {
        width: 100%;
        clear: both;
    }

        .action-buttons-panel .buttons a {
        }

/* `EXTENDED STYLE FOR JQUERY THEMED BUTTONS
By default there are no margin/padding on buttons. To add padding/margins add class "large"
NB: must add classes "ui-state-default ui-corner-all" to element being used as a button
TODO: MAYBE I AM GOING OVERBOARD WITH NEEDING THE UI-BUTTONS CLASS AS A WRAPPER FOR BUTTONS
---------------------------------------------------------------------------------------------------- */
/* THE USE OF !IMPORTANT IS CAUSING PROBLEMS IN OTHER PROJECTS */
.ui-buttons {
    font-family: Verdana,Arial,sans-serif !important /* wufoo class override */;
    font-size: 11px !important /* wufoo class override */;
    margin-right: 5px !important /* wufoo class override */;
}

.cabinet-report-section .ui-buttons, .cabinet-report-preview-contents .ui-buttons {
    float: right;
}

.ui-buttons a, .ui-buttons li, .ui-buttons input, .ui-buttons span, .ui-buttons select {
    float: left;
}

.ui-buttons .ui-state-default * {
    font-size: 11px !important /* wufoo class override */;
}

.ui-buttons .ui-state-disabled {
    border: 1px solid #D3D3D3;
}

.admin-data-table td.ui-buttons {
    padding-right: 5px;
}

.ui-buttons.right a, .ui-buttons.right li {
    float: right;
}

.cabinet-report-preview-contents .admin-data-table.line-adder .ui-buttons a {
    float: right;
}

.ui-buttons li, .ui-buttons a {
    cursor: pointer;
    list-style: none outside none;
    margin: 2px !important /* wufoo class override */;
    position: relative;
}

.ui-file-icons li, .ui-file-icons a {
    cursor: default;
}

table .ui-buttons a {
    margin: 1px !important /* wufoo class override */;
    /*padding: 0 2px*/ /* Causing problems with Add new button in firefox (Text NEW is going on second line - link is: http://localhost:8388/Administration/Reports/DaVE/Reports/Index */
}

.ui-buttons span {
    display: block;
}

.ui-buttons .ui-text {
    margin-right: 3px !important /* needed to add spacing of right on text... also a wufoo class override */;
    width: auto !important /* wufoo class override */;
}

/* large version */

.ui-buttons .large {
    padding: 3px !important /* wufoo class override - NH 13/12/12 was £px 0, changed because differed from above  */;
    /* margin: 3px 0 !important  wufoo class override - I removed this to fix something else. Feel free to change it back if it screws the layout!!*/
    font-size: 13px !important /* wufoo class override */;
}

/* what was this for.?
    ui-buttons .large .ui-text {
    margin-right: 8px !important
}
 */
/* e(x)tra large version */

.ui-buttons .xlarge {
    padding: 4px !important /* wufoo class override */;
    margin: 4px !important /* wufoo class override */;
    font-size: 14px !important /* wufoo class override */;
}

    .ui-buttons .xlarge .ui-text {
        margin-right: 8px !important /* wufoo class override */;
    }

/* `Hover, active and focus button states (TBD) 
    pure CSS (pseudo class selectors)
----------------------------------------------------------------------------------------------------*/


.ui-buttons .ui-state-default:hover {
    border: 1px solid #717171;
}

.ui-buttons .ui-state-default:active {
    border: 1px solid #717171;
}

/*
.ui-buttons .ui-state-default:hover {
    border-color: #717171;
}

.ui-buttons .ui-state-default:active {
    border-color: #717171;
}
*/

/* Icons (jquery-ui override/extention)

NB: image sprites are not 256px by 240px. They are 256px by 272px (as of 25/01/2013)
----------------------------------------------------------------------------------------------------*/

/* states and images (copied wholesale from jquery-ui-1.8.17.custom.css */
.ui-icon {
    float: left;
}

/*body TOO MUCH CHAINING breaks ui-file-icons in cabinet!!!!!*/ .ui-icon {
    width: 16px;
    height: 16px;
}

/*body */ .ui-icon, /*body*/ .ui-widget-content .ui-icon, /*body*/ .ui-widget-header .ui-icon, /*body*/ .ui-state-default .ui-icon {
    background-image: url(/Content/images/ui-icons_454545_256x240_ext.png);
}

/*body*/ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(/Content/images/ui-icons_ff9e00_256x240.png);
}

/*body*/ .ui-state-active .ui-icon {
    background-image: url(/Content/images/ui-icons_6da8d5_256x240_ext.png);
}

/*body*/ .ui-state-highlight .ui-icon {
    background-image: url(/Content/images/ui-icons_2e83ff_256x240_ext.png);
}

/*body*/ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/Content/images/ui-icons_cd0a0a_256x240_ext.png);
}

.glyphicon-Cabinet::before {
    content: "";
}

.glyphicon-Reports::before, .glyphicon-DaVE::before, .glyphicon-Global::before, .glyphicon-Create.Report::before {
    content: "";
}

.glyphicon-Resources::before, .glyphicon-Normal::before, .glyphicon-Derived::before, .glyphicon-System::before, .glyphicon-Message::before, .glyphicon-Headers::before, .glyphicon-Sitemap::before {
    content: "✏";
}

.glyphicon-Templates::before {
    content: "";
}

.glyphicon-User::before {
    content: "";
}

.glyphicon-Uploads::before {
    content: "";
}

.glyphicon-Client::before {
    content: "";
}

.glyphicon-Documents::before, .glyphicon-Articles::before {
    background-position: -32px -96px;
}

.glyphicon-Hospital::before {
    background-position: -240px -112px;
}

.glyphicon-FAQs::before {
    background-position: -48px -144px;
}

.glyphicon-Configuration::before {
    background-position: -192px -112px;
}

.glyphicon-Event.Logs::before, .glyphicon-Activity.Logs::before {
    background-position: -160px -128px;
}


.glyphicon-Emails::before {
    content: "✉";
}


/* ui-button icons and text colours
----------------------------------------------------------------------------------------------------*/

.ui-buttons .ui-state-default .ui-icon, .validation a.ui-state-default .ui-icon {
    background-image: url("/Content/images/ui-icons_454545_256x240_ext.png");
}

    .ui-icon.green,
    .ui-widget-content .ui-icon.green,
    .ui-buttons .ui-state-default .green .ui-icon,
    .ui-buttons .ui-state-default .ui-icon.green {
        background-image: url("/Content/images/ui-icons_37b05c_256x240_ext.png");
    }

    .ui-icon.red,
    .ui-widget-content .ui-icon.red,
    .ui-buttons .ui-state-default .red .ui-icon,
    .ui-buttons .ui-state-default .ui-icon.red {
        background-image: url("/Content/images/ui-icons_cd0a0a_256x240_ext.png");
    }

    .ui-icon.blue,
    .ui-widget-content .ui-icon.blue,
    .ui-buttons .ui-state-default .blue .ui-icon,
    .ui-buttons .ui-state-default .ui-icon.blue {
        background-image: url("/Content/images/ui-icons_2e83ff_256x240_ext.png");
    }

    .ui-icon.yellow,
    .ui-widget-content .ui-icon.yellow,
    .ui-buttons .ui-state-default .yellow .ui-icon,
    .ui-buttons .ui-state-default .ui-icon.yellow {
        background-image: url("/Content/images/ui-icons_ff9e00_256x240.png");
    }

    .ui-icon.black,
    .ui-widget-content .ui-icon.black,
    .ui-buttons .ui-state-default .black .ui-icon,
    .ui-buttons .ui-state-default .ui-icon.black {
        background-image: url("/Content/images/ui-icons_222222_256x240_ext.png");
    }

    .ui-icon.grey,
    .ui-widget-content .ui-icon.grey,
    .ui-buttons .ui-state-default .grey .ui-icon,
    .ui-buttons .ui-state-default .ui-icon.grey {
        background-image: url("/Content/images/ui-icons_6da8d5_256x240_ext.png");
    }

    .ui-icon.white,
    .ui-widget-content .ui-icon.white,
    .ui-buttons .ui-state-default .white .ui-icon,
    .ui-buttons .ui-state-default .ui-icon.white {
        background-image: url("/Content/images/ui-icons_ffffff_256x240_ext.png");
    }

a:hover .ui-icon.positive,
.ui-widget-content a:hover .ui-icon.positive,
.ui-buttons .ui-state-default:hover .positive .ui-icon,
.ui-buttons .ui-state-default:hover .ui-icon.positive {
    background-image: url("/Content/images/ui-icons_37b05c_256x240_ext.png");
}

a:hover .negative,
.ui-widget-content a:hover .negative,
.ui-buttons .ui-state-default:hover .negative .ui-icon,
.ui-buttons .ui-state-default:hover .ui-icon.negative {
    background-image: url("/Content/images/ui-icons_cd0a0a_256x240_ext.png");
}

/* text hiding (for accessibility functionality)

Two methods to hide text inside a button 
	1. Add class "hide-text" to parent element of <span class="ui-text">xyz</span>
	2. Replace class "ui-text" with "ui-text-hide"
*/

.hide-text .ui-text, .ui-text-hide {
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

/* button icon extensions */

.ui-icon-eye {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -96px -240px;
}


/* Cabinet icons extension of "ui-icons_454545_256x240_ext.png"  */

.ui-icon-globe {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -128px -256px;
}

.ui-icon-thumbsup {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -144px -256px;
}

.ui-icon-thumbsdown {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -160px -256px;
}

.ui-icon-upload {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -176px -256px;
}

.ui-icon-download {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -192px -257px;
}

.ui-icon-time-backwards {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -208px -256px;
}

.ui-icon-time-forwards {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -224px -256px;
}

.ui-icon-icnarc {
    /*  background-image: url("/Content/images/ui-icons_454545_256x240_ext.png")  NB: renamed amended image to differentiate it from original file ;*/
    background-position: -240px -256px;
}



/*temporary file-type icons for cabinet*/

.ui-file-icons {
    /*display: inline;*/
    margin: 0 0 0 5px !important;
    right: 0;
    top: 0;
    width: auto;
    height: 16px;
}

    .ui-file-icons .ui-icon,
    .ui-file-icons .ui-state-default .ui-icon,
    .ui-buttons .ui-file-icons .ui-state-default .ui-icon {
        background-image: url("/Content/images/ui-icons_file-types.gif");
    }

    .ui-file-icons li, .ui-file-icons a {
        /*float: left;
        border: 0 none !important;
        background: transparent none 0 0 !important;
        padding: 0 !important;
        margin: 0 0 0 5px !important;
        clear: none !important;*/
    }

.ui-file-audio {
    background-position: 0 0;
}

.ui-file-doc, .ui-file-docx {
    background-position: 0 -16px;
}

.ui-file-film {
    background-position: 0 -32px;
}

.ui-file-html {
    background-position: 0 -48px;
}

.ui-file-image {
    background-position: 0 -64px;
}

.ui-file-markup {
    background-position: 0 -80px;
}

.ui-file-pdf {
    background-position: 0 -96px;
}

.ui-file-podcast {
    background-position: 0 -112px;
}

.ui-file-ppt {
    background-position: 0 -128px;
}

.ui-file-script {
    background-position: 0 -144px;
}

.ui-file-txt {
    background-position: 0 -160px;
}

.ui-file-xlsx,
.ui-file-xls {
    background-position: 0 -176px;
}

.ui-file-xml {
    background-position: 0 -192px;
}

.ui-file-zip {
    background-position: 0 -208px;
}

.ui-file-csv {
    background-position: 0 -224px;
}


/* (MY)UI ICONS 
----------------------------------------------------------------------------------------------------*/

.myui-icon {
    background-color: transparent;
    background-image: url(/Content/images/icons_24x24.gif);
    background-repeat: no-repeat;
    border: 0 none;
    display: inline;
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -99999px;
    width: 24px;
}

.myui-icon-white {
    background-color: transparent;
    background-image: url(/Content/images/icons_24x24_white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    display: inline;
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -99999px;
    width: 24px;
}

/*fixes an IE bug that displays the value text over the top of the button image*/
.myui-icon-ajax-loader-mini {
    background-color: transparent;
    background: url(/Content/images/ajax-loader-mini.gif) no-repeat 0 0;
    border: 0 none;
    display: inline;
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -99999px;
    width: 24px;
}

.myui-icon-med {
    background-image: url(/Content/images/icons_32x32.gif);
    width: 32px;
    height: 32px;
}

.show-text {
    line-height: 24px;
    padding-left: 26px;
    text-indent: 0 !important;
    vertical-align: middle;
    width: auto;
}

/* Background Images 
----------------------------------------------------------------------------------------------------*/

/* image not named */
.myui-icon-Oops {
    background-position: 0 0;
}

/* add new */
.myui-icon-add {
    background-position: 0 -24px;
}

/* delete */
.myui-icon-cross {
    background-position: 0 -48px;
}

/* cancel */
.myui-icon-arrowRotateLeft {
    background-position: 0 -72px;
}

/* restore */
.myui-icon-arrowRotateRight {
    background-position: 0 -96px;
}

/* refresh */
.myui-icon-arrowRotateOpposite {
    background-position: 0 -120px;
}

/* edit */
.myui-icon-pencil {
    background-position: 0 -144px;
}

/* save */
.myui-icon-disk {
    background-position: 0 -168px;
}

/* save and return to previous page */
.myui-icon-diskArrowUp {
    background-position: 0 -192px;
}

/* previously 'edit' */
.myui-icon-diskArrowDown {
    background-position: 0 -216px;
}

/* previously 'edit' */
.myui-icon-diskArrowLeft {
    background-position: 0 -240px;
}

/* previously 'edit' */
.myui-icon-diskArrowRight {
    background-position: 0 -264px;
}

/* previously 'edit' */
.myui-icon-chain {
    background-position: 0 -288px;
}

/* template icon style 1 */
.myui-icon-chainBroken {
    background-position: 0 -312px;
}

/* template icon style 1 */
.myui-icon-chainStar {
    background-position: 0 -336px;
}

/* template icon style 1 */
.myui-icon-listArrowOut {
    background-position: 0 -360px;
}

/* */
.myui-icon-listArrowIn {
    background-position: 0 -384px;
}

/* randomise */
.myui-icon-dice {
    background-position: 0 -408px;
}

/* filter */
.myui-icon-funnel {
    background-position: 0 -432px;
}

/* print */
.myui-icon-printer {
    background-position: 0 -456px;
}

/* publish */
.myui-icon-globe {
    background-position: 0 -480px;
}

/* publish all */
.myui-icon-globeTick {
    background-position: 0 -504px;
}

/* publish new */
.myui-icon-globeAdd {
    background-position: 0 -528px;
}

/* remove publish */
.myui-icon-globeCross {
    background-position: 0 -552px;
}

/* user */
.myui-icon-person {
    background-position: 0 -576px;
}

/* newUser */
.myui-icon-personAdd {
    background-position: 0 -600px;
}

/* register user */
.myui-icon-personTick {
    background-position: 0 -624px;
}

/* remove user */
.myui-icon-personCross {
    background-position: 0 -648px;
}

/* patient discharged */
.myui-icon-manRunning {
    background-position: 0 -672px;
}

/* admit patient */
.myui-icon-manStanding {
    background-position: 0 -696px;
}

/* stop rule */
.myui-icon-highFive {
    background-position: 0 -720px;
}

/* */
.myui-icon-thumbsUp {
    background-position: 0 -744px;
}

/* system not available (SNA) */
.myui-icon-thumbsDown {
    background-position: 0 -768px;
}

/* repeating rule */
.myui-icon-bouncingBall {
    background-position: 0 -792px;
}

/* go to checks */
.myui-icon-checkBox {
    background-position: 0 -816px;
}

/* record */
.myui-icon-clipboard {
    background-position: 0 -840px;
}

/* delete record */
.myui-icon-clipboardCross {
    background-position: 0 -864px;
}

/* edit existing record */
.myui-icon-clipboardTick {
    background-position: 0 -888px;
}

/* add new record */
.myui-icon-clipboardAdd {
    background-position: 0 -912px;
}

/* edit existing record */
.myui-icon-clipboardPencil {
    background-position: 0 -936px;
}

/* edit existing record */
.myui-icon-clipboard {
    background-position: 0 -960px;
}

/* */
.myui-icon-unplugged {
    background-position: 0 -984px;
}

/* */
.myui-icon-pluggedIn {
    background-position: 0 -1008px;
}

/* motd alert message */
.myui-icon-exclamationMark {
    background-position: 0 -1032px;
}

/* unlocked */
.myui-icon-lockOpen {
    background-position: 0 -1056px;
}

/* locked */
.myui-icon-lockShut {
    background-position: 0 -1080px;
}

/* derived */
.myui-icon-russianDolls {
    background-position: 0 -1104px;
}

/* go to rules */
.myui-icon-sheriffsBadge {
    background-position: 0 -1128px;
}

/* consent */
.myui-icon-signature {
    background-position: 0 -1152px;
}

/* turn rule on or off */
.myui-icon-switch {
    background-position: 0 -1176px;
}

/* previous */
.myui-icon-arrowLeft {
    background-position: 0 -1200px;
}

/* next */
.myui-icon-arrowRight {
    background-position: 0 -1224px;
}

/* exit */
.myui-icon-arrowUp {
    background-position: 0 -1248px;
}

/* */
.myui-icon-arrowDown {
    background-position: 0 -1272px;
}

/* date time */
.myui-icon-calendarClock {
    background-position: 0 -1296px;
}

/* search */
.myui-icon-magnifier {
    background-position: 0 -1320px;
}

/* add new comment */
.myui-icon-speechbubbleAdd {
    background-position: 0 -1344px;
}

/* dataset */
.myui-icon-grid {
    background-position: 0 -1368px;
}

/* mail */
.myui-icon-envelope {
    background-position: 0 -1392px;
}

/* build */
.myui-icon-tools {
    background-position: 0 -1416px;
}

/* confirm */
.myui-icon-tick {
    background-position: 0 -1440px;
}

/* excel icon */
.myui-icon-msexcel {
    background-position: 0 -1464px;
}

/* word icon */
.myui-icon-msword {
    background-position: 0 -1488px;
}

/* cvs icon */
.myui-icon-csv {
    background-position: 0 -1512px;
}

/* pdf icon */
.myui-icon-adobepdf {
    background-position: 0 -1536px;
}

/* */
.myui-icon-bargraph {
    background-position: 0 -1560px;
}

/* online */
.myui-icon-lightbulbOn {
    background-position: 0 -1584px;
}

/* offline */
.myui-icon-lightbulbOff {
    background-position: 0 -1608px;
}

/* user unlocked */
.myui-icon-personLockOpen {
    background-position: 0 -1632px;
}

/* user locked out */
.myui-icon-personLockShut {
    background-position: 0 -1656px;
}

/* expires */
.myui-icon-skull {
    background-position: 0 -1680px;
}

/* audio */
.myui-icon-speaker {
    background-position: 0 -1704px;
}

/* image */
.myui-icon-picture {
    background-position: 0 -1728px;
}

/* image */
.myui-icon- {
    background-position: 0 -1752px;
}

/* image */
.myui-icon- {
    background-position: 0 -1776px;
}

/* image */
.myui-icon-scroll {
    background-position: 0 -1800px;
}

/* */
.myui-icon-docUpArrow {
    background-position: 0 -1824px;
}

/* */
.myui-icon-docDownArrow {
    background-position: 0 -1848px;
}

/* report */
.myui-icon-list {
    background-position: 0 -1872px;
}

/* reports */
.myui-icon-stackedList {
    background-position: 0 -1896px;
}

/* document */
.myui-icon-doc {
    background-position: 0 -1920px;
}

/* documents */
.myui-icon-stackedDocs {
    background-position: 0 -1944px;
}

/* file reject(ed) */
.myui-icon-docCross {
    background-position: 0 -1968px;
}

/* file acknowledge(ed) */
.myui-icon-docTick {
    background-position: 0 -1992px;
}

/* view */
.myui-icon-eye {
    background-position: 0 -2016px;
}

/* file missing */
.myui-icon-clipboard {
    background-position: 0 -2040px;
}

/* file missing */
.myui-icon-clipboardEggTimer {
    background-position: 0 -2064px;
}

/* help */
.myui-icon-questionMark {
    background-position: 0 -2088px;
}

/* Special Classes */
.narrow.myui-icon-exclamationMark {
    background-position: -6px -1008px;
}

/*motd alert message*/
.myui-icon-big-arrowDown {
    background-position: 0 -48px;
}

/*This needs to be fixed so that the naming corresponds to the positioning*/
.myui-icon-big-envelope {
    background-position: 0 -96px;
}

.myui-icon-big-chain {
    background-position: 0 -96px;
}

.myui-icon-big-cog {
    background-position: 0 -192px;
}

.myui-icon-big-monitor {
    background-position: 0 -240px;
}

.myui-icon-big-tools {
    background-position: 0 -288px;
}

.myui-icon-big-padlock {
    background-position: 0 -336px;
}

.myui-icon-big-shapes {
    background-position: 0 -384px;
}

.myui-icon-med-Oops {
    background-position: 0 0;
    margin: -10px 0 0 10px;
}

.myui-icon-med-arrowDown {
    background-position: 0 -48px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-envelope {
    background-position: 0 -64px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-notebook {
    background-position: 0 -96px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-head {
    background-position: 0 -128px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-cog {
    background-position: 0 -160px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-molecule {
    background-position: 0 -192px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-folder {
    background-position: 0 -224px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-Oops {
    background-position: 0 -256px;
    margin: -10px 0 0 10px;
}

.myui-icon-med-Oops {
    background-position: 0 -288px;
    margin: -10px 0 0 10px;
}

/* AUTOMATIC LOG OUT
---------------------------------------------------------------------------------------------------- */

.timeout {
    min-height: 500px;
}

    .timeout h2 {
        margin: 5px 5px 10px;
    }

.mceEditor {
    margin-bottom: 20px !important;
}

.error {
    color: red !important;
}

.ui-icon-spinner {
    background-image: url("/Content/images/ajax-loader_arrows_36b3b3_f5f5f5.gif");
    background-position: 0 0;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

/* HTTP STATUS ERROR STYLES 
----------------------------------------------------------------------------------------------------*/

.status-error h1 {
    border: 1px solid #e8821d;
    border-radius: 5px 5px 5px 5px;
    background-color: #fea813;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(150,150,150,.2), rgba(0,0,0,.0)) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.2)), color-stop(0.5, rgba(150,150,150,.2)), to(rgba(0,0,0,.0))) !important;
    margin: 10px;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 0 #e8821d;
}

.status-error {
    font-size: 14px;
}

    .status-error p {
        padding-top: 5px;
    }

    .status-error ul a {
        line-height: 1.5em;
    }

    .status-error .icon {
        width: 65px;
        padding-left: 10px;
    }

        .status-error .icon .myui-icon {
            background-image: url("/Content/images/icons_48x48.gif");
            height: 48px;
            width: 48px;
        }

    .status-error .mssg {
        width: 840px;
        margin-left: 80px;
    }


        .status-error .mssg form {
            margin: 10px 0;
        }

            .status-error .mssg form textarea {
                margin: 0 0 10px;
                width: 630px;
                height: 160px;
                padding: 5px;
            }

/* ------------- BOOTSTRAP OVERRIDES ------------- */
.nav-tabs {
    margin-bottom: 15px;
}


.page-header {
    margin-top: 0;
}

.btn-default {
    background-color: #e6e6e6;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-color: #a1a1a1;
    }

noscript .warning {
    width: 100%;
    margin: 0 0 5px;
    background-color: #FFFF00;
    height: 35px;
}

    noscript .warning p {
        background: transparent url(/Content/images/orange_alert_icon.png) no-repeat 0 0;
        padding: 5px 5px 5px 40px;
        font-size: 12px;
        color: black;
        line-height: 13px;
        float: left;
    }

    noscript .warning .alert {
        color: red;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
    }

.has-error {
    color: #a94442;
    font: bold;
}

.loading-div {
    clear: both;
    width: 100%;
}

    .loading-div .waiting {
        margin: 10px auto;
        padding: 10px 0 0;
        clear: both;
        width: 130px;
    }

        .loading-div .waiting span {
            margin-bottom: 5px;
            display: block;
        }


.clear-this {
    border: 1px #fff solid;
    font-size: 1px;
    height: 0;
    line-height: 0;
    margin: 0 0 1px;
    visibility: hidden;
    width: 100%;
}

/* adds scrollbars to sections */
.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.no-scroll {
    overflow: visible !important;
    height: auto;
}


/* admin-form-fields (NB: Soon to be replaced by Wofoo styling by Ana Weller) 
----------------------------------------------------------------------------------------------------*/

.admin-form-fields {
    background-color: #FFFFFF;
    margin-bottom: 0 !important; /*width: 100%;*/ /* HEIGHT AND OVERVIEW PROPERTIES NEEDED FOR LONG LISTS 	height: 500px;     overflow-x: hidden; 	overflow-y: scroll; */
    margin-top: -1px;
    padding: 0 0px; /*added padding to correct http://localhost:8388/Administration/Reports/Cabinet/Uploads/Upload/a6f02e86-c2f6-e311-8548-005056b5765c*/
    width: 100%;
}

    .admin-form-fields:first-child {
        padding-left: 10px;
    }

#User_EditRoles .admin-form-fields {
    padding-left: 0px !important;
}

.ui-tabs-panel.admin-form-fields {
    width: 97%;
}


.admin-form-fields h3 {
    background: url("/Content/images/tableHead.gif") repeat-x scroll 0 0 #E7E7E7;
    border-bottom: 1px #efefef solid;
    color: #3D3C3C;
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 5px;
}

.admin-form-fields fieldset {
    margin-bottom: 0;
    width: 100%; /* added 100% width as the fieldset in /Administration/Reports/Cabinet/Templates/Template/[edit] was not stretching full width.*/
}

/*hidden as messes with form-wizard stlying*/
.admin-form-fields legend, .admin-form-fields .legend, .admin-form legend {
    background-color: #FAFAFA;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    color: #303030; /*font-size: 12px;*/
    font-weight: normal;
    line-height: 25px;
    margin: -1px 0 0 0;
    width: 100%;
    font-size: 100%;
    padding: 0 0 0 5px;
}

    .admin-form-fields legend, .admin-form-fields .legend h4 {
        padding: 0 0 0 5px;
        font-size: 100%;
    }

        .admin-form-fields legend span {
            margin-right: 5px;
        }

.admin-form-fields ul,
.admin-form-fields ol {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0px /* reset override */;
    margin-left: 10px;
    padding-right: 20px;
}

    /* prevents children lists from inheriting values */
    .admin-form-fields ul ul,
    .admin-form-fields ol ol,
    .admin-form-fields ol ul,
    .admin-form-fields ul ol {
        background-color: transparent;
        padding: 0;
        min-height: 0px;
    }

.bartitle {
    width: 12%; /* need width between bar value and bar title. Class added to td - C:\Development\DEVELOPMENT - RADON\Radon.Applications.Core\Views\DaVE\_DaVEReport_EditDataSeriesTitlesControl.ascx*/
}

.admin-form-fields li {
    margin-bottom: 5px;
    position: relative; /*width: 100%; Breaks Jquery tabs*/
}

    .admin-form-fields li input,
    .admin-form-fields li select,
    .admin-form-fields li textarea {
        width: 99% !important;
        border: 1px solid #719ebc;
    }

        .admin-form-fields li input[type="checkbox"],
        .admin-form-fields li input[type="radio"] {
            width: auto !important;
            /*margin: 4px 5px 5px 0; removed as it's pushing checkbox alignments out on Course Details page in http://localhost:8388/Administration/Gutenberg/Modules/Course/e2594243-d00b-46e0-825c-e69c3aa88c34/e963a708-c1eb-e311-8548-005056b5765c*/
        }

/* overrides */

.admin-form-fields fieldset > ul,
.admin-form-fields fieldset > ol {
    margin: 0 10px;
    width: auto;
}


.admin-form-fields > ul,
.admin-form-fields > ol {
    width: auto;
}

.ui-tabs .ui-tabs-panel, .admin-form-fields > ul,
.admin-form-fields > ol {
}

.ui-tabs .ui-tabs-panel {
    padding: 1em;
}

.field-title,
.field-input {
    font-size: 14px;
    line-height: 20px;
}

    .field-title .validator,
    .field-input .validator {
        width: auto;
    }

    .field-title .ui-label-icons {
        width: auto;
    }

    .field-title label,
    .field-input label {
        margin-right: 5px;
    }

    .field-title label {
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
    }

.page-info-accordion {
}

    .page-info-accordion * {
        font-size: 11px !important;
    }

    .page-info-accordion h2 {
        background: url("/Content/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
        border: 0 none !important /* jquery-ui override*/;
        border-radius: 0 !important /* jquery-ui override*/;
        height: 20px;
        line-height: 20px;
        text-transform: uppercase;
        width: 105%;
    }

        .page-info-accordion h2 .ui-icon {
            /* forces icon inside header which indents text */
            left: 0 !important /* jquery-ui override*/;
            top: 0 !important /* jquery-ui override*/;
            margin: 1px 5px 0 !important /* jquery-ui override*/;
            position: relative !important /* jquery-ui override*/;
        }

    .page-info-accordion div {
        background: url("/Content/images/texture02.gif") repeat scroll 0 0 transparent !important /* jquery-ui override*/;
        border-color: #acacac !important /* jquery-ui override*/;
        border-width: 0 0 1px 0 !important /* jquery-ui override*/;
        border-radius: 0 !important /* jquery-ui override*/;
        overflow: hidden !important /* jquery-ui override*/;
        margin: 0 !important /* jquery-ui override*/;
        padding: 5px !important /* jquery-ui override*/;
        width: 100%;
    }

        .page-info-accordion div p {
            padding: 0;
        }

/* filter controls
----------------------------------------------------------------------------------------------------*/

.filter-list {
    font-size: 13px;
}

.LHnav * {
    font-size: 12px !important;
}

.LHnav ul {
    padding: 0;
}

.filter-list h3, .search-pagination {
    background: linear-gradient(#e9eff3, #dbe5eb) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 5px;
}

.filter-list .checkbox {
    margin-bottom: 5px;
}

.cols h2,
.admin-filter-list h3 {
    padding: 5px;
    position: relative;
}

    /* .UI-LABEL-ICONS EXTENSION (if inserted within section header element) */

    .cols h2 .ui-label-icons,
    .admin-filter-list h3 .ui-label-icons {
        right: 10px;
        top: 0;
    }

.cols h2 {
    width: 95%;
    font-weight: bold;
    padding: 5px;
}

.admin-filter-list li {
    width: 100%;
}

.positch {
    float: left;
    margin-left: 5px;
}

/* vertical tabs menu NTS: move .vertical-tabs as <ul> class 
----------------------------------------------------------------------------------------------------*/
.vertical-tabs {
    width: 100%;
}

    .vertical-tabs * {
    }

    .vertical-tabs h2 {
        background-color: #c5dae6;
    }

    .vertical-tabs ul {
        border-top: solid 1px #CAD9E5;
        width: 100%;
        margin-bottom: 0px;
    }

    .vertical-tabs li {
        border-bottom: solid 1px #acacac; /*padding: 10px 0; PADDING ADDED TO THE ATAG TO MAKE BIG CLICKABLE LINKS */
    }

.admin-filter-list .vertical-tabs li {
    border-bottom: solid 1px #cad9e5;
    width: 100%;
}

    .admin-filter-list .vertical-tabs li.clear {
        /* ensures list container element (ul or ol) extends to bottom of list */
        display: block;
        border: 0;
        width: 0;
        float: none;
    }

.vertical-tabs li a {
    float: none;
    display: block;
    padding: 10px 0;
    width: 100%;
}

    .vertical-tabs li a span {
        /*background-image: none;*/
        margin: 0 5px;
        display: block;
    }

/* background/text colour for nested lists */

/* just messing with some form of selected tab  indicator - uses a paragraph mark

/* level 1 */
.vertical-tabs .selected a {
    background-color: #c5dae6 !important;
    color: #000 !important;
}

.vertical-tabs .selected li a {
    background-color: transparent !important;
    color: #555 !important;
}

/* level 2 */
.vertical-tabs .selected .selected a {
    background-color: #c5dae6 !important;
    color: #000 !important;
}

.vertical-tabs .selected .selected li a {
    background-color: transparent !important;
    color: #555 !important;
}

/* level 3 */
.vertical-tabs .selected .selected .selected a {
    background-color: #c5dae6 !important;
    color: #000 !important;
}

.vertical-tabs .selected .selected .selected li a {
    background-color: transparent !important;
    color: #555 !important;
}

/* active, focus & hover states */

.vertical-tabs li a:hover,
.vertical-tabs .selected li a:hover {
    background-color: #c5dae6 !important;
    text-decoration: none;
    color: #000 !important;
}


table .vertical-tabs li a:focus,
.vertical-tabs li a:active {
    outline: 0 none;
}

.vertical-tabs li a .ui-icon {
    /*background-image: none;*/
    float: right;
}


/* indenting text for nested lists */

.vertical-tabs li li a .ui-text {
    margin: 0 0 0 10px;
}

.vertical-tabs li li li a .ui-text {
    margin: 0 0 0 20px;
}

.vertical-tabs li li li li a .ui-text {
    margin: 0 0 0 30px;
}

.vertical-tabs li li li li li a .ui-text {
    margin: 0 0 0 40px;
}

.vertical-tabs li li li li li li a .ui-text {
    margin: 0 0 0 50px;
}

.vertical-tabs li li li li li li li a .ui-text {
    margin: 0 0 0 60px;
}



/* titlebar icons
----------------------------------------------------------------------------------------------------*/

.ui-label-icons {
    display: inline;
    margin: 0 !important;
    padding: 0;
    right: 0;
    top: 0;
    width: auto;
}

    .ui-label-icons li {
        cursor: pointer;
        display: inline;
        list-style: outside none none;
        padding: 0 2px;
    }



    /* REPLACES JAVASCRIPT METHOD TO HIDE UNUSED LABELS */
    .ui-label-icons .ui-state-hidden {
        display: none;
    }

    /* UI-LABEL-ICONS BACKGROUND IMAGES */

    /* NB: rewritten because background image was being loading multiple times within "ui-label-icons" module (i.e. ul, li, span).
It should only load in element with .ui-icon class (NH 2012-03-16) */

    /* JQUERY-UI OVERRIDES */
    .ui-label-icons,
    .ui-label-icons .ui-state-default {
        background: transparent none no-repeat scroll 0 0 !important;
        border: 0 none !important;
    }

/* UI-ICONS BACKGROUND IMAGE */
html .ui-label-icons .ui-icon,
html .ui-label-icons .ui-state-default .ui-icon {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("/Content/images/ui-icons_454545_256x240_ext.png") /* NB: renamed amended image to differentiate it from original file */;
    background-repeat: no-repeat;
}

.ui-label-unconfirmed {
    background-position: 0 -240px;
}

.ui-label-confirmed {
    background-position: -16px -240px;
}

.ui-label-information {
    background-position: -32px -240px;
}

.ui-label-error {
    background-position: -48px -241px;
}

.ui-label-alert {
    background-position: -64px -241px;
}

.ui-label-help {
    background-position: -80px -240px;
}

.ui-label-view {
    background-position: -96px -240px;
}

.ui-label-comment {
    background-position: -112px -240px;
}

.ui-label-nonconfirmable {
    background-position: -128px -240px;
}

.ui-label-chapter {
    background-position: 0 -256px;
}

.ui-label-content {
    background-position: -16px -256px;
}

.ui-label-graph {
    background-position: -32px -256px;
}

.ui-label-data {
    background-position: -48px -256px;
}


/* dashboard functions
----------------------------------------------------------------------------------------------------*/

.popular-functions .text {
}

/* Message of the day 
----------------------------------------------------------------------------------------------------*/

/* TABLES 
----------------------------------------------------------------------------------------------------*/

.text-center {
    text-align: center;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

.txtT {
    vertical-align: top;
}

.txtB {
    vertical-align: bottom;
}

.txtM {
    vertical-align: middle;
}

/*  Tablesorter 2 (jQuery plugin) styling
Author: Christian Bach
Version: 2.0.5 (changelog)
Licence: Dual licensed (just pick!)under MIT or GPL licenses.
URL: http://tablesorter.com
----------------------------------------------------------------------------------------------------*/


table.tablesorter thead tr .header {
    background-image: url("/Content/images/tablesorter-arrows-bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: static;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url("/Content/images/tablesorter-arrows-asc.gif");
}

table.tablesorter thead tr .headerSortDown {
    background-image: url("/Content/images/tablesorter-arrows-desc.gif");
}

/*  Tablesorter 1 (jQuery plugin)
See /Content/scripts/jquery.tablesorter.min.js
See /Content/scripts/jquery.tablesorter.ajax.js
----------------------------------------------------------------------------------------------------*/

table.data td.ui-state-hover,
table.data th.ui-state-hover {
    background: url("/Content/images/data-sort-alpha.gif") no-repeat scroll 100% 60% transparent;
    border-color: #C1C1C1;
    border-style: dotted;
    border-width: 0 0 2px;
    cursor: pointer;
}

table.data td.ui-state-active,
table.data th.ui-state-active {
    border-color: #C1C1C1;
    border-style: dotted;
    border-width: 0 0 2px;
}


/* Admin Data Table Module 
----------------------------------------------------------------------------------------------------*/

.admin-data-table {
    /*background-color: #F6F7FA;*/
    font-size: 12px;
    margin-bottom: 25px;
}

    .admin-data-table h4 {
        color: #303030;
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 0;
        text-indent: 5px;
        width: 100%;
    }

    .admin-data-table table {
        background-color: #ffffff; /*border: 1px solid #d7d7d7; ONLY TOP AND BOTTOM BORDER REQ'D ON THESE TABLES (THEY ARE DESIGN TO SPAN THE ENTIRE WIDTH OF THE ADMIN SECTION). AW */
        border-spacing: 5px /* css2 equivalent to cellspacing attribute */;
        margin-bottom: 0 !important;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        margin-top: -1px;
    }

    .admin-data-table thead,
    .admin-data-table tr.fake-head {
        border-bottom: 1px solid #d7d7d7;
        border-spacing: 5px /* css2 equivalent to cellspacing attribute */;
    }

    .admin-data-table tr.fake-head {
        border-top: 1px solid #d7d7d7;
    }

    .admin-data-table table,
    .admin-data-table thead,
    .admin-data-table tbody,
    .admin-data-table tfoot,
    .admin-data-table tr {
        width: 100%; /*float: none*/
    }

        /* alternative row colouring */

        .admin-data-table tr.odd {
            background-color: #FFFFFF;
        }

        .admin-data-table tr.even {
            background-color: #f3f6fa;
        }

    .admin-data-table th,
    .admin-data-table td {
        display: table-cell;
        float: none;
        padding: 3px;
    }

    .admin-data-table tr {
        padding: 0 5px;
    }

        .admin-data-table tr:hover {
            color: #000000;
            background-color: #DBE5EB;
        }

    .admin-data-table th,
    .admin-data-table .fake-head td {
        background: rgb(233,233,233); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
        color: #3D3C3C;
        font-size: 11px;
        vertical-align: middle;
        text-transform: capitalize; /**/
        font-weight: bold;
    }

    /*.admin-data-table .table-head-bg-50 {
        background: none repeat scroll 0 0 #DEDEDE !important;
    }

        .admin-data-table .table-head-bg-50 th {
            background: transparent none;
        }

        .admin-data-table .table-head-bg-50 tr {
            border: 0 none;
        }*/

    .admin-data-table td {
        border-right: 1px solid #d7d7d7;
    }
    /*
.admin-data-table td.no-bdr, .admin-data-table .no-data td {
border-right: 0 none transparent;
}
*/
    .admin-data-table.line-adder td,
    .admin-data-table .line-adder td {
        border-right: 1px solid transparent;
    }

    .admin-data-table td:first-child, .admin-data-table th td:first-child,
    .admin-data-table td.no-brdr {
        border-left: 0 none;
    }

    /* .ui-label-icons fix for use in table cells */
    .admin-data-table table th {
        vertical-align: top;
    }

    .admin-data-table td.ui-buttons a {
        float: right;
    }

    .admin-data-table table label {
    }

table .ui-label-icons {
    padding: 0;
    right: 0;
}


.admin-data-table .child-application, .table .child-application {
    margin-left: 20px;
}

/* --- data input row  ---*/
/* forces inputs to fill out most of table cell width */
.admin-data-table td input,
.admin-data-table td select {
    /*width: 95%;*/
    border: 1px solid #7da7c1;
    margin: 2px 0;
}

.admin-data-table .no-data {
    background-color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}

    .admin-data-table .no-data td:before, .table .no-data td:before {
        content: "No records found. No ";
    }

    .admin-data-table .no-data td:after, .table .no-data td:after {
        content: " are currently in the system.";
    }


/* override for tablesorter plugin 
for use in administration section only 
to hide bottom dotted border 
*/

.admin-data-table table th.ui-state-hover,
.admin-data-table table td.ui-state-hover {
    border: 0 none;
}

/* cabinet section */

.double-header .zero-height-rows {
    height: 0;
    line-height: 0;
    padding: 0;
}

.published-status-labels th span {
    margin: 0 13px 0;
}

/* fieldsets */


.admin-form-fields > .admin-data-table {
    margin: 10px 0;
}


.admin-data-table > legend.desc {
    background-color: #DEDEDE !important;
    border-top: solid 1px #cdcdcd;
    padding: 0 0 0 1%;
    margin-bottom: 0px;
    background-color: #e1e1e1;
    width: 99%;
}


/* wufoo adjustments for cabinet */

.admin-data-table .template-fields .template-field-value div {
    width: auto;
}

.admin-data-table .template-fields .template-field-value .checkbox,
.admin-data-table .template-fields .template-field-value .radio {
    margin: 1px 0 3px;
}

/* OOCSS percentage width sizing
Taken from grid.css (https://github.com/stubbornella/oocss/blob/master/core/grid/grids.css)
OOCSS by Nicole Sullivan (http://www.stubbornella.org)
----------------------------------------------------------------------------------------------------*/


/* --- Half ---*/
.oocss .size1of2,
.oocss .size3of6,
.oocss .size2of4,
.oocss .size5of10 {
    width: 50%;
}

/* --- Thirds's ---*/
.oocss .size1of3,
.oocss .size2of6 {
    width: 33%;
}

.oocss .size2of3,
.oocss .size4of6 {
    width: 66%;
}

/* --- Quaters's ---*/
.oocss .size1of4 {
    width: 25%;
}

.oocss .size3of4 {
    width: 75%;
}

/* --- Fifth's ---*/
.oocss .size1of5,
.oocss .size2of10 {
    width: 20%;
}

.oocss .size2of5,
.oocss .size4of10 {
    width: 40%;
}

.oocss .size3of5,
.oocss .size6of10 {
    width: 60%;
}

.oocss .size4of5,
.oocss .size8of10 {
    width: 80%;
}

/* --- Sixth's ---*/
.oocss .size1of6 {
    width: 16%;
}

.oocss .size5of6 {
    width: 84%;
}

/* --- Eighths's ---*/
.oocss .size1of8 {
    width: 12.5%;
}

.oocss .size3of8 {
    width: 37.5%;
}

.oocss .size5of8 {
    width: 62.5%;
}

.oocss .size7of8 {
    width: 87.5%;
}

/* --- Tenth's ---*/
.oocss .size1of10 {
    width: 10%;
}

.oocss .size3of10 {
    width: 30%;
}

.oocss .size7of10 {
    width: 70%;
}

.oocss .size9of10 {
    width: 90%;
}

/* --- Twenieth's ---*/
.oocss .size1of20 {
    width: 5%;
}

.oocss .size2of20 {
    width: 10%;
}

.oocss .size4of20 {
    width: 20%;
}

.oocss .size8of20 {
    width: 40%;
}

.oocss .size9of20 {
    width: 45%;
}

/* row builder classes 
----------------------------------------------------------------------------------------------------*/

.row-builder {
    border: solid 2px #C5C6D6;
    padding: 2px;
}

    .row-builder table {
        margin: 0;
        width: 100%;
    }

    .row-builder thead {
        background-color: #C5C6D6;
        border-bottom: solid 2px #F8F6F4;
    }

    .row-builder th,
    .row-builder .primary-row td {
        padding: 5px;
    }

    .row-builder th {
        font-weight: bold;
    }

    .row-builder td {
        padding: 2px 5px;
        font-size: 90%;
    }

        .row-builder td label {
            font-size: 100%;
        }

    .row-builder .primary-row {
        background-color: #FDF1D7;
    }

/* Selcective Heading endings 
----------------------------------------------------------------------------------------------------*/

span.hide {
    visibility: hidden;
    display: none;
}

span.show {
    visibility: visible;
    display: inline;
}

/* Error messages 
----------------------------------------------------------------------------------------------------*/

.validation-summary-errors {
    background-color: #ffffff;
    border: 3px solid #aaaaaa;
    border-radius: 4px;
    left: 220px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 50px;
    width: 53%;
    z-index: 1000;
}

    .validation-summary-errors h3 {
        background-color: #EBEDEB;
        border: 1px solid #666666;
        font-size: 14px;
        font-weight: bold;
        line-height: 15px;
        margin: 0 10px;
        padding: 5px 0;
    }

        .validation-summary-errors h3 span {
            margin: 0 5px;
        }


    .validation-summary-errors ul {
        margin: 5px 17px /* why 17px... need to align with text in h3 above */;
    }

    .validation-summary-errors li {
        font-size: 12px;
        list-style-type: disc;
        margin: 0 15px 0 20px !important;
        padding: 5px 0 !important;
    }

        .validation-summary-errors li.ui-buttons {
            list-style-type: none;
        }

    .validation-summary-errors ul li a {
    }

    .validation-summary-errors li a .text {
        display: block;
        float: left;
        text-decoration: none;
        width: 40px;
    }

    .validation-summary-errors li a:hover .myui-icon {
        background-image: url(/Content/images/icons_24x24_hover.gif);
    }

    .validation-summary-errors li a:hover .text {
        color: #777777;
    }

/* pagination toolbar
----------------------------------------------------------------------------------------------------*/

#search-term {
    width: 200px;
    border-radius: 2px;
}

#search-link {
    background: transparent url(/Content/images/search-icon.gif) no-repeat 0 0;
    cursor: pointer;
    height: 17px;
    text-decoration: none;
    width: 18px;
}

#pages,
#paginate {
    /*display: inline; this is causing the tabs on edit article to break*/
}

/* administration pagination */
.admin-search-pagination {
    padding: 5px 0; /*border:1px #CDCDCD solid;*/
    width: 100%;
}

    .admin-search-pagination * {
        display: inline;
        width: auto;
    }

    .admin-search-pagination h3 {
        font-size: 16px;
    }

    .admin-search-pagination #Pages,
    .admin-search-pagination #paginate,
    .admin-search-pagination #Search {
        margin: 0 5px;
    }

    /* page switcher */
    .admin-search-pagination #paginate {
        float: right;
    }

        .admin-search-pagination #paginate li {
            display: inline;
        }

            .admin-search-pagination #paginate li a {
                display: block;
                border: 1px solid #fff !important /*jquery-ui overide */;
                background-color: #fff !important /*jquery-ui overide */;
            }

                .admin-search-pagination #paginate li a .ui-icon {
                    display: block;
                    height: 16px;
                    margin: 3px /*NB: ui-icon size is 16px by 16px*/;
                    width: 16px;
                }
    /* search box */

    .admin-search-pagination #search {
        padding: 2px 0;
        float: right;
    }

        .admin-search-pagination #search a {
            margin: 2px 5px;
        }

/* pagination panel
Designs suggested by Ana Weller on 01/02/2012 which may replace above.
----------------------------------------------------------------------------------------------------*/

.pages,
.paginate {
    display: inline;
    padding: 0;
}

/* administration pagination */
.admin-pagination-panel {
    /*float: right;
    clear:right*/
}

    .admin-pagination-panel * {
        margin-bottom: 0;
        float: left;
    }

    .admin-pagination-panel p {
        font-size: 11px;
        font-style: italic;
        line-height: 24px;
        height: 24px;
        width: auto;
        float: right;
        margin-right: 5px;
    }

        .admin-pagination-panel p span {
            color: #676767;
            float: none;
        }

    /* page switcher */
    .admin-pagination-panel .paginate {
        /*float: right;*/
        width: auto;
    }

    .admin-pagination-panel .paginate {
        display: inline;
        margin: 0 5px 0 0;
    }

        .admin-pagination-panel .paginate a {
            display: inline-block;
            margin: 3px !important /* overide of a wufoo override! */;
        }

        /*
.admin-pagination-panel .paginate li a:hover
{
border: 1px solid #adadad !important /*jquery-ui overide ;
background-color: #ADADAD !important /*jquery-ui overide ;
}

*/
        .admin-pagination-panel .paginate li a .ui-icon {
            display: block;
            height: 16px;
            margin: 0px /*NB: ui-icon size is 16px by 16px*/;
            width: 16px;
        }

/* search box */

.admin-search-panel {
    width: auto;
}

    .admin-search-panel .search {
        float: right;
    }

        .admin-search-panel .search input {
            border: 1px solid #C6C7D7;
            font-size: 12px;
            line-height: 12px;
            margin: 2px;
            padding: 1px 1px 0;
            width: 180px;
            vertical-align: middle;
        }
/* filter toolbar
----------------------------------------------------------------------------------------------------*/

.admin-filter-toolbar {
    /*position: absolute;*/
    bottom: -20px;
    left: 0;
    color: #666666;
    /*clear: left;*/
    /*float: left;*/
    line-height: 24px;
}

    .admin-filter-toolbar * {
        font-size: 11px;
    }

    .admin-filter-toolbar ul {
        margin: 0;
        width: 99% /* prevents crop due to overflow:hidden of .right-col */;
        padding: 0;
    }

    .admin-filter-toolbar li {
        margin: 0;
        display: inline;
    }

    .admin-filter-toolbar .active a,
    .admin-filter-toolbar a:hover,
    .admin-filter-toolbar a:active {
        color: #333333;
    }

    .admin-filter-toolbar .active {
        color: #666666;
        font-weight: bold;
    }

    .admin-filter-toolbar .count {
        color: #666666;
    }

    .admin-filter-toolbar a {
        color: #0088cc !important;
    }

/* 'orrible spacing hack (but better then inline styling)
Required for conditional statement in __AdminButtonsControl.aspx 
Add margin between search bar and pagination is action buttons is not rendered 
----------------------------------------------------------------------------------------------------*/

.action-buttons-spacer {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    /*margin-bottom: 40px;*/
}

/* ADMIN PAGE INFO
----------------------------------------------------------------------------------------------------*/

.admin-page-info {
    position: relative;
}

    .admin-page-info * {
        font-size: 11px;
    }

    .admin-page-info h3 {
        padding: 5px;
        position: relative;
        text-transform: uppercase;
    }

    .admin-page-info .ui-label-icons {
        top: 5px;
        right: 5px;
    }


/* LOGIN/REGISTRATIN FORM
----------------------------------------------------------------------------------------------------*/

.login-form .admin-form-fields {
    border: 0 none;
    min-height: 575px;
}

.login-form h2 {
    padding: 10px 0;
    vertical-align: middle;
}

.login-form fieldset {
    margin-bottom: 0;
}

.login-form-panel {
    background-color: #DBE5EB;
    border: 1px solid #B2B2B2;
    border-radius: 4px 4px 4px 4px;
    margin-top: 10px;
    padding: 10px;
}

    .login-form-panel h2 {
        margin: 0 0 10px;
        padding: 0;
    }


/* RECAPTCHA
---------------------------------------------------------------------------------------------------- */

#recaptcha_area .recaptchatable #recaptcha_response_field {
    left: 0;
}



/* UPDLOAD/DOWNLOAD 
----------------------------------------------------------------------------------------------------*/

.buttons .no-text {
    left: -999px;
    position: absolute;
}

/* FAQS 
----------------------------------------------------------------------------------------------------*/

/* jHtmlArea.css extensions 
----------------------------------------------------------------------------------------------------*/
div.jHtmlArea .ToolBar ul li {
    width: auto;
}

div.jHtmlArea .h3,
div.jHtmlArea h3 {
    border-bottom: none 0;
    color: inherit;
    font-size: inherit;
    margin: 0;
}

.menu-horiz {
    list-style-type: none;
}

    .menu-horiz li {
        display: inline;
        float: left;
        line-height: 1.4em;
        vertical-align: middle;
    }


/**/

/* jQuery UI CSS Framework 1.8.16 (styling & overrides)
----------------------------------------------------------------------------------------------------*/

/* Auto Complete
----------------------------------------------------------------------------------------------------*/

.ui-autocomplete {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border: 1px solid #aaaaaa;
    color: #222222;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 600px !important;
}

    /*.ui-autocomplete-input {
    border-radius: 0 !important;
}*/

    .ui-autocomplete li {
        padding: 5px 20px;
    }

        .ui-autocomplete li a {
            font-family: arial,helvetica,clean,sans-serif;
            font-size: 13px;
            font-style: normal;
            line-height: 16px !important;
            padding: 2px 4px !important;
            text-decoration: none;
            border-radius: 0;
        }

    .ui-autocomplete .ui-state-hover,
    .ui-autocomplete .ui-state-active, .ui-autocomplete a:hover, .ui-autocomplete .ui-state-focus {
        background-color: #f5f5f5;
    }


.admin-data-table .ui-buttons a {
    font-size: 11px !important;
}

.admin-data-table .ui-buttons input,
.admin-data-table .ui-buttons select {
    font-size: 12px !important;
}




form li.section h3 {
    border-top: 1px dotted #CCCCCC;
    font-size: 110%;
    font-weight: normal;
    line-height: 135%;
    margin: 0 0 3px;
    padding: 12px 1% 0;
    width: auto;
}
/*

NB: no longer work because of change to column class naming convention
TODO: find out where was this used and update accordingly
.three-column .column {
float: left;
width: 33%;
}

.two-column .column {
float: left;
width: 50%;
}
*/

/* corrections (hacks) for "confirm text dialog box" 
----------------------------------------------------------------------------------------------------*/

/* padding already provided by .ui-dialog class */
.ui-dialog .ui-dialog-form {
    padding: 0;
    border: 0 none;
}

/* dialog box content typography (for text inserted by tiny-mce html editor)
----------------------------------------------------------------------------------------------------*/

/*
.ui-dialog .ui-dialog-content *
{
font-size: 100%;
font: 14px/1.5 'Helvetica Neue' , Arial, 'Liberation Sans' , FreeSans, sans-serif;
}
THIS STYLE IS TOO GENERAL
*/
.ui-dialog .ui-dialog-content br {
    height: 0px;
    line-height: 0px;
}

.ui-dialog .ui-dialog-content ul,
.ui-dialog .ui-dialog-content li {
    /*list-style-type: disc;
list-style-position: inside;*/
}


/*.ui-dialog .ui-dialog-content p,
.ui-dialog .ui-dialog-content ul,
.ui-dialog .ui-dialog-content ol,
.ui-dialog .ui-dialog-content h1,
.ui-dialog .ui-dialog-content h2,
.ui-dialog .ui-dialog-content h3,
.ui-dialog .ui-dialog-content h4 {
    margin-bottom: 10px;
}*/

.ui-dialog .ui-dialog-content strong,
.ui-dialog .ui-dialog-content h1,
.ui-dialog .ui-dialog-content h2,
.ui-dialog .ui-dialog-content h3,
.ui-dialog .ui-dialog-content h4 {
    font-weight: bold;
}

.ui-dialog .ui-dialog-content h1 {
    font-size: 21px;
}

.ui-dialog .ui-dialog-content h2 {
    font-size: 17px;
}

.ui-dialog .ui-dialog-content h3 {
    font-size: 15px;
}

.ui-dialog .ui-dialog-content .ui-widget-header .ui-icon {
    background-image: url("/Content/images/ui-icons_454545_256x240.png") !important /*  jquery-ui override */;
}

.ui-state-confirmed .ui-dialog-title,
.ui-widget-content .ui-state-confirmed .ui-dialog-title,
.ui-widget-header .ui-state-confirmed .ui-dialog-title {
    background-color: #E9F2E9;
    border: 1px solid #4A933F;
    color: #4A933F;
}

.ui-state-help .ui-dialog-title,
.ui-widget-content .ui-state-help .ui-dialog-title,
.ui-widget-header .ui-state-help .ui-dialog-title {
    background-color: #EBEDEB;
    border: 1px solid #666;
    color: #666;
}

.ui-state-alert .ui-dialog-title,
.ui-widget-content .ui-state-alert .ui-dialog-title,
.ui-widget-header .ui-state-alert .ui-dialog-title,
.ui-state-unconfirmed .ui-dialog-title {
    background-color: #FCFAF1;
    border: 1px solid #EF940F;
    color: #EF940F;
}

.ui-state-error .ui-dialog-title,
.ui-widget-content .ui-state-error .ui-dialog-title,
.ui-widget-header .ui-state-error .ui-dialog-title {
    background-color: #FCFAF1;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
}

/* TODO: INCORPORATE THE BELOW INTO .UI-BUTTONS CLASS IN COMMON.CSS */

/* removed important flags as is overriding default icon imageset for ui-label-icon */

.action-buttons-panel .buttons a {
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 2px;
    padding: 2px 4px;
    position: relative;
    font-size: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    /*background: url("/Content/images//ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6; Overrides jquery file path correct one*/
}

/* REMOVED AS IT WAS MAKING THE FILE EXCHANGE HEADER LOOK CRAP - Ana
    .ui-widget-header {
    background: url("/Content/images/03_highlight_soft.png") repeat-x scroll 50% 50% #C5DAE6 !important;
}*/

ul#NestedMenu ul {
    margin-left: 10px;
}

ul#NestedMenu a.selected {
    color: red;
}

.admin-filter-list .ui-widget-header {
    background: none transparent !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
    width: 16px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    /* border: 0 none;*/
}

.ui-widget-content {
    border: 0 none;
}

/* Extension for Cabinet */

.ui-dialog .ui-dialog-content .field-type-container {
    color: #888888;
    padding: 10px 0;
}


/* DASHBOARD PANEL
---------------------------------------------------------------------------------------------------- */

.texture-vertical-tabs {
}
/* alert dialog */

.dashboard-panel .alert-box {
    display: block;
    font-size: 11px; /* do not use shorthand for margins as this interferes with 960gs */
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: visible;
    padding: 5px 0;
    position: relative;
    z-index: 20;
}

    .dashboard-panel .alert-box * {
        color: #5b5b5b;
    }

    .dashboard-panel .alert-box h2,
    .dashboard-panel .alert-box a {
        margin-bottom: -2px /* ensures alert list border is overlapped */;
        z-index: 30;
    }

    .dashboard-panel .alert-box h2,
    .dashboard-panel .alert-box a {
        margin-top: 0px /* overrides default */;
    }

    .dashboard-panel .alert-box a {
        background: #ffffff url(/Content/images/ui-bg_flat_acacac_1x1.png) repeat-y 100% 0;
        border-top: 1px solid #B9B7B7;
        border-bottom: 1px solid #B9B7B7;
        border-left: 1px solid #B9B7B7;
        padding: 5px 1px 6px 0;
        text-align: center;
        outline: 0 none;
        width: 209px;
    }

        .dashboard-panel .alert-box a:focus {
            outline: 0 none /* not good practice for accessability issues, but needed for drop list functionality */;
        }

        .dashboard-panel .alert-box a * {
        }

        .dashboard-panel .alert-box a .ui-icon {
            float: right;
            margin: 0 10px 0 0;
        }

    .dashboard-panel .alert-box em {
        color: #FF7D20;
        float: none;
    }

    .dashboard-panel .alert-box ul {
        background-color: #ffffff;
        border: 1px solid #B9B7B7;
        padding: 10px 0;
        position: absolute;
        top: 33px;
        left: 0px;
        z-index: 25;
    }

    .dashboard-panel .alert-box li {
        display: block;
        width: 100%;
    }

        .dashboard-panel .alert-box li * {
            font-size: 12px;
            line-height: 25px;
            margin: 0 0 0 10px;
            vertical-align: middle;
        }

        .dashboard-panel .alert-box li a {
            background-image: none;
            border: 0 none;
            color: #37a2f1;
            padding: 0;
            width: auto;
        }

/* dashboard function labels and buttons */

.dashboard-panel .functions .ui-icon,
.dashboard-panel .functions .iconic .icon {
    margin: 0 10px;
}

.dashboard-panel .functions .ui-text {
    margin: 0 5px;
}

.dashboard-panel .functions .ui-icon-blank {
    background-position: -1000px -1000px /* jquery-ui overide*/;
}

.dashboard-panel .functions li .right {
    float: right;
}

/* holding page menu 
for top level menu items e.g."../Administration/Site"  */

.holding-page-menu {
    position: relative;
    z-index: 10;
}

    .holding-page-menu h3 {
        background: #0089F2 url(/Content/images/ui-bg_flat_horizontal_0089F2_358x1.png) repeat-y 0 0;
        border-radius: 4px 4px 0 0;
        border: 1px solid #0037DB;
        color: #ffffff;
        font-size: 12px;
        line-height: 16px /* matches height of ui-icon */;
        padding: 8px 0;
        vertical-align: middle;
    }

        .holding-page-menu h3 span {
            display: block;
            margin: 0 0 0 10px;
        }

        .holding-page-menu h3 .ui-icon {
            margin: 0 7px;
        }

    .holding-page-menu li {
        background: #ffffff url(/Content/images/ui-bg_flat_horizontal_f4f3f3_ffffff_358x1.png) repeat-y 0 0;
        border-radius: 4px;
        border: 1px solid #DADADA;
        cursor: pointer;
        font-size: 12px;
        line-height: 16px /* matches height of ui-icon */;
        margin: 0 0 5px 0;
        padding: 10px 0;
        vertical-align: middle;
        width: 100%;
    }

        .holding-page-menu li span {
            margin: 0 0 0 10px;
        }

        .holding-page-menu li .ui-icon {
            margin: 0 7px;
        }

        .holding-page-menu li .ui-icon-blank {
            background-position: -1000px -1000px /* jquery-ui overide*/;
        }

        .holding-page-menu li .right {
            float: right;
        }




/* POST-IT STYLE TABS
---------------------------------------------------------------------------------------------------- */

.dc-form-table-list {
    padding: 5px 0;
    background-color: white;
    width: 100%;
}

.post-it-panel h3 {
}

.dc-form-table-list .table-tabs {
    width: 110px;
    margin-left: 5px;
    float: left;
}

    .dc-form-table-list .table-tabs li {
        padding: 2px 0;
    }

        .dc-form-table-list .table-tabs li a {
            margin: 0 5px;
            display: block;
        }

.dc-form-table-list table {
    width: 830px;
    border: 1px solid #D7D7D7;
    float: left;
    margin-right: 5px;
}

/* DATA COLLECTION FORMS IMITATION STYLING
----------------------------------------------------------------------------------------------------*/

.dc-form-fields .hd,
.dc-form-fields .ft,
.dc-form-table-summary .hd,
.dc-form-table-summary .ft,
.dc-form-table-panel .hd,
.dc-form-table-panel .ft,
.dc-list-page .hd,
.dc-list-page .ft {
    margin: 0 5px;
    border: 1px solid #696969;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 0;
}

.dc-form-fields .hd,
.dc-form-table-summary .hd,
.dc-form-table-panel .hd,
.dc-list-page .hd {
    border-radius: 5px 5px 0 0;
}

    .dc-form-fields .hd h1,
    .dc-form-table-summary .hd h1,
    .dc-form-table-panel .hd h1,
    .dc-list-page .hd h1 {
        padding: 3px 0;
        color: #FFFFFF;
        font-size: 16px;
        margin-left: 5px;
    }


.dc-form-fields .ft,
.dc-form-table-summary .ft,
.dc-form-table-panel .ft,
.dc-list-page .ft {
    border-radius: 0 0 5px 5px;
}



/* dc-form-fields
----------------------------------------------------------------------------------------------------*/

.dc-form-fields,
.dc-list-page {
    background-color: #ffffff; /*border: 2px solid #F1F1F1;*/
    margin-bottom: 0 !important;
    padding: 5px 0;
}


    .dc-form-fields .title {
        border: 0 none;
        color: #222222;
        display: block;
        font-family: inherit; /*font-size: 95%;*/
        font-style: normal;
        font-weight: bold;
        line-height: 150%;
        margin: 0 50px 0 0;
        padding: 0 0 3px;
        position: relative;
        white-space: normal;
        background-color: transparent !important; /**/
    }


    .dc-form-fields label.desc,
    .dc-form-fields label.title {
        background-image: url("/Content/images/titlebar-bg.gif") !important;
        background-color: #F4F3F2 !important;
        margin: 5px 1px;
        outline: 1px solid #E5E2DF;
        padding: 0;
    }

    .dc-form-fields .myUnit {
        font-size: 90%;
        margin: 0 5px;
        float: right;
    }

    .dc-form-fields .intro {
        padding: 10px 10px 20px;
    }


.form-info {
    font-size: 12px;
    font-style: italic; /*background-color: #F8F6F4;border: 2px solid #F1F1F1;*/
}

/* FORM HEADER (.HD), BODY (.BD) AND FOOTER (.FT) SECTIONS
USED FOR ADDING BACKGROUND COLOR & MARGINS OR POSITIONING */


.dc-form-fields .ui-buttons {
    margin-top: 0;
}


.dc-form-fields .hd,
.dc-form-fields .ft,
.dc-list-page .hd,
.dc-list-page .ft {
    background-color: #F8F6F4; /*border: 2px solid #F1F1F1;*/
    margin: 0 5px;
    border: 1px solid #696969;
}

    .dc-form-fields .hd h1,
    .dc-form-fields .hd .action-buttons,
    .dc-form-fields .ft .action-buttons {
        width: 50% /* NB: may require fine tuning*/;
        float: left;
        margin: 0 !important;
    }

        .dc-form-fields .hd h1 .icon {
            margin: 0 5px /* removed verical margin as parent element (<h1>) already has top bottom padding */;
            font-size: 18px;
            line-height: 24px;
            height: 24px;
        }


.dc-form-fields .ui-label-icons {
    right: 0; /*top: 12px;*/
}

.dc-form-fields .ft .action-buttons {
    float: right;
}

.dc-form-fields p {
    padding: 10px;
}


/* dc-form-fields - validation alerts
----------------------------------------------------------------------------------------------------*/

.dc-form-fields .validation-alert {
    padding: 10px 0;
}

    .dc-form-fields .validation-alert span {
        background-image: url("/Content/images/ui-icons_red_256x240.png");
        float: left;
        margin: 2px 5px 2px 8px;
    }
    /* theme.ncaa.css override */
    .dc-form-fields .validation-alert p {
        padding: 0;
        font-weight: bold;
        margin: 0 10px 0 20px;
        line-height: 20px;
        vertical-align: middle;
        color: #F80800 /* same as alert error colour */;
    }


/* dc-form-table-summary
----------------------------------------------------------------------------------------------------*/

.dc-form-table-summary {
    background-color: #FFFFFF;
    margin-bottom: 0 !important;
    padding: 5px 0;
}


    /* table */

    .dc-form-table-summary table {
        /*font-size: 0.9em;
        margin: 5px;
        table-layout: fixed;
        width: 99%;
        word-wrap: break-word;*/
    }



    /* thead */

    .dc-form-table-summary thead tr {
        background: none repeat scroll 0 50% transparent;
        line-height: 1.5em;
        vertical-align: middle;
    }

    .dc-form-table-summary th {
        border-color: #C1C1C1;
        border-width: 0 0 2px /* setting top, left & right to zero needed to override jquery-ui css */;
        border-style: dotted;
        font-size: 9px; /* 80% is hard to read */
        line-height: 3em;
        vertical-align: middle;
        text-transform: uppercase;
    }



    /* TODO: CREATE THE EQUIVALENT OF .DC-FORM-TABLE-SUMMARY TABLE TD/A FOR TH CLASS */

    /* tbody */

    .dc-form-table-summary tbody tr {
        /*line-height: 1.5em;
        background: url("/Content/images/data_border.gif") repeat-x scroll left bottom transparent;
        line-height: 1.2em;
        vertical-align: middle;*/
    }

    .dc-form-table-summary .iconic .icon {
        margin: auto;
        float: none;
    }

    .dc-form-table-summary table td {
        /*padding: 1em 0;*/
    }

a.seamless, label.seamless, clickableRow a {
    color: #4e4e4e;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
}

table .pos .seamless {
    display: inline !important;
    float: none !important;
}

table .seamless,
table .no-data span {
    display: block;
    color: #4E4E4E;
    cursor: pointer;
    margin: 0;
    width: 100%;
}

/* PROJECT SPECIFIC STYLING */
.dc-form-table-summary table .no-data span {
    cursor: inherit;
    text-align: center;
}

.dc-form-table-summary table tr:hover a,
.dc-form-table-summary table tr:hover a {
    color: #0088CC;
}

    .dc-form-table-summary a.focus:hover,
    .dc-form-table-summary table tr:hover a.focus {
        text-decoration: underline;
    }

.dc-form-table-summary table tr:hover a,
.dc-form-table-summary table table.dc-form-table-summary tr:hover a {
    text-decoration: none;
}

.dc-form-table-summary td.arrow {
    background: url("/Content/images/menuArrow.gif") no-repeat scroll 50% 50% transparent;
}

.dc-form-table-summary table tr:hover td.arrow {
    background: url(/Content/images/menuArrow_bright.gif) 50% 50% no-repeat;
}

/* both */

.dc-form-table-summary table .arrow {
    width: 25px;
}


/* dc-form-table-panel (TO BE REMOVED!!!!)
----------------------------------------------------------------------------------------------------*/


.dc-form-table-panel {
    padding: 5px 0;
}

    .dc-form-table-panel .breadcrumb {
        margin: 1px 5px;
        width: 940px;
    }

    /* table */

    .dc-form-table-panel table {
        font-size: 12px;
        margin: 5px;
        table-layout: fixed;
        width: 940px;
    }

        .dc-form-table-panel table table {
            margin: -2px 0 0;
        }

    /* thead */


    .dc-form-table-panel thead tr {
        background: none repeat scroll 0 50% transparent;
        line-height: 1.5em;
        vertical-align: middle;
        width: inherit;
    }

    .dc-form-table-panel th {
        border-bottom: 2px dotted #C1C1C1;
        font-size: 9px;
        padding: 2px 0;
        text-transform: uppercase;
        vertical-align: top;
    }

    .dc-form-table-panel table th label {
        float: left;
        display: block;
        clear: both;
        width: 95%;
    }

    .dc-form-table-panel table th .ui-label-icons {
        float: right;
    }

    .dc-form-table-panel .iconic th .icon {
        margin: auto;
        float: none;
    }

    /* Icons in validation status column (Team Visit Overview) */

    .dc-form-table-panel .validation-cols {
        clear: both;
    }

        .dc-form-table-panel .validation-cols span {
            margin: 3px 12px;
        }

    /* tbody */

    .dc-form-table-panel table td a {
        display: block;
        margin: 0 2px;
        font: 13px/1.5 'Helvetica Neue',Arial, 'Liberation Sans',FreeSans,sans-serif;
    }

    .dc-form-table-panel .hide-row,
    .dc-form-table-panel .hide-row th {
        height: 0px;
        line-height: 0px;
        visibility: collapse;
        margin: -1px 0;
        font-size: 0px;
        padding: 0;
        border: 0 none;
    }

    /* tbody > both accordian row types */

    .dc-form-table-panel .ui-accordion-header td,
    .dc-form-table-panel .ui-accordion-content table td {
        background: transparent none;
        border: 0 none;
        line-height: 100%;
    }

        .dc-form-table-panel .ui-accordion-header td input,
        .dc-form-table-panel .ui-accordion-content table td input {
            margin: 0 2px;
        }

    .dc-form-table-panel table tbody .col3 {
        text-align: center;
    }

    .dc-form-table-panel tbody td:first-child {
        border-left: 0 none;
    }

    .dc-form-table-panel .col1col2 a {
        float: left;
    }

    .dc-form-table-panel .col1col2 span {
        float: left;
        width: 96px;
        display: block;
    }

    /* tbody > ui-accordion-header only */

    .dc-form-table-panel .ui-accordion-header {
        border: 0 none;
        background: url("/Content/images/data_border.gif") repeat-x scroll left bottom transparent;
        line-height: 1.5em;
        vertical-align: middle;
    }

    .dc-form-table-panel .ui-accordion .ui-accordion-header a {
        padding: 10px 0;
    }

    /* moves backgound image border out of view when accordion row is selected */
    .dc-form-table-panel .ui-accordion tr.ui-state-active {
        background-position: 0 -2px;
    }


    /* header row hover states (grouped by areas with the same link) */

    .dc-form-table-panel .ui-accordion-header:hover a,
    .dc-form-table-panel .ui-accordion-content .col1col2 a:hover,
    .dc-form-table-panel .col3 a:hover {
        text-decoration: none;
        color: #0088CC;
        font-weight: bold;
    }

    .dc-form-table-panel .ui-accordion-header .arrow {
        background-image: url("/Content/images/accordion-arrows.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        float: right;
        margin: 0 5px;
        width: 32px;
        height: 13px;
        display: block;
    }

    .dc-form-table-panel .ui-state-default .arrow {
        background-position: -37px -2px;
    }

    .dc-form-table-panel .ui-state-active .arrow {
        background-position: -75px -20px;
    }

    .dc-form-table-panel .ui-state-default:hover .arrow {
        background-position: -75px -2px;
    }

    .dc-form-table-panel .ui-state-active:hover .arrow {
        background-position: -75px -20px;
    }



    /* header row unselected state */
    .dc-form-table-panel .ui-state-default td a {
        color: #323232;
    }

    /* header row selected state */
    .dc-form-table-panel .ui-state-active td a {
        color: #0088cc;
    }

    /* tbody > ui-accordion-content only */

    .dc-form-table-panel .ui-accordion .ui-accordion-content {
        border-width: 0 0 1px;
        border-color: #d0d0d0;
        border-style: solid;
        height: auto !important /* jquery-ui javascript override */;
        display: inline /* jquery-ui javascript override */;
        padding: 0 /* jquery-ui javascript override */;
    }


    .dc-form-table-panel .ui-accordion .ui-accordion-content-active {
        display: table /* jquery-ui css override */;
    }

    .dc-form-table-panel .odd {
        background-color: #ffffff;
    }

    .dc-form-table-panel .even {
        background-color: #f2f2f2;
    }

    .dc-form-table-panel .ui-accordion-content td {
        height: auto !important /* jquery-ui javascript override */;
        background: url("/Content/images/data_border.gif") repeat-x scroll left bottom transparent;
    }

    /* position button approx center to text above */
    .dc-form-table-panel .ui-accordion-content .col4 a {
        position: relative;
        left: 40%;
    }


    /* specifiy need so it doesnt affect ".ui-button a" */
    .dc-form-table-panel .ui-accordion-content .col1col2 a,
    .dc-form-table-panel .ui-accordion-content .col3 a {
        padding: 5px 0;
    }

/*  dc-form-table-accordion
Replacement styles for "dc-form-table-accordion" above, 
uses unordered lists styled as a table and 
correct elements for jQuery-ui accordion plugin (i.e <h3> and <div>)
----------------------------------------------------------------------------------------------------*/

/* <form> element level */

.dc-form-table-accordion {
    padding: 5px 0;
    background-color: #FFFFFF;
}

    /* <form> header (.hd) */

    .dc-form-table-accordion .hd {
        border-radius: 5px 5px 0 0;
    }

        .dc-form-table-accordion .hd h1 {
            color: #FFFFFF;
            font-size: 16px;
            margin-left: 5px;
            padding: 3px 0;
        }

    /* super (primary) accordion header */

    .dc-form-table-accordion .ui-accordion .ui-accordion-super-header {
        padding: 5px 0;
        border-bottom: 2px dotted #C1C1C1;
    }

        .dc-form-table-accordion .ui-accordion .ui-accordion-super-header li {
            background: none repeat scroll 0 50% transparent;
            display: block;
            float: left;
            font-size: 9px;
            text-transform: uppercase;
            vertical-align: top;
        }

        .dc-form-table-accordion .ui-accordion .ui-accordion-super-header label {
            padding: 5px 0;
            clear: both;
            display: block;
            float: left;
            width: 95%;
        }

        .dc-form-table-accordion .ui-accordion .ui-accordion-super-header li.col3 a {
            margin: 0 10px !important;
        }

        .dc-form-table-accordion .ui-accordion .ui-accordion-super-header li.col3 .validation {
            padding: 3px 0;
        }

    .dc-form-table-accordion .ui-accordion .ui-accordion-header span {
        display: block;
        float: left;
    }

    /* (secondary) accordion header or <h3> */

    .dc-form-table-accordion .ui-accordion .ui-accordion-header {
        border: 0 none;
        background: url("/Content/images/data_border.gif") repeat-x scroll left bottom transparent;
        clear: both;
        display: block;
        /*height: 40px;*/ /* needed so background image border is visiable  */
        vertical-align: middle;
        border: 0;
    }

        .dc-form-table-accordion .ui-accordion .ui-accordion-header a {
            float: left;
            text-align: center;
            padding: 10px 0;
        }

    .dc-form-table-accordion .ui-accordion h3.ui-state-active {
        background-position: 0 -2px;
        color: #0088CC;
    }

        .dc-form-table-accordion .ui-accordion h3.ui-state-active a {
            font-weight: normal;
            color: #0088CC;
        }

    .dc-form-table-accordion .ui-accordion .ui-accordion-header .col3 a {
        width: 36px;
        margin: 0 1px;
    }

    /* accordion header - arrow icon sprites */

    .dc-form-table-accordion .ui-accordion .ui-accordion-header .arrow {
        background-attachment: scroll;
        background-color: transparent;
        background-image: url("/Content/images/accordion-arrows.png");
        background-repeat: no-repeat;
        display: block;
        float: right;
        margin: 12px 5px;
        padding: 0;
        width: 35px;
        height: 15px;
    }

    .dc-form-table-accordion .ui-accordion .ui-state-default .arrow {
        background-position: -37px -2px;
    }

    .dc-form-table-accordion .ui-accordion .ui-state-active .arrow {
        background-position: -75px -20px;
    }

    .dc-form-table-accordion .ui-accordion .ui-state-default:hover .arrow {
        background-position: -75px -2px;
    }

    .dc-form-table-accordion .ui-accordion .ui-state-active:hover .arrow {
        background-position: -75px -20px;
    }

    /* accordion content block or <div> */

    .dc-form-table-accordion .ui-accordion .ui-accordion-content {
        padding: 0;
        border: 0 none;
        height: auto;
    }

        .dc-form-table-accordion .ui-accordion .ui-accordion-content a {
            padding: 5px 0;
            font: 13px/1.5 'Helvetica Neue',Arial, 'Liberation Sans',FreeSans,sans-serif;
        }

    .dc-form-table-accordion .ui-accordion .ui-accordion-content-active {
        display: block;
        clear: both;
        background: url("/Content/images/data_border.gif") repeat-x scroll left bottom transparent;
        margin: 0;
        padding: 0 0 2px 0 !important;
    }

    /* accordion content - fake table rows (unordered list) */

    .dc-form-table-accordion .ui-accordion .ui-accordion-content-list {
        margin: 0 5px;
    }


        .dc-form-table-accordion .ui-accordion .ui-accordion-content-list li {
            display: block;
            float: left;
        }

            .dc-form-table-accordion .ui-accordion .ui-accordion-content-list li.even {
                background-color: #F2F2F2;
            }

            .dc-form-table-accordion .ui-accordion .ui-accordion-content-list li.odd {
                background-color: #ffffff;
            }

            .dc-form-table-accordion .ui-accordion .ui-accordion-content-list li div {
                display: block;
                float: left;
            }

        .dc-form-table-accordion .ui-accordion .ui-accordion-content-list .col2 a {
            display: block;
            text-align: center;
        }

            .dc-form-table-accordion .ui-accordion .ui-accordion-content-list .col2 a span {
                display: block;
                float: left;
                padding: 0;
            }

        .dc-form-table-accordion .ui-accordion .ui-accordion-content-list .col4 {
            position: relative;
        }

            .dc-form-table-accordion .ui-accordion .ui-accordion-content-list .col4 a {
                left: 65px;
                position: absolute;
                text-decoration: none;
            }

        .dc-form-table-accordion .ui-accordion .ui-accordion-content-list .col3 a {
            display: block;
            float: left;
            text-align: center;
            width: 36px;
            margin: 0 1px;
        }

    /* fake table column settings */

    .dc-form-table-accordion .ui-accordion .columns .col {
        margin: 0 !important;
    }

    .dc-form-table-accordion .ui-accordion .columns .col1 {
        width: 60px;
    }

    .dc-form-table-accordion .ui-accordion .columns .col2 {
        width: 310px;
    }

    .dc-form-table-accordion .ui-accordion .columns .col2a {
        width: 130px;
    }

    .dc-form-table-accordion .ui-accordion .columns .col2b {
        width: 180px;
    }

    .dc-form-table-accordion .ui-accordion .columns .col3 {
        width: 235px;
    }

    .dc-form-table-accordion .ui-accordion .columns .col4 {
        width: 270px;
    }

    .dc-form-table-accordion .ui-accordion .columns .col5 {
        width: 65px;
    }

    /* ui-button extension classes */

    .dc-form-table-accordion .ui-accordion .ui-buttons {
        display: block;
        padding: 3px 0;
    }

        .dc-form-table-accordion .ui-accordion .ui-buttons a {
            display: block;
            padding: 0;
        }

            .dc-form-table-accordion .ui-accordion .ui-buttons a.ui-state-active {
                background: url("/Content/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
            }

/* if no validation class is applied to span icon */

.col1 .ui-state-hover .ui-icon {
    background-image: url("/Content/images/ui-icons_ffffff_256x240.png");
    background-color: #454545;
}





/* dc-form-table-panel with tabs
----------------------------------------------------------------------------------------------------*/

/* tabs list */

.dc-form-table-panel .panel-tabs {
    float: left;
    margin: 5px;
    background-color: #E0E0E0;
    list-style: none outside;
}

    .dc-form-table-panel .panel-tabs li {
        background-color: #EDEDED;
        border: 1px solid #CDCDCD;
        margin: 1px;
        display: block;
        clear: both;
        float: none;
    }

    .dc-form-table-panel .panel-tabs a {
        display: block;
        line-height: 100%;
        padding: 5px 6px;
    }

        .dc-form-table-panel .panel-tabs a:hover,
        .dc-form-table-panel .panel-tabs a.selected {
            background-color: #FFFFFF;
            border: 0 none;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            color: #E56F00;
            text-decoration: none;
        }



/* tabs content  (i.e the table) */

.dc-form-table-panel .panel-content {
    margin: 5px;
    width: 830px;
    border: 0 none; /*1px solid #D7D8DA*/
}

    .dc-form-table-panel .panel-content td {
        padding: 3px 0;
    }


/* dc-comment-block
----------------------------------------------------------------------------------------------------*/


.dc-comment-block {
    position: relative;
    padding: 5px 0;
}

    .dc-comment-block ul {
        margin: 0 10px;
        list-style-position: outside;
    }

        .dc-comment-block ul li {
            /* TODO: add padding and margins */
        }


            .dc-comment-block ul li label.title {
                background-image: url("/Content/images/titlebar-bg.gif");
                margin: 5px 1px;
                border: 1px solid #E5E2DF;
                padding: 0;
                display: block;
            }

    .dc-comment-block .ui-label-icons {
        float: right;
    }

    .dc-comment-block li textarea {
        width: 921px;
        padding: 2px;
    }

/* VALIDATION STATUS FLAG ICONS 
settings (coloured flag on grey background) 
----------------------------------------------------------------------------------------------------*/

.validation a.ui-state-default,
.validation a.ui-state-hover {
    padding: 0px /* admin.common.css override */;
    background: url("/Content/images/shared/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6 /* jquery-ui css override */;
}

    .validation a.ui-state-default .ui-icon {
        background-image: url("/Content/images/shared/ui-icons_454545_256x240_ext.png");
    }

    /* icon default and active states (coloured flag on grey background) */

    .validation a.ui-state-default .prevalidation {
        background-position: -144px -240px;
    }

    .validation a.ui-state-default .invalidation {
        background-position: -160px -240px;
    }

    .validation a.ui-state-default .tobeapproved {
        background-position: -176px -240px;
    }

    .validation a.ui-state-default .pendingoutcome {
        background-position: -192px -240px;
    }

    .validation a.ui-state-default .outcometobeapproved {
        background-position: -208px -240px;
    }

    .validation a.ui-state-default .validated {
        background-position: -224px -240px;
    }


    /* icon hover states (white flag on coloured background) */
    .validation a.ui-state-hover .ui-icon,
    .validation a:hover .ui-icon {
        background-image: url("/Content/images/ui-icons_ffffff_256x240.png");
        background-position: -16px -113px;
    }

    .validation a.ui-state-hover .prevalidation,
    .validation a:hover .prevalidation {
        background-color: red;
    }

    .validation a.ui-state-hover .invalidation,
    .validation a:hover .invalidation {
        background-color: orange;
    }

    .validation a.ui-state-hover .tobeapproved,
    .validation a:hover .tobeapproved {
        background-color: yellow;
    }

    .validation a.ui-state-hover .pendingoutcome,
    .validation a:hover .pendingoutcome {
        background-color: #4fd24f;
    }

    .validation a.ui-state-hover .outcometobeapproved,
    .validation a:hover .outcometobeapproved {
        background-color: #6da8d5;
    }

    .validation a.ui-state-hover .validated,
    .validation a:hover .validated {
        background-color: blue;
    }

/* overrides original flag icon style when used in form header '.hd' */
.hd h1 .validation a.ui-state-default,
.hd h1 .validation a.ui-state-hover,
.hd h1 .validation a:hover {
    margin: 4px 3px !important;
    border: 0 none;
    background: 0 none !important;
}

    .hd h1 .validation a.ui-state-default span,
    .hd h1 .validation a.ui-state-hover span,
    .hd h1 .validation a:hover span {
        background-color: transparent;
    }


/* SIMPLE PAGER 
jQuery plugin by Dan Drayne - https://github.com/dan0/simplepager
 
---------------------------------------------------------------------------------------------------- */

/* OPTION 1 - based on .admin-pagination-panel styling */
.admin-form legend {
}

.admin-form-fields .ui-tabs-panel .simplePagerContainer {
    width: 95% !important /* overrides .checkbox-list div */;
}

.admin-form-fields .ui-tabs-panel .simplePagerContainer {
}

    .admin-form-fields .ui-tabs-panel .simplePagerContainer .simplePagerNav {
        width: auto;
        margin-bottom: 15px;
    }

/*Removed as it looked idd in Administration/Security/Setup/Roles/cmp/User
    .simplePagerContainer .simplePagerNav:before {
    content: 'Section ';
}*/

.simplePagerContainer .simplePagerNav li {
    display: inline;
}


    .simplePagerContainer .simplePagerNav li a {
    }

.simplePagerContainer .simplePagerNav .currentPage a {
}

.simplePagerContainer .simplePagerNav li a:hover {
}

.simplePagerContainer .pageme {
    margin: 10px 0;
}

    .simplePagerContainer .pageme div {
    }

/*.simplePagerContainer .pageme div div,
        .simplePagerContainer .pageme div input {
            margin: 0 5px 0 0;
            padding: 0;
            line-height: 14px;
        }*/

.admin-form-fields .ui-tabs-panel .no-disc li {
    list-style-type: none;
}

/* temp report upload wizard styles*/

.backnext {
    height: 30px;
    margin: 0 5px;
    padding: 5px 0;
}

    .backnext .prev {
        float: left;
    }

    .backnext .next {
        float: right;
    }

#steps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

    #steps li {
        /*font-size: 28px;padding-right: 20px;*/
        float: left;
        background-color: #EFEEED;
        color: #000;
    }

        #steps li span {
            /*font-size: 13px;*/ /*display: block;*/
        }

    /* colours to indicate current and previous steps in wizard*/
    #steps .current {
        background-color: #9BB5C4;
    }

    #steps .past {
        background-color: #B1BDC4;
    }

    #steps .selected {
        background-color: #C5DAE6;
    }

    #steps label {
        padding: 5px;
    }

    #steps li:hover,
    #steps li:hover a {
        background-color: #d4e2e9;
    }

    #steps .current:hover,
    #steps .current:hover a {
        background-color: #9BB5C4;
    }

    #steps .past:hover,
    #steps .past:hover a {
        background-color: #B1BDC4;
    }

.mod-l {
    margin-left: 5px !important;
}


/* FILE STORE (CABINET SECTIONS)
---------------------------------------------------------------------------------------------------- */

.cols {
    padding: 0 5px !important;
}


.right h3 {
    font-size: 14px;
    color: #4b628f;
    font-weight: bold;
}

/* ---- cookie policy ---- */
.cookie-policy {
    background: none repeat scroll 0 0 #4E4E50;
    display: none;
    text-align: center;
    font-family: arial;
    font-size: 13px;
    margin-bottom: 5px;
}

    .cookie-policy.show {
        display: block;
    }

    .cookie-policy p,
    .cookie-policy h3 {
        padding: 10px;
        color: #fff;
        margin: 0;
    }

    .cookie-policy h3 {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        position: relative;
    }

    .cookie-policy a {
        color: #49D1F7;
        text-decoration: none;
    }

        .cookie-policy a:hover {
            text-decoration: underline;
            color: #49d1f7;
        }

    .cookie-policy .cookie-close {
        position: absolute;
        right: 10px;
        top: 10px;
        display: block;
        height: 16px;
    }

        .cookie-policy .cookie-close .ui-icon {
            background-image: url("/Content/images//ui-icons_ffffff_256x240_ext.png");
            background-color: transparent;
        }

/* JQUERY-UI TABS (OVERRIDES)
---------------------------------------------------------------------------------------------------- */


.ui-tabs .admin-data-table {
    float: none;
    padding: 5px 0;
    margin: 0;
}


.ui-tabs .admin-form-fields {
    float: none;
    /*padding: 0px;*/
    border: none 0;
}


/*accordion sitemap tree*/
.LHnav {
    /*background-color: #DBE5EB;*/
    /*box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
    /*color: #FFFFFF;
margin: 0 auto 0;
width: 250px;*/
}

    .LHnav a {
        color: #555555;
    }

    .LHnav h3 {
        background: linear-gradient(#e9eff3, #dbe5eb) repeat scroll 0 0 rgba(0, 0, 0, 0);
        margin: 2px;
        padding: 0.5em 0.5em 0.5em 0.7em;
    }

        .LHnav h3 a {
            color: #555555;
            display: block;
            font-size: 12px;
            text-decoration: none;
        }

        .LHnav h3 a {
            color: #212121;
        }

    /*.LHnav h3:hover,*/ .LHnav .active h3 {
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
        background: linear-gradient(#d6e4ed, #c5dae6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .LHnav h3 span {
        font-size: 16px;
        margin-right: 10px;
    }

    .LHnav h2 {
        background: linear-gradient(#e9eff3, #dbe5eb) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .LHnav li {
        list-style-type: none;
    }

    .LHnav ul ul li a, .LHnav h4 {
        display: block;
        font-size: 11px;
        line-height: 20px;
        padding: 5px;
        position: relative;
        text-decoration: none;
        transition: all 0.15s ease 0s;
        font-weight: bold;
    }

    .LHnav ul ul ul li a {
        font-weight: normal;
    }

    .LHnav ul ul li a:hover {
        background: none repeat scroll 0 0 #CBD7E1;
        border-left: 5px solid #0088cc;
    }

    .LHnav li.active h3 {
    }

    .LHnav li.active > ul {
        display: block;
    }

    .LHnav ul ul ul {
        border-left: 1px dotted rgba(0, 0, 0, 0.5);
        margin-left: 15px;
    }

    .LHnav .active > a:not(:only-child):after {
        content: "";
    }
    /*hover effect on links*/
    .LHnav ul ul li a:hover {
        background: #CBD7E1;
        border-left: 5px solid #0088cc;
    }

    .LHnav ul ul li a:hover, .LHnav ul ul li.selected a, .LHnav ul ul li a.active {
        border-left: 5px solid #0088cc;
        background-color: #f9f9f9;
    }

    .LHnav li ul {
        /*background: none repeat scroll 0 0 #e9eff3;*/
        margin: 0 5px;
    }

    .LHnav li.active ul {
        display: block;
    }

/*BOOTSTRAP ALERTS*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }



.fields li ul li {
    list-style-type: none;
}

.download ol {
    margin-left: 0px !important;
}

.admin-data-table td.try a {
    float: left !important;
}

.admin-data-table .ui-buttons input, .admin-data-table .ui-buttons select {
    width: 100%;
}
/* Bootstrap overrides */
.help-block {
    margin-top: 0;
}

.radio, .checkbox {
    margin-top: 0;
}

/*PAGINATION COLOUR OVERRIDE*/
#ApplicationSites .btn-primary {
    /*background-image: linear-gradient(to bottom, #dfeaf1, #c5dae6);
    background: #dfeaf1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZWFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWRhZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfeaf1 0%, #c5dae6 100%); /* FF3.6+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfeaf1), color-stop(100%,#c5dae6)); /* Chrome,Safari4+ 
    background: -webkit-linear-gradient(top, #dfeaf1 0%,#c5dae6 100%); /* Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top, #dfeaf1 0%,#c5dae6 100%); /* Opera 11.10+ 
    background: -ms-linear-gradient(top, #dfeaf1 0%,#c5dae6 100%); /* IE10+ 
    background: linear-gradient(to bottom, #dfeaf1 0%,#c5dae6 100%); /* W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeaf1', endColorstr='#c5dae6',GradientType=0 ); /* IE6-8 */
}

    #ApplicationSites .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #c5dae6;
    }

#ApplicationSites .btn {
    display: inline-block;
}

/* --------- BOOTSTRAP EXTENSIONS ----------*/
.default {
    color: #adadad;
}

.primary {
    color: #428bca;
}

.success {
    color: #5cb85c;
}

.info {
    color: #5bc0de;
}

.warning {
    color: #f0ad4e;
}

.danger {
    color: #d9534f;
}

.badge-primary {
    background-color: #428bca;
}

    .badge-primary[href]:hover,
    .badge-primary[href]:focus {
        background-color: #3071a9;
    }

.badge-success {
    background-color: #5cb85c;
}

    .badge-success[href]:hover,
    .badge-success[href]:focus {
        background-color: #449d44;
    }

.badge-info {
    background-color: #5bc0de;
}

    .badge-info[href]:hover,
    .badge-info[href]:focus {
        background-color: #31b0d5;
    }

.badge-warning {
    background-color: #f0ad4e;
}

    .badge-warning[href]:hover,
    .badge-warning[href]:focus {
        background-color: #ec971f;
    }

.badge-danger {
    background-color: #d9534f;
}

    .badge-danger[href]:hover,
    .badge-danger[href]:focus {
        background-color: #c9302c;
    }

.pagination .page-display > span {
    border: 0 none;
    color: #333;
}

.panel-heading .buttons-control {
    padding: 0;
    /*margin-top: -5px;*/
    float: right;
}



/* --------- 960_24_COL EXTENSIONS ----------*/
#header .grid_12 {
    width: 468px;
}

/* --------- New Admin Styles ----------*/
.dc-footer {
    border-top: 1px solid #e5e5e5;
    color: #767676;
    margin-top: 100px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

.dev-footer {
    background-color: #333;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

.footer-links {
    padding-left: 0;
}

    .footer-links li:first-child {
        padding-left: 0;
    }

    .footer-links li {
        display: inline;
    }

.links, .logos, .version {
    margin: 10px 0;
}

.treeview-list ol {
    list-style: none;
}

    .treeview-list ol[class*="node-level"] {
        padding: 10px;
    }

        .treeview-list ol[class*="node-level"] input[type='checkbox'] {
            margin-right: 5px;
        }

        .treeview-list ol[class*="node-level"] li,
        .treeview-list ol[class*="node-level"] li li,
        .treeview-list ol[class*="node-level"] li li li {
            margin: 0;
            padding: 0;
        }

ol ol ol {
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#myTabContent h2 {
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    color: #303030;
    font-size: 100%;
    font-weight: normal;
    line-height: 25px;
    margin: -1px 0 10px 0;
    padding: 0 0 0 5px;
    clear: left;
}

#browseThumbnail .list-group a .glyphicon {
    display: none;
}

#browseThumbnail .list-group a:hover .glyphicon {
    display: inline-block;
}

.list-group .pagination {
    margin: 0;
    display: inline;
}

    .list-group .pagination > li > a {
        border-bottom: 0 none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.pagination-justified {
    width: 100%;
}

    .pagination-justified > li {
        display: table-cell;
        width: 1%;
    }

    .pagination-justified > li {
        float: none;
    }

        .pagination-justified > li > a {
            display: block;
            float: none;
            text-align: center;
        }

.row-padding {
    padding-bottom: 15px;
}

/* ---------------- CONTENT.CSS ------------------- */
/* _DaVEReport_IndexControl.ascx
-----------------------------------------------------------------------------------*/

.admin-filter-list {
    padding: 5px 0;
    margin: 0 5px;
}

    .admin-filter-list h2 {
        display: none;
    }

    .admin-filter-list h3 {
        background: #E6E6E6 url("/Content/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
        border: 1px solid #D3D3D3;
        color: #555555;
        padding: 5px 10px;
        margin: 0 5px;
        width: 193px;
    }


.admin-filter-list {
    width: 100%;
    height: inherit;
}

.LHnav * {
    font-size: 12px !important;
}

.LHnav ul {
    padding: 0;
}

.cols h2,
.admin-filter-list h3 {
    padding: 5px;
    position: relative;
}

    /* .UI-LABEL-ICONS EXTENSION (if inserted within section header element) */

    .cols h2 .ui-label-icons,
    .admin-filter-list h3 .ui-label-icons {
        right: 10px;
        top: 0;
    }

.dc-form-table-accordion .ui-accordion {
    margin: 0 5px;
    width: auto;
}

    .dc-form-table-accordion .ui-accordion .ui-accordion-super-header ul {
        margin: 0 10px;
    }

    .dc-form-table-accordion .ui-accordion .ui-accordion-header a {
        float: left;
        margin: 0 10px;
        text-align: left;
        width: 100%;
    }

        .dc-form-table-accordion .ui-accordion .ui-accordion-header a:hover {
            color: #0088cc;
        }

    .dc-form-table-accordion .ui-accordion .ui-accordion-content {
        padding: 10px 0 !important;
    }

.ui-accordion .ui-accordion-content .text-block {
    border: 1px solid #AFAFAF;
    float: left;
    margin: 0 10px;
    padding: 2px;
    width: 500px;
}

.ui-accordion .ui-accordion-header .or-sprites {
    background: url("/Content/images/onlineReports_sprites.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    left: 94%;
    margin: 0;
    position: absolute;
    right: 7%;
    top: 12px;
    width: 34px;
}

.ui-accordion .ui-accordion-header .or-close {
    background-position: -39px -122px;
}


.ui-accordion .ui-accordion-header .or-open {
    background-position: -39px -104px;
}

.ui-accordion .ui-state-hover .or-close {
    background-position: -1px -122px;
}

.ui-accordion .ui-state-hover .or-open {
    background-position: -77px -104px;
}


.headerRow {
    border-bottom: 2px dotted #E9E9E9;
    font-size: 0.8em;
    height: 10px;
    padding: 10px 0;
    width: 100%;
}


.dc-form-table-accordion .search-pagination {
    background: #E6E6E6 url("/Content/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #D3D3D3;
    color: #555555;
    padding: 2px 0;
    margin: 0 5px;
    position: relative;
}

.search-pagination h3 {
    float: left;
    padding: 1px 0;
    font-size: 13px;
    margin: 0 5px;
}

.search-pagination .search {
    position: absolute;
    right: -5px;
    top: 59px;
}

.dc-form-table-summary .search-pagination .search {
    position: relative;
    right: 0;
    top: 0px;
}

.dc-form-table-summary .search-pagination h3 {
    margin: 7px 0 0 7px;
}

.search-pagination .search a.large {
    padding: 3px !important;
}

.search-pagination .search input {
    margin: 2px;
    padding: 5px;
    width: 210px;
}

.search-pagination .pagination {
    float: right;
}

.search-pagination .ui-buttons .large {
    padding: 2px !important;
}


.excerpt .hd {
    padding: 5px 10px;
    background: url("/Content/images/header.png") repeat-x scroll left bottom #E9E9E9;
    border: 1px solid #D3D3D3;
    padding: 2px 10px;
}

.atoz-tabs-wrapper {
}

.ui-dialog .ui-dialog-content .atoz-tabs-wrapper .atoz-tabs-nav {
    background-color: #EBEDEB;
    border: 2px solid #EBEDEB;
}

.atoz-tabs-wrapper .atoz-tabs-nav li {
    display: inline;
}

    .atoz-tabs-wrapper .atoz-tabs-nav li a {
        padding: 1px 6px;
        text-align: center;
        text-decoration: none;
        color: #0088CC;
    }

        .atoz-tabs-wrapper .atoz-tabs-nav li a:hover {
            background-image: url("/Content/images/stripe_grey.gif");
            background-position: left top;
        }

        .atoz-tabs-wrapper .atoz-tabs-nav li a.selected {
            background-color: #FFFFFF;
            border-radius: 5px 5px 5px 5px;
            color: #000000;
        }

            .atoz-tabs-wrapper .atoz-tabs-nav li a.selected:hover {
                background-image: none;
                background-position: 0 0;
            }


.atoz-tabs-wrapper .atoz-tabs-panel {
    display: block;
    float: left;
    width: 49%;
    padding: 5px 0;
}

    .atoz-tabs-wrapper .atoz-tabs-panel.odd {
        margin: 0 0 10px;
    }

.atoz-menu-wrapper .atoz-tabs-panel.even {
    margin: 0 10px 10px 0;
}

.atoz-tabs-wrapper .atoz-tabs-panel h3, .atoz-tabs-wrapper .atoz-tabs-panel ul {
    margin: 0 5px;
}

.atoz-tabs-wrapper .atoz-tabs-panel h3 {
    background-color: #E9EFF1;
    border-radius: 5px 5px 0 0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 5px 10px;
}


.atoz-tabs-wrapper .atoz-tabs-panel li {
    width: 100%;
    list-style: none outside none;
}

    .atoz-tabs-wrapper .atoz-tabs-panel li a {
        background: url("/Content/images/menuArrow.gif") no-repeat scroll 100% 50% transparent;
        border-bottom: 3px solid #EFEFEF;
        color: #000000;
        display: block;
        line-height: 25px;
        padding: 5px 15px 5px 5px;
        text-decoration: none;
    }

        .atoz-tabs-wrapper .atoz-tabs-panel li a:hover {
            background: url("/Content/images/menuArrow_bright.gif") no-repeat scroll 100% 50% transparent;
            color: #E29C5F;
        }

#cmp .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: -10px !important;
    left: auto;
}

/*free*/


.ui-icon.green, .ui-widget-content .ui-icon.green, .ui-buttons .ui-state-default .green .ui-icon, .ui-buttons .ui-state-default .ui-icon.green {
    background-image: url("/Content/images/ui-icons_37b05c_256x240_ext.png");
}



.go {
    width: 300px !important;
    float: left !important;
}

.ie7 .LHnav ul ul li a:hover {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.form-inline .form-group {
    /*margin-bottom: 15px; what's this for again? removed as it's pushing alignments out here: /Administration/Reports/Cabinet/Uploads/Upload/ec510dfb-9559-e211-8a64-001b2187c970/actions */
}

.unit {
    display: inline;
    float: left;
}

.table dl {
    margin-bottom: 0;
}

.space {
    margin-top: 15px;
}

.panel fieldset {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}

    .panel fieldset legend {
        /*This needs to be more specific - I don't know where it's being applied. POPPI http://localhost:57321/Patients/UpdatePatient/BaselineContactDetails/9d173db7-8c00-e511-ba9d-005056b5765c requires the default BS styling
            margin-bottom: 0px;
        font-size: 1em;
        color: #333;
        border-bottom: 0px none;
        width: auto;*/
    }

.panel .pagination {
    margin: 0;
}

.spacer {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.col-md-2 .dl-horizontal dt {
    width: 50%;
}

.col-md-2 .dl-horizontal dt {
    margin-left: 57%;
}

.btn-toolbar + .btn-toolbar {
    margin-top: 10px;
}

.glyphicon-spin {
    animation: 4000ms linear 0s normal none infinite running spin;
    -webkit-animation: 4000ms linear 0s normal none infinite running spin;
}

.footer .logos .rcuk {
    padding-top: 11px;
}

.panel .nav-pills .btn {
    border: none 0;
    border-radius: 0;
}

.panel .nav-pills .btn {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.table-striped > tbody > tr:nth-of-type(2n+1), .table-hover > tbody > tr:hover {
    background-color: #e9e9e9;
}

.form-block .radio, .form-block .checkbox {
    display: block;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: middle;
}
