.LoginLogo{
    padding: 50px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.SearchBuilderTable tbody tr td{
    border-top: none;
    border-bottom: none;
    border:none;
}
.logo{
    height: 54px;
    margin-bottom: 100px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    margin-top: -72px;
    z-index: 1031;
}

.navLogo{
     /*margin-top: -14px;*/
    margin-left: 100px;
    height: 52px;
 }

.navLogoButton :hover{
     background-color: rgba(209, 209, 209, 0.56) !important;
 }

.megamenu-header{
    /*used as 'column' headers in megamenu*/
    text-align: center;
}

.navbar-right-fix{
    margin-right: 10px !important;
}

/* move everything below the navbar - per bootstrap docs*/
/*body {padding-top: 70px;}*/

.error{
    background-color: rgba(241, 55, 54, 0.65);
    
}

.confirm{
    background: #337ab7;
}

.message{
    color: #ffffff;
}

.success{
    background-color: rgba(0, 179, 0, 0.56);
}
#fieldSelectorList{
     -moz-column-count: 4;
     -moz-column-gap: 15px;
     -webkit-column-count: 4;
     -webkit-column-gap: 15px;
     column-count: 4;
     column-gap: 15px;
 }

.fieldListItem:hover{

    font-weight: bold;
    color: #3366cc;

}

.fieldListItem{
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer !important;
}
.k-spreadsheet-name-editor{
    display: none !important;
}

/*.k-i-close{*/
    /*display: none !important;*/
/*}*/

.k-grid-height {
  height: 100vh;
}

.k-no-border {
  border: none;
}

.k-grid-content {
    height: 90%;
}

.k-state-hover{
    background-color: rgba(0, 64, 208, 0.31) !important;
}

.k-state-hover.k-state-selected{
    background-color: #2352a0 !important;
}

.k-multiselect {
    display: inline-block;
}

.k-list-container{
    width: 200px !important;
}

.k-state-selected{
    background-color: #2352a0 !important;
    color: white !important;
    border-color: #2352a0 !important;
}
/*Found Logic
http://bootsnipp.com/snippets/featured/responsive-sidebar-menu
*/

body,html{
    height: 100%;
}

/* remove outer padding */
.main .row{
    padding: 0px;
    margin: 0px;
}

/*Remove rounded coners*/

nav.sidebar.navbar {
    border-radius: 0px;
}

nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

/* Add gap to nav and right windows.*/
.main{
    padding: 10px 10px 0 10px;
}

/* .....NavBar: Icon only with coloring/layout.....*/

/*small/medium side display*/
@media (min-width: 400px) {

    /*Allow main to be next to Nav*/
    .main{
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        /*margin-left: 40px;*/
        float: right;
    }


    /*Center Brand*/
    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    /*Center Icons*/
    /*nav.sidebar a{*/
        /*padding-right: 13px;*/
    /*}*/

    /*adds border top to first nav box */
    nav.sidebar .navbar-nav > li:first-child{
        border-top: 1px #2a6191 solid;
    }

    /*adds border to bottom nav boxes*/
    nav.sidebar .navbar-nav > li{
        border-bottom: 1px #2a6191 solid;
    }

    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    /*gives sidebar width/height*/
    /*When the Sidebar opens up*/
    nav.sidebar{
        width: 400px;
        height: 100%;
        margin-left: -380px;
        float: left;
        z-index: 500;
        margin-bottom: 0px;
    }

    /*give sidebar 100% width;*/
    nav.sidebar li {
        width: 100%;
    }

    /* Move nav to full on mouse over*/
    nav.sidebar:hover{
        margin-left: -30px;
        /*background-color: #000000;*/

    }
    /*for hidden things when navbar hidden*/
    .forAnimate{
        opacity: 0;
    }
}

nav.sidebar .navbar-nav .open .dropdown-menu>.actions>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>.actions>a:focus {
    color: #2352a0;
    font-weight: bold;
    /*background-color: transparent;*/
}

.badge-nav{
    margin-right: 10px;
    margin-top: 7px;
}

.badge-nav-colored{
    background-color: #2352a0 !important;
}

.actionBar>ul>.actions:hover{
    font-weight: bold;
}

nav:hover .forAnimate{
    opacity: 1;
}

section{
    padding-left: 15px;
}

#resultsActionBar{
    width:30px;
}

.actionBar{
    background-color: #ececec;
    box-shadow: 1px 1px 6px 0px #7b7e84;
}

.actionSettings{
    background-color: #f1f1f1;
    border-right-style: solid;
    border-right-width: thin;
    padding-top: 5px;
    padding-bottom: 5px;
}
.actionHeading{
    background-color:#2352a0 !important;
    color: white !important;
}

