@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg') format('svg'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff');
}


body {
    background-color: #efefef;
    font-family: 'RobotoCondensed-Light';
}

html, body {
    height: 100%;
    margin: 0;
}

#wrapper {
    min-height: 100%;
    padding-bottom: 210px;
    margin-bottom: -210px;
}

.bold {
    font-family: 'RobotoCondensed-Regular';
}

.form-control, .control-label, label, th {
    font-weight: 100;
}

thead {
    font-family: 'RobotoCondensed-Regular';
}

#footer {
    width: 100%;
    color: #CCCCCC;
    background-color: #4C5B5C;
    padding: 30px 0 0;
    box-shadow: inset 0 0 14px #444;
}

    #footer p {
        margin-bottom: 0;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 2px;
    }

.footer-text {
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 1px;
    color: #f9f9f9;
    padding-left: 16px;
}

    .footer-text strong {
        font-weight: 100;
        font-family: RobotoCondensed-Regular;
        color: #3392E9;
    }

.titleBottomLine {
    height: 2px;
    background-color: #3392E9;
    display: block;
    width: 8%;
    margin: 4px 0 20px 0;
}

.companyInfo {
    border-top: 1px dotted rgba(153,153,153,0.4);
    margin-top: 30px;
    padding: 6px;
    color: #999999;
}

.imgWrap {
    height: 60px;
    width: 100%;
}

    .imgWrap .img {
        height: 100%;
        width: auto;
    }


.barcodeSearchWrap {
    margin-top: 20px;
    padding: 0 0 0 16px;
}


    .barcodeSearchWrap .form-control:focus {
        box-shadow: none;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        border-color: #2a8bcc;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in;
    }


    .barcodeSearchWrap .flat_button {
        height: 34px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 70px;
        box-sizing: border-box !important;
    }

.footer-links a {
    display: block;
    margin-top: 6px;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 1px;
}

    .footer-links a:before {
        font-family: FontAwesome;
        content: "\f10c";
        font-size: 7px;
        padding-right: 10px;
        vertical-align: middle;
        color: #2772B7;
        text-decoration: none;
    }

    .footer-links a:hover {
        text-decoration: none;
        color: #e4e4e4;
    }

.modalBarcode {
    padding: 20px !important;
}

    .modalBarcode .barcodeSearchWrap {
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .modalBarcode .control-label {
        font-size: 16px;
        color: #666;
        display: block;
        margin-bottom: 2px;
        /*vertical-align: top; by Sa*/ 
    }

        .modalBarcode .control-label:nth-child(2n) {
            background-color: #f9f9f9;
            text-align: left;
            padding: 6px 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #ddd;
        }

            .modalBarcode .control-label:nth-child(2n):after {
                content: "-";
                color: #f9f9f9;
            }


.column {
    display: block;
    width: 100%;
}

.column-6 {
    display: inline-block;
    width: 49.5%;
}

.modalSearchSection {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 14px;
}

.modalBarcode h4 {
    font-family: RobotoCondensed-Regular;
    margin-top: -10px;
}

    .modalBarcode h4 span {
        margin-bottom: 0;
        background-color: #e4e4e4;
        padding: 0 10px;
    }

/*=============================COLORS==================================*/
.c_white {
    color: #FFF !important;
}

.c_dark {
    color: #444 !important;
}

.c_soft {
    color: #737373 !important;
}

.c_orange {
    color: #E67E22;
}

.c_green {
    color: #2ecc71;
}

.c_yellow {
    color: #FF9800;
}

.c_gray {
    color: #a8a8a8;
}

.c_red {
    color: #db4334;
}

.c_lightgray {
    color: grey;
}

.c_blue {
    color: #2772B7;
}

.line {
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.line-1-3 {
    width: 32.7%;
}

.line-2-3 {
    width: 66%;
}

.line-3-3 {
    width: 100%;
}

.line label {
    padding-left: 5px;
    padding-top: 5px;
}

    .line label:not(.bold):after {
        content: "-";
        color: transparent;
    }

::-webkit-scrollbar-track {
    background-color: #e4e4e4;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #e4e4e4;
}

::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    border: 2px solid #a8a8a8;
}

.form-control[disabled], .form-control[readonly] {
    border-color: #CCC;
    box-shadow: none;
}


.bg_white {
    background-color: #FFFFFF;
}

.bg_darkgray {
    background-color: #efefef;
}

.bg_dark {
    background-color: #444444;
}

.bg_smoke {
    background-color: #666666;
}

.bg_light {
    background-color: #e4e4e4;
}

.bg_ultlight {
    background-color: #f5f5f5;
}

.bg_blue {
    background-color: #2772b7;
}

.bg_lightblue {
    background-color: #3498db;
}

.bg_green {
    background-color: #2ecc71;
}

.bg_orange {
    background-color: #e67e22;
}

.bg_red {
    background-color: #e74c3c;
}

.table button .glyphicon {
    top: 3px;
    padding-bottom: 0px;
}

#tabDetail .form-group {
    margin-bottom: 5px;
}

