/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

import '@videojs/themes/dist/city/index.css';


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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #00ffff; color:#fff; text-shadow: none; }
::selection { background:#00ffff; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
    /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
    color: white;

    /* Set your base font here, to apply evenly */
    font-family: Verdana, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited {
    color: #009BA5;
    text-decoration: none;
}
a:hover { text-decoration: underline; }


/**********************************************************************************************
 * Portal specific styles
 *
 * Modifications specific to the portal belong in this section (!)
 * This helps isolate updated code when html5bp gets updated
 *********************************************************************************************/

body { background: #000 url(../img/background.png) center fixed no-repeat;background-size: cover; background-color: #000; }

input { outline: none; vertical-align: middle; }

header {
    background-color: #231f20;
    padding: 15px 10px 0px 10px;
}

header li { display: inline; }

footer { margin-top: 5px; text-align: center; }

h1, h2, h3, h4 {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 3px;
    margin-top: 11px;
}

h1, h2 {
    border-bottom: 1px solid #8CACBB;
    font-weight: normal;
}

h1, h3 {
    color: #009BA5;
}

h2, h4 {
    border-bottom: 0px;
    display: inline;
}

h1 { font-size: 19px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }

ol.lower_alpha {
    list-style-type: lower-alpha;
}

/*main content container*/
#container { margin-top: 15px; }

a.label,
a.badge {
    color: #fff;
}

.detail { display: none; }
.debug { border: 1px solid red; }
.grid_debug { background-color: pink; }


/*
 * Kordia logo
 */
.site_logo {
    padding: 20px 0px 20px 0px;
    float: left;
}

.powered_logo {
    padding: 20px 0px 20px 0px;
    float: left;
}

.logo_divide {
    float: left;
    padding: 8px 15px 0px 15px;
}


/*
 * Channel partner logos
 *
 * All channel partner logos need to be 54px (or less) high.
 * They also must be baseline aligned with the kordia powered by
 * logo.
 *
 * org<org_code> of channel is added as a class to
 * the containing div.
 *
 * This is to allow tweakage of the position of
 * each customer logo when displayed next to the powered-by
 * kordia logo.
 */
.channel_logo {
    float: left;
 }
.channel_logo.org2300 { padding-top: 20px; } /* Datacom */
.channel_logo.org260 { padding-top: 20px; }  /* Vodafone */
.channel_logo.org2349 { padding-top: 20px; }  /* Gen-I */

.page_title {
    background-color: #EBBD65;
    color: white;
    padding: 5px 20px;
    font-size: 22px;
    margin-left: -10px;
    margin-bottom: 30px;
    float: left;
    border: none;
}

.page_title.alt {
    background-color: #FFF !important;
    color: #33B3BF !important;
}


.centered { text-align: center; }


/**
 * Widget
 */
.widget-box {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#f9f9f9), to(#ededed));
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background-image: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    border: 1px solid #d5d5d5;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 0 rgba(255,255,255,0.4);
    display: inline-block;
    line-height: 40px;
    margin: 5px 10px 5px 10px;
    padding: 10px;
}

/*
 * Major form field
 */
.field {
    clear: both;
    margin: 0px 12px 12px 0px;
}


/*
 * Small text that describes what a
 * form field is / how to use it
 */
.deform .help-block {
    font-size: 11px;
    color: #76797C;
}

/*
 * Rounded corners for modern browsers
 */
.radius_8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.radius_top_8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

.radius_bottom_8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

.radius_top_4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.no_wrap { white-space: nowrap; }

.five_pct{width: 5%;}
.ten_pct{width: 10%;}
.fifteen_pct{width: 15%;}
.twenty_pct{width: 20%;}
.twentyfive_pct{width: 25%;}
.thirty_pct{width: 30%;}
.thirtyfive_pct{width: 35%;}
.forty_pct{width: 40%;}
.fortyfive_pct{width: 45%;}
.fifty_pct{width: 50%;}
.fiftyfive_pct{width: 55%;}
.sixty_pct{width: 60%;}
.sixtyfive_pct{width: 65%;}
.seventy_pct{width: 70%;}
.seventyfive_pct{width: 75%;}
.eighty_pct{width: 80%;}
.eightyfive_pct{width: 85%;}
.ninety_pct{width: 90%;}
.ninetyfive_pct{width: 95%;}
.hundred_pct{width: 100%;}


/*
 * View context switching
 * I.e. List, Grid, Icon style view switch
 */
.view_context_container{
    display: inline;
}

.view_context_container div{
    color: #3f3f3f;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

/*
 * Automatic periodic page reloading
 */
#auto_refresh_check label {
    display: inline;
}

/*
 * Common table styles
 */
td.indent {
    padding-left: 35px;
}

/*
 * Two column layout
 */
.table_layout {
    width: 100%;
}

.table_layout td.layout_column {
    padding-right: 20px;
    vertical-align: middle;
}

.two_columns td.layout_column {
    width: 50%;
}


/*
 * Sudo indication
 */
.sudo_active {
    color: #39b24a !important;
    font-weight: bold;
}


/* modal dialog specialisation */
.modal {
    /*stop dancing scroll bars on IE*/
    overflow: hidden;
}

.modal.fade.in {
    top: 30%;
}

.modal-body {
    max-height: none;
}

/*
 * Data table.
 * To be used in conjunction with bootstrap tables.
 */
.table.data_table{
    font-size: 10px;
}

.table.data_table th {
    border-top: 0px;
}

.table.data_table th.plain {
    font-size: 13px;
    font-weight: normal;
}

.table.data_table tbody {
    border-top: 0px;
}

.table.data_table tr.section {
    background-color: #eee;
}

.table.data_table tr.section td {
    border-top: 0px;
}

.table.data_table .tools {
    float: right;
}

/*
 * Status for text
 */
.status_error, .status_error a {
    color: #993439 !important;
}

.status_warning, .status_warning a {
    color: #b96b10 !important;
}

/*
 * Table with buttons in first column
 * Used in reports overview pages
 */
.button_table {
    width: 100%;
}

.button_table > tbody > tr > td {
    padding-bottom: 30px;
    vertical-align: top;
}

.button_table > tbody > tr > td.description {
    color: #7e8082;
    padding-left: 25px;
    text-align: left;
}

.button_table a {
    text-decoration: none;
}


/*
 * Add another plot link (time series plots)
 * */
.plot_container {
    position: relative;
    height: auto;
}

.plot_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: hidden;
    width: 670.0px;
    height: 300px;
    background-repeat: no-repeat;
}

.axes_bounds {
    position: absolute;
    top: 30px;
    left: 49px;
    width: 616px;
    height: 270px;
}

.plot_selection_overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 50px;
    opacity: 0.5;
    z-index: 101;
    width: 25%;
    height: 100%;
}

