


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

.printonly {
    display: none;
}

@media print {

    body {
        -webkit-print-color-adjust: exact;
    }

    .noprint, #local-nav.noprint {
        display:none;

    }

    #frame-outer {
        padding: 0px;
    }

    #frame {
        width: auto;
    }

    #printpage {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        text-align: left;
    }

    #printpage h3 {
        font-family: 'Open Sans';
        font-weight: light;
        /*margin: 50px 0px;*/
    }

    .printonly {
        display: block;
    }

    hr {
        width: 80%;
    }

    h3 {
        /*page-break-before: always;*/
    }

    .nobreak {
        /*page-break-inside: avoid;*/
    }

    body {
      margin: 40mm 10mm 40mm 10mm;
    }

    table {
        width: 70%;
    }

    table tr td, table tr th {
        text-align: left;
    }

    .margin-none {
        margin: 0px;
    }

    .box-heading-1 {
        border: 2px solid #000;
        padding: 15px 15px 17px 15px;
        -webkit-print-color-adjust: exact;
        background-color: #DDD !important;
        margin: 10px 0px;
        font-size: 24px;
        text-align: right;
        color: #FFF !important;
        font-family: 'Open Sans';
        font-weight: light;
    }
    .box-heading-2 {
        border: 2px solid #000;
        background: #DDD !important;
        padding: 10px;
        -webkit-print-color-adjust: exact;
        margin: 10px 0px;
    }
    .box-heading-2 h3 {
        font-size: 26px;
        margin: 15px 0px;
        padding: 0px;
    }
    .box-paragraph {
        border: 2px solid #DDD;
        padding: 10px;
        -webkit-print-color-adjust: exact;
        margin: 10px 0px;
    }
    .box-paragraph.padding-large {
        padding: 40px 0px;
    }

    body .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .print-center {
        text-align: center;
    }

}

hr.hr-metric-good {
    border: none;
    border-top: 3px solid #0A0;
    margin: 0px;
    border-radius: 3px;
    background: #000;
}

hr.hr-metric-bad {
    border: none;
    border-top: 3px solid #D55;
    margin: 0px;
    border-radius: 7px;
}

input.styled {
  border: 2px solid #222;
  border-radius: 6px;
  padding: 6px 8px;
  background: #FEFEFE;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

b {
    font-weight: bold;
}


a:hover {
    color: #4DB7F0;
}





html, body {
    height: 100%;
    margin: 0;
    padding: 0;

}

body {


    background-attachment: fixed !important;

    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center top, circle farthest-corner, #00364A 0%, #00151F 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center top, circle farthest-corner, #00364A 0%, #00151F 100%);
    /* Opera */
    background-image: -o-radial-gradient(center top, circle farthest-corner, #00364A 0%, #00151F 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #00364A), color-stop(1, #00151F));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center top, circle farthest-corner, #00364A 0%, #00151F 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-corner at center top, #00364A 0%, #00151F 100%);

}

body, p, td, li, a, article {
    font-family: 'Raleway', sans-serif;
}

h1, h2 {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
}

h3, h4, h5, h6 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;

}

h3 {
    font-size: 20px;
}

h3.paddme {
    margin: 15px 0px;
}

h4 {
    padding: 8px 0px;
}

p {
    font-size: 15px;
}

div.p {
    padding: 10px 0px;
}

.nopaddtop {
    margin-top: 0;
}

.nopadd {
    padding: 0px;
    margin: 0px;
}

.download.align-left {
    text-align: left;
}

#frame-outer {
    padding-top: 50px;
    padding-bottom: 50px;
}


#frame {
    /* max-width: 80%; */
    width: 1100px;
    min-width: 1140px;
    margin: 0 auto;
    box-shadow: 1px 1px 20px black;
    background: #FFF;
}

#colours, .colours {
    height: 3px;
    width: 100%;
    background: #d2ebb4; /* Old browsers */
    background: -moz-linear-gradient(left, #d2ebb4 18%, #a5d764 34%, #a5d764 60%, #508c96 76%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(18%,#d2ebb4), color-stop(34%,#a5d764), color-stop(60%,#a5d764), color-stop(76%,#508c96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #d2ebb4 18%,#a5d764 34%,#a5d764 60%,#508c96 76%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #d2ebb4 18%,#a5d764 34%,#a5d764 60%,#508c96 76%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #d2ebb4 18%,#a5d764 34%,#a5d764 60%,#508c96 76%); /* IE10+ */
    background: linear-gradient(to right, #d2ebb4 18%,#a5d764 34%,#a5d764 60%,#508c96 76%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebb4', endColorstr='#508c96',GradientType=1 ); /* IE6-9 */
    background: #00a0af;
}

#logo {
    width: 160px;
    height: 60px;
    background: #4F4F4F;
    float: left;
}

