
/*.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    border: 1px solid rgba(0, 0, 0, 0.54);
    width: 100%;
    padding: 8px;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
}*/
.table {
    background: #f1f0f0;
}
    .table th, .table td {
        text-align: center;
    }
    .custom-combobox {
    position: relative;
    display: inline-block;
    direction: rtl;
    width: 70%;
    font-size: 1em;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-right: -1px;
    padding: 0 10px 0 10px;
}

.custom-combobox-input {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 1.5em;
    width:100%;
}
.ui-widget {
    font-family: DroidKufi !important;
    font-size: 1.5em;
}
    .ui-widget.ui-widget-content {
        direction: rtl;
    }
/*rating star has*/

div.checked {
    color: orange;
}
.panel {
    width: 100%;
    position: relative;
    padding: 0px;
    bottom: auto;
}


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #145e7a;
            }
.list-group-item.active {
    border-color: #ecd7b7 !important;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #145e7a;
    background-image: #145e7a;
    color: #ffffff;
}

    div.bhoechie-tab-menu div.list-group > a.active:after {
        content: '';
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -13px;
        border-left: 0;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        border-right: 10px solid #145e7a;
    }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}


@font-face {
    font-family: CCode39;
    src: url("/Fonts/CCode39.woff") format('woff')
}

        #barcode {
            font-weight: normal;
            font-style: normal;
            line-height: normal;
            font-family: 'CCode39', sans-serif;
            text-align: center;
            font-size: 32px
        }

        #barcode_text {
            font-weight: normal;
            font-style: normal;
            line-height: normal;
            font-family: sans-serif;
            text-align:center;
            font-size: 24px
        }

