.feedbackMainDiv{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.feedbackTable{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.feedbackTable td {
    padding-top:10px;
}

.highlightedText {
    background: yellow;
}


header {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default {
    background-color: #015293;
    border-color: #015293;
}

.navbar-default .navbar-brand img {
    max-height: 22px;
    margin-top: -2px;
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #D3D3D3;
}

.navbar-default .navbar-text {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: #0163b0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #333333;
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #333333;
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle {
    border-color: #015293;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #015293;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #FFFFFF;
}

.navbar-default .navbar-link {
    color: #FFFFFF;
}

.navbar-default .navbar-link:hover {
    color: #D3D3D3;
}







/* For red asterisk */
mark.red {
    color:#ff0000;
    background: none;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    cursor: pointer;
    color: #005e9e;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #008fdd;
}

ul {
    list-style-type: none;
}

.main-container {
    padding: 0 15px;
}

.operations-row {
    margin-bottom: 10px;
}

.content-body {
    /*min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -130px;*/
    display: block;
    width: 100%;
    padding-bottom: 130px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 125px;
}
.footer {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 125px;
}

.box {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.box-inner {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
    border: none;
    padding-top: 5px;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    height: 35px;
    min-height: 35px !important;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);

}

.box-header h2 {
    font-size: 14px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.box-header h3 {
    font-size: 13px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.box-header h2 > i {
    margin-top: 1px;
}

.box-header > h2 > a {
    color: #005e9e;
    text-decoration: none;
    cursor: pointer;
}
.box-header > h2 > a:hover,
.box-header > h2 > a:focus {
    color: #008fdd;
}

.box-content {
    padding: 10px;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus {
    background-color: #015293;
    color: #FFF;
    border-color: #015293;
}
.btn-white,
.btn-white:hover,
.btn-white:focus {
    background-color: #FFF;
    color: #015293;
    border-color: #015293;
}
.btn-blue:disabled,
.btn-blue:disabled:focus {
    background-color: #999;
    color: #FFF;
    border-color: #999;
}
.btn-white:disabled {
    background-color: #FFF;
    color: #999;
    border-color: #999;
}

.creation-info {
    font-style: italic;
    font-size: 85%;
}

.settings-row {
    margin-bottom: 10px;
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.btn-toolbar {
    margin-bottom: 5px;
}

.btn-toolbar > .btn-group > .btn {
    padding: 3px 10px;
}

.col-accordion {
    padding: 0 30px;
}

.accordion-title {
    font-size: 14px;
}

.question-panel {
    margin-bottom: 10px;
}

.question-heading {
    padding: 5px 10px;
}

.question-heading > a:hover,
.question-heading > a:active {
    text-decoration: none;
}

.question-body {
    margin: 5px 10px;
}

.note-container {
    padding: 5px;
    border-radius: 3px;
    background-color: #f6f6f6;
    margin-bottom: 5px;
}

.note-container > .title {
    color: #369;
    margin: 0;
}

.note-container > .subtitle {
    font-size: 12px;
    color: #555;
    margin: 0;
}

.border-table {
    border: 1px solid #ddd;
}

.remove-button {
    color: #e35834;
    text-decoration: none;
}
.remove-button:hover,
.remove-button:focus {
    color: #ff5628;
    text-decoration: none;
}

.edit-button {
    color: #81c2a0;
    text-decoration: none;
}
.edit-button:hover,
.edit-button:focus {
    color: #6ae3b0;
    text-decoration: none;
}

tr.showCell .hiddenCell {
    visibility: hidden;
}
tr.showCell:hover .hiddenCell {
    visibility: visible;
}

.tooltip-wrapper {
    display: inline-block;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 10px;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


/* from ebmeds_1.css
-------------------------------------------------- */


div.htmlfromebmeds table
{
    width: 100%;
}

div.htmlfromebmeds table,
div.htmlfromebmeds td
{
    font-size: 9pt;
    background-color: white;
}

div.htmlfromebmeds td
{
    padding: 5px;
    border-bottom: silver 1px dashed;
}

td.rem_left,
td.int_left,
td.contra_left,
td.ren_left,
td.gravlact_left,
td.gui_left
{
    width: 24px;
}

td.ind_left
{
    width: 16px;
}

td.rem_right,
td.int_right,
td.contra_right,
td.ren_right,
td.gravlact_right
{
    width: 24px;
}

td.gui_right
{
    display: none;
}

a.guideline
{
    color: black;
    text-decoration: none;
}


span.end_line_icons {
    display: none;
}

div#htmlfromebmeds div.box
{
    border: silver solid 1px;
    padding-bottom: 5px;
}





span.ind_1
{
    font-weight: 600;
}



div.popforms {
    text-align: center;
}

div.popforms input
{
    font-size: 12pt;
    font-weight: 700;
    background-color: #f0f1f1;
    cursor: pointer;
    width: 200px;
    height: 25px;
    border: none;
    color: #ee7f00;
}

div.popforms_back input
{
    font-size: 11pt;
    font-weight: 700;
    background-color: #f0f1f1;
    cursor: pointer;
    text-align: center;
    width: 200px;
    height: 25px;
    border: none;
    color: #ee7f00;
}

span.rem_alert_test, span.rem_prompt_test, span.rem_reminder_test
{
    color: silver;
}



td.missing {
    color: black;
    font-size: 8pt;
    padding-bottom: 0pt;
    padding-left: 10pt;
}

.feedback-container {
    max-height: 400px;
}


.two-with-same-color tr {
    /* Example color */
    background: #ffffff;
}

.two-with-same-color tr:nth-child(4n+1), .two-with-same-color tr:nth-child(4n+2) {
    /* Example color */
    background: #f9f9f9;
}