 html, body, .fullheight{
    height:100%;
 }
 
 body {
	 padding-top: 60px;
	 position: relative;
 }

@media (max-width: 2500px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .collapse.in{
  		display:block !important;
	}
}

.offlinetext {
	float:right;
	padding-right:5px;
	font-size: 10px;
	color: #DDD;
	line-height: 47px;
	vertical-align: middle;
}

.farmname {
	float:right;
	padding-right:5px;
	font-size: 18px;
	color: #DDD;
	line-height: 47px;
	vertical-align: middle;
}

.farmname.multiple-orgs {
	color: #337ab7;
}

.farmname.multiple-orgs:hover {
	color: #286090;
}

a.farmname {
	cursor: pointer;
	text-decoration: none;
}

a.farmname:hover {
	color: #ccc;
}

.menutextline {
	font-size: 18px;
	color: #DDD;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.menutext {
	color: #DDD;
	font-size: 18px;
	font-weight: normal;
}

.menuline {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.restabletext{
	 font-size: 14px;
	 font-weight: normal;
 }
 
 .smalltext{
	 font-size: 12px;
 } 
 .smallnum{
	 font-size: 12px;
 }
 
.checkbox-large {
    width:30px; 
    height:30px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 40px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

@media (min-width: 600px) {
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		line-height: 50px;
	}
	.restabletext{
		font-size: 18px;
	}
	.smalltext{
		font-size: 14px;
		/*line-height: 10px;*/
	}
	.smallnum{
		font-size: 14px;
	}
	.offlinetext {
		float:right;
		padding-right:5px;
		font-size: 14px;
		color: #DDD;
		line-height: 47px;
		vertical-align: middle;
	}
}

@media (min-width: 900px) {
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		line-height: 60px;
	}
	.restabletext{
		font-size: 22px;
	}
	.smalltext{
		font-size: 22px;
	}
	.smallnum{
		font-size: 22px;
	}
	.offlinetext {
		float:right;
		padding-right:5px;
		font-size: 18px;
		color: #DDD;
		line-height: 47px;
		vertical-align: middle;
	}
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #EEE;
}

.keypad {
	width:90%;
	height:65px;
	margin: 10px;
}
 
 .xpressimage {
	 width:125px;
	 height:45px;
	 max-width:25vw;
	 max-height:9vw;
 }
 
 .digits {
	text-align:center;
	vertical-align: middle;
	float: left;
	width: 33.33%;
	font-size:30px;
 }

 .fulldigits {
	 text-align:center;
	 float: left;
	 width: 33.33%;
	 height: 10vh;
	 line-height: 10vh;
	 font-size:7vmin;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	 font-weight: 600;
	 background-color: #337ab7;
	 color: #FFF;
	 border-top: 1px solid #4d4d4d;
	 border-right: 1px solid #000;
	 border-bottom: 1px solid #000;
	 border-left: 1px solid #4d4d4d;
	 cursor: pointer;
 }
 
 .widebtn {
	 width: 49%;
 }
 
 .modal-body {
  position: relative;
  padding: 10px;
}

.modal-title {
  margin: 0;
  line-height: 1.0;
}

.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.no-scroll {
	overflow: hidden;
}

.overlay {
	top: 0;
	left: 0;
	position: fixed;

	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
	z-index: 100;

	display:none;
}

.mobile-nav-menu {
	left: -250px;
	top: 0px;

	width: 250px;
	background-color: #444;
	color: #fff;
	height: 100%;
	position: fixed;
	transition: left 0.2s;
	-webkit-transition: left 0.2s;
	z-index: 200;

	overflow-y: auto;
}

.mobile-nav-menu.show-menu {
	left: 0px;
}

.dashiconmobile {
	max-height:300px;
	max-width:300px;
	min-height:170px;
	min-width:170px;
	height:30vmin;
	width:30vmin;
	border-radius:10px;
	text-align:center;
	line-height:20vmin;
	margin:20px auto 20px auto;
	cursor: pointer;
}

h2 {
	margin: auto;
	margin:5px auto 5px auto;
}

