html {
  -webkit-tap-highlight-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
}

body {
  line-height: 1.428571429;
  color: #005d87;
  background-color: #fff;
  margin: 0;
  font-size: 1rem;
  font-family: Poppins, arial, sans-serif;
  height: 100%;
  min-height: 100%;
}

.table {
  color:#005d87;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: sticky;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-top {
  top: 0;
  z-index: 530;
}

.navbar:after {
  clear: both;
}

.navbar {
  padding: 20px 2.5rem;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.well {
  padding: 48px 24px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.form-control {
  height: 34px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.selectpicker.form-control{
	height:auto;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
  border-radius: 0 !important;
  font-size: 0.9rem !important;
}

.btn.btn-portal {
  color: #fff;
  background-color: #e6007e !important;
  border-color: #e6007e !important;
  min-width: 100px;
  border-width: 1px !important;
  border-radius: 0 !important;
  font-size: 0.9rem !important;
  text-transform: capitalize;
}
#deviceDetailsWell .btn.btn-portal {
  min-width: 175px;	
}
.btn.btn-portal:hover {
  background-color: #fff !important;
  color: #5a99d4;
}

.btn.btn-outline-portal {
  color: #5a99d4 !important;
  background-color: #fff !important;
  border-color: #5a99d4 !important;
  min-width: 100px;
  border-width: 1px !important;
}

.btn.btn-outline-portal:hover {
  background-color: #5a99d4 !important;
  color: #fff !important;
}

.btn,
a {
  transition: border-color 0.2s, color 0.2s, background-color 0.2s,
    box-shadow 0.2s, border-top-color 0.3s;
  -webkit-transition: border-color 0.2s, color 0.2s, background-color 0.2s,
    box-shadow 0.2s, border-top-color 0.3s;
  -moz-transition: border-color 0.2s, color 0.2s, background-color 0.2s,
    box-shadow 0.2s, border-top-color 0.3s;
  -o-transition: border-color 0.2s, color 0.2s, background-color 0.2s,
    box-shadow 0.2s, border-top-color 0.3s;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  width: 100%;
}

.checkbox label,
.radio label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

#menu-footer-menu,
#selectedMachines,
#table_id_info,
.btn-a,
.dataTables_filter label,
.dataTables_info,
.dataTables_length label,
.table_uncomplete_filter label,
.toolbar label,
label,
table tr td,
table tr th,
table.dataTable tbody td,
table.dataTable thead th,
ul li {
  font-size: 0.875rem !important;
}

h1 {
  color: #005d87;
  font-size: 1.7rem;
  margin: 0 0 10px;
  line-height: 1.25em;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.2em;
  margin: 0 0 0.7em;
  color: #005d87;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.25em;
  margin: 1em 0 0.7em;
  color: #005d87;
}

h4, h5, h6 {
  color: #005d87;
}

h5.footer-navigation {
  color: #fff;
}

.welcome-login h1 {
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #333;
}

.welcome-login h2 {
  font-size: 0.875rem;
  padding: 0;
  margin: 10px 0 20px;
  white-space: nowrap;
  text-align: center;
  color: #333;
}

a {
  font-size: 0.9rem;
  color: #5a99d4;;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: #005d87;
  text-decoration: underline;
}

#loginPanel a {
  margin-bottom: 10px;
}

.pull-left {
  float: left !important;
}

.dashboard .nopadding-left,
.nopadding-left {
  padding-left: 0 !important;
}

.dashboard .dashSection {
  padding-left: 5px;
  padding-right: 5px;
}

div.dash-well {
  background: #fff;
  padding: 15px;
  position: relative;
}

div.homeDashHeight {
  min-height: 275px;
}

div.dash-well .btn {
  margin: 0;
}

div.green-top .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px;
  border-color: transparent transparent rgba(230, 230, 230, 0.3);
  position: absolute;
  bottom: 0;
  left: 50px;
}

div.green-top {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.green-top img {
  height: 140px;
  width: auto;
}

.marblebg {
  background: #f2f2f2
    url(/images/apogee-gray-grid.png) top
    right no-repeat;
}

.apogeeGrad {
  padding: 24px 54px;
  margin: 0 !important;
}

.apogeeGrad h1 {
  margin-bottom: 0;
}

.apogeeGrad h1,
p {
  color: #005d87;
}

.apogeeGrad h1 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
}

.dashboard img.my-devices-img {
  width: 100%;
  position: relative;
  margin: 10px 0;
  display: block;
  min-height: 140px;
}

img {
  border: none;
  vertical-align: middle;
}

div.dash-well p.description {
  color: #005d87;
}

