﻿@font-face {
    font-family: 'fira-light';
    src: url("fonts/FiraSans/FiraSans-Light.eot"); /* this line made the difference */
    src: url('fonts/FiraSans/FiraSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/FiraSans/FiraSans-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'fira-book';
    src: url("fonts/FiraSans/FiraSans-Book.eot");
    src: url('fonts/FiraSans/FiraSans-Book.eot?#iefix') format('embedded-opentype'), url('fonts/FiraSans/FiraSans-Book.woff') format('woff'), url('fonts/FiraSans/FiraSans-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'fira-medium';
    src: url("fonts/FiraSans/FiraSans-Medium.eot");
    src: url('fonts/FiraSans/FiraSans-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/FiraSans/FiraSans-Medium.woff') format('woff'), url('fonts/FiraSans/FiraSans-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gustan-thin';
    src: url("fonts/GustanThin/Gustan-Thin.eot");
    src: url('fonts/GustanThin/Gustan-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/GustanThin/Gustan-Thin.ttf') format('truetype');
    font-style: normal;
}
/* DEFAULTS
----------------------------------------------------------*/
html, body {
    background: #fff;
    font-size: 100%;
    font-family: "Helvetica Neue",Arial,sans-serif;
    padding: 0;
    margin: 0;
    color: #373f4c;
}

a {
    color: #1d5d6f;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

    a[class*="aspNetDisabled"] {
        cursor: default;
    }

p {
    margin: 0.5em 0;
    line-height: 1.5em;
}

hr {
    color: #EEE;
    background-color: #EEE;
    border: none;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

table {
    font-size: 1em;
}

span:focus {
    outline: none;
}
form {
}

input, select, textarea, img {
    vertical-align: middle;
}

input {
    overflow: hidden;
}

    input[disabled] {
        cursor: default;
    }

button[disabled] {
    cursor: default;
}

label {
    font-weight: bold;
    color: #555;
    cursor: pointer;
}

textarea {
    font-family: Helvetica,Verdana,Arial,Helvetica,sans-serif;
}

ul {
    list-style-type: none;
    margin: 0 0 0 .25em;
    padding: 0 0 0 .25em;
}

    ul li {
        background-image: url(img/bullet_gray.png);
        background-repeat: no-repeat;
        background-position: 0 center;
        padding: 0.25em 0.25em 0.25em 1.25em;
        line-height: 150%;
    }

ol {
    padding-left: 1em;
}

    ol.alpha {
        list-style-type: lower-alpha;
    }

    ol li {
        padding: 0.5em;
        line-height: 150%;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    padding: 0;
    margin: 0;
}
h1, h1 a, h2,h2 a, h3,h3 a, h4,h4 a, h5,h5 a, h6, h6 a {
    color:#373f4c;
}
h1 {
    margin: .25em 0 0 0;
    font-size: 3em;
    color: #336633;
    font-family: "gustan-thin",Arial,sans-serif;
    letter-spacing: -1px;
    color: #1d5d6f;
}

h2 {
    margin: .5em 0 0 0;
    font-family: "fira-light",Arial,sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
}

h3 {
    margin: .5em 0 0 0;
    font-family: "fira-light",Arial,sans-serif;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 400;
}

h4 {
    margin: .5em 0 0 0;
    font-family: "fira-light",Arial,sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 400;
}

h5 {
    margin: .5em 0 0 0;
    font-family: "fira-light",Arial,sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
}

h6 {
    margin: .5em 0 0 0;
    font-family: "fira-light",Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
}

.expanded, .collapsed {
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 20px;
}

.expanded .header, .collapsed .header{
    cursor: pointer;
}

.expanded a.header, .collapsed a.header{
    text-decoration: none;
}
.expanded {
    background-image: url(img/expand.png);
}
.collapsed {
    background-image: url(img/collapse.png);
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#layout {
}

#watermark {
    background-color: #1d5d6f;
    color: #FFF;
    padding: .5em 4em;
}

#header {
    background-color: #FBFBFB;
    border-top: 2px solid #DDD;
    position: relative;
}

    #header .wrapper {
        padding: 1em 4em;
    }

    #header .header_top {
        padding: 0;
    }

    #header .header_sidebar {
    }

    #header .header_title {
        border-top: 1px solid #949aa0;
        padding: 0;
        margin: 1em 0 0 0;
    }

    #header .introduction {
        font-family: "fira-light",Arial,sans-serif;
        font-size: 1.1em;
        padding: 0.5em 0;
    }

