/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */

/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {

  a[href]:after {
    content: none !important;
  }

  /* Underline all links. */
  a:link,
  a:visited {
    text-decoration: underline !important;
  }

  /* Don't underline header. */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* Add visible URL after links. */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }

  /* Only display useful links. */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }

  /* Add visible title after abbreviations. */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  .navbar {
    visibility: visible;
    display: block;
  }

  /* Hide sidebars and nav elements. */
  header, .region-navigation, .al-login,
  #skip-link,
  #toolbar,
  #navigation,
  aside.col-sm-3,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons,
  button {
    visibility: hidden;
    display: none;
  }



  /**
   * Catalog
   */
  .addtoany, form, .flip {
    visibility: hidden;
    display: none;
  }

  /* Congratulation page */
  .al-left-sidebar, .footer-congratulation, .e-order-congratulation-page.alert-success, .print-congratulation, .alert, .btn-print-top {
    display: none;
  }

  #variable_fees_details {
    display: block;
    visibility: visible;
  }

  .content-page-section {
    width: 100% !important;
  }
  .title-price {
    margin-right: -30px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
  .variables-fees-details-total .row .del-fee {
    text-align: right;
  }
  .variables-fees-details-total .row p {
    font-weight: bold;
    font-size: 14px;
    color: #4E4E4E;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-price {
    margin-right: -30px;
  }
  .col-lg-9 {
    width: 75%;
  }
}

/* User menu */
.my-account, .btn-login {
  margin-top: 5px;
}

.region-navigation {
  float: right;
}

/* Home page
.logo {
    width: 28px;
    height: 24px;
    margin-top: 35px;
    background: url("../logo.png") no-repeat left top;
}
*/
/* Main menu / submenu */
.navbar-collapse {
  margin-top: 25px;
}

#submenu {
  width: 100%;
  background-color: #e7e7e7;
  margin-bottom:20px;
}

#submenu li a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #3071a9;
  margin: 10px 0 10px 140px;
  padding: 10px;
  min-width: 100px;
}

#submenu li a:hover
{
  color: #fff;
  background-color: #369;
}

.collapsing {
  display:none;
}

.detail-order .pull-right, table .datatable-filter-line {
  display: none;
}

.error_response-equipment, .error_failed {
  clear: both;
  display: none;
}