html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #e7e8e8 url("../images/dot.png");
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #5e6468;
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
div, span, label, form {
  display: block;
  float: left;
  font-family: "Inter", serif;
}
ul, li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #6c61b3;
}
input, button {
  font-family: "Inter", serif;
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
  border: 0;
}
.hidden {
  display: none !important;
}
#mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
::-webkit-scrollbar {
  width: 0;
  display: none;
}
#page {
  width: 100%;
  height: 100%;
  padding: 60px 0 0 280px;
}
.skyline {
  height: 60px;
  width: calc(100% - 280px);
  position: absolute;
  top: 0;
  left: 280px;
  padding-top: 16px;
  background: #0d3866;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.skyline i {
  font-size: 24px;
  position: relative;
  top: 0;
  margin: 0 12px;
  color: #f7e65e;
}
.mobile-tables, .mobile-navigation {
  display: none;
}
.seneca-table {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 20px 40px;
  background: #fff;
  border-radius: 10px;
}
.seneca-table .table-navigation {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 18px 0;
  clear: both;
  border-bottom: 1px solid #e0e0e0;
}
.seneca-table .table-navigation .table-navigation-item {
  position: relative;
  display: block;
  float: right;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
}
.seneca-table .table-navigation .table-navigation-item.title {
  float: left;
  font-size: 23px;
  color: #0059b0;
  background: #fff;
  margin: 0;
  padding: 9px 0 0 0;
  font-weight: 500;
}
.seneca-table .table-navigation .table-navigation-item.title button {
  margin-left: 20px;
  position: relative;
  top: -4px;
  padding: 8px 12px;
  border: 0;
  border-radius: 4px;
  background: #0082ca;
  color: #fff;
}
.seneca-table .table-navigation .table-navigation-item .icon {
  height: 38px;
  width: 42px;
  padding: 9px 0 0 0;
  text-align: center;
  background: #e7e8e8;
  border-radius: 4px;
}
.seneca-table .table-navigation .table-navigation-item .icon i {
  font-size: 16px;
  color: #0d3866;
}
.seneca-table .table-navigation .table-navigation-item .alert {
  display: none;
  position: absolute;
  top: -7px;
  left: 28px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding-top: 2px;
  text-align: center;
  background: #0d3866;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.seneca-table .table-navigation .table-navigation-item.search {
  width: 340px;
  height: 38px;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: transparent;
  padding: 0;
}
.seneca-table .table-navigation .table-navigation-item.search i.fa-magnifying-glass {
  font-size: 18px;
  color: #0d3866;
  position: relative;
  top: 1px;
  left: -5px;
  z-index: 49000;
}
.seneca-table .table-navigation .table-navigation-item.search input[type="text"] {
  height: 34px;
  width: 270px;
  position: relative;
  top: 0;
  font-size: 16px;
  padding: 2px 0 0 10px;
  border: 0;
}
.seneca-table .table-navigation .table-navigation-item.search i.fa-xmark {
  font-size: 18px;
  color: red;
  position: relative;
  top: 8px;
  left: -15px;
  z-index: 49000;
  float: right;
  display: none;
}
.seneca-table .table-rows {
  width: 100%;
  min-width: 100%;
  height: calc(100% - 200px);
  overflow: scroll;
}
.seneca-table .table-row {
  width: 100%;
  min-width: 100%;
  height: auto;
  padding: 13px 0 11px 0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.seneca-table .table-rows .table-row:hover {
  background: rgba(111, 183, 229, 0.1);
}
.seneca-table .table-row.no-results {
  min-width: 100%;
  margin-top: 10px;
  padding-left: 30px;
  color: #b51254;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0;
}
.seneca-table .table-row.header .table-cell {
  color: #00197d;
  display: inline-block;
  white-space: normal;
  overflow: auto;
  text-overflow: clip;
  cursor: pointer;
}
.seneca-table .table-row.header .table-cell i {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
  font-size: 22px;
  color: #0d3866;
}
.seneca-table .table-row.header .table-cell i.fa-caret-up {
  top: 4px;
}
.seneca-table .table-row .table-cell {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.seneca-table .table-row .table-cell.alert {
  width: 30px;
  padding-top: 1px;
  white-space: normal;
  overflow: auto;
  text-overflow: clip;
  text-align: center;
}
.seneca-table .table-row .table-cell.alert i {
  position: relative;
  font-size: 18px;
  color: #b51254;
}
.seneca-table .table-row .table-cell.checkbox {
  width: 30px;
  white-space: normal;
  overflow: auto;
  text-overflow: clip;
}
.seneca-table .table-row .table-cell.ellipsis {
  width: 75px;
  position: relative;
}
.seneca-table .table-row .table-cell.ellipsis .icon-wrapper {
  height: 19px;
  width: 34px;
  float: right;
  padding: 0;
  text-align: center;
  border: 1px solid #0059b0;
  border-radius: 4px;
  position: relative;
  top: 0;
}
.seneca-table .table-row .table-cell.ellipsis i {
  font-size: 18px;
  color: #0059b0 !important;
  position: relative;
  top: -1px;
}
.seneca-table .table-row .table-cell.align-right {
  text-align: right;
}
.seneca-table .table-row.header .table-cell {
  font-weight: bold;
}
.pagination {
  display: block;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.pagination button#clear-selected-rows, .pagination button#toggle-selected-rows {
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  padding: 10px 18px 10px 18px;
  border: 0;
  border-radius: 5px;
  background: #0082ca;
  color: #fff;
  font-size: 15px;
}
.pagination button#clear-selected-rows:disabled, .pagination button#toggle-selected-rows:disabled {
  background: #e7e8e8;
  color: #999;
}
.pagination .load-more {
  height: 40px;
  width: 180px;
  display: inline;
  float: none;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 90px);
}
.pagination .load-more button {
  margin-top: 20px;
  padding: 10px 18px 10px 18px;
  border: 0;
  border-radius: 5px;
  background: #0082ca;
  color: #fff;
  font-size: 15px;
}
.pagination i.back-to-top {
  float: right;
  font-size: 40px;
  color: #0082ca;
  position: relative;
  top: 20px;
}
.modal {
  display: block;
  max-height: calc(100% - 200px);
  height: auto;
  width: 500px;
  position: absolute;
  top: 100px;
  left: calc(50% - 250px);
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 15px 30px;
  z-index: 35000;
  overflow: hidden;
}
.modal-message {
  display: none;
  height: auto;
  width: 100%;
  margin: 10px 0;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 16px;
}
.modal-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.modal-message.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.modal-content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 40000;
  display: none;
}
.modal-content#main-quote-filters {
  z-index: 39000;
}
.modal-content#saved-filters {
  max-height: 500px;
}
.modal .modal-content .modal-header {
  width: 100%;
  margin: 0 0 2px 0;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  font-size: 24px;
  color: #0d3866;
  font-weight: bold;
}
.modal .modal-content .modal-header .back {
  width: 32px;
  float: left;
  text-align: left;
  position: relative;
  top: 6px;
}
.modal .modal-content .modal-header .back i {
  float: left;
  font-size: 20px;
  color: #0d3866;
}
.modal .modal-content .modal-header .close {
  width: 32px;
  float: right;
  text-align: right;
  position: relative;
  top: 4px;
}
.modal .modal-content .modal-header .close i {
  float: right;
  font-size: 24px;
  color: #0d3866;
}
.modal .modal-content .modal-row {
  width: 100%;
  height: auto;
  max-height: 55px;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  overflow: hidden;
}
.modal .modal-content .modal-row .modal-row-title {
  width: calc(100% - 235px);
  font-size: 18px;
  color: #0d3866;
  overflow: hidden;
}
.modal .modal-content .modal-row .modal-row-title.full-width {
  width: 100%;
}
.modal .modal-content .modal-row .modal-row-title.full-width i {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 1px;
  font-size: 20px;
  color: #0d3866;
}
.modal .modal-content .modal-row .modal-row-title.full-width i.fa-circle-check {
  color: #6fb7e5;
}
.modal .modal-content .modal-row.amount {
  border: 0;
}
.modal .modal-content .modal-row.amount .modal-row-title {
  width: 100%;
  position: relative;
  top: 6px;
}
.modal .modal-content .modal-row .modal-row-select {
  width: 235px;
  float: right;
  text-align: right;
  cursor: pointer;
}
.modal .modal-content .modal-row .modal-row-select span {
  float: right;
  font-size: 18px;
  color: #0059b0;
}
.modal .modal-content .modal-row .modal-row-select i {
  position: relative;
  top: 5px;
  margin-left: 10px;
  float: right;
  font-size: 15px;
  color: #0059b0;
}
.modal .modal-content .modal-row .delete-saved-filter {
  width: 50px;
  float: right;
  text-align: right;
  cursor: pointer;
  position: relative;
  top: -16px;
}
.modal .modal-content .modal-row .delete-saved-filter i {
  float: right;
  font-size: 24px;
  color: red;
  position: relative;
  top: -6px;
}
.modal .modal-content .modal-row .modal-row-select.calendar i {
  position: relative;
  top: -24px;
  float: right;
  font-size: 28px;
  color: #6fb7e5;
}
.modal .modal-content .modal-row button {
  float: right;
  margin-left: 10px;
  padding: 8px 15px;
  border: 0;
  border-radius: 5px;
  background: #e7e8e8;
  color: #0d3866;
  font-size: 17px;
  position: relative;
  top: -25px;
}
.modal .modal-content .modal-row.full-width label {
  width: 100%;
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #0d3866;
}
.modal .modal-content .modal-row input[type="text"] {
  width: 120px;
  float: right;
  margin-left: 10px;
  padding: 10px 15px 8px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  color: #0d3866;
  font-size: 14px;
  position: relative;
  top: -25px;
}
.modal .modal-content .modal-row.full-width input[type="text"] {
  width: 100%;
  height: 40px;
  top: 0;
}
.modal .modal-content .modal-row.buttons {
  text-align: center;
  border: 0;
  max-height: auto;
  padding-bottom: 0;
  margin: 20px 0 0 0;
}
.modal .modal-content .modal-row.buttons button {
  display: inline;
  float: none;
  margin: 20px 10px 0 10px;
  padding: 10px 18px 8px 18px;
  border: 0;
  border-radius: 5px;
  background: #e7e8e8;
  color: #0d3866;
  font-size: 15px;
}
.modal .modal-content .modal-row.buttons button[disabled=disabled], .modal .modal-content .modal-row.buttons button:disabled {
  color: #999;
}
.modal .modal-content .modal-row.buttons button.apply {
  background: #0d3866;
  color: #fff;
}
.modal .modal-content .modal-row.no-border {
  border: 0;
}
.modal .modal-content .saved-filters-rows {
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow: auto;
}
#ui-datepicker-div {
  z-index: 55000 !important;
}
.modal .modal-content .modal-row.half {
  height: auto;
  max-height: 200px;
  width: calc(50% - 15px);
  margin-right: 30px;
  border: 0;
  padding: 15px 0 0 0;
  cursor: none;
}
.modal .modal-content .modal-row.half:nth-child(odd) {
  margin-right: 0;
}
.modal .modal-content .modal-row.form .modal-row-label {
  width: 100%;
  margin: 0 0 4px 0;
  font-size: 15px;
  color: #0d3866;
}
.modal .modal-content .modal-row .form-element-wrap {
  height: auto;
  width: calc(100% - 2px);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 10px 0 5px;
}
.modal .modal-content .modal-row .form-element-wrap select, .modal .modal-content .modal-row .form-element-wrap input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 5px 0;
  border: 0;
  top: 0;
  background: #fff;
  font-size: 15px;
}
.modal .modal-content .modal-row .form-element-wrap input[type="text"] {
  padding-left: 5px;
}
body.login {
  background: #0059b0 url("../images/dot.png");
}
#login-form {
  height: auto;
  width: 420px;
  display: block;
  float: left;
  margin: 100px calc(50% - 250px);
  padding: 35px 40px 20px 40px;
  background: #fff;
  border-radius: 10px;
}
#login-form .login-form-logo {
  width: 100%;
  margin: 0 0 60px 0;
  text-align: center;
}
#login-form .login-form-logo img {
  height: 120px;
}
#login-form .login-form-row {
  width: 100%;
  margin: 0 0 20px 0;
}
#login-form .login-form-row label {
  width: 100%;
  margin: 0 0 7px 0;
  font-size: 18px;
  color: #0d3866;
}
#login-form .login-form-row input[type="text"], #login-form .login-form-row input[type="password"] {
  height: 50px;
  width: 100%;
  border: 1px solid #0059b0;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 18px;
}
#login-form .login-form-row.bottom .login-form-message {
  float: left;
  padding-top: 12px;
  text-align: left;
  font-size: 18px;
}
#login-form .login-form-row.bottom .login-form-message.error {
  color: red;
}
#login-form .login-form-row.bottom .login-form-message i {
  margin-left: 12px;
}
#login-form .login-form-row.bottom button {
  display: block;
  float: right;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #0d3866;
  color: #fff;
  font-size: 18px;
}
#login-form .login-form-row.bottom button i {
  margin-left: 10px;
  color: #fff;
  position: relative;
  top: 2px;
}
.mobile-navigation, .mobile-page-title {
  display: none;
}
.table-rows {
  display: block;
}
.seneca-table .table-row .table-cell:empty:before {
  content: "*****";
}
.seneca-table .table-row .table-cell.date {
  width: 120px;
}
.seneca-table .table-row .table-cell.company {
  width: 240px;
}
.seneca-table .table-row .table-cell.quote-number {
  width: 170px;
}
.seneca-table .table-row .table-cell.ship-to {
  width: calc(100% - 865px);
  padding-right: 20px;
}
.seneca-table .table-row .table-cell.amount {
  width: 120px;
  text-align: right;
}
.seneca-table .table-row .table-cell.stage {
  width: 100px;
}
.modal#quote-create {
  width: 700px;
  position: absolute;
  top: 100px;
  left: calc(50% - 350px);
}
.modal#quote-create .modal-content .modal-header {
  text-align: left;
  margin-bottom: 10px;
}
.modal#quote-create .modal-row.buttons {
  text-align: right;
  padding-bottom: 30px;
}
.modal#quote-create .modal-row.buttons button {
  float: right;
}
.seneca-table.companies .table-row .table-cell.company {
  width: calc(70% - 30px);
}
.seneca-table.companies .table-row .table-cell.visible {
  width: 20%;
  float: right;
  text-align: right;
  position: relative;
  overflow: auto;
}
.seneca-table.companies .table-row .table-cell:empty:before {
  content: "";
}
.seneca-table.companies .table-row .table-cell.visible i {
  font-size: 20px;
  position: relative;
  top: 2px;
  float: right;
  color: #0d3866;
}
.seneca-table.companies .table-navigation .table-navigation-item.search {
  margin-right: 0;
}
.sidebar {
  width: 280px;
  height: 100%;
  position: absolute;
  z-index: 44000;
  top: 0;
  left: 0;
  background: #0059b0 url("../images/dot.png");
}
.sidebar .logo {
  width: 100%;
  padding: 50px 0 50px 0;
  text-align: center;
}
.sidebar ul.navigation {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin: 0;
  list-style: none;
}
.sidebar ul.navigation li {
  height: 55px;
  width: 100%;
  padding: 14px 0 16px 50px;
  overflow: hidden;
}
.sidebar ul.navigation li:hover {
  background: #0082ca;
  cursor: pointer;
}
.sidebar ul.navigation li.selected {
  background: #00197d;
  overflow: hidden;
}
.sidebar ul.navigation li .icon {
  width: 32px;
  height: auto;
  display: block;
  float: left;
  margin: 0;
  position: relative;
  text-align: center;
}
.sidebar ul.navigation li .icon i {
  display: block;
  float: left;
  position: relative;
  top: 2px;
  font-size: 24px;
  color: #eee;
}
.sidebar ul.navigation li.dashboard .icon i {
  left: -5px;
}
.sidebar ul.navigation li.messages .icon i {
  left: -2px;
}
.sidebar ul.navigation li .title {
  width: calc(100% - 62px);
  display: block;
  float: left;
  margin: 0 10px;
  font-size: 17px;
  text-transform: uppercase;
  color: #eee;
  position: relative;
  top: 6px;
}
.sidebar ul.navigation li.selected .icon i, .sidebar ul.navigation li.selected .title {
  color: #fff;
}
.sidebar ul.navigation li span.count {
  display: none;
  float: right;
  height: 24px;
  width: 24px;
  text-align: center;
  margin: 0 40px 0 0;
  padding-top: 4px;
  background: #fff;
  color: #0d3866;
  font-size: 14px;
  border-radius: 12px;
  position: relative;
  top: -17px;
}
.sidebar .profile {
  width: 100%;
  margin: 30px 0 0 0;
}
.sidebar .profile ul.navigation li.username {
  height: auto;
  padding-top: 40px;
  border-top: 3px solid #6fb7e5;
}
.sidebar .profile ul.navigation li.username:hover {
  background: transparent;
}
.sidebar .profile ul.navigation li.username .title {
  width: auto;
  text-transform: capitalize;
  font-size: 24px;
  top: 2px;
}
.sidebar .profile ul.navigation li.username .avatar {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  padding-top: 7px;
  position: relative;
  top: -2px;
  left: -6px;
  border-radius: 18px;
  background: #fff;
  color: #0d3866;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .profile ul.navigation li.username .dropdown-trigger {
  float: right;
  margin-right: 80px;
}
.sidebar .profile ul.navigation li.username .dropdown-trigger i {
  font-size: 20px;
  position: relative;
  top: 10px;
  color: #fff;
}
.sidebar .profile.closed ul.navigation li.username .dropdown-trigger i {
  top: 8px;
}
.sidebar .profile.closed ul.navigation li.settings, .sidebar .profile.closed ul.navigation li.logout {
  display: none;
}
.sidebar .profile ul.navigation li.logout .icon i {
  left: 2px;
}
.close-sidebar {
  display: none;
}
@media (max-width: 1200px) {
  .sidebar {
    display: none;
    poaition: relative;
    top: 0;
    left: -900px;
    width: 100%;
    text-align: left;
  }
  .sidebar .logo {
    text-align: left;
    padding: 32px 0 20px 32px;
  }
  .close-sidebar {
    display: block;
    float: left;
    position: absolute;
    top: 32px;
    right: 24px;
  }
  .close-sidebar img {
    height: 32px;
  }
  .sidebar ul.navigation li {
    width: 100%;
    padding: 12px 0 12px 32px;
  }
}
@media (max-width: 1200px) {
  body {
    height: 100%;
    overflow: auto;
  }
  #page {
    padding: 60px 0 0 0;
  }
  .seneca-table.quotes, .skyline, .pagination {
    display: none;
  }
  .mobile-page-title {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 28px;
    text-align: center;
    color: #0d3866;
  }
}
@media (max-width: 1200px) {
  #login-form {
    height: auto;
    width: calc(100% - 40px);
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    display: none;
    poaition: relative;
    top: 0;
    left: -900px;
    width: 100%;
    text-align: left;
  }
  .sidebar .logo {
    text-align: left;
    padding: 32px 0 20px 32px;
  }
  .close-sidebar {
    display: block;
    float: left;
    position: absolute;
    top: 32px;
    right: 24px;
  }
  .close-sidebar i {
    position: relative;
    top: -8px;
    font-size: 32px;
    color: #fff;
  }
  .sidebar ul.navigation li {
    width: 100%;
    padding: 12px 0 20px 32px;
  }
  .sidebar .profile ul.navigation li.username .title {
    top: 1px;
  }
  .sidebar .profile ul.navigation li.username .dropdown-trigger {
    display: block;
    float: left;
    margin-left: 20px;
  }
  .sidebar .profile ul.navigation li.username .dropdown-trigger i {
    font-size: 25px;
    position: relative;
    color: #fff;
    top: 8px;
  }
  .sidebar .profile.closed ul.navigation li.username .dropdown-trigger i {
    top: 5px;
  }
}
@media (max-width: 1200px) {
  .mobile-navigation {
    display: block;
    height: 60px;
    width: 100%;
    padding: 0 20px 12px 20px;
    position: fixed;
    z-index: 42000;
    top: 0;
    left: 0;
    background: #0d3866;
  }
  .mobile-navigation .left-icons {
    display: block;
    float: left;
    padding-top: 16px;
  }
  .mobile-navigation .left-icons i {
    position: relative;
    top: -6px;
    font-size: 40px;
    color: #fff;
  }
  .mobile-navigation .mobile-page-title {
    width: calc(100% - 175px);
    display: block;
    float: left;
    text-align: center;
    margin: 15px 0 0 20px;
    padding-left: 5px;
    font-size: 24px;
    color: #fff;
  }
  .mobile-navigation .right-icons {
    position: relative;
    top: -2px;
    display: block;
    float: right;
    padding-top: 13px;
  }
  .mobile-navigation .right-icons .right-icon {
    width: 42px;
    height: 38px;
    padding-top: 10px;
    position: relative;
    border-radius: 4px;
    margin-left: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
  }
  .mobile-navigation .right-icons .right-icon .alert {
    display: none;
    position: absolute;
    top: -7px;
    left: 28px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    color: #0d3866;
    font-size: 13px;
    font-weight: bold;
  }
  .mobile-navigation .right-icons .right-icon i {
    font-size: 20px;
    color: #fff;
  }
  .mobile-navigation .searchbox {
    display: none;
    width: calc(100% - 40px);
    height: 38px;
    float: left;
    margin: 22px 0 10px 0;
    border: 0;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 58px;
    z-index: 50000;
  }
  .mobile-navigation .searchbox input[type="text"] {
    height: 34px;
    width: calc(100% - 140px);
    position: relative;
    top: 1px;
    font-size: 16px;
    padding: 3px 0 0 12px;
    border: 0;
    background: transparent;
  }
  .mobile-navigation .searchbox button {
    float: right;
    height: calc(100% + 1px);
    padding: 6px 24px;
    font-size: 16px;
    color: #fff;
    background: #0082ca;
    border: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    top: -1px;
  }
  .mobile-navigation .searchbox i.clear-search {
    color: red;
    display: none;
  }
  .mobile-tables {
    display: block;
    height: 100%;
    width: 100%;
    overflow: auto;
  }
  .seneca-mobile-table {
    display: block;
    float: left;
    width: calc(100% - 40px);
    margin: 0 0 20px 20px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 29000;
  }
  .seneca-mobile-table .mobile-table-row {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 8px 16px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
  }
  .seneca-mobile-table .mobile-table-row.heading {
    margin-bottom: 20px;
    padding: 5px 0 0 4px;
    font-weight: bold;
    border: 0;
    overflow: auto;
  }
  .seneca-mobile-table .mobile-table-row.heading span {
    display: block;
    float: left;
    margin-top: 10px;
    position: relative;
  }
  .seneca-mobile-table .mobile-table-row.heading i.expired {
    display: block;
    float: left;
    margin-left: 12px;
    position: relative;
    top: 7px;
    font-size: 18px;
    color: #b51254;
  }
  .seneca-mobile-table .mobile-table-row.heading button {
    display: block;
    float: right;
    padding: 4px 10px;
    border-radius: 4px;
    background: #0d3866;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 0;
    z-index: 49000;
  }
  .seneca-mobile-table .mobile-table-row.header {
    background: #e7e8e8;
  }
  .seneca-mobile-table .mobile-table-row.no-results {
    min-width: 100%;
    margin-top: 10px;
    padding-left: 30px;
    color: #b51254;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 0;
  }
  .seneca-table.companies {
    display: block;
    height: calc(100% - 20px);
    width: calc(100% - 40px);
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
  }
  .seneca-table.companies .table-navigation {
    display: none;
  }
  .seneca-table.companies .table-rows {
    height: calc(100% - 180px);
  }
  .seneca-table.companies .pagination {
    max-width: calc(100% - 120px);
    display: block;
    position: fixed;
    z-index: 49000;
    top: calc(100% - 80px);
    background: #fff;
  }
  .seneca-table.companies .pagination .load-more {
    display: none;
  }
  .seneca-table.companies .pagination i.back-to-top {
    display: none;
  }
  .seneca-table.companies .pagination button#clear-selected-rows, .seneca-table.companies .pagination button#toggle-selected-rows {
    display: block;
    float: left;
    margin: 20px 10px 0 0;
    padding: 10px 12px 10px 12px;
    border: 0;
    border-radius: 5px;
    background: #0082ca;
    color: #fff;
    font-size: 15px;
  }
  .seneca-table.companies .pagination button#clear-selected-rows:disabled, .seneca-table.companies .pagination button#toggle-selected-rows:disabled {
    background: #e7e8e8;
    color: #999;
  }
  .seneca-table.companies .pagination button#toggle-selected-rows {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .modal {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
  .modal .modal-content {
    height: auto !important;
    max-height: auto !important;
  }
  .modal .modal-content .modal-row.buttons {
    height: 200px !important;
    max-height: 200px !important;
    border-top: 1px solid #e0e0e0;
  }
  .modal .modal-content .modal-row.buttons button {
    width: calc(100% - 100px);
    margin-left: 50px;
    display: block;
    float: left;
    top: 0;
  }
}