#main {
    margin: 0;
    padding: 0;
}

    #main .wrapper {
        padding: 1em 4em;
    }

#main_content {
    margin-left: 19em;
    padding-top: 1em;     
}

    #main_content.nosidebar {
        margin-left: 0;
    }

#main_sidebar {
    float: left;
    width: 15em;
}

#main_sidebar_content ul {
    margin: 0;
}

    #main_sidebar_content ul li {
        background: none;
        padding-left: 0;
    }

#main_sidebar_link {
    position: absolute;
    display: none;
    font-size: 10px;
    z-index: 9;
    width: 2em;
    height: auto;
    padding: 2.1em 1.6em;
    top: 0;
    left: 0;
}

    #main_sidebar_link span {
        position: relative;
        display: block;
    }

        #main_sidebar_link span, #main_sidebar_link span:before, #main_sidebar_link span:after {
            background-color: #006472;
            width: 100%;
            height: 0.2em;
        }

            #main_sidebar_link span:before, #main_sidebar_link span:after {
                position: absolute;
                margin-top: -0.6em;
                content: " ";
            }

            #main_sidebar_link span:after {
                margin-top: 0.6em;
            }

.main_toolbar {
    border-top: 2px solid #EEE;
    margin: 1em 0 0 0;
    padding: .5em 0 0 0;
}

#footer {
    background-color: #373f4c;
    color: #FFF;
    clear:both;
}

    #footer .wrapper {
        max-width: 1200px;
        padding: 4em;
        margin: 0 auto;
    }

    #footer .footer_mid {
        padding-top: 5em;
        padding-bottom: 2em;
        border-bottom-color: rgb(71, 79, 91);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    #footer .footer_base {
        padding-top: 1em;
    }

    #footer .footer_list {
        padding-top: 0;
        padding-bottom: 1em;
        padding-left: 0;
        padding-left: 2em;
        margin: 0;
        display: block;
    }

        #footer .footer_list li {
            background-image: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer_list li a {
                color: #FFF;
                line-height: 1.25em;
                padding-right: 0.62em;
                padding-bottom: 0.5em;
                font-family: "fira-light",Arial,sans-serif;
                font-size: 1.12em;
                font-style: normal;
                font-weight: 400;
                display: block;
                text-decoration: none;
            }

                #footer .footer_list li a:hover {
                    text-decoration: underline;
                }

        #footer .footer_list .footer_list__header {
            padding-bottom: 1.8em;
            color: rgb(169, 185, 196);
            text-transform: uppercase;
            line-height: 1.53em;
            letter-spacing: 1px;
            font-family: "fira-medium",Arial,sans-serif;
            font-size: .8em;
            font-style: normal;
            font-weight: 400;
            padding-top: 0.5em;
        }

    #footer .footer_services .footer_list__header {
        width: 100%;
        clear: both;
    }

    #footer .footer_list.footer_services {
        padding: 0;
        border: none;
    }

    #footer .footer_services li {
        width: 50%;
        float: left;
        display: block;
    }

    #footer .list_semantic {
        border-left-color: rgb(71, 79, 91);
        border-left-width: 1px;
        border-left-style: solid;
        height: 100%;
    }

    #footer .mbie_logo {
        margin: 0;
        height: 50px;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        opacity: 0.8;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        width: auto;
        padding-top: 0em;
        padding-bottom: 0em;
        background-image: url("img/mbie_logo.svg");
        background-repeat: no-repeat;
    }

    #footer .youtube_logo {
        background-image: url("img/youtube_logo.svg");
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 40px;
        line-height: 24px;
        display: inline-block;
        background-size: 24px 24px;
    }

    #footer .fb_logo {
        background-image: url("img/facebook_logo.svg");
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 40px;
        line-height: 24px;
        display: inline-block;
        background-size: 24px 24px;
    }

    #footer .mbie_logo:hover {
            opacity: 1;
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
        }

    #footer .nzgovt_logo {
        margin: 0px;
    }

    #footer .nzgovt_logo {
        margin: 0px auto;
        height: 50px;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        opacity: 0.8;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        background-position: right 25px;
        width: 170px;
        padding-top: 0;
        padding-bottom: 0;
        background-image: url("img/nzgovt_logo.svg");
        background-repeat: no-repeat;
        width: auto;
    }

        #footer .nzgovt_logo:hover {
            opacity: 1;
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
        }

    #footer .copyright a {
        text-decoration: none;
    }

        #footer .copyright a:hover {
            text-decoration: underline;
        }

    #footer .copyright {
        text-align: left;
    }

    #footer .copyright_last {
        text-align: right;
    }

    #footer .copyright, #footer .copyright_last {
        color: rgb(169, 185, 196);
        text-transform: uppercase;
        line-height: 1.53em;
        letter-spacing: 1px;
        font-family: "fira-medium",Arial,sans-serif;
        font-size: 0.8em;
        font-style: normal;
        font-weight: 400;
    }

    #footer .copyright {
    }

        #footer .copyright a {
            color: rgb(169, 185, 196);
        }

