
/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;600;700;800;900&display=swap');

body {
  color: #3e3e3e;
  background: #f1f2f7;
  font-family: 'Inter', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size:11px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
  display: inline-block;
  text-align: center;
}

.state-overview .value  {
  float: right;

}

.state-overview .value h1, .state-overview .value p  {
  margin: 0;
  padding: 0;
  color: #c6cad6;
}

.state-overview .value h1 {
  font-weight: 300;
}

.state-overview .symbol i {
  color: #fff;
  font-size: 50px;
}

.state-overview .symbol {
  width: 40%;
  padding: 25px 15px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
  width: 58%;
  padding-top: 21px;
}

.state-overview .terques {
  background: #6ccac9;
}

.state-overview .red {
  background: #ff6c60;
}

.state-overview .yellow {
  background: #f8d347;
}

.state-overview .blue {
  background: #57c8f2;
}


/*tag input*/

.tagsinput {
  border: 1px solid #e3e6ed;
  border-radius: 6px;
  height: 100px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #41cac0;
  color: #ffffff;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
  background-color: #39b1a8;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\f00d";
  font-family: "FontAwesome";
}
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
  background-color: #3bb8af;
}
.tagsinput-add:before {
  content: "\f067";
  font-family: "FontAwesome";
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}



/*advanced table*/

.adv-table table tr td {
  padding: 10px;
}

.adv-table table.display thead th {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
  background: none;
}

td.details {
  background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
  border: none;
}

.adv-table table.display tr.odd.gradeA {
  background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
  background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
  float: right;
  margin-left: 10px;
  width: 78%;
}

.adv-table .dataTables_filter label {
  line-height: 33px;
  width: 100%;
}

.adv-table .dataTables_length select {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 8px;
  width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
  padding: 15px 0;
}

.adv-table .dataTables_length,.adv-table .dataTables_filter {
  padding: 15px 0;
}



/*Horizontal menu*/

.full-width #main-content {
  margin-left: 0;
}

.horizontal-menu {
  margin-left: 50px;
  float: left;
}

.horizontal-menu .navbar-nav > li > a {
  padding-bottom: 20px;
  padding-top: 20px;
}

.full-width .navbar-header {
  width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
  background-color: #F77B6F;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
  box-shadow: none;
}

.full-width .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 13px;
}

/*  My Default Setting */


.box-header {
  padding: 15px;
  margin-bottom: 20px;
}
.box-body{
  padding: 20px;
}

.box-padding {
  padding-top: 50px;
}


.my-form-body{
  margin: 0 auto;
  width: 70%;
  padding-top: 40px;
}

.wide-form-body{
  margin: 0 auto;
  padding: 10px 40px;
}

/*  Form grid
Special replacement for our grid system's `.row` for tighter form layouts.
*/

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;

> .col,
> [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
}


label{
  font-weight: 500;
}
.form-control {
  border-radius: 4px;
}

.flash-msg {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 1;
}

.main-header .sidebar-toggle {
  padding: 18px 15px 17px 15px !important;
}

/*advanced form*/

.form-body {
  padding: 20px;
}

.panel-heading{
  margin-bottom:10px;
}


/*login form*/

.forgotpass {
  text-align: right;
  margin: 0 0 20px 0;
  font-size: 12px;
}

.recatchpastyle {
  margin: 5px 0 20px 2px;
  font-size: 11px;
  width: 100%;
}

.recatchpastyle .help-block {
  color:#dd4b39;
}


.login-box-msg {
  font-size: 14px;
  font-weight: bold;
}

.box988 {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
}

.img988 {
  width: 200px;
}

/*user form*/
.form-phn {
  margin:0 0 4px -15px;
}

/* col no gutters */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
> .col,
> [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
}

/* HEADER styling */

.logo-sm {
  width: 30px;
  height: 30px;
}

/* TABLE styling */

.tblactions {
  margin-left:0px;
}

.tblactions>li {
  padding: 2px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
}

.table-hover> tbody> tr:hover {
  background-color: #E3F6FF;
}

/* Admin Form Styles */

.form-group label {
  font-weight: bold;
  color: #3c8dbc;
}

