body {
    font-family: "Open Sans",sans-serif;
}

a, a:hover {
    color: #f15a22;
}

.splash-logo-main {
    max-width: 150px;
}

.splash-page-overlay {
    z-index: 100000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /* height: 100%;
    width: 100%; */
    background-color: #4c2942;
    border-top: 5px solid #f15a22;
    overflow-y: scroll;
    overflow-x: hidden;
    background-image: url("../images/login_background.jpg");
    background-repeat: no-repeat;
    background-position: top -4px center;
}

.splash-container-center {
    margin: 50px auto 50px;
    text-align: center;
    max-width: 350px;
    float: none;
}

.splash-content {
    background-color: #f0f1f2;
    padding: 20px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.splash-content .splash-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.splash-content .session-expired-text {
    font-size: 16px;
    line-height: 24px;
}

.splash-content form {
    text-align: left;
    padding-top: 10px;
}

.splash-content .checkbox-label input {
    margin-top: -2px;
    margin-right: 2px;
}

.splash-content .checkbox-label {
    margin-top: 4px;
}

.splash-logo {
    background-color: #4c2942;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 20px;
}

.splash-content .sign-up-options {
    margin: 15px 0 0;
    font-size: 12px;
    font-weight: 600;
}

.splash-content .sign-up-options img {
    margin: 10px 5px;
    max-width: 35px;
}

.splash-content .input-block-level input {
    height: auto;
    box-sizing: border-box;
    width: 100%;
    background-color: aliceblue;
}

.splash-content .button-row {
    margin-top: 10px;
}

.splash-content .button-row label {
    display: inline-block;
    padding: 0 20px;
    vertical-align: bottom;
}

.splash-content .button-row input[type="checkbox"] {
    vertical-align: top;
}

.splash-divider {
    border-color: #CCC;
    margin: 20px auto;
}

.splash-content .btn-pri {
    color: #FFF;
    background: #4C2942;
    border: 0;
    text-shadow: none;
}

.splash-content .btn-large {
    font-size: 16px;
    min-width: 100px;
}

.splash-content .btn-pri:hover,
.splash-content .btn-pri:focus,
.splash-content .btn-pri:active {
    background: #753f66;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splash-content input:-moz-placeholder {
  color: #8193B5;
}

.forgot-password {
    margin-bottom: 5px;
}

.password-input input {
    margin-bottom: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

#content-site-login {
  padding:2%;
}
.forgot-password-content-site {
	display: inline-block;
	float: left;
}

.forgot-password-content-site a{
    text-align: right;
}


.content-site-benefits {
	text-align: left;
}

.content-site-register  {
	margin-left: 10px;
}

#content-site-login {
 background-color: #fff;
}



.content-site-login-header i {
  border-left:solid 1px white;
  cursor:pointer;
}

#content-site-login .content-site-login-footer .btn {
    width: 120px;
    margin-right: 0px;
    line-height: 21px;
    border-radius: 0px;
}

.content-site-login-container-center a {
    color: #FFF;
}

.user-profiles  .profile a,
.content-site-login-content  a,
.account-link a  {
    color:  #337ab7;
}

.page-access .content-site-login-form h3 {
    font-size: 14px;
    padding: 5px 0;
    font-style: italic;
}

.page-access .content-site-login-form{
    padding: 0 10px 25px 10px;
}

.page-access .content-site-login-form .submit-area {
    padding: 0;
}

.content-site-login-header div i {
    color: #fff;
}

#content-site-login .btn,
.content-site-login-content .content-site-login-form input[type="text"],
.content-site-login-content .content-site-login-form input[type="password"]  {
  border-radius: 4px;
}

.content-site-login-header {
  width:100%;
  padding:0 0 0 3%;
  height:40px;
  cursor: pointer;
  margin-bottom: 1px;
}


.content-site-login-header div {
  width:100%;
  display: block;
  line-height: 40px;

  background-repeat: no-repeat;
  background-position: right center;
  cursor: default;
}

.content-site-login-header div:hover,
.content-site-login-header div:active {
  text-decoration: none;
}

.content-site-login-header i,
.content-site-login-header span {
  float:right;
  width: 40px;
  text-align: center;
  height: 40px;
}

/*****  ie8  ******/