.vertical {
  display: inline-block;
  width: 20%;
  height: 40px;
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .0s ease-out;
       -o-transition:      -o-transform .0s ease-out;
          transition:         transform .0s ease-out;
}

 .fullwidthbtn {
	 width: 100%;
 }
 
 .LoginBorder {
	background-color: #f0f0f0;
	border: 1px solid rgba(86,61,124,.1);
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius:15px;
}

#logindiv {
	width:100%;
	height:100%;
	z-index:4000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:white;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	padding-top: 10vh;
}

.EditSubmit{
	z-index: 5000;
	position:fixed;
	left:0px; 
	width:100%; 
	height:100%;
	text-align:center; 
	background: rgba(150,150,150,0.7);
}

.ErrorAlert {
	z-index: 6000;
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(160,160,160,0.9);
}

.handpointer {
	cursor: pointer;
}

.btn-gray {
	background: rgba(199,199,199,1);
	background: -moz-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(166,166,166,1) 51%, rgba(117,117,117,1) 52%, rgba(102,102,102,1) 52%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(199,199,199,1)), color-stop(51%, rgba(166,166,166,1)), color-stop(52%, rgba(117,117,117,1)), color-stop(52%, rgba(102,102,102,1)), color-stop(79%, rgba(84,84,84,1)), color-stop(79%, rgba(84,84,84,1)), color-stop(100%, rgba(84,84,84,1)));
	background: -webkit-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(166,166,166,1) 51%, rgba(117,117,117,1) 52%, rgba(102,102,102,1) 52%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 100%);
	background: -o-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(166,166,166,1) 51%, rgba(117,117,117,1) 52%, rgba(102,102,102,1) 52%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 100%);
	background: -ms-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(166,166,166,1) 51%, rgba(117,117,117,1) 52%, rgba(102,102,102,1) 52%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 100%);
	background: linear-gradient(to bottom, rgba(199,199,199,1) 0%, rgba(166,166,166,1) 51%, rgba(117,117,117,1) 52%, rgba(102,102,102,1) 52%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 79%, rgba(84,84,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#545454', GradientType=0 );
	border-color: #23354c #23354c hsl(214, 37%, 9%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.85);
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
}

.btn-gray-focus,
.btn-gray:focus,
.btn-gray:hover {
	background: rgba(120,120,120,1);
	background: -moz-linear-gradient(top, rgba(120,120,120,1) 0%, rgba(102,102,102,1) 51%, rgba(71,71,71,1) 52%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(120,120,120,1)), color-stop(51%, rgba(102,102,102,1)), color-stop(52%, rgba(71,71,71,1)), color-stop(79%, rgba(64,64,64,1)), color-stop(79%, rgba(64,64,64,1)), color-stop(100%, rgba(64,64,64,1)));
	background: -webkit-linear-gradient(top, rgba(120,120,120,1) 0%, rgba(102,102,102,1) 51%, rgba(71,71,71,1) 52%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 100%);
	background: -o-linear-gradient(top, rgba(120,120,120,1) 0%, rgba(102,102,102,1) 51%, rgba(71,71,71,1) 52%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(120,120,120,1) 0%, rgba(102,102,102,1) 51%, rgba(71,71,71,1) 52%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 100%);
	background: linear-gradient(to bottom, rgba(120,120,120,1) 0%, rgba(102,102,102,1) 51%, rgba(71,71,71,1) 52%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 79%, rgba(64,64,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#404040', GradientType=0 );
	border-color: #23354c #23354c hsl(214, 37%, 9%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.85);
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
}

.btn-blue {
	background: rgb(159,209,238);
	background: -moz-linear-gradient(top, rgba(159,209,238,1) 0%, rgba(123,162,211,1) 51%, rgba(95,115,140,1) 52%, rgba(18,119,185,1) 52%, rgba(0,92,168,1) 79%, rgba(0,92,168,1) 79%, rgba(0,92,168,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,209,238,1)), color-stop(51%,rgba(123,162,211,1)), color-stop(52%,rgba(95,115,140,1)), color-stop(52%,rgba(18,119,185,1)), color-stop(79%,rgba(0,92,168,1)), color-stop(79%,rgba(0,92,168,1)), color-stop(100%,rgba(0,92,168,1)));
	background: -webkit-linear-gradient(top, rgba(159,209,238,1) 0%,rgba(123,162,211,1) 51%,rgba(95,115,140,1) 52%,rgba(18,119,185,1) 52%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 100%);
	background: -o-linear-gradient(top, rgba(159,209,238,1) 0%,rgba(123,162,211,1) 51%,rgba(95,115,140,1) 52%,rgba(18,119,185,1) 52%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 100%);
	background: -ms-linear-gradient(top, rgba(159,209,238,1) 0%,rgba(123,162,211,1) 51%,rgba(95,115,140,1) 52%,rgba(18,119,185,1) 52%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 100%);
	background: linear-gradient(to bottom, rgba(159,209,238,1) 0%,rgba(123,162,211,1) 51%,rgba(95,115,140,1) 52%,rgba(18,119,185,1) 52%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 79%,rgba(0,92,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fd1ee', endColorstr='#005ca8',GradientType=0 );
	border-color: #23354c #23354c hsl(214, 37%, 9%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.85);
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
}
.btn-blue-focus,
.btn-blue:focus,
.btn-blue:hover{
	background: rgb(56,121,185);
	background: -moz-linear-gradient(top, rgba(56,121,185,1) 0%, rgba(59,94,144,1) 51%, rgba(17,72,125,1) 52%, rgba(26,54,104,1) 79%, rgba(26,54,104,1) 79%, rgba(26,54,104,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,121,185,1)), color-stop(51%,rgba(59,94,144,1)), color-stop(52%,rgba(17,72,125,1)), color-stop(79%,rgba(26,54,104,1)), color-stop(79%,rgba(26,54,104,1)), color-stop(100%,rgba(26,54,104,1)));
	background: -webkit-linear-gradient(top, rgba(56,121,185,1) 0%,rgba(59,94,144,1) 51%,rgba(17,72,125,1) 52%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 100%);
	background: -o-linear-gradient(top, rgba(56,121,185,1) 0%,rgba(59,94,144,1) 51%,rgba(17,72,125,1) 52%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,121,185,1) 0%,rgba(59,94,144,1) 51%,rgba(17,72,125,1) 52%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 100%);
	background: linear-gradient(to bottom, rgba(56,121,185,1) 0%,rgba(59,94,144,1) 51%,rgba(17,72,125,1) 52%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 79%,rgba(26,54,104,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3879b9', endColorstr='#1a3668',GradientType=0 );
	border-color: #23354c #23354c hsl(214, 37%, 9%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.85);
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
}
.btn-white {
	background: #e2e2e2;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	border-color: #23354c #23354c hsl(214, 37%, 9%);
	color: #222 !important;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.85);*/
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
}

.btn-white:focus,
.btn-white:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(49%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
	border-color: #23354c #23354c hsl(214, 37%, 9%);
	color: #222 !important;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.85);*/
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
}

.navbar-inverse {
    background-color: #444;
    border-color: #080808;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #555;
}

.poptable {
	padding: 10px;
}

.dashicon {
	height:180px;
	width:180px;
	float:left;
	padding: 0px;
	margin: 25px;
	cursor: pointer;
	text-align:center;
	color: #FFF;
	background-image: url("../images/AerCon_FeedXpress_button.png");
	background-size: 100%;
}
.dashicon:hover {
	background-image: url("../images/AerCon_FeedXpress_rollover.png");
}

.backbinimage {
	background-image: url("../images/silo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
}

.bin-info {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: black;

	text-shadow: 1px 1px 2px #ccc;
}

.bin-name {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 900;

	line-height: 24px;
	height: 24px;
	
	white-space: normal;
	overflow: hidden;

	text-shadow: 1px 1px 2px black;
}

/* popover styling */

.dorecords-popover {
	max-height: 200px;
	overflow-y: auto;
}

table.popover-table {

}

table.popover-table td {
	padding-right: 5px;
}

.popover-close {
	padding-top: 10px;
	width: 100%;
}

.popover-close > button {
	width: 100%;
}

.popover {
	cursor: pointer; /* Intended to fix iOS's refusal to dismiss the popup. */
}

/* end popover styling */

.safari-modal-fix {
	position: fixed;
	overflow: hidden;
}

#new_version {
	visibility: hidden;
	font-size: 1em;
}

#new_version.visible {
	visibility: visible;
}