#logo h1 {
    display: block;
    width: 160px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    text-indent: -500em;
    background: url(../img/dulas-logo-small.png) no-repeat center;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

p {
    margin: 15px 0px;
}

h2 {
    font-size: 30px;
    margin: 10px 0px;
    color: #333;
    font-weight: normal;
}

#nav {
    height: 60px;
    background: #999;
}

#nav .padding {
    padding: 20px 30px;
}

#nav ul {
    float: left;
    padding-left: 20px;
}
#nav ul li {
    display: inline;
    padding: 5px 15px;
    margin: 0px 10px;
}

#nav ul li.this {
    border: 2px solid #FFF;
    border-radius: 20px;
}

#nav ul li.droppy {

}

#local-nav {
    width: 160px;
    padding-bottom: 100px;
    vertical-align: top;
    display: table-cell;
    background: #15ccba; /* Old browsers */
    background: -moz-linear-gradient(top, #15ccba 0%, #4db7f0 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15ccba), color-stop(67%,#4db7f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #15ccba 0%,#4db7f0 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #15ccba 0%,#4db7f0 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #15ccba 0%,#4db7f0 67%); /* IE10+ */
    background: linear-gradient(to bottom, #15ccba 0%,#4db7f0 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15ccba', endColorstr='#4db7f0',GradientType=0 ); /* IE6-9 */
}

#local-nav ul li a {
    font-weight: normal;
}

#local-nav-inner {
    position: relative;
}

#local-nav-inner.fixed {
    position: fixed;
    top: 0px;
}

#local-nav ul {
    margin: 0;
    padding: 0;
}

#local-nav ul li {
    text-align: center;
    width: 160px;
    height: 110px;
    vertical-align: baseline;
}

#local-nav ul li a, #nav ul li a, #nav a {
    color: #FFF;
    text-decoration: none;
}

#local-nav ul li a:hover {
    background-color: rgba(0,0,0,0.1);
}

#local-nav ul li a {
    display: block;
    width: 160px;
    padding: 0px;
    padding-top: 70px;
    margin: 0px;
    height: 40px;
    font-size: 16px;
}

#local-nav ul li.this a {
    background-image: url(../img/icons.png);
    background-position: 0px -557px;
}

#local-nav ul li.this {
    background-color: rgba(0,0,0,0.3);
}

#local-nav ul li {
    background-image: url(../img/icons.png);
}

#local-nav ul li.one {
    background-position: 3px 0px;
}
#local-nav ul li.two {
    background-position: 3px -105px;
}
#local-nav ul li.three {
    background-position: 3px -217px;
}
#local-nav ul li.four {
    background-position: 3px -325px;
}
#local-nav ul li.five {
    background-position: 3px -435px;
}

table div.input {
    height: 24px;
}

table div.input input {
    font-size: 13px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 0px 0px 0px 12px;
    height: 24px;
}

td.td-edit {
    display: none;
}

div.input {
    border: 2px solid #444444;
    border-radius: 8px;
    width: auto;
    display: inline-block;
    width: 190px;
    padding: 0px;
    margin: 0px;
    height: 29px;
}


div.input.short {
    width: 30px;
    text-align: center;
}


div.input.input-small {
    width: 50px;
    text-align: center;
}

div.input.white {
    background: #FFF;
}

div.input.medium {
    width: 120px;
    margin: 0px 20px 0px 10px;
}

div.input.short:hover {
    background: #FBFBFB;
}

div.input.margin-right {
    margin-right: 10px;
}

div.input input {
    border: none;
    background: #F0F0F0;
    background: none;
    width: 180px;
    height: 25px;
    padding: 2px 0px 4px 12px;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 400;
    position: relative;
    left: -2px;
}

div.input-date input, div.input-date-main input {
    cursor: pointer;
}

.input-arrow {
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: 100% -15px;
    padding-right: 20px;
}

