body{
	background-color:#ffffff;
	padding-top:5px;
}

/********bootstrap overrides********************/
.panel-info > .panel-heading {
    color:#f1f1f1;
    background-color:#1163A3;
    background-image: linear-gradient(to bottom, #1163a3 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%);
    background-repeat: repeat-x;
}

.panel-info {
    border-color: #1163a3;
}
.panel-body {
    border-radius: 4px;
    padding: 5px;
    background-color:#F5F8F9;
}
.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    min-height: 25px;
    position: relative;
}
.navbar-inverse .navbar-nav{
	text-align:left;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent!important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size:12px;
}
.dropdown-menu > li{
	text-align:left;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    clear: both;
    color: #ffffff;
    background-color:#1163a3;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.bs-callout-info {
    background-color: #F4F8FA;
    border-color: #5BC0DE;
}
.bs-callout {
    border-left: 3px solid #EEEEEE;
    margin: 20px 0;
    padding: 20px;
}

.breadcrumb {
    background-color: #F5F5F5;
    border-radius: 4px;
    list-style: none outside none;
    padding-bottom:0px;
    height:20px;
    border:1px solid #cccccc;
    line-height: 5px;
    vertical-align: top;
}

.breadcrumb  a {
	font-size:11px;
	font-weight:bold;
    color: #357EBD;
    text-decoration: none;
}

.breadCrumb ul li.first a {
    margin-left: 5px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
/**Dialog Overrides**/
.modal-header {
	color:#f1f1f1;
    background-color:#1163A3;
    background-image: linear-gradient(to bottom, #1163a3 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #E5E5E5;
    min-height: 16.4286px;
    padding: 15px;
    text-align:left;
    font-size:16px;
}

.modal-header-error {
	color:#f1f1f1;
   background: #db041d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMDQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I3MDMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NzAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #db041d 0%, #b70333 44%, #870016 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db041d), color-stop(44%,#b70333), color-stop(100%,#870016)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #db041d 0%,#b70333 44%,#870016 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #db041d 0%,#b70333 44%,#870016 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #db041d 0%,#b70333 44%,#870016 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #db041d 0%,#b70333 44%,#870016 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db041d', endColorstr='#870016',GradientType=0 ); /* IE6-8 */



    border-bottom: 1px solid #E5E5E5;
    min-height: 16.4286px;
    padding: 15px;
    text-align:left;
    font-size:16px;
}

.modal-header-warning {
	color:#000000;
    background-color:#1163A3;
	background: #ffd65e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-8 */

    border-bottom: 1px solid #E5E5E5;
    min-height: 16.4286px;
    padding: 15px;
    text-align:left;
    font-size:16px;
 }

.modal-body {
    padding:5px 15px 5px 15px;
    position: relative;
    text-align:left;
    font-size:12px;
}

.modal-header .close {
    margin-top: -2px;
}
button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color:#ffffff;
}
.close {
    color: #FFFFFF;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 2px 0 #000000;
}
/**Data Table Overrides**/
table.dataTable thead > tr > th {

	background-color: #1468aa !important;
	color:#ffffff !important;
	text-align:center !important;
	font-weight: bold;

}
table.dataTable {
    clear: both;
    margin-bottom: 0px !important;
    margin-top: 6px !important;
    max-width: none !important;
}
div.dataTables_length label {
    float: left;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px !important;
}
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #DDD;
    font-size:11px;
    color:#000000;
}

