﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6bcb7;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 960px;*/
    width: 90%;
    background-color: #fff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}
/*.page.wide
{
	width:1160px;
}*/


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #415e04;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}
body.pdf .main
{
    padding-left:0px !important;
    padding-right:0px !important;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #789400;
    border-bottom: 2px solid #415e04;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    height: 27px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a
{
    background-color: #415e04;
    border: 1px #739503 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

/*fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

/*legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}*/

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* SUB-FIELDSET
---------------------------------------------------------------- */
fieldset.SubFieldset
{
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    border: 0;
    border-left: 1px dotted #BFBAB0;
    margin-left: 2px;
}

fieldset.SubFieldset ol li 
{
    padding-top: 2px;
    padding-bottom: 2px;
}

fieldset.SubFieldset input[type=text], fieldset.SubFieldset input[type=password], fieldset.SubFieldset input[type=file], fieldset.SubFieldset select, fieldset.SubFieldset textarea
{
    border: 0;
}

fieldset.SniperWebControls ol li span, fieldset.SniperWebControls ol li div, fieldset.NSSFieldset ol li span, fieldset.NSSFieldset ol li div
{
    color: #468dbb;
    float: left;
}
fieldset.SniperWebControls ol li span.error, fieldset.SniperWebControls ol li div span.error
{
    color:#cc0000;
    margin-left:20px;
    float:left;
    display:block;
}
fieldset.SniperWebControls ol li br + span.error, fieldset.SniperWebControls ol li div br + span.error
{
    float:none;
    margin-left:0px;
}
fieldset.SniperWebControls ol li span.ux-scrimController, fieldset.SniperWebControls ol li span.ux-shrinkController
{
    float:none !important;
}
fieldset.SniperWebControls ol li span.Message
{
    float:none;
}

fieldset.SniperWebControls div.fieldset-description, fieldset.NSSFieldset div.fieldset-description
{
    color: #468dbb;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
}

td.pie
{
    line-height:20px;
    vertical-align:middle;
}

table.grid 
{
    color: Black !important;
}

tbody tr.highlight 
{
    background-color: #ffff92;
}


/* Compact fieldset 
------------------------------------------*/

fieldset.compact 
{
    border: 0;
    padding: 0 0 0 0;
}

fieldset span:not(.error):not(.Message), fieldset div:not(.pielabel):not(.message)
{
    color: #96bb00 !important;
}

fieldset.compact ul 
{
    margin-left: 0px;
    padding-left: 0px;
}

fieldset.compact ul li
{  
    list-style-image: none;
    padding-left: 0px;
}

fieldset.compact ul li label
{
    width: 100px;
    float: left;
    color:#767676;
    font-size:12px;
    font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;
    margin-left:2px;
    font-weight:normal;
}

fieldset.compact legend span 
{
    position:relative;
    top: -8px;
}

fieldset.compact legend, fieldset.compact legend *
{
    font-size: 100% !important;
    background-color: transparent !important;
    background-image: none !important;
}

button.GreyBackground, button.GreyBackground span  
{
}

button.slidingDoorButton span 
{
    color: #444 !important;
}

button.SlidingDoorsButtonThin div.icon
{
    width: 16px;
    height: 16px;
}

fieldset.compactpanel 
{
    border: 1px solid grey; 
    width: 235px; 
    display: inline;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

span.pielabel 
{
    line-height:20px;
    vertical-align:middle;
    float:left;
    color:#000000 !important;
    padding-left:5px;
    display:block;
}

fieldset.SniperWebControls table.grid td input[type="text"], fieldset.NSSFieldset table.grid td input[type="text"]
{
    height: 11px !important;
    margin-bottom: 2px;
}

tbody .currency, tfoot .currency 
{
    text-align: right;
}

tbody .line-total
{
    /*color: #96bb00;*/
    font-weight:bold;
}

fieldset div .message 
{
    color: Black !important;
}

fieldset input[type="file"] 
{
    height: 22px !important;
}

.bigger 
{
    font-size: 1.3em !important;
}

fieldset.NSSFieldset.login input[type=text]
{
    float:left;
}
fieldset.NSSFieldset.login input[type=checkbox]
{
    margin-top:0px;
}
fieldset.SniperWebControls input[type=checkbox]
{
    margin-top:0px !important;
}
button.whitebackground, button.whitebackground span
{
    background-color:#ffffff;
}

fieldset.SniperWebControls table.summaryGrid label
{
    width:auto;
}

fieldset.SniperWebControls ol li div table td, fieldset.SniperWebControls ol li span table td
{
    font-weight:normal !important;
}

.smaller-text
{
    font-size: 0.9em !important;
    float:none !important;
    
}

span.Message.wider,span.Message.wider ul{
	width:900px; 
}

fieldset.SniperWebControls.wider label
{
    width:25em;
}

.filtericon
{
    background-image:url(../images/filter.png);
}

.profitLossIndicator{
	   padding-top: 10px;
    width: 800px;
    background:white;
}

.hide-preview .preview-control input{
	display:none;
	
}

ul.ui-sortable li.sortitem {
	background-color: #E8E8E8;
	background-image:url(/styles/images/selection-end.png);
	background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid;
    color: gray;
    height: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 3px;    
}

.elevation-grid table.grid th {
	padding: 11px 2px 10px;
}

.wider div.icon {
	width:18px;
}

.folders{
	margin:30px 0 0 10px;
}


.folders td{
	width:25%;
}

.folders .folder{
	padding-bottom:10px;
}

.folders .folder-icon{
	background-image:url('/styles/images/folder-icon.png');
	width:24px;
	height:24px;
	display:inline;
	float:left;
	margin-top: -5px;
}
.folders a{
	color:#444444;
}

.booking-list.collapsed
{
    height: 133px;
    overflow: hidden;
}

.booking-list{
}

.booking-list-outer{
	display: inline;
    float: left;
    padding-left:5px;
    width: 915px;
}

.booking-details
{
	display:inline;
	width:200px;
	float:left;
    height: 800px;
}

.booking-details .dateSelection
{
	
	padding-top:20px;
}

.booking-calendar
{
	padding-top:15px;
	padding-left:5px;
	display: inline;
    float: left;
}

.expand-link
{
	display: inline;
    float: left;
    text-align: center;
    width: 720px;
}

.hidden{
	display:none;
}

.color-square
{
	height:	20px;
	width:20px;
}

.color-square-small
{
	height:	10px;
	width:10px;
}

.select-all{
	padding-left:11px;
}

.list-filter{
	padding-left:7px;
}

.up-icon
{
	background-image:url(/styles/images/up-icon.png);
	background-repeat:no-repeat;
	background-position: 0 0px;
}

.down-icon
{
	background-image:url(/styles/images/down-icon.png);
	background-repeat:no-repeat;
	background-position: 0 4px;
}

.booking-list .down-icon{
	background-position:0px -4px;
}

.people-count
{
	float:left;
	padding-left:2px;
}
.fc-widget-content .famfam-group
{
    background-image:url(/styles/images/people-icon.png);
    background-position:0px 0px;
}

.people-count.more-than-limit
{
	color:Red;
}

.people-count.less-than-limit
{
	color:Green;
}

a.error{
	color:Red !important;
}

.info-label{
	float:left;
	width:100px;
}

.booking-details h3{
	font-weight:600;
}

.info-container{
	padding-top:2px;
}

.info-data{
	font-weight:600;
}

.info-data.buttonControl{
	width:50px;
	float: left;
}

.booking-details h2.main-heading{
	margin-top: 0;
}

.fc-event-title {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-event-inner.fc-event-skin {
	border-width:thin !important;
}

.css-menu{
	list-style:none;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:5;
	
}
.css-menu li{
	float:left;
	margin-right:5px;
	position:relative;
	z-index:5;
}
.css-menu a{
	display:block;
	padding:5px;
	color:#fff;
	background-color: #415E04;
	text-decoration:none;
}
.css-menu a:hover{
	color:#465c71;
	background:#bfcbd6;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
.css-menu ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index:5;
}
.css-menu ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	z-index:5;
}
.css-menu ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	z-index:5;
}
.css-menu li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	z-index:5;
}
.css-menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background-color: #bfcbd6;
	text-decoration:none;
	color: #465c71;
	z-index:5;
}
.css-menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	z-index:5;
}
.css-menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#fff;
	background-color: #415E04;
	z-index:5;
}

