/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



*/
body {
  width: 1000px;
  background: #ffffff;
  font-size: 12px;
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid black;
}

body.development_mode {
  background: #ffffaa;
}

body.su_mode {
  background: #ffaaaa;
}

img#cc_header_img {
  display: block;
  background: white;
  max-width:500px;
}

/* To hide elements that can be processed by screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* Prevent the text from wrapping */
  border: 0;
}

/* primary content is the div that contains the primary content of the
  page.  The sub divs provide the rounded corners. */

.odd {
  background-color: #cccc99;
}

.odd_sp {
  background-color: #bbbb99;
}

.even_sp {
  background-color: #bb99bb;
}

.odd_mild {
  background-color: #ffffff;
}

.even_mild {
  background-color: #eeeeee;
}

.floating_buttons {
  background-color: #ffffff;
  position: fixed;
  top: 80%;
  right: 0;
  border-radius: 15px;
  padding: 4px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0 0 25px 5px #999999;
  color: #111111;
  padding: 25px;
}

.white_background {
  background: white;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
}

.recent_user_text p, .recent_user_text ul {
  background-color: #ffffa0; /* ccdb yellow */
}

.gentle_highlight {
  background-color: #ff5555;
}

.selected {
  background-color: #ffffa0; /* ccdb yellow */
}

.highlight_with_box {
  background-color: #ffffa0; /* ccdb yellow */
  border-style: solid;
  border-width: 1px;
  padding: 4px;
  font-size: 14px;
}

.emphatic {
  font-weight: bold;
}

.alarming {
  background: #ffd0d0;
}

.boxContent {
  background: white;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 8px;
  margin: 0px;
  border-radius: 4px;
}

.notice {
  background: #bbff99;
  padding: 5px;
  margin: 5px;
  font-size: 110%;
  border-style: solid;
  border-color: lightgreen;
  border-width: 2px;
  padding-left: 20px;
}

.error {
  background-color: #ffffa0; /* ccdb yellow */
  background-color: #ffc0cb; /* light pink */
  color: #ff0000;
  color: black;
  padding: 5px;
  margin: 5px;
  font-size: 110%;
  border-style: solid;
  border-color: #ff0000;
  border-width: 2px;
  padding-left: 20px;
}

.info {
  background: lightblue;
  padding: 5px;
  margin: 5px;
  font-size: 110%;
  border-style: solid;
  border-color: lightsteelblue;
  border-width: 2px;
  padding-left: 20px;
}

.warning {
  background-color: lightyellow;
  color: #ff0000;
  color: black;
  padding: 5px;
  margin: 5px;
  font-size: 110%;
  border-style: solid;
  border-color: khaki;
  border-width: 2px;
  padding-left: 20px;
}

.email {
  font-style: italic;
}

.empty {
  font-style: italic;
}

#footer {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.wide {
  width: 100%;
  background-color: #fff;
  text-align: center;
}

div#status {
  font-size: 12px;
  float: right;
  padding-right: 5px;
  margin: 0px;
}

div#banner {
  position: absolute;
  top: 60px;
  width: 1000px;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

p, li {
  width: 700px;
}

.presentation tbody td p {
  width: auto;
}

#audit_log td {
  white-space: nowrap;
  padding: 5px;
}

.dataTable th {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

#audit_log p {
  margin: 0px;
}

p.normal {
  width: auto;
}

ul.normal li {
  width: auto;
}

li.original_resource_request {
  width: 940px;
}

ol.corrected_resource_requests li {
  width: 880px;
}

label.normal {
  display: inline;
  float: none;
  color: #1668f7; /* sn blue */
  padding-top: 6px;
  padding-bottom: 2px;
  padding-right: 0px;
  margin-top: 1px;
  margin-bottom: 3px;
  font-weight: bold;
}

label.black {
  color: #000000;
}

label.radio {
  color: #000000;
  font-weight: normal;
}