.form-control {
  font-size: 12px;
}


/* Admin Table Styles */
.table td.teamteachertable {
  font-size: 10px!important;
}

/*Admin Table User Status Toggle */

.switch {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 20px;
  border-radius: 12px;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 12px;
}

.switch .slider:before {
  position: absolute;
  content: " ";
  height: 16px;
  width: 16px;
  left:2px;
  bottom: 2px;
  top: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 12px;
}


.switch input:checked + .slider {
  background-color: #2196F3;
  border-radius: 12px;
}


.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  border-radius: 12px;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

.switch .text {
  color: white;
  font-size: 9px;
}

.switch .text:after {
  position: absolute;
  top: 4px;
  right: 6px;
  content: "Inactive";
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.switch .text:before {
  position: absolute;
  top: 4px;
  left: 6px;
  content: "Active";
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.switch input[type=checkbox] {
margin-left: 2px;
}

.switch input + .slider + .text:after {
  opacity: 1;
}
.switch input + .slider + .text:before {
  opacity: 0;
}


.switch input:checked + .slider + .text:after {
  opacity: 0;
}

.switch input:checked + .slider + .text:before {
  opacity: 1;
}



/* User Dropdown Custom */

.navbar-nav > .user-menu > .dropdown-menu > li.user-info {
  padding: 15px;
  text-align: left;
  background-color: #fff;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-info p {
  font-size: 10px!important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  font-size: 12px;
}

div.slimScrollDiv {
  max-height: 76px !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  font-size: 12px!important;
}

/* Search Filter Custom */
.searchfilter {

}

.searchfilter input, .searchfilter select {
  margin-right: 10px!important;
}

/* Teacher Tables Custom */
.guardianinfocluster {
  line-height: 160%;
  display: block;
  padding: 5px;
  margin: 5px 0px;
}

.btn-group-xs>.btn, .btn-xs {
  font-size: 10px!important;
}

.btn-progress {
  line-height: 120%;
  padding: 4px 6px 5px 6px;
  width: 135px;
  height: 35px;
}

.dropdown-menu {
  font-size: 10px!important;
}

ul.quicktask {
  margin-bottom: 0px;
}

ul.quicktask li {
  padding-top: 2px;
  padding-bottom: 2px;
}

table.gradebookstyle {
}

table.gradebookstyle th.col1sticky, table.gradebookstyle td.col1sticky {
background-color: #f6fcfe; left: 0px; padding: 16px; position: sticky;
}

table.gradebookstyle select.fillcell { width: 100% !important; }


/* GRADEBOOK FIXED TABLE */

.gradebookstyle caption {
  text-align: left;
  font-style: italic;
  padding: 0.25em 0.5em 0.5em 0.5em;
}

.gradebookstyle thead th {
  padding-right: 10px!important;
}

.gradebookstyle th,
.gradebookstyle td {
  padding: 0.25em 0.5em 0.25em 1em;
  vertical-align: text-top;
  text-align: left;
}

.gradebookstyle td.currenticons {
  text-align: center;
  vertical-align: text-top;
}

.gradebookstyle th {
  vertical-align: bottom;
  background-color: #666;
  color: #fff;
}

.gradebookstyle tr:nth-child(even) th[scope=row] {
  background-color: #f2f2f2;
}

.gradebookstyle tr:nth-child(odd) th[scope=row] {
  background-color: #fff;
}

.gradebookstyle tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.gradebookstyle tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Fixed Headers */

.gradebookstyle th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.gradebookstyle th[scope=row] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.gradebookstyle th[scope=row] {
  vertical-align: top;
  color: inherit;
  background-color: inherit;
  background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
}

.gradebookstyle th:not([scope=row]):first-child {
  left: 0;
  z-index: 3;
  background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%);
}

/* Scrolling wrapper */

.gradebookstyle div[tabindex="0"][aria-labelledby][role="region"] {
  overflow: auto;
}

/*.gradebookstyle div[tabindex="0"][aria-labelledby][role="region"]:focus {
  box-shadow: 0 0 .5em rgba(0,0,0,.5);
  outline: .1em solid rgba(0,0,0,.1);
}*/

.gradebookstyle div[tabindex="0"][aria-labelledby][role="region"] table {
  margin: 0;
}

.gradebookstyle div[tabindex="0"][aria-labelledby][role="region"].rowheaders {
  background:
      linear-gradient(to right, transparent 30%, rgba(255,255,255,0)),
      linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,
      radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,0.2), rgba(0,0,0,0)),
      radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.2), rgba(0,0,0,0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 4em 100%, 4em 100%, 1.4em 100%, 1.4em 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}

