.modal {
 overflow-y: auto;
}

body.modal-open {
 overflow: auto;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
	margin-right:0px !important;
}

.last-reviewed{
	padding-left: 15px;
}
/** BODY **/
body{
	font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 70px;
	background-color: #f8f8f8;
}
.container {
	padding: 0 35px;
	max-width: none;
}
.pull-center{
	text-align: center;
}
.page-header{
	padding: 0;
	margin: 0 0 10px;
}
.vr
{
  border-left:1px solid #000;
  height:20px;
  margin: 0 7px;
  display: inline;
}
hr{
	margin-top: 5px;
	margin-bottom: 8px;	
}
.no-padding-left{
	padding-left: 0;
}
.panel-heading{
	padding: 5px 15px;
}
.bg-warning {
	background-color: #fcf8e3 !important;
}
.bg-redo {
    background-color: #e48784 !important;
}
.label-added{
	background-color: #CCFFCC !important;
	border-radius: .25em;
	color: #333;
}
.label-deleted, .delete, .label-error{
	background-color: #ffcccc !important;
	border-radius: .25em;
	color: #333;
}
.label-changed {
	background-color: #ffcc99 !important;
	color: #333;
	border-radius: .25em;
}
.ui-combobox {
    position: relative;
    display: inline-block;
  }
  .ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
  }
  .ui-combobox-input {
    margin: 0;
    padding: 0.3em;
  }
 .combobox-select{
 	width: 80%;
 }
 .radio, .checkbox{
	 margin-top: 0px;
	 margin-bottom: 5px;
 }
 .btn-warning{
 margin-right: 5px;}
/** HIDDEN PANELS **/
.hide-first{
	display: none;
}
/** POPOVERS **/
.popover{
	width : 500px;
	max-width: none;
}
/** ICONS **/
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	margin: 2px;
	line-height: 14px;
	vertical-align: middle;
}
.icon-metabolite{
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: text-top;
	background-image: url("../images/metabolite-small.png");
	background-repeat: no-repeat;
	background-position: 0;
	margin-top: -4px;
}
.icon-narrow-range{
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: text-top;
	background-image: url("../images/narrow-therapeutic-range-glyph-small.png");
	background-repeat: no-repeat;
	background-position: 0;
	margin-top: -4px;
}
[class^='icon-note'] {
	margin-right: 5px;
}
.icon-note-red{
	width: 16px;
	height: 16px;
	background-image: url("../images/red-hand.png");
	background-repeat: no-repeat;
	background-position: 0;
}
.icon-note-orange{
	width: 16px;
	height: 16px;
	background-image: url("../images/orange-warning.png");
	background-repeat: no-repeat;
	background-position: 0;
}
.icon-note-yellow{
	width: 16px;
	height: 16px;
	background-image: url("../images/yellow-warning.png");
	background-repeat: no-repeat;
	background-position: 0;
}                         
.icon-note-green{
	width: 16px;
	height: 16px;
	background-image: url("../images/green-check.png");
	background-repeat: no-repeat;
	background-position: 0;
}
.icon-note-contraindicated{
	width: 16px;
	height: 16px;
	background-image: url("../images/contraindicated.png");
	background-repeat: no-repeat;
	background-position: 0;

}
.icon-note-red-lg{
	width: 24px;
	height: 24px;
	background-image: url("../images/red-hand-lg.png");
	background-repeat: no-repeat;
}
.icon-note-contraindicated-lg{
	width: 24px;
	height: 24px;
	background-image: url("../images/contraindicated-lg.png");
	background-repeat: no-repeat;
}
.icon-note-orange-lg{
	width: 24px;
	height: 24px;
	background-image: url("../images/orange-warning-lg.png");
	background-repeat: no-repeat;
}
.icon-note-yellow-lg{
	width: 24px;
	height: 24px;
	background-image: url("../images/yellow-warning-lg.png");
	background-repeat: no-repeat;
}
.icon-note-green-lg{
	width: 24px;
	height: 24px;
	background-image: url("../images/green-check-lg.png");
	background-repeat: no-repeat;
}
/** AJAX LOADER **/
#ajaxLoader {
  display: none;
  top: 50%;
	left: 50%;
	margin: -64px 0px 0px -64px;
  padding: 0;
  position: absolute;
  z-index: 1040;
  height: 128px;
  width: 128px;
  text-align: center;
  background: #e8e8e8 url(../images/dna_loader.gif) no-repeat center center;
}
#backdrop {
  display: none;
}
/** ALERTS **/
.alert{
	margin-bottom: 0
}
.error{
	font-weight: normal;
	color: #b94a48;
	font-size: 9pt;
}
.btn-primary[disabled]{
	border: none;
}
/** NOTES **/
.add-reporting-freetext{
	padding: 2px 12px;
}
li[template-type*="FreeText"] .editable-input input[type=text] {
    min-width: 500px;
}
.sortable-list{
	margin-bottom: 0px;
}
.sortable-list > li {
	padding: 4px 15px;
}
.insert-note-reference{
	padding:0;
}
.note-list-item{
	min-height: 25px;
}
.delete-note-factor{
	vertical-align: baseline;
	padding: 2px;
}
/** FACTORS **/
.factorLabel{
	vertical-align: top;
}
.factor-char-header{
	width: 35%;
}
.factor-char-value{
	width: 65%;	
}
.border-right{
	border-right: 2px solid #888;
}
.remove-reference, .add-reference, .add-metabolism-reference{
	padding: 0;
}
.editable-unsaved {
	background-color: #fff380;
}
.truncate{
	max-width: 125px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.table .table {
	background-color: transparent;
}

table.table-bordered tbody th, table.table-bordered tbody td{
	overflow-wrap: break-word;
	max-width: 150px;
}
table.sortable-table tbody td{
	max-width: none;
}
table.sortable-table tbody tr.ui-sortable-helper{
	max-height: 100px;
	overflow: hidden;
}
.reporting-checkbox-table {
	margin: 15px;
}
.dataTables_wrapper .dataTables_filter input{
	width: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0;
	margin: 0;
}
table.editable-references tbody td{
	vertical-align: middle;
}
.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
	padding: 2px;
}
/** TOOLBAR **/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #f8f8f8;
}
.navbar-default {
	background-color: #e7e7e7;
	border-color: #f8f8f8;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: #f8f8f8;
}
/** MODALS **/
.modal-lg{
	width: 75%;
}
/** NOTES **/
.delete-component{
	padding: 0 12px;
}
/* #factorAllNotes .panel-body, #classAllNotes .panel-body{
	height: 400px; 
	 overflow-y: auto; 
} */
#factorAllNotes .scrollable-container{
	height: 320px;
	overflow-y: auto;
}

