﻿
/*===============================================================================*/
/* style textbox & dropdownlist & datepicker */
.txt_input_width_max {
    height: 34px;
    /*border: 1px solid #ceced2;*/
    border-radius: 0px;
    margin-bottom: 3.5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #414040;
    width: 100%;
    min-width: 100px;
}

.txt_input_multiline {
    height: 76px;
    /*border: 1px solid #ceced2;*/
    border-radius: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #414040;
    width: 100%;
    min-width: 100px;
}

.cmb_input_width_max {
    height: 34px;
    /*border: 1px solid #ceced2;*/
    border-radius: 0px;
    /*margin-bottom: 3.5px;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    font-size: 14px;
    color: #414040;
    width: 100%;
    min-width: 100px;
    background-color: #fff;
}

.date_picker1 {
    width: 100%;
    background-color: transparent;
}

.date_picker2 {
    width: 46.5%;
    background-color: #fff;
}


/*===============================================================================*/
/* dropdown menu button group on grid */

/*.k-block, .k-widget {
    background-color: transparent;
}

.k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes > select {
    margin: 0 .4em 0 0;
    margin-top: 4px;
    margin-right: 0.4em;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 5.2em;
}*/

.btn_grp_edit, .btn_grp_ad {
    width: 60px;
    /*background-color: #f3e18c;*/
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}

    .btn_grp_edit:hover, .btn_grp_ad:hover {
        color: #e48605;
    }

.btn_grp_del {
    width: 60px;
    /*background-color: #db8989;*/
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}

    .btn_grp_del:hover {
        color: #eb0b0b;
    }

.btn_grp_stamp {
    width: 60px;
    /*background-color: #db8989;*/
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}

    .btn_grp_stamp:hover {
        color: #028887;
    }

.btn_grp_disable {
    width: 60px;
    /*background-color: #db8989;*/
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    color: #808080;
}

    .btn_grp_disable:hover {
        color: #808080;
    }

.btn_grp_print {
    width: 60px;
    /*background-color: #f3e18c;*/
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}

    .btn_grp_print:hover {
        color: #079604;
    }

.btn_grp_join {
    width: 60px;
    /*background-color: #f3e18c;*/
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}

    .btn_grp_join:hover {
        color: #0570b7;
    }

.btn_not_permission {
    width: 60px;
    /*background-color: #f3e18c;*/
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    cursor: default;
    width: 100%;
    color: #f80606;
}


.btn-destroy-del {
    color: #fff;
    background-color: #c80505;
}

.btn-destroy-detail {
    color: #fff;
    background-color: #57a74e;
}

.btn-destroy-edit {
    color: #fff;
    background-color: #d8a80b;
}

.btn-destroy-approve {
    color: #fff;
    background-color: #029b96;
}

.ob-right {
    text-align: right;
}

.ob-center {
    text-align: center;
}

.ob-left {
    text-align: left;
}

.color_blue {
    color: #0570b7;
}

.color_green {
    color: #027e7a;
}

.color_maroon {
    color: #930d0d;
}

.color_red {
    color: #e80000;
}
/*-- end dropdown menu button group on grid --*/
/*===============================================================================*/
/*-- grid kendo --*/

.defualt_grid_height .k-grid-content {
    height: 310px !important;
}

.k-grid-content {
    min-height: 80px;
    /*max-height: 400px;*/
    height: auto !important;
    min-height: 300px !important;
}

.k-grid,
.k-grid .k-auto-scrollable {
    height: auto !important;
    /*overflow-y: visible !important;*/
}

.k-tabstrip > .k-content {
    padding: .5rem 1rem;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: visible;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


.btn_manage {
    background-color: #158919;
    color: #fff;
}

.chk_stamp {
}


.k-input.k-textbox, .k-textarea, .k-textbox {
    border-radius: .25rem;
    padding: .375rem .75rem;
    width: 12.4em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font: inherit;
    font-size: 16px;
    line-height: 1.5;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-appearance: none;
}

ul.dropdown-menu {
    top: auto;
    left: auto;
}

li {
    /*margin: 5px 5px 5px 5px;*/
}

    li:hover {
        background-color: #ceced2;
        cursor: pointer;
    }

/*===============================================================================*/
/*-- grid kendo width columns --*/
.ob-width-x {
    width: 80px;
}

.ob-width-s {
    width: 100px;
}

.ob-width-xs {
    width: 120px;
}

.ob-width-m {
    width: 160px;
}

.ob-width-l {
    width: 200px;
}

.ob-width-xl {
    width: 300px;
}

.ob-width-f {
    width: 100%;
    min-width: 200px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Source Sans Pro',sans-serif;*/
    font-family: 'supermarketregular';
}

/*********************************/
/*-- image */
#image_result {
    display: block;
    position: relative;
    width: 50%;
    /*margin: auto;*/
    margin-top: 10px;
    border: 2px solid #808080;
    border-radius: 4px;
}
/*********************************/

.order_no_items {
    /*height: 200px;*/
    text-align: center;
}

.pause_no_items {
    /*height: 200px;*/
    text-align: center;
}

.tr_no_items {
    padding: 20px;
    border: 1px solid #ffbb33;
    background-color: #f6e69b;
}

.graph-header {
    width: 100%;
    padding: 10px;
}

.graph-title {
    font-size: 20px;
}

.graph-filter-label-left {
    padding: 0px;
    text-align: left;
    margin-top: 15px;
}

.graph-filter-label-right {
    padding: 0px;
    text-align: right;
    margin-top: 15px;
}

.graph-filter {
    margin-top: 10px;
}

/********************************/
body {
    padding: 0px !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 28px;
}


.sub_title {
    font-size: 22px;
}