html, body{ 
	height: 100%;}

body{
	font-family: Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,Frutiger,"Frutiger Linotype",Univers,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #fff}
#loader{
	background: url(../img/ajax-loader.gif) center center no-repeat;	
	width: 220px;
	height: 400px;}
#loader-img{
  background: url(../img/ajax-loader.gif) center center no-repeat;  
  width: 220px;
  height: 19px;}
.loading_content_wrapper{
  position: static;
  background: url(../img/ajax-loader.gif) center center no-repeat;  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;}
.app{
	color: #fff;}
.fullwidth-container{
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
  height: 100%
}
#fullwidth-container>.row{
    overflow: hidden; 
    min-height: 1024px;
    height: 100%
}

#fullwidth-container [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.main-container{
  background: #fff;
}
.fullwidth-container .main-container{height: 100%}
.brodie-topbar{
	margin-bottom: 0;
	border-bottom: #e31b23 3px solid}
.background{
	background: #f2f2f2 url(../img/brodie/background.jpg) top left no-repeat;
	top:0;
	left:0;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: -1}
.table-container{
	width:100%;
	display:table;
	-moz-box-sizing: border-box;
    box-sizing: border-box;}
.table-container .row{
	height: 100%;
    display: table-row;}
.table-container .row .col-md-2, .table-container .row .col-md-10{
	display: table-cell;
	height: 100%}
.fill{
    height:100%;
    min-height:100%;
}
.ml20{
  margin-left:20px !important}
.ml100{
  margin-left:100px !important}
.ml200{
	margin-left:200px !important}
.mt5{
	margin-top: 5px;}
.mt7{
	margin-top: 7px;}
.mt20{
  margin-top: 20px;}
.mt50{
	margin-top: 50px;}
.mt63{
  margin-top: 63px;}
.mb10{
	margin-bottom: 10px;}
.mb100{
	margin-bottom: 100px;}
.pr20{
  padding-right: 20px !important;
}
.no_padding{
  padding: 0 !important;
}
.text-white{ 
	color: #fff;}
.text-align-right{
	text-align: right !important;}
.text-align-center{
	text-align: center !important;}
.text-align-left{
	text-align: left !important;}
#logo-container{
	float: left;
  margin-left: 15px;}
.navbar.logo-container{
	/*margin-bottom: 100px;*/}
.row.dashboard{
	background: #000;}
.row.dashboard .main-container{
	background: #fff;
	min-height: 200px}
.row.dashboard .form-container{
	background: #f2f2f2;
	border-top: #e3e3e3 2px solid; }
.row.dashboard .form-container hr{
	border-top: #e3e3e3 1px solid; }

/*Sidebar*/
ul.sidebar{
	margin: 0px;}
ul.sidebar li a{
	color:#f2f2f2;}
ul.sidebar li:hover a, ul.sidebar li a.active{
	background: #e31b23;
  color: #fff;}
ul.sidebar li a span.dashboard{
	background: transparent url(../img/brodie/icons/icon-home-up.png) top left no-repeat;
	display: block;
	float: left;
	margin: 3px 5px 0px 0px;
	height: 12px;width: 12px;}
ul.sidebar li a span.product{
	background: transparent url(../img/brodie/icons/icon-product-up.png) top left no-repeat;
	display: block;
	float: left;
	margin: 3px 5px 0px 0px;
	height: 12px;width: 12px;}
ul.sidebar li a span.calculator{
	background: transparent url(../img/brodie/icons/icon-calculator-up.png) top left no-repeat;
	display: block;
	float: left;
	margin: 3px 5px 0px 0px;
	height: 12px;width: 12px;}
ul.sidebar li a span.profile{
	background: transparent url(../img/brodie/icons/icon-profile-up.png) top left no-repeat;
	display: block;
	float: left;
	margin: 3px 5px 0px 0px;
	height: 12px;width: 12px;}
ul.sidebar li a.active span.dashboard, ul.sidebar li a:hover span.dashboard{
	background: transparent url(../img/brodie/icons/icon-home-down.png) top left no-repeat;}
ul.sidebar li a.active span.product, ul.sidebar li a:hover span.product{
	background: transparent url(../img/brodie/icons/icon-product-down.png) top left no-repeat;}
ul.sidebar li a.active span.calculator, ul.sidebar li a:hover span.calculator{
	background: transparent url(../img/brodie/icons/icon-calculator-down.png) top left no-repeat;}
ul.sidebar li a.active span.profile, ul.sidebar li a:hover span.profile{
	background: transparent url(../img/brodie/icons/icon-profile-down.png) top left no-repeat;}
.sidebar-toggle{
  width: 300px;
  display: none;
  position: absolute;
  left: -300px;
  top: 0px;
  z-index: 1001;
}

#showHide{
  margin-left: -15px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;}
.logo{
	width: 218px;
	height: 40px;
	display: block;
	background: url(../img/brodie/logo-small-2.png) top left no-repeat;
	background-size: auto 37.5px}
.nav-container{
	width: 100%;
	float:right;}
.navbar-white{
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;}
.navbar-white .navbar-inner {
	background: #fff;
	border: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;}
.nav-tabs{ margin-bottom: 15px;}
.login-form-container{
	position: relative;
	display: block;
	padding: 20px 20px 10px 20px;
	height: auto;
	width: auto;
	background: #bcbec0;
	border-bottom: #82898F 3px solid;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;}
.btn-brodie-red, .nav-brodie > li {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #e31a22;
	background-image: -moz-linear-gradient(top,#e31a22,#e31a22);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#e31a22),to(#e31a22));
	background-image: -webkit-linear-gradient(top,#e31a22,#e31a22);
	background-image: -o-linear-gradient(top,#e31a22,#e31a22);
	background-image: linear-gradient(to bottom,#e31a22,#e31a22);
	background-repeat: repeat-x;
	border-color: #e31a22 #e31a22 #802420;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31a22e31a22',endColorstr='#e31a22e31a22',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}
.btn-brodie-red:active, .btn-brodie-red.active {
	background-color: #942a25 \9;}
.btn-brodie-red:hover, .btn-brodie-red:focus, .btn-brodie-red:active, .btn-brodie-red.active, .btn-brodie-red.disabled, .btn-brodie-red[disabled] {
	color: #fff;
	background-color: #dc1019;}
.alert-container{
  color: #e31a22 !important;
}
.table.brodie-results thead{
	background-color: #E31C23;
	color: #fff;
	-webkit-border-radius: 3px 3px 0px 0px !important;
	-moz-border-radius: 3px 3px 0px 0px !important;
	border-radius: 3px 3px 0px 0px !important;}

@media (min-width: 1600px) {
  #background {
	background-size: cover;  }
}

@media (max-width: 979px) {
	#background{
	background-size: 1600px 930px;
	color: #333}
}

footer{
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/*SlickGrid border box fix*/

#dataGrid, #dataGrid div {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

#dataGrid {
  background: white;
  outline: 0;
  border: 1px solid gray;
}

#dataGrid .grid-header {
  border: 1px solid gray;
  border-bottom: 0;
  border-top: 0;
  background: url('../images/header-bg.gif') repeat-x center top;
  color: black;
  height: 24px;
  line-height: 24px;
}

#dataGrid .grid-header label {
  display: inline-block;
  font-weight: bold;
  margin: auto auto auto 6px;
}

#dataGrid .grid-header .ui-icon {
  margin: 4px 4px auto 6px;
  background-color: transparent;
  border-color: transparent;
}

#dataGrid .grid-header .ui-icon.ui-state-hover {
  background-color: white;
}

#dataGrid .grid-header #txtSearch {
  margin: 0 4px 0 4px;
  padding: 2px 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid silver;
}

#dataGrid .options-panel {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid silver;
  background: #f0f0f0;
  padding: 4px;
  margin-bottom: 20px;
  width: 320px;
  position: absolute;
  top: 0px;
  left: 650px;
}

/* Individual cell styles */
#dataGrid .slick-cell.task-name {
  font-weight: bold;
  text-align: right;
}

#dataGrid .slick-cell.task-percent {
  text-align: right;
}

#dataGrid .slick-cell.cell-move-handle {
  font-weight: bold;
  text-align: right;
  border-right: solid gray;

  background: #efefef;
  cursor: move;
}

.cell-move-handle:hover {
  background: #b6b9bd;
}

#dataGrid .slick-row.selected .cell-move-handle {
  background: #D5DC8D;
}

#dataGrid .slick-row .cell-actions {
  text-align: left;
}

#dataGrid .slick-row.complete {
  background-color: #DFD;
  color: #555;
}