.ie6 .plot_selection_overlay,
.ie7 .plot_selection_overlay,
.ie8 .plot_selection_overlay {
    /*ie opacity hacks*/
    filter: alpha(opacity=50) !important;
}

.plot_selection_display {
    margin-top: 5px;
    margin-left: 10px;
}

.plot_selection_hide, .plot_selection_zoom {
    clear: both;
    margin-left: 5px;
    margin-bottom: 5px;
}

.left_date {
    font-size: 10px;
    border-left: 2px solid red;
    padding-left: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    float: left;
}

.right_date {
    font-size: 10px;
    border-right: 2px solid red;
    padding-right: 2px;
    text-align: right;
    float: right;
    clear: right;
}

.add_plot_container span,
.show_complimentary_plot_container span,
.add_plot_container img,
.show_complimentary_plot_container img{
    vertical-align: middle;
}


a.add_plot_container:hover,
a.show_complimentary_plot_container:hover {
    text-decoration: none;
}

/**
 * Vertical menu special styles for home page
 */
.news_disclosure{
    display: none;
    clear: right;
    margin-top: 20px;
}


#aa_news .first{
    padding-left: 10px;
}


/**
 * Portal tool links
 */
.portal_tools {
    text-align: right;
    margin-bottom: 5px;
}

.portal_tools ul {
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
}

.portal_tools ul a {
    color: white;
}

.portal_tools li {
    line-height: 11px;
}

/**
 * Site search field
 */
#search {
    display: block;
    float: right;
    background: transparent url(../img/search.png) no-repeat;
    height: 26px;
    width: 300px;
    border: none;
}

#search input {
    background-color: transparent;
    margin: 0px;
    padding: 3px;
    display: block;
    border: none;
}

#search input[type=text] {
    width: 260px;
    height: 18px;
    float: left;
}

#search input[type=submit] {
    width: 26px;
    height: 26px;
    float: right;
}

/**
* Global menu navigation
*/

#navigation ul {
    margin: 0px;
}