div.dash-well h2.title {
  margin-top: 15px;
  font-size: 1.2rem;
  text-transform: capitalize;
}

div.dash-well .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0 -5px;
  text-transform: capitalize;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.dropdown-menu {
  background: #5a99d4;
  padding: 5px 0 8px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 500;
  min-width: 240px;
}

.dropdown-menu a,
.dropdown-menu button {
  color: #fff;
  background: #5a99d4;
}

.dropdown-item,
.user-dropdown {
  font-size: 0.8rem;
}

.buttons-toolbar .dropdown-menu,
.buttons-toolbar .dropdown-menu a,
.buttons-toolbar .dropdown-menu button{
  background: #cde0f2;
  color: #000;
}

.buttons-toolbar .dropdown-menu a.active,
.buttons-toolbar .dropdown-menu button.active {
  background: #5a99d4;
  color: #fff;
}

.bootstrap-tagsinput,
.purchase-input,
button,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="text"],
select,
textarea {
  border: 2px solid #ccc;
  padding: 6px;
  border-radius: 0;
  color: #000;
  font-size: 0.875rem !important;
}

.navbar-toggle {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: -ms-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -moz-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    497,
    color-stop(0, rgba(0, 0, 0, 0.3)),
    color-stop(1, rgba(0, 0, 0, 0.7))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: radial-gradient(
    ellipse farthest-corner at center,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1000;
}

#deviceButtons {
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  width: 40% !important;
  max-width: 350px;
  margin: 0 auto;
  padding: 8px 8px 4px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

#deviceButtons .reverseBtn {
  background-color: #fff !important;
  border: 1px solid #e3e3e3;
  color: #333 !important;
  margin: 0 2% 10px;
  text-align: left !important;
  width: 96%;
}

#deviceButtons .reverseBtn:hover {
  background-color: #5a99d4 !important;
  color: #fff !important;
}

.deviceActivityMargin {
  margin-left: 35px;
}

.edit-user h1 {
  padding: 0;
  margin: 0;
  color: #333;
}

#table_deleted_users i.fas,
#table_disabled_users i.fas,
#table_users i.far,
#table_users i.fas {
  font-size: 1.5rem;
  font-style: normal;
  padding: 3px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 1.5em;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

input:checked + .allDeviceSet {
  background-color: #2196f3 !important;
}

input:checked:disabled + .slider {
  background-color: #2196f3;
  cursor: not-allowed;
}

.allDeviceSet {
  background-color: #2196f3 !important;
}

.deviceGranted {
  background-color: #cff1ea !important;
  border-top: 2px solid #fff !important;
}

.deviceGranted:hover {
  background-color: #c3ede5 !important;
}

.btn-adminSlider {
  background-color: #5a99d4;
  color: #fff;
}

input:disabled + .toggle {
  cursor: not-allowed;
}

.title {
  color: #005d87;
}

.purchase-device-image {
  float: right;
  height: 20vh;
}

.requiredForSubmitLabel:before {
  content: "*";
  color: red;
}

#purchasingConsumableEmail{
	width:400px;
}
label, .btn, .form-control, input.custom-file-input, input.btn-adminSlider {
  border-radius: 0 !important;
}
.btn.rounded-circle{
	border-radius: 50% !important;
}

#maintenanceMessage > p{
	color: rgb(0, 93, 135)!important;
	font-weight:bold;
}

.selfRegSmall{
    font-size:0.7rem!important;
    line-height: 6px!important;
}

.selfReg h1 {
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #333;
}

.selfReg h2 {
  font-size: 0.875rem;
  padding: 0;
  margin: 10px 0 20px;
  white-space: nowrap;
  text-align: left;
  color: #333;
}

#documents .buttonColumn span{
	cursor:pointer;
}

.inheritFont{
	font-size:inherit!important;
	font-weight:inherit!important;
}

.skipLink.offscreen{
	position:absolute;
	left:-100%;
	top:3px;
	padding:5px;
}
.skipLink.offscreen:focus{
	left:50%;
}

.btn.focus, .btn:focus, :focus {
    box-shadow: 0 0 0 .4rem rgba(0,123,255,.25) !important;
}

.dropdown-menu.dropdown-menu-end.show {
  background: #fff;
}

div.indented {
  padding: 0px 54px;
}
/* Breadcrumbs*/
/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.responseTargetLabel {
	display:inline-block;
	width:28%;
	vertical-align: top;
}
.responseTemplateLabel {
	display:inline-block;
	width:40%;
	vertical-align: top;
}
.modelInfoLabel {
	display:inline-block;
	width:28%;
	vertical-align: top;
}