.clearfix::before {
    height: 0px;
    color: transparent;
    overflow: hidden;
    display: block;
    content: " ";
}

.clearfix::after {
    height: 0px;
    color: transparent;
    overflow: hidden;
    display: block;
    content: " ";
}

.clearfix::after {
    clear: both;
}
.access-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* RESPONSIVE DESIGN 
----------------------------------------------------------*/
.lowres {
    display: none;
}
    .qtip {
    max-width: 600px;
    }

@media (max-width: 64em) {

    #watermark {
        padding: .5em 1em;
    }

    #header .wrapper {
        padding: 1em;
    }

    #header .header_top {
        text-align: center;
        margin-left: 25px;
    }

    #header .header_img {
        display: none;
    }

    #main .wrapper {
        padding: 1em;
    }

    #main_sidebar {
        display: none;
    }

    #main_sidebar_link {
        display: block;
    }

    #main_content {
        margin-left: 0;
    }

    .lowres {
        display: block;
    }

    #footer .footer_list {
        padding-left: 0;
    }

    #footer .footer_services li {
        float: none;
    }

    #footer .list_semantic {
        border: none;
    }
    .qtip {
    max-width: 300px;
}
}
/* VALIDATOR  
----------------------------------------------------------*/
span[ValidatorType] {
    color: #e9594d;
}

