.body_container {
    width: 100%;
    min-height: calc(100vh - 30px);
    background: url('../Content/Images/161129bg.jpg');
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-size: cover;
}
.btn .btn-secondary .dropdown-toggle{
    background:#fff;
    border:none;
}
.nav-logo-img {
    height: 35px;
    padding-right: 10px;
    float: left;
}

.logo_txt {
    background-color: #185588;
    color: #ccc;
    font-weight: 600;
    font-size: 22px;
    padding: 9px 10px 10px 15px;
}

.login-panel {
    margin-top: 0px;
}

.login_container_top {
    margin-top: 16%;
}

#loginform input.form-control {
    box-shadow: none;
    height: 40px;
    padding: 11px 15px 10px 40px;
}

.dashboard {
    background: #e7e7e7;
}

#page-wrapper {
    padding: 15px 15px 0;
}

ul#side-menu li a {
    padding: 15px 10px;
    font-size: 16px;
}

.logoimg {
    width: 50px;
}

.menulogoimg {
    width: 25px;
    float: left;
    margin-top: -6px;
    margin-right: 10px;
}

.navbar-brand {
    font-size: 22px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        color: #ccc !important;
    }

.navbar-bg {
    width: 100%;
    height: 70px;
    /*background-color: rgba(0, 18, 36, 0.8);*/
    background-color: #185588;
}

h3.panel-title {
    font-family: 'Open Sans', sans-serif;
}

.ulbatchtbl thead tr {
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    color: #fff;
}

.ulbatchtbl > tbody > tr {
    border: 1px solid #ddd;
    border-top: none;
}

.ulbatchtbl > thead > tr > th.sorting:after {
    color: #fff !important;
}

input.form-control.input-sm, .input-sm {
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select {
    width: 280px !important;
}

#page-wrapper {
    min-height: calc(100vh - 46px) !important;
    overflow-y: scroll;
    height: calc(100vh - 46px);
}

.navbar {
    min-height: 70px;
    max-height: 70px;
    /*background: url('../Content/Images/bg.jpg');*/
    background-color: rgba(0, 18, 36, 0.8);
}

.sidebar {
    margin-top: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    min-height: calc(100vh - 168px);
    max-height: calc(100vh - 168px);
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-default .navbar-brand {
    color: #ccc;
    font: 13px/1.7em 'Open Sans';
    font-size: 22px;
    font-weight: 600;
    padding: 10px 10px 10px 15px;
    height: auto;
    line-height: 30px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
/*DATATABLE ALIGNMENT*/
.datatblhead > .dataTables_length {
    width: auto;
    float: right;
    font-size: 13px;
}

.datatblhead > .dataTables_filter {
    float: right;
    padding-right: 5px;
    font-size: 13px;
}

.datatblhead {
    width: 100%;
    background: #e7e7e7;
    border-top: 1px solid #ddd;
    display: inline-block;
    padding: 10px 10px 3px 10px;
}

.datatbl1title h4 {
    margin-top: 7px;
}

select#searchType, #selectedSupplier {
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 100%;
    padding-right: 10px;
}

    select#searchType:focus, select#searchType:active,
    #selectedSupplier:focus, #selectedSupplier:active {
        box-shadow: none;
        outline: none;
    }

.borderless td, .borderless th {
    border: none !important;
}

.panel-heading {
    font-size: 16px;
    font-weight: bold;
}

table.dataTable {
    margin-top: -5px !important;
}

.dataTables_paginate {
    float: left;
}

.dataTables_info {
    float: right;
}

.datatblfooter {
    display: block;
    background: #e7e7e7;
    height: 60px;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}

table thead > tr > th {
    vertical-align: middle !important;
}

#gauge > svg {
    margin-top: -41px;
}

.statementSelect {
    width: auto;
}

.btn, .btn:focus, .btn:active, .btn:hover {
    outline: none;
}

