/* Style sheet for Libresoft Librarian */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
/****** Style Star Rating Widget *****/

html{
    font-size: 11px !important;
}
/*UI dialogs moved outside of body (LLB-72) which means
they use the html font-size. Lets reapply the original font-size
to the dialogs*/
.ui-dialog,
body{
    font-size: 1.3rem !important;
}

select{
    font-family: var(--body-font),sans-serif !important;
}

/* All pages styling with navbar */
.container-fluid{
    padding-top: 50px;
}
.navbar-toggleable-md {
    position: fixed;
    top: 0;
    min-height:45px;
    width: 100%;
    z-index: 998;
}
/* Prefer position sticky for the navigation bar, bull fallback to the above 'fixed' */
@supports (position: sticky) {
    .container-fluid{
        padding-top: 0px !important;
    }
    .navbar-toggleable-md {
        position: sticky !important;
    }
}

div#adminmenumain, #mw_adminimize_admin_bar, #wpfooter,.wp-menu-image.dashicons-before {
    display: none !important;
}

#dialog_yellow {
    background-color: #f5b952 !important;
}

#markLost {
    background-color: #8cc15d !important;
}
#abandonStockCheck {
    background-color: #e75543 !important;
}

.module, .module-header{
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

#filters_users input{
	/*margin:4px;*/
	
}

.helparea{
   position: absolute;
    right: 0;
    top: 0;
    /* height: 100%; */
    padding: 0rem;
    transition: all 1s;
    overflow:hidden;
    width: 0;
    height: 0;
    z-index: 50;
    /* width: 100%; */
    background-color: #fff;
    color: black;
}
.helpCon:hover .helparea{
   display: block;
    position: absolute;
    right: 0;
    top: 0;
    /* height: 100%; */
    padding: 4rem;
    width: 51rem;
    height: 30rem;
    z-index: 50;
    /* width: 100%; */
    background-color: #fff;
    color: black;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
@media print {
  @page { margin: 0; size: auto; }
  body { margin: 1.6cm; }
}
/* bootstrap dropdown hover menu*/

.ui-dialog{
	z-index : 1000 !important;
}

.ui-dialog.camerasccannerdialog{
    z-index: 1005 !important;
}

/****** Style Star Rating Widget *****/


.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
textarea {
    padding: 2px 6px;
    line-height: 1.4;
    resize: none;
}
.ratingHeader {
    padding: 5px;
    /* line-height: 45px; */

}
.ratingInput {
    margin-bottom: 30px;
}
.ratingInput textarea {
    width: 100%;
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
fieldset.rating {
    font-size: 4rem;
	
}

.rating > label { 
  color: #333; 
 float: right; 
}


.rating input[type=radio]:checked+label:before {
    color: #ffd700;
   
}

#starRatingContainer img.imageThumbnail {
    width: 100%;
    margin-bottom: 15px;

}
#starRatingContainer {
    /* text-align: right; */

    /* margin-left: auto; */
	width:100%;
    /* margin-right: auto; */
    -webkit-font-smoothing: antialiased;
    /* text-align: center; */

    display: inline-block;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  text-shadow: -1px 2px 1px #8e7800; } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;   } 

#table_id_catalog, #table_id_catalog_featured, #table_id_catalog_ebooks, #table_id_catalog_category, #table_id_diversity, #table_id_catalog_removed {
	width: 100% !important;
}
.SMaRTSyncSettingsTable,
.addUPNsReportTable {
    padding: 0;
	max-height: 300px;
	/*overflow: scroll;*/
	background: #fff;
    position: relative;
}
.addUPNsOuter{
	margin-right: 17px;
	/*overflow-x: scroll;*/
    margin-bottom: -17px;
}
.SMaRTSyncSettingsTable table,
.addUPNsReportTable table,
.addUPNsOuter table{
    /*table-layout: fixed;*/
	width: 100%;
}
.SMaRTSyncSettingsTable table thead tr th,
.addUPNsReportTable table thead tr th,
.addUPNsOuter table thead tr th {
    text-align: center;
    padding-inline: 5px;
    min-width: 60px;
}
.SMaRTSyncSettingsTable table tbody tr td,
.addUPNsReportTable table tbody tr td,
.addUPNsOuter table tbody tr td{
    padding: 5px;
    border: 1px solid #eee;
	word-wrap: inherit;
	overflow:hidden;
}