.actions{
    background-color: white !important;
    border-color: #2352a0 !important;
    border-right-style: solid;
    border-right-width: thin;
    cursor: pointer;
}

/*
Bootstrap overwrite colors
*/
.panel-primary > .panel-heading{
  background-color:#2352a0 !important;
}

.btn-primary{
  background-color:#2352a0 !important;
}


.panel-heading-lg{
  height:80px !important;
}

.glyphicons-large{
  font-size:60px !important;
  margin-top:10px;
}

.panel-footer-lg{
  height: 150px;
}

.importIndent{
  margin-left:21px;
}
.headerIcon{
  font-family: "Times New Roman";
  font-weight: bold;
  font-size:1.35em;
}

.inactive{
  color: #2352a0 !important;
  /* background-color: #314c79 !important; */
  background-color:#f8f8f8 !important;
}

.inactiveText{
  /* color: white !important; */
  color: black !important;
}

.activeAction{
  font-weight: bold !important;
  background-color: rgb(217, 228, 247) !important;
}

.panel-orange{
  background-color: #ff9716 !important;
  color: #ffffff !important;
}

.panel-green{
  background-color: #3ead46 !important;
  color: #ffffff !important;
}

/* .list-group-item:hover{
  font-weight: bold !important;
} */

.hoverBold:hover {
  font-weight: bold !important;
}

.fifty-percent-bigger {
  font-size: 1.5em;
}

.twenty-five-percent-bigger {
  font-size: 1.25em;
}

.half-size {
  font-size: .5em;
}

.three-forths-size {
  font-size: .75em;
}

.download-text {
  vertical-align: top;
}

.download-icon {
  font-size: 2em;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.group-selector {
  max-height: 300px;
  overflow: auto;
}

.title-padding {
  padding: 5px;
}

.button-section-margin {
  margin: 10px;
}

.fixed-panel {
  min-height: 30vh;
  max-height: 80vh;
  overflow: auto;
}

.scanner-results {
  overflow: auto;
  height: 400px
}

/*.scanner-execute-search-btn {*/
  /*position: relative;*/
  /*bottom: 125px;*/
/*}*/

.wf-run-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wf-panel {
  width: 85%;
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.wf-details {
  min-width: min-content;
  max-width: max-content;
  margin: 0 auto;
  flex: 1 0 auto;
}

.wf-aliquots {
  border: 1px solid silver;
  border-radius: 4px;
  width: 30%;
  flex: 0 0 auto;
  padding: 10px;
  margin: 0;
}

.wf-icon {
  margin-left: .5em;
}

.wf-checkbox {
  vertical-align: middle;
}

.scan-value-not-found {
  margin: 0 auto;
}

.xs-bottom-spacing {
  margin-bottom: 5px;
}

.import-form-group-spacing {
    padding-bottom: 5px;
    padding-right: 5px;
}

.parsed-file {
  height: 100px;
  overflow: auto;
}

.full-width {
  width: 100%;
}

.import-badge-fix {
  top: 0 !important;
}

.preserve-white-space {
  white-space: pre;
}

.word-wrapping {
  word-wrap: break-word;
  word-break: break-all;
}

.inline-blk {
  display: inline-block;
}

.disableElement {
  opacity: 0.5;
  pointer-events: none;
}

.charts-confirm-delete {
  opacity: 0.5;
}

.charts-resize-icon {
  font-size: 1.5em;
  margin: 0px !important;
}

.chart-panel-heading {
  display: flex;
  justify-content: space-between;
  padding-right: 2px;
}

.chart-template-selector {
  max-height: 50vh;
  overflow: auto;
}

.display-flex {
  display: flex;
}

.flex-grow {
  flex: 1 0 auto;
}

.flex-stay {
  flex: 0 0 auto;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.align-baseline {
  align-items: baseline;
}

.align-center {
  align-items: center;
}

.btn-space-rt-10 {
  margin-right: 10px;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.import-save-copy-modal {
  font-size: 1.15em;
  margin: 0px;
  border: none;
}

.invalid {
  border-color: #dc3545 !important;
  border-width: 2px;
}
#importErrorsTable{
    height: 500px !important;
    overflow: auto;
}

#importErrorViewer{
    margin-top: -20px;
    margin-right:15px;
    margin-left:-20px;
}

#spreadsheetOverlay{
    width:100%;
    height:602px;
    position:absolute;
    z-index:10;
    background-color: rgba(124, 124, 124, 0.86);
    text-align: center;
}
#spreadsheetViewer{
    /*margin-left: 10px;*/
    margin-top:-20px;
}

#spreadsheetBtn{
    width: 250px !important;
}