#navigation a {
    display: block;
    float: left;
    height: 30px;
    width: 235px;
    background: url(../img/navigation.png) 0px 0px no-repeat;
    padding-top: 12px;

    font-size: 14px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#navigation a:hover,
#navigation a.selected {
    text-decoration: none;
}

#navigation.length_5 a { width: 188px; }

#navigation a.position_0 { background-position: 0px 0px; }
#navigation a.position_0:hover,
#navigation a.position_0.selected {
    background-position: 0px -60px;
}

#navigation a.position_1 { background-position: -235px 0px; }
#navigation a.position_1:hover,
#navigation a.position_1.selected {
    background-position: -235px -60px;
}

#navigation.length_5 a.position_1 { background-position: -188px 0px; }
#navigation.length_5 a.position_1:hover,
#navigation.length_5 a.position_1.selected {
    background-position: -188px -60px;
}

#navigation a.position_2 { background-position: -470px 0px; }
#navigation a.position_2:hover,
#navigation a.position_2.selected {
    background-position: -470px -60px;
}

#navigation.length_5 a.position_2 { background-position: -376px 0px; }
#navigation.length_5 a.position_2:hover,
#navigation.length_5 a.position_2.selected {
    background-position: -376px -60px;
}

#navigation a.position_3 { background-position: -705px 0px; }
#navigation a.position_3:hover,
#navigation a.position_3.selected {
    background-position: -705px -60px;
}

#navigation.length_5 a.position_3 { background-position: -564px 0px; }
#navigation.length_5 a.position_3:hover,
#navigation.length_5 a.position_3.selected {
    background-position: -564px -60px;
}

#navigation.length_5 a.position_4 { background-position: -752px 0px; }
#navigation.length_5 a.position_4:hover,
#navigation.length_5 a.position_4.selected {
    background-position: -752px -60px;
}

#sub_navigation {
    width: 940px;
    height: 28px;
    background-color: #e6e6e4;
}

#sub_navigation div {
    position: relative;
    display: block;
    float: left;
    height: 28px;
    margin-right: 2em;
}

#sub_navigation a {
    position: absolute;
    bottom: 0px;
    left: 0px;

    height: 12px;
    padding: 8px 25px 5px 25px;

    font-size: 12px;
    color: #666;
    background-color: #e6e6e4;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

#sub_navigation a:hover {
    background-color: #f4f4f4;
}

#sub_navigation a.selected {
    background-color: #fff;
}

#site_menu {
    background: transparent url(../img/menu_bar.png) repeat-x;
    height: 76px;
}

#main_menu div {
    overflow: hidden;
    height: 40px;
}

#main_menu a {
    background: transparent url(../img/menu_seperation.png) no-repeat;
    height: 40px;
    font-size: 12.5px;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
}


#main_menu a.selected,
#main_menu a:hover {
    background: transparent url(../img/menu_selected.png) repeat-x;
    text-decoration: none;
}

#sub_menu div {
    overflow: visible;
    text-align: center;
    height: 36px;
    position: relative;
}

#sub_menu a {
    color: #fff;
    background-color: #b0b1b2;
    text-transform: uppercase;
    padding: 4px;
    font-size: 10px;

    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 4px;
}

#sub_menu a.selected,
#sub_menu a:hover {
    text-decoration: none;
    background-color: #636363;
}

#main {
    padding: 20px 0px 15px 0px;
    background-color: #231f20;
    min-height: 430px;

    /*mimick 960gs full width*/
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


/*
 * Login page
 *
 * */
#login_form {
    background: transparent url(../img/login_background.png) no-repeat scroll 0px 0px;
    width: 400px;
    height: 275px;
    padding: 50px 0px 0px 0px;
    margin-top: 65px;
    border: none;
}


#login_form label{
    font-weight: normal;
    color: #fff;
}


#login_form input,
#login_form label,
#login_form .field,
#login_form .form_controls {
    position: relative;
    left: 90px;
}

#login_form input.context {
    background: transparent url(../img/login_button.png) no-repeat scroll 0px 0px;
    border: none;
    height: 30px;
    width: 90px;
    font-size: 110%;
    text-transform: none;
}


/**
 * Small buttons
 */
a.small_button {
    display: block;
    float: left;
    height: 22px;
    padding-right: 5px;
    text-decoration: none;
    color: #fff;
}

a.small_button span {
    display: block;
    line-height: 22px;
    padding-left: 5px;
    text-align: center;
}

a.small_button.green {
    background: transparent url(../img/small_green_button_right.png) no-repeat scroll top right;
}

