
/* SIGN IN WITH DOCENDORSE */
/* 

<div class="sign_in_with_docendorse py-2">
                    <button type="button" class="btn-docendorse-signin">
                        <img width="21" height="21" src="/sitepkg/img/docendorse_logo_120x120.png" alt="Docendorse Logo">
                        Sign in with DocEndorse
                    </button>
                </div> */
.btn-docendorse-signin {
  font-family: 'Merriweather', Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #36454F;
  border: none;
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0px 12px;
  outline: none;
  width: 100%;
  border-radius: 4px;
}

.btn-docendorse-signin svg,
.btn-docendorse-signin img {
  margin-right:12px;
  width: 21px;
  height: 21px;
}

.sign_in_with_docendorse {
  width: 100%;
}



/* SIGIN IN PANEL/OAUTH */

.subscription, .subscription-inputs {
  width:100%;
  position: relative;
}

.login_logo_container img {
  width: 40px;
  height: 40px;
  display: block;
}

.login_logo_container {
  margin-bottom: 30px;
}
/* Style the input elements and the submit button */
.minimum_form_height {
  min-height: 800px;
}
.cuztrom_pou-design input[type=text], 
.cuztrom_pou-design input[type=password], 
.cuztrom_pou-design input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* Style the submit button */
.cuztrom_pou-design input[type=submit] {
  background-color: #078494;
  color: white;
  border: none;
  border-radius: 0;
  width:100%;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 20px;
  margin: 8px 0;
}

.cuztrom_pou-design input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* ----- STYLING PASSWORD FLAG______ */
.cuztrom_pou-design span.pswd  {
  border-radius: 5px;
  display: block;
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  background: #2F558E;
  left: 50%;
  transform: translateX(-50%);
  top: 65px;
  width: 160px;
  padding: 7px 10px;
  color: #fff;
  font-size: 10px;
  z-index: 5;
}

.cuztrom_pou-design span.pswd:after {
  right: 50%;
  top: -5px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2F558E;
}


.cuztrom_pou-design i.pswd_visibility {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}


/* ----- STYLING CHECK MARKS  ------ */

/* Customize the label (the container) */
.check-box-sign-up-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-box-sign-up-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgb(180, 175, 175);
}

/* On mouse-over, add a grey background color */
.check-box-sign-up-cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box-sign-up-cont input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box-sign-up-cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box-sign-up-cont .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cuztrom_pou-design .form {
  background: #ffff;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  margin: 40px auto !important;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px #f5f5f5;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background: #FFFFFF;
  color: #078494;
  font-size: 18px;
  font-weight: 700;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 1px solid #078494; 
}

.tab-group li a:hover {
  background: #078494;
  opacity: 0.8;
  color: #ffffff;
}

.tab-group .active a {
  background: #078494;
  border: 1px solid #078494; 
  color: #ffffff;
}

.tab-content > div {
  display: none;
}

.cuztrom_pou-design h6 {
  text-align: center;
  color: #ffffff;
  font-weight: 200;
  margin: 0 0 40px;
}

.signin-button {
  width: 100%;
  height: 40px;
}

.signin-button > div {
  max-width: none !important;
}
.signin-button > div > div > svg {  
  height: 40px;  
  width: 100%;  
} 

.tab-content .active {
  display: block !important;
}


/* FACEBOOK LOGIN  */
/* second */

/* <button class="ws-nowrap s-btn s-btn__icon s-btn__facebook ta-center">
<svg aria-hidden="true" class="svg-icon iconFacebook" width="18" height="18" viewBox="0 0 18 18"><path d="M3 1a2 2 0 00-2 2v12c0 1.1.9 2 2 2h12a2 2 0 002-2V3a2 2 0 00-2-2H3zm6.55 16v-6.2H7.46V8.4h2.09V6.61c0-2.07 1.26-3.2 3.1-3.2.88 0 1.64.07 1.87.1v2.16h-1.29c-1 0-1.19.48-1.19 1.18V8.4h2.39l-.31 2.42h-2.08V17h-2.5z" fill="#fff"></path></svg>
Sign up with Facebook
</button> */