table.grid th.set-width{
   min-width: 70px;
}

.merge-panel-one {
	float: left;
	width: 450px;
}
.merge-panel-two {
	float: right;
	width: 450px;
}

.merge-panel-results {
	margin-left: 225px;
}

.alphabet-filter ul{
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
}

.alphabet-filter ul li { display: inline; }

.alphabet-filter ul li a { 
	text-decoration: none; 
    padding: .2em .75em;
    color: #fff;
	background-color: #415E04;
}

.alphabet-filter ul li a.selected {
	 background-color: #bfcbd6;
	color: black;
} 

table.grid.small-header th {
	padding: 4px 6px 10px;
}

.customer-list-message .Message  {
	float: left;
	width: 500px;
}

	
.remove-button {
	float: left;
	padding-left: 20px;
}

fieldset.SniperWebControls .own-gear select{
	display: block;
	width: 300px;
}

.calendar{
		border-collapse: collapse;
		margin-bottom: 15px;
}


job-header {
    display: block;
}
.job-header label{
    width: 120px;
    float: left;
    
}
.panel-1 {
    width: 260px;
    float:left
}


.panel-2 {
    width: 500px;
    float:left
}

.panel-invoice {
    width: 800px;
    float:left
}

fieldset.NSSFieldset ol.panel-1  li {
    padding-bottom: 5px;
}

