/* Edit View */

.editview-spacing {
  margin: 0 0 10px;
}
.textbox-background {
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  color: #717073;
  font-size: 13px;
}
.textbox-background option:disabled{
  color: #ccc;
}
.default-textbox {
  padding: 5px 6px 4px 6px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  color: #717073;
}
.inputbox-style {
  padding: 0 5px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
}
.inputbox-style-lg{
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
}
.inputbox-style-md{
  padding: 5px;
  width: 84%;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
}
.inputbox-style-sm{
  padding: 5px;
  width: 30%;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
}
.height-reset {
  height: auto !important;
}
.typesetting {
  color: #717073;
  font-size: 13px;
}
.require-field {
  position: relative;
  line-height: 1.1em;
}
.require-field:before {
  position: absolute;
  margin: 0 0 0 -8px;
  color: #F19F53;
  content: "*";
  font-weight: bold;
  font-size: 14px;
}
#contact {
  display: block !important;
}
.light-grey{
  color: #a9a8a9 !important;
}
.program-margin-adjustment{
  margin: 10px 0;
}
.vertical-align{
  vertical-align: middle !important;
}
.width-adjustment{
  width: 70% !important;
  display: block;
}
.full-width{
  width: 100%;
}
.padding-adjustment{
  padding: 8px !important;
}
.margin-bottom{
  margin-bottom: 0;
}
/*
#contact:after {
  display: block;
  height: 60px;
  content: "";
}
*/
.contact-delete {
  position: absolute;
  padding: 10px 21px;
  width: 7%;
  height: 100%;
}
.contact-edit {
  position: absolute;
  left: 93%;
  padding: 10px 21px;
  width: 7%;
  height: 100%;
}
.protocol-text {
  color: #428bca !important;
  text-decoration: underline;
}
.protocol-text:hover {
  color: #428bca;
  text-decoration: none;
}
.edit-icon-style:hover {
  color: #77B800;
}
.addnew-protocol-wrapper {
  margin: 5px 0 0 0;
}
.btn-addnew-protocol {
  background-color: #428bca;
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border-radius: 2px;
}
.btn-addnew-protocol:hover,
.btn-addnew-protocol:active,
.btn-addnew-protocol:focus {
  border-color: transparent;
  background-color: #77B800;
  color: #fff;
}
.custom-fontsize {
  font-size: 14px !important;
}
.custom-width {
  min-width: 450px;
  width: auto;
}
.validated-input.error input,
.validated-input.error textarea,
.validated-input.error select {
  border-color: #c75c5c;
  margin: 0px;
}
.validated-input.error {
  margin-bottom: 10px;
}
.validation-error {
  color: #c75c5c;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
.validation-error.large {
  text-align: left;
  font-size: 12px;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .validation-error.large {
    padding-left: 98px;
    text-align: center;
    font-size: 1.2em;
  }
}
/* Button styles from self-serve */

.btn-submit {
  width: 159px;
  border-radius: 2px;
  background-color: #0078C9;
  background-position: 18px 5px;
  background-repeat: no-repeat;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-width {
  margin: 0 0 20px 0;
  width: 80px;
}
.btn-narrow {
  width: 46px;
  margin-left: 12px;
  margin-bottom: 6px;
  height: 31px;
  vertical-align: middle;
  padding-left: 10px;
}
.btn-submit:hover, .btn-submit-active {
  background-color: #77B800;
  color: #ffffff;
}
.btn-submit:active,
.btn-submit:focus {
  color: #ffffff;
}
.btn-submit-disabled, .btn-submit-disabled:hover{
  background-color:#d8d8d8;
}

.profile-wider-column label {
  height: 20px;
}
/* Prevent validation spans from breaking existing CSS */

.profile-detail-text span.ng-isolate-scope {
  display: block;
  margin: 0;
}
.fullwidth {
  width: 100%;
}
.profile-heading-edit {
  display: block;
  clear: both;
  margin: 15px 0 5px 0 !important;
  color: #428bca;
  font-weight: 300;
}
.no-border{
  border: none;
}
.btn-wrapper-files{
  text-align: center;
}
.modal-body{
  padding-bottom: 0;
}
.modal-body p{
  text-align: center;
}
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
/* Create */
.create-profile-pic{
  border-bottom: 1px solid #e7e7e7;
}
.upload-logo{
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  width: 125px;
  height: 27px;
  border-radius: 4px;
  background-color: #0078C9;
  color: #ffffff;
  text-align: center;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.upload-logo:hover, .upload-logo:active, .upload-logo:focus, .search-add:hover, .search-add:active, .search-add:focus{
  text-decoration: none;
  background-color: #77B800;
  color: #ffffff;
}
.upload-icon{
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 27px;
  height: 18px;
  display: inline-block;
  background-image:url(../images/upload.png);
  background-repeat: no-repeat;
}

.region .search-element{
  display: inline-block;
  width: 100%;
  padding: 5px;
}
.search-element{
  display: inline-block;
  width: 70%;
  padding: 5px;
}
.search-add{
  display: inline-block;
  width: 52px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #0078C9;
  border-radius: 4px;
  vertical-align: top;
  margin: 0 0 0 5px;
  padding: 5px;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.btn-reset{
  padding: 0 0 20px 0 !important;
  border-left: none !important;
}
.eConsult-conditions-wrapper{
  display: block;
  margin-left: 24px;
  margin-bottom: 20px;
}
.eConsult-conditions{
  display: block !important;
}
.eConsult-conditions li{
  float: none !important;
}
.eConsult-conditions li:last-child(2){
  margin: 0;
}
.Selected-referrers-wrapper{
  display: none;
}
.Selected-LHINS-Regions-container{
  display: none;
}
.other-conditions-container{
  display: none;
}
#AcceptedFromSelectedReferrers:checked + .label-checked + .Selected-referrers-wrapper{
  display: block;
}
#AcceptedFromSelectedLHINs:checked + .label-checked + .Selected-LHINS-Regions-container{
  display: block;
}
#OtherConditions:checked + .label-checked + .other-conditions-container{
  display: block;
}
.program-section-toggle {
  margin: 5px 0px;
}
.program-contact-wrapper{
  width: 648px;
}
.program-contact-column{
  width: 50px;
  color: #717073;
  vertical-align: top;
  top: 7px;
}
.program-contact-wrapper + .validation-error{
  float: right;
}
.program-contact-padding{
  padding: 0;
}
.program-contact-body{
  padding: 0;
}
.add-contact{
  font-size: 14px;
  color: #428bca !important;
}
.add-contact:hover{
  text-decoration: none;
  color: #77B800 !important;
}
.add-contact:active, .add-contact:focus{
  text-decoration: none;
}
.added-field-wrapper{
  padding: 0;
}
.added-field-wrapper li{
  list-style: none;
  margin:5px 0 7px !important;
}
.added-field{
  background-color: #f0f0f0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 !important;
  border-radius: 4px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.added-field:hover{
  background-color: #ebebeb;
}
.added-field:hover > .delete-field{
  color: #db6260;
}
.field-name{
  color: #717073;
}
.delete-field{
  display: inherit !important;
  font-size: 24px;
  line-height: 0;
  font-weight: 600;
  color: #F19F53;
  position: relative;
  margin: 0 !important;
  top: 3px;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.field-padding-adjustment{
  padding: 9px 10px;
}
.delete-btn-margin{
  margin-left: 30px;
}
.triage-wrapper{
  margin-left: 24px;
}
.panel-group .panel-blank {
  overflow: hidden;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.width-adjustment{
  width: 71% !important;
}
.result-field{
  display: block !important;
}
.result-field li{
  margin: 0 0 5px 0 !important;
}
.typeaheadUI > .dropdown-menu{
  max-height: 300px;
  overflow: auto;
}
.typeaheadUI ul li{
   float: none;
}
#contact:last-child{
  padding-bottom: 60px !important;
}
.hide-specialists{
  margin-top: 20px;
  display: block !important;
}
.custom-valiation-alignment{
  margin-bottom: 10px;
}
.region-wrapper{
	position: fixed;
	height: 100% !important;
}
.specialty-wrapper {
	width: 50%;
	margin-right: 5px;
  position: relative;
}
.specialty-wrapper input[type=text] {
  width: 100%;
}
.specialty-wrapper ul.dropdown-menu {
  overflow: auto;
  max-height: 350px;
}
.specialty-wrapper ul.dropdown-menu li {
  margin: 0px;
}
.specialty-wrapper button.btn {
  padding: 5px 6px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.sub-specialty-wrapper {
	width: calc(50% - 25px);
}
.sub-specialty-wrapper > select{
	height: 31px;
}
.program-specialty-wrapper{
	margin-bottom: 40px;
}
.region-name{
	max-width: 50%;
}
.custom-width-urgent-cases{
	width: 150px;
}
.custom-width-urgent-cases.last {
	float: left;
	width: 95%;
}
.profile-base-btn{
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
}
.profile-setting{
  margin-right: 10px;
  background-image: url(../images/profile-settings-icon.svg);
}
.profile-trash{
  background-image: url(../images/profile-trash-icon.svg);
}
/* Profile Setting */
.profile-modal .modal-dialog{
  width: 540px;
}
.profile-settings-wrapper{
  width: 100%;
  height: 44px;
  border-radius: 4px 4px 0 0;
  background-color: #3178C9;
  padding: 12px 25px;
}
.profile-settings-header{
  color: #ffffff;
  margin: 0;
}
.profile-setting-body-wrapper{
  padding: 15px 25px !important;
  text-align: left !important;
}
.profile-setting-disclaimer{
  font-size: 14px;
  color: #717073;
  display: block;
  margin: 25px 0 10px;
  line-height: 14px;
}
.profile-setting-disclaimer span{
  font-size: 12px;
  color: #a5a5a7;
}
.profile-setting-form{
  margin-top: 10px;
}
.profile-setting-form .label-checked{
  padding-left: 20px;
}
.max-cases-input{
  height: 30px;
  margin-right: 15px !important;
  width: 44px;
  background: #FAFAFA;
  padding: 5px 12px;
  border: 1px solid #B9B9B9;
  color: #717073;
}
.profile-setting-form .start-date span,
.profile-setting-form .end-date span {
 display: inline-block;
}
.profile-setting-form .start-date, .profile-setting-form .end-date {
  margin: 10px 0;
}

.profile-setting-form .start-date label,
.profile-setting-form .end-date label {
	color: #a5a5a7 !important;
	width: 80px;
  height:30px;
  margin-right: 17px;
}
.profile-setting-form .start-date .form-control,
.profile-setting-form .end-date .form-control {
	width: 200px;	
}
.profile-setting-form .start-date .validation-error,
.profile-setting-form .end-date .validation-error {
	margin: 5px 10px;
	vertical-align: top;
    font-size: 12px;
}
.profile-setting-form .start-date .dropdown-menu,
.profile-setting-form .end-date .dropdown-menu {
	width: 255px;	
}
.profile-setting-form .end-date ul, 
.profile-setting-form .start-date ul {
	background-color: #FFF!important; 
}
.profile-setting-name{
  color: #0078C9;
}
.profile-btn-wrapper{
  margin-top: 25px;
  display: inline-block;
  width: 100%;
}
.profile-btn-save{
  width: 87px;
  height: 33px;
  background: #3178C9;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  float: right;
  margin-right: 10px;
}
.profile-btn-cancel{
  width: 87px;
  height: 33px;
  background: transparent;
  color: #333333;
  border: none;
  border-radius: 2px;
  float: right;
}
.base-specialty-add{
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.specialist-disclamier{
  color: #D98B19;
  font-size: 12px;
}
.max-cases-wrapper{
  color: #a5a5a7;
}
.max-cases-wrapper .validation-error{
  display: inline-block;
  margin-left: 10px;
}
.specialist-region{
  margin: 5px 0;
}
.specialist-region-selection{
  padding: 0;
}
.specialist-region-selection li{
  display: inline-block;
  margin-right: 10px !important;
  margin-top: 10px !important;
}
.profile-modal .modal-dialog{
  top: 10vh;
}
.specialist-disclamier-wrapper{
  margin-top: 20px;
}
.profile-setting-form .body-text{
  color: #a5a5a7;
}
.profile-setting-form > .otn-disabled{
  cursor: not-allowed;
  color: #D8D8D8 !important;
}
.profile-setting-form .otn-disabled::before{
  cursor: not-allowed;
  background-color: #F0F0F0 !important;
  border: 1px solid #B6B6B6 !important;
  color: #B6B6B6 !important;
  text-shadow: none !important;
}
button.otn-disabled{
  cursor: not-allowed !important;
  background-color: #eee !important;
}
.max-cases-input.otn-disabled{
  cursor: not-allowed;
  background-color: #eee;
}
.show-age-groups .validation-error,
.show-lhins-regions .validation-error{
  display: inline-block;
}
.show-lhins-regions .validated-input.error span:first-of-type{
  display: inline-block;
  width: 147px;
}
.show-lhins-regions .validated-input.error .inputbox-style-sm{
  display: inline-block;
  width: 100%;
}
.show-lhins-regions .validation-error{
  margin-left: 10px;
}
.close-modal-setting{
  background-image: url(../images/close-white.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
}
.profile-setting-age-wrapper .show-age-groups label{
  color: #a5a5a7;
}
.profile-setting-form input[type=checkbox]:checked + .label-checked, 
.profile-setting-form input[type=radio]:checked + .radio-checked{
  color: #0078C9;
}
.profile-setting-form input:-internal-autofill-selected,
.profile-setting-form input:-internal-autofill-selected:hover,
.profile-setting-form input:-internal-autofill-selected:focus,
.profile-setting-form input:-internal-autofill-selected:active,
.profile-setting-form input:-webkit-autofill,
.profile-setting-form input:-webkit-autofill:hover, 
.profile-setting-form input:-webkit-autofill:focus, 
.profile-setting-form input:-webkit-autofill:active{
  -webkit-text-fill-color: #717073 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  transition: #fff 5000s ease-in-out 0s;
}
.start-date .input-group .btn-default i,
.end-date .input-group .btn-default i{
  color: #717073;
}
.disable-btn{
  opacity: 0.5;
  cursor: not-allowed;
}
.hcp-language-dropdown{
  display: block !important;
  margin: 5px 0;
}
.subspecialties-dropdown{
  margin: 0 0 10px 0;
}