.input a {
    text-decoration: none;
    font-weight: 600;
    color: #222;
    font-size: 30px;
    line-height: 20px;
    padding: 10px 5px 0px 0px;
}

.input.link {
    padding: 0px;
}

.time-link {
    color: #222;
    padding: 6px 10px 5px 40px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    background-position: 0px 1px;
    background-repeat: no-repeat;
}

.time-link:last-child {
    padding-right: 2px;
}

.time-link-all-time {
    background-image: url(../img/time-all-time.png);
}
.time-link-year {
    background-image: url(../img/time-all-time.png);
}
.time-link-month {
    background-image: url(../img/time-month.png);
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

table.data-table  th, table.data-table td{
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
table  th, table td, table td p{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
}

#content {
    display: table-cell;
    width: 100%;
    min-height: 500px;
    margin-left: 200px;
    padding: none;

}

#content #inner-content {
    padding: 20px 35px;
}


.item {
    width: 180px;
    background: #FAFAFA;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

.item.item-small {
    font-size: 12px;
    font-weight: 600;
    width: 70px;
}

#holder {
    height: 140px;
    width: 140px;
    margin-top: 5px;
    background: #FAFAFA;
    border-radius: 2px;
}

#time {
    text-align: center;
    font: 100 3em "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#period, #dateslider {
    width: 100%;
    background: #4DB7F0;
    border-radius: 0px;
    height: 42px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
    /*
    background-image: url(../img/data-example.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
}

/*
.ui-ruler-scale0 {
display:table!important;
width: 860px;
}

.ui-ruler-tick {
display:table-cell!important;
float:none!important;

}
*/

.ui-ruler-tick-label {
    font-size: 10px;
    color: rgba(255,255,255,1);
    padding-left: 4px;
    vertical-align: baseline;
}
.ui-ruler-tick.isyear .ui-ruler-tick-label {
    font-size: 10px;
    font-weight: bold;
    color: rgba(255,255,255,0.85);
    opacity: 1;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label {
    position: absolute;
    bottom: 0px;
}

.ui-ruler-tick.isyear .ui-ruler-tick-inner {
    /*     border-left: 1px solid rgba(255,255,255,0.75);
    outline: 1px solid rgba(255,255,255,0.75); */
    background: url(../img/border.png) repeat-y;
    opacity: 1;
}

#dateslider .ui-ruler-tick.isstart .ui-ruler-tick-inner {
    background: none;
}

/*
.ui-ruler-tick.isyear .ui-ruler-tick-inner:before {
content: "\a0";
display: block;
padding: 0px 0;
line-height: 36px;
border-left: 1px solid #000;
}
*/

.ui-ruler-tick.hidden .ui-ruler-tick-inner {
    display: none;
}
.ui-ruler-tick.tiny .ui-ruler-tick-inner {
    /*border-left: 1px solid rgba(255,255,255,0.15); */
    background: url(../img/border.png) repeat-y;
    opacity: 0.25;
}

.ui-ruler-tick-inner {
    /*border-left: 1px solid rgba(255,255,255,0.32);
    outline: 1px solid rgba(255,255,255,0.25); */
    background: url(../img/border.png) repeat-y;
    height: 42px;
    opacity: 0.6;
}

/*
#handle, #dateslider .ui-rangeSlider-bar {
height: 18px;
width: 200px;
border-radius: 0px;
background: rgba(255,255,255,0.2);
position: relative;
left: 236px;
top: 9px;
opacity: 0.7;
cursor: pointer;
}
*/


#dateslider .ui-rangeSlider-bar, .ui-rangeSlider-ruler, .ui-ruler-scale {
    height: 42px;
}

#dateslider .ui-rangeSlider-bar {
    opacity: 1;
    background: rgba(255,255,255,0.4);
    padding: 0px;
    margin: 0px;
    height: 17px;
    cursor: pointer;
    margin-top: 11px;
}

/*
.ui-rangeSlider-withArrows .ui-rangeSlider-container {
margin: 0px 15px;
}

.ui-rangeSlider-leftArrow, .ui-rangeSlider-rightArrow {
background: #4DB7F0;
height: 100%;
width: 15px;
height: 36px;
background-image: url(../img/arrows.png);
background-repeat: no-repeat;
cursor: pointer;
display: none;
}
*/

.ui-rangeSlider-leftHandle, .ui-rangeSlider-rightHandle {
    width: 0px;
}

