:root {
    --corporate-blue: rgb(0,91,149);
    --corporate-red: rgb(0,158,255);
    --corporate-grey: rgb(125,134,140);
    --prostate-blue: rgb(0,158,255);
    --bladder-purple: rgb(200, 85, 46);
    --accent-yellow: rgb(204,181,74)
}
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "proxima-nova-regular", sans-serif, serif;
    font-size: 12px;
    margin: 0 0 80px;
}

footer {
    position: absolute;
    padding-top: 20px;
    left: 0;
    bottom: 10px;
    height: 80px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

footer p {
    padding-top: 5px;
}

h1 {
    font-family: "Galano Grotesque", sans-serif, serif;
    text-align: center;
    color: rgb(0,91,149);
    padding-bottom: 20px;
    font-weight: normal;
}

h2 {
    font-family: "Galano Grotesque", sans-serif, serif;
    text-align: center;
    padding-bottom: 20px;
    font-weight: normal;
}

h3 {
    color: rgb(0,91,149);
    text-align: center;
}

.well h2 {
    color: rgb(0,91,149);
    padding-bottom: 10px;
}

.bladder h1,
.bladder h2,
.bladder h3 {
    color: rgb(200, 85, 46);
}

.prostate h1,
.prostate h2,
.prostate h3 {
    color: rgb(0,158,255);
}

button, .btn, .btn:focus {
    background-color: rgb(0,91,149);
    border-color: rgb(0,91,149);
    color: white;
}

.btn:hover {
    color: white;
    background-color: rgb(0,158,255);
}

form .form-group{
    text-align: left;
}

label {
    font-weight: bold;
}

.corporate-text {
    color: rgb(0,91,149);
}

.biopsy-text {
    color: rgb(24,159,218);
}

.bladder-text {
    color: rgb(169,34,134);
}

.corporate-red-text {
    color: rgb(0,158,255);
}

.gray-text {
    color: rgb(125,134,140);
}

.corporate-bg {
    background-color: rgb(0,91,149);
}

.biopsy-bg {
    background-color: rgb(24,159,218);
}

.prostate-bg {
    background-color: rgb(24,159,218);
}

.bladder-bg {
    background-color: rgb(200, 85, 46);
}

.post-op-bg {
    background-color: rgb(0,158,255);
}

.gray-bg {
    background-color: rgb(125,134,140);
}

/* Style for navbar */
.brand {
    height: 38px;
    margin-top: 5px;
}

.footer-brand {
    height: 60px;
    float:right; 
    padding-bottom:10px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-custom {
    background-color: rgb(0,91,149);
    border: none;
}
/*.lower-nav .navbar-nav {
    padding-left: 15px;
}*/

.navbar-right {
    margin-right: -80px;
}

.user-img {
    padding-right: 10px;
    height: 20px;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle,
.navbar-custom .navbar-toggle:focus{
    background-color: rgb(0,154,218);
    border-color: rgb(0,154,218);
    text-transform: uppercase;
    color: white;
    font-size: 12px;
}

.navbar-custom .nav li a,
.navbar-custom .nav li a:focus{
    color: white;
}

.dropdown a:focus{
    color: white !important;
    background-color: rgb(0,91,149) !important;
}

.dropdown a:hover{
    color: white;
    background-color: rgb(125,134,140) !important;
}

.dropdown li a,
.dropdown li a:focus {
    color: rgb(0,91,149) !important;
        font-size: 12px;
}

@media(max-width: 770px) {
        .dropdown li a,
        .dropdown li a:focus {
            color: white !important;
        }
    }

.dropdown li a:hover{
    color: white !important;
    background-color: rgb(125,134,140) !important;
}

.navbar-custom .nav li a:hover {
    background-color: rgb(125,134,140);
    color: white;
}

.navbar-custom .navbar-toggle:hover {
    background-color: rgb(0,158,255);
    border-color: rgb(0,158,255);
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:focus {
    border-radius: 0;
    color: white;
    background-color: rgb(0,158,255) !important;
}

.navbar-custom .navbar-nav > .active > a:hover {
    color: white;
    background-color: rgb(125,134,140) !important;
}

/* Style for every page */
.main-body {
    padding-top: 75px;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.not-bold {
    font-weight: normal !important;
    font-family: "Galano Grotesque" !important;
}

.text-left {
    text-align: left;
}

/* Styles for the Orders page */
.chart-section {
    display: none;
}

.orders .btn:hover {
    background-color: rgb(0,158,255);
    color: white;
}

.orders table {
    margin: auto;
}

.orders table td a {
    color: rgb(0,91,149);
}

.orders-search-box {
    margin: auto;
}

.chart-section h1 {
    padding-bottom: 20px;
    padding-top: 10px;
    width: 300px;
}

.data-chart {
    margin-top: -5px;
    width: 400px;
    position: relative;
    z-index: 1;
}

.order-status-chart {
    position: relative;
    z-index: 2;
}

.chart-totals {
    text-align: center;
    vertical-align: middle;
    margin-top: -430px;
    margin-left: 80px;
    width: 1px;
}

.order-status {
    padding-top: 60px;
}

.status-chart-totals {
    text-align: center;
    vertical-align: middle;
    margin-top: -130px;
    margin-left: 80px;
    width: 1px;
}

.test-count,
.status-count {
    font-size: 40px;
}

@media (min-width: 1220px) {
    .chart-section {
        display: block;
    }
}

.new-result {
    font-weight: bold;
}

.new-result i {
    color: rgb(0,158,255);
    text-align: center;
    margin-top: 3px;
}
    
.tnp-row
{
	background-color: rgb(216,216,218);
}
    
.table-filters div
{
	padding-top: 5px;
}

/* Styles for the Patients page */
.table-section {
    margin: auto;
}

.patients-chart {
    display: none;
}

.patients table {
    margin: auto;
}

.patients .btn:hover {
    background-color: rgb(0,158,255);
    color: white;
}

.patient-search-box {
    width: 400px;
    margin: auto;
}

@media (min-width: 1220px) {
    .patients-chart {
        display: block;
        margin-left: -50px;
    }

    .patients table {
        margin-left: 55px;
    }
}

/* Styles for the Ordering page */
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: rgb(0,91,149);
}

.nav-pills-bladder>li.active>a,
.nav-pills-bladder>li.active>a:focus,
.nav-pills-bladder>li.active>a:hover {
    background-color: rgb(200, 85, 46);
}

.nav-pills-prostate>li.active>a,
.nav-pills-prostate>li.active>a:focus,
.nav-pills-prostate>li.active>a:hover {
    background-color: rgb(0,91,149);
}

.nav-pills h2 {
    padding-bottom: 10px;
}

.patient-information,
.billing-information,
.pathology-information,
.decipher-information,
.authorization {
    display: none;
}

.order form button {
    width: 100px;
    margin-top: 25px;
    text-align: center;
}

a.btn {
    width: 100px;
    margin-top: 25px;
    text-align: center;
}

.order .form-group {
    margin: 10px;
}

.order .required-field-missing {
    color: red;
    text-align: center;
    margin-top: 30px;
    font-size: 17px;
    display: none;
}

.order .invalid-psa-message,
.order .invalid-date-message {
    color: red;
    text-align: center;
    display: none;
}

.required-input {
    border: 2px solid red;
    border-radius: 4px;
}

.required-label {
    color: red;
}

.add-padding {
    padding-left: 50px;
}

.file-input
{
    height: 100px !important;
}

.btn-file-input {
    background-color: rgb(0,91,149);
    color: white;
    border: solid 1px rgb(0,91,149);
}

.btn-file-input:hover {
    background-color: rgb(0,158,255);
}

.dateFormat {
    display: none;
}

/* Order Selection */
.order-selection .test-selection-img {
    width: 300px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
	border: 2px solid transparent;
}

.order-selection .biopsy-selection,
.order-selection .post-op-selection,
.order-selection .bladder-selection {
    border-radius: 10px;
}

.order-selection .form-check{
    border-radius: 5px;
    width: 200px;
    margin: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    vertical-align: middle;
    margin: auto;
    margin-top: 20px;
    color: white;
}

.order-label {
    padding-left: 10px;
    font-weight: normal;
}
    
/* Draft Order Selection */
.draft-selection table td
    {
        vertical-align: middle !important;
    }

/* Patient Information */
.ethnicity .checkbox-inline {
    vertical-align: top;
}

fieldset table td label {
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: middle;
}

    .main-sex-label {
        padding-bottom: 15px;
    }

/* Billing Information */
.billing-type .checkbox-inline {
    vertical-align: top;
}

/* Pathology/Specimen Information */
.required-histology-information {
    color: red;
    display: none;
}

.path-lab-name {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.pathlab {
    margin-top: 5px;
}

.other-pathlab input {
    margin-top: 10px;
}

.other-pathologist {
    margin-top: 5px;
}

/* Decipher Testing */
.clinical-history .checkbox-inline {
    padding-left: 50px;
}

.order .gleason-score span {
    font-size: 20px;
    font-weight: normal;
        padding-top: 3px;
}

.plus-sign {
    margin-left: -7px;
}

.total-gleason {
    font-size: 15px !important;
    padding-top: 8px !important;
}

.regimen-text {
    width: 350px;
    margin-left: -50px;
}

.clinical-stage .radio-inline {
    padding-left: 20px;
}

.pre-decipher .checkbox-inline {
    vertical-align: top;
}

.rt-text .checkbox-inline {
    padding-left: 30px;
    padding-right: 10px;
}

.clinical-information-post-op {
    margin-top: -8px !important;
}

.radiation-or-hormone .radio-inline {
    padding-left: 40px;
}

.required-clinical-information {
    display: none;
    color: red;
}

.required-pre-decipher {
    display: none;
    color: red;
}

.prior-intravesical-therapy .checkbox-inline {
    vertical-align: top;
}

.bladder .pre-decipher .form-control {
    margin-left: -10px;
}

.bladder .pre-decipher .col-xs-3 .form-control {
    margin-left: -35px;
}

.nav-pills {
    display: none;
}

@media (min-width: 770px) {
    .nav-pills {
        display: block;
    }
}
    
.draft-orders-table .resume-btn {
	margin-bottom: 5px;
	margin-right: 0px;
}
    
.draft-orders-table .draft-start-column,
.draft-orders-table .draft-edit-column
{
	display: none;
}
    
.draft-orders-table .practice-column
{
	display: none;
}
    
.draft-btn-section
{
	float: right;
	margin-top: -110px;
}
    
.draft-apex-btn-section
{
	float: right;
	margin-top: -120px;
}
    
@media (min-width: 992px)
{
	.draft-orders-table .resume-btn
	{
		margin-right: 5px;
		margin-bottom: 0px;
	}
}
    
@media (min-width: 1200px)
{
	.draft-orders-table .draft-start-column,
    .draft-orders-table .draft-edit-column
    {
        display: table-cell;
    }
}
    
@media (min-width: 575px)
{
	.draft-orders-table .practice-column
    {
        display: table-cell;
    }
}
    
@media (min-width: 675px)
{
	.draft-btn-section
	{
		float: right;
		margin-top: -100px;
	}
}
    
@media (min-width: 1100px)
{
	.draft-apex-btn-section
	{
		float: right;
		margin-top: -75px;
	}
}
    
@media (min-width: 734px)
{
	.draft-apex-btn-section
	{
		float: right;
		margin-top: -85px;
	}
}

/* Authorization */
.grid-logo {
    width: 200px;
    padding-right: 20px;
}

/* Style for Contact Page */
.contact .required-field-missing {
    color: red;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 15px;
    display: none;
}
.submit-ticket {
    margin-top: 20px;
}

.field-title {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}

.comment-field {
    display: block;
    margin: auto;
    width: 30%;
}

.comment-save {
    text-align: center;
    background-color: rgb(0,91,149);
    color: white;
    margin-top: 10px;
}

.comment-form .required-field-missing {
    color: red;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 15px;
    display: none;
}

    .comments-table {
        display: block;
        margin: auto;
    }

    .comment-body {
        width: 80%;
        padding-right: 30px;
    }

    .comments-table tr:nth-child(even) {
        background-color: rgba(95,125,177,0.75);
        color: white;
    }
    .comments-table tr:nth-child(odd) {
        background-color: rgba(95,125,177,0.5);
        color: black;
    }

    .commenter {
        text-align: right;
    }

    .comments-table tr {
        height: 50px;
    }

    .comments-table td {
        padding: 10px;
    }

    .report-link {
        font-size: 18px;
    }

    .col-centered {
        float: none;
        margin: 0 auto;
    }

    .required-asterisk {
        color: red !important;
        font-size: 13px !important;
        font-weight: bold !important;
    }

.physician {
    display: none;
}

    .sex table label {
        font-weight: normal;
    }

    .clinical-stage table label {
        font-weight: normal !important;
        padding-right: 15px;
    }

.white-link a {
        color: white !important;
    }

/* Graphic Elements */
.logo_line {
	background-color: #FFF;
	width: 90%;
	height: 7px;
	margin: auto !important;
}

.grayLine {
	background-color: #dfe1df;

}

.midWhite {
	width: 3px;
}

.longBox {
	width: 20px;
}

.standardBox {
	width: 6px;
}

.blueBox {
	background-color: #005b95;
}

/* old graphics */
.three-dot-symbol {
    width: 90%;
    height: 10px;
    margin: auto !important;
}

.three-dot-symbol .dot,
.three-dot-symbol .gap {
    width: 10px;
}

.three-dot-symbol .gap {
    background-color: none !important;
}

.prostate .dot {
    background-color: rgb(0,158,255);
}

.bladder .dot {
    background-color: rgb(200, 85, 46);
}

.corporate .first-dot,
.corporate .last-dot {
    background-color: rgb(231,63,81);
}

.corporate .middle-dot {
    background-color: rgb(54,94,159);
}

.three-dot-symbol .line {
    background-color: rgb(229,231,232);
}

.six-dot-symbol {
    height: 30px;
    width: 30px;
    background-color: none;
}

.six-dot-symbol .dot,
.six-dot-symbol .gap {
    width: 10px;
}

.six-dot-symbol gap {
    background-color: none;
}

.corporate .top-right-dot,
.corporate .middle-center-dot,
.corporate .bottom-left-dot,
.corporate .bottom-right-dot {
    background-color: rgb(231,63,81);
}

.corporate .middle-right-dot,
.corporate .bottom-center-dot {
    background-color: rgb(54,94,159);
}

.corporate-gradient .top-right-dot {
    background-color: rgb(0,158,255);
}

.corporate-gradient .middle-center-dot {
    background-color: rgb(26,128,196);
}

.corporate-gradient .middle-right-dot {
    background-color: rgb(3,142,206);
}

.corporate-gradient .bottom-left-dot {
    background-color: rgb(54,94,159);
}

.corporate-gradient .bottom-center-dot {
    background-color: rgb(40,118,188);
}

.corporate-gradient .bottom-right-dot {
    background-color: rgb(22,130,197);
}

.three-dots-no-line {
    height: 8px;
    margin: auto;
    margin-top: -10px;
}

.three-dots-no-line .dot {
    width: 8px;
}

.three-dots-no-line .gap {
    width: 10px;
}

.corporate-blue .dot {
    background-color: rgb(54,94,159);
}

.order-type-logo {
    width: 250px;
    float: left;
}

.report-type-image {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.order-number-title {
    padding-top: 10px;
}

.comments-div .three-dot-symbol {
    width: 100% !important;
}

.comment {
    padding-bottom: 25px;
}

.commenter {
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

.comments-div {
    border-left: 1px solid rgb(0, 91, 149);
    padding-left: 20px;
}

.comment hr {
	border-top: 1px solid #d0d0d0;
}

.footer-links {
    font-size: 10px;
    margin-top: -10px;
}

.footer-links a {
    color: black;
}

.footer-links a:hover {
    color: rgb(0,91,149);
}

.password-change-form {
    display: block;
    width: 45%;
}

.left-div label {
    float: left;
}

.right-div {
    float: right;
}

.password-change-input {
    height: 25px;
    margin: 2px;
}

.password-error-text {
    color: red;
    font-size: 1.3em;
    padding-top: 10px;
}

.password-confirm-text {
    color: green;
    font-size: 1.3em;
    padding-top: 10px;
}

.case-details p {
    word-wrap: break-word;
}

.order-submit-btn {
    margin: 10px;
    }

.btn-group .active,
.btn-group .active:hover,
.btn-group .active:focus {
    background-color: rgb(0,158,255) !important
}

.prior-authorization {
    font-size: 10px;
    font-style: italic;
    float: right;
}

.primary-billing,
.secondary-billing {
    text-align: center !important;
}

.primary-relationship,
.date-of-discharge,
.secondary-relationship {
    width: 87% !important;
}

.billingMessages h5 {
    font-weight: bold;
}

.nmibc td label,
.evidence-of-distant-metastasis td label,
.prior-intravesical-therapy td label {
    font-weight: normal;
    padding-right: 10px;
}

.file-attachment .input-group {
    text-align: center;
}

.file-count {
    padding-left: 10px;
}

.file-attachment .btn {
    margin-top: 10px;
}

.other-pathologist {
    display: none;
}

.other-path-lab {
    margin-top: 5px;
    margin-left: 20px;
    width: 75%;
}

.decipher-report-link {
    color: #333;
}

.report-selection {
	border: 2px solid transparent;
    width: 150px;
    margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.prostate .report-selection:hover {
    border: 2px solid rgb(0,158,255);
    border-radius: 10px;
}

.bladder .report-selection:hover {
    border: 2px solid rgb(200, 85, 46);
    border-radius: 10px;
}

.decipher-report-link:hover {
    text-decoration: none;
    color: #333;
}

.view-order .well label {
    font-weight: normal;
}

.view-order .well p {
    font-family: "Galano Grotesque SemiBold";
}

.view-order .checkbox-true {
    font-family: "Galano Grotesque SemiBold";
}

.view-order .panel-heading {
	background-color: #fbfbfb;
}

.panel-title {
	font-size: 18px;
	text-align: left;
}

.comment-body {
    word-wrap: break-word;
    width: 100%;
}

.attachment-alert {
    color: rgb(204,181,74);
    display: none !important;
}

.inline {
    display: inline-block;
}

.clear-attachment {
    position: absolute;
    z-index: 3;
    padding-left: 72%;
    font-size: 15px !important;
    padding-top: 10px;
}
    
.remove-file-btn {
	background-color: transparent;
	border: none;
    width: 50px !important;
	color: inherit;
	margin: 0px !important;
	padding-top: 4px;
	padding-left: 0px;
}

.footer-graphic {
    float: left;
}

.settings-tabs i {
    font-size: 30px !important;
}

.nav-tabs h4,
.nav-tabs p {
    color: rgb(125, 134, 140) !important;
}

.nav-tabs .active h4,
.nav-tabs .active p {
    color: rgb(0, 91, 149) !important;
}

.user-settings h3 {
    text-align: left;
    padding-bottom: 5px;
}

.user-settings .form-group {
    padding-left: 30px;
    font-size: 13px;
}

.user-settings .btn {
    margin-top: 10px;
}

.user-settings label {
    font-weight: normal;
}

.notification-settings-form-group label {
    padding-left: 5px;
}
.col1 {
    width:70%;
}
.col2 {
    width: 30%;
}
.footer-gray {
    background-color: rgb(223,225,223);
    border-color: rgb(223,225,223);
}
.scrollbar
{
margin-left: 30px;
float: left;
margin-bottom: 25px;
height: 910px;
background-color: white;
overflow-y: auto;
width:560px;
}
#scrollbar-info::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: lightgray;
}
#scrollbar-info::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
#scrollbar-info::-webkit-scrollbar-thumb
{
background-color:  rgb(0,158,255);
border: 2px solid pink;
}