body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 0.85rem !important;
    font-family: segoe ui;
    background: #efefef !important;
}

.topBar {
    height: 50px;
    width: 100%;
    display: inline-block;
    border: 0px solid #eee;
    background-color: #308c5f;
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    position: fixed;
    top: 0;
    z-index: 999999999999999999999999999;
}

.box {
    height: 50px;
    width: 86px;
    padding-left: 38px;
    padding-top: 0px;
    padding-right: 5px;
    margin-top: 0px;
    margin-left: 0px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    font-size: 1.1rem;
    background: #63c996;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}

.boxOther {
    height: 38px;
    width: 306px;
    /* text-align: center;*/
    padding-left: 6px;
    padding-top: 12px;
    margin-top: 0px;
    margin-left: 0px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    font-size: 1.1rem;
    background: #308c5f;
    color: #fff;
    font-weight: normal;
}

.box1 {
    height: 50px;
    /*width: 309px;    */
    /* text-align: center;*/
    /*padding-left:40px;
    margin-top: 0px;
    margin-left: 0px;*/
    vertical-align: middle;
    display: inline-block;
    /*background: #846976;*/
    color: #fff;
    font-weight: normal;
    float: left;
}


.box2 {
    height: 50px;
    /*width: 70%;    */
    /* text-align: center;*/
    padding-left: 5px;
    margin-top: 0px;
    margin-left: 0px;
    vertical-align: middle;
    display: inline-block;
    /*background: #846976;*/
    color: #fff;
    font-weight: normal;
    float: left;
}

.topIcons {
    float: right;
    /*margin-right:10px;
width:13%;*/
    padding-top: 9px;
    background-color: #308c5f;
    padding-left: 5px;
}

.userIcon {
    position: relative;
    top: -3px;
}

.topIcons1 {
    float: right;
    margin-left: 12px;
    width: 30px;
    padding-top: 15px;
}

.topIcons2 {
    float: right;
    margin-right: 1px;
    width: 30px;
    padding-top: 15px;
}


.topText {
    float: right;
    padding: 7px;
}


.form {
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 300px;
}
/** Essentials **/
.toggle {
    background: url("../images/search-icon.png") no-repeat scroll center center #308c5f;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 50px;
}

#searchform {
    float: right;
    height: 40px;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.form:hover #searchform {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility: visible;
    width: 250px;
}

#searchform #s {
    background: none repeat scroll 0 0 #369c6a;
    border: medium none;
    color: #FFFFFF;
    float: right;
    outline: none;
    height: 100%;
    padding: 0 15px;
    width: 100%;
}

#searchform #searchsubmit {
    background: url("../images/search-icon.png")no-repeat scroll center center #369c6a;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 50px;
}

.ui-dialog-osx {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border-width: 0 8px 8px 8px;
}

.leftBar {
    /*height:100%;*/
    display: block;
    border-right: 0px solid #eee;
    width: 52px;
    background: url("../images/left-bar-watermark.png")no-repeat center #369c6a !important;
    background: #2e7f54;
    position: fixed;
    top: 51px;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    z-index: 99999999999999999;
}

.leftIcons {
    text-align: center;
    padding: 5px;
    border-bottom: 0px solid #eee;
    height: 40px;
    cursor: pointer;
    z-index: 9999999;
    transition: background-color 1s linear;
}

.active {
    background-color: #fb4a37;
}

.active1 {
    background-color: #ffbb1c;
}

.active2 {
    background-color: #83bb55;
}

.active3 {
    background-color: #4cc0c1;
}

.active4 {
    background-color: #cb494a;
}

.active5 {
    background-color: #0aaed3;
}

.active6 {
    background-color: #aaaa35;
}

.active7 {
    background-color: #c6266c;
}

.left-selected {
    background-color: #305050;
}

.leftIcons:hover {
    background-color: #305050;
    height: 40px;
}

.active-submenu {
    transition: 1s linear;
    background-color: #457474;
}

.submenu-left ul li {
    transition: 1s linear;
}

.datacontainer:hover, .ui-dialog-content:hover, #tabs:hover {
    transition: 1s linear;
    background-color: #e8f7ef;
}

div.mainPanel {
    height: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    padding: 5px;
    margin-top: 44px;
    display: inline-block;
    margin-left: 60px;
}

/*.titleBar, .title {
    position: relative;
    top: 45px;
}*/