#tabCreateRequest, #tabOrderCreate {
    margin-bottom: 15px;
}

/*NAVBAR*/
.navbar {
    border-bottom: 5px solid #22629D;
    margin-bottom: 0px;
}

.navbar-toggle {
    background-color: #22629D;
}

.navbar .nav > li > a:hover, .nav > li > a:focus {
    background-color: #22629D;
}

.navbar-right li:first-child a:hover, .navbar-right li:first-child a:active, .navbar-right li:first-child a:focus {
    cursor: default;
    background-color: transparent;
}

.navbar-nav a:hover i {
    text-decoration: none !important;
}

#menu {
    margin-bottom: 20px;
    min-height: 100%;
}

    #menu .panelWrap {
        margin: 20px 15px;
        overflow: hidden;
    }

    #menu .panel-body {
        height: 10em;
        position: relative;
    }

        #menu .panel-body h2 {
            font-size: 2em;
            line-height: 120px;
            display: inline-block;
            width: 60%;
            padding-left: 10px;
        }

.btnReport {
    position: absolute !important;
    right: 16px;
    top: 16px;
    color: #bdbdbd !important;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

    .btnReport .glyphicon {
        font-size: 90%;
    }

#menu .imgDiv {
    margin-top: 20px;
    height: 150px;
    float: left;
}

    #menu .imgDiv img {
        width: 85%;
        height: 85%;
    }

#menu .panel-footer {
    height: 50px;
    font-size: 1.2em;
    line-height: 30px;
    padding: 0px 0px 0px 80px;
}

    #menu .panel-footer .toBe, #menu .panel-footer .done {
        display: inline-block;
        height: 100%;
        width: auto;
        padding: 0px 15px;
        line-height: 50px;
    }

#menu .toBe .glyphicon, #menu .done .glyphicon {
    padding: 0px 5px;
}

#menu a:hover, #menu a:focus {
    cursor: pointer;
    text-decoration: none;
}

#menu .hover_green:hover, #menu .hover_green:hover {
    background-color: #28be68;
}

#menu .hover_red:hover, #menu .hover_red:hover {
    background-color: #db4334;
}

#menu .hover_lightblue:hover, #menu .hover_lightblue:hover {
    background-color: #2a8bcc;
}

#menu .hover_orange:hover, #menu .hover_orange:hover {
    background-color: #da751c;
}

#menu .hover_gray:hover {
    background-color: #efefef;
    color: #999999 !important;
}

.panel.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.panel-footer a.disabled {
    cursor: not-allowed !important;
}


a:hover i[class^="fa"] {
    text-decoration: underline;
}


.pageTitle p::first-letter {
    text-transform: uppercase;
    font-size: 24px;
}

.pageTitle p {
    text-transform: lowercase;
    font-size: 24px;
}