.addUPNsOuter table tr td {
    background: #eee;
	width: 105px;
}

.matchUPNsInput{
	width: 100%;
}

.matchUPNsInput.UPNMatched{
	color: #f0ad4e;
}

.matchUPNsInput.UPNEntered{
	color: #5cb85c;
}
.addUPNsContainer{
    min-width: 100%;
}
/* Force background of the tr and th elements for sticky horizontal scroll*/
.SMaRTSyncSettingsTable table thead *,
.addUPNsReportTable table thead *{
    background-color: inherit !important;
}
/* Sticky SMaRT table headers */
.SMaRTSyncSettingsTable table thead,
.addUPNsReportTable table thead{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.MISFields tr,
.MISData tr {
    height: 40px;
}
/* Sticky horizontal scroll table columns*/
.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    border: none !important;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
.first-col {
    left: 0px;
}
.second-col {
    left: 100px;
}

.ui-dialog .ui-dialog-content {
    width: 100% !important;
}

.dataTable p::first-letter, .dataTable span::first-letter, .dataTable p::first-letter, .dataTable td::first-letter {
  /*text-transform: uppercase;*/
}


.dataTable p, .dataTable span, .dataTable p, .dataTable td {
  /*text-transform: capitalize;*/
}
.tooltip3 {
    position: relative;
    display: inline-block;
}

.tooltip3 .tooltiptext3-top, .tooltip3 .tooltiptext3-right, .tooltip3 .tooltiptext3-left, .tooltip3 .tooltiptext3-bottom{
    width: 300px;
    background-color: #008bdb;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
	opacity: 0;
    transition: opacity 1s;
}


.tooltip3 .tooltiptext3-top {
    bottom: 100%;
    left: 50%; 
    margin-left: -150px;
}

.tooltip3 .tooltiptext3-right {
    top: -5px;
    left: 105%; 
}
.tooltip3 .tooltiptext3-left {
    top: -5px;
    right: 105%; 
}
.tooltip3 .tooltiptext3-bottom {
    top: 100%;
    left: 50%; 
    margin-left: -150px;
}

.tooltip3 .tooltiptext3-overflowable {
	position: fixed;
    top: 50%;
    left: 50%;
}

.tooltip3:hover .tooltiptext3-top, .tooltip3:hover .tooltiptext3-bottom, .tooltip3:hover .tooltiptext3-left, .tooltip3:hover .tooltiptext3-right{
    visibility: visible;
    opacity: 1;
}

.btn-primary, .btn-primary:active, .btn-primary-focus, .btn-primary:focus{
	-webkit-box-shadow: 2px 2px 1px #888888;
	box-shadow: 2px 2px 1px #888888;
}





.btn-primary a{
	cursor: default !important;
}


/* .row { */
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /* display: -ms-flexbox; */
  /* display:         flex; */
  /* flex-wrap: wrap; */
/* } */
/* .row > [class*='col-'] { */
  /* display: flex; */
  /* flex-direction: column; */
/* } */

/*textarea{
	white-space: pre-line;
}
.no-title .ui-dialog-titlebar-close {
    display: none;
}
.no-title .ui-dialog-titlebar{
	font-size: 1.8em;
}

.no-title .ui-dialog-content{
	overflow: hidden;	
}

/** Star Rating CSS Hacks **/
img.starrating {
    /* width: 100% !important; */
}

button.navbar-toggler.navbar-toggler-right {
    position: absolute;
    right: 1em;
    top: .5em;
    z-index: 9001;
}

.ui-button{
	border-radius: 0px !important;
    box-shadow: 2px 2px 1px #888888 !important;
    font-size: 1.4rem !important;
    outline: none !important;
}


.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}

#reserveBookDialog{
	overflow-x: hidden;
}

h4{
	word-wrap: inherit;
}
#UPNMatcherHeadings .btn.disabled{
	cursor: pointer;
	opacity: .65;
}
#UPNMatcherHeadings .btn.blocked{
	cursor: not-allowed;
	opacity: .65;
}
.btn-warning, .btn-danger, .btn-success{
	cursor: pointer;
}
#progress-label {
    position: absolute;
    left: 40%;
    top: 10px;
  }