#container, #container1 {
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    background-color: #fff;
    height: auto;
    width: 520px;
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.containerTop {
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    background-color: #95a5a4;
    height: 120px;
    /*width:329px;*/
    float: left;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.containerTop1 {
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    background-color: #5395c9;
    height: 120px;
    /*width:329px;*/
    float: left;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.containerTop2 {
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    background-color: #37bf8d;
    height: 120px;
    /*width:329px;*/
    float: left;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.containerTop, .containerTop1, .containerTop2 {
    height: auto;
    padding-bottom: 10px;
}


.topWidget {
    display: inline-block;
    height: 30px;
    width: 100%;
    background-color: #a9b7b7;
}

.topWidget1 {
    display: inline-block;
    height: 30px;
    width: 100%;
    background-color: #72a7d1;
}

.topWidget2 {
    display: inline-block;
    height: 30px;
    width: 100%;
    background-color: #52cd9f;
}

.WidgetText {
    padding: 10px;
    color: #fff;
    width: 200px;
    font-size: 1.5rem;
    float: left;
    display: inline-block;
    margin-top: 15px;
}

.outerRadius {
    border-radius: 100px;
    background: #fff;
    padding: 10px;
    width: 50px;
    float: left;
    display: inline-block;
    margin-top: 7px;
    cursor: pointer;
}

.innerRadius {
    border-radius: 100px;
    background: #f5882e;
    width: 50px;
    height: 50px;
}

.innerText {
    position: relative;
    top: 10px;
    left: 12px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}

.outerRadius1 {
    border-radius: 100px;
    background: #fff;
    padding: 10px;
    width: 50px;
    float: left;
    display: inline-block;
    margin-top: 7px;
    cursor: pointer;
}

.innerRadius1 {
    border-radius: 100px;
    background: #bf0000;
    width: 50px;
    height: 50px;
}

.innerText1 {
    position: relative;
    top: 10px;
    left: 5px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}

.outerRadius2 {
    border-radius: 100px;
    background: #fff;
    padding: 10px;
    width: 50px;
    float: left;
    display: inline-block;
    margin-top: 7px;
    cursor: pointer;
}

.innerRadius2 {
    border-radius: 100px;
    background: #aaaa35;
    width: 50px;
    height: 50px;
}

.innerText2 {
    position: relative;
    top: 10px;
    left: 12px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}


.title {
    font-size: 1.3rem;
    position: relative;
    /* left: 0px; */
    top: 50px;
    display: inline-block;
    width: 95%;
    /* height: 21px; */
    padding: 10px 0px 10px 65px;
    /* padding-top: 0; */
    /* padding-bottom: 10px; */
    /* margin-left: 54px; */
    /* margin-top: 10px; */
}


.sidetooltip {
    width: 150px;
    padding: 15px 2px;
    background-color: #305050;
    color: #fff !important;
    z-index: 2147483647;
    height: 20px;
    top: -46px;
    left: 47px;
    border-right: 3px solid #ffdb4c;
}

.datacontainer {
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    margin-bottom:35px;
    border-top:2px solid rgba(43,59,93,0.4);
    overflow:hidden;
    background-color: #fff;
    /*border:1px solid red;
    */
    /*background-color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;*/
}

.datacontainer1 {
    box-shadow: 0px 1px 2px 0px rgba(43,59,93,0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    background-color: #e9f1f8;
    float: left;
    width: 12%;
    margin-left: 10px;
    border-left: 3px solid #346993;
}

    .datacontainer1 table td a {
        font-size: 0.75rem;
        padding: 5px;
        text-decoration: none;
    }

.mainTable, .mainTableHeading {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

    .mainTable th {
        padding: 10px 10px;
        background-color: #d2e3ef;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        text-align: left;
        font-weight: normal;
    }

    .mainTable td {
        padding: 10px 10px;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .mainTableHeading td {
            padding: 10px 10px;
    background-color: #aacae1;
    font-size: 1.1rem;
    color: #000;
    text-shadow: 0px 0px 2px #fff;
    font-weight: 600;
    }

        .mainTableHeading td i {
            font-size: 1.2rem !important;
            color: #fff !important;
        }

    .mainTable tr {
        background: #fff !important;
    }

    .mainTable tbody tr:hover {
        background: #458989 !important;
        color: #fff;
    }

    .mainTable th:hover {
        color: #666 !important;
    }


.mainTable_Other {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

    .mainTable_Other th {
        padding: 10px 10px;
        background-color: #effbfb;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        text-align: left;
        font-weight: normal;
    }

    .mainTable_Other td {
        padding: 2px 3px;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }


    .mainTable_Other tr {
        background: #fff !important;
    }

    .mainTable_Other tbody tr:hover {
        background: #eee !important;
    }

    .mainTable_Other th:hover {
        color: #666 !important;
    }


.mainTable_DE {
    width: 100%;
    border-top: 0px solid #f0f0f0;
    border-right: 0px solid #f0f0f0;
    table-layout: fixed;
}

    .mainTable_DE td {
        padding: 6px 10px;
        border-left: 0px solid #f0f0f0;
        border-bottom: 0px solid #f0f0f0;
        color: #596868;
    }

input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
    width: 93.7%;
    height: 21px;
    border: 1px solid #c7cfcf;
}

input[type="search"] {
    height: 38px;
    border: 1px solid #c7cfcf;
}

div.dataTables_filter > label > input[type="search"]:focus, div.dataTables_filter > label > input[type="search"]:active {
    height: 38px;
    float:right !important;
    display:inline !important;
    width:170px !important;
}
select {
    width: 223px;
    width: 97%;
	margin-top:6px;
    height: 38px;
    border: 1px solid #c7cfcf;
    border-radius: 3px;
}

.cal {
    background: url(../images/cal.png) right top no-repeat;
    border: 1px solid #c7cfcf;
    height: 23px !important;
}

.attach {
    background: url(../images/attach.png) right top no-repeat;
    border: 1px solid #346993;
    height: 23px !important;
}

.buttons {
    padding: 3px 14px 5px 14px;
    background-color: #346993;
    color: #fff;
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 0.95rem;
}

    .buttons:hover {
        background-color: #fff;
        color: #666;
    }

.iconCls {
    width: 40px;
    height: 25px;
    display: inline-block;
    float: left;
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

    .iconCls img {
        position: relative;
        top: 3px;
        left: 8px;
    }


.iconWrapper {
    display: inline-block;
    border: 1px solid #ea6312;
    border-radius: 1px;
    background-color: #ea6312;
}

    .iconWrapper:hover {
        background-color: #f0803c;
        border: 1px solid #f0803c;
    }

.iconText {
    display: inline-block;
    padding: 1px 14px 4px 14px;
    float: left;
    font-size: 0.95rem;
    color: #fff;
}


.loginbg {
    background-color: #b5e6cd !important;
    background: url("../images/Warehouse-Icon-01.png")no-repeat top left #b5e6cd !important;
}

.loginbox {
    width: 40%;
    height: auto; /*45%;*/
    background-color: #fff; /*margin:0 auto;*/
    display: table;
    position: relative;
    top: 30%;
    left: 30%;
    overflow: auto;
    padding:10px 5px;
}

.login-main-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.copyright {
        width: 96%;
    height: 30px;
    background-color: #4d4d4d;
    position: absolute;
    bottom: -40px;
    color: #fff;
    /* padding-top: 7px; */
    /* padding-left: 5px; */
    left: 0px;
    padding: 5px 11px;
}

.label {
    color: #047571;
    font-size: 1.4rem;
    padding-bottom: 5px;
}

.login-btn {
    padding: 10px 12px 12px;
    text-align: center;
    background-color: #308c5f;
    border-radius: 2px;
    color: #fff;
    width: auto !important;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

    .login-btn:hover {
        transition: background-color 1s linear;
        background-color: #379f6b;
    }

.login-btn1 {
    padding: 10px 12px 12px;
    text-align: center;
    border-radius: 2px;
    color: #047571;
    width: 150px !important;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.loginbox input {
    width: 92%;
    font-size: 1rem;
    padding: 8px;
    border: 1px solid #308c5f;
}

input[type=text], input[type=search]:focus, textarea, input[type=password], input[type=number], input[type=email], input[type=tel] {
    /*-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;*/
    outline: none;
    font-size: 1rem;
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    width: 90%;
}

    input[type=text]:focus, input[type=search]:focus, textarea:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        font-size: 1rem;
        padding: 8px;
        border: 1px solid rgba(81, 203, 238, 1);
        border-radius: 3px;
    }

#login {
    /*background-image: url("../images/login.png");*/
    background-repeat: no-repeat;
    background-position: 5px 6px;
    text-indent: 30px;
    background-color: #eef9f3;
    border-radius: 5px;
}

#password {
    /*background-image: url("../images/password.png");*/
    background-repeat: no-repeat;
    background-position: 5px 6px;
    text-indent: 30px;
    background-color: #eef9f3;
    border-radius: 5px;
}

.from {
    background-image: url("../images/cal.png");
    background-repeat: no-repeat;
    background-position: right 6px;
    text-indent: 2px;
    background-color: #fff;
    cursor: pointer;
}

.to {
    background-image: url("../images/cal.png");
    background-repeat: no-repeat;
    background-position: right 6px;
    text-indent: 2px;
    background-color: #fff;
    cursor: pointer;
}

.filter, .filter1 {
    background-image: url("../images/filter.png");
    background-repeat: no-repeat;
    background-position: right 6px;
    text-indent: 2px;
    background-color: #fff;
    font-style: italic;
}

.filterwrapper {
    border: 0px solid red;
    border-image: none;
    left: 10px;
    top: 7px;
    float: left;
    display: inline-block;
    position: relative;
}

.newBtn {
    cursor: pointer;
    display: inline-block;
    float: left;
    background-color: #639cc7;
    color: #fff !important;
    width: auto;
    border-radius: 3px;
    padding: 12px 15px;
    text-align: center;
    position: relative;
    left: 2px;
    top: 7px;
    border: 0;
    font-style: normal !important;
}

.btn {
    background-color: #639cc7;
    color: #fff !important;
    border-radius: 3px;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-style: normal !important;
    text-decoration: none !important;
}

    .btn:hover, .newBtn:hover {
        background-color: #4d8ebf;
    }

.btn-save {
    background-color: #63c996;
    color: #fff !important;
    width: auto;
    border-radius: 3px;
    padding: 12px 15px;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-style: normal !important;
}

    .btn-save:hover {
        transition: background-color 1s linear;
        background-color: #67d09b;
        border: 1px solid #67d09b !important;
    }

.ui-widget-header {
    background-color: #aacae1 !important;
    font-weight: normal;
    font-size: 1rem;
    line-height: 31px;
}

.position_label {
    position: relative;
    top: -10px;
}

.ui-dialog-titlebar .ui-button {
    background-color: transparent;
    border: none;
}

.ui-icon-closethick {
    background-image: url("../images/close.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 2px !important;
    height: 23px;
    width: 22px;
    border: none;
    background-color: transparent;
    position: relative !important;
    right: -88px !important;
    top: 0px !important;
    cursor: pointer;
}

#tabs, #tabd-1 {
    max-width: 100%;
    /*width: calc(100% - 200px) !important;*/
    height: calc(100% + 10px) !important;
}

.ui-dialog {
    max-width: 100%;
    width: calc(100% - 200px) !important;
    /*z-index:2147483647;*/
}

    .ui-dialog .ui-dialog-content {
        flex: 1;
    }

.dialogWithDropShadow {
    box-shadow: 0 0 0 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/*jqGrid styles*/

#jqGrid, #gview_jqGrid, #gbox_jqGrid, #jqGrid1, #gview_jqGrid1, #gbox_jqGrid1, .ui-jqgrid-bdiv, .ui-jqgrid-hbox, .ui-jqgrid-hdiv, .ui-jqgrid-htable, .ui-jqgrid-pager {
    width: 100% !important;
}

.ui-pager-control { /*width:478px;*/
    border: 0px solid red;
    right: 10px !important;
    position: relative;
}

.ui-jqgrid-pager {
    height: 51px;
}

.ui-jqdialog {
    background-color: #fff;
}


.breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 0.81rem;
    padding: 0px;
    margin-bottom: -38px;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: white;
            text-decoration: none;
            /*padding: 10px 0 10px 65px;*/
            padding: 6px 0 8px 40px;
            background: brown; /* fallback color */
            background: #63847b; /*hsla(34,85%,35%,1); */
            position: relative;
            display: block;
            float: left;
        }


            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #63847b; /*hsla(34,85%,35%,1);*/
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }


            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb li:nth-child(2) a {
            background: #63847b; /*hsla(34,85%,45%,1);*/
        }

            .breadcrumb li:nth-child(2) a:after {
                border-left-color: #63847b; /*hsla(34,85%,45%,1);*/
            }

        .breadcrumb li:nth-child(3) a {
            background: #63847b; /*hsla(34,85%,55%,1);*/
        }

            .breadcrumb li:nth-child(3) a:after {
                border-left-color: #63847b; /*hsla(34,85%,55%,1);*/
            }



        .breadcrumb li:nth-child(4) a {
            background: #63847b;
        }

            .breadcrumb li:nth-child(4) a:after {
                border-left-color: #63847b;
            }

        .breadcrumb li:nth-child(5) a {
            background: #63847b;
        }

            .breadcrumb li:nth-child(5) a:after {
                border-left-color: #63847b;
            }

        .breadcrumb li:last-child (6)a {
            background: #63847b;
            !important;
            color: #fff;
            pointer-events: none;
            cursor: pointer;
            padding-right: 10px;
        }

        .breadcrumb li:last-child (7)a {
            background: #63847b;
            !important;
            color: #fff;
            pointer-events: none;
            cursor: pointer;
            padding-right: 10px;
        }

        .breadcrumb li a:hover {
            transition: background-color 1s linear;
            background: #1eafba; /*hsla(34,85%,25%,1);*/
        }

            .breadcrumb li a:hover:after {
                transition: border 1s linear;
                border-left-color: #1eafba /*hsla(34,85%,25%,1)*/ !important;
            }

        .breadcrumb li a.Selected {
            color: white;
            text-decoration: none;
            /*padding: 10px 0 10px 65px;
	padding: 1px 0 3px 40px;*/
            background: brown; /* fallback color */
            background: #0b4d3a !important; /*hsla(34,85%,35%,1); */
            position: relative;
            display: block;
            float: left;
        }


            .breadcrumb li a.Selected:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #0b4d3a !important; /*hsla(34,85%,35%,1);*/
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

.paddingbottom {
    margin-top: -5px;
}

.summary-panel-collapse {
    display: block;
    padding: 10px 10px;
    background-color: #aacae1; /*#639cc7;*/
    font-size: 1.1rem;
    color: #000;
    text-shadow:0px 0px 2px #fff;
    font-weight:600;
}

span#title{
   display: block;
    font-weight: 600;
    line-height: 2em;
    margin-bottom: -20px;
}

.expand-icon {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    width: 25px;
}



/*Menu for Inward */
.actions_edit { /*position:relative;right:-54px;top:3px;display:inline-block !important;width:28px;float:right;cursor:pointer;*/
}


.subactions_edit .sub-menu_edit {
    text-align: left;
    padding: 5px;
    padding-left: 1px;
    width: 100%;
    float: left;
    font-size: 0.85rem;
    display: inline-block !important;
    border-bottom: 1px solid #000;
    height: auto;
    color: #fff;
}

    .subactions_edit .sub-menu_edit:hover {
        background-color: #213838;
    }

.subactions_edit {
    background-color: #305050;
    border: 1px solid #305050;
    box-shadow: 3px 3px 3px #213838;
    padding: 8px;
    width: 155px;
    border-right: 3px solid #ffdb4c;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1;
    height: auto;
}

.submenu-left {
    position: absolute !important;
    top: 50px;
    left: 0px;
    background-color: #305050;
    color: #fff;
    width: 100%;
    z-index: 9999999999;
    border-right: 3px solid #ffdb4c;
    padding: 0px;
}

    .submenu-left ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .submenu-left ul li {
            padding: 5px 10px;
            text-align: left;
        }

            .submenu-left ul li:hover {
                background-color: #406a6a;
            }

        .submenu-left ul li {
            float: left;
            display: inline-block;
            width: 89%;
        }

            .submenu-left ul li a {
                color: white;
                text-decoration: none;
                width: 100% !important;
                display: inline-block;
            }

.width90 {
    width: 80% !important;
}

.width45 {
    width: 45% !important;
}

.width100 {
    width: 100% !important;
}

#jqGridPager_center, #jqGridPager1_center {
    width: 290px !important;
}

/*.actions_edit:hover  > .subactions_edit{display:block !important;z-index:100000000;opacity: 1;}
Menu for Inward end*/



/*Reponsive Form*/
.form-container {
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}


.field_block {
    width: 48%;
    padding: 3px;
    display: inline-flex;
    min-height: 25px; /*float:left;*/
    box-sizing: border-box;
}

    .field_block .label {
        width: 48%;
        display: inline-block;
        padding-top: 10px;
        font-size: 0.85rem;
        color: #000;
        box-sizing: border-box;
    }

    .field_block .field label {
        display: inline-block;
        /*        margin-right: 10px;*/ float: left;
        box-sizing: border-box;
    }

    .field_block .field {
        /* display: inline-block;*/
        width: 49%;
        box-sizing: border-box;
    }

.full_width.field {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.width {
    width: auto !important;
    float: left !important;
    margin-right: 10px;
    line-height:1em;
}

.field label .input[type="radio"] {
    border: 0px !important;
}

.fld_padding_select {
    padding-top: 7px;
}

.half_width .field_radio {
    width: 100% !important;
}

.red-asterisk {
    margin-left: 2px;
    color: red;
    font-weight: bold;
    /*font-size: 1.2rem;*/
}

.disabled_fld {
    background-color: #ccc !important;
}

.mandatory {
    color: red;
    line-height: 40px;
}

.full_width .field_radio {
    width: 100% !important;
    display: flex;
}

.field_radio label {
    white-space: nowrap !important;
    float: none !important;
}

    .field_radio label input {
        width: auto !important;
    }

.field_radio .labelradio {
    width: 250px !important;
    display: inline-block;
    font-size: 0.85rem;
    color: #000;
    box-sizing: border-box;
}

.summary-panel .form-container .field_block .label:nth-child(1) {
    background-color: #e8f7ef;
    padding: 5px;
    margin-right: 5px;
    color: #000;
}

.field_block .blue {
    background-color: #e8e8ff !important;
}

/*Responsive Form End*/

/*----------------------------
The file upload form
-----------------------------*/


#upload {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #eee);
    background-image: -moz-linear-gradient(top, #eee, #eee);
    background-image: linear-gradient(top, #eee, #eee);
    /* width: 315px; */
    padding: 5px;
    border-radius: 3px;
    /* margin: 10px auto 10px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

#drop {
    background-color: #eee;
    /* padding: 40px 50px;
margin-bottom: 30px;*/
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    /*border-image: url('../images/border-image.png') 25 repeat;*/
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

    #drop a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #drop a:hover {
            background-color: #0986a3;
        }

    #drop input {
        display: none;
    }

#upload ul {
    list-style: none;
    /* margin: 0 -30px; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    #upload ul li {
        background-color: #eee;
        background-image: -webkit-linear-gradient(top, #eee, #eee);
        background-image: -moz-linear-gradient(top, #eee, #eee);
        background-image: linear-gradient(top, #eee, #eee);
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #upload ul li input {
            display: none;
        }

        #upload ul li p {
            /* width: 144px;*/
            overflow: hidden;
            white-space: nowrap;
            /*color: #EEE;*/
            color: #666;
            font-size: 16px;
            font-weight: bold;
            position: absolute;
            top: 1px;
            left: 100px;
        }

        #upload ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #upload ul li canvas {
            top: 15px;
            left: 32px;
            position: absolute;
        }

        #upload ul li span {
            width: 15px;
            height: 12px;
            background: url('../images/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #upload ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #upload ul li.error p {
            color: red;
        }

/*----------------------------
The Demo Footer
-----------------------------*/


footer {
    background-color: #080808;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

    footer h2 {
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        margin-left: -420px;
        padding: 13px 20px 0;
        border: 1px solid #000;
        border-width: 0 1px;
        background-color: rgba(0,0,0,0.6);
        box-shadow: 0 0 5px #000 inset;
        line-height: 1;
        margin-top: 0;
    }

        footer h2 a {
            color: #EEEEEE !important;
            text-decoration: none !important;
        }

        footer h2 i {
            font-style: normal;
            color: #888;
        }

#tzine-download {
    opacity: 0.9;
    background-color: #257691;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    height: 28px;
    line-height: 28px;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;
    border-top: 1px solid #26849c;
    text-shadow: 1px 1px 1px #1e6176;
    margin-top: 6px;
}

    #tzine-download:hover {
        opacity: 1;
    }