#dataGrid .percent-complete-bar {
  display: inline-block;
  height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#dataGrid .slick-cell.selected {
  background-color: beige;
}

/* Slick.Editors.Text, Slick.Editors.Date */
#dataGrid input.editor-text {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;

}

#dataGrid .ui-datepicker-trigger {
  margin-top: 2px;
  padding: 0;
  vertical-align: top;
}

/* Slick.Editors.PercentComplete */
#dataGrid input.editor-percentcomplete {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;

  float: left;
}

#dataGrid .editor-percentcomplete-picker {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 100%;
  background: url("../images/pencil.gif") no-repeat center center;
  overflow: visible;
  z-index: 1000;
  float: right;
}

#dataGrid .editor-percentcomplete-helper {
  border: 0 solid gray;
  position: absolute;
  top: -2px;
  left: -9px;
  background: url("../images/editor-helper-bg.gif") no-repeat top left;
  padding-left: 9px;

  width: 120px;
  height: 140px;
  display: none;
  overflow: visible;
}

#dataGrid .editor-percentcomplete-wrapper {
  background: beige;
  padding: 20px 8px;

  width: 100%;
  height: 98px;
  border: 1px solid gray;
  border-left: 0;
}

#dataGrid .editor-percentcomplete-buttons {
  float: right;
}