.SMaRTSyncSettingsTable i,
.addUPNsReportTable i{
	font-weight: 600;
}

.SMaRTSyncSettingsTable, .addUPNsReportTable{
    max-height: 50rem;
}

#saveMatchUPNsForm,#saveMatchUPNsForm2{
  margin-left: auto;
  margin-right: auto;
}
.removerow{
	cursor: pointer;
	color: #f00;
}
#manualAddErrors{
	overflow-y: scroll;
	max-height: 150px;
}
.err{
	cursor: pointer;
}

.inner_table tr[state="unchanged"] {
    background-color: #fff;
    border-color: #eee;
    color: #333;
}

.inner_table tr[state="changed"] {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.inner_table tr[state="leaver"] {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.inner_table tr[state="complete"] input:not([type="checkbox"]),.inner_table tr[state="leaver"] input:not([type="checkbox"]){
	pointer-events:none;
    color:#AAA;
    background:#F5F5F5;
}
.inner_table tr[state="complete"] {
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.inner_table tr[state="complete"] input:not([type="checkbox"]),.inner_table tr[state="leaver"] input:not([type="checkbox"]){
	pointer-events:none;
}

#thumbnailPreview{
	max-width:200px !important; 
}

.loadingScreen{
	z-index:1001 !important;
}

.loadingScreen{
	z-index:1001 !important;
}

#table_id td{
	max-width:250px;
	white-space:normal;
	word-wrap: inherit;
}

#table_id_students td{
	max-width:250px;
	white-space:normal;
	
}*/

