.pb2r {
    padding-bottom: 1.9rem;
}
.p0 {
    padding: 0 !important;
}
.mb1r {
    margin-bottom: 1rem !important;
}
.mbd5r {
    margin-bottom: .5rem !important;
}
.width-100 {
    width: 100%;
}
.align-right {
    text-align: right !important;
}
.p6p {
    padding: 6px;
}
.mb2r {
    margin-bottom: 2rem !important;
}
.align-center {
    text-align: center !important;
}
.bold {
    font-weight: 600 !important;
    letter-spacing: 0;
}
.m0 {
    margin: 0 !important;
}
.pr6p {
    padding-right: 6px;
}
.alert-center{
  position: absolute;
  right: 155px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: -88px;
  box-shadow: 1px 1px 2px #5f5d5d;
  cursor: pointer;
  z-index: 99;
}
.alert-center-auth{
  box-shadow: 1px 1px 2px #5f5d5d;
  z-index: 99;
  /*width: 550px;*/
  cursor: pointer;
}
.container-background {
    background: #f4f4f4;
    background: #dc3545;
}
.container-wrapper {
    padding-top: 1.9rem !important;
}
.page-tag-only {
    margin: 0;
    padding: 0;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
}
.auth-form-box {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    padding: 1.4rem;
}
.auth-form-title {
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 2px solid #4285f4;
    outline: 0;
    box-shadow: none;
}
.btn-pharma {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    padding: 9px;
}
.btn-pharma:hover {
    color: #fff;
    background-color: #1249a3;
    border-color: #1249a3;
}
.btn-pharma:focus, .btn-pharma:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.field-error{
  color: #BB1100;
  font-size: 1rem;
  background-color: #e7554647;
  border: 1px solid #bb1100;
  border-radius: 3px;
  padding: 8px 5px;
}
.app-box{
  box-shadow: 0px 0 6px rgba(0, 0, 0, .1); 
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 3px;
  padding: 1.4rem;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 208px;
  padding: 20px 20px 12px;
  transition: background-color .1s cubic-bezier(0.4, 0, 0.2, 1);
    
}
.app-box:hover{
  background-color: #f5f5f5;
}
.new-app-button {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font: inherit;
    justify-content: center;
    padding: 12px 20px;
    width: 100%;
    -webkit-appearance: none;
    transition: background-color .1s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
}
.new-app-button:focus{
  outline: none;
}
.add-icon{
  font-size: 30px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  width: 36px;
}
.add-new-app{
  color: #1a73e8;
}
.new-app-icon{
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
}
.app-icon-src{
  width: 35%;
  margin-bottom: 0.7rem;
}
.app-display-name {
  color: rgba(90, 84, 84, 0.87);
  word-break: break-word;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
.app-box a:hover{
  text-decoration: none;
}
.mb1r{
  margin-bottom: 1rem;
}
.nav-parent {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    height: 64px;
    padding: 0px;
    width: 100%;
    transition: margin-top .5s cubic-bezier(0.4,0.0,0.2,1);
    position: relative;
    z-index: 50;
}
.pos-relative {
    position: relative;
}
.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ml20p {
    margin-left: 20px !important;
}
.profile-menu-icon {
    cursor: pointer;
}
.circle {
    border-radius: 50% !important;
}
.profile-menu-icon img{
  width: 30px;
  margin-top: 0.5rem;
}
.pos-absolute {
    position: absolute !important;
}
.pos-relative {
    position: relative;
}
.post-lock-icon {
  top: 0px;
  right: 6px;
  z-index: 1;
  cursor: pointer;
  /* background-color: #f4f4f4; */
  width: 35px;
  height: 35px;
  /* border: 1px solid #e7e4e4; */
  /* border-radius: 50%; */
  padding: 3px 6px;
  /* box-shadow: 0px 0 6px rgba(0, 0, 0, .1);*/
}
.width-20p {
    width: 20px;
}
.required{
  color: #BB1100;
}

/******** Mobile - sm - xs ****************/
@media (max-width: 767px) {
  .m-plr1r{
    padding: 0 1rem !important;
  }
  .container-wrapper {
    padding-top: 0 !important;
  }
  .m-mlr0{
    margin-left: 0;
    margin-right: 0;
  }
  .m-plr0{
    padding-left: 0;
    padding-right: 0;
  }
  .m-mbd5r{
    margin-bottom: 0.5rem !important;
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-plr8p{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .m-pl0{
    padding-left: 0 !important;
  }
  .m-mbd5r{
    margin-bottom: .5rem !important;
  }

	.auth-form-box {
		padding: 1.4rem !important;
		border: none;
		border-radius: 0;
	}
	.container-background {
	    background: #fff;
	}
	.alert{
		margin-bottom: 0;
		margin-top: 1rem;
	}
}

.btn-google-plus-login {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.s-login-btn {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0!important;
    padding-top: 4px;
    padding-bottom: 8px;
}
.s-login-btn>:first-child {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    padding: 4px;
}
.btn-facebook-login:hover{
  background-color: #263555!important;
  color: #fff;
}
.btn-google-plus-login:hover{
  background-color: #96271a!important;
  color: #fff;
}