#factorAllNotes .all-notes-title{
	margin-top: 5px !important;
	font-size: 16px;
}
#factorAllNotes .note-category-link{
	color: #428bca;
} 
#factorAllNotes .note-category-link-pipe{
	color: #428bca;
} 

tr.load-from-show-all-notes:hover{
	cursor:pointer;
}
#factorsPane .panel-body{
	overflow-y: auto;
}
#drugInhibitor .panel-heading, #drugPath .panel-heading, #drugInducer .panel-heading{
	background-color: #f5f5f5;
}
.reporting{
	padding: 0 0 15px 20px;
}
#noteReportingCurrentPreviewPanel {
  width: 4.2in;
  font-family: arial;
  font-size: 9pt;
}
#noteReportingCurrentPreviewPanel li{
	padding-bottom: 4pt;
}
/** QA **/
.view-qa-item{
	margin-right: 5px;
}

/** Phase Out Drugs **/
#phaseOutDrugsTable td.replacementName {
    word-break: break-all;
}
/** Publisher **/
#publishingTable td.details-control {
    cursor: pointer;
}
#publishingTable td.details-control:before {
    content: '\2b';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#publishingTable tr.shown td.details-control {
    background: no-repeat center center;
}
#publishingTable tr.shown td.details-control:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#publishingTable td.multiple-details-control {
    cursor: pointer;
}
#publishingTable td.multiple-details-control:before {
    content: '\e117';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#publishingTable tr.shown td.multiple-details-control {
    background: no-repeat center center;
}
#publishingTable tr.shown td.multiple-details-control:before {
    content: '\e118';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}

table td.audit-details-control {
    cursor: pointer;
}
table td.audit-details-control:before {
    content: '\2b';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
table tr.shown td.audit-details-control {
    background: no-repeat center center;
}
table tr.shown td.audit-details-control:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}

