
body.rht_deployment_devel {
    background-color: #fffafa;
}

/*******************************************************************
 * navbar
 *******************************************************************/

.navbar {
    min-height: 75px;
}

#navbar_buttons  {
    margin: 15px;
}

.navbar-brand {
    float: left;
    padding-top: 10pt;
    padding-bottom: 0;
    padding-left: 10pt;
    padding-right: 15pt;
    height: 40px;
}

.navbar-logo {
   margin: 0px 20px 0px 0px;
   position: relative;
   float: left;

}

.navbar-logoimg {
   width: auto;
   margin-top: 0px;
}

.navbar-line {
    float: left;
    position:relative;
    width: 0px;
    height: 45px;
    border: 1px solid grey;
    font-weight:100;
}

.navbar-sitetitle {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    padding-left: 15pt;
    padding-top: 2pt;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.025em;
    text-decoration: none;
     -moz-text-blink: none;
     -moz-text-decoration-color:
     -moz-use-text-color;
     -moz-text-decoration-line: none;
     -moz-text-decoration-style: solid;
}

.navbar-sitetitlespan {
    position: relative;
    display: block;
}

/*******************************************************************
 * footer
 *******************************************************************/

.footer {
    min-height: 55px;
    background-color: #222;
}

.footer div.row {
    margin-top: 15px;
}

div.toc_entry_depth_1 {
  padding: 5pt;
  font-size: larger;
}

div.toc_entry_depth_2 {
  padding: 5pt;
  margin-left: 10pt;
  font-size: large;
}

div.toc_entry_depth_3 {
  padding: 5pt;
  margin-left: 20pt;
}

div.toc_entry_depth_4 {
  padding: 5pt;
  margin-left: 30pt;
}

div.toc_entry_depth_5 {
  padding: 5pt;
  margin-left: 40pt;
}

div.toc_entry_depth_6 {
  padding: 5pt;
  margin-left: 50pt;
}

table.toc_table {
    margin: 20px;
}