/*Button*/
.flat_button {
    position: relative;
    vertical-align: top;
    padding: 8px 10px;
    font-size: 15px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
}

    .flat_button:active {
        top: 1px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.flat_button_sm {
    padding: 3px 6px;
    font-size: 13px;
}

.flat_button_md {
    padding: 6px 10px;
    font-size: 13px;
}

.ml {
    margin-left: 10px;
}

.mr {
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.btn_blue {
    border-bottom: 1px solid #2761B7;
    -webkit-box-shadow: inset 0 -1px #2761B7;
    box-shadow: inset 0 -1px #2761B7;
}

.btn_darkblue {
    border-bottom: 1px solid #22629D;
    -webkit-box-shadow: inset 0 -1px #22629D;
    box-shadow: inset 0 -1px #22629D;
}

.btn_green {
    border-bottom: 1px solid #28be68;
    -webkit-box-shadow: inset 0 -1px #28be68;
    box-shadow: inset 0 -1px #28be68;
}

.btn_orange {
    border-bottom: 1px solid #da751c;
    -webkit-box-shadow: inset 0 -1px #da751c;
    box-shadow: inset 0 -1px #da751c;
}

.btn_lightblue {
    border-bottom: 1px solid #2a8bcc;
    -webkit-box-shadow: inset 0 -1px #2a8bcc;
    box-shadow: inset 0 -1px #2a8bcc;
}

.btn_red {
    border-bottom: 1px solid #db4334;
    -webkit-box-shadow: inset 0 -1px #db4334;
    box-shadow: inset 0 -1px #db4334;
}

.btn_gray {
    border-bottom: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 -1px #dddddd;
    box-shadow: inset 0 -1px #dddddd;
}

/*SEARCH PANEL*/
.searchInput {
    padding: 8px 10px;
    margin-right: -4px;
    width: 80%;
    height: 39px;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-shadow: inset 0 -1px #e4e4e4;
    box-shadow: inset 0 -1px #e4e4e4;
    border-radius: 4px 0 0 4px;
}

#searchBtn {
    border-radius: 0 4px 4px 0;
}

/*TABLE*/
.tableInputGroup {
    padding: 8px 10px;
    margin-right: -4px;
    width: 40%;
    height: 37px;
    border: 1px solid #DDDDDD;
}

.tableButtonGroup {
    padding: 13px 0px;
}

#requestListTableWrap {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 280px;
}

.requesterLogo .glyphicon {
    font-size: 15px;
}

/*TABLE SCROLLABLE*/
.header-fixed {
    width: 100%;
}

    .header-fixed > thead,
    .header-fixed > tbody,
    .header-fixed > thead > tr,
    .header-fixed > tbody > tr,
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        display: block;
        border-color: transparent;
    }

        .header-fixed > tbody > tr:after,
        .header-fixed > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed > tbody {
        overflow-y: auto;
        height: 150px;
        border-top: 1px solid #DDD;
    }

        .header-fixed > tbody > tr > td,
        .header-fixed > thead > tr > th {
            float: left;
        }

/*CONTENT*/

h3 {
    line-height: 40px;
}

#tableWrap {
    min-height: 550px;
}

    #tableWrap tbody td {
        /*line-height: 2em;*/
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #tableWrap.staticTable {
        min-height: 530px;
    }

.filterTable th {
    cursor: pointer;
}

.requestCancelAssetBtn {
    padding: 3px 8px;
    font-size: 13px;
}

#requestListTableWrap .table {
    border: 1px solid #DDDDDD;
}

#content .table {
    margin-top: 15px;
    border: 1px solid #DDD;
    border-bottom: 2px solid #e4e4e4;
    -webkit-box-shadow: inset 0 -2px #e4e4e4;
    box-shadow: inset 0 -2px #e4e4e4;
}

    #content .table thead {
        background-color: #f9f9f9;
    }

    #content .table th {
        width: 160px !important;
        text-align: left !important;
    }

    #content .table td {
        vertical-align: middle;
    }

.flat_button.btn_detail {
    padding: 7px 10px;
    font-size: 12px;
    vertical-align: middle;
}

.btn_remove {
    padding: 6px 13px;
    font-size: 11px;
    /*margin-right: 30px;*/
}

.flat_button.btn_detail.active, .flat_button.btn_detail:hover, .flat_button.btn_detail:focus {
    color: #ffffff;
    text-decoration: none;
}

.lbl_detail {
    line-height: 1.5em;
    /*font-size: 16px;*/
    padding-left: 0px;
}

#proDetail, #newPurchases, #orderCreate {
    padding: 15px 30px;
}

    #proDetail .row, #newPurchases .row, #orderCreate .row {
        border: 1px solid #DDDDDD;
    }

.form-horizontal {
    margin: 20px auto;
}

    .form-horizontal input, .form-horizontal, .form-horizontal textarea, .form-horizontal .btn, .form-horizontal .form-control {
        border-radius: 0px;
    }

.tabHeight {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 280px;
}

.orderEditTabHeight {
    min-height: 280px;
}

#proDetail .note, #orderCreate .note {
    height: auto;
    margin: 0px 0px 5px 0px;
    position: relative;
    padding-bottom: 0px;
    border-radius: 0px;
    border: none;
}

    #proDetail .note:after, #orderCreate .note:after {
        top: 100%;
        left: 9px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-color: rgba(204, 204, 204, 0);
        border-top-color: #EFEFEF;
        border-width: 12px;
        margin-left: 0px;
    }

    #proDetail .note .noteContent, #orderCreate .note .noteContent {
        padding: 6px;
    }

