﻿.totalcount {
    padding-right: 10px;
}

.has-error {
    color: red;
}

tr td img {
    height: 35px;
}

tr td button {
    display: inherit;
}

tr td input {
    display: initial;
    /*text-align: center;*/
    padding-left: 5px
}

table tr:first-child th {
    /*vertical-align: middle;*/
}
table th {
   padding: 8px !important;
}

.invisibledata {
    display: none !important;
}

.visibledata {
    display: inherit !important;
}

.smallinputdata {
    width: 100px !important;
}

.mediuminputdata {
    width: 120px !important;
}

.width50px {
    width: 50px !important;
}

.width80px {
    width: 80px !important;
}

.width90px {
    width: 90px !important;
}

.width_stock_input {
    width: 80px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.padding_left_right2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.padding2px {
    padding: 2px !important;
}

.width160px {
    width: 160px !important;
    text-align: center;
}

.width0pxhidden {
    width: 0px !important;
    visibility: hidden;
}

.nomarginleft {
    margin-left: 0px !important;
}

.app-modal-window .modal-dialog {
    width: 90%;
}

.app-modal-window-small .modal-dialog {
    width: 50%;
}

.app-modal-window-medium .modal-dialog {
    width: 70%;
}

.margintop5px {
    margin-top: 5px;
}

.margintop20px {
    margin-top: 20px;
}

.displayinherit {
    display: inherit;
}

.marginleft5px {
    margin-left: 5px;
}

.marginleft15px {
    margin-left: 15px;
}

.marginleft20px {
    margin-left: 20px;
}

.margintop-35px {
    margin-top: -35px;
}

.marginright10px {
    margin-right: 10px;
}

.responsivetable {
    overflow-x: auto;
}

.form-inline div input {
    max-width: 95%;
}

.alignleft {
    text-align: left !important;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-y: scroll;
    width: 40%;
    background: whitesmoke;
}

.cus-control-label {
    margin-bottom: 0;
    text-align: right;
    font-weight: 600;
}

.width90 {
    width: 90%;
    padding-left: 5px;
}

.width95 {
    width: 95%;
    padding-left: 5px;
}

.fontweight600 {
    font-weight: 600;
}

.animate-show,
.animate-hide {
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -ms-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
}

    .animate-show.ng-hide-remove,
    .animate-hide.ng-hide-add.ng-hide-add-active {
        opacity: 0;
        display: block !important;
    }

        .animate-hide.ng-hide-add,
        .animate-show.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
            display: block !important;
        }

.paddingleft5px {
    padding-left: 10px;
}

.width120px {
    width: 120px;
}

.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.overflow_y {
    height: 200px;
    width: 200px;
    overflow-x: hidden;
    overflow-y: visible;
}

.btn-tag {
    margin-left: 10px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #00c0ef;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    padding-right: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-tag > :first-child {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.0em;
        text-align: center;
        border-left: 1px solid rgba(0,0,0,0.2);
    }

.infopaging {
    margin-top: -20px;
    text-align: center;
    font-size: 11px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu-left {
    right: auto !important;
}

a > h4 {
    padding: 0;
    color: #444444;
    font-size: 15px;
    position: relative;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

    a > h4 > small {
        color: #999999;
        font-size: 10px;
        position: absolute;
        top: 0;
        right: 0;
    }

li > a > p {
    font-size: 12px;
    color: #888888;
    margin-bottom: 0px !important;
}

.dropdown-menu-left > li > a {
    padding: 0px !important;
}

.barcode-group {
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 39mm !important;
    height: 20mm !important;
}

.header-barcode {
    text-align: center;
    font-size: 9px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.barcode {
    text-align: center;
    font-size: 9px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.bottom-barcode {
    text-align: center;
    font-size: 9px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.clear {
    clear: both;
}

.barcode.code128 {
    margin-left: 9px;
}
/*input[type="file"] {
    display: none;
}*/
.custom-file-chose {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: auto;
    background-color: white;
    color: black;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 60px;
    background-color: yellowgreen;
    color: white;
}

.fa-2 {
    font-size: 1.8em;
}

.margintop10px {
    margin-top: 10px;
}

.label_bulk {
    border: 2px solid #d2d6de;
    padding: 5px;
    margin-top: 0px;
    float: left;
    background: white;
}

.table_data {
    font-size: 13.5px;
}

.current_obj:hover {
    cursor: pointer;
    background-color: lightgrey;
}

.current_cursor:hover {
    cursor: pointer;
}

.current_cursor_add_order:hover {
    cursor: pointer !important;
    color: blueviolet !important;
}

.popover {
    width: 450px !important;
    max-width: 450px !important;
}

.width100 {
    width: 100% !important;
}

.width95_default {
    width: 95% !important;
}

.custom_label {
    margin-top: 5px;
}

.width98 {
    width: 98% !important;
}

.padding_1px {
    padding: 1px !important;
}

.price_currency {
    text-align: right
}

.padding_right_5px {
    padding-right: 5px
}

.padding_left_5px {
    padding-left: 5px
}

.padding_left_20px {
    padding-left: 20px
}

.tvk_branch {
    color: darkblue
}

.kho_chinh_branch {
    color: darkred
}

/*.modal-body {
    overflow-y: scroll;
}*/

.offline-order-menu {
    background-color: #b6006e;
}

    .offline-order-menu:hover {
        background-color: rebeccapurple !important;
    }

.online-order-menu {
    background-color: yellowgreen;
}

    .online-order-menu:hover {
        background-color: seagreen !important;
    }
.nomargin-bottom{
    margin-bottom:0px !important
}

.form-inline .uib-time .form-control {
    width:50px
}