﻿* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}
/* Fix for Opera */
body {
    font:  18px Verdana, Geneva, sans-serif !important;
    background-color: #fff;
    color: #333;
}

/*img           { border:0; vertical-align:top; max-width:100%; }*/

a {
    color: #888;
    text-decoration: none;
}

:focus {
    outline: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 10px; /*5px*/
}

h1 {
    font-size: 2.555em;
    font-weight: normal;
    line-height: 1.25em; /*32px, 40px*/
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.6666em; /*18px, 30px*/
}

h3 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2em; /*15px, 18px*/
}

h4 {
    font-size: 1.1666em;
    font-weight: bold; /*14px*/
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}



.button {
    border-radius: 4px;
    font-size: 20px;
   
    box-shadow: 0px 0px 5px 0px #ddd;
    height: 50px !important;
    min-width: 96px;
    margin-right: 0.4% !important;
    padding: 8px;
}

.tooltipNew {
    display: inline;
    position: relative;
    text-decoration: none;
    top: 0px;
    left: 0px;
}

    .tooltipNew:hover:after {
        background: #333;
        background: #f1f1f1;
        border-radius: 5px;
        top: -70px;
        color: #000000;
        left: 0px;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
    }

.btn-remove2 {
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.Delete-Icon {
    background-image: url(../Images/delete_logo.png);
}



.bluebutton {
    display: inline-block;
    border: 1px solid;
    border-color: #50a3c8 #297cb4 #083f6f;
    background: #0c5fa5 url(../images/old-browsers-bg/button-element-bg.png) repeat-x left top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient( top, white, #72c6e4 4%, #0c5fa5 );
    background: -webkit-gradient( linear, left top, left bottom, from(white), to(#0c5fa5), color-stop(0.03, #72c6e4) );
    -moz-border-radius: 0.333em;
    -webkit-border-radius: 0.333em;
    -webkit-background-clip: padding-box;
    border-radius: 0.333em;
    color: white;
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 1.0em;
    /* padding: 0.286em 1em 0.357em; */
    padding: 0.5em 1em 0.5em 1em;
    padding-bottom: 0.583em;
    line-height: 1.0em;
    cursor: pointer;
    font-weight: normal;
}

.IpadKeypad {
    width: 980px !important;
    bottom: 0px !important;
    left: 0px !important;
    top: 850px !important;
    height: 350px !important;
}

.keypad-key {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EEEFF0), color-stop(50%, #E0E0E4), color-stop(100%, #D3D3D9));
    background-color: #E0E0E4;
    -webkit-box-shadow: #333 1px 1px 5px 0px;
    height: 2em;
    line-height: 2em;
    font-size: 2em;
    border-radius: 10px;
    width: 2em;
    text-align: center;
    display: inline-block;
    margin: 0 2px;
    font-family: Helvetica;
    font-weight: 400;
}


.button-filter {
    background: #2a59a1;
    border-color: #2a59a1;
}

.button-text {
    color: #fff;
}

.full-width {
    font-size: 20px;
    height: 28px;
    border-radius: 4px;
}

.field {
    width: 99%;
    float: left;
}

    .field input {
        margin: 0 0 0 0px;
    }

h3 span {
    background: #444;
    color: #fff;
    padding: 3px;
}

pre {
    background: #f4f4f4;
}

/* Used for the Switch effect: */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
    background: url(../Images/switch.gif) repeat-x;
    display: block;
    float: left;
}

    .cb-enable span, .cb-disable span {
        line-height: 30px;
        display: block;
        background-repeat: no-repeat;
     
    }

    .cb-enable span {
        background-position: left -90px;
        padding: 0 10px;
    }

    .cb-disable span {
        background-position: right -180px;
        padding: 0 10px;
    }

    .cb-disable.selected {
        background-position: 0 -30px;
    }

        .cb-disable.selected span {
            background-position: right -210px;
            color: #fff;
        }

    .cb-enable.selected {
        background-position: 0 -60px;
    }

        .cb-enable.selected span {
            background-position: left -150px;
            color: #fff;
        }

.switch label {
    cursor: pointer;
}

/* Used for the Switch effect:Multi Scan */
.cb-enablemulti, .cb-disablemulti, .cb-enablemulti span, .cb-disablemulti span {
    background: url(../Images/switch.gif) repeat-x;
    display: block;
    float: left;
}

    .cb-enablemulti span, .cb-disablemulti span {
        line-height: 30px;
        display: block;
        background-repeat: no-repeat;
     
    }

    .cb-enablemulti span {
        background-position: left -90px;
        padding: 0 10px;
    }

    .cb-disablemulti span {
        background-position: right -180px;
        padding: 0 10px;
    }

    .cb-disablemulti.selected {
        background-position: 0 -30px;
    }

        .cb-disablemulti.selected span {
            background-position: right -210px;
            color: #fff;
        }

    .cb-enablemulti.selected {
        background-position: 0 -60px;
    }

        .cb-enablemulti.selected span {
            background-position: left -150px;
            color: #fff;
        }

.switch label {
    cursor: pointer;
}


/* Used for the Switch effect:Move inventory */
.cb-enableMoveInventory, .cb-disableMoveInventory, .cb-enableMoveInventory span, .cb-disableMoveInventory span {
    background: url(../Images/switch.gif) repeat-x;
    display: block;
    float: left;
}

    .cb-enableMoveInventory span, .cb-disableMoveInventory span {
        line-height: 30px;
        display: block;
        background-repeat: no-repeat;
      
    }

    .cb-enableMoveInventory span {
        background-position: left -90px;
        padding: 0 10px;
    }

    .cb-disableMoveInventory span {
        background-position: right -180px;
        padding: 0 10px;
    }

    .cb-disableMoveInventory.selected {
        background-position: 0 -30px;
    }

        .cb-disableMoveInventory.selected span {
            background-position: right -210px;
            color: #fff;
        }

    .cb-enableMoveInventory.selected {
        background-position: 0 -60px;
    }

        .cb-enableMoveInventory.selected span {
            background-position: left -150px;
            color: #fff;
        }

.switch label {
    cursor: pointer;
}

.UnclickableScreen {
    pointer-events: none;
}

.clickableScreen {
    pointer-events: all;
}

.ui-dialog {
    pointer-events: all;
}

.failmessage {
    background-color: bisque;
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
    margin: 3px;
}

.Successmessage {
    background-color: honeydew;
    border: 1px solid green;
    padding: 5px;
    border-radius: 5px;
    margin: 3px;
}

ul, ol {
    list-style: none;
}

.paging {
    float: left !important;
    width: 98% !important;
    border: none !important;
    background: #fcfcfc;
    border: 1px solid #e5e5e5 !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

    .paging table tr {
        border: none !important;
        height: 0px !important;
    }

        .paging table tr td {
            padding: 2px;
        }

.SelectedPage {
    text-align: center;
    /*margin-top: 5px;*/
    padding: 8px 0;
    background-color: #F0F0F0;
    font-weight: bold;
    color: #2a59a1;
    font-size: 20px;
}

.SelectedPage2 {
    text-align: center;
    margin-bottom: 7px;
    /*padding:8px 0;*/
    background-color: #F0F0F0;
    font-weight: bold;
    color: #2a59a1;
    font-size: 23px;
}

.NextButton {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    border: 1px solid white;
    background: url("../Images/NEXT.jpg") no-repeat -10px 0px #E9A816;
    /*background: url("../images/t1-arr-right.png") no-repeat 65px -37px #E9A816;*/
    padding: 10px 44px;
    color: #FFF;
    text-decoration: none;
    border-radius: 0.222em;
    font-size: 20px;
    font-weight: bold;
}

.PreviousButton {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    border: 1px solid white;
    background: url("../Images/PREV.jpg") no-repeat -10px 0px #E9A816;
    /*background: url("../images/t1-arr-left.png") no-repeat -10px -37px #E9A816;*/
    padding: 10px 44px;
    color: #FFF;
    text-decoration: none;
    border-radius: 0.222em;
    font-size: 20px;
    font-weight: bold;
}

.NumericButton {
    font-size: 18px;
    vertical-align: sub;
   text-decoration: underline;
}

.form {
    background-color: #F0F0F0;
}

.button {
    cursor: pointer;
}
/* Tab Content - menucool.com */

ul.tabs {
    /*  padding: 15px 15px 7px 15px; 
       margin: 0px;
       */
    /*padding: 15px 15px 0px 15px;
    margin: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 1%;
    -webkit-padding-end: 1%;*/
}

    ul.tabs li {
        display: inline;
    }

        ul.tabs li.menutabs a {
        
            text-decoration: none;
            position: relative;
            padding: 7px 14px 7px 14px;
           /* padding: 7px 14px;*/
            /*
            border: 1px solid #CCC;
            border-bottom-color: #B7B7B7;*/
            color:#002664; /*#000;*/
            /*background: #F0F0F0 0 0 repeat-x;
            border-radius: 4px 4px 0 0;*/
            outline: none;
        }

            /*ul.tabs li.menutabs a:visited {
                color: #000;
            }*/

            ul.tabs li.menutabs a:hover {
                /*border: 1px solid #B7B7B7;*/
                /*background: #F0F0F0 0 -36px repeat-x;*/
            }

        ul.tabs li.selected a, ul.tabs li.selected a:hover {
            position: relative;
            top: 0px;
            font-weight: bold;
            background: white;
            border: 1px solid #B7B7B7;
            border-bottom-color: white;
        }


            ul.tabs li.selected a:hover {
                text-decoration: none;
            }


div.tabcontents {
    border: 1px solid #B7B7B7;
    padding: 30px;
    background-color: #FFF;
    border-radius: 0 3px 3px 3px;
}



.button_LogOut {
    padding: 8px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px #ddd;
    margin-top: -10px;
    background: #D64541;
    border-color: #c0392b;
    font-weight: bold;
    cursor: pointer;
}

.logo {
    /*    height: 30px;
    width: 160px;
    padding-right: 15px;
    padding-top: -7px;*/
       height: 41px;
}

.ti-comment:before {
    content: "\e123";
    font-size: 35px;
}

li i {
    color: #FFFFFF !important;
}

li > i {
    display: block;
    color: #c8c7cc;
    font-size: 17px;
}

li#showMessages strong.angular-notifications-icon {
   height: 20px !important;
    min-width: 20px !important;
    padding-top: 0 !important;
    /* right: 5px !important; */
    text-align: center !important;
    line-height: 20px !important;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    margin-top: -9px;
}

.angular-notifications-icon {
    /*top: 5px;*/
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding-left: 5px;
    margin-left: 34px;
    padding-right: 5px;
    padding-top: 3px;
    min-width: 25px;
    height: 25px;
    background: red;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    z-index: 999999;
    background-color: #FFFFFF;
}

.navbar .navbar-right .dropdown-menu.dropdown-large {
    width: 300px;
}

.dropdown-header {
    padding: 5px 10px;
}

.dropdown-header {
    display: block;
    padding: 3px 30px 3px 7px font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-menu.dropdown-light {
    background-color: #e9e8ea;
    border: 1px solid rgba(17, 17, 17, 0.15);
    max-width: 260px;
    min-width: 260px;
    border-radius: 7px;
    padding: 0;
    right:15%;
    top:57px;
}

.message-container ul {
    list-style: none;
    margin: 0;
    padding: 5px 5px 0 5px;
}

    .message-container ul > li a.unread {
        background-color: #e9e8ea;
        float: left;
        border-radius: 3px;
        color: #8e8e93;
        display: block;
        margin-bottom: 5px;
        padding: 10px;
        border-bottom: none;
        text-align: left;
    }

.Message-subject {
    font-size: 12px;
    font-weight: bold;
    width: 97%;
    margin-left: 2%;
    float: left;
    text-align: left;
}

.Message-body {
    width: 100%;
    font-size: 11px;
    line-height: normal;
    float: left;
    text-align: left;
}

.flashButton {
    float: right;
    padding: 2px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px #ddd;
    background: #7DB11D;
    border-color: #7DB11D;
    font-weight: bold;
    color: #FFFFFF;
}

.flashmessage {
    width: 96%;
    float: left;
    border: 1px solid #B7B7B7;
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 14px;
    /* margin-left: 5px; */
    border-radius: 5px;
    display: flex;
    margin-bottom: 5px;
    /* color: white; */
}

.Displaymessage {
    width: 98%;
    height: 100%;
    /* float: left; */
    margin: 5px auto;
    /* border: 1px solid #e5e5e5; */
    /* background-color: #FFFFFF; */
    /* padding: 10PX; */
    font-size: 14px;
    display: flex;
    margin-bottom: 5px;
    /* color: white; */
}

.flashmessage-list {
    width: 92%;
    float: left;
    padding: 4%;
    font-size: 14px;
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

    .flashmessage-list a {
        width: 100%;
        float: left;
    }

        .flashmessage-list a span.sender {
            width: 60%;
            float: left;
            font-weight: bold;
            margin: 2px 0;
            color: #565454;
            font-size: 22px;
            line-height: 1.42857143;
        }

        .flashmessage-list a span.msg-date {
            width: 40%;
            float: left;
            margin: 2px 0;
            color: #aeacb4;
            line-height: 1.42857143;
        }

        .flashmessage-list a span.msg-subject {
            width: 100%;
            float: left;
            margin: 2px 0;
            color: #5b5b60;
            font-size: 20px;
            line-height: 1.42857143;
            font-weight: bold;
        }

.Displaymessage div strong.msg-date {
    width: 96%;
    float: left;
    margin: 5px 0px 5px 20px;
}

.Displaymessage div strong.msg-sender {
    width: 96%;
    float: left;
    margin: 5px 0px 5px 20px;
}

.Displaymessage div strong.msg-resiver {
    width: 96%;
    float: left;
    margin: 5px 0px 5px 20px;
    Color: #aeacb4;
    font-size: small;
}

.no-messages {
    width: 98.9%;
    height: 590px;
    float: left;
    /*border: 1px solid #e5e5e5;*/
    background-color: #FFFFFF;
    padding: 5px;
    bottom: 0;
    left: 0;
    /*margin-top: -34px;*/
    opacity: 0.5;
    /*position: absolute;*/
    right: 0;
    text-align: center;
    top: 50%;
}

.MessageBoxHeader {
    margin-top: 36px;
    right: 1%;
}

.dropdown-supportMenu {
    background-color: #FFFFFF;
    border: 1px solid rgba(17, 17, 17, 0.15);
    max-width: 360px;
    min-width: 242px;
    border-radius: 7px;
    padding: 0;
}

.dropdown-supportMenu {
    position: absolute;
    background-color: #FFFFFF;
    z-index: 99;
}

.ContactUs {
    width: 93%;
    margin: 1%;
    float: left;
    border: 1px solid #B7B7B7;
    background-color: #e9e8ea;
    padding: 5px;
    font-size: 14px;
    /* margin-left: 5px; */
    border-radius: 5px;
    display: flex;
    margin-bottom: 5px;
    /* color: white; */
}


.po-grid-12{width:100%; float:left}
.po-grid-25{width:25%; float: left;}
.po-grid-20{width:20%; float: left;}
.po-grid-55{width:55%; float: left;}
.po-grid-40{width:39%; float: left; margin:0 0.5%; line-height: 2.5;}
.po-grid-60{width:58%; float: left;  margin:0 1%}
.po-grid-50 {
    width: 50%;
    float: left;
}
.po-grid-33 {
    width: 32%;
    margin :0 0.5%;
    float: left;
}
.po-grid-30 {
    width: 29%;
    margin :0 0.5%;
    float: left;
}
.po-grid-70{width:69%; float: left;margin :0 0.5%;}
.po-grid-10{width:10%; float: left;}
.po-grid-80{width:80%; float: left;}

.text-right{text-align:right}
.topheader
{
 background: #002664;
    /*background: -moz-linear-gradient(top, #6dc3e6 0%, #0c5fa3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dc3e6), color-stop(100%,#0c5fa3));
    background: -webkit-linear-gradient(top, #6dc3e6 0%,#0c5fa3 100%);
    background: -o-linear-gradient(top, #6dc3e6 0%,#0c5fa3 100%);
    background: -ms-linear-gradient(top, #6dc3e6 0%,#0c5fa3 100%);
    background: linear-gradient(to bottom, #6dc3e6 0%,#0c5fa3 100%);*/
    border-bottom: 1px solid black;
}
.f-right{float:right}
.f-left{float:left}
.header-m-right{
    margin:0 10px;
    line-height: 2;

}

/*Dropdown Menu like Eview*/
.pull-right {
    float: right;
}
.pull-right {
    float: right !important;
}
.dropdown {
    position: relative;
}
.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin-top: 2px;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}
.dropdown-menu2.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu2.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu2 > li > a {
    display: block;
    padding: 0px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.828571429;
    color: #333333;
    white-space: nowrap
}
.dropdown-menu2 > li > a:hover,
.dropdown-menu2 > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color:gainsboro;
}
.dropdown-menu2 > .active > a,
.dropdown-menu2 > .active > a:hover,
.dropdown-menu2 > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: gainsboro;
    outline: 0
}
.dropdown-menu2 > .disabled > a,
.dropdown-menu2 > .disabled > a:hover,
.dropdown-menu2 > .disabled > a:focus {
    color: #999999
}
.dropdown-menu2 > .disabled > a:hover,
.dropdown-menu2 > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right > .dropdown-menu2 {
    right: 0;
    left: auto
}
.dropdown-menu2.dropdown-light li a {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    line-height: 50px;
    color: #2a59a1;
    text-align: center;
        width: 100%;
}


/*Styles Relocated here from master page*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 4.8px 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    /*display: inline-table;*/
}



    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        right: 0px;
    }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }



    .show {
        display: block;
    }



            .dxgv {
            font-size: 20px;
            color: #00a03e;
        }

        .dxgvHeader td {
            color: #333 !important;
            font-size: 20px;
        }

        .SelectedMenu {
            color: #000;
            background-color: red;
        }

        .wiki {
            padding: 8px;
            font-size: 20px;
            border-radius: 4px;
            box-shadow: 0px 0px 5px 0px #ddd;
            margin-top: -10px;
            background: #7DB11D;
            border-color: #7DB11D;
            font-weight: bold;
            color: #FFFFFF;
            cursor: pointer;
        }

        .hidden {
            visibility: hidden;
        }
        .tooltip {
            position: relative;
            display: inline-block;
            /*border-bottom: 1px dotted black;*/
        }

            .tooltip .tooltiptext {
                visibility: hidden;
                /* width: 130px;*/
                background: #F0F0F0 0 0 repeat-x;
                color: #000;
                text-align: left;
                border-radius: 1px;
                font: normal 12px Verdana;
                padding: 5px 10px;
                /*padding: 5px 5px 5px 5px;*/
                /* Position the tooltip */
                position: absolute;
                z-index: 1;
                margin-top: 15px;
                border: 1px solid #fff;
            }

            .tooltip:hover .tooltiptext {
                visibility: visible;
            }
            /*Moved from ProductGrid.aspx*/
            .arrows { width:670px !important;}
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 5px;
    position: relative;
    
   
}
.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);   
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.arrows li a { 
  
   letter-spacing: -1px; 
   text-decoration: none;
}