/*Notification theme*/
.brighttheme {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: inherit;
  color: inherit;
}
.brighttheme.ui-pnotify-container {
  padding: 18px;
}
.brighttheme .ui-pnotify-title {
  margin-bottom: 12px;
  text-transform: capitalize;
}
/*
.brighttheme-notice {
  background-color: #FFFFA2;
  border: 0 solid #FFFF00;
  color: #4F4F00;
}
.brighttheme-info {
  background-color: #8FCEDD;
  border: 0 solid #0286A5;
  color: #012831;
}
.brighttheme-success {
  background-color: #AFF29A;
  border: 0 solid #35DB00;
  color: #104300;
}
.brighttheme-error {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255,255,255,.3) 35px, rgba(255,255,255,.3) 70px);
  border: 0 solid #FF1800;
}
*/
.ui-pnotify.bg-red .ui-pnotify-container {
  background-image: none !important;
  border: none !important;
}
.brighttheme-icon-notice,
.brighttheme-icon-info,
.brighttheme-icon-success,
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  /*font-family: "Courier New",Courier,monospace;*/
  border-radius: 50%;
}
.brighttheme-icon-notice:after,
.brighttheme-icon-info:after,
.brighttheme-icon-success:after,
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
  position: absolute;
  top: 0;
  left: 4px;
}
.brighttheme-icon-notice {
  background-color: #2E2E00;
  background:inherit;
  color: #FFFFA2;
  margin-top: 2px;
}
.brighttheme-icon-notice:after {
  content: "!";
}
.brighttheme-icon-info {
  background-color: #012831;
  background:inherit;
  color: #8FCEDD;
  margin-top: 2px;
}
.brighttheme-icon-info:after {
  content: "i";
}
.brighttheme-icon-success {
  background:inherit;
  background-color: #104300;
  color: #AFF29A;
  margin-top: 2px;
}
.brighttheme-icon-success:after {
  content: "\002713";
}
.brighttheme-icon-error {
  position: relative;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #2E0400;
  font-size: 0;
  line-height: 0;
  color: #FFABA2;
  margin-top: 1px;
}
.brighttheme-icon-error:after {
  position: absolute;
  top: 1px;
  left: -4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  font-family: "Courier New",Courier,monospace;
  content: "!";
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
  display: inline-block;
}
.brighttheme-icon-closer:after {
  top: -4px;
  content: "\002715";
}
.brighttheme-icon-sticker:after {
  top: -5px;
  content: "\01D1BC";
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brighttheme .ui-pnotify-action-bar {
  padding-top: 12px;
}
.brighttheme .ui-pnotify-action-bar textarea, .brighttheme .ui-pnotify-action-bar input {
  display: block;
  width: 100%;
  margin-bottom: 12px !important;
}
.brighttheme .ui-pnotify-action-button {
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 8px;
  border: none;
  background: transparent;
}

.brighttheme .ui-pnotify-action-button.btn-primary {
  border: none;
  border-radius: 0;
}
.brighttheme-notice .ui-pnotify-action-button.btn-primary {
  background-color: #FFFF00;
  color: #4F4F00;
}
.brighttheme-info .ui-pnotify-action-button.btn-primary {
  background-color: #0286A5;
  color: #012831;
}
.brighttheme-success .ui-pnotify-action-button.btn-primary {
  background-color: #35DB00;
  color: #104300;
}
.brighttheme-error .ui-pnotify-action-button.btn-primary {
  background-color: #FF1800;
  color: #4F0800;
}
.ui-autocomplete {
    background-color: #fff;
    color: #000;
}
.cursor-pointer{
	cursor: pointer;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox input{
	-webkit-transition: all 1s; /* Safari */
	
	z-index:10000;
    transition: all 1s;
	opacity: 0.5;
  }
  .ui-autocomplete{
	  z-index:9999;
      background-color: white !important;
  }
  .custom-combobox input:focus {
	opacity: 1;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
  	.jstree li.jstree-open > a.jstree-anchor > i.jstree-checkbox, 
	.jstree li.jstree-closed > a.jstree-anchor > i.jstree-checkbox { 
	    display:none; 
	}
	
.legend { list-style: none; padding-left: 0; }
.legend li { left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }

input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
 
.highlightError {
  box-shadow: 0 0 5px rgba(255, 0, 0, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(255, 0, 0, 1);
}

.overdueBook td{
	background-color: #ffbaba !important;
}

.groupsetbook td{
    background-color: rgb(223, 253, 208) !important;
}

.text-big{
	font-size: 1.5rem;
}
.text-bigger{
	font-size: 2rem;
}
.text-biggest{
	font-size: 3rem;
}
.ui-menu {
    /*background-color: #008bdb;*/
}
.ui-menu-item {
    /*background-color: #008bdb;*/
    color: black;
}
#takeout-name{
	text-transform: capitalize;
}
#student_profile_pic{
	max-height: 10em;
}
.ui-datepicker-multi {
    background-color: #2E2E00;
    font-size: 1.3rem !important;
    margin: auto;
}
.ui-datepicker-calendar td a {
	color: #fff;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.ui-datepicker-unselectable{
	opacity: 0.3;
}
.ui-pnotify-action-button{
	cursor: pointer;
}
.faded{
	opacity: 0.5;
}
.dataTables_processing{
	color: #000 !important ;
	font-weight: 700;
}
.noCaps{
	text-transform: none !important;
}
.select2-dropdown{
	color:#000;
    z-index: 2000;
}

#selectSchool {
    height: 2.2em;
    background-color: #ffffff96;
    border: 0px solid transparent;
    color: #00000078;
}
#selectSchool option{

    background-color: #fff;

    color: #000;
}


/* ----------------------------------------------------------------------------------------------------- */
/* --------------------------------STYLES FOR CAMERA BARCODE SCANNER-------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

.ui-dialog-buttonset button
{
  color: #fff !important;
  background-color: #008bdb !important;
  -webkit-box-shadow: 2px 2px 1px #888888 !important;
  box-shadow: 2px 2px 1px #888888 !important;
  border:none !important;
  padding:8px !important; 
}
.ui-widget-content
{
  border:none !important;
}
#isDeviceCamera,
.isDeviceCamera 
{
  display:none;
}
#devicecameraoutput.viewport, 
#devicecamera.viewport video 
{
  overflow: hidden;
  margin: auto;
  margin-bottom:5px;
  border: 0.5px solid grey;
}
#camerascanner canvas 
{
  display:none;
}

#devicecameraoverlay
{
  position: absolute; 
  background-color: red;
  height:1px;
  z-index: 2147483647;
}


/* Small Phone Screens */
@media (max-width: 400px)
{
  #devicecameraoverlay
  {
    top: 185px; 
  }

  #devicecameraoutput.viewport, #camerascanner video 
  {
    width:100%;
    max-height:300px;
  }
}


