@charset "utf-8";
/* CSS Document */
.Style-size-16{
     font-size: 1rem;   
}

@media (max-width: 1200px){
	.Style-size-16{
     font-size: 1rem;   
}
	}
.form-group .form-control .form-control {
	    border: 0px solid #fff;
	padding: 0;
	font-size: large;
}


.heading {
	    font-weight: bold;
    color: #000; 
	font-size:14px;
}


.Newstaff {
	width: 100%;
	float: left;
	position: relative;
}
.Newstaff .delete {
	top: 0px;
	right: 0px;
	position:absolute;
	 border-radius: 50px;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d;
}

#wrapper {overflow: hidden;}
#sidebar {width:210px; }
#sidebar.fixed {position:fixed;} 



.bg-warning {
    background-color: rgb(176 159 123) !important;
}
.padding10 {
  padding: 5% 8%;
}

.h-button {
  position: relative;
}

.h-button a {
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	position:absolute;
      font-size: 0rem;
}
.h-button a:hover {
	background-color: #ffffff4a;
}


.search-row {
	top: 10px;
	right: 10px;
	position:absolute;
}

.main-link {
	    display: flex;
    justify-content: flex-end;
	    position: relative;
}

.main-link .item {
	float: right;
    margin: 0 5px;
	position: relative;
}
.main-link .item {
	float: right;
    margin: 0 5px;
	position: relative;
}
.Keep-left {
	margin-right: 5px;
	float: left;
}
.search-box {
	    padding: 5px;
    background-color: #ffffff59;
    border-radius: 0.4rem;
    display: flex;
    flex-wrap: nowrap;
	margin-right: 10px;
}
.search-box input{
	width: 150px;
	margin-right: 5px;
	float: left;
}
.search-box a{
	width: 50px;
	float: left;
}


 
.table-bordered ul{
	margin-bottom: 0
}


.loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	position: fixed;
	left: 20px;
	bottom: 20px;
	display: none;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.b-box {
    width: 768px;
    margin: auto;
    padding: 0px 0;
	position: relative;
}

.b-box .table-bordered {
    border: 1px solid #d3d3d3;
}

.b-box  .table>:not(caption)>*>* {
    padding: .65rem .65rem;

}
.receipt-title h2 {
font-size: 1.4rem;
    FONT-WEIGHT: bold;
}
.receipt-title h2 span {
margin: 0 5px
}

.receipt-title p {
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    float: right;
}


.number .no {
    font-weight: bold;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #f00;
}



.b-box .prove1, .b-box .prove2 {
    display: flex;
    justify-content: space-between;
    margin: 0px 0;
}


.date {
    float: left;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    width: 100%;
    letter-spacing: 4pt;
    /*margin-top: 20px;*/
}

.pagination a {
    position: relative;
	   padding: 0.375rem 0.75rem;
    display: block;
    color: #7a6fbe;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.pagination .active a {
    z-index: 3;
    color: #fff;
    background-color: #7a6fbe;
    border-color: #7a6fbe;
	    padding: 0.375rem 0.75rem;
}

  @media print {
        body * {
            visibility: hidden;
        }
        #printable-content, #printable-content * {
            visibility: visible;
        }
    }