#content .card-header {
    background-color: #fff;
}
#content .page-link{
	background-color: #fff;
}
.authentication-inner .card{
	box-shadow: 5px 5px 35px #000;
}
.form-group.required label::after {
    content: " *";
    color: #f00;
}
#content form .select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0 !important;
}
.select2-selection {
    min-height: 38px !important;
    padding: 0px 14px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(24,28,33,0.1) !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.default-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #26B4FF !important;
    color: #fff !important;
}
.default-style .select2-selection--multiple .select2-selection__rendered {
    padding: 0px !important;
}
.btn-warning {
    background: #FFA500 !important;
    color: #fff !important;
}
#content #render-pagination{
    display: inline-block;
    padding:0px;
}
#inputWrapper .row{
    position: relative;
}
#inputWrapper #productAmount{
    padding-right: 50px;
}
#removeInput {
    position: absolute;
    top: 45%;
    right: 15px;
}
.product-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#panelNextBtn{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#grandTotal{
    border-top: 2px solid #cbb9b9;
    background: #eee;
}
.form-label{
    margin-bottom: 0px;
}
#detailLabel{
    line-height: 10px;
}