/* Large phone screens */
@media (max-width: 450px)
{
  #devicecameraoverlay
  {
    top: 200px; 
  }
  #devicecameraoutput.viewport, #camerascanner video 
  {
    width:100%;
    max-height:350px;
  }
}

/* Tablets and larger */
@media (min-width: 750px)
{
  #devicecameraoverlay
  {
    top: 285px; 
  }

  #devicecameraoutput.viewport, #camerascanner video 
  {
    width:100%;
    max-height:500px;
  }
}



.photoupload-success,
.photoupload-error {
  text-align: center;
}
.photoupload-success {
  color: #8cc15d;
}
.photoupload-error,
.photoupload-fileerror {
  color: #e75543;
}


.advancedSearchBox{
    float: right;
    text-align: right;  
    color: #fff;  
    margin-left: 1em;
}
.advancedSearchBox input {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
    .advancedSearchBox { 
      float: none;
      text-align: center;
      margin-top: 0.5em;
    }
  }


#table_id_min thead tr th{
    padding: 3px;
    text-align: center;
}
#table_id_min tbody tr:nth-child(even) {
    background-color: #acbad4;
}
#table_id_min tbody tr td {
    height: 50px;
}

select.userDetailsAction
{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
			.coverflow {
				height: 100%;
				border-bottom: solid 2px black;
			}

			.coverflow .cover {
				width: 100px;
				height: 100px;
				cursor: pointer;
				font-size: 500%;
				border: solid 2px black;
				text-align: center;

				background: #e2e2e2; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
			}

			.coverflow .cover.current {
				opacity: 1;
				border-bottom: none;

				box-shadow:	0 0 16px rgba(0,0,0,.5);

				background: #ffffff; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
			}
			.coverflow .cover.current:after {
				content:			' ';
				background-color:	white;
				display:			block;
				position:			absolute;
				width:				132px;
				height:				16px;
				left:				-16px;
				bottom:				-16px;
			}

			#photos-info {
				position:		relative;
				text-align:		center;
				z-index:		1000;
				text-shadow:	0 0 8px white;
			}

			#photos-name {
				font-size: 200%;
				font-weight: bold;
			}
			
			containerOverlay {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1.0); 
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.containerOverlay:hover .overlay {
  height: 100%;
}

.curl {
	width:120px;
	height:120px;
	position: absolute;
	top:0;
	left:0;
	background : 
		linear-gradient(
			135deg, 
			#fff, 
			#f3f3f3 45%, 
			#ddd 50%, 
			#aaa 50%, 
			#bbb 56%, 
			#ccc 62%, 
			#f3f3f3 80%,
			#fff 100%
		);
	box-shadow : 0 0 10px rgba(0, 0, 0, .5);
	transition: all .5s ease;
}
.curl:before,
.curl:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 12.5%;
	bottom: 5.8%;
	width: 70%;
	max-width: 300px;
	max-height: 100px;
	height: 55%;
	box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
	transform: skew(-10deg) rotate(-6deg);
}
.curl:after {
	left: auto;
	right: 5.8%;
	bottom: auto;
	top: 14.16%;
	transform: skew(-15deg) rotate(-84deg);
}

.curl:hover {
	width: 240px;
	height: 240px;
}
.curl:hover:before,
.curl:hover:after {
	box-shadow: 0 24px 30px rgba(0, 0, 0, .3);
}

.ui-autocomplete-loading { 
    background:url('https://data.libresoft.co.uk/assets/img/loading-stars.gif') !important;
    }

#usersearch_dropdown {
	background-color: white !important;
    color: black !important;
    margin-top: 13px;
    border: 0.15px solid grey;
        /* border-bottom: none; */
    width: 100%;
    max-width: 320px;
    height: 32px;

    background-repeat: no-repeat !important;
    background-position: right center !important; 
    background-size: 50px 50px !important;
}

#ui-id-1.ui-autocomplete {
        max-height: 200px;
        width: 318px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: auto;
        /* add padding to account for vertical scrollbar */
        padding-right: 20px;

        border: 0.15px solid grey !important;
        margin-top: -25px !important;
        background-color: white !important;
        z-index: 1001;
    } 
