/*================================================================================
	Item Name: ConsultManager - Responsive (Admin) Template
	Version: 2.0
	Changedate: 2022-11-06
	Author: RICHARDVANDERLINDE
	Author E-mail: info@richardvanderlinde.nl
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/**
 * view_invoices.php
*/
.bblock {
	color: red;
}
.editiv a {
	color: black;
}
.editiv a:hover {
	color: white;
}
.makeofficial {
	/* width:6.5em; */
	/* width: 85%; */
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
}
.makeofficial:hover span {
	display:none;
}
.makeofficial:hover:before {
	content: 'Registreer \00000a';
	white-space: pre;

}
.isofficial {
	/* width:6.5em; */
	/* width: 85%; */
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
.reminderButton {
	width:6.5em;
}
.negativeClass {
	color: red;
}
.redDot {
	height: 10px;
	width: 10px;
	background-color: #ff0000;
	border-radius: 50%;
	display: inline-block;
}
.flwidth {
	box-sizing: unset;
	width:85%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 7px;
}
.flwidths {
	box-sizing: unset;
	width:94%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 7px;
}
.emailmodalcellwidth {
	box-sizing: unset;
	width: 80%;
	margin: 5px; /* or whatever */
}
.remindermodalcellwidth {
	box-sizing: unset;
	width: 80%;
	margin: 5px; /* or whatever */
}
.subscriptionmodalcellwidth {
	box-sizing: unset;
	width: 80%;
	margin: 5px; /* or whatever */
}
.has-error {
	color: red;
}
.pdl-15{
	padding-left:15px!important; 
}
.pdb-10 {
	padding-bottom:10px!important;
}
#btn-back-to-top {
position: fixed;
border-radius: 50px;
bottom: 45px;
right: 20px;
display: none;
}
.unselectable{
  background-color: #ddd;
  cursor: not-allowed;
}
#load-image {
  display: block;
  width: 15px;
  height: 15px;  
  margin: auto;
}
.BGFlat {
    background-image: url(/app-assets/images/backgrounds/bg-14.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: button !important;
  -moz-appearance: button !important; 
}
.form-control-sm {
    font-size: 1rem !important;
}