﻿/*!
 * Site css
 *
 */

/* MAIN SCAFFOLDING  
----------------------------------------------------------*/

* {
margin: 0;
}
html, body {
height: 100%;
}

body.fullmap
{
    width: 100%;
    height: 100%;
}

.container 
{
    clear: both;
    display: block;
    width: 960px;
}

.container-small
{
    margin: 10px 0 0 10px;
}

.container-small-fixed 
{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}


.hero-unit.front 
{
    background-color: transparent;
    margin-bottom: 0px;
}

.footer.front 
{
    border-top: 0;
    background-color: transparent;
}


/* DIVS  
----------------------------------------------------------*/

.spacer 
{
    margin-top: 20px;
}

.fullscreen 
{
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.hero-unit .logo 
{
    width: 100%;
    text-align: center;
}

.hero-unit h1 
{
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
}

.dashboard-header 
{
    margin-left: 0px;
}


.icon-white {
  background-image: url(/Content/img/glyphicons-halflings-white.png) !important;
}

.icon-black {
background-image: url(/Content/img/glyphicons-halflings.png) !important;
}

[class^="icon-"] {
    background-image: url(/Content/img/glyphicons-halflings.png);
}

.div-left, .div-left-nomargin 
{
    float: left;
    margin-right: 20px;
}

div.top-margin 
{
    margin-top: 15px;
}

.dashboard-body .div-left.small 
{
    width: 150px;
}

.dashboard-body .div-left.large 
{
    width: 840px;
}

.div-right, .div-right-nomargin
{
    float: left;
}

.display-row 
{
    display: block;
    width: 100%;
    clear:both;
    margin-bottom: 5px;
}

.display-label 
{
    float: left;
    margin-right: 20px;
    font-weight: bold;
    width: 120px;
}

.display-field 
{
    float: left;
    width: 360px;
}


.display-links
{
    margin-top: 40px;
}

.page-header {
padding-bottom: 0px;
margin: 0;
border-bottom: 0;
}

div.login 
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

div.login div.actions {
    width: 385px;
    text-align: right;
}

.form-fields label, .form-fields div.input 
{
    display: inline-block;
}

.form-fields label 
{
    width: 150px;
}

﻿.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.navbar-inner 
{
    background: #292929;
    padding-right: 0;
}

.nav-buttons 
{
    margin-left: 20px;
    margin-right: 2px;
}

.navbar .nav {
    float: right;
}

ul.nav p 
{
    color: #ffffff;
    padding-top: 10px;
    padding-right: 20px;
}



﻿.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

li {
    line-height: 24px;
}


.navbar .navbar-inner.dashboard .brand
{
    padding: 8px 20px 2px;
}

.navbar-inner.dashboard
{
    background: #dcdcdc;
    color: #363636;
}

.navbar-inner.dashboard.white
{
    background: #fff;
    color: #000;
}

.navbar-inner.dashboard.white li
{
    margin: 2px 0px 5px 5px;
    height: 50px;
}

.navbar-inner.dashboard.white li a,
.navbar-inner.dashboard.white li button
{
    height: 50px;
}

.navbar-inner.dashboard.white li a
{
    padding: 0px 5px 0px 5px;
}


.navbar-inner.dashboard.white ul.nav p {
color: #000;
}


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color: #000;
}