#spreadsheetButtons{
    width: 250px !important;
    /*height:602px;*/
    position:absolute;
    z-index:9;
    margin-left: 92px;
    margin-top:4px;
    background-color: #ffffff;
    /*text-align: center;*/
}
.spreadsheet-btn{
    border-color: #757371 !important;
}

#importRenderFileBtn{
    margin-top: 10px;
}

#spreadsheetRowFix{
    color: transparent;
}

.record-header{
    text-align: center;
    margin-top: 0px;
    margin-bottom:0px;
}

#importDetails{
    margin-top:-5px;
}

#spreadsheet{
    width:95%;
    margin-left: 32px;
}

#renderFileOverlay{
    margin-top: 240px;
    background-color: #ffffff;
    height:55px;
}

.errorHeading :hover{
    background-color: #eeeeee !important;
}

.errorList :hover{
    background-color: #eeeeee !important;
}

.errorList{
    background-color: white !important;
}

.errorHeading{
    background-color: white !important;
    /*padding-top: 2px !important;*/
    /*padding-bottom:2px !important;*/
}

.errorDetail{
    background-color: #f8f8f8 !important;
}

dd {
    margin-bottom: .5em;
}

.italic{
    font-style: italic;
}

.breadcrumbRefresh {
    opacity: 0;
}

.breadcrumbRefresh:hover {
    opacity: 1;
}

.table-borderless td,
.table-borderless th, .table-borderless tr{
    border:none !important;
    border-collapse: separate !important;
}

.dashboard-header{
    display: inline-block;
    margin-top:0px;
}
.overflow-auto{
    overflow: auto;
}

.dropzone:hover{
    background-color: #f5f5f5;
}

.delete-trash-can{
    font-size: 15px;
    margin-left: 4px;
}

.wellIcon{
    position: absolute;
    margin-top: -43px;
    margin-left: -40px;
}

.btn-divider{
    font-size: large;
    margin-left: 10px;
    margin-right: 10px;
}

.studyWellIcon{
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
    height: 42px;
}
.enrollmentsIcon{
    height: 40px;
    margin-top: -6px;
}

.dashboard-edit-pane-charts-list .dndPlaceholder{
    display: none;
}

.dashboard .dndPlaceholder{
    display: none;
}

.dragging{
    background-color: #ec7c00;
}

.half{
    width: 50%;
}

.filteringHeader{
    background-color: #e69a00 !important;
    /* background-color: #4b9a77 !important; */
}

.rotate-90-right{
    transform: rotate(90deg);
}

.poolsListItem{
    border-radius:5px;
    padding-right: 10px;
    border: 1px solid white;
    display: inline-block;
}

.poolsListItemSelected{
    background-color: #337ab7;
    border: 1px solid #e6e6e6;
    color: white;
}

.poolsListItem:hover{
    background-color:#e6e6e6;
    border: 1px solid #337ab7;
    color: black;
}

.dashboard-chart-delete-button:hover{
    background-color: #d9534f;
    color: white;
    opacity: 1;
    margin-top: 2px;
    margin-right: 2px;
}


.k-icon.k-i-x { 
  display: none !important; 
}  


.dashboard-row{
    height: 590px;
}

.dashboard-chart-heading-edit{
    display: inline-block;
    margin-left: 30px;
    width: 70%;
}