.ui-rangeSlider-handle-inner {
    background-image: url(../img/handles.png);
    background-repeat: no-repeat;
    background-position: top left;

    height: 43px;
    position: relative;
    top: -10px;
    width: 17px;

    cursor: ew-resize;
}


.ui-rangeSlider-handle .ui-rangeSlider-leftHandle, .ui-rangeSlider-handle .ui-rangeSlider-rightHandle {
    width: 0px;
}

.ui-rangeSlider-leftHandle .ui-rangeSlider-handle-inner {
    left: -16px;
    background-position: 0px 0px;
}
.ui-rangeSlider-rightHandle .ui-rangeSlider-handle-inner {
    left: -3px;
    background-position: -22px 0px;
}

.ui-rangeSlider-rightArrow {
    background-position: -13px 13px;
}
.ui-rangeSlider-leftArrow {
    background-position: 5px 13px;
}

.ui-rangeSlider-arrow-inner {
}

.ui-rangeSlider-label-value {
    text-indent: -500em;
}

#handle.move {
    background: rgba(255,255,255,0.7);
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: 50% 4px;
}

#handle:hover {
    opacity: 1;
}

.graph-holder {
    margin: 12px 0px;
    margin-bottom: 0px;
    background: #FAFAFA;
    padding: 0px;
}

#yield-holder.graph-holder {
    background: #FFF;
}

.graph-holder.dygraph {
    padding: 10px;
    padding-bottom: 15px;
}


.dygraph-legend {
    top: -30px !important;
    left: 0px !important;
    width: 100% !important;
    background: none !important;
    text-align: center !important;
}

p.loading {
    padding: 135px 0px;
    text-align: center;
}

.graph-utils {
    padding-left: 50px;
    padding-top: 15px;
}

strong {
    font-weight: bold;
}

p.graph-title {

    margin-bottom: 2px;
    padding-bottom: 0px;
}

p.loading span {
    background: #FFF;
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: 0px 0px 30px #CCC;
}

p.loading span img {
    position: relative;
    top: 3px;
}

#main-graph {
    width: 100%;
    max-width: 100%;
    height: 290px;
    max-height: auto;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #222;
    padding-bottom: 20px;
    margin-top: 35px;
}

.cdd {

    border-radius: 5px;
    padding: 4px 7px;
    cursor: pointer;
    color: #000;
    border: 1px solid #FFF;
    margin: 15px 5px 15px 0px;
    text-align: left;
    box-shadow: 1px 1px 4px #EEE;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */


    background: #FFF;

}

select {
    padding: 3px 3px 3px 4px;
}

p.bigbreak {
    padding-top: 5px;
}

.dygraph-legend-p span.title, p.legend span.title {
    font-weight: bold;
    background: #FFF;
    border-radius: 3px;
    padding: 4px 7px;
    margin: 15px 5px 15px 0px;
    box-shadow: 1px 1px 6px #EAEAEA;
}

.dygraph-legend-p span.bigger, p.legend span.bigger {
    font-weight: normal;
    background: #FFF;
    border-radius: 3px;
    padding: 4px 7px;
    margin: 15px 5px 15px 0px;
    box-shadow: 1px 1px 6px #EAEAEA;
}

.cdd.cdd-dropdown {
    background-image: url(/assets/img/arrows.png);
    background-position: 100% -16px;
    padding-right: 27px;
    background-repeat: no-repeat;
}

.dropdown-menu li a {
    font-family: Helvetica, "Open sans", Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
}

select.select2 {
        width: 300px;
}

.graph-holder.empty {
    padding-top: 15px;
}


.graph-holder .temp {
    border-radius: 4px;
    background: white;
    margin: 0 auto;

    width: 140px;
    padding-bottom: 20px;
    text-align: center;
    box-shadow: 0px 0px 50px #DDD;
    font-size: 20px;
}


#ukmap-parent {

    width: 300px;
    height: 453px;
    float: right;
    padding-bottom: 20px;
}


#ukmap {

    background: url(../img/ukmap.png) no-repeat;
}


div#ukmap.large.fixed {
    position: fixed;
    top: 20px;
}



#ukmap .circle {
    height: 6px;
    width: 6px;

    background: rgba(0,0,0,0.3);
    border: 9px solid black;


    border-radius: 20px;
    opacity: 0.65;
}
#ukmap .circle-outer {
    position: relative;
    height: 21px;
    width: 21px;
}