a.small_button.green span{
    background: transparent url(../img/small_green_button_left.png) no-repeat scroll top left;
}

a.small_button.green.selected,
a.small_button.green:hover {
    background: transparent url(../img/small_green_button_selected_right.png) no-repeat scroll top right;
}

a.small_button.green.selected span,
a.small_button.green:hover span {
    background: transparent url(../img/small_green_button_selected_left.png) no-repeat scroll top left;
}

a.small_button.orange {
    background: transparent url(../img/small_orange_button_right.png) no-repeat scroll top right;
}

a.small_button.orange span{
    background: transparent url(../img/small_orange_button_left.png) no-repeat scroll top left;
}

a.small_button.orange.selected,
a.small_button.orange:hover {
    background: transparent url(../img/small_orange_button_selected_right.png) no-repeat scroll top right;
}

a.small_button.orange.selected span,
a.small_button.orange:hover span {
    background: transparent url(../img/small_orange_button_selected_left.png) no-repeat scroll top left;
}

a.small_button.red {
    background: transparent url(../img/small_red_button_right.png) no-repeat scroll top right;
}

a.small_button.red span{
    background: transparent url(../img/small_red_button_left.png) no-repeat scroll top left;
}

a.small_button.red.selected,
a.small_button.red:hover {
    background: transparent url(../img/small_red_button_selected_right.png) no-repeat scroll top right;
}

a.small_button.red.selected span,
a.small_button.red:hover span{
    background: transparent url(../img/small_red_button_selected_left.png) no-repeat scroll top left;
}

a.small_button.teal {
    background: transparent url(../img/small_teal_button_right.png) no-repeat scroll top right;
}

a.small_button.teal span{
    background: transparent url(../img/small_teal_button_left.png) no-repeat scroll top left;
}

a.small_button.teal.selected,
a.small_button.teal:hover {
    background: transparent url(../img/small_teal_button_selected_right.png) no-repeat scroll top right;
}

a.small_button.teal.selected span,
a.small_button.teal:hover span{
    background: transparent url(../img/small_teal_button_selected_left.png) no-repeat scroll top left;
}

/**
* Big buttons
*/
.big_button {
    color: #fff !important;
    height: 40px;
    min-height: 40px;
    width: 160px;
    font-size: 22px;
    padding-top: 6px;
    text-align:center;
    cursor: pointer;
}

.big_button.teal{
    background: transparent url(../img/big_teal_button.png) no-repeat 0px 0px;
}

/**
* Big buttons 2
*/
.big_button2 {
    color: #fff !important;
    height: 80px;
    min-height: 80px;
    width: 160px;
    font-size: 20.5px;
    padding-top: 6px;
    text-align:center;
    cursor: pointer;
}

.big_button2.teal{
    background: transparent url(../img/big_teal_button2.png) no-repeat 0px 0px;
}


