html {
	margin: 0 auto;
  padding: 0;
  height: 100%;
  visibility: hidden;
}

html,
body {
  background: rgb(255, 255, 255);
  -webkit-backface-visibility: hidden;
}

body{
    position: relative;
    font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
    min-height: 100%;
}

.ciamAppPlaceHolder {
    height: 100%;
    overscroll-behavior-y: none;
	  padding-bottom: 130px;
}


.lr-footer-row {
    font-style: inherit;
    letter-spacing: inherit;
    visibility: inherit;
    box-sizing: inherit;
    background: #111111;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    z-index: 1;
    left: 0;
	position: fixed; 
    bottom: 0;

}


.lr-div {
    width: 50%;
    padding-left: 15px;
}

.lr-div-text {
    width: 50%;
    text-align: right;
    padding-right: 15px;
}

.lr-div-a {
    color: #FFFFFF;
}
/*header*/
.lr-header-div {
    padding: 22px;
}

/*dashboard*/
.lr-dashboard-div {
    float: left;
    width: 50%;
    margin-top: 50px;
}

.ion-page {
    width: 50% !important;
    left: unset !important;
}

.float-r {
    float: right;
}

.inline {
    display: inline;
}

.link-button {
    background-color: #11a63d;
    color: #ffffff;
    border: 2px solid transparent;
    box-sizing: border-box;
    height: 37px;
    padding: 0 20px;
    //border-radius: 80px;
		border: solid 1px #bfbfbf;
    margin-right: 20px;
		width: 150px;
}

::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
}

/* Change the color of the scroll track */
::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

/* Change the size of the scroll thumb */
::-webkit-scrollbar-thumb {
  width: 10px;
}

/* Change the radius of the scroll thumb */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.guaFooter{
	width: 100%;
}

footer{
   background: #111111;
    color: #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;  
    z-index: 1;
    left: 0;
}
footer a,footer a:focus,footer a:hover,footer a:visited{color: #D4D7D9 !important; box-shadow:none; -webkit-box-shadow:none; }
footer a img{ margin-top: 1px; vertical-align: inherit; margin-left: 3px; transform: translateX(0); -webkit-transform: translateX(0); transition: all .2s cubic-bezier(.33,.66,.66,1); -webkit-transition: all .2s cubic-bezier(.33,.66,.66,1);}
footer a:focus,footer a:hover > img{ transform: translateX(4px); -webkit-transform: translateX(4px);}
footer {
	padding: 16px;
}
footer .hrb-card-content{
	padding: 0;
}
.footOne a{
    float: right;	
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}
	
.footOne a pre{
    overflow: hidden;
    float: left;
    margin-right: 6px;
    line-height: 1;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	width: 150px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}