#tzine-actions {
    position: absolute;
    top: 0;
    width: 500px;
    right: 50%;
    margin-right: -420px;
    text-align: right;
}

    #tzine-actions iframe {
        display: inline-block;
        height: 21px;
        width: 95px;
        position: relative;
        float: left;
        margin-top: 11px;
    }
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative !important;
    background-color: #92dab6 !important;
}

    .effect2:before, .effect2:after {
        z-index: -1 !important;
        position: absolute !important;
        content: "" !important;
        bottom: 15px !important;
        left: 10px !important;
        width: 50% !important;
        top: 80% !important;
        max-width: 300px !important;
        background: #000 !important;
        -webkit-box-shadow: 0 15px 10px #000 !important;
        -moz-box-shadow: 0 15px 10px #000 !important;
        box-shadow: 0 15px 10px #000 !important;
        -webkit-transform: rotate(-3deg) !important;
        -moz-transform: rotate(-3deg) !important;
        -o-transform: rotate(-3deg) !important;
        -ms-transform: rotate(-3deg) !important;
        transform: rotate(-3deg) !important;
    }

    .effect2:after {
        -webkit-transform: rotate(3deg) !important;
        -moz-transform: rotate(3deg) !important;
        -o-transform: rotate(3deg) !important;
        -ms-transform: rotate(3deg) !important;
        transform: rotate(3deg) !important;
        right: 10px !important;
        left: auto !important;
    }

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect8:before, .effect8:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px #cccccc;
        -moz-box-shadow: 0 0 20px #cccccc;
        box-shadow: 0 0 20px #cccccc;
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect8:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