table.dataTable tbody tr td {
    /* overwritten because we want a mouse pointer on rows that don't have an action */
    cursor: default !important;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child, table.dataTable.dtr-inline.collapsed tbody th:first-child {
    /* We want to have a hand when dataTable has collapsed data, first row becomes an action row */
    cursor: pointer !important;
}

table.dataTable tbody tr.selected td {
  background-color: #2683D0 !important;
  color:#ffffff !important;
}
div.dataTables_info {
    padding-top: 8px;
    text-align:left;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F5F8F9;
}
.table-heading{
	background-color: #1163A3;
    background-image: linear-gradient(to bottom, #1163A3 0%, #2989D8 100%, #207CCA 100%, #7DB9E8 100%);
    background-repeat: repeat-x;
    color: #F1F1F1;
    font-size:14px;
    font-weight:bold;
}

.table-bordered > tbody > tr >  td, .table-bordered{
	line-height: .6;
}

@CHARSET "ISO-8859-1";

/* search result styles ************************************************************/


html, body {
	height: 100%;
	background-color:white;
}
input
{
	border:1px solid;
	border-color: inherit;
}
#scanList li
{
	list-style-type:none;
}
.epcTable
{
	position:relative;
	overflow:auto;
}
.formTable
{
	width:75%;
}
/**************map styles***************/
#map-panel
{
    width:470px; height:470px;
    max-width: 470px; max-height: 470px;
	display:inline;
}
#header
{
	padding-bottom:10px;
	padding-top:4px;
}
#footer
{
	padding-top:20px;
}
#list-cell
{
	display:inline;
}

#listDiv{
	max-height:400px;
	overflow:auto;
}

#list { width:100%; list-style:none; padding:0; font-size: 8pt;}
#list hover { background:#555; color:#fff; cursor:hand; }
#list a:hover { background:#555; color:#fff;  cursor:hand; }

.map-list
{
	height:470px;
	max-height:470px;
	padding : 4px;  overflow : auto;
}
/**********end map styles***************/
.result-item
{
	white-space:nowrap;
	position:relative;
	margin:2px;
	width:100%;
}
.result-label
{
	padding:5px;
	position:relative;
	display:inline-block;
	white-space:nowrap;
	width:33%;
	text-align:right;
	padding-right:5px;
	margin:3px;
}

.ui-widget .ui-widget-content td
{
	text-align:left;
}

.result-value
{
	position:relative;
	display:inline-block;
	margin:3px;
	width:60%;
	padding:5px;
}
.map-asset-container
{
	overflow:auto;
}
.map-tabs
{
	overflow:auto;
}
td.item-text a
{
    text-decoration:underline;
    cursor:pointer;
    font-weight:normal;

}
td.item-text a:hover
{
    text-decoration:underline;
    cursor:pointer;
    font-weight:normal;
}
.item-text
{
	text-align:left;
}
#identifier
{
	width:350px;
}
/*The div that contains the search box and search button for epc/barcode search*/
.epcSearch
{
	position:relative;
	width:350px;
	white-space:nowrap;
	padding:10px;
	margin-left:0;
	margin-right:auto;
}
.contentCell
{
	position:relative;
	width:100%;
	height:100%;
}
/***************************************************************************************************/


.userControl
{
	background-color:gray;
	position:relative;
	text-align:right;
}
.currentUser
{
	position:relative;
	color:white;
}
a.userLink
{
	white-space:nowrap;
	color:white;
	text-decoration:none;
}

a.userLink:hover
{
	white-space:nowrap;
	color:#d0cc52;
	text-decoration:underline;

}

a.userLink:visited
{
	white-space:nowrap;
	color:white;
	text-decoration:none;
}
.ui-middle-center
{
	vertical-align:middle;
	text-align:middle;
	margin-right:auto;
	margin-left:auto;
	padding-left:10px;
	padding-right:auto;
}
.ui-middle
{
	vertical-align:middle;
}
.ui-right
{
	float:right;
}
.ui-top
{
	float:top;
}
.ui-left
{
	float:left;
}
.ui-full-width
{
	width:100%;
	display:block;
}
.ui-low-padding
{
	padding:2px;
}
.ui-medium-padding
{
	padding:4px;
}
.ui-5-padding
{
	padding:5px;
}
.pageHeader
{
	text-align:center;
	padding:4px;
}
.epcLabel
{
	text-align:right;
}
.epcValue
{
	text-align:left;
}
.ui-widget-right
{
	text-align:right;
}
.wrapper{
   position: relative;
   float: left;
   left: 0.00%;
   width: 100.00%;
}
.left{
   position: relative;
   float: left;
   left: 0.00%;
   width: 50.00%;
   max-width:525px;
}
.right{
   position: relative;
   float: right;
   right: 0.00%;
   width: 50.00%;
}
.fingerprint
{
	width:99%;
	height: 200px;
	overflow:auto;
}

/** Map Quest Styles **/

#mapDiv {
    max-width:550px;
}