.content-site-login-header span,
.backlink span,
.title  .chevron,
.accesslink  .chevron {
  display: none;

}

/*****  end of ie8  ******/

#content-site-login .content-site-login-header i:before {
  line-height: 40px;
}
.content-site-login-container-center .additional-link {
  float:right;
  font-size: 13px;
  cursor: pointer;

}

.content-site-login-content {
  width:100%;
  padding:0 3%;
  float:left;
}

#content-site-login form {
  margin-bottom: 0;
}

fieldset {
  border:0;
}


.input-block-level {
  margin-bottom: 10px;

}
.password-strength-input-wrapper {
  position: relative;
  clear:both;
}

.input-block-level .icon-ok,
.input-block-level .icon-cancel  {
  position: absolute;
  top: 0px;
  right: 1px;
}

.input-block-level .icon-ok:before,
.input-block-level .icon-cancel:before {
  vertical-align: middle;
  line-height: 34px;
}
.green {
  color:green;
}
.red {
  color:red;
}

.req-asterisk {
	font-size: 120%;
	color: red;
} 

fieldset legend {
  display: none;
}


.border-top {
  padding-top: 10px;
}

.function-btn {
  width:100%;
  font-size: 12px;
  padding:5px 2%;
  text-align: left;
  margin-bottom: 10px;
}

.btn:hover ,
.btn:active {
  color:#fff;
}
.function-btn img {
  margin-right: 10px;
}

#content-site-login a {
  cursor: pointer;
}
#content-site-login a.action {
  display: block;
  background-repeat: no-repeat;
  background-position: 99% center;
}

#content-site-login .authenticated-against  p,
#content-site-login .alert-error p{
  margin:5px 0px;
}