#proDetail .noteInfo .username, #proDetail .noteInfo .date, #orderCreate .noteInfo .username, #orderCreate .noteInfo .date {
    padding: 3px 0px 0px 0px;
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

#proDetail .noteInfo .username, #orderCreate .noteInfo .username {
    padding-left: 25px;
}

#proDetail .noteInfo .date, #orderCreate .noteInfo .date {
    font-size: 12px;
}

    #proDetail .noteInfo .username span, #proDetail .noteInfo .date span, #orderCreate .noteInfo .username span, #orderCreate .noteInfo .date span {
        padding: 0px 6px 0px 0px;
    }

.tab-pane {
    padding: 2px;
}

#proDetail .nav-pills > li > a, #newPurchases .nav-pills > li > a, #orderCreate .nav-pills > li > a, #settingTab .nav-pills > li > a {
    border-radius: 0px;
    color: #666666;
    border-bottom: 2px solid #a4a4a4;
    padding: 4px;
}

#proDetail .nav > li > a:hover, #proDetail .nav > li > a:focus, #newPurchases .nav > li > a:hover, #newPurchases .nav > li > a:focus, #orderCreate .nav > li > a:hover, #orderCreate .nav > li > a:focus {
    background-color: #FFFFFF;
}

#settingTab .nav > li > a {
    font-size: 15px;
}

    #settingTab .nav > li > a:hover, #settingTab .nav > li > a:focus {
        background-color: #EFEFEF;
    }

#settingTab #tableContainer tbody {
    background-color: #FFFFFF;
}

#settingTab .table th {
    width: 280px !important;
}

#settingTab .table .barkodBtnth {
    width: 100px !important;
}

.settingBrk {
    padding: 0px;
    background-color: #F5F5F5;
    cursor: default !important;
}

    .settingBrk:hover, .settingBrk:active, .settingBrk:focus {
        background-color: #F5F5F5;
    }

#proDetail .nav-pills > li.active > a, #proDetail .nav-pills > li.active > a:hover, #proDetail .nav-pills > li.active > a:focus {
    background-color: #FFFFFF;
    border-bottom: 2px solid #e67e22;
    color: #e67e22;
}

    #proDetail .nav-pills > li.active > a, #proDetail .nav-pills > li.active > a:hover, #proDetail .nav-pills > li.active > a:focus {
        background-color: #FFFFFF;
    }

#newPurchases .nav-pills > li.active > a, #newPurchases .nav-pills > li.active > a:hover, #newPurchases .nav-pills > li.active > a:focus {
    background-color: #FFFFFF;
    border-bottom: 2px solid #28be68;
    color: #28be68;
}

#newPurchasesTable .table, .requestListTableWrap .table, #orderListTableWrap .table {
    border: 1px solid #DDDDDD;
}

#settingTab .nav-pills > li.active > a, #settingTab .nav-pills > li.active > a:hover, #settingTab .nav-pills > li.active > a:focus {
    background-color: #EFEFEF;
    border-bottom: 2px solid #2772B7;
    color: #2772B7;
    font-size: 15px;
}

#userModal .myModal #addUserBtn {
    font-size: 14px !important;
}

#orderCreate .nav-pills > li.active > a, #orderCreate .nav-pills > li.active > a:hover, #orderCreate .nav-pills > li.active > a:focus {
    background-color: #FFFFFF;
    border-bottom: 2px solid #2ecc71;
    color: #2ecc71;
}

    #orderCreate .nav-pills > li.active > a, #orderCreate .nav-pills > li.active > a:hover, #orderCreate .nav-pills > li.active > a:focus {
        background-color: #FFFFFF;
    }

.nav-pills > li > a:hover i {
    text-decoration: none;
}

.bigCheck {
    width: 25px;
    height: 25px;
    margin-top: 0px;
}

/*DROPDOWN*/
.myDropdown {
    display: inline-block;
}

/*.myDropdown li a{
    color:#FFFFFF !important;
     padding-top:8px;
     padding-bottom:8px;
     font-size:14px;
}
.myDropdown .bg_green li a:hover{
    background-color:#28be68;
}*/
#outSelectProduct input {
    width: 70%;
}