#usersearch_dropdown .ui-menu-item-wrapper, 
#usersearch_dropdown .ui-menu, 
#usersearch_dropdown .ui-menu-item,
#ui-id-1 .ui-menu-item-wrapper, 
#ui-id-1 .ui-menu, 
#ui-id-1 .ui-menu-item
{
    color: black;
    background-color: white !important;
}
.white a{
    color: black !important;
}
.blue a{
    color: blue !important;
}
.red a{
    color: red !important;
}

.cron-settings-email,
.email-setting-days
.email-setting-dates {
  display: none;
}

/* Libre Select Code */
.libre-select {
  position: relative;
  font-family: FontAwesome, Arial, Helvetica, sans-serif;
  font-size: 15px;
  width: 205px;
  background-color: #008bdb;
}
.libre-select select{
  display: none;
}

.select-selected {
  background-color: inherit;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-color: black transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: inherit;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  max-height: 400px;
}

/* Code for custom scrollbar, Firefox support */
.libre-select .select-items
{
  scrollbar-width: thin;
  scrollbar-color: rgb(66, 175, 215) rgb(0, 139, 219);
}

/* Code for custom scrollbar - only works on Chrome :( */
/* width */
.libre-select ::-webkit-scrollbar {
  width: 8px;
} 

/* Handle */
.libre-select ::-webkit-scrollbar-thumb {
  background: rgb(66, 175, 215); 
}

/* Handle on hover */
.libre-select ::-webkit-scrollbar-thumb:hover {
  background: rgb(30, 110, 139); 
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.misMatchUpSelect > option:disabled{
    color: black;
}

.libre-checkbox-container {
  display: block;
  position: relative;
  /*padding-left: 35px;*/
  /*margin-bottom: 12px;*/
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    height: 33px;
    width: 33px;
}

/* Hide the browser's default checkbox */
.libre-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.libre-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 33px;
  background-color: rgb(199, 197, 197);  
}

/* On mouse-over, add a grey background color */
.libre-checkbox-container:hover input ~ .libre-checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.libre-checkbox-container input:checked ~ .libre-checkbox {
  background-color: inherit;
}

/* Create the checkmark/indicator (hidden when not checked) */
.libre-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.libre-checkbox-container input:checked ~ .libre-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.libre-checkbox-container .libre-checkbox:after {
  left: 13px;
  top: 7px;
  width: 8px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*New Checkboxes */
.librecheckboxes *, .librecheckboxes *::before, .librecheckboxes *::after {
	box-sizing: content-box !important;
}

.librecheckboxes input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.librecheckboxes span {
	line-height: 1.33;
	font-family: inherit;
}

.librecheckboxes {
	display: table;
	position: relative;
	padding-left: 2.5rem;
	cursor: pointer;
	margin-bottom: 1rem;
}

.librecheckboxes input[type="checkbox"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 2rem;
	width: 2rem;
	background: rgb(199, 197, 197);
	transition: background 250ms;
	border: none;
	border-radius: 0rem;
}

.librecheckboxes input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.81rem;
	width: 1.8rem;
	background: rgba(137, 133, 133, 1);
	transition: background 250ms;
	border: none;
	border-radius: 3rem;
}

.librecheckboxes input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: 0.62rem;
	top: 0.33rem;
	width: 0.36rem;
	height: 0.71rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 3px 3px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.librecheckboxes input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .25rem;
	top: .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.librecheckboxes input:disabled ~ .b-input::after {
	border-color: rgba(0, 0, 0, 1);
}

.librecheckboxes input:checked ~ .b-input::after {
	display: block;
}

.librecheckboxes:hover input ~ .b-input,
.librecheckboxes input:focus ~ .b-input {
	background: rgba(150, 150, 150, 1);
}

.librecheckboxes input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(52,144,220,0.5);
}

.librecheckboxes input:checked ~ .b-input {
	background: rgba(7, 163, 248, 1);
	border-color: rgba(0, 130, 243, 1);
}

.librecheckboxes input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(110, 110, 110, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.2;
	cursor: not-allowed;
}