.dashboard-chart-heading{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.dashboard-chart-delete-button{
    opacity: 0.45;
    margin-top: 2px;
    margin-right: 2px;
}

.dashboard-edit-pane-charts-list{
    height: 300px;
}

.dash-row{
    width: 80%;
}

.width-100{
    width: 100%;
}

.width-50{
    width: 50%;
}

.width-33{
    width: 33.33%;
}

.width-25{
    width: 25%;
}

.width-100-edit{
    width: 79%;
}

.width-50-edit{
    width: 39.8%;
}

.width-33-edit{
    width: 26.66%;
}

.width-25-edit{
    width: 20%;
}

.max-width-55{
    max-width: 55%;
}

.dashboard-edit-pane{
    width: 20%;
    position: fixed;
    right: 1px;
    background-color: #f8f8f8;
}

.emptyChartStyle{
    height: 250px;
    border-style: solid;
    border-color: #657267;
    background-color: #cccccc;
    opacity: .5;
    position:absolute;
}

.dashboard-chart{
    border-style: solid;
    border-color: #e4e4e4;
    height: 590px;
    display: inline-block;
}

.table-borderless{
    border-collapse: separate !important;
    border: none !important;
}

.delimiterEntry{
    width: 45px !important;
}

.workflowName{
    border: 1px solid #cccccc;
    padding: 5px;
    border-radius: 4px;
    width:89%;
}

.popover{
    width: 500px !important;
}

.backBtnCenterFix{
    margin-right: 75px !important;
}

.logicConjunction{
    color: #0040D0;
    font-weight: bold;
}
.hrThin{
    margin-top:8px;
    margin-bottom: 8px;
}

.centered{
  text-align: center;
}

.disableCursor{
    cursor: not-allowed;
}

.createAnother{
  border-style: solid;
  height: 44px;
  padding: 8px;
  border-radius: 4px;
  border-width: thin;
  background-color: white;
  border-color: #c5c5c5;
}

.createAnother:hover{
  background-color: #e2e2e2;
  border-color: #9c9c9c;
}

.readOnlyField{
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  height: 35px;
  font-size: inherit;
  border-color: #cacaca;
  background-color: #ececec;
  padding:5px;
}

.disableClick {
  pointer-events: none;
}

.selectedSearch{
    font-weight:bold;
}

.logicSearchLine{
    text-align: center;
}
.logicParens{
    font-weight: bold;
    font-size: larger;
}

.logicField{
    color: #0040D0;
}

.logicValue{
    color: #ec7c00;
}

.logicLeftParens{
    text-align: right;
    width:10%;
}

.btnIcon{
    height: 44px;
}

.logicRightParens{
    width: 10%;
}

.logicSave{
    width: 35%;
}

.logicCancel{
    width: 35%;
}

.leftParensAdd{
    text-align:right;
}

.modal-header {
    text-align: center;
}

.logicString {
    text-align:center;
}

#ResultsGrid {
 height: 90%;
}

.tabIcon{
    height: 25px;
    width: 25px;
}

.tableIcon{
    height: 30px;
    width: 30px;
}

.tableHeaderText :hover{
    text-decoration: underline;
}

.tableHeaderText{
    padding: 5px;
    font-size: 1.1em;
}

.clickable{
    cursor: pointer !important;
}

.grabbable{
    cursor: move;
}

.savedSearchFixed{
    height: 500px !important;
    overflow: auto
}

.ScannerErrorsTable{
    height: 320px !important;
    overflow: auto
}

.scanner-modal{
    margin-top: 40px;
}

.searchNameInput{
  width: 233px !important;
}

.read-only-disabled{
  font-style: italic;
  color: rgba(40, 45, 52, 0.52);
}

.hover-delete.btn-default:hover{
    background-color: #d9534f !important;
    color:white !important;
}

.k-i-loading {
    display: none;
}

.badge-colored{
     background-color: #3366cc !important;
 }

 .badge-faded{
     background-color: #dedede !important;
 }

.badge-danger{
    background-color: #d9534f !important;
}

.badge-success{
    background-color: #5cb85c !important;
}
.badge-warning{
    background-color: #f0ad4f;
}

@media (min-width: 992px){
    .modal-lg {
        width:90%;
    }
}

