﻿.or-header {
background: url('/obmi/PublishingImages/Banner-OBMI.jpg');
background-repeat: no-repeat;
background-size: cover;}

/* html{overflow: hidden;}
body{overflow: auto; height: 100%;}
*/

.or-header-overlay {
	display: none;
}

.or-taskbox-image .or-taskbox-title {
	position: relative;
}

/* Increase size of DIV allowing for larger header image */
.or-header-content-row {
   padding: 40px 0px 40px 0px;
}


@media print {


/* Display overflow content */

.obmi-pages-update-your-database-record-aspx  html {
    overflow:initial;
  }

/* Ensure column widths are treated as full-page and not mobile */


.obmi-pages-update-your-database-record-aspx [class^="col-md-"] {
    float: left;
  }
 .obmi-pages-update-your-database-record-aspx .col-md-12 {
    width: 100%;
  }
 .obmi-pages-update-your-database-record-aspx .col-md-11 {
    width: 91.66666666666666%;
  }
  .obmi-pages-update-your-database-record-aspx .col-md-10 {
    width: 83.33333333333334%;
  }
  .obmi-pages-update-your-database-record-aspx .col-md-9 {
    width: 75%;
  }
 .obmi-pages-update-your-database-record-aspx .col-md-8 {
    width: 66.66666666666666%;
  }
 .obmi-pages-update-your-database-record-aspx .col-md-7 {
    width: 58.333333333333336%;
  }
 .obmi-pages-update-your-database-record-aspx .col-md-6 {
    width: 50%;
  }
 .obmi-pages-update-your-database-record-aspx .col-md-5 {
    width: 41.66666666666667%;
  }
 .obmi-pages-update-your-database-record-aspx .col-md-4 {
    width: 33.33333333333333%;
   }
 .obmi-pages-update-your-database-record-aspx .col-md-3 {
     width: 25%;
   }
 .obmi-pages-update-your-database-record-aspx .col-md-2 {
     width: 16.666666666666664%;
   }
 .obmi-pages-update-your-database-record-aspx .col-md-1 {
    width: 8.333333333333332%;
   }

/* Hide Left Hand Nav */

 .obmi-pages-update-your-database-record-aspx #main > div > div:nth-child(2) > div.col-md-3 {
    display: none;
  }

/* Ensure form is full-width */

.obmi-pages-update-your-database-record-aspx #main > div > div:nth-child(2) > div.col-md-9 {
    width: 100%;
  }

/* Hide header, navigation, and left-navigation */

.obmi-pages-update-your-database-record-aspx .or-navbar-sticky-placeholder, .obmi-pages-update-your-database-record-aspx .or-navbar-sticky-wrapper, .obmi-pages-update-your-database-record-aspx .or-header, .obmi-pages-update-your-database-record-aspx .or-header-content, .obmi-pages-update-your-database-record-aspx .or-show-if-side-navigation {
    display: none !important;
    height: 0 !important;
  }

/* Hide helpful page poll and footer */


 .obmi-pages-update-your-database-record-aspx .helpfulPoll, footer {
    display: none;
  }

}