/****** UKMAP OLD VERSION *******/

    div#ukmap.large {

        background: url(/assets/img/ukmap-small.png) no-repeat;

        /*
        width: 375px;
        height: 555px;
        */

        width: 300px;
        height: 453px;

        position: relative;
        margin-top: 20px;
    }

    #ukmap_float h2 {
        margin-top: 0px;
        margin-bottom: 3px;
    }

    #ukmap.large .circle {
        /*
        background: url(/img/circle.png) no-repeat;
        */

        border: 2px solid #000;
        background: rgba(255,255,255,0.2);

        border-radius: 3px;

        /* for IE */
        filter:alpha(opacity=75);
        /* CSS3 standard */
        opacity:0.75;

        width: 10px;
        height: 10px;

        font-size: 11px;
        font-weight: bold;

        white-space:nowrap;

        position: absolute;
        cursor: pointer;

        z-index: 2;
    }

    #ukmap.large .circle:hover {
        border-color: #EEBF34;

        border-radius: 3px 0px 0px 3px;

        /* for IE */
        filter:alpha(opacity=100);
        /* CSS3 standard */
        opacity:1;

        border-width: 3px;
    }

    #ukmap.large .circle .label {
        position: absolute;
        /* top: -1.8em; */
        left: 13px;
        top: -3px;
        padding: 1px 4px 1px 2px;
        color: #000;
        background: #EEBF34;

        border-radius: 0px 3px 3px 0px;

        display: none;

        font-family: Arial;
    }

    #ukmap.large .circle:hover .label {
        /* display: inline; */
    }




.download {
    width: 140px;
    background: #FAFAFA;
    float: left;
    padding: 5px 10px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.download a {
    font-size: 34px;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    padding-right: 40px;
    padding-bottom: 8px;
    line-height: 55px;
    background: url(../img/download.png) no-repeat bottom right;
}



#mast {
    width: 140px;
    background: #FAFAFA;
    padding: 15px 10px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

/*
#mast .mast-section.height-0 {  height: 0px; }
#mast .mast-section.height-10 {  height: 75px; }
#mast .mast-section.height-20 {  height: 150px; }
#mast .mast-section.height-30 {  height: 225px; }
#mast .mast-section.height-40 {  height: 300px; }
#mast .mast-section.height-50 {  height: 375px; }
#mast .mast-section.height-60 {  height: 450px; }
#mast .mast-section.height-70 {  height: 525px; }
#mast .mast-section.height-80 {  height: 600px; }
#mast .mast-section.height-90 {  height: 675px; }
#mast .mast-section.height-100 {  height: 750px; }
#mast .mast-section.height-110 {  height: 825px; }
#mast .mast-section.height-120 {  height: 900px; }
#mast .mast-section.height-130 {  height: 975px; }
#mast .mast-section.height-140 {  height: 1025px; }
#mast .mast-section.height-150 {  height: 1100px; }
*/

#mast .mast-part {
    border: none;
    background-image: url(../img/mast/mast-sprite.png);
    height: 75px;
}

#mast .mast-base {
    background-position: 2px 81px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 81px;
    width: 100%;
}
#mast .mast-section {
    background-position: -286px 0px;
    padding-bottom: 13px;
    margin-top: 25px;
    position: relative;
}
#mast .mast-boom {
    display: block;
    position: absolute;
    width: 100%;
    background-position: 2px -47px;
    height: 8px;
    top: -6px;
}
#mast .mast-boom.boom-left {
    background-position: 2px -55px;
}
#mast .mast-boom.boom-right {
    background-position: 2px -63px;
}

#mast .mast-instrument {
    border: 2px solid #000;
    padding: 0px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    color: #000;
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 4px;
    left: 50%;
    margin-left: -13px;
    cursor: pointer;
    background: #FFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.mast-instrument-label {
    border: 2px solid #000;
    padding: 1px 1px 0px 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    height: 17px;
    width: 16px;
    border-radius: 3px;
    cursor: pointer;
    background: #FFF;
    text-align: center;
    margin-left: 2px;
}

#mast .mast-instrument.highlight {
    background: #000;
    color: #FFF;
    z-index: 999;
}

#mast .mast-instrument:hover {
    background: #FFF;
}