.alert-box {
    border: 1px solid;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.content-site-login-content {
  padding-top: 10px;
  padding-bottom: 0px;
}

.main-panel {
  position: relative;
  height: 436px;
  overflow-y: auto;
  overflow-x: hidden;
}

.content-site-login-content .content-site-login-form label {
  margin-bottom:2px;
  font-size: 13px;
}

.icon-info-circled {
  font-size: 14px;
}

.content-site-login-content .content-site-login-form input[type="text"],
.content-site-login-content .content-site-login-form input[type="password"]  {
  padding-left: 2%;
  padding-right: 2%;
}

.submit-area {
  padding-top: 15px;
}

.content-site-login-content .content-site-login-form input[type="submit"],
.content-site-login-content .content-site-login-form button[type="submit"] {
  width: 49%;


}

.btn {
 text-shadow: none;
 line-height: 24px;
 margin-right: 10px;

}

.title,
.accesslink,
.profile,
.border-bottom
{
  border-bottom: solid 1px #D5D5D5;

}
.border-bottom
{
  border-bottom-width: 2px;
}



.ng-hide {
  display: none !important;
}
.title,
.accesslink {
  padding: 0.75em 3%; 
  text-decoration:none;
  outline: none !important;
}
i {
	 outline: none !important;
}
.account-link {
  padding: 0.75em 3%; 
}
a.accesslink {
  text-decoration:none;
}
span.accesslink {
  cursor: default;
}

.title i,
.title .chevron,
.accesslink i,
.accesslink .chevron {
  float:right;
  padding-top: 3px;
}



.title i.icon-down-open{
  display: inline;
}
.title i.icon-up-open{
  display: none;
}

.titleactive i.icon-down-open{
  display: none;
}
.titleactive i.icon-up-open{
  display: inline;
}

.content-site-login-header i.icon-cancel,
.content-site-login-header i.icon-cancel:focus{
    border: none;
    background-color: #BDBDBD;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.content-site-login-header i.icon-cancel:focus {
    outline: none !important;
}

.btn ,
.title,
.accesslink,
.content-site-login-header i
{

 outline: none;
}

.btn:focus ,
.title:focus,
a.accesslink:focus,
.content-site-login-header i:focus,
.terms-and-conditions:focus
{

 /*outline: none;*/
 	-webkit-box-shadow:inset 0px 0px 0px 2px #85BFFD;
    -moz-box-shadow:inset 0px 0px 0px 2px #85BFFD;
    box-shadow:inset 0px 0px 0px 2px #85BFFD;
    
   
}

.user-profiles  .profile a:focus,
.content-site-login-content  a:focus,
.account-link a:focus,
a:focus {
	outline: 2px auto #85BFFD;
	outline-offset: 0px;
}

.accesslink {
  display: block;
  width:100%;
}

.backlink {
  padding-left: 2%;
}
.backlink i,
.backlink span {
  float: left;

}

.backlink span {
  padding-right: 5px;
}

.externallink {
    background-image: none;
}
.title a {
  padding: 0.75em 3%;
  color:white;
  width:100%;
  display: block;
}

.profile {
  padding:0 3%;
  float: left;
  width:100%;
  border-bottom-width:  0px ;
}

.subheading {
  padding:0 3%;
  background-color: transparent;
  line-height: 40px;

}

.subheading-wrapper {
  padding-top: 8px;
  background-color: white;
}
.subheading-active {
  margin: 0px 0px 8px 0px;
}


.strength-icon-hidden {
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.strength-icon-active {
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/********* animations ***********/
.page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width:100%;
}

.body-container {
  height: 395px;
}

p.custom-message {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #d6d9db;
    font-style: italic;
    margin: 10px 0 0;
}

p.custom-message.index-authenticated {
    margin-left: 10px;
    margin-right: 10px;
}

p.custom-message.sub-page {
    margin-bottom: 20px;
}

.access-inner {
  border-left:solid 1px #BDBDBD;
  border-right:solid 1px #BDBDBD;
  height: auto;
}

.user-profiles,
.profile,
.subheading,
.subheading .text,
.accesslink   {
  position: relative;
  top: 0px;
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
    
  
  -moz-transition-property: min-height,height,opacity;
  -o-transition-property: min-height,height,opacity; 
  -ms-transition-property: min-height,height,opacity;
  -webkit-transition-property: min-height,height,opacity; 
  transition-property: min-height,height,opacity;
    
  height: 0;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.subheading {
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
}

.user-profiles {
  border-left:solid 1px #BDBDBD;
  border-right:solid 1px #BDBDBD;
  height:auto;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow-y: auto;
}

.user-profiles .profile {
  display: block;
  min-height:50px;
  height:auto;
  opacity:1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-bottom-width:  1px ;
  border-bottom-style:  solid;
}

.subheading .text {
  -moz-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.user-profiles .profile * {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: none;
  display: block;
  transition: opacity .1s ease-in 0s;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .2s ease-in .3s;
}

.subheading-active,
.accesslink-active,
.subheading-active .text  {
  display: block;
  height:40px;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.subheading-active {
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.profile.ng-enter {
    -webkit-transition:0.5s linear all;
    -moz-transition:0.5s linear all;
    -o-transition:0.5s linear all;
    transition:0.5s linear all;
    max-height: 0;
    opacity: 0;

}

.profile.ng-enter.ng-enter-active {
    max-height: 90px;
    opacity: 1;
    left: 0;
}

.profile.ng-leave {
  -webkit-animation:0.5s fade-out-animation;
  -moz-animation:0.5s fade-out-animation;
  -o-animation:0.5s fade-out-animation;
  animation:0.5s fade-out-animation;
}

@keyframes fade-out-animation {
  from {
    max-height: 90px;
    opacity: 1;
    left: 0;
  }
  to {
    max-height: 0;
    opacity: 0;

  }
}


@-webkit-keyframes fade-out-animation {
  from {
    max-height: 90px;
    opacity: 1;
    left: 0;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

@-moz-keyframes fade-out-animation {
  from {
    max-height: 90px;
    opacity: 1;
    left: 0;
  }
  to {
    max-height: 0;
    opacity: 0;

  }
}

@-o-keyframes fade-out-animation {
  from {
    max-height: 90px;
    opacity: 1;
    left: 0;  }
  to {
    max-height: 0;
    opacity: 0;

  }
}


@keyframes page-fade-in-animation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@-webkit-keyframes page-fade-in-animation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes page-fade-in-animation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes page-fade-in-animation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*
@keyframes page-fade-in-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@-webkit-keyframes page-fade-in-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes page-fade-in-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes page-fade-in-animation {
  from {
    opacity: 0;
   }
  to {
    opacity: 1;
  }
}
*/
/*-----*/




.slide-left.ng-leave,
.slide-right.ng-leave {
  -webkit-transition:left cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
  -moz-transition:left cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
  -o-transition:left cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
  transition:left cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
}
.slide-left.ng-enter,
.slide-right.ng-enter,
.slide-left.ng-enter.ng-enter-active
.slide-right.ng-enter.ng-enter-active {

  -webkit-animation:1s page-fade-in-animation 0s ;
  -moz-animation:1s page-fade-in-animation  0s  ;
  -o-animation:1s page-fade-in-animation  0s  ;
  animation:1s page-fade-in-animation  0s  ;
}

.slide-left.ng-enter { }
.slide-left.ng-enter.ng-enter-active {   }
.slide-left.ng-leave { left: 0; }
.slide-left.ng-leave.ng-leave-active { left: -100%; }

.slide-right.ng-enter { opacity: 0;}
.slide-right.ng-enter.ng-enter-active {    }
.slide-right.ng-leave { left: 0; }
.slide-right.ng-leave.ng-leave-active { left: 100%; }

/*
.slide-left.ng-enter { left: 100%;  opacity: 1;}
.slide-left.ng-enter.ng-enter-active { left: 0; opacity: 0; }
.slide-left.ng-leave { left: 0; opacity: 0; }
.slide-left.ng-leave.ng-leave-active { left: -100%; opacity: 1;}

.slide-right.ng-enter { left: -100%; opacity: 1;}
.slide-right.ng-enter.ng-enter-active { left: 0; opacity: 0; }
.slide-right.ng-leave { left: 0; opacity: 0;}
.slide-right.ng-leave.ng-leave-active { left: 100%; opacity: 1;}
*/

.alert {
  -webkit-transition: height .7s ease-in-out;
  transition: all .7s ease-in-out;
  height: 0;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 0px;
  margin-bottom: 0px;
}
.alert p {
  height: 0;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin:0;
  -webkit-transition: all 1s ease-in-out;
  transition: all .1s ease-in-out;
  font-size:14px;
}

.alert-active {
  height:auto;
  max-height: 120px;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 0px;
  margin-bottom: 15px;
}

#content-site-login .alert-active p {
  height: auto;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin:10px;
}

.animate-spin {
  animation:2s linear 0s normal none infinite spin;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/********* end of animations ***********/


.profile .profile-name {
  width:100%;
  margin-top: 5px;
}
.profile .identifier-type,
.profile .profile-logout
{
  float:left;
  cursor: pointer;
}
.profile .identifier-type {
  font-size: 13px;
  font-style: italic;
}
.profile .profile-logout
{
  float:right;
  text-align: right;
  font-size: 15px;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  margin-top: 10px;
}
.help-block {
  color: #f2dede;
  margin-top: 0px;
}

.content-site-login-form input.error {
    border-color: #eed3d7;
}

.content-site-login-footer {
  width:100%;
  font-size: 12px;
  padding:5px 3%;
  float: left;
  height: 45px;
  background-color: #BDBDBD;
  color:white;
}

.content-site-login-footer p {
  line-height: 36px;
  margin: 0px;

}

.content-site-login-footer img {
  margin:-3px 5px 0px 5px;
}

.fullwidth {
  width:100%;
}
.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(189, 189, 189, 0.85);
  position: absolute;
  top: 0px;
  display: table;
  opacity: 0;
  z-index: -100;
}
.overlay-active {
  opacity: 1;
  z-index: 100;
}
.overlay i {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  font-size: 40px;
}
#library {
  width:100%;
}
.angucomplete-holder {
    width:100%;
    position: relative;


}

.angucomplete-dropdown {
    width: 99%;
    padding: 6px 0px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    background-color: #ffffff;
    border-left: solid 1px #8d8d8d;
    border-right: solid 1px #8d8d8d;
    border-bottom: solid 1px #8d8d8d;
    height: auto;
    max-height: 250px;
    overflow-y: auto;
    box-sizing: content-box;

}
.has-credential-error .angucomplete-dropdown {
  max-height: 140px;
}
#content-site-login .form-control {
  border: solid 1px #8d8d8d;
}

#content-site-login .has-error .form-control {
  border-color: #b94a48;
}

#content-site-login .has-error .icon-info-circled {
  color:#b94a48;
}
.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
    margin:4px 6px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    clear: both;
    width: 94%;
    margin: 0 3% 0 3%;
}

.angucomplete-selected-row {
    background-color: #BCBCBC;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.register-form .help-block {
  margin-bottom: 0px;
}

.document-block {
    margin-bottom:10px;
}

.document-block label {
    margin-left: 18px;
}

.document-block input {
    margin-left: -18px;
}

/*.register-form {
  padding-top: 3px;
  padding-bottom: 0px;
}

.register-form .input-block-level {
  margin-bottom: 2px;
}

.register-form .help-block {
  padding-bottom: 0px;
    margin-bottom: 0px;
}
.register-form .submit-area {
  padding-top: 5px;

}*/

.column45 {
  width:45%;
}

.column48 {
  width:48%;
}

.column49 {
  width:49%;
}

.left {
  float:left;
}

.right {
  float:right;
}

/********* content site login default theming *********/

.content-site-login-header {
  background-color: #BDBDBD;
}

.content-site-login-header div {
  color:#000;
}

.main-panel {
  background-color: #fff;
}
.body-container {
  background-color: #fff;
}


.btn ,
.title,
.accesslink,
.content-site-login-header i,
.content-site-login-header span,
.btn:focus ,
.title:focus,
.accesslink:focus,
.content-site-login-header i:focus,
.content-site-login-header span:focus
{
 background-color: #666;
 color:white;
}



.title,
.accesslink,
.profile,
.border-bottom
{
  border-bottom: solid 1px #D5D5D5;
}

.no-access-active,
.access-info {
  border: solid 2px #D5D5D5;
}

.access-info {
  border-bottom: none;
  margin-top: 8px;
  margin-bottom: 0px;
}
.user-profiles-active {
  background-color: #fff;
}

.subheading ,
.user-profiles,
.content-site-login-content {
  /*accept defaults*/
}

.user-profiles  .profile .profile-name {
  /*overide color*/
}

.user-profiles  .profile .identifier-type {
  /*overide color*/
}

.user-profiles h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 3%;
}

#content-site-login   .user-profiles  .profile  a,
#content-site-login   .content-site-login-content a {
    /*overide color*/
}