#outSelectProduct button {
    height: 34px;
    font-size: 11px;
    width: 13%;
}

.requesterLogo img {
    width: 30px;
    height: 30px;
}

#tableAddAsset thead {
    background-color: #f5f5f5;
}


#content .table.requestListTable {
    margin-top: 20px;
    border: 1px solid #DDD;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*NEW PURCHASES*/
.tableInput {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 2px 4px;
}

.tableLabel {
    line-height: 25px;
    padding: 0px 4px;
}

#waybillWrap {
    line-height: 2.5em;
    padding: 0px 30px;
    border-bottom: 1px solid #DDDDDD;
}

    #waybillWrap img {
        width: 20px;
    }

    #waybillWrap span.bold {
        padding: 0 10px 0 60px;
    }

.newPanel {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #DDDDDD;
}

.locationAutoComp span, .assetGroupAutoComp span {
    width: 100%;
}

/*ORDER CREATE- NEW*/
#addProduct:hover, #addProduct:active, #addProduct:focus {
    color: #FFF;
}


/*FILTER*/
.filterSelect {
    border-radius: 4px;
    height: 39px;
    border-color: #DDDDDD;
    width: 40%;
    margin-left: 8px;
    outline: none;
}
/*MODAL*/
.modalFilter {
    padding: 10px 0;
    border: 1px solid #DDDDDD;
    margin: 5px 0px;
}

    .modalFilter input, .modalFilter select {
        padding: 4px 4px;
        width: 115px;
        border: 1px solid #DDDDDD;
    }

    .modalFilter label {
        padding-left: 8px;
    }

    .modalFilter .flat_button {
        margin-left: 6px;
        padding: 6px;
        font-size: 12px;
    }

.modalTable {
    padding: 10px;
    border: 1px solid #DDDDDD;
}

.tableWrap {
    min-height: 230px;
}

.modalSelected {
    padding: 5px 10px;
    border: 1px solid #DDDDDD;
}

.modalSelectedBrkd {
    padding: 6px;
    border: 1px solid #DDDDDD;
    display: inline-block;
    width: 110px;
    position: relative;
    margin: 3px 2px;
}

.modalpaging .pagination {
    margin-bottom: 0px;
}

    .modalpaging .pagination > li > a, .modalpaging .pagination > li > span {
        padding: 2px 6px;
    }

.modalSelectedCls {
    position: absolute;
    right: 6px;
    top: 8px;
    cursor: pointer;
}

    .modalSelectedCls.blue:hover {
        color: #2772b7;
    }

    .modalSelectedCls.orange:hover {
        color: #e67e22;
    }

.modalHeader p {
    display: inline-block;
    width: 49%;
}

.modalHeader div {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.modalHeader input {
    border: 1px solid #DDD;
    padding: 2px 4px;
}

/*CONFIRM MODAL*/
.confirmModalPart, #createWaybillModal {
    padding: 15px;
    margin-top: 10px;
}

    .confirmModalPart label {
        width: 170px;
    }

    .confirmModalPart select {
        width: 110px;
        padding: 6px;
        margin-left: 30px;
    }

    #createWaybillModal label {
        width: 120px;
        padding-right: 10px;
    }

    #createWaybillModal input {
        padding: 1px 5px;
    }

    #createWaybillModal textarea {
        vertical-align: middle;
        padding: 1px 5px;
        width: 141px;
    }

/*DECLINE MODAL*/
#declineReason {
    width: 345px;
    padding: 10px;
}


/*ADD PRODUCT MODAL ORDERS/DETAIL   */
.modalLabel {
    width: 90px;
    text-align: right;
    padding: 5px 8px;
}

.modalLabelSm {
    width: 20px;
}

.modalLabelXs {
    width: 38px;
}

.modalQtyInputXs {
    width: 35px;
}

.modalInput {
    width: 180px;
    padding: 5px 8px;
    border: 1px solid #DDD;
}

.modalInputSm {
    width: 115px;
}

.modalInputXxs {
    width: 28px;
}

    .modalInputXxs#DUnit {
        padding-right: 1px;
        padding-left: 1px;
        width: 42px;
    }

.modalInputXs {
    width: 46px;
}

div#AddProductModal.k-window-content, div#orderConfirmModal.k-window-content {
    padding: 0px !important;
}

#AddProductModal p, #orderConfirmModal p {
    padding: 10px 30px 5px 30px;
}