#mast .mast-instrument.mast-instrument-left {
    margin-left: -53px;
    top: -26px;
}
#mast .mast-instrument.mast-instrument-right {
    margin-left: 26px;
    top: -26px;
}

#mast .mast-instrument.mast-instrument-left.boom-type-letter-vane {
    margin-left: -71px;
}

#mast .mast-instrument.mast-instrument-right.boom-type-letter-vane {
    margin-left: 47px;
}

#mast .mast-boom.boom-left.boom-type-vane {
    height: 3px;
    background-position: 2px -76px;
}


#mast .mast-boom.boom-right.boom-type-vane {
    height: 3px;
    background-position: 2px -73px;
}



/******* TABLE STYLE ********/

.table-parent {
    background: #FAFAFA;
    padding: 15px;
    margin-top: 20px;
    float: right;
    width: 690px;
}

.table-parent.full {
    width: auto;
    float: none;
}

.table-parent.no-padd {
    padding: 0px;
    background: none;
}

table tr td.table-parent {
    background: #F5F5F5;
    padding: 15px;
    float: none;
    width: auto;
    margin: 0;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

table tr.table-border-thick td {
    border-top: 1px solid #000;
}


#instruments-table tfoot tr.hide:hover td.table-parent, #instruments-table tbody tr.hide:hover td.table-parent, #instruments-table.issues td {
    cursor: auto;

}


#instruments-table tfoot tr.hide:hover td.table-parent td, #instruments-table tbody tr.hide:hover td.table-parent td {
    cursor: auto;
    background: #FFF;
}

table {
    width: 100%;
    background: #FFF;
    border-collapse: collapse;
}

.ui-datepicker table {
    background: none;
}

table td, .table-parent table th, table thead th {
    font-size: 13px;
    padding: 8px 10px;
    font-weight: bold;
}

table.data-table td, .table-parent table.data-table th, table thead th {
    font-size: 13px;
}

table tr {

}

table.highlight tbody tr:hover td, table.highlight tbody tr:hover th {
    background: #FAFAFA;
}

table tr th {
    border-bottom: 2px solid #222;

    text-align: left;
}

.table-parent thead th {
    border-top: 1px solid #EEE;
}

table tr.faded td, table tr.faded th {
    color: #AAA;
}

table.horizontal tr th {
    border-bottom: 1px solid #EEE;
    border-top: none;
}

table.horizontal tr th, table.horizontal tr td {
    padding: 8px 10px;
}

table tr td {
    font-weight: 300;
    border-bottom: 1px solid #EEE;
}

tr.hide table tr td {

}

#instruments-table tr:hover td {
    background: #FAFAFA;
    cursor: pointer;
}

#instruments-table.issues tr:hover td {
    background: #FAFAFA;
    cursor: default;
}


#instruments-table.issues tbody tr:hover td {
    background: #FFF;
}

table tr:last-child td {

}

table tr.cup-error td {
    color: #D00;
    font-weight: 600;
}

a {
    color: #3FB1EF;
    text-decoration: none;
    font-weight: 600;
}

.customSelect {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    border: 2px solid #222;
    border-radius: 20px;
    padding: 2px 8px 2px 12px;

    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: 100% -17px;
    width: 190px;
    height: 20px;
}
.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */

}
.customSelect.customSelectOpen {
    /* Styles for when the select box is open */

}
.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */

}
.customSelectInner {
    /* You can style the inner box too */
    height: 20px;
    padding-top: 2px;
    width: 170px !important;
    text-align: left;

}

.index-100 input {
    z-index: 99;
}

#mask {
    background: url(../img/mask.png);
    background-position: 50% 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

#mask .text {
    width: 810px;
    padding-top: 54px;
    padding-left: 130px;
    margin: 0 auto;
}

#mask * {
    color: #FFF;
}

#mask p {
    font-size: 14px;
    padding-left: 20px;
    color: #CCC;
}

#mask p.half-width {
    width: 40%;
}

#mask p.right {
    float: right;
    text-align: right;
}

#mask .button {
    border-radius: 50px;
    background: #FAFAFA;
    box-shadow: 1px 1px 5px #111;
    padding: 10px 25px;
    color: #36A7D8;
    font-weight: 600;
    font-size: 20px;
}



