/*
Theme Name: Theme
Theme URI: http://sales.connecttenorth.com.au
Description: A theme for Brendan.
Version: 0.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com
*/

@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}

html, body {
	height: 100%;
} 

body.theme {
    padding-top: 60px;
    font-size: 16px;
}

#wrap {
    height: auto !important;
    margin: 0 auto -50px;
    min-height: 100%;
    padding: 0 0 50px;
}

.theme h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.theme h3.widget-title {
	font-size: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.theme .hidden {
	display: none;
}

.fa.delete-parent {
	position: absolute;
	right: 28px;
	top: 6px;
	font-size: 22px;
}

.widget-heading {
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
    background-color: #f5f5f5;
} 

.theme h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.theme h4 {
    font-size: 16px;
}

.header-container {
	padding-top: 5px;
}

.checkbox-inline.text-top {
	vertical-align: top;
}

.header-logo {
	padding-top: 2px;
}

.theme .btn-group {
	margin:14px 0;
}

.theme .title-row {
	margin-bottom: 0;
}

form progress {
	display:none;
	width:100%;
	padding: 10px;
}

.toggle-target {
	display: none;
}

input[type="text"] {
	width:100%;
}

.input-row {
	line-height: 34px;
}

.input-row input[type="checkbox"] {
	margin-top: 11px
}

.list-link {
	list-style: none;
	padding-left: 0;
}

.login-form a {
	margin-top: 8px;
}

.ellipsis {
	overflow-x: hidden; 
	text-overflow: ellipsis; 
}

.warning {
	background-color: #FCF8E3 !important;
    border-color: #FFCC00 !important;
}

.theme .nav .caret {
	float: right;
    margin-right: 2px;
    margin-top: 10px;
}

.theme option {
	padding:2px 8px
}

.option-divider {
	border-top: 1px solid #ccc;
    margin-top: 6px;
    padding-top: 4px;
}

.theme .form-control {
    padding: 6px;
    font-size: 16px;
}

.row {
    margin-bottom: 4px;
}

.theme .navbar-inverse {
    background-color: #337ab7;;
    border-color: #2e6da4;
    min-height: 60px;
}

.theme .navbar-inverse .navbar-nav > li > a {
    color: #ddd;
}

.theme .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #555555 !important;
}

.nav-tabs > li > a {
    max-width: 240px;
}

.theme .navbar-brand {
	padding:0px 6px 2px 8px;
}

/* Breadcrumb Styles */

.breadcrumb-container {
    background-color: #f6f6f6;
    border-bottom: 1px solid #f0f2f5;
    padding-top: 6px;
    padding-bottom: 6px;
    color:#aaa;
    font-size: 12px;
    line-height: 34px;
}

.breadcrumb-container span {
    color:#666;
    padding:4px 0;
}

.breadcrumb-container a:hover {
    color:#666;
}

.breadcrumb-container i {
    font-size: 10px;
    margin: 0 4px;
}

/* Table Styles */

.theme table {
	width:100%;
}

.theme table.fixed {
	table-layout: fixed;
}

.theme th {
	background-color: #eee;
	border:1px solid #e0e0e0;
	padding:4px 6px;
}

.theme .panel th {
	background-color: #fff;
}

.theme .table-sub-header th {
	background-color: #fafafa;
	border:1px solid #e0e0e0;
	padding:6px;
}

.theme td {
	background-color: #fff;
	border:1px solid #e0e0e0;
	padding:4px 6px;
}
.theme .table-sub-header td {
	background-color: #fafafa;
	border:1px solid #e0e0e0;
	border-top: none;
	padding:6px;
}


.fixed-column-1 {
	width:26px;
	text-align: center;
}

.fixed-column-xs {
	width:60px;
}
.fixed-column-sm {
	width:100px;
}

.fixed-column-md {
	width:136px;
}

.fixed-column-lg {
	width:400px;
}

.input-link {
	position: absolute;
	right:20px;
	top: 9px;
}

th .nav > li > a {
    padding: 4px 0px;
    display: inline-block;
}

td .nav > li > a {
    padding: 0px;
}

tr.total-row td {
	font-weight: 700;
}

.theme .dropdown-menu  {
	padding:6px;
	min-width: 200px;
}

.theme .dropdown-menu.wide  {
	min-width: 360px;
}

.theme .dropdown-menu > li > a {
    padding: 4px 6px;
}

.dropdown-menu > li > span {
	font-size: 13px;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    background-color: #555;
}

.dropdown-menu i {
	width: 20px;
	text-align: center;
}

.menu-search {
    padding: 0 6px;
    width: 240px;
}

/* icons */

.fa {
	cursor: pointer;
}

.fa-right {
	margin-right: 4px;
}

.fa.fa-sort-desc, .fa.fa-sort-asc {
	font-size:18px;
	color:#999;
	position: absolute;
	right:0;
	
}

.fa-sort-desc {
	top:-6px;
}

.fa-sort-asc {
	top:2px;
}

.fa-url {
	position: absolute;
	right: 24px;
    top: 1px;
    cursor: pointer;
    font-size: 18px;
}

.fa-url:hover {
	color:#666;
}

.fa-exclamation-triangle {
    margin-top: 3px;
}

button .fa {
	margin-left: 4px;
}

.no-dropdown {
	position: relative;
	padding:4px 0;
}

/* Page layout */

.modal-dialog.modal-dialog-md {
    width: 768px;
}

.modal-dialog.modal-dialog-lg {
    width: 1024px;
}

.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 16px 16px 10px;
}

/* More */

.ui-autocomplete { 
	max-height: 266px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

.theme .ui-widget,
.theme .ui-widget input, 
.theme .ui-widget select, 
.theme .ui-widget textarea, 
.theme .ui-widget button {
	font-family: inherit;
	font-size: 14px;
	line-height: 18px;
}

.theme .ui-widget-header {
    font-weight: normal;
}