#AddProductModal .bg_ultlight, #orderConfirmModal .bg_ultlight {
    padding: 30px 15px;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}

#entryModelCode {
    display: inline-block;
    padding-left: 110px;
}

#searchCancel:hover {
    color: #db4334;
    cursor: pointer;
}

.searchError {
    border-color: #db4334;
}

.searchOk {
    border-color: #28be68;
}

#modalModelInputWrap button {
    padding: 5px 8px;
}

#OpenProductModalBtn {
    margin-bottom: 4px;
}

/*OUTS NEW MODEL CODE SEARCH*/
#OutsEntryModelCode {
    display: inline-block;
}

    #OutsEntryModelCode button {
        padding: 6px 10px;
    }


#modalModelInputWrap {
    position: relative;
}

#searchModelVal {
    padding-right: 20px;
}

.add-product-wrap #searchCancel {
    display: inline-block;
    right: 140px;
    top: 11px;
    position: absolute;
    z-index: 99;
    font-size: 11px;
}

#selectProductModalBtn #selectProductByBarcode{
    padding-top: 7px;
    padding-bottom: 6px;
}

#selectProductModal .form-control {
    padding: 0 8px;
    border-radius: 0;
}

#selectProductModal .filterBtn  {
    padding: 7px 20px;
    font-size: 13px;
}
/*NEW PURCHASE*/
.totalpanel {
    font-size: 15px;
}

.totalpaneltitle {
    padding: 8px 10px;
    margin-top: 1px;
    border: 1px solid #DDDDDD;
    border-right: 0px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-shadow: inset 0 -1px #e4e4e4;
    box-shadow: inset 0 -1px #e4e4e4;
    border-radius: 4px 0px 0px 4px;
    width: 71%;
    height: 39px;
}

.totalpanel .totalcountGreen {
    padding: 8px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    width: 29%;
    border-bottom: 2px solid #28be68;
    -webkit-box-shadow: inset 0 -2px #28be68;
    box-shadow: inset 0 -2px #28be68;
}

.totalpanel .totalcountOrange {
    padding: 8px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    width: 29%;
    border-bottom: 2px solid #da751c;
    -webkit-box-shadow: inset 0 -2px #da751c;
    box-shadow: inset 0 -2px #da751c;
}

.totalpanel .totalcountLightblue {
    padding: 8px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    width: 29%;
    border-bottom: 2px solid #2a8bcc;
    -webkit-box-shadow: inset 0 -2px #2a8bcc;
    box-shadow: inset 0 -2px #2a8bcc;
}

.totalpanel .totalcountRed {
    padding: 8px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 0px 4px 4px 0px;
    width: 29%;
    border-bottom: 1px solid #db4334;
    -webkit-box-shadow: inset 0 -1px #db4334;
    box-shadow: inset 0 -1px #db4334;
}

/*PURCHASE GRID REQUIRED COLOR*/

.required {
    border-color: #BF4E6C;
}

/*CUSTOM KENDO*/
.k-list-container.k-popup.k-group.k-reset.k-state-border-down, .k-list-container.k-popup.k-group.k-reset.k-state-border-up {
    height: 250px !important;
    overflow: auto !important;
}

.k-state-hover, .k-state-hover:hover {
    background-image: none,linear-gradient(to bottom,#a8a8a8 0,#a8a8a8 100%) !important;
    border: 1px solid #a8a8a8 !important;
}
/*AUTOCOMPLETE*/
#destinationLocation-list, #group-list, #destinationEmployee-list {
    max-height: 220px !important;
}

#group-list {
    max-height: 190px !important;
}

#destinationLocation, #group, #destinationEmployee {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 3px 0px 5px 0px !important;
}


.autoCompLocCode, .autoCompEmployee {
    width: 15%;
    display: inline-block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    padding-left: 6px;
    padding-right: 6px;
}

.autoCompinfo {
    display: inline-block;
    width: 80%;
}

.autoCompPath {
    font-size: 10px;
}

.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item {
    border-bottom: 1px solid #DDDDDD;
}

.k-list > .k-state-hover, .k-list > .k-state-hover:hover {
    background-color: #efefef !important;
    background-image: none !important;
    border-right-color: #efefef !important;
    border-top-color: #efefef !important;
    border-left-color: #efefef !important;
    color: #444444;
}