.s-btn__facebook {
    border-color: transparent;
    background-color: #385499;
    color: #fff;
    width: 100%;
    height: 42px;
}

.s-btn {
  position: relative;
  padding: .8em;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  display: flex !important;
  align-items: center;
}
.ws-nowrap {
  white-space: nowrap !important;
}


.s-btn__icon .svg-icon {
  vertical-align: baseline;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  transition: opacity 200ms cubic-bezier(.165, .84, .44, 1);
  margin-left: -0.15em;
  margin-right: 0.8em;
}


.svg-icon, .svg-spot {
vertical-align: bottom;
}
  
  .svg-icon.iconFacebook {
  width: 24px;
  height: 24px;
  }
  



/* GOOGLE LOGIN BUTTON */
.customGPlusSignIn {
  display: inline-block;
  background: white;
  color: #444;
  width: 100%;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}
.customGPlusSignIn:hover {
  cursor: pointer;
}

span.label {
  font-weight: normal;
}
.customGPlusSignIn span.icon {
  background: url('/sitepkg/img/btn_google.png') transparent 3px 50% no-repeat;
  background-size: 40px 40px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}


/* MICROSOFT LOGIN BUTTON */



@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Regular'), url('/webfonts/segoe-ui-4-cufonfonts-webfont/Segoe-UI.woff') format('woff');
}

.btn-microsoft-signin {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #2F2F2F;
  border: none;
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0px 12px;
  outline: none;
  width: 100%;
}

.btn-microsoft-signin svg {
  margin-right:12px;
}

.ms-login-holding-container {
  width: 100%;
}
.ms-login-info {
  margin-top: 20px;
  font-size: 12px;
  font-family: 'Segoe UI Regular';
  font-style: normal;
  width: 100%;
  padding: 10px;
  line-height: 1.5em;
  background-color: lightgray;
  border-radius: 10px;
}
.signing_options {
  position:fixed;
  top: 20px;
  right:20px;
  width: 100%;
  max-width: 350px;
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 4px;
  z-index: 200;
  border: 1px solid rgba(0,0,0,.15);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.user_element .user_contact_chip {
  width: 100%;
}


.user_contact_chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 15px;
  border-radius: 25px;
  background-color: #f1f1f1;
  color:#000000;
}
.user_contact_chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.chip_name {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-top: 5px;
  height: 100%;
} 

.chip_name > span {
  font-size: 13px;
}


@media (min-width: 1281px) {
  .chip_name > span {
    font-size: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .chip_name > span {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .chip_name > span {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .chip_name > span {
    font-size: 11px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .user_contact_chip {
    line-height: 25px;
  }
  .chip_name > span {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .user_contact_chip {
    line-height: 25px;
  }
  .chip_name > span {
    font-size: 10px;
  }
}



.signing_options .user_elements .user_element:not(:last-child) {
  width: 100%;
  border-bottom: 0.001em solid lightgray;
}

.signing_options .user_element {
  padding: 5px 0px;
  cursor: pointer;
}

.title_bar_contacts {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 41px;
}
.title_bar_contacts svg {
  margin: 0px 12px;
}

.signing_options.is-visible {
  visibility: visible;
}



/* SLACK LOGIN BUTTON */
.btn-slack {
  font-family: "Lato", serif;
  font-weight: 900;
  margin: 0;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  color: #fafafa;
  -webkit-font-smoothing: antialiased;
  padding: 8px 14px 9px;
  font-size: 15px;
  
  border-radius: 0.25rem;
  background: #000000;
  white-space: nowrap;
  position: relative;
  line-height: 1.2rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;

  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: box-shadow 0.6s ease;
  outline: none;
  border: none;
  height: 41px;
}

.btn-slack img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}
