.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(21, 21, 21, 0.75);
    z-index: 20002;
	display:block;
}

.loader2 {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #2f4050;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 40%;
    top: 31%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.swal2-container{
	z-index:10000000;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#blah1{
	cursor: pointer;
	object-fit: contain;
	height: 150px;
	border-radius: 50%;
	/* border: 1px solid; */
	box-shadow: 0 0 0 5px rgba(255,255,255,.4);

}
.product_summary tbody tr{
	cursor:pointer;
}
.quantity,.discount{
	width:100%;
}
.scrollable{
	overflow-y:auto;
	max-height:300px;
}
div.dt-buttons{
	text-align:right;
}
div.dt-button a{
	margin-left:12px;
}

.dt-buttons{
	text-align: right;
}
.modalcontent2 .modal-content{
	width:140%;
}
/*! CSS Used from: https://demo4.onlineoffice.live/AdminLTE/plugins/pace/pace.css?v=42 */
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.pace-inactive{display:none;}
.pace .pace-progress{background:#589dd7;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:3px;}
/*! CSS Used from: https://demo4.onlineoffice.live/bootstrap/css/bootstrap.min.css?v=42 */
@media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*! CSS Used from: https://demo4.onlineoffice.live/plugins/calculator/calculator.css?v=42 */
*:focus{outline:0!important;}
/*! CSS Used from: https://demo4.onlineoffice.live/css/app.css?v=42 */
/* ::-webkit-scrollbar{width:7px;} */
/* ::-webkit-scrollbar-track{background:#f1f1f1;} */
/* ::-webkit-scrollbar-thumb{background:#888;} */
/* ::-webkit-scrollbar-thumb:hover{background:#555;} */
@media print{
::-webkit-scrollbar{display:none!important;}
}
.dataTables_scrollHeadInner,.dataTables_scrollBody table{
	width:100% !important;
}
.logo-img{
	width:35%;
}
.single-page{
	height:100vh;
}
.sidebar-container{
	height:100vh;
	overflow-y:scroll;
	position:fixed;
	z-index:10;
  	scrollbar-color: #999999 #f8f9fa;
	 background-color: #fff;
}
.sidebar-container::-webkit-scrollbar {
  width: 8px;
}

.sidebar-container::-webkit-scrollbar-track {
  background-color: #f8f9fa;
}

.sidebar-container::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 4px;
}

.sidebar-container::-webkit-scrollbar-thumb:hover {
  background-color: #666666;
}
.sidebar-items .nav-link {
  color: #000;
}
.sidebar-items .nav-link:hover, .sidebar-items .nav-link.active {
  /* background-color: #f8f9fa; */
  font-weight:bold;
}
.sidebar-items .nav-link:hover i, .sidebar-items .nav-link.active i {
	color: #589ed7;
    font-weight: bold;
}


.profile-picture img{
	width:80%;
}
.profile-name{
	/* text-decoration:underline; */
	/* color:black; */
}
.content-here{
	min-height:561px;
}
.md-form{
	margin-top: 0; 
	margin-bottom: 0;
}
.md-form>.form-control {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0 1px 0 #d4dae3;
    transition: box-shadow .3s ease-out;
}
.md-form textarea.form-control:focus {
    -webkit-box-shadow:  0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.icons-dash i{
	font-size: 39px;
    color: #ccc;
}
.profile-name{
	font-weight:bold;
}
.profile-name:hover{
	/* border-bottom:1px solid #ccc; */
	/* transition: .3s; */
}
@media (max-width: 767px) {
    .sidebar-container{ 
        background-color: #fff;
    }
	
}
@media (min-width: 576px){
	.modal-dialog {
		max-width: 66%;
		margin: 1.75rem auto;
	}
}