label, .label {
  display: block;
  width: 180px;
  float: left;
  text-align: left;
  padding-right: 5px;
  color: #3aa8dd; /* saturated blue */
  color: #1668f7; /* sn blue */
  color: #4479BA; /* same color as buttons */

  padding-top: 6px;
  margin-top: 1px;
  margin-bottom: 3px;
  padding-bottom: 2px;
  font-weight: bold;
}

/* The stuff above frequently causes alignment issues
   of the label, so ... */
div.label-and-input {
  padding-top: 6px;
}
div.label-and-input label {
  padding-top: 0px;
}

/* Bootstrap label class has been overwritten, so the
   following can be used as an alternative. */
.primary-role-label {
    padding: .6em .6em .6em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color:#707070;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: right !important;
}

.non-primary-role-label {
  padding: .6em .6em .6em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color:#4479BA;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  float: right !important;
}

.primary_role_tooltip {
  float: right !important;
  margin: 4px 0 0 4px;
}

.non-primary-role-label:hover {
  background-color:lightGrey;
  text-decoration:none;
}

input .input {
  display: block;
  float: left;
  margin-top: 0px;
  padding-top: 0px;
}

input.normal {
  display: inline;
  float: none;
  margin-top: 0px;
  padding-top: 0px;
}

input {
  font-size: 11px;
}


.input_smallprint {
  font-size: 11px;
  font-style: italic;
  display: block;
  float: left;
  width: 500px;
  margin-bottom: 15px;
  clear:left;
  margin-left: 185px;
}

/* the little tick or cross icons */
.truth {
  border: 0;
}

br {
  clear: left;
}

table#confirm_user th {
  vertical-align: top;
}

/* login page */

table#login_table {
    width: 100%;
    table-layout: fixed;
}

table#login_table td#ccdb_desc {
    width: 60%;
}

table#login_table td#ccdb_desc p {
    width: 100%;
}

table#login_table td#login_form {
    padding-left: 3em;
    border-left: 1px dotted black;
    width: 40%;
}

table.raps {
    table-layout: fixed;
    width: 100%;
}

table.raps th {
    text-align: left;
}

table.raps th.rap_rel {
    width: 10%;
    text-align: center;
}

.role {
  font-weight: bold;
}

div.role {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.sub {
  padding-left: 5ex;
}

td.tick {
  text-align: center;
}

/* the navigation bar */

#pri_nav {
  margin: 0px;
  margin-bottom: 12px;
  padding: 0px;
  font-size: 12px;
  height: 26px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

#pri_nav .submenu {
  position: absolute;
  z-index: 3; /* show-above tabs */
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 5px 2px lightgray;
  display: none;
  top: 26px;
  left: -1px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 1px 0px 1px;
}

#pri_nav .menu_item {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ffffff;
  margin: 0px;
  height: 16px;
}

#pri_nav .search_in_menu form {
  padding: 0px;
  margin: 0px;
}

#pri_nav .search_in_menu {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-top: 2px;
  background: #ffffff;
  border-style: solid;
  border-width: 0px;
  //border-left-width: 1px;
  border-color: #000000;
  margin: 0px;
  height: 24px;
  position: relative;
  float: right;
}

#pri_nav .submenu .menu_item {
  height: auto;
  width: 200px;
  border-style: solid;
  border-color: #000000;
  border-width: 0 0 1px 0px; 
}

#pri_nav > .menu_item {
  position: relative;
  float: left;
  border-style: solid;
  border-color: #000000;
  border-width: 0 1px 0 0; 
}

#pri_nav div.current {
  background-color: rgb(50, 50, 47);
}

#pri_nav div.current > span > a,
#pri_nav div.current > a {
  color: #ffffff;
}

#pri_nav div.menu_item:hover,
#pri_nav div.menu_item:hover > a {
  background-color: rgb(50, 50, 47);
  color: #ffffff;
}

#pri_nav a {
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 0;
}

#pri_nav .menu_item:hover {
  cursor: pointer;
}

#pri_nav a.has_popdown, #pri_nav span.has_popdown {
  background-image: url(/assets/arrow-down-transparent-d492ab4f5365de2d424907f1842f029189df86749dd00db83f853591e99590e7.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 9px;
}