/*PAGINATION*/
.pagination {
    margin: 0px 0px 20px 0px;
    border-radius: 0;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #a8a8a8;
        border-color: #a8a8a8;
    }

    .pagination > li > a, .pagination > li > span {
        color: #444444;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #444444;
        }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background-color: #f5f5f5;
    }


.filterWrap .searchInput {
    width: 30%;
    border-radius: 4px;
    margin-right: 0px;
}

.filterWrap .filterSelect {
    width: 30%;
    margin-left: 0px;
}

.fs-95 {
    font-size: 95%;
}

/*SİLİNECEKKK*/
.pagination .paging_blue {
    color: #2772B7 !important;
}

.pagination .paging_orange {
    color: #e67e22 !important;
}

.pagination .paging_lightblue {
    color: #3498db !important;
}

.pagination .paging_green {
    color: #2ecc71 !important;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    color: #FFFFFF !important;
}

.pagination > .active > .paging_red, .pagination > .active > .paging_red:hover, .pagination > .active > .paging_red:focus {
    background-color: #E74C3C !important;
    border-color: #E74C3C !important;
}

.pagination > .active > .paging_orange, .pagination > .active > .paging_orange:hover, .pagination > .active > .paging_orange:focus {
    background-color: #e67e22;
    border-color: #e67e22;
}

.pagination > .active > .paging_lightblue, .pagination > .active > .paging_lightblue:hover, .pagination > .active > .paging_lightblue:focus {
    background-color: #3498db;
    border-color: #3498db;
}

.pagination > .active > .paging_green, .pagination > .active > .paging_green:hover, .pagination > .active > .paging_green:focus {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.pagination > .active > .paging_blue, .pagination > .active > .paging_blue:hover, .pagination > .active > .paging_blue:focus {
    background-color: #2772B7;
    border-color: #2772B7;
}

/*SİLİNECEKKK*/




/*LOGIN STYLE*/
#loginForm {
    margin: 150px auto;
    width: 55%;
    min-width: 250px;
    border: 1px solid #ddd;
    /*padding: 0px 40px 20px 40px;*/
    position: relative;
}

    #loginForm .btn {
        border-radius: 0px;
    }

#loginFooter {
    line-height: 60px;
    height: 60px;
}

#loginForm .imgDiv img {
    margin-top: 10%;
    width: 100%;
    height: 100%;
    margin: 40px 0px 20px 0px;
}
#loginBtnWrapper {
    position: relative;
    top: 0;
}

#loginForm .form-horizontal{
    padding-left:40px;
    padding-right:40px;
}

.notifyError {
    color: #FFF;
    padding:6px;
    width:100%;
    /*position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;*/
}

/* by Sa .modalAdvPropWrap {
    float: right;
    margin-bottom: 10px;
}*/

.btn_truck {
    background-color: #31B0D5;
    padding: 7px 9px;
    display: inline-block;
    border-radius: 4px;
}

    .btn_truck img {
        width: 16px;
        height: 16px;
    }

.btn_truck_sm {
    padding: 2px 6px;
}

    .btn_truck_sm img {
        width: 13px;
        height: 13px;
    }

/*SPINNER*/
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
    min-height: 120px; /*tabloların sabit yüksekliğini korumak için koyuldu*/
}

    .spinner > div {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.blockUI {
    padding: 10px 20px;
}

    .blockUI.blockMsg.blockPage {
        border-radius: 4px !important;
    }

.blockUIimg {
    margin: 10px 15px;
}

.blockUIh3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: RobotoCondensed-Light;
}

/* SETTINGS */

.activity span {
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.activity .active {
    background-color: #2ecc71;
}

.activity .passive {
    background-color: #db4334;
}

/*=============================MODAL==================================*/
.myModal {
    margin: 15px 0px 0px 0px;
}

    .myModal .control-label {
        width: 120px;
        text-align: right;
        padding-right: 10px;
    }

    .myModal input[type="text"], .myModal input[type="password"], .myModal input[type="number"], .myModal select {
        width: 190px;
        border: 1px solid #e4e4e4;
        padding: 5px 6px;
        margin-right: 30px;
    }

    .myModal.vendorEditModal input[type="text"], .myModal.vendorEditModal input[type="password"], .myModal.vendorEditModal input[type="number"], .myModal.vendorEditModal select {
        width: 270px;
        border: 1px solid #e4e4e4;
        padding: 5px 6px;
        margin-right: 30px;
    }

    .myModal button {
        width: 53px !important;
        margin-right: 5px;
    }

#barcodeTransferModal button {
    width: 100px !important;
}