/**
* Long buttons
*/
a.long_button {
    display: block;
    float: left;
    height: 40px;
    padding-right: 10px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.span9 a.long_button {
    /*sliding doors technique needs to reserve 10px
    *so 700px (span9) minus the 10px is 690.
    */
    width: 690px !important;
}

.grid_16 a.long_button {
    /*sliding doors technique needs to reserve 10px
    *so 940px (grid_16) minus the 10px is 930.
    */
    width: 930px;
}

.grid_12 a.long_button {
    /*sliding doors technique needs to reserve 10px
    *so 700px (grid_12) minus the 10px is 690.
    */
    width: 690px;
}


a.long_button span {
    display: block;
    line-height: 40px;
    padding-left: 10px;
    text-align: center;
}

a.long_button.green {
    background: transparent url(../img/big_green_button_right.png) no-repeat scroll top right;
}
a.long_button.green span{
    background: transparent url(../img/big_green_button_left.png) no-repeat scroll top left;
}

a.long_button.orange {
    background: transparent url(../img/big_orange_button_right.png) no-repeat scroll top right;
}

a.long_button.orange span{
    background: transparent url(../img/big_orange_button_left.png) no-repeat scroll top left;
}

a.long_button.red {
    background: transparent url(../img/big_red_button_right.png) no-repeat scroll top right;
}

a.long_button.red span{
    background: transparent url(../img/big_red_button_left.png) no-repeat scroll top left;
}

/**
 * Status grid displays.
 * Each grid is wrapped in a status_grid div.
 * Each cell has a full length hidden detail row below it.
 * Clicking on the cell shows the detail.
 */
.status_grid {}

.status_grid .status_cell {
    margin-top: 10px;
    width: 100%;
}

.status_grid .detail_row {
    color: #444;
    margin-top: 10px;
    display: none;
}

.status_grid hr {
    margin-top: 0px;
}


/*
* Vertical navigation menu
*/
ul.vertical_menu{
    float: right;
    width: 200px;
    background-color: #ededed;
    list-style-image: none;
    list-style-type: none;
    margin-top: 0px !important;
}

ul.vertical_menu.alt{
    background-color: #fff;
}

ul.vertical_menu a{
    border-bottom: none;
    text-decoration: none;
}

ul.vertical_menu select{
    width: 160px;
}

ul.vertical_menu li{
    border-top: 1px solid #e5e5e5;
    padding-left: 30px;
    margin-bottom: 6px;
}

ul.vertical_menu.alt li{
    border: 2px solid #66c6cf;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.vertical_menu li.whole{
    padding-left: 10px !important;
    padding-right: 10px;
    vertical-align: middle;
}

ul.vertical_menu li.whole .well{
    margin-bottom: 0px;
}

ul.vertical_menu li.container{
    border-top: none;
    padding-left: 10px;
}

ul.vertical_menu li.container table{
    font-size: 90%;
    width: 100%;
}

ul.vertical_menu li.container th{
    text-align: left;
    font-weight: normal;
    line-height: 1em;
}

ul.vertical_menu li.first{
    border-top: none;
    padding-left: 30px;
}

ul.vertical_menu li.first fieldset{
    padding-left: 10px;
}

ul.vertical_menu li.top{
    border: none;
    background: #fff url(../img/vmenu_top.png) no-repeat left top;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

ul.vertical_menu.alt li.top{
    padding-top: 0px;
    padding-bottom: 0px;
}

ul.vertical_menu li.heading{
    border-top: none;
    background: #fff url(../img/vmenu_heading.png) no-repeat left top;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

ul.vertical_menu li.document{
    background: #ededed url(../img/vmenu_icon-doc.gif) no-repeat 10px 50%;
}

ul.vertical_menu li.document_disabled{
    background: #ededed url(../img/vmenu_icon-doc-gray.gif) no-repeat 10px 50%;
    color: #797979;
}

ul.vertical_menu li.contact{
    background: #ededed url(../img/vmenu_icon-contact.png) no-repeat 10px 50%;
}

ul.vertical_menu li.contact_disabled{
    background: #ededed url(../img/vmenu_icon-contact-gray.png) no-repeat 10px 50%;
    color: #797979;
}

ul.vertical_menu li.link{
    background: #ededed url(../img/vmenu_icon-link.png) no-repeat 10px 5px;
}

ul.vertical_menu li.news{
    background: #ededed url(../img/vmenu_icon-news.png) no-repeat 10px 50%;
}

ul.vertical_menu li.time{
    background: #ededed url(../img/vmenu_icon-clock.png) no-repeat 5px 0px;
}

ul.vertical_menu li.application{
    background: #ededed url(../img/vmenu_icon-application.png) no-repeat 5px 0px;
}

ul.vertical_menu li.chart{
    background: #ededed url(../img/vmenu_icon-chart.png) no-repeat 5px 0px;
}

ul.vertical_menu li.direction{
    background: #ededed url(../img/vmenu_icon-direction.png) no-repeat 5px 0px;
}

ul.vertical_menu li.control{
    text-align: right;
    padding-right: 25px;
    border-top: 1px solid #ccc;
    margin: 20px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

ul.vertical_menu li.control input{
    cursor: pointer;
}


/**
* Regional map support
*/
.map_container{
    background-color: transparent;
    position: relative;
}

/*width and height need to match values in kordia.www.portal.const.GIS_MAP_SIZE*/
#nzmap_container{
    width: 400px;
    height: 500px;
}

#worldmap_container{
    width: 350px;
    height: 350px;
}

/*width and height need to match values in kordia.www.portal.const.GIS_MAP_SIZE*/
#nzmap_container .nzmap{
    position: absolute;
    width: 400px;
    height: 500px;
    top: 0px;
    left: 0px;
}

.worldmap_position{
    position: absolute;
    top: 50px;
    left: 0px;
}

#worldmap_container .worldmap{
    position: absolute;
    width: 350px;
    height: 350px;
    top: 0px;
    left: 0px;
}