.librecheckboxes input[type="radio"]:disabled ~ .b-input {
	background: rgba(110, 110, 110, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.2;
	cursor: not-allowed;
}

.librecheckboxes input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(0, 0, 0, 1);
}

.librecheckboxes input:checked:focus ~ .b-input, .librecheckboxes:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(13, 143, 255, 1);
	border-color: rgba(13, 143, 255, 1);
}

.librecheckboxes .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(7, 163, 248, 1);
	border-radius: 2rem;
	opacity: .6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.librecheckboxes input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.librecheckboxes input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.librecheckboxes .b-input::before {
	visibility: hidden;
}

.librecheckboxes input:focus + .b-input::before {
	visibility: visible;
}

.librecheckboxes:first-child .b-input::before {
	visibility: hidden;
}
.rpt_con_fields .row{
	

}

#reportPreviewTable_info{
	display:none !important;
}

.rpt_con_fields{
	overflow:hidden;
	transition: all 0.15s ease-out;
}

.rpt_con_fields_inactive{
	transition: all 0.15s ease-out;
	max-height:0px;
	
}

#reportPreviewTable th, #reportPreviewTable td{
	padding: 8px 3px !important;
    border: 1px dashed #11111105;
}

.rpt_input{
    border: 1px solid #00000033;
    padding: 3px;
    height: 32.4px;
}

.rpt_input::placeholder{
    color:#0000005e !important;
}

.rpt_advanced_section_con{
	border: 1px dashed #00000017;
    background-color: #8080800d;
}

.rpt_advanced_title_con{
	font-size:120%;
}



.dashed-border {
    border: 1px dashed #00000040;
    background-color: #00000005;
}

.showOverflow{
	overflow:visible;
}
	
.rpt_con_fields_active{
	transition: max-height 0.25s ease-in;
	max-height:1000px;
	
}

/* Dropdown Button */
.dropbtn {
    background: none;
    color: white;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 139, 219, 0.8);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10001;

    margin-left: -5px;
}

table.dataTable.dt-checkboxes-select tbody tr, table.dataTable thead th.dt-checkboxes-select-all, table.dataTable tbody td.dt-checkboxes-cell {
    cursor: unset;
}
/* Datatable RowGroup Indent Styling*/
table.dataTable tr.group{
    background-color: #e1e1e1;
    box-shadow: inset 0px 11px 8px -10px #979797, inset 0px -11px 8px -10px #979797;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    opacity: 0.5;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background: none;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown-content:hover {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #008BDB;}

#table_id_catalog_removed tbody tr td,
#table_id_catalog tbody tr td {
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
}

/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.info-tooltip {
    display: inline-block;
    content: "";
    background-size: contain !important;
    width: 20px;
    height: 20px;
}

.form-check-input:checked,
.custom-control.custom-switch .custom-control-input:active~.custom-control-label::before,
.custom-control.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745;
    border-color: #28a745;
}

/* Force the manual barcode entry dialogue to be on top of any other dialogue */
.ui-dialog[aria-describedby="manualentry"]{
    z-index: 1001 !important;
}

.ContactCardPopup{
    display: none;
    max-width: 50rem;
    flex-direction: column;
    position: absolute;
    background-color: white;
    padding: 1rem;
    gap: 1rem;
    border-radius: 20px;
    box-shadow: 2px 2px 3px #00000066;
    transform: translate(-35%, -70%);
    color: black;
    z-index: 100;
    max-height: 25rem;
    overflow: auto;
}
.ContactCardPopup > .ContactDetails{
    min-width: 25rem;
}
/*Popup  Tooltip Arrow*/
/*.ContactCardPopup::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 60%;*/
/*    left: -10px;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-color: transparent white transparent transparent;*/
/*}*/
.ContactCardPopupContainer:hover .ContactCardPopup {
    display: flex;
}

.btn.rounded-bottom-0,
.rounded-bottom-0{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.librarian-content{
    margin-bottom: 4rem;
}

/* Replace the 'Browse' of Bootstraps custom file label with our own */
.custom-file-label:after{
    content: attr(data-content) !important;
}

#user-locale{
    max-width: 11.5rem;
    min-width: 11.5rem;
}