#map {
    width:550px;
    height:400px;
}

#popupMap {
    position:relative;
    width:400px;
    height:400px;
}
#events
{
	max-height:400px;
	overflow:auto;
    width:45%;
    margin-top: 5px;
}
#bd {
  min-width:1040px;
}
#gs1ushc-table td {
    padding:0.4em 0.2em 0.2em 0.2em;
    vertical-align:top;
}

/*[class*="col-"] {
background-color: #eee;
background-color: rgba(86,61,124,.15);
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
} */
#main-container{
	height:auto;
	display:block;
}
/*Header Styles*/
.section-header{
   height:auto;
}
#div-header-row{
	display:block;
	height:auto;
}
#div-logo{
	height:50px;
	min-height:50px;
	padding-left:0px;
	display:inline;
}
.div-quicklinks{
	height:50px;
	line-height: 60px;
	vertical-align: bottom;
    margin-left: 40px;
	/*min-width:500px;*/
}

@media screen and (max-width: 430px){
    .div-quicklinks{
        margin-left: 0px;
    }
}

.quicklink-icon{
	margin-right:2px;
	height:24px;
	width:24px;
}

#ul-quicklink-nav.nav-pills > li > a {
    border-radius: 4px;
    background-color: white;
}
#ul-quicklink-nav.nav > li > a {
    display: block;
    padding: 2px 2px;
    position: relative;
}
#ul-quicklink-nav.nav-pills > li {
   padding-right:1px;
}


.div-debug-mode{
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
	height:50px;
	line-height: 60px;
	vertical-align: bottom;
	text-align:right;
	display:inline;
}

.small-stateless-debug-list {
    color:#555;
    font-size:10px;
    line-height:10px;
    float:right;
    text-align:right;
    clear:both;
    margin:0 0 10px 0;
}

#section-menu{
	display: block;
}

.div-row-menu{
	height:40px;
	padding-top:5px;
	display: block;
}

#div-footer-row{
	display:block;
}

#section-breadcrumbs{
	height:20px;
	margin-bottom:5px;
	border-radius: 4px;
}

footer{
	height: 60px;
    background-color: #f5f5f5;
}

/*--Labels--*/
.buttonlabel
{
	white-space: nowrap;
	overflow: hidden;
	padding-bottom:5px;
	margin-bottom:5px;
}
/****Buttons****/
.dashboard-button {
  width:200px;
  height:120px;
  margin:5px;
  font-size:12px;
  font-weight:bold;
}
/*Colors*/
.white{
	color:#FFFFFF;
}
/*Data Table Stuff*/
.cell-text-align-left{
	font-size:12px;
	text-align:left;
	width:75%;
}
.cell-label-align-right{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	width:25%;
}

#joblist.table.dataTable tbody tr td {
    cursor: auto !important;
}
#joblist.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #000;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}
#joblist.table.dataTable td, table.dataTable th {
    box-sizing: content-box;
}
#joblist.table.dataTable td a {
    color: #357ebd;
    text-decoration: underline;
}
#joblist tr {
    min-height: 24px !important; /* or whatever height you need to make them all consistent */
}
#joblist .jobicon{
	height:24px;
	width:24px;
}
.joblist_filter ul{
	width:70%;
	margin:auto;
}
.joblist_filter ul li{
  list-style: none;
  float: left;
  margin-right: 10px;
  padding: 0;
  text-align:center;
  color: #fff;
}
.joblist_filter ul li img{
  margin-right:5px;
}
.jobstats label.control-label{
	font-size:14px;
}

