/* Remove action menu and pull all the action out in a line */

@media (min-width: 768px) {
  a.btn.btn-action.dropdown-toggle:not(.student-data-templates-header) {
    display: none;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(
      .student-data-templates-list
    ):not(.student-data-templates-list) {
    display: flex;
    z-index: 0;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li {
    background-color: #10487d;
    color: #f9f9f9;
    border-radius: 5px;
    margin-right: 5px;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(
      .student-data-templates-list
    ):not(.student-data-templates-list)
    li
    a.sdtQuickLinks {
    background-color: #8c8c8c;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li:hover,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li
    a:hover,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li:focus,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li
    a:focus {
    background-color: #5d5d5d !important;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li.quickLinksHead {
    background: transparent !important;
    border: 0px solid black !important;
    cursor: auto;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li.quickLinksHead:hover,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li.quickLinksHead
    a:hover,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li.quickLinksHead:focus,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li.quickLinksHead
    a:focus {
    background-color: transparent !important;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li:hover,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li
    a:hover,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li:focus,
  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li
    a:focus {
    background-color: #1560a4 !important;
  }

  .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li
    a {
    color: #f9f9f9;
    font-size: 0.9em;
  }
  @media (max-width: 1200px) {
    .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li
    a {
      font-size: 0.85em;
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media (max-width: 1100px) {
    .dropdown-menu.pull-right:not(.more-menu):not(.student-data-templates-list)
    li
    a {
      font-size: 0.75em;
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  .btn-group.pull-right .dropdown-menu:not(.student-data-templates-list) {
    position: relative;
    top: 0;
    left: 0;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 16px;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  }
}