.map_region_pin{
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    z-index: 5;
    text-decoration: none;
    text-align: center;
}

.map_region_pin span{
    color: white;
    font-size: 10px;
    vertical-align: middle;
}


.map_region_pin.green{
    background: transparent url(../img/map_pin_green.png) no-repeat center center;
}

.map_region_pin.orange{
    background: transparent url(../img/map_pin_orange.png) no-repeat center center;
}

.map_region_pin.red{
    background: transparent url(../img/map_pin_red.png) no-repeat center center;
}

a.map_region_marker{
    position: absolute;
    display: block;
    float: left;
    height: 22px;
    padding-right: 5px;
    text-decoration: none;
    color: #fff;
    z-index: 5;
}

a.map_region_marker span{
    display: block;
    white-space: nowrap;
    line-height: 22px;
    padding-left: 14px;
    text-align: center;
}

a.map_region_marker_west{
    position: absolute;
    display: block;
    float: left;
    height: 22px;
    padding-right: 15px;
    text-decoration: none;
    color: #fff;
    z-index: 5;
}

a.map_region_marker_west span{
    display: block;
    white-space: nowrap;
    line-height: 22px;
    padding-left: 5px;
    text-align: center;
}

a.map_region_marker.red{
    background: transparent url(../img/map_region_red_right.png) no-repeat scroll top right;
}

.map_region_marker.red span{
    background: transparent url(../img/map_region_red_left.png) no-repeat scroll top left;
}

a.map_region_marker.orange{
    background: transparent url(../img/map_region_orange_right.png) no-repeat scroll top right;
}
.map_region_marker.orange span{
    background: transparent url(../img/map_region_orange_left.png) no-repeat scroll top left;
}

a.map_region_marker.green{
    background: transparent url(../img/map_region_green_right.png) no-repeat scroll top right;
}
.map_region_marker.green span{
    background: transparent url(../img/map_region_green_left.png) no-repeat scroll top left;
}

/*WEST*/
a.map_region_marker_west.red{
    background: transparent url(../img/map_region_red_west_right.png) no-repeat scroll top right;
}
.map_region_marker_west.red span{
    background: transparent url(../img/map_region_red_west_left.png) no-repeat scroll top left;
}

a.map_region_marker_west.orange{
    background: transparent url(../img/map_region_orange_west_right.png) no-repeat scroll top right;
}
.map_region_marker_west.orange span{
    background: transparent url(../img/map_region_orange_west_left.png) no-repeat scroll top left;
}

a.map_region_marker_west.green{
    background: transparent url(../img/map_region_green_west_right.png) no-repeat scroll top right;
}
.map_region_marker_west.green span{
    background: transparent url(../img/map_region_green_west_left.png) no-repeat scroll top left;
}


/**
 * Glossary
 */
#glossary_index {
    text-align: center;
    font-size: 15px;
    margin: 0px 0px 50px 0px;
}

#glossary_index li {
    display: inline;
    padding-right: 10px;
}

#glossary_index li a {
    border: none;
}

.glossary_index_link{
    display: block;
    clear: both;
    font-size: smaller;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #009ba5;
}

dl.glossary {
    width: 50%;
    float: left;
}

dl.glossary dt {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
}

dl.glossary dd {
    color: #7e8082;
    margin-left: 0px;
    padding-right: 40px;
}

/* Link from term to glossary */
a.term {
    cursor: help;
    vertical-align: super;
    font-size: smaller;
    text-decoration: none;
}

/* Inline glossary links */
#glossary_tip {
    display: none;

    margin: 5px;
    padding: 5px 8px 4px 8px;
    font-size: 0.8em;
    text-align: left;

    background-color: black;
    color: white;
    max-width: 200px;

    opacity: 0.8;
    filter: alpha(opacity=80);

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/**
 * Change password page
 */
.change_password_wrapper { padding: 20px; }
.change_password_wrapper .submit_wrapper { margin-bottom: 20px; }
.change_password_wrapper .jquery_passStrengthener {
    margin: 0px;
    width: 218px !important;
}


/**
 * Application assurance
 */
.aa_app_group_select { width: 150px; }


/*
 * Application assurance plot styles
 */
.aa_ring_display .plot_container{
    text-align: center;
    float: left;
}

.aa_ring_display a{
    color: #009ba5 !important;
}

.aa_site_summary_wrapper {
    float: left;
    width: 200px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 4px;
    border: 2px solid #ffffff;
}