::selection {
    background: #b9e9b9;
    color: #555;
}

::-moz-selection {
    background: #b9e9b9;
    color: #555;
}

::-webkit-selection {
    background: #b9e9b9;
    color: #555;
}
/* navigation bar */
#topnav {
    display: block;
    width: 100%;
    position: relative;
    top: -14px;
    right: 37px;
}





    #topnav #navbtn {
        display: none;
        float: right;
        top: 0;
        width: 20px;
        height: 70px;
        background: url('../images/menu.png') center no-repeat;
        text-indent: -99999px;
        overflow: hidden;
    }

    #topnav nav {
        position: absolute;
        top: 0;
        right: -10px;
    }

        #topnav nav ul {
            list-style: none;
        }

            #topnav nav ul li {
                display: block;
                float: left;
                font-size: 1.2em;
                margin-right: 4px;
				color: #ffffff;
            }

                #topnav nav ul li a {
                    display: block;
                    text-decoration: none;
                    color: #ffffff; /*#f18321;*/
                    font-weight: bold;
                    padding: 0 10px;
                    height: 45px;
                }

                    #topnav nav ul li a div img {
                        padding-top: 14px;
                    }

                    #topnav nav ul li a:hover {
                        color: #fff;
                    }

.subactions .sub-menu {
    color: #fff;
    display: inline-block;
    float: left !important;
    text-align: left;
    padding: 5px;
    padding-left: 5px;
    width: 149px;
    border-bottom: 1px solid #5f5f5f;
}