/** GENERAL **/
.last-reviewed-btn{
	margin-bottom: 5px;
}
.panel-heading h4{
	display: inline;
}
.pointer {
    cursor: pointer;
}
.drugmember {
    position: absolute;
    display: inline;
    right: 70px;
}
.showallexcludelabel {
    padding-top: 0.3em;
    margin-top: 2px;
    margin-right: 15px;
}
.wordwrap {
    word-wrap: break-word;
}
#ui-id-1,#ui-id-2,#ui-id-3.ui-autocomplete {
    height: 550px;
    height: calc(100% - 110px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
}

table td.group-details-control {
    cursor: pointer;
}
table td.group-details-control:before {
    content: '\2b';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
table tr.shown td.group-details-control {
    background: no-repeat center center;
}
table tr.shown td.group-details-control:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}

/** Drug Mapping**/
#drugMappingTable td.drug-mapping-row {
    cursor: pointer;
}
#drugMappingTable td.drug-mapping-row:before {
    content: '\2b';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#drugMappingTable tr.shown td.drug-mapping-row {
    background: no-repeat center center;
}
#drugMappingTable tr.shown td.drug-mapping-row:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}

#drugMappingTable td.drug-mapping-row-no-delete {
    cursor: pointer;
}
#drugMappingTable td.drug-mapping-row-no-delete:before {
    content: '\2b';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#drugMappingTable tr.shown td.drug-mapping-row-no-delete {
    background: no-repeat center center;
}
#drugMappingTable tr.shown td.drug-mapping-row-no-delete:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}

table.table-striped tbody tr.odd.conflicted td{
    background-color: #ffcccc;
}
 
table.table-striped tbody tr.even.conflicted td {
    background-color: #ffcccc;
}

table.display tbody tr.odd.conflicted:hover td{
    background-color: #ffcccc !important;
}
 
table.display tbody tr.even.conflicted:hover td {
    background-color: #ffcccc !important;
}

/** This is for hiding individual checkboxes **/
.review-item{
	display: none;
}

/** PGx Guidelines **/
#guidelineTable td.evidence-details-control {
    cursor: pointer;
}
#guidelineTable td.evidence-details-control:before {
    content: '\2b';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#guidelineTable tr.shown td.evidence-details-control {
    background: no-repeat center center;
}
#guidelineTable tr.shown td.evidence-details-control:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#guidelineTable td.multiple-details-control {
    cursor: pointer;
}
#guidelineTable td.multiple-details-control:before {
    content: '\e117';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}
#guidelineTable tr.shown td.multiple-details-control {
    background: no-repeat center center;
}
#guidelineTable tr.shown td.multiple-details-control:before {
    content: '\e118';
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 5px;
}

#factorForm h3 .btn .caret{
margin-top: 8px;
height: 13px;
}

.ckb_align{
padding: 10px !important;
}

.customcss_search .dataTables_wrapper .dataTables_filter {
float: none !important;
}

.hideSearch label{
display: none !important;
}


#publishingTable_wrapper table.dataTable tbody td {
	padding: 8px 17px !important;
}

#qaTable_wrapper table.dataTable tbody td {
	padding: 8px 10px !important;
}

#factorsPane .ftr_adjust{
	padding-bottom: 5px !important;
}

#notesPane .ftr_adjust {
	padding-bottom: 14px;
	padding-top: 14px;
}

#classesPane .ftr_adjust {
	padding-bottom: 14px;
	padding-top: 14px;
}

.gsdd-no-border tr td{
	border-top : none !important;
}


.gsdd-no-border{
	margin-bottom: 0px !important;
}

.gsdd-no-border tr td b{
font-weight : 600;
}

#gsddSeverityHelp, #gsddEvidenceHelp {
padding: 3px;
}

#gsddNoteHierarchyPanelBody  {
padding: 5px !important;
}

#gsddNoteHierarchyPanelBody .container  {
padding: 0px 15px !important;
}

.create-task-item{
	margin-right : 5px;
}

.map-task-item{
	margin-right : 5px;
}

#mapDrugSearch{
	width:170px !important;
	margin-left: 10px !important;
}

.ingrdnts_hd{
    margin-top: 10px;
    margin-bottom: 10px;
}

#mapGsddClassMembersModal .modal-dialog{
	width: 850px !important;
}

#mapGsddClassMembersModal .modal-content{
	width: 850px !important;
	margin-top: 60px !important;
}
.navbar-text {
	margin:5px 5px 5px 5px;
	list-style-type: none;  
}
.label-rxcui {
	background-color: #90ca42;
}
.label-gsdd {
	background-color: #cac842;
}
.label-medispan {
	background-color: #bc42ca;
}