.gradebookstyle div[tabindex="0"][aria-labelledby][role="region"].colheaders {
  background:
      linear-gradient(white 30%, rgba(255,255,255,0)),
      linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
      radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
      radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 4em, 100% 4em, 100% 1.4em, 100% 1.4em;
  background-attachment: local, local, scroll, scroll;
}

/* Strictly for making the scrolling happen. */

.gradebookstyle th[scope=row] {
  min-width: 40vw;
}

@media all and (min-width: 30em) {
  .gradebookstyle th[scope=row] {
    min-width: 20em;
  }
}

.gradebookstyle th[scope=row] + td {
  min-width: 40px;
}

.gradebookstyle div[tabindex="0"][aria-labelledby][role="region"] {
  max-height: 40em;
  margin: 0 1em;
}



/* General Form Custom */
.formhelper {
  display: block;
  line-height: 120%;
  margin-bottom: 10px;
  font-size: 10px;
  color: #777;
  font-style: italic;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #008cbb!important;
  border-color: #ccc!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff!important;
}

.form-comments {
  height: 100px;
}

.select80 {
  width: 80% !important;
}

/* User Profile */
.profile-user-img {
  max-width: 250px;
  max-height: 250px;
  width: 250px;
  /*width: 95%;*/
  height: 250px;
  object-fit: cover;
}

.profile-view th {
  width: 33%;
  text-align: right;
}


/* Assessment Table */
.assessmentvalueicons img {
  height: 14px;
}

/* Fix Bootstrap Datepicker position arrows */

/*.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after,*/
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: 100% !important;
}
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
  top: 100% !important;
}

/* Style Assessment Icons */

.assessment-sm {
  height: 14px;
}

.assessment-sm-form-letter {
  height: 14px;
  margin: -2px 5px 0px 5px;
}

.assessment-sm-form-letter2 {
  height: 13px;
  margin: -2px 5px 0px 5px;
}

.assessment-sm-form-icon {
  height: 16px;
  margin: -2px 5px 0px 5px;
}

/* Student Assessment & Efforts Table */

table.studentassesstbl td, table.studentassesstbl th {
  border: 1px solid #e1e6e9!important;
}


table.studentassesstbl th, table.studentassesstbl td {
  text-align: center;
}

table.studentassesstbl th.teachercomment, table.studentassesstbl td.teachercomment {
  text-align: left;
}

table.studentassesstbl tr.header {
  color: #fff;
  background-color: #008d4c;
  font-weight: bold;
}

table.studentassesstbl tr.header a {
  color: #fff!important;
}


table.studentassesstbl tr.headerblue {
  color: #fff;
  background-color: #0073b7;
  font-weight: bold;
}


table.studentassesstbl tr.closed {
  color: #888;
  background-color: #F1F1F1;
}

table.studentassesstbl tr.current {
  background-color: #FFC;
  color: #000;
  font-weight: bold;
}

table.studentassesstbl tr.current a:link, table.studentassesstbl tr.current a:visited {
  color: #3081dd;
}

table.studentassesstbl tr.final {
  background-color: #fbfbfb;
  color: #666;
  font-weight: 900;
  font-size: 18px;
}

.tablecomment {
}


/* Efforts Progress Colors */

.effort-green {
  background-color: #2b7b3f;
  color: #ffffff;
}
a.effort-green:hover,
a.effort-green:focus {
  background-color: #1e602e;
  color: #ffffff;
}

.effort-orange {
  background-color: #fb9c27;
  color: #ffffff;
}
a.effort-orange:hover,
a.effort-orange:focus {
  background-color: #fb881d;
  color: #ffffff;
}