#pri_nav span.has_popdown:hover,
#pri_nav span.has_popdown:hover > a {
  color: white;
}

#pri_nav .menu_item .submenu .menu_item:hover {
  color:white;
}

#pri_nav .menu_item .submenu .menu_item:hover a {
  text-decoration:none;
}

#pri_nav:hover a {
  text-decoration:none;
}

/* end of navigation bar */

a.external {
    padding-right: 12px;
    background-image: url(/assets/external-360dd20bd6457a7f5cade3d9be6b70394f267a5f8838d6c19eaa288a784ff413.png);
    background-position: center right;
    background-repeat: no-repeat;
}

a.add, a.remove {
    background: #e0e0e0;
    border: 1px solid #505050;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 3px 3px 3px 12px;
    margin: 3px 3px 3px 3px;
}

a.add {
    background-image: url(/assets/add-3e535c83a28ba40071eee99b63b0d7b4fc866b39fdeb943d4d63ad93518d929c.png);
}

a.remove {
    background-image: url(/assets/remove-0f8b1ddf3d8f476333e716ab738ff59ac74a08eb22413ad5cfe3c0d6ccfa16e3.png);
}

div.resource_request_div {
  border: 1px solid gray;
  padding: 5px;
  margin: 5px;
  background-color: lightgray;
}

table.border_table, th.border_table, td.border_table {
  border : 1px;
  border-color : black; 
  border-style : solid;
  border-collapse : collapse;
  text-align : center;
}

td.check_mark_cell {
  text-align : center;
}

tr.highlite_yellow_row {
  background-color: #ffffa0; /* ccdb yellow */
}