.subactions {
    background-color: #4d4d4d;
    border: 1px solid #404040;
    width: 165px !important;
    box-shadow: 3px 3px 3px #5f5f5f;
    padding: 2px;
    z-index: 999999999999999;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
    height: 100px;
}


.searchPanel {
    float: right;
    padding: 0px;
    margin: 0px;
    font-size:0.85rem;
}

.searchPanel input {
    font-style: italic;
    color: #666;
}
/*gRID*/
.ui-jqgrid-labels th {
    background-color: #d2e3ef !important;
    padding: 10px 10px !important;
}

.ui-jqgrid {
    border: none !important;
}

    .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
        height: 20px;
        font-weight: normal;
        text-align: left;
    }

    .ui-jqgrid .ui-jqgrid-bdiv {
        overflow: hidden;
    }

.ui-pg-input {
    width: 50px !important;
}

.assign-wh {
    position: absolute;
    border-radius: 3px;
    background-color: #eee;
    box-shadow: 3px 3px 3px #ccc;
    width: 450px;
    border: 1px solid #eee;
}

#Freight td:nth-child(1), #Insurance td:nth-child(1), #Others td:nth-child(1) {
    background-color: #e0ebf3 !important;
    color: #000 !important;
}

.ui-jqgrid-htable {
    border-spacing: 0;
    border-collapse: separate;
}