.navbar .nav .active > a, 
.navbar .nav .active > a:hover {
    background-color: #c9c9c9;
    color: #000000;
﻿   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#scenario-detail .scenario 
{
    float: left;
    margin-right: 30px;
}

.timer.auction 
{
    width: 270px;
}

.timer.auction .master-timer
{
   float: none;
}

.timer.auction .master-timer .btn-timer
{
   margin-bottom: 5px;
   width: 100px;
   margin-left: 40px;
}

.master-timer.dashboard .btn
{
    font-size: 13px;
    font-weight: bold;
    padding: 10px 10px;
}

.master-timer.dashboard .btn a
{
    color: #fff;
}

.master-timer.dashboard .btn.white a
{
    color: #08C;
}

.master-timer.dashboard .btn a:hover
{
    text-decoration: none;
}

.master-timer.client
{
    margin-top: 10px;
}

.dashboard-newsflash-timer .master-timer 
{
    float: left;
}

.dashboard-progress-bar 
{
    margin-top: 10px;
}

.dashboard-newsflash-year 
{
    font-weight: bold;
    font-size: 16px;
    display: block;
    clear: both;
    width: 100%;
}

.dashboard-newsflash-year img
{
    float: left;
}

.dashboard-newsflash-year .company p
{
    margin-top: 40px;
    font-size: 22px;
    vertical-align: middle;
    width: 200px;
    float: left;
}

.dashboard 
{
    clear: both;
    margin-bottom: 5px;
    display: block;
}

.dashboard-wizard 
{
    margin-top: 0px;
}

.dashboard-newsflash-year .year
{
    margin-top: 15px;
    margin-left: 190px;
}

.dashboard-newsflash-messages 
{
    height: 30px;
    float: right;
    width: 780px;
    padding: 10px;
}

.dashboard-body .display-label.general
{
    width: 220px;
}

.dashboard-body .display-field.general
{
    width: 680px;
}

.dashboard-body .display-label.small
{
    width: 180px;
}

.dashboard-body .display-label.small2
{
    width: 280px;
}

.dashboard-body .display-field.small2
{
    width: 220px;
}

.dashboard-body .display-label.small.orangebold
{
    width: 220px;
}
.dashboard-body .display-field.small.orangebold
{
    width: 100px;
    color: #FF7F24;
    font-weight: bold;
}


.dashboard-body .display-field.small
{
    width: 100px;
}

.dashboard-body .display-label 
{
    width: 300px;
}

.dashboard-body .display-field
{
    width: 580px;
}

.dashboard-body .display-row
{
   margin-bottom: 5px;
   padding-bottom: 5px;
   height: 15px;
}

.dashboard-body .div-left,
.dashboard-body .div-right 
{
    width: 450px;
}

.master-years
{
    float: left;
    margin-right: 10px;
}


.master-years .nav-pills > li > a {
padding-right: 28px;
padding-left: 28px;
}

.master-timer 
{
    
    float: right;
}

.master-years .nav-pills .active > a {
    color: white;
    background-color: #00008B;
    font-weight: bold;
    font-size: 16px;
}
 
.master-years .nav-pills .active > a:hover,
.master-years .nav-pills > li > a:hover
 {
    background-color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    color: #08C;
}

.master-years .nav-pills > a {
    font-weight: bold;
    font-size: 16px;
}

.master-years .nav-pills > li > a {
    padding-top: 14px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
}

[class*="spanfloat"] {
float: none;
}

div.chart-span { width: 350px; }

.dashboard-wizard .nav-pills > li  {
    height: 70px;
    width: 94px;
    text-align: center;
    vertical-align: middle;
}

.dashboard-admin-wizard .nav-pills > li  {
    height: 70px;
    width: 104px;
    text-align: center;
    vertical-align: middle;
}

.dashboard-admin-wizard .nav-pills > li.wide  {
    width: 105px;
}

.dashboard-wizard .nav-pills > li > a,
.dashboard-admin-wizard .nav-pills > li > a  {
    height: 40px;
}

.dashboard-wizard .nav-pills > li > a,
.dashboard-admin-wizard .nav-pills > li > a {
    background: #f2f2f2;
    padding-top: 14px;
    padding-bottom: 14px;
}

.dashboard-wizard .nav-pills > li.active > a:hover,
.dashboard-admin-wizard .nav-pills > li.active > a:hover {
   color: #fff;
}

.dashboard-wizard .nav-pills > li > a:hover,
.dashboard-admin-wizard .nav-pills > li > a:hover {
   color: #08C;
}

.dashboard-wizard .nav-pills .active  > a,
.dashboard-admin-wizard .nav-pills .active  > a {
    background: #08C;
}

.dashboard-toggleArea 
{
    
    margin-top: 30px;
}


fieldset.form-fields div.clearfix 
{
    margin-bottom: 5px;
}

/* buttons */

.navbar-inner.dashboard.white li button.btn.large 
{
    height: 52px;
}

.master-timer.clientclock #btnGameTimer
{
    margin-left: 10px;
}

.master-timer .btn,
.auction-timer .btn {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}

.auction-myCompanyWinning 
{
    color: green;
    background-image: url('/content/images/GreenTick.png');
    background-repeat:no-repeat;
    background-position:right;
}

.dashboard-admin .btn {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 10px;
}

.btn-reset 
{
    margin: 30px 0px 0px 85px;
    text-align: center;
    
}

.btn-reset a:hover, 
.btn-reset a, 
.btn-reset a:active 
{
    color: #fff;
    text-decoration: none;
}

#media-player 
{
    display: block;
}

#mediaplayer_wrapper 
{
    position: inherit;
    clear: both;
}

div.inline-buttons-left,
div.inline-buttons-right
{
    width: 300px;
    vertical-align: bottom;
    float: left;
}

div.inline-buttons-left
{
    width: 400px;
}

div.inline-buttons-right
{
    padding-top: 75px;
}

div.inline-buttons-left.dashboard
{
    width: 475px;
}

div.inline-buttons-right.scenario,
div.inline-buttons-right.dashboard
{
    padding-top: 0px;
}

.form-horizontal .control-group .inline-buttons-left > label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: left;
}

