/**
 * Example Print Preview site
 *
 *	print.css
 *	author: Tim Connell
 */

/* -- Hide screen specific elements -- */
#nav,
#footer .footer-links,
#feature a.prev,
#feature a.next,
a.print-preview,
.slideshow,
#toolbar,
#header_wrapper,
#breadcrumbs,
#footer,
#disclaimer,
.print-site_name,
.print-breadcrumb,
.print-hr,
h2.print-title,
.noprint
{
    display: none;
}


/* -- Typography -- */
body {
    background: #FFF;
    color: #000;
    font-family: Georgia, serif;
    line-height: 1.2;
    font-size: 10px;
}

p, table, ul, ol, dl, blockquote, pre, code, form {
    margin: 0 0 1em;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin: 2em 0 0.5em;
    text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}

h1 { font-size: 2em; margin: 2em 0 0.25em; }
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }


/* -- Style site heading -- */
/* #header strong {
        color: #000;
        display: block;
        font-weight: normal;
        font-size: 3em;
        margin: 0 0 1em;
        padding: 0;
        text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
    }
     */    

/* -- Add message re print -- */
/*  #content:before {
   content: "Northport Shipping Report for the Month of ";
   display: block;
   border: 1px solid #ccc;
   font-style: italic;
   margin: 0 0 1em;
   padding: 8px 10px;
} 
*/
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  text-decoration: none;
}


/* -- Accommodate JS driven elements --*/
#feature > div {
    border: none;
    overflow: visible;
    height: auto;
}

    #feature div.items {
        left: auto !important;
        position: relative;
        overflow: visible;
        width: auto;
    }

    #feature div.items div {
        float: none;
        margin: 20px 0;
        position: relative;
    }
/* admin accounts report*/

.view-display-id-page_1 .content,
.print-content {
  margin: 40px;
}

.page-account-ship.view-content {
  background-color: rgb(237, 237, 237);
  padding: 15px;
}
.page-account-ship #block-system-main {
  padding: 15px;
  border: 2px solid black;
}
#nplogo {
  float: right;
  padding: 40px;
}
.view-display-id-page_1 .pagetitle {
  clear:both;
  text-align: center;
}
.page-account-ship #breadcrumbs,
.page-account-ship #post-content .page-title {
  display:none;
}

.aship {
  border: 1px solid black;
}

.col-md-10,
#accounts-report .col-md-10 {
  width: 80%;
  float: left;
}
.col-md-2,
#accounts-report .col-md-2 {
  width: 20%;
  float: left;
}

.col-md-6,
#accounts-report .col-md-6 {
  width: 50%;
  float: left;
}
.col-md-4,
#accounts-report .col-md-4 {
  width: 33%;
  float: left;
}
.col-md-8,
#accounts-report .col-md-8 {
  width: 66%;
  float: left;
}
.col-md-3,
#accounts-report .col-md-3 {
  width: 25%;
  float: left;
}
.row,
#accounts-report .row {
  clear: both;
  padding: 12px 0;
}

#accounts-report .views-label {
  font-weight: bold;
}
#accounts-report .views-field-field-sr-shname {
  font-weight: bold;
  font-size: 14px;
  margin: 20px auto;
  /* text-align: center; */

}


/* -- Photo galleries -- */
/* div.gallery {
        margin: 1em 0;    
        overflow: hidden;
    }
    
        div.gallery div.items div {
            float: left;
            margin-right: 10px;
        }
     */    
/* -- Footer -- */
/* #footer {
    border-top: 1px solid #cecece;
    font-size: 0.83em;
    margin: 2em 0 0;
    padding: 1em 0 0;
} */