/**
-------------------------------------------
FORM
-------------------------------------------
**/
.form-control {
    border: 1px solid #ddd;
    /*border-radius: 0;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

    .form-control:focus {
        border-color: #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
    }

    .form-control.bold-border {
        border-width: 2px;
    }

    .form-control.no-border {
        border: none;
    }

    .form-control.rounded {
        border-radius: 4px;
    }

textarea.no-resize {
    resize: none;
}

.input-group-addon.rounded {
    border-radius: 0px;
}

.input-group-addon.input-sm {
    border-radius: 0px;
}

.input-group-addon.input-lg {
    border-radius: 0px;
}

.help-block {
    font-size: 12px;
}

.bg-color-showcase {
    padding: 10px 20px;
}

.input-group-addon {
    border-radius: 0px;
    border: 1px solid #ddd;
}

.has-feedback.no-label .form-control-feedback {
    top: 0px;
}

.has-feedback.no-label.lg .form-control-feedback {
    top: 7px;
}

.has-feedback.left-feedback .form-control {
    padding-left: 35.5px;
    padding-right: 0px;
}

.has-feedback.left-feedback .form-control-feedback {
    left: 0;
    right: auto;
}

.has-feedback.left-feedback.lg .form-control-feedback {
    left: 3px;
}

.form-control-feedback {
    color: #AAB2BD;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #8CC152;
}

.has-success .form-control {
    border-color: #8CC152;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

    .has-success .form-control:focus {
        border-color: #8CC152;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #67b168;
    }

.has-success .input-group-addon {
    color: #8CC152;
    background-color: #dff0d8;
    border-color: #8CC152;
}

.has-success .form-control-feedback {
    color: #8CC152;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #F6BB42;
}

.has-warning .form-control {
    border-color: #F6BB42;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

    .has-warning .form-control:focus {
        border-color: #F6BB42;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #F6BB42;
    background-color: #fcf8e3;
    border-color: #F6BB42;
}

.has-warning .form-control-feedback {
    color: #F6BB42;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #E9573F;
}

select.has-error{
    border: 1px solid #E9573F;
}

.has-error .form-control {
    border-color: #E9573F;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

    .has-error .form-control:focus {
        border-color: #E9573F;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #ce8483;
    }

.has-error .input-group-addon {
    color: #E9573F;
    background-color: #f2dede;
    border-color: #E9573F;
}

.has-error .form-control-feedback {
    color: #E9573F;
}

.input-group-addon.primary {
    border-color: #37BC9B;
    background-color: #37BC9B;
    color: #fff;
}

.input-group-addon.danger {
    border-color: #E9573F;
    background-color: #E9573F;
    color: #fff;
}

.input-group-addon.success {
    border-color: #8CC152;
    background-color: #8CC152;
    color: #fff;
}

.input-group-addon.info {
    border-color: #3BAFDA;
    background-color: #3BAFDA;
    color: #fff;
}

.input-group-addon.warning {
    border-color: #F6BB42;
    background-color: #F6BB42;
    color: #fff;
}

.bg-dark {
    background-color: #434A54;
}

    .bg-dark h4 {
        color: #fff;
    }

.bg-default {
    background: #e7e7e7;
}

.modal-header .close {
    margin-top: 2px !important;
}

.whitebtn {
    color: #fff;
    opacity: .8;
}

.modal-dialog {
    margin-top: 10%;
}

.js-prodinfo-images {
    padding-left: 15px;
    list-style:none;
}

.ccard {
    padding: 0px 5px 0px 0px;
}

    .ccard .fa {
        font-size: 34px !important;
    }

.footer {
    background-color: #185588;
    text-align: center;
    color: #ddd;
    font-size: 12px;
    height: 30px;
    padding: 8px;
    /*position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;*/
}

@media (min-width:768px) {
    .footer {
        /*margin: 0 0 0 250px;*/
        /*border-left: 1px solid #e7e7e7;*/
    }

    .login-footer {
        margin: 0px;
        border: none;
    }
}

/**************SMART SYLLABUS STYLES**********************/
.account-container {
    width: 500px;
    display: block;
    margin: 60px auto 0 auto;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content {
    padding: 20px;
}

.account-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #D9B310;
}
/******Form with ICON*******/
.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 12px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }

input:-webkit-autofill {
    /*border: 1px solid #ccc !important;*/
    -webkit-box-shadow: inset 0 0 0px 9999px white !important;
}

#loginform .form-group {
    margin-bottom: 20px !important;
}

.login-btn, .login-btn:hover, .login-btn:active, .login-btn.focus, .login-btn:focus {
    background: #D9B310 !important;
    border-color: #D9B310 !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

span.login-checkbox {
    float: left;
    margin-top: 10px;
}

    span.login-checkbox > input[type='checkbox'] {
        opacity: 0;
        float: left;
        width: 15px;
        cursor: pointer;
    }

        span.login-checkbox > input[type='checkbox'] + label {
            clear: none;
            height: 15px;
            display: block;
            padding: 0 0 0 22px;
            margin: 0;
            font-size: 12px;
            line-height: 1.2em;
            background: url(images/check.png) no-repeat 0 0;
            cursor: pointer;
            /*margin-top: 10px;*/
        }

        span.login-checkbox > input[type='checkbox']:checked + label {
            background-position: 0 -15px;
        }

.error {
    color: red !important;
    border: solid 1px #F01014 !important;
}

    .error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: red;
    }

    .error::-moz-placeholder { /* Firefox 19+ */
        color: red;
    }

    .error:-ms-input-placeholder { /* IE 10+ */
        color: red;
    }

    .error:-moz-placeholder { /* Firefox 18- */
        color: red;
    }

.email-error-info, .oldpassword-error-info, .confirmpassword-error-info, .newpassword-error-info, .error-info, .password-error-info, .samepassword-error-info { font-size: 1.5em !important; right: 0px; color: red; cursor: pointer; position: absolute; padding: 9px; }

.oldpassword-error-info, .confirmpassword-error-info, .newpassword-error-info, .samepassword-error-info, .error-info { padding: 6px; }

    .email-error-info:hover, .email-error-info:active, .email-error-info:focus,
    .password-error-info:hover, .password-error-info:active, .password-error-info:focus,
    .oldpassword-error-info:hover, .oldpassword-error-info:active, .oldpassword-error-info:focus,
    .confirmpassword-error-info:hover, .confirmpassword-error-info:active, .confirmpassword-error-info:focus,
    .newpassword-error-info:hover, .newpassword-error-info:active, .newpassword-error-info:focus,
    .samepassword-error-info:hover, .samepassword-error-info:active, .samepassword-error-info:focus,
    .error-info:hover, .error-info:active, .error-info:focus { color: red; text-decoration: none; }

#loginform .popover-content,
#submitPO .popover-content {
    color: red;
}

.dt-search-addon {
    position: absolute;
    padding: 8px;
    margin-left: 0px;
    color: #aaa;
}

.dataTables_filter input {
    padding-left: 27px;
}

.btn {
    min-width: 100px;
}

.fa-dt-info {
    color: #555;
    cursor: pointer;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle !important;
}

.input-with-btn {
    width: calc(100% - 215px) !important;
    float: left;
}

.input-with-btn1 {
    width: calc(100% - 750px) !important;
    float: left;
}

.morris-hover.morris-default-style {
    background: #e7e7e7;
    padding: 5px;
    border-radius: 4px;
}

.input-daterange-control {
    font-size: 14px;
    padding: 6px;
    height: 34px;
}

h4.mobileerror {
    color: red;
    text-align: justify;
    line-height: 1.5;
    font-size: 16px;
}