table.toc_table div.toc_table_chapter {
    //background-color: green;
    background-color: #337ab7;;
    color: white;
    height: 24px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

table.toc_table div.toc_table_chapter:hover {
    background-color: white;
    //color: green;
    color: #337ab7;
}

table.toc_table div.toc_table_preface {
    //background-color: green;
    background-color: #337ab7;;
    color: white;
    height: 24px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

table.toc_table div.toc_table_preface:hover {
    background-color: white;
    //color: green;
    color: #337ab7;
}

table.toc_table div.toc_table_section {
    //background-color: green;
    //color: green;
    background-color: #337ab7;
    color: #337ab7;
    height: 14px;
    //border-left: solid lightgreen 1pt;
    border-left: solid lightblue 1pt;
}

table.toc_table td.complete div {
    background-color: #5cb85c;
}

table.toc_table div.section:hover {
    background-color: white;
}

table.toc_table td div a {
    color: white;
}

table.toc_table td.current  {
    background-color: red;
    border-radius: 3px;
}

/*
table.toc_table td div.chapter a:hover {
    color: green;
}
*/


table.toc_table div.chapter span {
    margin-top: 10px;
}

.give_room {
    padding: 40px;
}

.give_room_20 {
    padding: 20px;
}

.warn {
    background-color: yellow;
}

code {
    color: black;
    background-color: transparent;
    font-weight: bold;
}

div.admin_info {
    margin-left: 10pt;
}

/* search bar */

div.search_results div.highlight {
    margin-left: 20px;
}

div.search_results div.highlight em {
    background-color: yellow;
}

div.search_results li a {
    padding: 10px;
    font-weight: bold;
}

/* ravello console */

pre.rav_info {
    max-height: 400px;
    overflow-wrap: normal;
}

div.instances_row {
    margin-top: 40px;
}

/* VT Lab Control Panel */

.vt-lab-control-panel .quick-links-section a {
    display: block;
}

.vt-lab-control-panel .quick-links-section a.btn-student-guide.disabled {
    cursor: wait;
    pointer-events: initial;
}

/*********************************************************************
 *
 *  roc tasks
 *
 *********************************************************************/

div.task_Verbal {
    border: solid black 1pt;
    border-radius: 10pt;
    padding: 20pt;
}

div.task_Verbal tr.answer {
    display: none;
    min-height: 50px;
}

div.task_Verbal ul.procedure {
    list-style: none;
}

div.task_Verbal tr.question td:first-child {
    padding-right: 10px;
}

div.task_Verbal tr.answer td:last-child {
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    background-color: #efe;
}

/*********************************************************************
 *
 *  roc interactives
 *
 *********************************************************************/

div.interactive_task_buttons {
    margin: 10px;
    margin-top: 20px;
}

div.interactive_task_buttons button {
    margin-right: 10px;
}

/*********************************************************************
 *  resequencing
 *********************************************************************/

div.Resequencing li.step {
    margin: 10px;
}

div.Resequencing ul {
    list-style: none;
}

div.Resequencing div.resequencing_label {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 0.25em;
    padding: .2em .6em .3em;
    display: inline;
}

div.Resequencing div.resequencing_label p {
    display: inline;
}

div.Resequencing li.correct div.resequencing_label {
    background-color: green;
}

div.Resequencing li.incorrect div.resequencing_label {
    background-color: red;
    text-decoration: line-through ;
}

/*********************************************************************
 *  matching
 *********************************************************************/

div.Matching div.matching_pool {
    margin: 10px;
    max-width: 800px;
    padding: 10px;
/*
    border: solid 1px blue;
*/
}

/*
div.Matching .draggable { border: solid 1px red; }
div.Matching .droppable { border: solid 1px green; }
*/

div.Matching .roc_matching_label {
    margin: 5px;
    font-size: 100%;
}

div.Matching td.incorrect div.label {
    text-decoration: black line-through ;
}

div.Matching td.incorrect div.label {
    text-decoration: black line-through ;
}

div.MultChoice li.step {
    list-style: none;
}

div.MultChoice form {
    border: 1pt solid #eee;
    border-radius: 5pt;
    margin: 10pt;
    padding: 10pt;
}

div.MultChoice tr.question td.ques_label {
    font-weight: bold;
    vertical-align: text-top;
}

div.MultChoice tr.question td.ques_text {
    padding-left: 10pt;
}

div.MultChoice tr.answer td.ans_label {
    padding: 10pt;
    padding-left: 20pt;
}

div.MultChoice tr.answer td.ans_input {
    padding: 10pt;
    padding-left: 0pt;
}

div.MultChoice tr.answer td.ans_text {
    padding: 10pt;
}

div.MultChoice tr.answer td.ans_text p {
    margin: 0;
}

div.MultChoice tr.correct td.ans_text {
    border: solid 2pt green;
    border-radius: 20pt;
}

div.MultChoice tr.incorrect td.ans_text {
    border: solid 2pt red;
    border-radius: 5pt;
}

div.MultChoice tr.incorrect_chosen td.ans_text {
    text-decoration: line-through;
}

/*
div.MultChoice li.step {
    border: 1pt solid #eee;;
    border-radius: 5pt;
    margin: 10pt;
}

div.MultChoice li.step table {
    border-collapse: separate;
    border-spacing: 2pt;
}

div.MultChoice td {
    padding: 5pt;
}

div.MultChoice td.question_label {
    text-align: right;
}

div.MultChoice td.content {
    margin: 5pt;
}

div.MultChoice tr.correct td.content {
    border: solid 2pt green;
    border-radius: 5pt;
}

div.MultChoice tr.incorrect td.content {
    border: solid 2pt red;
    border-radius: 5pt;
}

div.MultChoice tr.incorrect_chosen td.content {
    text-decoration: line-through;
}

*/

/* docbook fixups */

div.informaltable td {
    padding: 5pt;
}

div.informaltable th {
    padding: 5pt;
}

div.table-contents td {
    padding: 5pt;
}

div.table-contents th {
    padding: 5pt;
}

div.expert_seminar span.presenter_title {
    font-size: small;
    font-style: italic;
}

div.expert_seminar span.presenter_name {
    font-size: large;
}

.btn {
    border-radius: 0;
    font-size: 14px;
    line-height: 19.754px;
    padding: 9px 40px;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    transition-duration: 0.4s;
    transition-property: background;
}

.btn-primary {
    background: #cc0000;
    border-color: #cc0000;
    color: white;
}
.btn-primary:link, .btn-primary:visited {
    color: white;
}
.btn-primary:hover, .btn-primary:focus {
    background: #b30000;
    border-color: #b30000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #b30000;
    border-color: #b30000;
}

.panel-primary {
    border-color: #cc0000;
}

.panel-primary > .panel-heading {
    color: white;
    background-color: #cc0000;
    border-color: #cc0000;
}

/* iPad in Landscape mode */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .container {
        width: 1024px;
        padding: 0;
    }
}

/* iPad in Portrait mode */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    #rvideo_class_player {
        width: 768px;
        height: 928px;
    }

    .container {
        width: 768px;
        padding: 0;
    }
}
