﻿body {
    font-size: 16px;
    padding-top: 70px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 105px;
}


.validation {
    color: #a94442;
    text-align: left;
}

    .validation ul {
        list-style-type: none;
        padding-left: 0px;
    }

input.input-validation-error, select.input-validation-error {
    border: 1px solid #f50000;
}


table.table thead th {
    white-space: nowrap;
}

table.table-clickable tbody > tr[data-href] > td {
    cursor: pointer;
}

table.table-clickable tbody > tr[data-href]:hover {
    text-decoration: underline;
}

.text-sm {
    font-size: 0.85em;
}

.text-lg {
    font-size: 1.2em;
}

.text-xl {
    font-size: 1.6em;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

#patientDetails .form-group {
    overflow: hidden;
}

/*#Patient {
    font-weight: bold;
    text-decoration: underline;
}*/

#HCP {
    /*background-color: azure;*/
    /*font-weight: bold;*/
    border-right: 2px solid lightgray;
    border-left: 2px solid lightgray;
    /*text-decoration: underline;*/
}

/*#Insurance {
    font-weight: bold;
    text-decoration: underline;
}*/

.navbar .navbar-header > p.navbar-brand {
    margin-top: 4px;
    font-size: 2em;
    font-weight: bold;
    color: rgb(245, 255, 245);
}


#cardInfo {
    border: 1px solid black;
    padding: 4px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 1.2em;
}

    #cardInfo table {
        margin-bottom: 20px;
    }

    #cardInfo td {
        padding: 1px;
    }

#viewPrintModal iframe#viewImage {
    border: 0px;
    min-height: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*CSS to make Bootstrap row's cols the same height when applying "row match-my-cols" to div's class
    taken from https://scotch.io/bar-talk/different-tricks-on-how-to-make-bootstrap-columns-all-the-same-height#toc-option-3-using-a-negative-margin-and-huge-padding-trick
*/
.row.match-my-cols {
    overflow: hidden;
}

    .row.match-my-cols [class*="col-"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
/*End equal height row CSS */

/*Begin  20200930 Add CSS to change navbar look to Raylumis Radiant Orange.*/
.navbar-inverse {
   /* background-color: #FFFFFF*/ /*#003865*/ /*#FF7F32*/;
    border-color: #000000 !important;
    background-color: #000000 !important;
}

    .navbar-inverse .navbar-text {
        color: white;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: black;
    }

 /*   .navbar-inverse .navbar-nav > li > a {
        color: black;
    }*/

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }
}

.container-fluid {
    margin-bottom: -6px;
    margin-top: -6px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #e0e0e0 !important;
}

.blue-tooltip + .tooltip > .tooltip-inner {
    background-color: #0f2d5f /*#002b4d #003865*/;
}

/*End  20200930 Add CSS to change navbar look to Raylumis Radiant Orange.*/