.modalBtnGroup {
    padding: 10px 0px;
    margin: 0px 30px 0px 20px;
}

.warning {
    overflow: auto;
    line-height: 2em;
    font-size: 13px;
    margin-bottom: 0px;
    background-color: #cc5e5e;
    padding: 2px 12px;
    border-radius: 4px;
    width: 205px;
}

hr {
    margin: 0px auto;
    width: 60%;
    border-color: #e2e2e2;
}

#searchResult, #gridNotification {
    margin-top: 2px;
}

    #searchResult span {
        display: inline-block;
        width: 250px;
    }

    #searchResult .negative, #gridNotification .negative {
        background-color: #FFE5E4;
        border: 1px solid #DB4365;
        border-radius: 4px;
        padding: 4px 10px;
    }

    #searchResult .positive, #gridNotification .positive {
        background-color: #EAFFD4;
        border: 1px solid #33CC71;
        border-radius: 4px;
        padding: 4px 10px;
    }

    #searchResult .error, #gridNotification .error {
        background-color: #FFEBAF;
        border: 1px solid #E67E22;
        border-radius: 4px;
        padding: 4px 10px;
    }


#BarcodesWrap .title {
    font-size: 1.2em;
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: none;
}

#BarcodesWrap .searchBar input {
    margin-left: 10px;
}

#barcodeListWrap {
    margin-top: 20px;
}

    #barcodeListWrap #barcode_table {
        overflow: auto;
        height: 352px;
        max-height: 352px;
        min-height: 60px;
        border: 1px solid #DDDDDD;
        border-left: none;
        background-color: #fff;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
    }

.settingBarcodeTable#barcode_table {
    height: 315px !important;
}

#barcodeListWrap ul .settingBrk {
    list-style-type: none;
    padding: 6px 12px;
    background-color: #f5f5f5;
    margin: 7px;
    display: inline-block;
    width: 125px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

    #barcodeListWrap ul .settingBrk:hover {
        background-color: #ECF0F1;
        cursor: pointer;
    }

.barcodeInfoBox.small {
    height: 329px;
}

.barcodeInfoBox {
    height: 366px;
    border: 1px solid #DDDDDD;
}

    .barcodeInfoBox .count {
        font-size: 4em;
    }

.barcodeListFilter {
    padding: 6px;
}

    .barcodeListFilter:hover {
        background-color: #F5f5f5;
        cursor: pointer;
    }



@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@media screen and (max-width:1200px) {
    .searchInput {
        width: 50% !important;
    }

    .filterSelect {
        width: 50% !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1180px) {

    #menu .panelWrap h2 {
        width: 40%;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 556px) {
    #menu .panelWrap h2 {
        width: 80%;
        font-size: 1.5em;
        line-height: 2em;
    }

    #menu .imgDiv {
        height: 50px;
        margin-top: 10px;
    }

    #menu .panelWrap img {
        width: 50px;
        height: 50px;
    }

    #menu .panel {
        margin-bottom: 0;
    }

    #menu .panel-body {
        height: auto;
    }

    #footer p {
        margin-top: 40px;
    }

    .barcodeSearchWrap {
        padding-left: 0;
    }

    .text-left-xs {
        text-align: left !important;
    }

    #settingTab li {
        width: 49%;
        display: inline-block;
    }
}

@media screen and (max-width: 990px) {
    #table_reqs .btn_detail span {
        display: none;
    }
}

#report-filter .searchInput {
    width: auto !important;
}
/*login media queries*/
@media (min-width: 990px) and (max-width: 1300px) {
    #loginForm {
        width: 68%;
    }
}

@media (max-width: 989px) {
    #loginForm {
        width: 90%;
        min-width: 300px;
    }
    #loginForm .imgDiv img {
        width: auto;
    }
}

@media (max-width: 400px) {
    #loginForm {
        width: 100%;
        min-width: 300px;
    }

    #CaptchaImage {
        height: 60px !important;
    }

    #captchaWrapper a {
        position: absolute;
        right: 0;
        top: 15px !important;
        font-size: 13px !important;
    }

    #CaptchaInputText {
        width: 100% !important;
        position: relative !important;
        display: block !important;
        top: -20px !important;
    }

    #captchaWrapper {
        position: relative;
        height: 90px     !important;
        margin-top: 0px;
    }
}