.distinguishable_section {
  background-color: #f0f0f5;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbbbbb;
  margin-bottom: 10px;
  margin-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.distinguishable_section.activated {
  background-color: #eeffee !important;
}

/* boxes for messages */
.error_box, .warning_box, .notice_box {
  border-color: black;
  padding: 6px;
  padding-top: 0px; /* heading padding and margins is sufficient */
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.error_box {
  background-color: #7777ff;
}

.warning_box {
  background-color: #ffff33;
}

.notice_box {
  background-color: #40ff40;
}

.hidden {
  display: none;
}

.popup_box { 
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999999;
  color: #111111;
  min-width: 450px;
  padding: 25px;
  display: none;
}

div.field_with_errors {
  display: inline-block;
}

.field_with_errors input, .field_with_errors textarea {
  background-color: #ffc0cb;
}

/* not sure why we have field_with_erros and fieldWithErrors */
.errorExplanation, .fieldWithErrors input {
 background-color: #ffc0cb;
}

.ccv_pub_button_yes {
  font-size: 12px;
  padding: 1px 2px;
  border: solid 1px;
  background: #4479BA;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538D;
  display: table-cell;
  vertical-align: middle;
}

button, input[type="submit"] {
  font-size: 12px;
  padding: 4px 10px;
  border: none;
  background: #4479BA;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538D;
}

button[disabled=disabled], input[type="submit"][disabled=disabled] {
  background: #84A9FA;
  border: solid 1px #84A9FA;
}

button:hover, input[type="submit"]:hover {
  background: #356094;
  border: solid 1px #2A4E77;
  text-decoration: none;
}

button[disabled=disabled]:hover, input[type="submit"][disabled=disabled]:hover {
  background: #84A9FA;
  border: solid 1px #84A9FA;
}

button[aria-disabled="true"] {
  opacity: 0.65;
  filter: alpha(opacity=0.65);
  cursor: not-allowed;
}

button:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.search_in_menu input[type="submit"] {
  padding: 1px 5px;
}

p.template_paragraph span {
  color: blue;
  font-style: normal;
}

.corrected_asks table.vertical_presentation {
  padding-left: 2px;
}

.corrected_asks {
  background-color: #ffc0cb;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
}

p.narrow {
  width: 400px;
}

.ui-tabs-vertical {
  overflow: auto;
}
.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 12em;
}
.ui-tabs-vertical .ui-tabs-nav li {
  white-space: normal !important;
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display:block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
  border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
}
div.tab-top.ui-tabs-panel {
  padding: 0;
}

ul.tabs-primary {
  background: #8080a0;
  border: 1px solid #8080a0;
}
ul.tabs-primary .ui-state-active a {
  color: #8080a0;
}
ul.tabs-primary li.ui-state-active {
  border: 1px solid #8080a0;
}

ul.tabs-secondary {
  background: #a08080;
  border: 1px solid #a08080;
}
ul.tabs-secondary .ui-state-active a {
  color: #a08080;
}
ul.tabs-secondary li.ui-state-active {
  border: 1px solid #a08080;
}

ul.tabs-tertiary {
  background: #80a080;
  border: 1px solid #80a080;
}
ul.tabs-tertiary .ui-state-active a {
  color: #80a080;
}
ul.tabs-tertiary li.ui-state-active {
  border: 1px solid #80a080;
}

li.tabs-title {
  padding: .5em 1em !important;
}

ul.ui-tabs-nav li {
  width: auto;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0px !important;
}

tr.alloc_important td {
  font-weight:bold;
  background-color: #ffffd0;
}

tr.util_good td {
  font-weight:bold;
  background-color: #d0ffd0;
}

tr.util_bad td {
  font-weight:bold;
  background-color: #ffd0d0;
}

td.usage_extra_info {
  padding-left: 50px;
}

.nobr {
  white-space:nowrap;
}

.text_center {
  text-align: center 
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}
div.summary_pie {
  width: 300px;
  padding: 15px;
}

div.triple-column {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

.keep-in-same-column {
  -webkit-column-break-inside:avoid;
  -moz-column-break-inside:avoid;
  column-break-inside:avoid;
  page-break-inside:avoid;
}

table.compact, table.compact tr, table.compact td {
  border: none !important;
  border-collapse: collapse !important;
  padding: 0px 4px 0px 0px !important;
}

table.allocations a {
  color: #9c0621;
}
li.no-bullet {
  list-style-type: none;
}
ul.no-bullet > li {
  list-style-type: none;
}
span.obsolete_ask {
  color: #808080;
}
div.current-resource-request {
  color: #000000;
}
div.obsolete-resource-request {
  color: #606060;
}
tr.corrected-row {
  background-color: #ffffee !important;
}
#strengthbar.ui-progressbar {
  height: 18px;
  position: relative;
}
#strengthbar .progress-label {
  position: absolute;
  left: 10px;
  top: 1px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.fa.failure {
  color:#b00000;
}
.fa.success {
  color:#00b000;
}
span.primary-role {
  padding: 3px 5px 3px 5px;
  background-color: #aaaaff;
  color:#ffffff;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
  margin: 5px 0px 5px 0px;
  border: 2px solid #8888dd;
}
tr.deactivated td {
  color:#707070;
}
.ccv_unanswered_field {
  border-style:solid;
  border-width:2px;
  border-color:#cc3300;
}

.bs-border {
  border-style: groove !important;
  border-width: 0px 0px 1px 0px !important;
  border-color: #428bca !important;
}

.bs-rb {
  margin: 10px 0px 5px 0 !important;
}

.bs-label {
  color:black;
  font-weight:normal !important;
  float:unset !important;
  width:50px;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}

/* Prevent overwrite of popover color */
.popover-content {
    color: #000000 !important;
    font-weight: normal !important;
}

/* jquery-ui gem update changes tab primary color to blue.
   This overrides the color back to white */
ul.tabs-primary .ui-state-active a {
  background-color: white !important;
}

/* used by the cci-ccri-validation script to provide
   visual input for users */
.is_valid {
  border-color: green !important;
}

/* used by the cci-ccri-validation script to provide
  visual input for users */
.is_not_valid {
    border-color: red !important;
}

/* Used for the spinning animation used on glyphicons such as
   found on the registration/ssh_authorized_keys pages  */
.spin {
  -webkit-animation: spin .7s infinite linear;
  -moz-animation: spin .7s infinite linear;
  -o-animation: spin .7s infinite linear;
  animation: spin .7s infinite linear;
  -webkit-transform-origin: 50% 58%;
  transform-origin:50% 58%;
  -ms-transform-origin:50% 58%; /* IE 9 */
}

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

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

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

/* Stylings used by the Fast Track Application panel in
   /fast_track_applications. Applies styling to the translation config
   so we don't use CSS within the locales directly.
*/
.fast_track_form_li_item {
  margin-bottom: 8px; /* Add space between list items */
  line-height: 1.2; /* Adjust line height for better readability */
}

.fast_track_form_div {
  width: 90%;
}

.full-page-overlay {
  display: none;
  background: #808080;
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 10000px;
  height: 10000px;
}
.full-page-text-box {
  position:fixed;
  background:#ffffff;
  padding:20px 80px 20px 80px;
  border:3px solid #bbbbbb;
  border-radius: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-transparent {
  background-color: rgba(127,127,127,0.5);
}
.text-box-transparent {
  opacity: 0.5;
}
/* app/assets/stylesheets/pagination.css */
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }

.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default; }
  .apple_pagination a, .apple_pagination span {
    padding: 0.2em 0.3em; }
  .apple_pagination .disabled {
    color: #aaaaaa; }
  .apple_pagination .current {
    font-style: normal;
    font-weight: bold;
    background-color: #bebebe;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default; }
  .flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em; }
  .flickr_pagination .disabled {
    color: #aaaaaa; }
  .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    color: #ff0084; }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063dc;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .previous_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .previous_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }
div.layout-panel {
  border:1px solid #bbbbbb;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
div.layout-column {
  padding: 10px;
  float: left;
}
div.layout-wrapper {
  border: 0px;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
div.layout-left-narrow {
  width: 30%;
}
div.layout-left-very-narrow {
  width: 25%;
}
div.layout-left-third {
  width: 30%;
}
div.layout-left-half {
  width: 47%;
}
div.layout-left-half2 {
  width: 45%;
}
div.layout-left-wide {
  width: 64%;
}
div.layout-right-narrow {
  margin-left: 10px;
  width: 30%;
}
div.layout-right-very-narrow {
  margin-left: 10px;
  width: 25%;
}
div.layout-right-third {
  margin-left: 10px;
  width: 30%;
}
div.layout-right-half {
  margin-left: 10px;
  width: 47%;
}
div.layout-right-half2 {
  margin-left: 10px;
  width: 45%;
}
div.layout-right-wide {
  margin-left: 10px;
  width: 64%;
}
div.layout-right-very-wide {
  margin-left: 10px;
  width: 69%;
}
div.layout-stick {
  position: fixed;
  top: 10px;
}
.basic-panel {
  padding: 20px;
}
.basic-panel-with-title {
  padding: 0px 20px 20px 20px;
}
.basic-panel-vertically-tight {
  padding: 0px 20px 0px 20px;
}
.plain-panel {
  box-shadow: none !important;
}
span.panel-title {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
}
span.panel-title-small {
  font-size: 15px;
}
span.panel-title-smaller {
  font-size: 13px;
  margin-top: .8em;
  margin-bottom: .8em;
}

.panel-hidden,
.panel-closed > .panel-open-only,
.panel-open > .panel-closed-only,
.panel-closed > .panel-trigger .panel-open-only,
.panel-open > .panel-trigger .panel-closed-only,
.show-less .show-more-only,
.show-more .show-less-only {
  display: none;
}
.panel-closed > .panel-closed-only,
.panel-open > .panel-open-only,
.panel-closed > .panel-trigger .panel-closed-only,
.panel-open > .panel-trigger .panel-open-only,
.show-less .show-less-only,
.show-more .show-more-only {
  display: inline;
}
.show-less tr.show-less-only,
.show-more tr.show-more-only {
  display: table-row;
}
.panel-expandable-close-trigger,
.panel-expandable-open-trigger,
span.show-trigger {
  cursor: pointer;
  color: #000000;
}
.panel-expandable-close-trigger:hover,
.panel-expandable-open-trigger:hover,
span.show-trigger:hover {
   color: #3D6199;
}
span.panel-button,
span.remove-button {
  height: 16px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
  float: right;
}
.panel-label {
  border:1px solid #bbbbbb;
  border-radius: 11px;
  //margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  //height: 16px;
  //font-size: 13px;
  //font-weight: bold;
  border-radius: 8px;
  padding: 10px;
  //text-align: center;
  position: relative;
}
span.panel-button {
  background-color: #ddddff;
  width: 16px;
}
.panel-trigger:hover span.panel-button {
  background-color: #eeeeff;
}
span.remove-button {
  background-color: #ffdddd;
  padding-left: 5px;
  padding-right: 5px;
}
span.remove-button:hover {
  background-color: #ffaaaa;
}
span.panel-button.panel-close {
  cursor: pointer;
  background-color: #ffdddd;
}
.panel-trigger:hover span.panel-button.panel-close {
  background-color: #ffeeee;
}
.white-panel {
  background-color: #ffffff;
}
.yellow-panel {
  background-color: #ffffee;
}
.yellow2-panel {
  background-color: #eeeedd;
}
.red-panel {
  background-color: #ffeeee;
}
.green-panel {
  background-color: #eeffee;
}
.blue-panel {
  background-color: #eeeeff;
}
.blue2-panel {
  background-color: #e4f4ff;
}
.magenta-panel {
  background-color: #ffeeff;
}
.cyan-panel {
  background-color: #eeffff;
}
.cyan2-panel {
  background-color: #eef0ff;
}
.cyan3-panel {
  background-color: #eefff0;
}
.grey-panel {
  background-color: #eeeeee;
}
.orange-panel {
  background-color: #ffeedd;
}
.layout-wrapper p {
  width: 100%;
}
.right-link {
  float: right;
}
.panel-messages {
  text-align: center;
}
.panel-messages span {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  border:3px solid #bbbbbb;
  border-radius: 11px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.panel-messages span.no-bold {
  font-weight: normal;
}
span.panel-message-success {
  background-color: #ddffdd;
  border-color: #bbddbb;
}
span.panel-message-failure {
  background-color: #ffdddd;
  border-color: #ddbbbb;
}
span.panel-message-neutral {
  background-color: #ffffdd;
  border-color: #ddddbb;
}
div.layout-wrapper a,
div.layout-wrapper li {
  width: auto;
}
div.thin-centered-panel {
  width: 450px;
  margin: 0 auto;
}
.flash-highlight {
  background-color: #ffd0d0 !important;
  color: #800000 !important;
  border-color: #800000 !important;
}
tr.row-failure, td.cell-failure, th.cell-failure {
  background-color: #ffd0d0 !important;
}

/* Used for _agreement_panel.html.erb */
.agreement_table {
  border-collapse: collapse;
  width: 100%;
}
.agreement_table th,
.agreement_table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.agreement_table th {
  background-color: #f2f2f2;
}
.agreement_table td:first-child {
  padding-right: 16px;
}
/* end agreement panel */
table.data {
  border-collapse: collapse;
  border-style: solid;
  border-color: rgb(230,230,230);
  border-width: 2px;
  background-color: rgb(250, 250, 255);
}

table.data td, table.data th {
  border-color: rgb(230,230,230);
  border-style: solid;
  padding: 2px 2px 1px 2px;
  border-width: 1px;
  font-size: 11px;
}   
    
table.data th {
  background-color: #1668f7;  /* sn blue */
  color: #c1d5f7; /* light sn blue */
  background: #4479BA;
  color: #FFF;
}

table.data tr:nth-child(6n+2), table.data tr:nth-child(6n+3), table.data tr:nth-child(6n+4) {
  background-color: #e0e0e0;
}

table.data tr:nth-child(6n+5), table.data tr:nth-child(6n), table.data tr:nth-child(6n+1) {
  /* background-color: blue; */
}

table.presentation {
  border-collapse: collapse;
  border-style: solid;
  border-color: #c8c8c8;
  border-width: 2px;
  background-color: #ffffff;
}

table.presentation td, table.presentation th {
  border-color: #aaaaaa;
  border-style: solid;
  padding: 4px 4px 2px 4px;
  border-width: 1px;
  font-size: 11px;
}   
    
table.presentation th {
  background-color: #888888;
  color: #ffffff;
  background: #888888;
  color: #FFF;
}

table td.num {
  text-align: right;
}

table.vertical_presentation {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(200,200,200);
  /* background-color: rgb(250, 250, 255); */
  margin-bottom: 20px;
}

table.vertical_presentation td, table.vertical_presentation th {
  /* border-color: rgb(230,230,230); */
  border-style: solid;
  border-width: 1px;
  border-color: rgb(200,200,200);
  padding: 4px 4px 5px 4px;
  /* border-width: 1px; */
  font-size: 11px;
}   
    
table.vertical_presentation th {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}

table.vertical_presentation tr:nth-child(2n+1)  {
  background-color: #e2e2e2;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
  font-style: italic;
}

h4 {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.smallprint {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}

.bigprint {
  font-size: 13px;
  font-weight: bold;
}

.title {
  font-weight: bold;
}

a, span.popup_link {
  text-decoration: none;
  color: #0055df;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
  background-color: transparent;
}

td {
  vertical-align: top;
}

.renewal-highlight {
  background-color: #ffd0d0 !important;
  color: #800000 !important;
  border-color: #800000 !important;
 }

/* The following defintions came from http://tess.oconnor.cx/2007/08/tex-poshlet */
/* To format the TeX logo correctly, use <span class="tex">T<sub>e</sub>X</span><br/> */
/* To format the LaTeX logo correctly, use <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span> */

.tex sub, .latex sub, .latex sup {
  text-transform: uppercase;
}

.tex sub, .latex sub {
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.tex, .latex, .tex sub, .latex sub {
  font-size: 1em;
}

.latex sup {
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}

ul.role-navigator-links {
  padding-inline-start: 20px;
}

ul.role-navigator-links > li {
  list-style-type: none;
}

.role-navigator-selected {
  font-style: italic;
  font-weight: bold;
  font-size: 110%;
  color: purple !important;
}
/* http://railscasts.com/episodes/228-sortable-table-columns */
.pretty th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.pretty th .asc {
  background-image: url(/images/up_arrow.gif);
}

.pretty th .desc {
  background-image: url(/images/down_arrow.gif);
}

table.presentation2 {
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-right: 20px;
}
table.presentation2 tr {
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbff;
}
table.presentation2 tr.deemphasize {
  background-color: #eeeeee;
}
table.presentation2 tr:last-child {
  border-bottom: none;
}
table.presentation2 td, table.presentation2 th {
  padding: 4px 4px 5px 4px;
  font-size: 11px;
  border-right: 1px solid #bbbbff;
}
table.presentation2 th {
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
}
table.presentation2 th.num {
  text-align: right;
}
table.presentation2 tr:hover {
  background-color: #eeeeff;
}
table.presentation2 td:last-child,
table.presentation2 th:last-child {
  border-right: none;
}

table.vertical_presentation2 {
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-right: 20px;
}
table.vertical_presentation2 tr {
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbff;
}
table.presentation2 tr.null-row {
  background-color: inherit;
}
table.vertical_presentation2 tr.null-row {
  background-color: inherit;
}
table.vertical_presentation2 tr:last-child {
  border-bottom: none;
}
table.vertical_presentation2 td, table.vertical_presentation2 th {
  padding: 4px 4px 5px 4px;
  font-size: 11px;
}
table.vertical_presentation2 th {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  border-right: 1px solid #bbbbff;
}
table.vertical_presentation2.form2 th {
  vertical-align: inherit;
}
table.vertical_presentation2 tr:hover {
  background-color: #eeeeff;
}
table.vertical_presentation2 tr.null-row:hover {
  background-color: inherit;
}
table.center {
  margin-left:auto; 
  margin-right:auto;
}
table.vertical_presentation2.columns td + td {
  border-left:1px solid #ccccff;
}