.content-site-login-container-center .page-access form a {
    color:#337ab7;
}

.wrapper {
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .css-tooltip {
  background: #8D8D8D;
  bottom: 100%;
  display: block;
  right: -2px;
  border-radius: 5px;
  margin-bottom: 15px;
  opacity: 0;
  padding:15px 10px;
  position: absolute;
  width: 250px;
  color:white;
    pointer-events: none;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.left .wrapper .css-tooltip {
  right:-108px;
}

.left .wrapper .css-tooltip:after {
  left: 122px;
}

/* This bridges the gap so you can mouse into the css-tooltip without it disappearing */
.wrapper .css-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .css-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #8D8D8D 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 91%;
  position: absolute;
  width: 0;
}

.wrapper:hover .css-tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}


#termsAndConditionsAccepted {
	margin-top:1px;
	float:left;
}

/*** custom checkboxes ***/

.terms-area input[type=checkbox] {  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  float:none;
 } /* to hide the checkbox itself */

.terms-area input[type=checkbox] + label:before {
  font-family: Fontello;
  display: inline-block;
}

.terms-area input[type=checkbox] + label:before { content: "\f096";letter-spacing: 7px; font-size:15px;   } /* unchecked icon */

.terms-area input[type=checkbox].checked + label:before { content: '\e807';  letter-spacing: 5px;} /* checked icon */

.has-error .terms-area  input[type=checkbox] + label:before { color:#b94a48;   } 

.terms-and-conditions {
  font-weight: normal;
  font-size: 11px;
  padding-left:1px;
  max-height: 40px;
  overflow-y: auto;
  box-sizing: content-box;
  float: none !important;
}

.no-top-padding {
	padding-top:0px;
}

/********* end of content site login default theming *********/


/* auto complete library lookup */

@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
}

hr {
    margin-top: 0px;
    margin-bottom: 10px;
}

.email-being-verified {
    margin-bottom:5px;
}

.publisher-document {
    word-break: normal;
    word-wrap: normal;
}

.disabled {
    color: #999;
    pointer-events: none; 
    cursor: not-allowed; 
}

.alert-resend-token {
}