#dataGrid .editor-percentcomplete-buttons button {
  width: 80px;
}

#dataGrid .editor-percentcomplete-slider {
  float: left;
}

#dataGrid .editor-percentcomplete-picker:hover .editor-percentcomplete-helper {
  display: block;
}

#dataGrid .editor-percentcomplete-helper:hover {
  display: block;
}

/* Slick.Editors.YesNoSelect */
#dataGrid select.editor-yesno {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}

/* Slick.Editors.Checkbox */
#dataGrid input.editor-checkbox {
  margin: 0;
  height: 100%;
  padding: 0;
  border: 0;
}

.cell-story {
  white-space: normal !important;
  line-height: 19px !important;
}

.loading-indicator {
  display: inline-block;
  padding: 12px;
  background: white;
  -opacity: 0.5;
  color: black;
  font-weight: bold;
  z-index: 9999;
  border: 1px solid red;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  -text-shadow: 1px 1px 1px white;
}

.loading-indicator label {
  padding-left: 20px;
  background: url(../img/ajax-loader.gif) no-repeat center left;
}

.tbl-status{
  font-size: 16px;
  margin: 25px 0px 10px 30px;
  color: #468847;

}

.pagination>li>a, .pagination>li>span{
  color: #e31a22;
}

.sidebar-container{
  background: #000;
  z-index: 5;
  display: block;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 800px;
  height: 100%;
}

.xs-sidebar-container ul{
  background: black;
  margin-left: -15px;
}

.radio, td.row_container{
  -webkit-user-select: none;
}

ul.filelist li{
  clear: both;
  margin-top: 5px;
}

sup { 
    vertical-align: super;
    font-size: smaller;
}

.modal-lg {
  width: 900px;
}