html,body { 
	height: 100%; 
}
body.full-body, html.full-body{
	height: 100% !important;
}
.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}
.filter-button{
	margin-top: auto !important;
}
form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}
#order-history .order_status, #order-history .view-order {
    margin-top: 0px;
    margin-right: 10px;
}
.pdf-btn{
    font-size: 23px;
    text-align: center;
    margin-right: 10px;
}
.action-button{
    display: flex;
}
.login-form{ 
	width:330px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}
.right{
	float: right;
}
img.data-table-image {
    height: 300px;
    width: 100%;
    height: auto;
}

.profile-drope-main.show{
	display: grid;
	visibility: visible;
	opacity: 1;
}

.dropdown-toggle.profile-picture{
	padding: 0px;
    margin: 0px;
    border-radius: 50px
}

.profile-picture.dropdown-toggle:after{
    margin-left:0px;
    display: none;
}
.profile-drope-main{
	left: auto !important;
    right: -15px !important;
    width: auto;
    visibility: hidden;
    opacity: 0;
    min-width: 138px;
    padding: 10px 10px 10px 10px;
    transition: visibility 0s, opacity 0.5s linear;
}
.header-profile-nave{
	padding-right: 20px;
}
#view-order .modal-dialog {
    width: 1200px;
    max-width: 100%;
}
.panel-footer.text-center.item-title, .panel-footer.text-center{
    text-align: center!important;
    transition: 0.25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.product-item{
    margin-bottom: 25px ;
}
.panel-body.panel-body-condensed {
    text-align: center;
}
img.item-image {
    max-height: 158px !important;
    min-height: 158px !important;
    vertical-align: middle;
    text-align: center;
    max-width: 100%;
}
#product-filter .col-md-3{
	margin-right: 30px;
}
.product-filter button.btn.btn-primary, .order-filter button.btn.btn-primary {
    margin-top: 0px;
}
.red-color, .error {
  color: #ec1a1a;
}

#create_new_user .modal-dialog-centered{
    max-width: 800px;
}

div#preview {
    width: 100%;
    height: auto;
    position: relative;
}

img#file-ip-1-preview {
    width: 300px;
    height: auto;
    position: relative;
}
button.remove#remove {
    position: absolute;
    top: -20px;
}

.modal-footer.border-top-0.d-flex.justify-content-center {
    /* text-align: right; */
    float: right;
}
.display-none{
 opacity: 0;
 width: 0px;   
}
a.btn.btn-info.button-first {
    margin-right: 10px;
}
.filter-lablel{
    max-width: 2%;
}
.footer-main-button, .add-more-item{
    text-align : right;
}
.produtc-detaila {
    margin: 0 20px;
}
.produtc-detaila img {
    width: 100%;
    max-width: 300px;
}
.produtc-detaila p {
    margin-bottom: 0.3rem;
}
table .main-div{
    text-align: center;
    display: flex;
}

input[name="gst_number"]{
    text-transform: uppercase;
}
.main-div a.edit.button-first {
    margin-right: 10px;
}
.main-div a.delete.btn-danger {
    background-color: transparent;
    color: red !important;
}

#subscription .modal-dialog.modal-dialog-centered {
    width: 350px;
}

#subscription .modal-dialog.modal-dialog-centered form{
    margin-top: 0px;
}
#view-product .modal-dialog{
    width: 100%;
    max-width: 850px;
}

.dataTables_wrapper .dataTables_length label {
    text-transform: capitalize;
}