#job-info-toolbar ul{
	width:60%;
	margin:0 auto;
}

#job-info-toolbar ul li{
  list-style: none;
  float: left;
  margin-right: 10px;
  padding: 0;
  text-align:center;
  color: #fff;
}
#job-info-toolbar ul li button{
	width:90px;
	margin-right:3px;
	padding:5px !important;
	font-size:11px;
}

#job-info-toolbar ul li button img{
	float:left;
	margin-right: 2px;
	height:16px;
	width:16px;
}
#job-info-toolbar.well{
	padding:10px !important;
}
#job-details td {
	line-height: 7px;
	border:none;
	cursor:default;
}
#job-details tr {
	cursor:default;
}

#job-statistics .sorting_disabled .cell-label-align-center{
	font-size:10px;
}

th.sorting_disabled.cell-text-align-left {
	border-left:#C0C0C0 1px solid;
}
th.sorting_disabled.cell-text-align-center {
	border-left:#C0C0C0 1px solid;
}
th.sorting_disabled.cell-text-align-right {
	border-left:#C0C0C0 1px solid;
}
/*bootbox - dialogbox*/
.dialog-printjob-info{
	height:450px;
}
.jobicon{
	height:32px;
	width:32px;
}
/*Counter Dialog*/
.counter-dialog{
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	position:absolute;
	width:200px;
	height:175px;
	z-index:15;
	top:50%;
	left:50%;
	margin:-100px 0 0 -150px;
}
/*glyphicons*/
.glyphicon-1x{
    font-size: 20px;
}
.glyphicon-2x{
	margin-top:-5px;
    font-size: 40px;
}
.glyphicon-3x{
    font-size: 60px;
}
.glyphicon-3x{
    font-size: 80px;
}

.selected a{
	color:#ffffff;
	text-decoration:underline;
}

.outer-div{
	width:100%;
}
.inner-div{
	width:90%;
	margin: auto 0;
}

/*--NAV BAR--*/
.dropdown-menu>li /* To prevent selection of text */
{   position:relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}
.dropdown-menu .sub-menu
{
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
}
.right-caret:after,.left-caret:after
 {  content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
}
.right-caret:after{
        border-left: 5px solid #ffaf46;
}
.left-caret:after{
        border-right: 5px solid #ffaf46;
}

.control-label{
   font-size:12px;
}

.toolbar-wrapper {
        text-align: center;
 }
.toolbar-wrapper ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline;
        width:400px;
}
.toolbar-wrapper li {
        float: left;
        padding: 2px 5px;
}

.job-toolbar {
	margin:10px auto;
	display:table;
	padding:2px;
	white-space:nowrap;
  	text-align:center;
}
.job-toolbar ul {
	list-style:none;
	margin:0;
	padding:0;
	display:table-row;
	white-space:nowrap;

}
.job-toolbar ul li {
	display:table-cell;
	margin-right:2px;

}
.bootbox-body {
    margin-top: 15px;
}

/*  tenant form style */
.tenant-form ul.errorlist {
    color: #a94442;
    margin: 3px 13px;
    text-align: left;
}
.tenant-form div.checkbox label {
    padding:0 5px 0 0;
    text-align:left;
    float:left;
    font-weight:bold;
}
.tenant-form div.checkbox input {
    float:None;
    margin:0;
    width:auto;
}
.tenant-form input.btn {
    margin:10px;
}
.management-output {
    text-align:left;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.tenant-success {
    font-size:110%;
    display:block;
}

.tenant-glyphicon-ok {
    font-size:100%;
}
.tenant-table-header th {
    text-align:center;
    font-weight:bold;
    background-color:#FFF;
}
.confirm-checklist {
    text-align:left;
}
#confirm-box .btn {
    margin:10px;
}
