body{
	padding-top: 70px;
	overflow-x: hodden !important;
	height: unset !important; 
	font-family: 'Open Sans', sans-serif;
}

/* Focus outline*/
body:not(.keyboard-user) button:focus,
body:not(.keyboard-user) input:focus,
body:not(.keyboard-user) select:focus,
body:not(.keyboard-user) textarea:focus {
  outline: none;
}

.mobileShow {display: none;}

.mobileHide {display: inline;}

@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
      .mobileHide {display: none !important;}
}

.col-lg-6{
	padding: 10px;
}

.navbar{
	height: 70px;
}

.navbar-brand img{
	width: 180px;
}

.navbar i{
	font-size: 28px;
	color: silver;
}

.navbar i:hover{
	font-size: 28px;
	color: dimgray;
}

.navbar-end{
	display: flex;
}

.navbar-end > *{
	margin-left: 50px;
}

/* Hamburger Icon*/
#nav-icon {
  border: none;
  background-color: unset;
  width: 35px;
  height: 29px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .05s ease-in-out;
  -moz-transition: .10s ease-in-out;
  -o-transition: .10s ease-in-out;
  transition: .10s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/**/

.dropdown-menu {
	min-width: 220px;
}

.dropdown-menu i{
	font-size: 14px;
	padding-right: 10px;
	color: dimgray;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px;
	border-radius: 0 0 5px 5px;
}

.logo-container {
	display: flex;
	width: 100%;
	min-height: 110px;
}

.modal-header .close {
    margin-top: -17px !important;
}

#appsSection{
	padding-bottom: 60px;
}

.btn-primary{
	width: 100%;
}

.btn-primary.disabled{
	background-color: silver !important; 
	border-color: silver !important;
}

#clientLogoTarget {
	margin: auto;
	padding: 15px;
	width: auto;
	max-width: 300px;
}

.qr-container{
	display: flex;
}

.qr-container img{
	margin-left: auto;
    border-style: solid;
    border-width: thin;
    border-color: silver;
}

.card {
	min-height: 216px;
}

.card-header i{
	padding-right: 10px;
}

.card-col{
	display: flex;
    flex-direction: column;
}
   
@media (max-width: 767px) { 
    .qr-container{
		display: none;
	}
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-style: none !important;
  text-align: center;
  z-index: 1;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer span{
	font-size: 14px;
}

.bs-tooltip-top{
	z-index: 0;
}

.bs-tooltip-bottom{
	z-index: 2;
}

.tooltip-warning {
	font-size: 12px;
}

.fa-exclamation-triangle {
	color: yellow;
}

.toast {
	transform: translate(-50%, 0);
	z-index: 100;
  	position: fixed;
  	left: 50%;
  	bottom: 30px;
}

.dropdown-options > div {
	padding-bottom: 10px;
}

.custom-control-label {
	margin-left: 22px;
}