section .pull-right:nth-last-child(3){
  margin-right: 20px;
}
.econsult-container{
  min-height: 100%;
  overflow: hidden;
}
.case-wrapper{
  display: block;
  width: 100%;
  height: 100%;
}
.case-wrapper header{
  display: block;
  background-color: #63b0bb;
  width: 100%;
  height: 50px;
  color: #ffffff;
  padding: 15px 40px 15px 30px;
  font-size: 16px;
}
.case-wrapper header span{
  font-size: 24px;
  float: right;
  line-height: 18px;
}
.case-wrapper header span a{
  color: #ffffff;
}
.case-wrapper header span a:hover{
  text-decoration: none;
  color: #428bca;
}
.case-wrapper section{
  position: relative;
  padding: 15px 30px;
  border-bottom: 1px solid #e7e7e7;
}
.case-priority-wrapper {
  display: inline-block;
  margin-top: 5px;
  margin-left: 16px;
  vertical-align: top;
}
.case-btn{
  height: 30px;
  padding: 4px 20px;
  color: #ffffff;
  background-color: #428bca;
  border-radius: 4px;
  margin: 0 10px;
  -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;
}
.case-btn:hover, .case-btn:active, .case-btn:focus{
  color: #ffffff;
  background-color: #77B800;
}
.case-heading{
  display: inline-block;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
section table tr td:nth-child(1){
  width: 15%;
}
section table tr td:nth-child(2){
  width: 85%;
}
.attachment-table td:nth-child(2){
  width: 80%;
}
table.case-create-section {
  width: 100%;
}
span.case-region-name {
  color: #717073;
}
.specialist-col-adjustment{
  padding-top: 0px;
  padding-right: 45px;
  vertical-align: top;
}
.ref-adjustment{
  display: inline-block;
}
.ref-name{
  font-size: 16px;
}
.ref-name:hover{
  text-decoration: none;
  color: #77B800;
}
.specialty-dropdown-container {
  display: inline-block;
  vertical-align: top;
}
.specialty-dropdown-container .validation-error {
  max-width: 220px;
}

.ooo-style, .ooo-normal {
  text-decoration: none;
  color: grey;
}
.ooo-style:hover, .ooo-hover {
  color: #ffffff;
  background-color: #428bca !important;
  text-decoration: none
}
.case-field{
  color: #717073;
  top: 0px;
  margin-top: 5px;
  font-size: 16px;
  width: 78%;
  border: none;
  background-color: transparent;
}
.case-field:focus, .case-question-field:focus ,.referrer-dropdown:focus{
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.case-field-clickable {
  color: #428bca;
  cursor: pointer;
}
/* removes 'X' button in IE */
#txtSpecialistOrProgram::-ms-clear {
  display: none;
}
.ref-name span{
  position: relative;
  font-size: 8px;
  top: -2px;
}
.vertical-align-fix{
  vertical-align: top;
}
.patient-info{
  display: inline-block;
  margin-left: 55px;
}
.patient-info tr td{
  vertical-align: top;
}
.patient-info td:nth-child(1){
  width: 30%;
  padding-right: 40px;
}
.patient-info td:nth-child(2){
  width: 70%;
}
.patient-info-field {
  color: #717073;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
}
.patient-info-field:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-color: #66afe9;
  box-shadow: none;
  outline: none;
}
.patient-info td:nth-child(1).patient-consent-container {
  padding: 0px;
  padding-top: 10px;
}
.patient-consent-field {
  border: 1px solid #e7e7e7;
  padding: 5px 8px;
  resize: none;
  margin-top: 6px;
  min-height: 110px;
  width: 100%;
	overflow-x: hidden;
}
.case-cal{
  position: relative;
  top: 3px;
  display: inline-block;
  opacity: 0.8;
  width: 24px;
  height: 26px;
  background-image: url(../images/cal-icon.png);
  -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;
}
.case-cal:hover, .case-cal:active, .case-cal:focus{
  opacity: 1;
}
.ohip-num{
  float: left;
  width: 65%;
}
.ohip-version{
  width: 30%;
  margin-left: 15px;
}
.case-question{
  height: auto !important;
  width: 100%;
  border-bottom: none !important;
}
.case-question-field{
  font-size: 16px;
  color: #717073;
  height: 100%;
  border: none;
  resize: none;
}
.referrer-dropdown, .report-role{
  font-size: 16px;
  color: #428bca;
  border: none;
  background: url(../images/select-dropdown-icon.png) no-repeat right;
  background-position-x: 99%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10px;
  cursor: pointer;
}
.specialty-dropdown, .region-dropdown{
	font-size: 14px;
  color: #717073;
	cursor: pointer;
	background-color: #fff;
}
.referrer-dropdown:focus, .report-role:focus{
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.specialty-dropdown {
  max-width: 220px;
  margin-right: 20px;
}
.referrer-dropdown::-ms-expand{
  display: none;
}
.referrer-dropdown option, .specialty-dropdown option{
  color: #717073;
}
.specialist-adjustment{
  margin-left: -2px;
}
.subject-adjustment{
  margin-left: 14px;
}

/* ====== ALEX REC - ATTACHMENTS - TEMP ======= */

.all-attachments-table td, .all-attachments-table th {
  padding:2px;
  padding-right: 10px;
}

.all-attachments-table tr td:nth-child(2) {
  width: auto;
}

section.case-attachments {
  height: auto;
}

section.case-attachments table tr th, section.case-attachments table tr td {
  padding: 4px;
  padding-right: 20px;
  width: auto;
}

section.case-attachments div.progress {
  display: inline-block;
  width: 70px;
}

section.case-attachments .case-btn {
  margin: 0px;
  padding: 4px 10px;
}

.file-input-wrapper {
  color: #999;
  display: inline-block;
  font-size: 21px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  -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;
}
.file-input-wrapper:hover {
  color: #77B800;
}
.file-input-wrapper span.glyphicon {
  display: inline-block;
  transform: matrix(0.707107, -0.707107, 0.707107, 0.707107, 0, 0);
}
.file-input-wrapper input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-input-wrapper-note {
  padding: 10px;
}

.file-drop {
  color: #999;
  font-size: 18px;
  margin: 20px 0px;
  text-align: center;
}

.file-drop-over > .topbottom:before, .file-drop-over > .topbottom:after{
  background-image: linear-gradient(to right, #9D9D9D 71%, rgba(255, 255, 255, 0) 0%);
}
.file-drop-over > .leftright:before, .file-drop-over > .leftright:after{
  background-image: linear-gradient(to top, #9D9D9D 70%, rgba(169, 169, 169, 0) 0%);
}

input.file-desc {
  border: none;
  color: #717073;
  width: 60%;
}

input.file-desc:focus{
  border: none;
  border-color: transparent;
  outline: none;
}

.custom-validation-error .validation-error {
  float: right;
}

.cases-home-panel .create-case-btn {
  margin: 30px 10px 10px 10px;
  text-align: center;
}
.cases-menu li{
  padding: 3px 7px;
}
.cases-menu-panel{
  text-align: left;
  padding-left: 55px;
}
.cases-menu-panel li:first-child{
  padding: 7px 10px;
}
.cases-menu-panel li{
  padding: 7px 0 7px 53px;
  /* TODO: This is a temp fix for OTIX-2504. See ticket for details. */
  /*
  position: relative;
  */
}
.cases-num-needs-attention {
  font-weight: bold;
}
ul.cases-menu {
  margin: 0px;
  padding: 0px;
}

ul.cases-menu li p {
  margin: 0px;
}

ul.cases-menu .specialist-select {
  width: 100%;
	margin: 10px 0 5px;
}

ul.cases-menu .cases-menu-item-unread .specialist-select {
  font-weight: normal;
}

.cases-menu-item {
  position: relative;
  color: inherit;
  display: block;
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #eeeeee;
}

.cases-menu-item:hover, .cases-menu-item:focus {
  color: inherit;
  text-decoration: none;
}

.cases-menu-item:hover, .cases-menu-item-active {
  background-color: #EBF5FF;
}
.cases-menu-item-unread {
  font-weight: 700;
}
.case-response {
  margin: 15px 0;
}

.case-response section {
}

.case-response input[type=checkbox], .case-response input[type=radio] {
  display: none;
}
.decline-reasons input[type=radio]:checked + .label-checked{
  color: #0078C9;
}
.case-response textarea :not(.other-reason){
  border: none;
  padding: 10px 15px;
  resize: none;
}

.case-response .decline-reasons label {
  display: block;
}

.case-inbox-notes {
  margin-top: 30px;
  padding: 0;
}
.case-inbox-notes li {
  margin: 0 0 25px 0;
  padding: 20px 15px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
}

.case-inbox-notes li .note-date {
  float: right;
  font-size: 13px;
  color: #a9a8a9;
}

.case-inbox-notes li .note-heading {
  font-size: 13px;
  color: #999999;
}

.retention-disclaimer {
  font-size: 12px;
  color: #717073;
  font-style: italic;
}

.case-inbox-notes li .note-content {
  color: #717073;
}

.note-content-paragraph {
  white-space: pre-wrap;
}

ul.case-inbox-attachments {
  padding: 0px;
}

ul.case-inbox-attachments li {
  margin-bottom: 10px;
}
.delete-attachment, .close-panel{
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image:url(../images/delete-icon.png);
  background-position: top;
  background-repeat: no-repeat;
}
.delete-attachment:hover, .close-panel:hover{
  text-decoration: none;
  background-position: bottom;
}
.progress{
  border-radius: 0;
  width: 280px !important;
  background-color: transparent;
  -webkit-box-shadow:none;
  box-shadow: none;
  border: 1px solid #428bca;
}
.attachment-table-container {
  border: 2px dashed #eeedee;
  margin: 10px;
  min-height: 100px;
}
.attachment-table-container.attachment-table-container-over {
  border-color: #cccbcc;
}
.attachment-table-container.attachment-table-container-legacy {
  border: none;
  min-height: 0px;
}
.attachment-table{
  width: 100%;
  margin: 5px;
}
.attachment-table tr td{
  padding-bottom: 5px;
}
.attachment-table td:first-child {
  width: 70px;
}
.attachment-table td:last-child {
  text-align: right;
  padding-right: 20px;
}
.attachment-thumb-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
}
.attachment-thumb {
  position: relative;
  height: 50px;
  min-width: 50px;
  left: 100%;
  margin-left: -200%;
}
.progress-bar-wrapper{
  display: inline-block;
  width: 280px;
  padding-top: 6px;
}
.virus-scanning-wrapper, .upload-error-wrapper{
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
.upload-error-wrapper{
  /* TODO: Style error message: */
  color: #a94442;
}
* {
  box-sizing: border-box;
}
/* TODO: This is the old upload solution. Delete once we confirm it won't be used. */
/*
.dropzone-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#dropzone {
  height: 180px;
  display: block;
  background-color: white;
  overflow: hidden;
  text-align: center;
  padding-top: 50px;
  font-size: 24px;
}
.topbottom,
.leftright {
  position: absolute;
  width: 100%;
  height: 100%;
}
.leftright:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background-image: -webkit-linear-gradient(bottom, #D7D7D7 70%, rgba(169, 169, 169, 0) 0%);
  background-image: -moz-linear-gradient(bottom, #D7D7D7 70%, rgba(169, 169, 169, 0) 0%);
  background-image: -o-linear-gradient(bottom, #D7D7D7 70%, rgba(169, 169, 169, 0) 0%);
  background-image: linear-gradient(to top, #D7D7D7 70%, rgba(169, 169, 169, 0) 0%);
  background-position: bottom;
  background-size: 4px 35px;
  background-repeat: repeat-y;
}
.leftright:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0px;
  height: 100%;
  width: 4px;
  background-image: linear-gradient(to top, #D7D7D7 70%, rgba(169, 169, 169, 0) 0%);
  background-position: bottom;
  background-size: 4px 35px;
  background-repeat: repeat-y;
}
.topbottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-image: linear-gradient(to right, #D7D7D7 71%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 35px 4px;
  background-repeat: repeat-x;
}
.topbottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-image: linear-gradient(to right, #D7D7D7 71%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 35px 4px;
  background-repeat: repeat-x;
}
*/
.file-upload-heading {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}
.file-upload-disclaimer {
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.custom-border-top{
  border-top: 1px solid #e7e7e7;
}
.vertical-align-reset{
  vertical-align: middle !important;
}
.case-wrapper section:last-child{
  border-bottom: none;
}
.close-panel{
  position: absolute;
  top: 15px;
  right: 15px;
}
.custom-padding-gender{
  padding-top: 8px;
}
.patient-details-panel {
  border: 1px solid #ddd;
  margin: 10px 30px 10px 0px;
  padding: 10px;
  min-width: 300px;
}
.patient-details-panel p{
  color: #717073;
}
.patient-details-panel p:last-child{
  margin-bottom: 0;
}
.patient-details-panel td:first-of-type {
  width: 25%;
}
.econsult-case-heading{
  color: #717073;
  font-size: 24px;
  max-width: 90%;
}
.econsult-case-subheading{
  color: #999999;
  display: block;
  margin: 0;
  line-height: 40px;
}
.econsult-name-field{
  color: #717073;
}
.econsult-viewcase-header tr td:first-of-type{
  padding-right: 10px;
}
.econsult-viewcase-header .specialist-select {
  width: calc(100% - 200px);
}
.case-no-ohip,
.case-limited-consent {
  color: #c75c5c;
  font-weight: bold;
}
.write-consult-button, .ask-for-info-button, .close-case-button, .reply-button, .reassign-button, .cancel-case-button, .decline-button{
 color: #428bca;
 margin-right: 12%;
 padding: 10px 5px;

 display: initial;
 position: initial;
 border: 0px;
 opacity: 1;
}
.margin-right-adjust{
  margin-right: 12%;
}
.write-consult-button:hover, .ask-for-info-button:hover, .close-case-button:hover, .reply-button:hover, .reassign-button:hover, .decline-button:hover, .cancel-case-button:hover{
  color: #428bca;
  text-decoration: none;
  border-bottom: 2px solid #77B800;
  padding: 10px 5px;
}
.write-consult-button-active, .ask-for-info-button-active, .close-case-button-active, .reply-button-active, .reassign-button-active, .decline-button:hover, .cancel-case-button-active{
 color: #77B800;
 border-bottom: 2px solid #77B800;
 margin-right: 12%;
 padding: 10px 5px;
}
.decline-button-active{
 color: #77B800;
 border-bottom: 2px solid #77B800;
 padding: 10px 5px;
}
.write-consult-button-active:hover, .ask-for-info-button-active:hover, .decline-button-active:hover, .close-case-button-active:hover, .reply-button-active:hover, .reassign-button-active:hover, .cancel-case-button-active:hover{
 color: #77B800;
}
.write-consult-button span{
 display: inline-block;
 width: 22px;
 height: 18px;
 background-image:url(../images/write-consult-icon.png);
 background-position: top;
 position: relative;
 top: 3px;
 margin-right: 6px;
}
.ask-for-info-button span{
 display: inline-block;
 width: 22px;
 height: 18px;
 background-image:url(../images/ask-for-more-info-icon.png);
 background-position: top;
 position: relative;
 top: 4px;
 margin-right: 10px;
}
.decline-button span{
 display: inline-block;
 width: 22px;
 height: 18px;
 background-image:url(../images/decline-icon.png);
 background-position: top;
 position: relative;
 top: 4px;
 margin-right: 6px;
}
.close-case-button span{
 display: inline-block;
 width: 22px;
 height: 18px;
 background-image:url(../images/close-case-icon.png);
 background-position: top;
 position: relative;
 top: 4px;
 margin-right: 6px;
}
.reply-button span{
 display: inline-block;
 width: 22px;
 height: 18px;
 background-image:url(../images/reply-icon.png);
 background-position: top;
 position: relative;
 top: 4px;
 margin-right: 6px;
}
.reassign-button span{
 display: inline-block;
 width: 22px;
 height: 18px;
 background-image:url(../images/re-assign-icon.png);
 background-position: top;
 position: relative;
 top: 4px;
 margin-right: 6px;
}
.cancel-case-button span{
 display: inline-block;
 width: 22px;
 height: 18px;
 background-image:url(../images/cancel-icon.png);
 background-position: top;
 position: relative;
 top: 4px;
 margin-right: 6px;
}
.write-consult-button-active span, .ask-for-info-button-active span, .decline-button-active span, .close-case-button-active span, .reply-button-active span, .reassign-button-active span, .cancel-case-button-active span{
 background-position: bottom;
}
.note-wrapper{
  margin-top: 40px;
}
.high-priority-label{
  background-color: #c75c5c;
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.econsult-view-case-container{
 position:fixed;
 left:41.6%;
 width:58.4%;
 top: 76px;
 bottom:40px;
 padding-left:0;
 padding-right: 0;
 border-left:1px solid #eeeeee;
 overflow-y: auto;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 box-sizing: content-box;
}
.econsult-checkbox-style .label-checked{
  padding-left: 20px;
  padding-bottom: 10px;
}
.econsult-checkbox-style .label-checked:before {
  border-radius: 0px;
  border: 1px solid #a9a8a9;
  box-shadow: none;
}
.consult-note-container{
  border: 1px solid #dddddd;
  width: 96%;
}
.consult-note-container textarea:focus{
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.consult-note-container .topbottom, .consult-note-container .leftright{
  position: absolute;
  width: 97%;
  height: 94%;
}
.consult-note-container .file-drop{
  padding: 10px 15px;
  margin: 0;
}
.consult-note-container .close-panel{
  right: 35px;
  top: 25px;
}
.econsult-checkbox-style{
  margin-left: 15px;
}
.note-button-row{
  height: 50px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.econsult-note-button-style{
  background-color:#428bca;
  border: none;
  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;
  margin: 0px;
  padding:14px 30px;
}
.econsult-note-button-style:hover{
  text-decoration: none;
  background-color: #77B800;
  color: #ffffff
}
.white-button{
  margin-right: 0px;
  background-color: transparent;
  color: #a9a8a9;
  border-left: 1px solid #dddddd
}
.blue-button{
  padding: 14px 45px;
}
.white-button:hover{
  background-color: transparent;
  color: #77B800;
}
.white-button:disabled{
  background-color: #f6f6f6;
  color: #a9a8a9;
}
.consult-note-container section:nth-last-child(1){
  border-bottom: none;
}
.conversation-wrapper{
  width: 96%;
}
.econsult-checkmark{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-image:url(../images/econsult-checkmark.png);
}
.patient-to-be-seen{
  font-size: 11px;
  margin: 20px 0;
}
/* TODO: TEMP. Delete once dashboard is implemented and "popover" is removed from caseInbox. */
.popover-content {
  word-wrap: break-word;
}
.econsult-noborder-style{
  margin: 30px 0;
  color: #717073;
}
.thinner-button{
  padding: 10px 45px;
}
.active-row-wrapper a:last-child {
  margin-right: 0;
}
.margin-bottom-reset{
  margin-bottom: 10px !important;
}
.margin-bottom-custom{
  margin-bottom: 30px;
}
.case-inbox-attachments li{
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.other-reason{
 border: 1px solid rgb(221, 221, 221);
 padding: 10px 15px;
 margin-bottom: 5px;
 width: 96%;
 display: block;
}
.consult-list{
 padding: 0;
 position: fixed;
 overflow-y: auto;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 box-sizing: content-box;
 top: 76px;
 bottom: 90px;
}
.consult-page{
  color: #717073;
  position: fixed;
  bottom: 50px;
  width: 25%;
}
.next-prev-ctr {
  text-align: right;
}
.next-prev-page {
  color: #aaaaaa;
  cursor: pointer;
}

.next-prev-page:hover {
  text-decoration: none;
}
.page-cursor-label {
  user-select: none;
}

.cases-home-panel{
 background-color: #edf3fa; 
 position: fixed;
 top: 76px;
 bottom: 40px;
 overflow-y: auto;
 overflow-x: hidden;
 box-sizing: inherit;
-webkit-overflow-scrolling: touch;
-ms-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.05);
-o-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.05);
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.05);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.05);
box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.05);
}
.case-list-heading{
  font-size: 16px;
  color: #717073;
  padding: 37px 20px 20px;
  margin: 0;
}
.case-list-status{
  font-size: 10px;
  position: absolute;
  top: 11px;
  right: 10px;

  padding: 0px;
  display: inline-block;
  float: right;
  border: 0px;
  opacity: 1;
  background: none;
  position: initial;
}
.case-list-high-priority{
 width: 0; 
 height: 0; 
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent; 
 border-right:10px solid #c75c5c;
 position: absolute;
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 left: -2px;
 top: -7px;
}
.create-case,
.create-case-managed {
  background-color: #428bca !important;
  line-height: 24px;
  border-radius: 4px !important;
}
.create-case:hover,
.create-case-managed:hover {
  background-color: #77B800 !important;
}
.create-case span,
.create-case-managed span{
  display:inline-block;
  width:18px;
  height:18px;
  background-repeat:no-repeat;
  background-size:18px;
  position:relative;
  top:3px;
  margin-right:10px;
}
.create-case span {
  background-image:url(../images/econsult-white.png);
}
.create-case-managed span {
  background-image:url(../images/econsult-managed-white.png);
}
.pending-button, .dashboard-button, .report-button, .econ-filter, .search-button, .availability-button, .settings-button {
  font-size: 14px;
  color: #a9a8a9;
}
.pending-button span{
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(../images/pending-icon.png);
  background-position: top;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.dashboard-button span{
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(../images/dashboard-icon.png);
  background-position: top;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.report-button span{
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(../images/report-icon.png);
  background-position: top;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.search-button span{
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(../images/search-icon.png);
  background-position: top;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.availability-button span{
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(../images/availability-menu-icon.png);
  background-position: top;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.settings-button span{
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(../images/setting-grey-default.svg);
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 12px;
  position: relative;
  top: 7px;
}
.pending-button:hover, .pending-button:active, .pending-button:focus,.pending-button-active, .dashboard-button-active, .report-button:hover, .report-button:active, .report-button:focus, .report-button-active, .dashboard-button:hover, .dashboard-button:active, .dashboard-button:focus, .dashboard-button-active, .econ-filter:hover, .econ-filter:active, .econ-filter:focus, .econ-filter-active,
.search-button:hover, .search-button:active, .search-button:focus, .search-button-active,
.availability-button:hover, .availability-button:active, .availability-button:focus, .availability-button-active,
.settings-button:hover, .settings-button:active, .settings-button:focus {
  color: #77B800;
  text-decoration: none;
}
.pending-button:hover > span, .dashboard-button:hover > span, .report-button:hover > span, .search-button:hover > span, .availability-button:hover > span {
  background-position: bottom;
}
.pending-button-active span, .dashboard-button-active span, .report-button-active span, .search-button-active span, .availability-button-active span {
  background-position: bottom;
}
.settings-button:hover > span{
  background-image: url(../images/setting-grey-active.svg);
}
.econsult-home-action{
  margin-top: 0 !important;
}
.arrow-active{
  display: none;
}
.pending-button .arrow-active, .pending-button .arrow-border, .dashboard-button .arrow-active, .dashboard-button .arrow-border, .report-button .arrow-active, .report-button .arrow-border, .econ-filter .arrow-active, .econ-filter .arrow-border, .search-button .arrow-active, .search-button .arrow-active{
  background-image: none;
}
.pending-button-active .arrow-active, .dashboard-button-active .arrow-active, .report-button-active .arrow-active, .search-button-active .arrow-active{
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  position: absolute;
  background-image: none;
  right: -16px;
  top: 18px;
  z-index: 1999;
}
.econ-filter-active .arrow-active{
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  position: absolute;
  background-image: none;
  right: -16px;
  top: 5px;
  z-index: 1999;
}
.pending-button-active .arrow-border, .dashboard-button-active .arrow-border, .report-button-active .arrow-border, .search-button-active .arrow-border{
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  background-image: none;
  right: -15px;
  top: 18px;
  z-index: 1998;
}
.econ-filter-active .arrow-border{
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  background-image: none;
  right: -15px;
  top: 5px;
  z-index: 1998;
}

.arrow-active, .arrow-border {
  /* TODO: This is a temp fix for OTIX-2504. See ticket for details. */
  display: none !important;
}

.vertical-top{
  vertical-align: top;
}
.custom-padding-top{
  padding-top: 10px;
}
.panel-collaspe-button{
  position: fixed;
  bottom: 40px;
  height: 48px;
  width: 16.66666667%;
  margin: 0 0 0 -15px !important;
  border-top: 1px solid #ddd;
}
.double-arrow-icon{
  display: block;
  height: 48px;
  width: 48px;
  background-image: url(../images/double-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 18px;
}
.double-arrow-icon:hover{
  background-color: #eeeeee;
}
.case-inbox-attachments .attachment-thumb-container, .case-inbox-attachments .attachment-thumb-container .attachment-thumb{
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.case-view-padding{
  padding: 10px 32px 0 40px;
}
.dob-margin{
  margin: 10px 0 0 0;
}
.consult-note-container .validation-error{
  margin-left: 15px;
}
.active-row-wrapper .popover{
  font-size: 12px;
  border-radius: 4px;
  color: #717073;
  z-index: 3000;
}
.econ-search{
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/eCon-search-icon.png);
  background-repeat: no-repeat;
  background-position: top;
  top: 33px;
  right: 22px;
}
.econ-search-active{
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/eCon-search-icon.png);
  background-repeat: no-repeat;
  background-position: bottom;
  top: 33px;
  right: 22px;
}
.econ-searchbar-wrapper{
  margin: 17px 4px 10px 4px;
}
input.cases{
  width:auto;
  min-width:100%;
}
.search-btn-econ{
  display: block;
  position: relative;
  width: 55px;
  float: right;
  height: 30px;
}
.econ-searchbar{
  padding: 0 10px 0 10px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #717073;
}
.econ-searchbar-wrapper{
  background-color: #fff;
}
.econ-shift-left{
  margin-left: 16.666667%;
}
.triage-button-style, .triage-button-case-list {
  border: none;
  border-radius: 2px;
  padding: 2px 5px;
  background-color: #428bca;
  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;
}
.triage-button-case-list {
  padding: 3px 20px;
  margin: 4px 0px;
}
.triage-button-style:hover, .triage-button-case-list:hover {
  text-decoration: none;
  background-color: #77B800;
  color: #ffffff;
}
.triage-button-style:disabled, .triage-button-case-list:disabled {
  background-color: #efefef;
}
.case-reports-heading{
  font-size: 16px;
  color: #717073;
  margin: 0;
  padding: 37px 5px 20px;
}

.case-reports-heading.second-dropdown{
  padding-top: 0;
  line-height: inherit;
}

.date-range-wrapper{
  padding: 0 5px;
}
.date-range-description{
  padding: 0 0 20px 0;
  color: #a9a8a9;
}
.date-label{
  font-size: 14px;
  color: #717073;
}
.start-date-margin{
  margin-right: 200px;
}
.date-picker-wrapper{
  display: inline-block;
}

.report-btn-margin{
margin-top: 25px;
margin-bottom: 30px;
}

.date-picker-wrapper .dropdown-menu {
	width: 255px;	
	height: 245px;
}
.date-picker-wrapper .text-center{
	text-align: center;
	width: 36px !important;
	height: 30px !important;
}

.date-picker-wrapper .validation-error {
	/*margin: 5px 10px;
	vertical-align: top;*/	
	width: 260px;
}

.date-picker-wrapper .form-control {
	width: 220px;	
}
.date-picker-wrapper .btn{
	 border-radius: 0px 4px 4px 0px !important;
}
.generate-report{
 /* width: auto !important;*/
  background-color: #428bca !important;
  line-height: 24px;
  border-radius: 4px !important;
  float: left;
  margin: 20px 5px;
}
.generate-report:hover{
  background-color: #77B800 !important;
}
.report-disclaimer{
  font-size:11px;
  padding:0 5px;
  color:#717073;
  width: 700px;
}
ul[datepicker-popup-wrap] > li:last-child { 
  display:none; 
}
.kpi-border-reset{
  border: none;
}
.ref-kpi-question-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.spec-kpi-question, .ref-kpi-options{
  text-align: left;
  margin-bottom: 10px;
}

.ref-kpi-options input[type=radio], .ref-kpi-options input[type=checkbox] {
  display: inline;
}
.ref-kpi-options label {
  width: calc(100% - 20px);
  vertical-align: top;
}
.ref-kpi-options-horizontal .ref-kpi-options-legend,
.ref-kpi-options-horizontal input[type=radio] {
  margin-right: 24px;
}
.spec-kpi-question label {
  margin-bottom: 8px;
}
.spec-kpi-question select, .spec-kpi-question input {
  width: 160px;
  float: right;
}
.spec-kpi-question textarea {
  height: 100px;
}
.kpi-margin-top{
  margin: 15px 0 0 0;
}
.popover.top, .popover.left {
  font-size: 12px;
  border-radius: 4px;
  color: #717073;
  z-index: 3000;
}
.case-list-title{
  font-size: 16px;
}
.case-list-empty-message {
  margin: 0 7px 10px 20px;
	color: #717073;
}
ul.cases-menu li p.case-list-acting-as {
  font-style: italic;
  margin-top: 10px;
}
.econ-delegate-wrapper,
.econ-case-list-filters {
  /*background-color: #fff;*/
  margin: 0 7px 10px 7px;
}
.select-requester-padding{
  padding: 10px 0px 10px 8px;
}
.delegate-dropwdown{
  width: 100%;
  border: 1px solid #C6C6C6;
  color: #717073;
}
.econsult-viewcase-header-buttons {
  position: absolute;
  top: 8px;
  right: 22px;
}
.flag-dropdown-wrapper, .pdf-btn-wrapper {
  display: inline-block;
  padding: 4px;
}
.flag-dropdown-wrapper {
  position: relative;
  top: 4px;
}
.flag-option-wrapper {
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.flag-btn {
  background-color: #fff;
  border: 1px solid #0078C9;
  border-radius: 6px;
  color: #0078C9;
  font-weight: 700;
  text-align: left;
  padding: 5px;
  display: initial;
  position: initial;
}
.flag-btn .caret-right {
  float: right;
  margin-top: 10px;
}
.flag-icon {
  background-image: url(../images/case-flag-sprint.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}

.flag-btn-EDUCATION {
  border-color: #1c94c4;
  color: #1c94c4;
}
.flag-btn-EDUCATION .flag-icon {
  background-position: 0 0;
}

.flag-btn-RESEARCH {
  border-color: #f19f53;
  color: #f19f53;
}
.flag-btn-RESEARCH .flag-icon {
  background-position: 0 -20px;
}

.flag-btn-NONE {
  border-color: #808080;
  color: #808080;
}
.flag-btn-NONE .flag-icon {
  background-position: 0 -80px;
}

.flag-btn-OTHER {
  border-color: #80bd01;
  color: #80bd01;
}
.flag-btn-OTHER .flag-icon {
  background-position: 0 -60px;
}

.flag-label {
  position: relative;
  top: -2px;
  padding: 0px 4px;
}

.flag-dropdown-yellow,
.flag-dropdown-blue,
.flag-dropdown-green,
.flag-dropdown-gray {
  background-image: url(../images/case-flag-sprint.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 20px;
  border-style: none;
  text-align: left;
  width: 105px;
}
.flag-option-wrapper .flag-dropdown-yellow,
.flag-option-wrapper .flag-dropdown-blue,
.flag-option-wrapper .flag-dropdown-green,
.flag-option-wrapper .flag-dropdown-gray {
  background-color: #fafafa;
}
.flag-dropdown-blue {
  background-position: 0 0;
  color: #1c94c4;
}
.flag-dropdown-yellow {
  background-position: 0 -20px;
  color: #f19f53;
}
.flag-dropdown-green {
  background-position: 0 -60px;
  color: #80bd01;
}
.flag-dropdown-gray {
  background-position: 0 -80px;
  color: #808080;
}
.flag-option-wrapper .flag-dropdown-yellow:hover,
.flag-option-wrapper .flag-dropdown-blue:hover,
.flag-option-wrapper .flag-dropdown-green:hover,
.flag-option-wrapper .flag-dropdown-gray:hover {
  background-color: #77B800;
  color: #ffffff;
}
.btn-export{
  display: inline-block;
  background-image: url(../images/pdf-icon-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #428bca;
  -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;
}
.btn-export:hover{
  color: #ffffff;
  background-color: #77B800;
}
.btn-hrm {
  background-image: url(../images/EMR-icon.svg);
  background-size: 20px;
}
.btn-hrm:disabled {
  background-color: #AEAEAE;
}
.patient-details-panel table {
  width: 100%;
}
.patient-details-panel table tr td{
  padding-bottom: 10px;
}
.patient-details-panel table tr:last-of-type > td{
  padding-bottom: 0px;
}
.patient-details-panel table tr td:first-child{
  color: #999999;
}
.dob-alignment, .ohip-alignment{
  margin: 10px 0 0 0;
}
.program-min-width{
  min-width: 115px;
}
.referrer-field{
  font-size: 16px;
  color: #717073;
}
.last-action-ellipsis{
  display: inline-block;
  width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case-title-ellipsis{
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case-right {
  float: right;
}
.vertical-divider{
  position: relative;
  top: -2px;
}
   /* Tooltip container */
 .tooltip1 {
   position: relative;
   display: inline-block;
   margin: 5px 20px 5px;
 }
.tooltip1 strong{
  color: #F19F53;
}
.tooltip2 {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width:auto;
  background-color: #ffffff;
  color: #717073;
  text-align: left;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tooltip-text, .tooltip-text-bottom {
  width: 300px;
  background-color: #ffffff;
  color: #717073;
  text-align: left;
  padding: 15px;
  border-radius: 4px;
	border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  position: absolute;
  z-index: 3999;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.tooltip-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -11px;
  border-width: 11px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.tooltip-text-bottom::after {
  content: "";
  position: absolute;
  left: 100%;
  margin-top: -10px;
  border-width: 10px;
	border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.tooltip-text-bottom::before {
  content: "";
  position: absolute;
  left: 100%;
  margin-top: -11px;
  border-width: 11px;
	border-style: solid;
  border-color: #ccc transparent transparent transparent;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.tooltip-text-top {
  width: 500px;
  background-color: #ffffff;
  color: #717073;
  text-align: left;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  position: absolute;
  z-index: 3999;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tooltip-text-top::after {
  content: "";
  position: absolute;
  left: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.tooltip-text-top::before {
  content: "";
  position: absolute;
  left: 100%;
  margin-top: -11px;
  border-width: 11px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.econsult-container .tooltip {
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
}
.econsult-container .tooltip-inner {
  background-color: #FFFFFF;
  color: #808080;
  opacity: 1;
  text-align: left;
  border: 0;
}

.item-normal {
  color: #428bca;
}
.item-normal:active, .item-normal:focus{
	text-decoration: none;
	background-color: #ffffff;
}
.restrictions-section {
  margin: 10px 0px;
}
.tooltiptext2,
.restrictions-panel {
  width: 100%;
  background-color: #ffffff;
  color: #9a9a9a;
  text-align: left;
  padding: 8px 16px;
  margin: 12px 0px;
  border: 1px solid #df8510;
  border-radius: 2px;
  z-index: 3;
  visibility: hidden;
}
.restrictions-panel p {
  margin: 0px;
}
.restrictions-panel-heading {
  font-weight: bold;
}

.item-orange-down {
  color: #D98B19;
  background-image: url(../images/u698.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  cursor: pointer;
}
.item-orange-up {
  color: #D98B19;
  background-image: url(../images/u745.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  cursor: pointer;
}
.tm-style {
  font-size: 12px;
  padding-top: 0px;
  color: #999999;
	position: relative;
  top: -2px;
}
.specialist-input-wrapper > .dropdown-menu > li:hover .item-normal > .tm-style, .specialist-input-wrapper > .dropdown-menu > li:hover .item-normal{
  color: #ffffff;
	text-decoration: none;
}
.specialist-input-wrapper > .dropdown-menu > li:hover{
	background-color: #428bca;
}
.specialist-input-wrapper > .dropdown-menu{
	overflow: auto;
	max-height: 350px;
}
.availability-page{
	padding-left: 5px;
}
.availability-page h1 {
  color: #717073;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
	margin-top: 37px;
}

.availability-page p, .availability-page ul {
  color: #a9a8a9;
  font-size: 14px;
}

.availability-page p {
  margin: 0 0 5px;
}

.availability-page .padded-section {
  margin: 20px 0px;
}

.availability-page ul {
  padding: 0px;
  margin-bottom: 20px;
}

.availability-page img.screenshot {
  width: 80%;
}

#dashboardCases {
  padding-bottom: 20px;
}
#dashboardCases .popover {
  width: 100%;
}
.case-model{
	font-size: 16px !important;
}
.model-wrapper .model-option {
	display: block;
	height: 30px;
}
.model-wrapper .model-option > input,
.model-wrapper .model-option > label {
	display: inline-block;
}
.padding-top-10{
	padding-top: 10px;
}
.padding-top-5{
	padding-top: 5px;
}
.patient-info .label-checked:before{
	box-shadow: none;
	border: 1px solid #B6B6B6;
}
.survey-form h4,
.survey-question{
	margin-bottom: 30px;
}
.survey-question:nth-last-of-type(2){
	margin-bottom: 0;
}
.underline{
	text-decoration: underline;
}
.availability-screenshot{
	margin-bottom: 60px;
}
.modal-priority-regions .modal-dialog{
  width: 516px;
}
.modal-priority-regions .modal-content{
  border: none;
}
#priorityRegionPrompt .header{
  text-align: center;
  padding: 10px;
  color: #ffffff;
  height: 169px;
  width: 100%;
  border-radius: 6px 6px 0 0;
  background: rgb(4,158,208);
  background: linear-gradient(0deg, rgba(4,158,208,1) 0%, rgba(0,120,207,1) 100%);
}
#priorityRegionPrompt .header span{
  width: 62px;
  height: 56px;
  margin: 20px auto;
  display: block;
  background-image: url(../images/region-icon.svg);
}
#priorityRegionPrompt .header h4{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#priorityRegionPrompt .header p{
  font-size: 16px;
}
#priorityRegionPrompt .body {
  padding: 30px 32px 40px 32px;
  color: #A9A8A9;
}
#priorityRegionPrompt .body .borderless-btn{
  position: absolute;
  border: none;
  padding: 0;
  color: #057ACF;
  top: 10px;
  background-color: transparent;
}
#priorityRegionPrompt .body .borderless-btn:active,
#priorityRegionPrompt .body .borderless-btn:focus,
#priorityRegionPrompt .body .borderless-btn:hover{
  background-color: transparent !important;
}
#priorityRegionPrompt .body .btn-large{
  color: #ffffff;
  background-color: #0078CF;
  width: 171px;
  border-radius: 2px;
  padding: 10px 5px;
  border: none;
  margin: 0 auto;
  display: block;
}
#priorityRegionPrompt .action-wrapper{
  position: relative;
  margin: 30px 0 0 0;
}
.redirect-text{
  color: #999999;
}
.redirect-wrapper .case-heading,
.redirect-wrapper .case-create-section{
  font-size: 14px;
}
.redirect-wrapper .case-model{
  font-size: 14px !important;
}
.redirect-wrapper .model-wrapper .model-option{
  height: 25px;
}
.redirect-wrapper.model-section{
  margin-bottom: 10px;
}
.redirect-wrapper.model-section.last{
  margin-bottom: 0;
}
.redirect-wrapper.model-section.recipient .case-field{
  font-size: 14px;
  padding: 5px 0;
  width: 88%;
}
.redirect-wrapper.model-section.recipient .specialist-input-wrapper{
  border-bottom: 1px solid #E7E7E7;
  padding: 5px 0;
}
.redirect-wrapper.model-section.recipient .specialist-input-wrapper .btn-link{
  padding: 6px 4px;
}
.redirect-wrapper .specialty-dropdown{
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.redirect-btn-wrapper{
  margin-top: 40px;
}
.redirect-btn-wrapper .case-btn:first-of-type{
  margin: 0;
}
.redirect-btn-wrapper .case-btn{
  border-radius: 0;
  margin: 0 2px;
  width: 109px;
  height: 35px;
}
.close-blue-btn{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/close-blue.svg);
}
.padding-adjustment-redirect{
  padding-top: 9px;
}
.btn-tooltip + .tooltip > .tooltip-inner {
  background-color: #fff;
  color: #000;
}

.btn-tooltip + .tooltip {  
  pointer-events: none;
  margin-right: 40px;
  width: 200px;
}

.export-hrm-modal .modal-dialog {
  width: 550px;
  margin-top: 0px;
  padding: 0px;
}

.export-hrm-modal .modal-content {
  border: none;
  padding: 20px;
}

.passive-link:hover {
  text-decoration: none;
}