.mandatory {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(img/bullet_red.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.validator {
    padding-left: 5px;
    color: #e9594d;
    font-weight: normal;
}

/* ALTERNATED  : used to style table
----------------------------------------------------------*/
table.alternated {
    width: 100%;
    border-collapse: collapse;
        border-top: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-left: 1px solid #CCC;
}

.alternated td {
    padding: .4em;
    border: 0;
}

.alternated th {
    padding: .4em;
    text-align: left;
    color: #666;
    border: 0;
    border-bottom: 1px solid #BBB;
    background-color: #EEE;
}

    .alternated th a {
        color: #666;
        text-decoration: none;
        background: url(img/sort.png) no-repeat left center;
        padding-left: 20px;
        display: inline-block;
    }

        .alternated th a:hover {
            color: #006472;
            background-image: url(img/sort_hover.png);
        }

th.headersortedup a {
    color: #666;
    background: url(img/sort_up.png) no-repeat left center;
}

    th.headersortedup a:hover {
        background-image: url(img/sort_hover_up.png);
    }

th.headersorteddown a {
    color: #666;
    background: url(img/sort_down.png) no-repeat left center;
}

    th.headersorteddown a:hover {
        background-image: url(img/sort_hover_down.png);
    }

.alternated tr.alt1 > td,.alternated > tbody > tr:nth-child(even) > td{
    background-color: #FBFBFB;
    border-bottom: 1px solid #CCC;
}

.alternated tr.alt2 > td,.alternated > tbody > tr:nth-child(odd) > td{
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}
/* GRIDVIEW  
----------------------------------------------------------*/
tr.gridview_pager td {
    padding: 0;
    border: none;
    /*font-size:.8em;*/
}

tr.gridview_pager div {
    display:inline-block;
    padding: .4em;
    vertical-align:middle;
}

tr.gridview_pager table {
    display:inline-block;
    margin: .4em;
    vertical-align:middle;
}

tr.gridview_pager > td > table > tbody > tr > td > a, tr.gridview_pager > td > table > tbody > tr > td > span {
    margin: .4em;
}

tr.gridview_pager > td > table > tbody > tr > td > span {
    padding: .4em 1em;
}

/* td / th : used to style column    
----------------------------------------------------------*/
.min {
    width: 1%;
}
.max {
    width: 100%;
}

.fixed-width-125 {
    width: 125px;
}

.fixed-width-150 {
    width: 150px;
}

.fixed-width-200 {
    width: 200px;
}

.fixed-width-250 {
    width: 250px;
}

.fixed-width-300 {
    width: 300px;
}

.width-per-16{
    width:16%;
}
.width-per-20{
    width:20%;
}
.width-per-33{
    width:33%;
}
.width-per-50{
    width:50%;
}
.width-per-67{
    width:67%;
}
.width-per-80{
    width:80%;
}
.word-wrap {
    word-wrap: break-word;
}

/* TABLE_TOOLS  
----------------------------------------------------------*/
.table_tools {
    margin: .5em 0;
    color: #666;
    text-align: left;
}

/* MSG  
----------------------------------------------------------*/
.box {
    padding: .5em 1em;
    margin: 0 0 1em 0;
    background-color: #FBFBFB;
    /* background-image: url(img/box_bg.png);
    background-repeat: repeat-x;
    background-position: right bottom;*/
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-left: 1px solid #CCC;
}

    .box.teal {
        border-left-color: #006472;
    }

    .box.green {
        border-left-color: #97ca3d;
    }

    .box.forest {
        border-left-color: #056d3d;
    }

    .box.moss {
        border-left-color: #54a03b;
    }

    .box.pacific {
        border-left-color: #0ab7cb;
    }

    .box.turquoise {
        border-left-color: #60c6c7;
    }

.mozaic .box {
    margin: 10px 10px 0 0;
}

.error {
    padding-left: 25px;
    background-image: url(img/exclamation.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #e9594d;
}

.warning {
    padding-left: 25px;
    background-image: url(img/error.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.info, .info-gray, .info-text {
    color: #555;
}

.info {
    padding-left: 25px;
    background-image: url(img/information.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.info-gray {
    padding-left: 25px;
    background-image: url(img/information-gray.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.help, .help-gray, .help-text, .help-text-small, .gray {
    color: #777;
}

.help {
    padding-left: 25px;
    background-image: url(img/help.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.help-gray {
    padding-left: 25px;
    background-image: url(img/help-gray.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.help-text-small {
    font-size: 0.85em;
}

/* MISC  
----------------------------------------------------------*/
.font-size-xs {
    font-size: 0.6em;
}

.font-size-s {
    font-size: 0.8em;
}

.font-size-m {
    font-size: 1.1em;
}

.font-size-l {
    font-size: 1.2em;
}

.font-size-xl {
    font-size: 1.3em;
}

.font-size-xxl {
    font-size: 1.4em;
}

.fontWNormal {
    font-weight: normal;
}

.fontWBold {
    font-weight: bold;
}

.fontUnderline {
    text-decoration: underline !important;
}

.fontItalic {
    font-style: italic !important;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.padding-0 {
    padding: 0;
}

.padding-xs {
    padding: .25em;
}

.padding-s {
    padding: .5em;
}

.padding-m {
    padding: 1em;
}

.padding-l {
    padding: 1.5em;
}

.padding-xl {
    padding: 2em;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-s {
    padding-top: .5em;
}

.padding-top-m {
    padding-top: 1em;
}

.padding-top-l {
    padding-top: 1.5em;
}

.padding-top-xl {
    padding-top: 2em;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-s {
    padding-bottom: .5em;
}

.padding-bottom-m {
    padding-bottom: 1em;
}

.padding-bottom-l {
    padding-bottom: 1.5em;
}

.padding-bottom-xl {
    padding-bottom: 2em;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-s {
    padding-right: .5em;
}

.padding-right-m {
    padding-right: 1em;
}

.padding-right-l {
    padding-right: 1.5em;
}

.padding-right-xl {
    padding-right: 2em;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-s {
    padding-left: .5em;
}

.padding-left-m {
    padding-left: 1em;
}

.padding-left-l {
    padding-left: 1.5em;
}

.padding-left-xl {
    padding-left: 2em;
}

.margin-0 {
    margin: 0;
}

.margin-s {
    margin: .5em;
}

.margin-m {
    margin: 1em;
}

.margin-l {
    margin: 1.5em;
}

.margin-xl {
    margin: 2em;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-s {
    margin-top: .5em;
}

.margin-top-m {
    margin-top: 1em;
}

.margin-top-l {
    margin-top: 1.5em;
}

.margin-top-xl {
    margin-top: 2em;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-s {
    margin-bottom: .5em;
}

.margin-bottom-m {
    margin-bottom: 1em;
}

.margin-bottom-l {
    margin-bottom: 1.5em;
}

.margin-bottom-xl {
    margin-bottom: 2em;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-s {
    margin-right: .5em;
}

.margin-right-m {
    margin-right: 1em;
}

.margin-right-l {
    margin-right: 1.5em;
}

.margin-right-xl {
    margin-right: 2em;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-s {
    margin-left: .5em;
}

.margin-left-m {
    margin-left: 1em;
}

.margin-left-l {
    margin-left: 1.5em;
}

.margin-left-xl {
    margin-left: 2em;
}
.scrollbar-vert {
    overflow: auto;
}
.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}
.clear {
    clear: both;
}
.pointer {
    cursor:pointer; 
}
/* ICON  
----------------------------------------------------------*/
input.icon {
    padding-left: 30px !important;
    background-position: 5px center;
    background-repeat: no-repeat;
    display: inline-block;
}

li.icon {
    background-position: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

a.icon, span.icon, label.icon {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

a.multi-icons, span.multi-icons, label.multi-icons {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center, 20px center;
    display: inline-block;
}

a.icon-right, span.icon-right, label.icon-right {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
}
/* Multiple file Upload 
TODO: verify with jquery fileupload plugin
----------------------------------------------------------*/
.MultiFile-list {
    border: 1px solid #3EA99F;
    padding: 10px 10px 10px 10px;
    margin: 10px 5px 5px 105px;
    min-height: 100px;
}

.legend {
    background-color: inherit;
    margin: 0px;
    vertical-align: baseline;
    position: relative;
    padding: 3px;
    left: -106px; /*top: -50px;*/
}

.progressWrapper {
    width: 557px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url('img/delete.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: right;
}

    a.progressCancel:hover {
        background-position: 0px 0px;
    }

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress, .progressBarComplete, .progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

.btnUploadBorder {
    border: 1px solid #d3d3d3;
    height: 30px;
    width: 100px;
    z-index: 2500;
}

.btnUpload {
    left: 0px;
    top: -30px;
    float: left;
    border: 1px solid yellow;
    z-index: 2500;
    height: 30px;
    width: 100px;
    position: relative;
}

.btnSwfUploadCancelUpload {
    height: 30px;
    padding: 5px;
    margin: 5px;
    top: -10px;
    position: relative;
}

span.AdvanceExplanation {
    padding: .5em;
}

.hiddenButton {
    display: none;
}
/* jquery-ui override  
----------------------------------------------------------*/ 
.ui-button-text{
    white-space: nowrap;
}
.ui-icon-case {
    background-image: url(img/folder.png) !important;
}

.ui-icon-case-browse {
    background-image: url(img/folder_magnify.png) !important;
}

.ui-icon-case-discuss {
    background-image: url(img/comment.png) !important;
}

.ui-icon-case-discussedit {
    background-image: url(img/comment_edit.png) !important;
}

.ui-icon-case-status {
    background-image: url(img/script.png) !important;
}

.ui-icon-add {
    background-image: url(img/add.png) !important;
}

.ui-icon-accept {
    background-image: url(img/accept.png) !important;
}

.ui-icon-unknown {
    background-image: url(img/question.gif) !important;
}

.ui-icon-calendar {
    background-position: 0 0;
    background-image: url(img/calendar.png) !important;
}

.ui-icon-amount {
    background-image: url(img/money_dollar.png) !important;
}

.ui-icon-cancel {
    background-position: 0 0;
    background-image: url(img/cancel.png) !important;
}

.ui-icon-delete {
    background-image: url(img/delete.png) !important;
}

.ui-icon-edit {
    background-image: url(img/pencil.png) !important;
}

.ui-icon-save {
    background-image: url(img/disk.png) !important;
}

.ui-icon-previous {
    background-image: url(img/control_rewind_blue.png) !important;
}

.ui-icon-next {
    background-image: url(img/control_fastforward_blue.png) !important;
}

.ui-icon-error {
    background-image: url(img/exclamation.png) !important;
}

.ui-icon-info {
    background-position: 0 0;
    background-image: url(img/information.png) !important;
}

.ui-icon-warning {
    background-image: url(img/error.png) !important;
}

.ui-icon-search {
    background-position: 0 0;
    background-image: url(img/magnifier.png) !important;
}

.ui-icon-email {
    background-image: url(img/email.png) !important;
}

.ui-icon-user {
    background-image: url(img/user.png) !important;
}

.ui-icon-user-alpha {
    background-image: url(img/user_alpha.png) !important;
}

.ui-icon-user-green {
    background-image: url(img/user_green.png) !important;
}

.ui-icon-user-group {
    background-image: url(img/group.png) !important;
}

.ui-icon-user-group-alpha {
    background-image: url(img/group_alpha.png) !important;
}

.ui-icon-user-group-key {
    background-image: url(img/group_key.png) !important;
}

.ui-icon-user-system {
    background-image: url(img/server.png) !important;
}

.ui-icon-locked {
    background-position: 0 0;
    background-image: url(img/lock.png) !important;
}

.ui-icon-wf-task {
    background-image: url(img/control_play_blue.png) !important;
}

.ui-icon-wf-stop {
    background-image: url(img/control_stop_blue.png) !important;
}

.ui-icon-wf-route {
    background-image: url(img/user_go.png) !important;
}

.ui-icon-flag-blue {
    background-image: url(img/flag_blue.png) !important;
}

.ui-icon-flag-red {
    background-image: url(img/flag_red.png) !important;
}

.ui-icon-flag-green {
    background-image: url(img/flag_green.png) !important;
}

.ui-icon-flag-orange {
    background-image: url(img/flag_orange.png) !important;
}

.ui-icon-flag-gray {
    background-image: url(img/flag_gray.png) !important;
}

.ui-icon-flag-pink {
    background-image: url(img/flag_pink.png) !important;
}

.ui-icon-flag-purple {
    background-image: url(img/flag_purple.png) !important;
}

.ui-icon-flag-yellow {
    background-image: url(img/flag_yellow.png) !important;
}

.ui-icon-arrow-up {
    background-image: url(img/resultset_collapse.png) !important;
}

.ui-icon-arrow-down {
    background-image: url(img/resultset_expand.png) !important;
}

.ui-icon-arrow-right {
    background-image: url(img/resultset_next.png) !important;
}

.ui-icon-arrow-left {
    background-image: url(img/resultset_previous.png) !important;
}

.ui-icon-file {
    background-image: url(img/page_white.png) !important;
}

.ui-icon-file-pdf-seal {
    background-image: url(img/page_white_acrobat_sealed.png) !important;
}

.ui-icon-file-pdf-merge {
    background-image: url(img/page_white_stack_acrobat.png) !important;
}

.ui-icon-file-pdf {
    background-image: url(img/page_white_acrobat.png) !important;
}

.ui-icon-file-pdf-gray {
    background-image: url(img/page_white_acrobat-gray.png) !important;
}

.ui-icon-file-pdf-annotation {
    background-image: url(img/pencil.png),
         url(img/page_white_acrobat.png)!important;
}

.ui-icon-file-pdf-seal-annotation {
    background-image: url(img/pencil.png),
         url(img/page_white_acrobat_sealed.png)!important;
}

.ui-icon-file-pdf-merge-annotation {
    background-image: url(img/pencil.png),
         url(img/page_white_stack_acrobat.png)!important;
}

.ui-icon-file-word {
    background-image: url(img/page_white_word.png) !important;
}

.ui-icon-file-excel {
    background-image: url(img/page_white_excel.png) !important;
}

.ui-icon-file-picture {
    background-image: url(img/page_white_picture.png) !important;
}

.ui-icon-file-xml {
    background-image: url(img/page_white_code.png) !important;
}

.ui-icon-close {
    background-position: 0 0;
    background-image: url(img/cross_grey.png) !important;
}

.ui-icon-merge {
    background-image: url(img/page_white_stack.png) !important;
}

.ui-icon-house {
    background-image: url(img/house.png) !important;
}

.ui-autocomplete-loading {
    background-image: url('img/ajax-loader.gif') !important;
    background-repeat: no-repeat;
    background-position: left center;
}

.ui-spinner.ui-widget-content {
    border: none;
}

#overlay {
    z-index: 2000;
}

#overlayLoading {
    z-index: 2001;
    position: fixed;
    top: 0;
    left: 50%;
    border: 1px solid #888;
    background-color: #666;
    padding: 10px;
    color: #EEE;
    font-weight: bold;
    /*z-index: 150; RJA*/
}

ul li.ui-menu-item {
    background-image: none !important;
}

.ui-widget-content a {
    color: #006472;
}

.ui-button {
    margin: 5px 0;
}

.ui-spinner-input {
    margin: 0 !important;
}

.ui-spinner-button {
    margin: 0 !important;
}

.ui-tabs-nav {
    overflow: hidden;
}
/* purecss override  
----------------------------------------------------------*/
.pure-form .pure-input-1-8 {
    width: 12.5%;
}

.pure-form .pure-input-3-4 {
    width: 75%;
}

.pure-form .pure-input-4-5 {
    width: 80%;
}

.pure-form .pure-input-5-6 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
    display: inline-block;
    margin: .25em 0;
}

    .pure-form .pure-checkbox label, .pure-form .pure-radio label, .pure-form .aspNetDisabled label {
        display: inline-block;
        margin: .25em .75em .25em .25em;
        font-weight: normal;
    }

.pure-form .fontWBold label {
    font-weight: bold;
}

.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
    background-color: #EEE;
     color:#666;
}

.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked select, .pure-form-stacked textarea {
    display: inline-block;
    margin: .25em 0 .25em 0;
}

.pure-form-stacked label {
    margin: .5em 0 .25em 0;
}
/* qtip override  
----------------------------------------------------------*/
.ui-tooltip.qtip {
    border-width: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* jquery fileupload override  
----------------------------------------------------------*/
.fileupload-buttonbar {
    margin-bottom: 15px;
}

.ui-progressbar {
    position: relative;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    color: #000;
}

.PtolemyBox {
    float: right;
    background: none;
    border: 0px;
}

.spanAmountRight {
    display:inline-block ;
    width: 70%;
    text-align: right;
}