#tabs {
    /*position: fixed;
    top: 50%;
    left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    z-index: 2147483647;
    box-shadow: 1px 1px 3px #666;
    background-color: #fff;
    height: 500px;
    width: 700px;*/
}


#save-dialog, #save-dialog-delivery, #delete-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    z-index: 100002;
    box-shadow: 1px 1px 3px #666;
    background-color: #308c5f;
    color: #fff;
    padding: 10px;
    font-size: 1.1rem;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

#close-dialog {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 18px;
    cursor: pointer;
}


/*login style for select box width*/
.login-select-box {
    width: 97.6% !important;
}

.top-panel-tag-line {
    position: relative;
    top: -29px;
    left: 30px;
}

.secondary-link-one {
    margin-right: 50px;
    float: left;
    display: inline-block;
  
}

.userIconAlign {
    top: -8px;
    position: relative;
}

.logged-user {
    left: 10px;
    top: -10px;
    width: 70px;
    display: inline-block;
    position: relative;
}

.subactions-hidden {
    width: 150px;
}

.search-period, .date-field-align, .date-field-align-1,.search-field-align-vpo ,.submit-btn-vpo,.submit-btn-vpo-clear  {
    float: left;
    line-height: 3em;
    margin-right:5px;
    overflow:hidden;
    padding:0px 2px;
}

.date-field-align {
    /*display: inline-block;
    float: left;
    margin-right: 2px;*/
}

.date-field-align-1 {
    /*display: inline-block;
    float: left;
    margin-left: 4px;*/
}

.search-field-align-vpo {
    /*display: inline-block;
    float: left;
    margin-left: 6px;*/
}

