#title{
margin-top:1%;
text-transform: uppercase !important;
text-align:center;
padding:0 3%;
}

#title * p{
    font-size: 0.8em;
}

.table_header{
background-color:#d9534f;
color:white;}

#block{
text-align:center;
padding:0;}

#footer{
margin-top:1%;
text-align:center;
padding:0 3%;
}

#form-wrapper{
padding:3%;
margin-top:2%;
margin:auto;
border-bottom:1px solid silver;}

input, select, textarea ,.select2-container--default .select2-selection--single{
width:100% !important;
margin-bottom:0.6%;}

input::placeholder, select::placeholder, textarea::placeholder ,.select2-container--default .select2-selection--single{
	text-transform:uppercase;}

.center{
text-align:center;}
.left{
text-align:left;}
.right{
text-align:right;}

#clear{
clear:both;}


/*POS*/
.posfooter{
	text-align:center;
	padding:0;
	background-color:#FFF;
	min-height:250px;
	background-color:#f0eeee;}

.pos-button{
	padding:1% 0;
	display:block;}
	
.dash_board1{
	min-height:400px;
	max-height:400px;
	background-color:#fff;
	overflow:scroll;
	overflow-y: scroll;
	overflow-x: hidden;}

.dash_board2{
	min-height:400px;
	max-height:400px;
	background-color:#FFF;
	overflow:scroll;
	overflow-y: scroll;
	overflow-x: hidden;}

.pos-header td{
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	font-size:16px;
    }

	
.pos-search input{
	display:inline;
	border:1px solid #c9c7c7;
	height:35px;
	margin:0;
	color:#F00;
	font-size:16px;
    padding: 4px 6px;}
	
.pos-btn{
	width:100%;
	}

.pos-billing{
	margin-top:10px;}

.pos-billing tr td {
	text-align:right;
	}
	
.pos-billing tr td label{
	font-size:14px;
	padding-right:10px;
	font-weight:bold;}

.pos-billing tr td input{
	height:30px;
	color:#F00;
	font-weight:bold;
	font-size:18px;}

#datatable_filter .form-control{
    width: 250px !important;
}

.alert-dark, .btn-dark {
    color: #E9EDEF;
    background-color: rgb(80, 80, 80);
    border-color: rgb(47, 46, 46);
}
.btn-dark:hover {
  color: #F7F7F7;
}

.cap{
    text-transform: capitalize;
}