fieldset.NSSFieldset ol.panel-2  li {
    padding-bottom: 5px;
}


 .calendar td.today-highlight {
    background-color: #FFFFBB;
}

  .calendar td.today-highlight tr.alt{
    background-color: #EEEE77;
}

  .xero-status-img {
      height: 16px;
      padding-left: 2px;
  }

  .hireGo {
      margin:-15px 0 0 10px
  }

  .invoice-header fieldset.NSSFieldset ol {
      padding-top: 0;
  }

  .invoice-header fieldset.NSSFieldset li {
      padding-bottom: 5px;
  }

  .address-picker .select2-container {
      min-width: 300px;
  }

  .search-filter {
      position: absolute;
      top: 150px;
  }

  .firstweek-radios label {
      width: 50px !important;
      float: right !important;
  }

  .address-copy-confirmation {
      padding-top: 10px;
  }

  .dropdownlist-link {
      
      font-size: 90%;
  }

a.ux-invCalc {
    float: right;
    margin-right: 20px;
    padding: 4px;
    background-color: #ffffff;
    border: solid 1px #999999;
    background: linear-gradient(#ffffff, #f2efe9);
}
a.ux-invCalc img
{
    vertical-align:middle;
}
a.ux-invCalc:hover
{
    background: linear-gradient(#f2efe9, #ffffff);
    cursor:pointer;
}


.expando-header {
    padding-right: 10px;
}
.expando-header div{
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
    padding-right: 10px;
}

.expando-header.expanded div{
    background-image: url(/styles/images/expanded.gif);
}

.expando-header.collapsed div{
    background-image: url(/styles/images/collapsed.gif);
}

tr.strike td {
    text-decoration:line-through;
}
tr.strike td.name {
    text-decoration:none;
    opacity:0.7;
}

table.grid.purchaseOrderGrid tr td 
{
    white-space: nowrap;
}