.submit-btn-vpo {
    /*display: inline;
    float: left;
    margin-left: 8px;*/
}

.submit-btn-vpo-clear {
    /*display: inline-block;
    float: left;
    margin-left: 6px;*/
}

.clear-btn {
    padding-top: 15%;
    padding-bottom: 15%;
    font-size: 14px;
}

.inward-title-float {
    float: left;
    width:auto;
    line-height: 2em;
    font-weight:600;
}

.topMinus10 {
    top: -30px;
}

.width140 {
    width: 140px;
}

.topWidth55 {
    width: 94.4%;
}

.expand-icon-align {
    float: right;
    display: inline-block;
    cursor: pointer;
}

.clrRed {
    color: red;
}

.vpo-new-btn {
    left: 268px;
    top: 8px;
    position: relative;
    z-index: 3;
}

.width94Per {
    width: 94%;
}

.pad5-10 {
    padding: 5px 10px !important;
}

.payment-btn {
    margin-left: 10px;
    display: inline-flex;
}

.payment-grid-align {
    float: left !important;
    width: 60% !important;
    margin-right: 1px;
}


.grid-40 {
    float: left !important;
    width: 39.9% !important;
    margin-right: 20px;
}

.floatLeftPd {
    float: left !important;
    width: 39.91% !important;
}

.addRowBtn {
    left: 423px;
    top: 10px;
    position: relative;
    z-index: 3;
}

.mainPWT {
    width: 94%;
    top: 54px;
}

.index-grid-align {
    float: left;
    width: 100%;
    margin-right: 20px;
}

.index-pop-ok-btn {
    float: left;
    margin-right: 10px;
}

.index-pop-cancel-btn {
    float: left;
}

.dutyTaxDialog {
    display: none;
    border-top: 2px solid #ccc;
}

.duty-tax-dialog-float {
    float: left;
    margin-right: 20px;
}

.tax-float {
    float: left !important;
}

.page-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 5px;
    background-color: #308C5F; /*#305050;*/
    z-index: 2147483648;
    color: #fff;
}

.secondary-link-one img, #topnav li img {
    border: none !important;
}

#dialog-form .field .label input[type="radio"] {
    margin-top: 10px;
}

@-moz-document url-prefix() {
    .mainPanel { /*top:38px;*/
    }

    .indexTitle {
        margin-top: 10px;
    }
}

/* Chrome only: */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .indexTitle {
        margin-top: 10px;
    }

    .clear-btn {
        padding-top: 12%;
        padding-bottom: 15%;
        font-size: 14px;
    }
}

/* responsive styles */
@media (max-width: 768px) {
    .field_radio .labelradio {
        width: auto !important;
    }

    .addRowBtn {
        left: 50px;
    }

    #topnav {
        height: auto;
    }

        #topnav nav {
            display: none;
            position: static;
            width: 80%;
            top: auto;
            right: auto;
        }

            #topnav nav ul li {
                float: none;
                margin: 0;				
            }

                #topnav nav ul li a {
                    display: none;
                    width: 80%;
                    line-height: 1.4em;
                    border: 0;
                    padding: 6px 9px;
                    background: #308c5f;
                }

                    #topnav nav ul li a:hover {
                    }

                    #topnav nav ul li a.sel {
                        color: #6f8767;
                        background: #308c5f;
                    }

        #topnav #navbtn {
            display: block;
        }

    .subactions, .sub-menu {
        opacity: 1;
    }

    .sub-menu {
        text-indent: 1px;
    }

    .boxOther div {
        white-space: nowrap;
        width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .boxOther {
        width: 50px;
    }

    .boxOther {
        width: 50px;
    }

    .containerTop, .containerTop1, .containerTop2 {
        height: auto;
    }

    .outerRadius, .outerRadius1, .outerRadius2 {
        margin-left: 34%;
    }

    .WidgetText, .WidgetText1, .WidgetTex2 {
        font-size: 0.75rem;
    }

    .innerText, .innerText1, .innerText2 {
        position: relative;
        top: 17px;
        left: 17px;
        font-size: 0.75rem;
        font-weight: bold;
        color: #fff;
    }

    .searchPanel {
        background-color: rgb(255, 255, 255);
        padding: 5px;
        width: 100%;
        margin-top: 10px;
    }

        .searchPanel div, .searchPanel div input {
            float: left;
            margin-left: 0 !important;
            width: 98%;
            margin-bottom: 10px;
        }

    .ui-dialog {
        width: 50%;
    }
}

@media(max-width: 1024px) {
    .loginbox {
        height: auto;
    }

    .addRowBtn {
        left: 85px;
    }

    .field_radio .labelradio {
        width: auto !important;
    }

    .topWidth55 {
        width: 92.4%;
    }

    .datacontainer {
        width: 99%;
    }

    .topMinus10 {
        width: 87% !important;
    }
}

@media(max-width: 1365px) {
    .loginbox {
        height: auto;
    }

    .topMinus10 {
        width: 67%;
    }

    .topWidth55 {
        width: 90.6%;
    }
}

@media(max-width: 1366px) {
    .loginbox {
        height: auto;
    }

    .topMinus10 {
    }

    .topWidth55 {
    }
}