.aliquotEntryModalBody{
    height: 84vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.processWFModalBody{
    height: 85vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.configAliqEntryModal{
    width: 95% !important;
    overflow-x: hidden !important;
    overflow-y: auto;
}

.configAliqEntryModalBody{
    height: 90vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.printLabelsDialog{
    height: 90vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.red{
    color: #d9534f !important;
}

.green{
    color: #5cb85c !important;
}

.yellow{
    color: #eae146;
}

.checked{
  color:#3366cc;
  font-weight: bold;
}
.bold{
  font-weight: bold;
}
.unchecked{
  font-weight: normal;
}

#version{
    padding-top: 6px;
    color: #347bb7;
}

.dummyClass{
    font-weight: normal;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    margin-left: 148px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    font-weight: bold;
}

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.navButton:hover{
    background-color: #e7e7e7;
}

.navDivider{
    border-style: solid;
    height: 49px;
    border-width: 0.5px;
    border-color: lightgray;
    margin: 3px;
}

#ResultsContainer{
    width:96%;
    margin-left: 45px;
}


.rbLabel{
    font-weight: normal !important;
}

.rbLabel .selected{
    font-weight: bold !important;
}

.question{
    font-weight: bold;
    color: #3a91d5;
    margin-bottom:2px;
}

.panel-heading{
   padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.orange{
    background-color: #ff800a !important;
}
.panel-body{
    padding:8px !important;
}
.panel-default{
    margin-top: -1px !important;
}

select{
    cursor: pointer !important;
}

.navFix{
    margin-top: 62px;
}

.navFixWF .navFix{
    margin-top:0px !important;
}

.requiredField{
    margin-top:5px;
    color: #d9534f;
}

.selected{
    font-weight: bold !important;
}

#resultsTab{
    position: absolute!important;
    margin-left: 30px;
}


.FOUND{
    background-color: rgba(0, 214, 0, 0.53) !important;
}

.PROCESSED{
    background-color: white;
    color: darkgray;
    font-style: italic;
}

.ERROR{
    background-color: #f67c7c!important;
    color: white !important;
}

.ERROR.k-state-selected{
    background-color: #a478f6 !important;
}

.errorMessageOLRemoveNumbers{
    list-style-type: none;
}

.navGlyphicon{
    font-size:20px;
}

.PROCESSED:hover{
    cursor: not-allowed;
    color: darkgray !important;
    background-color: white !important;
}

#workflowResultsContainer{
    margin-left: -55px;
}

.workflowActioNav{
    height: 45px !important;
}

.positionInput{
    width:50px !important;
}

.popover .right{
    width:400px !important;
}

.btn .glyphicons{
    margin-top:2px;
}

.btn-menu{
    padding:0px;
    margin-left:15px;
    border-style: solid;
    border-width: 2px;
}

.createKitsTable{
    width: 70%;
    margin-left: 15%;
    max-height: 60vh;
    overflow: auto;
}

.createKitsTableMax{
    max-height: 70vh;
    overflow: auto;
}

.createKitsCheckbox{
    max-width: 15px;
}

.createKitsRight{
    text-align: right;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
}

a .glyphicons{
    padding-top: 3px !important;
}
.glyphicons-ok{
  padding-top:3px !important;
 }

.glyphiconsFix{
    padding-top:3px !important;
}

.heading-back-btn{
    margin-top: 4px;
    position: absolute;
}

.glyphicons-plus-sign{
    margin-right: 1px !important;
}

.scanner-bottom-margin {
  margin-bottom: 10px;
}

.no-vial-btn {
  width: 64px;
}

.invisible{
    opacity: 0;
}

pre {
  height: auto;
  max-height: 300px;
  overflow: auto;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: pre !important;
}

.red-bkgrd {
  background-color: #d9534f;
}

.yellow-bkgrd {
  background-color: yellow;
}

.no-padding {
  padding: 0px;
}

.no-right-margin {
  margin-right: 0px !important;
}

.auto-margin {
  margin: auto;
}

.margin-left-25 {
  margin-left: 25%;
}

.fbscanner-bck-btn {
  margin-top: 4px;
}

.scan-btns-container {
  display: flex;
  justify-content: center;
}

.text-align-right {
  text-align: right;
}

/*QC Check Workflows*/
.qcRemoveBtn{
    height: inherit;
    border-radius: 0 4px 4px 0;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    border-color: #dddddd;
    background-color: #f2f2f273;
}

.qcRemoveButtonDiv{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.processWFQCCheckArea{
    padding-right: 0;
}

.searchByList label{
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 15px;
}
.checkbox-label{
    padding-top:0px !important;
}
.btn-gray{
    background-color: #dcdcdc !important;
    border-color: #dcdcdc!important;
}

.chart-loading{
    position: absolute;
    margin-top: 150px;
    margin-left: -100px;
}

.active-tab{
    color: #2352a0;
    font-weight:bold;
}

.field-input{
    padding-left:5px;
    padding-top:2px;
}

.configEntryFormColumn{
    border: #a2a2a2;
    border-style: dashed;
    min-height: 200px;
    background-color:#eaeaea;
    display: inline-block;
}

.entryFormColumn{
    min-height: 200px;
    display: inline-block;
    padding:2px;
}

.panel-bordered{
    border: 1px solid;
}

.addColumnBtn{
    margin-left: 5px;
    float:right;
    width:40px;
}

.configEntryPageNav{
    width:85%;
}

.configEntryFormPalette{
    overflow: auto;
    max-height: 500px;
}

.configEntryToolbox{
    height:500px;
    position: fixed;
    right: 1px;
}

.fieldPlaceHolder{
    height:34px;
    width:100%;
    background-color:lightgray;
}

.configEntryEditPageBtn{
    font-size:12px;
    padding: 3px 5px;
}

.configEntryColumnDelete{
    margin-top: 2px;
    margin-right: 2px;
}

.addColumnBtn{
    margin-top: 2px;
    margin-right: 2px;
}

.moveColumnBtn{
    font-size: 18px;
}

.moveColumnBtn:hover{
    color: #3a91d5;
}

.padding-bottom-60{
    padding-bottom: 60px;
}

.configEntryColumnDelete:hover{
    background-color: #d9534f;
    color: white;
    opacity: 1;
    margin-top: 2px;
    margin-right: 2px;
}

.editPageName{
    height: 25px;
}

.tabDisabled {
    cursor: not-allowed;
    pointer-events: none;
    color: grey;
}

.inline-flex{
		display:inline-flex;
}

.width-95{
		width:95%
}

.color-picker{
		position:absolute;
		width:200px;
		margin-left:-155px;
		margin-top:2px;
}

.color-picker-item{
		color:black;
}

.panel-red{
		background-color:#e41124;
		color: #ffffff !important;
}

.panel-blue{
	background-color:#2352a0;
	color: #ffffff !important;
}

.paletteItem{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}

.color-picker-list-group{
	background-color: #f3f3f3;
	border-color: #9f9f9f;
}

.color-picker-button{
		height: 34px;
		border-radius: 4px;
		background-color: white;
}

.colorWheel{
		height:32px;
}

.colorWheel:hover{
		background-color: #d3ddf9;
}

.color-black{
		color:black;
}
.color-white{
		color:white;
}

.panelHeadingColorBtn{
		float:left;
		margin-right:6px;
		margin-top:-3px;
}
.panelColumn{
		padding-left:0;
		min-height:100px;
}

.TimesNewRoman{
		font-family: "Times New Roman";
		font-style: bold;
}

.configSamEntryFieldLabel{
    font-weight: bold;
    border: unset;
    margin-bottom: 5px;
    width: 100%;
}

.configSamEntryFieldLabel:hover{
    border: 2px solid #ccc;
    border-radius: 4px;
}

.configSamEntryPanelHeading{
    border: unset;
    width: 95%;
    font-size: 18px;
    display: block;
    background: transparent;
}

.configSamEntryPanelHeading:focus{
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.configSamEntryPanelHeading:hover{
    border: 2px solid #ccc;
    border-radius: 4px;
}

.configSamEntryFieldInput{
		cursor: move !important;
		margin-bottom: 5px;
		margin-right: 0.5%;
}

.entryFieldLabel{
    padding-top: 5px;
    margin-left: 2px;
}

.movable{
    cursor: move;
}

.pregenerated {
    background-color: #4b9a77 !important;
    color: white;
}

.emptyPanelColumn{
		background-color:#f9f9f9;
		border-style: dotted;
		border-color:#a9a9a9;
		color:gray;
}

.panelColumnOffset{
		margin-top: 36px;
}

.margin-right-tiny{
		margin-right:0.5%;
}

.margin-left-tiny{
    margin-left:0.5%;
}

.padding-right-zero{
		padding-right:0px !important;
}
.padding-left-zero{
		padding-left:0px !important;
}

.padding-zero{
    padding:0px !important;
}


.navIcon{
		height:35px;
		width:35px;
}

.configSamEntryFieldDisabled {
	background-color: #9f9f9f;
}

.configSamEntryFieldDisabledIcons
{
	cursor: pointer;
}

.height-thirty-pixels{
	height: 30px;
}

.height-long-text-field{
    height: 92px;
}

.freezerGraphicObjectHeight{
    height: 400px;
}

.margin-top-14-percent{
    margin-top: 14%;
}

.margin-top-5{
    margin-top:5px;
}

.margin-right-zero{
    margin-right:0px !important;
}

.margin-left-zero{
    margin-left:0px !important;
}

.margin-zero{
    margin: 0px !important;
}

.well-condensed{
    padding:5px;
    margin-bottom:5px;
}

.tab-condensed{
    padding-left:10px !important;
    padding-right:12px !important;
}

.mlvTab{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mlvTabSelected{
    border-color: #337ab7 #337ab7 transparent !important;
    box-shadow: 0px 0px 5px 0px #337ab7;
}

.padding-left-10{
    padding-left:10px;
}
.color-lightgrey{
    color: lightgrey;
}

.configSamplesEntryDescription{
    height: 150px;

}

.resize-none{
    resize: none;
}

.entryFormIconArea{
    height: 140px;
    width: 100%;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.padding-right-12{
    padding-right: 12px;
}

.width-109{
    width: 109%;
}

.width-18{
    width: 18%;
}

.modal.fade.in{
    background-color: rgba(0, 0, 0, 0.52) !important;
}

.height-75-pixels{
    height: 75px;
}

.freezerAssignmentObjects{
    padding: 10px;
    background-color: #f0f0f0;
    border-style: solid;
    border-color: gray;
}

.freezerIcon{
    height: 41px;
}

.position-fixed{
    position: fixed;
}

.width-8-percent{
    width:8%;
}

.width-9-percent{
    width:9%;
}

.cursor-default{
    cursor: default;
}

.height-100{
    height: 100%;
}


/* Alternating row stripe colors */
table.aliquots-listbox tr:nth-child(even) {
  background-color: #eee;
}
table.aliquots-listbox tr:nth-child(odd) {
  background-color: #fff;
}

.entryFormField-LongText{
    height: 92px;
}

.entryFormField-AllFields{
   margin-bottom: 5px;
   resize: none;
   resize: vertical;
   width: 100% !important;
}

.entryFormField-error{
	margin-bottom: 5px;
	resize: none;
	resize: vertical;
	width: 93% !important;
}

.width-inherit{
    width: inherit;
}

.margin-top-10{
    margin-top:10px;
}

.list-group-item-padding-fix{
    padding:12px 10px;
}

.list-group-item:hover{
    background-color: #f5f5f5;
}

.margin-top-5{
    margin-top:5px;
}

.margin-right-4{
    margin-right:4px;
}

.margin-right-6{
    margin-right:6px;
}

.padding-top-5{
    padding-top:5px;
}

.sample-footer{
    position: fixed;
    bottom:0px;
    width: 100%;
}

.entryFormFieldRequiredAsterisk{
    color: #d9534f;
    margin-top: 3px;
}

.margin-left-4{
    margin-left: 4px;
}

.margin-left-6{
    margin-left: 6px;
}

.fieldRangeWarning{
    font-size: 25px;
    margin-top: 4px;
}

.fieldError{
    border: red;
    border-style: groove;
    padding:4px;
}

.selectedListViewEntry{
    background-color: #3776e0 !important;
    color: white;
}

.selectedListViewEntry:hover{
    background-color: #3776e0 !important;
    color: white;
}

.selectedPatientRow{
    background-color: #3776e0 !important;
    color: white;
}

.selectedAliquot :hover{
    background-color: #c1d8ff !important;
    color: white;
}

.aliquotList.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #c1d8ff;
    color: black;
}

.fwTable.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #c1d8ff;
  color: black;
}

  table.multi-sort-menu {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
  }
  table.multi-sort-menu td, table.multi-sort-menu th {
      border: 1px solid #AAAAAA;
      padding-left: 5px;
      padding-right: 5px;
  }
  table.multi-sort-menu tbody td {
      background-color: #fff;
      font-style: normal;
      text-align: right;
  }
  table.multi-sort-menu th {
      background-color: #AAAAAA;
      font-style: normal;
  }

  .samplesEntryAliquotButtonArea{
    margin-top: 84px;
    /* display: flex; */
  }

  .samplesEntryAliquotButtons{
      margin-right: 5px;
  }

  .samplesEntryAliquotsList{
      border: #c0c0c0;
      border-width: 1px;
      height:75vh;
      overflow:auto;
      border-style: solid;
  }

  .fwResultsTable{
    border: #c0c0c0;
    border-width: 1px;
    overflow:auto;
    border-style: solid;
  }

  .fwTableFooter{
    text-align: right;
    margin-top: -1px;
    border: #bfbfbf;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    background-color: #f9f9f9;
  }

  .addToPatientList{
      border: #c0c0c0;
      border-width: 1px;
      height:60vh;
      overflow:auto;
      border-style: solid;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 1px;
      margin-right: 1px;
    }

  .addToPatientModelWells{
      margin-left: 19px;
      margin-right: 19px;
  }

	.auditTrailList{
		border: #c0c0c0;
		border-width: 1px;
		height:80vh;
		overflow:auto;
		border-style: solid;
	}

  /* .fwTab{
    border-radius: 3px;
    background-color: #9f9f9f;
  } */

  .fwTableColumns{
    border: #9f9f9f;
    border-width: 1px;
    width: auto !important;
    /* max-width: 300px; */
    overflow: hidden;
    white-space: nowrap;
  }

  .searchButtonSml{
      margin: 0px;
      padding-top: 3px;
  }

  .editColumn{
      text-align: right;
  }

  .iconSml{
    height: 25px; 
    width: 25px;
  }

  .fwTableHeaders{
    white-space: nowrap;
    position: sticky;
    top: 0;
    background-color: #2352a0;
    color: white;
  }

  .fwTableHeadersPregenerated{
    white-space: nowrap;
    position: sticky;
    top: 0;
    background-color: #4b9a77;
    color: white;
  }

  .stickyHeaders{
    position: sticky;
    top: 0;
    background-color: white;
  }

	.auditTrailListBoxFilterButtons{
		margin-top: 10px;
	}

  .aliquotsListBoxFilterButtons{
      margin-top: 10px;
  }


  .aliquotsListBoxFilterTable{
    max-height: 300px;
    max-width: 244px;
    overflow: auto;
    color: black;
    margin-top: 10px;
  }

  .aliquotsListBoxStatusIcons{
      height: 25px;
  }

  .aliquotsEntryStatusIcons{
    height:36px;
		margin-top:-3px;
		margin-right: -10px;
  }

  .aliquotsListBoxHeaders{
    white-space: nowrap;
    position: sticky;
    top: 0;
    background-color: #2352a0;
    color: white;
  }

  .addToPatientListboxHeaders{
    white-space: nowrap;
    position: sticky;
    top: 0;
    background-color: #2352a0;
    color: white;
  }
	.aliquotStatusEntry{
		display: flex;
        width: 99%;
        cursor: default !important;
    }

    .homeIcon{
        float:left;
        margin-top:8px;
        height:58px;
        margin-left:2px;
    }

    .homeIconList{
        float:left;
        height:35px;
        margin-top:-3px;
    }
    .homeBtnList{
        height: 50px;
    }

    .homeBtnList:hover{
        font-weight: bold;
    }

    .homeBtnListText{
        padding-right: 30px;
        margin-top: 3px;
    }
    .white{
        color: white;
    }
    .closeGraphicBtn{
        float:right;
        margin-top:-57px;
    }

    .listBoxFilterMenu{
        background-color: white;
        border: solid rgb(184, 182, 182) 1px;
        display: block;
        padding: 12px;
        position: absolute;
        margin-top: 6px;
        margin-left: -3px;
    }

    .passedQCCheck{
        background-color: #64e23f !important;
        color: white;
    }

    .qCCheckTable{
        border: #c0c0c0;
        border-width: 1px;
        height:68vh;
        overflow:auto;
        border-style: solid;
        /* display: block; */
    }

    .processWFModal{

            width: 95% !important;
            overflow-x: hidden !important;
            overflow-y: auto;
    }

    .testsOrderedModal{
    width: 75% !important;
    overflow-x: hidden !important;
    overflow-y: auto;
    }

    .qcCheckFields{
        width: 100% !important;
        margin-bottom: 10px;
    }

    .processWFSubPanels{
        display: inline-block;
        width: 49%;
        margin-right: 9PX;
    }

    .workflowOrderTestEntryField{
			margin-bottom:10px;
    }

    .workflowShipmentInfoField{
        width: 100% !important;
    }

    .margin-bottom-20{
        margin-bottom: 20px;
    }

    .margin-left-20{
        margin-left: 20%;
    }

    .WFTransactionNotes{
        height: 224px;
        width: 224px;
    }

    .WFTransactionsNotesRequired{
        margin-top:2px;
        color: #d9534f;

    }

    .PHIWarningExclamationPoint
    {
        color:orange;
    }

		
    .noMargins{
        margin: 0!important;
    }
		
    .phiInsecureAlert{
        margin-top:5px;
        margin-bottom:0px;
    }

        
    .notSelectable {
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
      -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
    }

    .navBarIcon{
      height: 28px;
      margin-top: -3px;
    }

    .saveBtn{
      border: #4b9a77;
      border-style: solid;
      border-width: thin;
      height: 44px;
    }
    .cancelBtn{
      height: 44px;
    }
    .saveIcon{
      height: 28px;
      width: 28px;
    }

    .actionNavIcon{
      margin-top: -5px;
      margin-right: -5px;
    }

    .sampleIcon{
      height: 35px;
      width: 35px;
    }

    .testsOrderedHeader{
        background-color: #2352a0;
        color: white;
        padding: 5px;
    }

    .testNotes{
        height: 130px !important;
        width: 98%;
        max-width: 98%;
    }

    .testsOrderedInputs{
        cursor: default !important;
    }
    
    .testsOrderedCheckbox{
        width: 20px !important;
        height: 20px !important;
    }

    .testsOrderedNavTabs{
        margin-bottom: 30px;
        margin-top: 10px;
        margin-left: 3px;
    }

    .testsOrderedName{
        font-size: 25px;
        margin-top: 10px;
    }

    .testsOrderedHeaderIcon{
        height: 45px;
        margin-top: 8px;
    }

    .wfHeaderLabel{
      text-align: right;
      margin-right:3px;
    }

    .deleteSuccessful{
        background-color: #7de75f !important;
    }

    .deleteFailed{
        background-color:#e17a77 !important;
    }

    .deleteConfirmationModal{
        width: 80% !important;
        overflow-x: hidden !important;
        overflow-y: auto;
    }

    .borderNone{
      border: none !important;
    }

    .stickyHeaders{
      position: sticky;
      top: 0;
      background-color: white;
    }

    .fade {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        }

    .atShowPHIButton{
       margin-right: 20px;
    }

    .atShowPHIButton > img {
        height:20px;
    }
    .patientSamplesListviewDropDown{
        margin-bottom: 8px;
        margin-right: 29px;

    }

    .fwStandardModalHeader{
        background-color: #2352a0;
        color: white;
    }