/*.arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); } 
.arrows li:nth-of-type(2) a { color: hsl(0, 0%, 65%); } 
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); } 
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); }*/ 

body{
        background: #f1f1f1;
}
     

        input, textarea, select, button,.dxgvControl, .dxgvDisabled, .dxpLite {
 font:  18px Verdana, Geneva, sans-serif !important;
        }
    @font-face {
    font-family: 'FontAwesome';
    src: url('../css/fonts/fontawesome-webfont.eot');
    src: url('../css/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../css/fonts/fontawesome-webfont.ttf') format('truetype'),url('../css/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal 25px/2 FontAwesome;
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-refresh:before {
    content: "\f021";
    color: #2a59a1;
    margin-right: 10px;
}
.imv-posHeader {
    background: #002664;
    position: relative;
    box-sizing: border-box;
        float: left;
    width: 100%;
}
.imv-header-bar {
    width: 98%;
    margin: 0 auto;
}
.imv-logo-fullgrid{width:100%; float:left; margin-top:17px;}
.imv-logo-fullgrid30{width:30%; float:left; margin:17px 0px;}
.main-menu{width:100%; float:left;}
.menu-grid10{width:10%; float:left;}
.menu-grid20{width:20%; float:left;}
.menu-grid30{width:30%; float:left;}
.menu-grid40{width:40%; float:left;}
.menu-grid50{width:50%; float:left;}
.menu-grid60{width:60%; float:left;}
.menu-grid70{width:70%; float:left;}
.menu-grid80{width:80%; float:left;}
.header-mtb{ margin:17px 0px;}



.Barcode label.cb-enable{ background-color: #FFFFFF;
               background:none;
}
.Barcode label.cb-enable.selected{ background-color: #85ba1e;
               background:none;
               color:#000000;
}
.Barcode label.cb-enable span{
    border: 1px solid #000000;
    background-color: #FFFFFF !important;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    background:none;
}
.Barcode label.cb-enable.selected span{
    border: 1px solid #000000;
    background-color: #85ba1e !important;
    color:#FFFFFF;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    background:none;
}

.Barcode label.cb-disable{ background-color: #FFFFFF;
               background:none;
}
.Barcode label.cb-disable.selected{ background-color: #85ba1e;
               background:none;
               color:#000000;
}
.Barcode label.cb-disable span{
    border: 1px solid #000000;
    background-color: #FFFFFF !important;
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
    background:none;
}
.Barcode label.cb-disable.selected span{
    border: 1px solid #000000;
    background-color: #002664 !important;
    color:#FFFFFF;
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
    background:none;
}


.switch label.cb-enable,.switch label.cb-enablemulti{ background-color: #FFFFFF;
               background:none;
}
.switch label.cb-enable.selected,.switch label.cb-enablemulti.selected{ background-color: #85ba1e;
               background:none;
               color:#000000;
}
.switch:first-child label.cb-enable span,.switch:first-child label.cb-enablemulti span {
    border: 1px solid #000000;
    background-color: #FFFFFF !important;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    background:none;
}
.switch:first-child label.cb-enable.selected span,.switch:first-child label.cb-enablemulti.selected span {
    border: 1px solid #000000;
    background-color: #85ba1e !important;
    color:#FFFFFF;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    background:none;
}

.switch label.cb-disable,.switch label.cb-disablemulti{ background-color: #FFFFFF;
               background:none;
}
.switch label.cb-disable.selected,.switch label.cb-disablemulti.selected{ background-color: #85ba1e;
               background:none;
               color:#000000;
}
.switch:first-child label.cb-disable span,.switch:first-child label.cb-disablemulti span {
    border: 1px solid #000000;
    background-color: #FFFFFF !important;
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
    background:none;
}
.switch:first-child label.cb-disable.selected span,.switch:first-child label.cb-disablemulti.selected span {
    border: 1px solid #000000;
    background-color: #002664 !important;
    color:#FFFFFF;
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
    background:none;
}
.imv-header-bar .menu-grid70 ul.tabs li {
    /*display: flex;
    height: 41px;*/
}