a.aa_service_detail_link {
    color: #009ba5 !important;
}

.aa_ring_help_link {
    border: 1px solid #ffffff;
    padding: 2px 0px 5px 20px;
    background: #fff url(../img/help.png) 3px 1px no-repeat;
    text-size: small;
    color: #009ba5 !important;
}

.aa_ring_help_dialog img {
    float: left;
    padding-right: 10px;
}

/*
 * Interactive table describing ring plot
 */
.aa_ring_display table.plot_controller{
    font-size: 10px;
    text-align: left;
    padding: 0px 0px 0px 30px;
    border-width: 0px;
    border-collapse: collapse;
    background-color: transparent;
    border-spacing: 0px;
}

.aa_ring_display table.plot_controller tbody tr{
    cursor: pointer;
}

.aa_ring_display table.plot_controller td{
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ccc;
}

.aa_ring_display table.plot_controller td,
.aa_ring_display table.plot_controller th{
    padding: 3px 3px 3px 10px;
}

.aa_ring_display table.plot_controller tr.selected{
    background-color: #c2c2c2;
}

.aa_ring_display table.plot_controller .highlight{
    font-weight: bold;
    background-color: yellow;
}

.aa_ring_display table.plot_controller .colour_square{
    width: 10px;
    height: 10px;
    border: 1px solid black;
    float: left;
    margin-right: 5px;
}

/*
 * Smaller version of above interactive table
 */
.aa_ring_display table.plot_controller.small{
    font-size: 8px;
    padding-left: 10px;
    float: right;
}

.aa_ring_display table.plot_controller.small td,
.aa_ring_display table.plot_controller.small th{
    padding: 2px 2px 2px 8px;
}

.aa_ring_display table.plot_controller.small tbody tr{
    cursor: default;
}
.aa_ring_display table.plot_controller.small .colour_square{
    width: 8px;
    height: 8px;
    border: 1px solid black;
    float: left;
    margin-right: 5px;
}


/**
 * QOS Commited Bar
 * Kordia - White
 */
.qos_committed_bar{
    border: 1px solid #ccc;
    width: 100%;
    height: 20px;
    background-color: #ffffff;
    overflow: hidden;
}

.qos_committed_bar .segment{
    float:left;
    height: 100%;
}

/* Kordia - Teal */
.qos_committed_bar .segment.rt{
    background-color: #008790;
}

/* Kordia - Gray */
.qos_committed_bar .segment.vd{
    background-color: #59595b;
}

/* Kordia - Orange */
.qos_committed_bar .segment.ka{
    background-color: #ffa632;
}

/* Kordia - Yellow */
.qos_committed_bar .segment.gd{
    background-color: #f8dc55;
}

/* Kordia - Neutral Light Gray */
.qos_committed_bar .segment.lp{
    background-color: #dddddd;
}


/* Form elements have smaller text size. */
div.small,
form.small,
form.small input {
    font-size: 11px;
}

/* Leave form buttons at default size. */
form.small a.small_button {
    font-size: 13px;
}

/* Closer vertical spacing between fields. Override bootstrap massive 18px margin-bottom. */
form.condensed .control-group {
    margin-bottom: 4px;
}

/* Leave tab labels at default size. */
form ul.nav, form ul.nav-tabs {
    font-size: 13px;
}


/*
 * input cells in tables need width reset to 100% (we can style the th cells
 * to set column widths for columns), as bootstrap default width for input
 * elements is a massive 210px.
 * Also eliminate right-padding so there's a little visible space between cells.
 */
table.data_table_entry input {
    width: 100%;
    padding-right: 0px;
}


/* Only seems to affect IE. Bootstrap sets this to 180px. God knows why. */
.form-horizontal fieldset .controls:first-child {
    *padding-left: 0px;
}


/* Deform stuff starts here. All rules are prefixed with .deform
 * so we don't affect existing styles. */

/*
 * Default form field (above, in this file) has 12px right margin,
 * which does not work well for nested form elements.
 */
.deform .field {
    margin: 0px 0px 12px 0px;
}

.deform .control-label {
    margin-right: 20px;
}
.deform .tab-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* These nav-tabs styles are tweaks to bootstrap's default.
 * We want a decent border all the way around the entire control,
 * so it is well demarcated.
 */

/* Tabs and tab content have 2px light grey border */
.deform .tab-content {
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: #ddd;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.deform .nav-tabs {
    border-bottom: 2px solid #ddd;
}