@media(min-width: 501px) and (max-width: 1041px) {
    .field_block {
        display: inline-block;
    }

        .field_block .label {
            width: 98%;
        }

        .field_block .field {
            width: 98%;
        }
}

@media(max-width: 500px) {
    .field_block {
        display: block;
        float: none;
        width: 100%;
    }

        .field_block .label {
            width: 100%;
        }

        .field_block .field {
            width: 100%;
        }
}

a.modify {
    background: url(../images/edit.png);
    display: inherit;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

a.delete {
    background: url(../images/delete.png);
    display: inherit;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

a.view {
    background: url(../images/view.png);
    display: inherit;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

a.status {
    background: url(../images/change-status.png);
    display: inherit;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

a.help {
    background: url(../images/help.png) no-repeat center;
    margin-top: 1px;
}

.subtable {
    padding: 12px 10px !important;
    background-color: #D2E3EF /*#9b738a*/;
    font-size: 1rem;
    color: #000;
    font-weight: normal;
    text-align: left;
}

.tableCell {
    padding: 2px !important;
    border-color: aqua;
}

.btn-container {
    padding: 10px;
    display: block;
    float: left;
    width: 98%;
    box-sizing: border-box;
}

.full_width {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

    .full_width .field {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
    }

.newPayDel {
    z-index: 3;
    width: -2%;
    padding: 8px 13px;
    font-size: 14px;
    margin-left: 10%;
}

.percentbox {
    max-width: 50px;
}


.floatLeftPOBO {
    float: left !important;
    width: 30% !important;
}

.POSKU-grid-align {
    float: left !important;
    width: 68% !important;
    margin-left: 15px;
}


a.btn.width {
    line-height: 1em;   
    /*line-height:1em;*/
}

button, a, input[type="radio"], input[type="checkbox"] {
    outline: none !important;
}

input.hasDatepicker {
    cursor: pointer !important;
}

select[multiple="multiple"] {
    height: 100px !important;
}

div#breadcrumb {
       margin: 0px;
    padding: 0px 10px 0px 65px;
}

.custom-check {
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.text-red {
    color: red !important;
}

th.action {
    width: 96px !important;
}

textarea {
    height: 94px;
    width: 1236px;
    max-width: 1230px;
}
div.submenu-left > ul > li {
    border-left: 0px solid #ffdb4c !important;
}

div#tableDelivery_wrapper>div.dataTables_scroll table.dataTable{
    width:506px !important;
}

div#reportHolder{
    width:94%;
    overflow:hidden;
    margin-bottom:20px;
}

div#reportHolder > div.datacontainer{
    margin:0px 0px !important;
    padding:0px !important;
    overflow: hidden; 
    overflow-x:auto;       
}

div#reportHolder > div.datacontainer > iframe{
    width:100%;   
    margin:0px 0px !important;
    padding:0px !important;
    height: 100%;
    overflow: hidden;    
    min-height:450px;    
    border:none !important;
    box-shadow:0px 0px 0px none !important;
}

div#dashboardHolder{
    width:94%;
    border:1px solid #639cc7;
    border-top:3px solid #639cc7;
    overflow:hidden;
    margin-bottom:50px;
    background-color:#ffffff;
}

div.Dashboardborder {    
    border: 1px solid #dddddd;
    float: left;
    margin: 5px;
    width: 48%;
    overflow: hidden;
    padding:5px;   
}

div.Dashboardborder1 {    
    border: 1px solid #dddddd;
    float: left;
    margin: 5px;
    width: 100%;
    overflow: hidden;
    padding:5px;
    /*height: 304px;*/
}

div.Dashboardborder > p.graphTitle {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    text-shadow: 0px 0px 2px #555;
    margin:0px;
}

div.Dashboardborder > canvas {
    margin: 35px auto;
    overflow: hidden;
}

div.field > input#Remarks{
    width:92.4%;
}

div.page-footer > span#footerCopyright{
    float:right;
    margin-right:5px;
}
div.Dashboardborder > canvas {
    margin: 35px auto;
    overflow: hidden;
}

div.field > input#Remarks{
    width:92.4%;
}

div.page-footer > span#footerCopyright{
    float:right;
    margin-right:5px;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:inherit;
}

input[readonly="readonly"]{
    background-color:#dddddd ;
}

input.hasDatepicker[readonly="readonly"] {
    background-color: #fff ;
}
input.hasDatepicker[disabled="disabled"] {
    background-color: #dddddd ;
}

.locationalloctables {
    float: left !important;
    width: 33.31% !important;
}
.leftarrow {
   margin-left:330px !important;
}

.skuforpack-grid-align {
    float: left !important;
    width: 45% !important;   
}

.skuofpack-grid-align {
    float: left !important;
    width: 55% !important;    
}

.packleftarrow {
   margin-right:2px !important;
}

.packrightarrow {
   margin-left:80% !important;
}
input[type=number] {
    -moz-appearance:inherit;
    text-align: right;

}

.success {
    color: green;
    line-height: 40px;
}
.txtUserID {
    max-width: 190px;
}

.clientPrefix {
    max-width: 50px;
    font-size: 0.9rem !important;
}

#fileUpload{
        margin-top: 15px;
}

#culturedd{
     width: 150px;
    /*width: 97%;*/
	margin-top:6px;
    height: 38px;
    border: 1px solid #c7cfcf;
    border-radius: 3px;
}