.effort-red {
  background-color: #8a2614;
  color: #ffffff;
}
a.effort-red:hover,
a.effort-red:focus {
  background-color: #722014;
  color: #ffffff;
}


.student-user-image {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 5px 5px 5px 0;
  object-fit: cover;
}




/* Class Assessment Details */

#effort_details .studenteditinfo {
  color: #777777;
  line-height: 110%;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 13px;
}

#effort_details .studenteditinfo p {
  margin: 5px 0;
}


#effort_details #student{
  font-size: 18px;
  color: #0073b7;
}

#effort_details #grade, #effort_details #term {
  margin-bottom: 20px;
}


/* Style Tool Tip Colors */

/* Tooltip */

.tooltip {
  z-index: 3070!important;
  font-size: 11px!important;
}

.green + .tooltip > .tooltip-inner {
  background-color: #73AD21;
  color: #FFFFFF;
  border: 3px solid green;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 120%;
}

/* Tooltip on top */
.green + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid green;
}

/* Tooltip on bottom */
.green + .tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid green;
}

/* Tooltip on left */
.green + .tooltip.left > .tooltip-arrow {
  border-left: 5px solid green;
}

/* Tooltip on right */
.green + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid green;
}

.info-box-text {
  display: block;
  font-size: 13px;
  white-space: normal;
  overflow: hidden;
  text-overflow: clip;
  padding-top: 5px;
}

.info-box .info-box-content a, .info-box .info-box-text a {
  color: #ffffff;
}

.info-box .info-box-number {
  font-size: 20px!important;
}

.info-box .info-box-number-md {
  font-size: 14px!important;
  line-height: 120%;
  padding-top: 6px;
  display: block;
}

.info-smaller {
  font-size: 11px;
}

/* Laravel Pagination Helper */
.paginationhelp {
  font-size: 12px;
  font-weight: bold;
}

.paginationhelpnote {
  font-style: italic;
  color: #888;
}


/* User Profile Detail View for Teacher Interface */
.userinfodetail {
  font-size: 12px;
}
.infosubtitle {
  font-weight: bold;
  color:#888888;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}


/* Student View for Teacher and Gurdian Interfaces */

.studentview, .studentviewinfo {
  display: inline-block;
  color: #444;
}

.studentview {
  text-align: center;
  float: left;
  padding-right: 30px;
}

h1.guardianstudentviewtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  color: #666666;
}
.studentview h3 {
  display: block;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 600;
}

.studentview > img {
  z-index: 5;
  height: 60px;
  width: 60px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  object-fit: cover;
}
.studentimg-circle {
  border-radius: 50%;
}




@media screen and (max-width: 1100px) and (min-width: 925px) {

  .info-smaller {
    font-size: 10px!important;
  }
}

@media screen and (max-width: 991px) {

  .info-box .info-box-number {
    font-size: 30px!important;
  }

  .info-box .info-box-number-md {
    font-size: 17px!important;
  }



  @media screen and (max-width: 600px) {

    .select80 {
      width: 100% !important;
    }
  }
}

/*
 * Activity log printing.
 *
 * The log lives inside the Vue app, but the AdminLTE chrome around it is
 * server-rendered, so these rules have to be global rather than scoped to a
 * component. Printing is switched on by adding .printing-log to <body>
 * (see printLog() in resources/js/Components/ActivityLogs/useStudentLog.js),
 * which hides everything except the .print-area container.
 */
@media print {
  body.printing-log .main-header,
  body.printing-log .main-sidebar,
  body.printing-log .main-footer,
  body.printing-log .content-header,
  body.printing-log .no-print,
  body.printing-log .modal-backdrop {
    display: none !important;
  }

  body.printing-log .content-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.printing-log .modal,
  body.printing-log .modal-dialog,
  body.printing-log .modal-content.print-area {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.printing-log .table {
    font-size: 11pt;
  }

  body.printing-log .table th,
  body.printing-log .table td {
    border: 1px solid #999 !important;
  }

  /* the admin activity-log panel prints from inside the tab container, which
     must stay visible (see the note in Admin/ActivityLogs/Index.vue) — strip
     its box chrome so only the log itself shows on paper */
  body.printing-log .nav-tabs-custom {
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }
}