/**** DASHBOARD *****/


    .site {
        padding: 2px 0px;

    }

    .site .site-inner {
        padding: 5px;
    }


    .site .dateline-parent {
        margin: 3px 0px 7px 0px;
        border-bottom: 1px solid #4DB7F0;
    }

    .site .dateline {
        background: #4DB7F0;
        height: 2px;
        margin: 0px;
        padding: 0px;
    }

    .site.highlight h3 a {
        color: #4DB7F0;
    }

    div.numeric {
        font-size: 32px;
        line-height: 1.5;
    }

    .dashboard-stats {

        float: right;
        width: 45px;
        min-width: 50px;
        max-width: 100px;
        padding: 6px 2px;
        margin-left: 10px;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        background: #FFF;
        box-shadow: 1px 1px 4px #EEE;
        height: 20px;

        border-radius: 2px;

        color: #EEE;
        font-weight: bold;

        margin-top: 6px;


    }

    .dashboard-stats.dashboard-title {
        box-shadow: none;
        color: #222;
    }


    .dashboard-stats.loading, .dashboard-stats.loading span {
        color: rgba(255,255,255,0);
    }

    .dashboard-stats.loading {
        background-image: url(/assets/img/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .site h3 {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .site.hidden {
        display: none;
    }

    .site h3 a {
        color: #222;
    }

    span.teeny {
        font-size: 12px;
        color: #666;
    }




/********* WEEKLY REPORT *************/


table tr td.noborder {
    border: none;
}

table#weeklyreport tr td, table#weeklyreport tr th {
    padding: 3px 5px;
}

table#weeklyreport tr td.center, table#weeklyreport tr th.center {
    text-align: center;
}

table#weeklyreport tr td.good {
    color: #2C8820;
}

table#weeklyreport tr td.okay {
    color: #2559B9;
}

table#weeklyreport tr td.error {
    color: #CF1510;
}

table#weeklyreport tr th.normalborder {
    border-bottom: 1px solid #EEE;
}



/********* heatmap **********/

#overviewtable tr td div.info {
    display: none;
    position: absolute;

    padding: 5px;
    text-align: left;
    background: #F3F3F3;
    font-size: 13px;

    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

#overviewtable tr td, #overviewtable tr th {
    padding: 2px 2px;
    vertical-align: top;
}
#overviewtable tr td {
    text-align: center;
    border: none;
    min-width: 86px;
}

#overviewtable span.small {
    color: #AAA;
    font-size: 80%;
}


#overviewtable tr td img {
    display: none;
}

#tableparent {
    width: 90%;
    height: 88%;
    overflow: auto;
    position: absolute;
    display: block;
    border: 1px solid #AAA;
}

#frame-padding {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;

    margin: 50px 0px;
}

#frame-outer.big {
    height: 100%;
    padding: 0px;
}

#frame.big {
    width: 95%;
    height: 100%;
}

div.windrose {
    float: left;
    width: 50%;
}



/****** FORM STUFF ********/

textarea {
    border-radius: 6px;
    border: 2px solid #222;
    padding: 6px 8px;
    line-height: 1.3;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
}

textarea.stretch {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

form label {
    font-weight: bold;
}

button.black, button.grey {
    border: none;
    background: #222;
    color: #FFF;
    border-radius: 12px;
    padding: 10px 17px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;

}

button.grey {
    background: #AAA;
}


/*********** OVERLAY FOR FORMS *******************/


    .vcenter-outer {
        display: table;
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.75);
        top: 0;
        left: 0;
        z-index: 100;
        visibility: hidden;
    }

    .vcenter-middle {
        display: table-cell;
        vertical-align: middle;
    }

    .vcenter-inner {
        margin-left: auto;
        margin-right: auto;
        width: 600px;
        background: #FFF;
        box-shadow: 2px 2px 30px #000;
        max-height: 600px;
        overflow-y: auto;
    }

    .vcenter-content {
        padding: 25px 40px 20px 40px;
    }

    .vcenter-content h3 {
        font-size: 28px;
    }


    /******** openspace map *********/

    .map-outer {
        width: 100%;
        margin-top: 20px;
    }

    .map-inner {

        padding: 10px;
        background: #FAF7F5;
    }

    #map {

        height: 480px;


        position: relative;
    }

tr.new-period th {
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    padding: 7px;
    background: #FAFAFA;
}



td.analyse-column p {
    margin: 5px 7px;
    padding: 3px;
    background: #FFF;
}


/*** Bootstrap stuff ***/