fieldset.master-detail 
{
    margin-bottom: 40px;
}

/* NAVIGATION  
----------------------------------------------------------*/

.admin-nav {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.admin-nav.nomargin 
{
    margin-top: 0;
}

.admin-nav .subnav {
    float:right;
    font-weight: bold;
    font-size: 16px;
}

.admin-nav .subnav-left {
    float:left;
    font-weight: bold;
    font-size: 16px;
}


.admin-nav .nav {
    margin-bottom: 0;
}

.admin-nav .span16 {
    float: right;
    margin-left: 0px;
}


.primary-auction-main 
{
    margin-top: 0px;
}


.primary-auction-main div.timer,
.primary-auction-main div.auction
{
   float: left; 
}


.float-div-right 
{
    float: right;
}

.float-div-right-margin
{
    float: right;
    margin-left: 15px;
}

.float-div-right-margin button
{
    font-size: 14px;
    font-weight: bold;
}

.navbar .brand {
    color: #fff;
    text-shadow: 0 0 0 black;
}

.navbar .brand.grey {
    color: #3B3131;
}

/* HEADINGS  
----------------------------------------------------------*/
h2 
{
    margin-bottom: 30px;
    color: #2255bb;
}

th h2 
{
    margin: 0px;
    font-size:16px;
    vertical-align: bottom;
    line-height: 18px;
}

h2.client
{
    font-size: 16px;
    margin-bottom: 10px;
}

h2.auction 
{
    margin-bottom: 0;
}

h2.spacer 
{
    margin: 30px 0 0 0;
}

h3 
{
    margin-bottom: 20px;
    color: #000000;
}

h3.no-margin 
{
    margin-bottom: 0px;
    margin-top: 0px;
} 

h4
{
    color: #2255bb;
}

h4.margin 
{
    margin-left: 8px;
}

div.introduction h3 
{
    margin-left: 20px;
    margin-bottom: 0px;
}

.navbar h3 
{
    margin-bottom: 0;
    line-height: 24px;
    font-size: 18px;
    margin: 0;
}

.navbar.no-margin,
.navbar-inner.no-margin
{
    margin-bottom: 0;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 32px;
    color: #2255bb;
}  

.navbar .container {
    margin-top: 0px;
}

#scenario-detail .scenario h2
{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.dashboard-admin h2
{
    font-size: 16px;
    color: #292929;
}

/* SPANS  
----------------------------------------------------------*/
.mapspan 
{
    width: 160px;
}

span.field-validation-error.modal, .validation-summary-errors.modal
{
    display: block;
}

span.field-validation-error, .validation-summary-errors
{
    color: #a52a2a;
    font-size: 12px;
    display: block;
}

.validation-summary-errors
{
    color: #a52a2a;
    font-size: 12px;
    margin-bottom: 10px;
}

/* TABLE  
----------------------------------------------------------*/
td.summaryCol1, th.summaryCol1
{
    width: 100px;
}

td.summaryCol2, th.summaryCol2
{
    width: 50px;
}

td.summaryCol4, th.summaryCol4
{
    width: 150px;
}

td.summaryCol3, th.summaryCol3  
{
    width: 50px;
}

div.footprintSummary 
{
    min-height: 200px;
}

div.footprintSummary table
{
    margin-bottom: 0;
}

table td.logo  {
    width: 60px;
}

table td.companyName  
{
    width: 200px;
}

table td.description  {
    width: 400px;
}

table.riskmatrix td 
{
    padding: 2px;
}

table td.links {
    width: 200px;
}

#tblDataCompiler td
{
    padding: 8px 2px 8px 2px;
}

#tblReport, #tblReportMACC
{
    width: 1000px;
}

#tblReport td 
{
    padding: 2px;
}

#tblReportMACC td, #tblReportMACC th
{
    padding: 2px 2px 2px 0px;
}

#tblDataCompiler td input.span2
{
    display: block;
    width: 110px;
}
    

#tblAuctionContainer 
{
    margin-top: 10px;
}

#tblAuctionDashboard 
{
    width: 600px;
    margin-left: 20px;
}

.tablerow-subtotal 
{
    color: #27408B;
    font-weight: bold;
}

.tablerow-final
{
    color: #CD3700;
    font-weight: bold;
}

.tablerow-white, .tablerow-white td, .table-striped tbody tr.tablerow-white:nth-child(odd) td {
    background: #fff;
}

.tablerow-noborder td {
    border-top: 0px;
}

td.red, input.red
{
    color: Red;
    font-weight: bold;
}

td.green, input.green
{
    color: Green;
    font-weight: bold;
}

td.purple, input.purple
{
    color: purple;
    font-weight: bold;
}

div.legend span { padding: 5px; font-size: 12px; }
div.row.legend { line-height: 40px; }

span.red { color: Red;  font-weight: bold;}
span.purple { color:Purple; font-weight: bold;  }
span.green { color:Green;  font-weight: bold;}

.dashboardreport 
{
    font-size: 14px;
}

.dashboardreport .table th, .dashboardreport .table td {
padding: 6px;
}

td.tablecolumn-centre 
{
    text-align: center;
}

/* IMAGES  
----------------------------------------------------------*/
div.div-left div.scale-up,
div.div-left div.scale-up img
{
    width: 200px;
    max-width: 200px;
}

/** Buttons */

.btn-large {
font-size: 14px;
font-weight: bold;
padding: 12px 16px;
margin-right: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

.btn-nomargin {
margin-right: 0px;
}

.btn-margin 
{
    margin-right: 10px;
}


.navbar .btn, .navbar .btn-group {
    margin-top: 0px;
   float: none;
    padding: 10px 15px 10px;
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    /*margin-left: 5px;*/
}

/* */

footer, 
#footer 
{
padding: 20px 0 36px;
border-top: 1px solid #E5E5E5;
    background-color: #fff;
    color: #999;
    line-height: normal;
    margin: 45px 20px 10px 0;
    font-size: .9em;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
	height: 50px; /* .push must be the same height as .footer */
	clear: both;
	display: block;
}

#footerlogo
{
    float: right;
    min-width: 470px;
}

#footerlink
{
    float: left;
    min-width: 100px;
}

#footerlogo img
{
    vertical-align: top;
    margin-right: 10px;
    image-rendering: optimizeQuality;
}

.center-row 
{
    text-align: center;
    margin-top: 20px;
}


/* INPUTS  
----------------------------------------------------------*/

input, textarea, select, .uneditable-input {
width: 280px;
}

input.span1, #auctionInput
{
    width: 5px;
    display: block;
    width: 5ex;
}

input.small, select.small {
width: 130px;
}

select.riskmatrix 
{
    width: 90px;
    font-size: 10px;
    padding: 2px 4px;
}


/* FORMS  
----------------------------------------------------------*/
.form-horizontal .control-group > label {
    text-align: left;
}

/* MENUS  
----------------------------------------------------------*/
.disabled-menu,
.disabled-year-menu,
.disabled-admin-menu
{
    cursor: default;
}

.dashboard-wizard .nav-pills > li > a.disabled-menu 
{
    background: #e4e4e4;
    color: #666;
}

.nav.dashboard {
    margin-bottom: 0px;
}

/** Miscellaneous */
.hero-unit 
{
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

#single_image 
{
    border: 0;
}

/* MESSAGES  
----------------------------------------------------------*/

.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
background-color: #FEF5CA;
}

.no-left-margin 
{
    margin-left: 0;
}

/* MODAL DIALOGS  
----------------------------------------------------------*/

#helpModal 
{
    width: 960px;
}

#helpModal.modal 
{
    margin: -350px 0 0 -420px;
}

#newsflashModal, #messageModal
{
    width: 650px;
}


#newsflashModal .modal-body,
#messageModal .modal-body 
{
    max-height: 600px;
}

#mapModal  
{
    width:980px; 
    margin-left: -500px;
    max-width: 1300px;
    margin-top: -300px;
}

#mapModal .modal-body.larger 
{
    height: 470px;
    width: 950px;
    max-height: none;
    padding: 15px;
    overflow-y: auto;
}

.smallmap {
    width: 100%;
    height: 100%;
    /*border: 1px solid #ccc;*/
}

.smallermap {
    width: 1000px;
    height: 557px;
    border: 1px solid #ccc;
}

.modal-body.large
{
    max-height: 800px;
}

div.maplegend 
{
    font-size: 11px;
    font-weight: bold;
}

#myModal 
{
    display: none;
}

.modal.small 
{
    width: 400px;
}

.modal.medium
{
    width: 500px;
}

.game-winner 
{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}



/* HOME
----------------------------------------------------------*/
.mainMenu 
{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.mainMenu.intro 
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainMenuVideo 
{
    margin-top: 20px;
}




/* SMOOTH ZOOM CLASSES
----------------------------------------------------------*/

.smooth_zoom_preloader {
	background-image: url(/scripts/zoom_assets/preloader.gif);
}	
.smooth_zoom_icons {
	background-image: url(/scripts/zoom_assets/icons.png);
}    
    
#zoom_container .landmarks{
	position:absolute;
	z-index:10;	
	top:0px;
	left:0px;
	font-family: Helvetica, Arial, Verdana;
	font-size:12px;
	color: #ffffff;
}	
#zoom_container .landmarks .item {
	position:absolute;		
	display: none;	
}	
#zoom_container .landmarks .lable div {
	width: 200px;
	padding: 4px;		
}	
#zoom_container .landmarks .mark .text{
	background-color:#000000;
	padding:2px 6px;
}	

/* paragraphs */
div.introduction 
{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
    border: 1px solid #cdcdcd;
}

div.introduction.no-border 
{
    border: 0px;
}

div.introduction.index
{
    padding-top: 0px;
}

p.centre-large 
{
    font-size: 16px;
    text-align: center;
    color: #000000;
}

p.small 
{
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

div.maccLegend
{ display:block;
}


/****/


