.apphead {
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}
.apphead__left {
  width: 285px;
  height: inherit;
  align-items: center;
  font-size: 1.6rem;
}
.apphead__left__applogo {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.applogo_container {
  width: 280px;
  height: 80px; /* <--- REMOVE THIS LINE WHEN LOGO DESIGN IS FINISHED AND READY TO SHOW!! */
  display: flex; /* FOR MANUAL display: none;*/
  align-items: center;
  padding-left: 20px;
}
.applogo_container img {
  width: 50px;
  height: 55px;
  display: flex;
  margin-top: 10px;
}
.applogo_text {
  padding-left: 10px;
  padding-bottom: 5px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 2.55rem;
  color: #4e61ed;
  font-weight: 600;
}




.apphead__right {
  padding-right: 35px;
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
.bread_crumbs {
  width: calc(100% - 520px);
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-color: orange; */
}
.crumbs__booklink {
  min-width: 40px;
  display: flex;
  align-items: center;
}
.crumb__name {
  padding: 5px 6px;
  display: block; /* Must be block for "text-overflow: ellipsis" to work!! */
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.crumb__caret_down {
  width: 15px;
  height: 30px;
  padding-left: 3px;
  background-size: 0.9em;
  background-repeat: no-repeat;
  background-position: 0.2em center;
  background-image: url("../img/caret-down.svg");
}
.crumb__caret_left {
  width: 15px;
  height: 30px;
  padding-left: 3px;
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: 0.2em center;
  background-image: url("../img/caret-right.svg");
}

.apphead__qsearch {
  height: 40px;
  position: absolute;
  right: 270px;
  border-radius: 7px;
}
.qsearch__button {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.qsearch__button__txt {
  padding-left: 5px;
  font-size: 1.6rem;
  font-style: italic;
}
.qsearch__button__icon {
  width: 40px;
  height: 50px;
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: 0.9em center;
  background-image: url("../img/search-alt-icon.svg");
}

.apphead__notifications {
  height: 70px;
  display: flex; /* FOR MANUAL display: none;*/
  align-items: center;
  position: absolute;
  right: 25px;
  /* background-color: lightblue; */
}

button.apphead__btn {
  cursor: pointer;
  margin: 0px 3px;
  /* border: 1px solid #000; */
  transition: all .2s;
}
button.apphead__btn:hover {
  color: #4e61ed;
}
.appbtn_shcedule_icon,
.appbtn_notify_icon,
.appbtn_options_icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.appbtn_shcedule_icon {
  background-size: 1.6em;
  background-position: 0.6em center;
  background-image: url("../img/calendar-icon.svg");
}
.appbtn_notify_icon {
  background-size: 1.6em;
  background-position: 0.7em center;
  background-image: url("../img/notification-false-icon.svg"); /* User Icon - This current one is Tempoary! */
}
.appbtn_options_icon svg{
  /* background-size: 1.1em;
  background-position: 0.8em center;
  background-image: url("../img/caret-down.svg"); */

  width: 75%;
  height: 100%;
}

.apphead__avitar {
  width: 90px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: auto; */
}
.apphead__avitar--img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 29px;
}


/* 
 * xs (for phones - screens less than 768px wide)
 * sm (for tablets - screens equal to or greater than 768px wide)
 * md (for small laptops - screens equal to or greater than 992px wide)
 * lg (for laptops and desktops - screens equal to or greater than 1200px wide) 
 */
  @media screen and (max-width: 500px) { /* Placeholder */ } /* Works with appwidth */

/************************************************* Login/Register ***************************************************/

#post-314 {
	background-color: red;
}
#post-314 {
	 background-color: transparent;
	 padding: 50px;
}
 #post-314 .entry-wrap {
	 background-color: #4e61ed;
	 max-width: 500px;
	 margin: auto;
	 padding: 40px 60px 0 60px !important;
}
 #post-314 .entry-wrap .entry-header .entry-title {
	 text-align: center;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row-first {
	 margin: 0;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row-first label {
	 display: block;
	 font-size: 16px;
	 color: black !important;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row-first input[type="text"] {
	 width: 100%;
	 height: 4em !important;
	 border: 0px solid !important;
	 border-bottom: 2px solid #ddd !important;
	 background-color: #e8f0fe !important;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row-last {
	 margin: 0;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row-last label {
	 display: block;
	 font-size: 16px;
	 color: black !important;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row-last input[type="password"] {
	 width: 100%;
	 height: 4em !important;
	 border: 0px solid !important;
	 border-bottom: 2px solid #ddd !important;
	 background-color: #e8f0fe !important;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row .woocommerce-form__label-for-checkbox span {
	 color: black !important;
	 font-size: 14px;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row button.woocommerce-form-login__submit {
	 width: 100%;
	 height: 45px;
	 background-color: black;
	 outline: none;
	 padding: 0 0.7rem;
	 margin-top: 24px;
	 border-radius: 3px;
	 text-transform: uppercase;
	 transition: 0.2s;
	 font-weight: bold;
	 border: 1px solid black;
	 box-shadow: none !important;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .form-row button.woocommerce-form-login__submit:hover {
	 background: #fff;
	 cursor: pointer;
	 color: #4e61ed;
	 text-transform: uppercase;
	 border: 1px solid black;
	 transition: ease-in-out 0.2s;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .lost_password {
	 text-align: center;
}
 #post-314 .entry-wrap .entry-content .woocommerce-form .lost_password a {
	 color: black !important;
	 font-weight: 600;
	 font-size: 14px;
}
 #post-312 {
	 background-color: transparent;
	 padding: 50px;
}
 #post-312 .entry-wrap {
	 background-color: #4e61ed;
	 max-width: 500px;
	 margin: auto;
	 padding: 40px 60px 0 60px !important;
}
 #post-312 .entry-wrap .entry-header .entry-title {
	 text-align: center;
}
 #post-312 .entry-wrap .entry-content .woocommerce-form .form-row {
	 margin: 0;
}
 #post-312 .entry-wrap .entry-content .woocommerce-form .form-row label {
	 display: block;
	 font-size: 16px;
	 color: black !important;
}
 #post-312 .entry-wrap .entry-content .woocommerce-form .form-row input {
	 width: 100%;
	 height: 4em !important;
	 border: 0px solid !important;
	 border-bottom: 2px solid #ddd !important;
	 background-color: #e8f0fe !important;
}
 #post-312 .entry-wrap .entry-content .woocommerce-form .form-row button.woocommerce-form-register__submit {
	 width: 100%;
	 height: 45px;
	 background-color: black;
	 outline: none;
	 padding: 0 0.7rem;
	 margin-top: 24px;
	 border-radius: 3px;
	 text-transform: uppercase;
	 transition: 0.2s;
	 font-weight: bold;
	 border: 1px solid black;
	 box-shadow: none !important;
}
 #post-312 .entry-wrap .entry-content .woocommerce-form .form-row button.woocommerce-form-register__submit:hover {
	 background: #fff;
	 cursor: pointer;
	 color: #4e61ed;
	 text-transform: uppercase;
	 border: 1px solid black;
	 transition: ease-in-out 0.2s;
}
 #post-312 .entry-wrap .entry-content .woocommerce-form .woocommerce-privacy-policy-text p {
	 text-align: center;
	 color: white;
	 font-size: 14px;
}
 
#post-312 .entry-wrap .entry-content .woocommerce-form .woocommerce-privacy-policy-text p a {
	 text-align: center;
	 color: black !important;
	 font-size: 14px;
}