.label-ndc {
	background-color: #0080f7;
}
div.sidebar {
	z-index: 100;
}
.dataTables_wrapper .dataTables_paginate.paging_input span.paginate_button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	color: #428bca !important;
}
.dataTables_wrapper .dataTables_paginate.paging_input span.paginate_button.disabled{
	color: #999 !important;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.dataTables_wrapper .dataTables_paginate span.paginate_button:hover {
	background-color: #eee!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #eee));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee 0%, #eee 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #eee 0%, #eee 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, #eee 0%, #eee 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, #eee 0%, #eee 100%);
	/* Opera 11.10+ */
	/* background: linear-gradient(to bottom, #585858 0%, #111111 100%); */
	/* W3C */
}

.dataTables_wrapper .dataTables_paginate.paging_input span.paginate_total {
    position: relative;
    float: left;
    padding: 6px 6px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
	color: #428bca !important;
}

.dataTables_wrapper .dataTables_paginate.paging_input > span {
    position: relative;
    float: left;
    padding: 6px 6px;
    line-height: 1.428571429;
    text-decoration: none;
	color: #428bca !important;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate.paging_input > span:empty {
    position: relative;
    float: left;
    padding: 6px 0px;
    line-height: 1.428571429;
    text-decoration: none;
	color: #428bca !important;
}
.dataTables_wrapper .dataTables_paginate.paging_input input.paginate_input {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
	width: 100px;
	text-align: center;
	border: 1px solid #ccc;
	color: #428bca !important;
	border-color : ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dataTables_wrapper .dataTables_paginate.paging_input input.paginate_input:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}


.dataTables_wrapper .dataTables_paginate.paging_input span.paginate_button.first {
	margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate.paging_input span.paginate_button.last {
	margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ck.ck-content:not(.ck-comment__input *) {
    height: 250px;
    overflow-y: auto;
}
div.clear-floats {
	clear:both;
}
input.population {
	text-align: right;
	width: 150px;
}
input.amplification {
	text-align: right;
	display: inline;
	width: 50px;
}
.label-pediatric {
	background-color: #e07fec;
}

.label-pgx {
	background-color: #fd0101;
}

.label-non-pgx {
	background-color: #0000ff;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.padding-left-20 {
	padding-left: 20px;
}

.vertical-align-middle {
	vertical-align: middle !important;
}

#selectedFactorsForCombinationContainer {
	display: flex !important;
	padding-left: 27px;
}

#selectedFactorsForCombinationList {
	width: 100%;
	padding-left: 0 !important;
	
}

.alertContainer {
	padding-left: 27px !important;
}

.avatar {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ddd;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	/*background-color: var(--avatar-bg-color, #007bff);/*Default to blue */
  }
  table.dataTable tbody td.vertical-center-container {
	padding-top: 12px;
  }

.highlight-editable {
	background-color: rgb(255, 243, 128);
    display: inline;
}
.tree-view {
	padding: 10px 2px;
	overflow-y: auto;
	position: absolute;
	height: 80vh;
	width: 98%;
}
.jstree-contextmenu {
	z-index: 1000;
}
.tree-view .jstree-icon.drug-class {
    background-image: url('../images/drug-class.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
.tree-view .jstree-icon.drug {
    background-image: url('../images/drug.svg');
    background-size: 18px 18px;;
    background-repeat: no-repeat;
}
.to-review-icon {
	color: darkorange;
	font-size: 14px;
}
.tree-view .relation-added > .jstree-anchor > span.node-name {
	color: green;
}
.tree-view .relation-deleted > .jstree-anchor > span.node-name {
	color: #e84848;
	text-decoration: line-through;
}
.tree-view .relation-added > .jstree-anchor > span.glyphicon.relation-added {
	color: green;
}
.tree-view .relation-deleted > .jstree-anchor > span.glyphicon.relation-deleted {
	color: #e84848;
}
.btn-container {
	display: inline-block;
}
.btn-container .btn {
	padding: 6px 8px;
}
.btn-container .dropdown-menu {
	right: 0;
	left: auto;
}
.delete-factor-combination.disabled {
	opacity: 0.3 !important;
}
#newClassesPane .ftr_adjust {
	padding-top:14px;
	padding-bottom: 14px;
}
div.audit-info {
	padding : 2px 0px;
}

.filterTagsContainer {
	display: flex;
}