/* Make current tab merge into content below (so it looks like it is on top)*/
.deform .nav-tabs > li {
    margin-bottom: -2px;
}

.deform .nav-tabs > .active > a,
.deform .nav-tabs > .active > a:hover {
    border: 2px solid #ddd;
    border-bottom-color: transparent;
}

/* Tweak bootstrap's well. Thicker border, no box-shadow.
 *
 * AFAICT box-shadow was used to provide a horizontal line
 * along top of fieldset. Normally the legend obscures it.
 * We do not support applying well to a fieldset,
 * as it is too hard to make it look good in Chrome/Firefox
 * and IE8.
 *
 * For Chrome/Firefox, box-shadow with no border works well with fieldset:
 *   border: 0px;
 *   box-shadow: 0px 0px 0px 2px #dddddd;
 *
 * but for IE8 border=2px works better, as box-shadow does nothing:
 *   border: 2px solid #DDDDDD;
 *   box-shadow: 0px 0px 0px 0px #dddddd;
 *
 * I don't know how to switch between them based on browser,
 * so instead give up and just use a simple solid border on a div.
 */
.deform .well {
    min-height: 20px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 2px solid #dddddd;
    box-shadow: 0px 0px 0px 0px #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* There must be no space between .well and .white;
 * if there is this rule won't be applied in some cases.
 */
.deform .well.white {
    background-color: #ffffff;
}

/* When well is inside li with error class, allow pink background to show. */
/*
.deform .error .well {
    background-color: transparent;
}

.deform .error .well .white {
    background-color: transparent;
}
*/

.deform legend {
    font-weight: bold;
}

/* bootstrap sets display: inline-block so that field labels appear
 * above field. No likey.
 */
.deform fieldset .controls,
.deform fieldset .form-horizontal {
    display: inline;
    margin-left: 0px;
}

/* Deform uses list items as field containers.
 * Need nice styling.
 */
.deform ul {
    margin: 0;
    padding: 0;
}

.deform li {
    display: block;
    list-style-type: none;
}

.deform p.error {
    display: inline;
}

.deform img.lazy.explicit {
    /* Do not resize image; display at original size with scrollbars. */
    max-width: none;
    /* Centre lazy-loaded images inside parent div. */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* So we can arrange a small group of controls horizontally, inline e.g.
 * <div class="controls inline_controls">
 *   <input size="10" ...>
 *   <label ...><input type="checkbox" ...>check box label</label>
 * </div>
 */
.deform .inline_controls ul {
    margin: 0;
    padding: 0;
    display: inline;
}

.deform .inline_controls li {
    display: inline;
    float: left;
    clear: none;
}

.deform .inline_controls div {
    display: inline;
    float: left;
    clear: none;
}

.deform .inline_controls input {
    display: inline;
    width: auto;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 0px;
    margin-right: 5px;
}

.deform .inline_controls select {
    display: inline;
    width: auto;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 0px;
    margin-right: 5px;
}

.deform .inline_controls label {
    display: inline;
    width: auto;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 0px;
    margin-right: 5px;
}

.deform .inline_controls p {
    display: inline;
    width: auto;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 0px;
    margin-right: 5px;
}


/* Copied from
 * https://github.com/Pylons/deform/blob/master/deform/static/css/form.css
 *
 * Does not include all style rules.
 * Deform's supplied error rendering is hideous.
 *
 * Deform also has beautify.css, none of which has been included
 * as it is not used here.
 * https://github.com/Pylons/deform/blob/master/deform/static/css/beautify.css
 */

.deform li.sequence-item {
    width: auto;
    display: inline;
}

.deform .tinymce-preload{
    border: 1px solid #ccc;
    height: 240px;
    width: 500px;
    display: block;
}


.deformClosebuttonActive,
.deformOrderbuttonActive {
    border: 0;
    cursor: pointer;
    float: left;
    /* width: 1em; */
    /* height: 1em; */
    /* margin: .5em; */
}

.deformClosebuttonActive:before {
    content:"✖";
    color:red;
    margin-right: 5px;
}

.deformOrderbuttonActive:before {
    content:"↕";
    margin-right: 5px;
}

a.deformSeqAdd:visited {
   color: blue;
}

div.deformReplaces {
    float: left;
}

.deformSet-item {
    padding: 1px;
}

.deform li.error{
    background-color: #ffdfdf;
}


/**********************************************************************************************
 * End of portal specific styles
 *********************************************************************************************/




/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