.morris-hover-row-label {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.form-group .popover-content,
.right-inner-addon .popover-content {
    color: red;
}

a.logo-link, a.logo-link:hover, a.logo-link:active, a.logo-link:focus {
    color: #ccc;
    text-decoration: none;
}

.modal-header {
    padding: 10px 15px !important;
}

.logo-link i.fa.fa-th {
    width: 22px !important;
}

.loader {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-mask-image: url('../Content/Images/loading.svg');
    mask-image: url('../Content/Images/loading.svg');
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

.ErrordDispues {
    color: brown;
    border-style: solid;
    border-color: brown;
    border-width: 0.5px;
    background-color: #ffbbbb;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

/**SLIDER ARROW**/
.unslider-arrow {
    display: block;
    /*width: 32px;
    height: 32px;*/
    top: 100%;
    right: -50px;
    left: auto;
    margin-top: 5px;
    overflow: hidden;
    /*background: rgba(0,0,0,.2) no-repeat 50% 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
    background-size: 7px 11px;*/
    /*border-radius: 32px;*/
    /*text-indent: -999em;*/
    opacity: .9;
    transition: opacity .2s;
    color: #333;
    text-decoration: none;
}

    .unslider-arrow:hover, .unslider-arrow:hover {
        opacity: 1;
        text-decoration: none;
        color: #999;
    }

    .unslider-arrow.prev, .unslider-arrow.prev {
        /*left: -50px;*/
        right: auto;
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

nav.unslider-nav {
    display: none;
}

.unslider-arrow.prev {
    left: 0px !important;
}

.unslider-arrow.next {
    right: 94px !important;
}

    .unslider-arrow.next:before {
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
    }

.unslider-arrow.prev:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 1px !important;
    border-right-width: 0px !important;
}
.table-width-80px {
    width: 80px !important;
}

.table-width-1x {
    width: 120px !important;
}

.table-width-2x {
    width: 150px !important;
}

.table-width-3x {
    width: 200px !important;
}


.unslider {
    /*width: 100px !important;*/
    margin-right: 15px !important;
    background: #e7e7e7;
    /*border: 1px solid #ddd;*/
}

.my-slider {
    border: 1px solid #ddd;
    background: #fff;
    min-height: 90px;
    margin-right: 10px;
}

.unslider > .my-slider{
    margin-right: 0;
}

.slider-info-container {
    background: #e7e7e7;
    display: inline-block;
    width: 100%;
}

.unslider-arrow {
    position: relative !important;
}

    .unslider-arrow.next, .unslider-arrow.next {
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    .unslider-arrow.next {
        float: right;
        margin: 5px !important;
    }

    .unslider-arrow.prev {
        float: left;
        margin: 5px !important;
    }

.unslider-info {
    padding: 5px;
    text-align: center;
    display: inline-block;
}

h4.no-data {
    padding: 0px 15px;
    /*color: red;*/
    margin: 0px;
    font-size: 16px;
}

.dt-loading-indicator {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 99;
}

.poc-input-error {
    position: absolute;
    margin-left: -15px;
    margin-top: 3px;
    color: red;
    cursor: pointer;
}

    .poc-input-error:hover {
        color: red;
        text-decoration: none;
    }

#eway-secure-field-name, #eway-secure-field-card, #eway-secure-field-cvn, #eway-secure-field-expiry {
    height: 34px !important;
}

#makePaymentSubmit .form-control {
    height: 34px !important;
}

#remittanceBatchCreateSubmit tr.ax-highlight-Transit {
    background-color: #aacbff !important;
}

tr.ax-distpute-highlight-Yes {
    background-color: #ffdb6b !important;
}

tr.ax-highlight-Errored {
    background-color: #ffbbbb !important;
}

input.ax-distpute-highlight-Yes {
    outline: 2px solid #F00 !important;
    outline-offset: -2px;
}

.min-w-x0 {
    min-width: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.w-x100 {
    width: 100px;
}

.w-x200 {
    width: 200px;
}

.no-border-radius {
    border-radius: 0px;
}

.h-x22 {
    height: 22px;
}

.p-l-5 {
    padding-left: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.btn-square {
    border-radius: 0;
}

.m-l-7 {
    margin-left: 7px;
}

.m-r-7 {
    margin-right: 7px;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
    body * {
        visibility: hidden;
        height: 0;
    }

    #printarea, #printarea * {
        visibility: visible;
        height: auto;
    }

    #printarea {
        position: absolute;
        left: 100px;
        top: 45px;
    }

    #printArea, #printArea * {
        visibility: visible;
        height: auto;
    }

    #printArea {
        position: absolute;
    }
}