﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Rupee Foradian';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('Fonts/rupee_foradian_0-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/rupee_foradian_0-webfont.woff') format('woff'), url('rupee_foradian_0-webfont.ttf') format('truetype'), url('Fonts/rupee_foradian_0-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.rupees {
    font-family: 'Rupee Foradian';
}

body {
}

#result {
    height: 1px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 40%; /*7px*/
    width: 100%;
    z-index: 1100;
}

    #result .error {
        /*border: 1px solid black;*/
        /*background-color: #ffffcc;/*red;*/ /*#940808*/
        /*text-shadow: 0 1px 0 rgba(114,6,6,.1);
-moz-box-shadow: 0 2px 2px rgba(148,8,8,.3);
-webkit-box-shadow: 0 2px 2px rgba(148,8,8,.3);
box-shadow: 0 2px 2px rgba(148,8,8,.3);*/
    }

    #result .warning {
        /*border-color: #b2911e;
background-color: #d8b025;*/
        background-color: #f0ad4e;
        border-color: #eea236;
        /*text-shadow: 0 1px 0 rgba(178,145,30,.1);
-moz-box-shadow: 0 2px 2px rgba(216,176,37,.3);
-webkit-box-shadow: 0 2px 2px rgba(216,176,37,.3);
box-shadow: 0 2px 2px rgba(216,176,37,.3);*/
    }

    #result .success {
        border-color: #4a9b2b;
        /*background-color: #61cb38;*/
        background-color: #ffffcc;
        /*text-shadow: 0 1px 0 rgba(74,155,43,.1);
-moz-box-shadow: 0 2px 2px rgba(97,203,56,.3);
-webkit-box-shadow: 0 2px 2px rgba(97,203,56,.3);
box-shadow: 0 2px 2px rgba(97,203,56,.3);*/
    }

    #result .info {
        border-color: #2c60a0;
        background-color: #387acb;
        text-shadow: 0 1px 0 rgba(44,96,160,.1);
        -moz-box-shadow: 0 2px 2px rgba(56,122,203,.3);
        -webkit-box-shadow: 0 2px 2px rgba(56,122,203,.3);
        box-shadow: 0 2px 2px rgba(56,122,203,.3);
    }

    #result .resultMessage {
        background-color: #ffffcc;
        display: inline-block;
        /*padding: 2px 5px 3px;*/
        padding: 4px 10px 6px;
        border: 1px solid #b7b7b7;
        border-radius: 4px 4px 4px 4px;
        width: 50%;
        /*opacity: 0.5;*/
    }

    #result .error span {
        color: #940808;
        font-weight: bold;
        z-index: 1000;
    }

    #result .success span {
        color: #004c00; /*#61cb38;*/
        font-weight: bold;
        z-index: 1000;
    }

    #result .warning span {
        color: #940808; /*#61cb38;*/
        font-weight: bold;
        z-index: 1000;
    }

    #result .resultMessage span {
        /*color:#ff0000;*/
        /*color: #FFFFFF;*/
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }

    #result .resultMessage span {
        /*color:#ff0000;*/
        /*color: #FFFFFF;*/
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }

    #result .resultMessage span {
        font-size: 16px;
        /*font-weight: 700;*/
    }

.panel {
    margin-top: 1%;
}

.more-currency {
    border: 1px solid #c6c1b9;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    width: 200px;
    /*width: 95%;*/
    z-index: 1;
    /*z-index: 20;*/
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 700;
}

/*input.checkbox[type="checkbox"] + label.css-label {
    background-position: 1px -22px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0 7px;
    padding-left: 24px;
    text-indent: 5px;
    vertical-align: middle;
}*/
label.css-label {
    -moz-user-select: none;
    background-image: url("../Images/check-buttons.png");
}

ul.currency-checkbox {
    list-style: outside none none;
    padding: 0;
}

#select-currency-box {
    height: 210px;
    margin-top: 3%;
    overflow: auto;
}

#select-currency-box {
    max-height: 210px;
    overflow: auto;
}

.more-currency .checkBox {
    background-color: #fff;
    border: 1px solid #c6c1b9;
    display: none;
    left: 0;
    margin: -1px 0 0;
    padding: 10px 10px 0;
    position: absolute;
    width: 100%;
}

.checkBox, .checkBoxGroup {
    margin-bottom: 40px;
}

.currency-checkbox input[type="checkbox"] {
    display: inline-block;
}

.datepicker-div .form-control {
    display: inline-block;
    width: 88%;
    margin-right: 1%;
}

.datepicker-div img {
    width: 18px;
}

#currencyList {
    /*border: 1px solid #d9edf7;*/
    border: none;
}

    #currencyList tr.currency td, #currencyList tr.currency {
        background-color: #d9edf7;
        color: #3a87ad;
        text-align: left;
    }

    #currencyList tr:first-child td, #currencyList tr:first-child th {
        border-top: medium none;
        vertical-align: top;
    }

    #currencyList tr th, #orderList tr th {
        text-align: center;
    }

    #currencyList td, #currencyList th {
        border: 1px solid #d9edf7;
        width: 25%;
    }

    #currencyList .form-control {
        height: 27px;
        /*width: 75%;*/
        width: 100%;
    }

    #currencyList thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 2px;
    }


#orderDetailsGrid .table tbody > tr > th {
    background-color: #E60012;
    color: #ffffff;
    border: spx solid #EEE;
    font-weight: normal;
}

/*.esclation-panel {width:50%;}*/
#kycUpload .control-label {
    text-align: left;
}

.customer-panel-body {
    margin-top: -35px;
}

.customer-tabs {
    padding-bottom: 0;
    padding-left: 0px;
}

.mandate {
    color: #ff0000;
    font-weight: bold;
}

.label-text {
    padding-top: 7px;
}

.del-row {
    color: #000;
    font-weight: bold;
}

    .del-row:hover {
        text-decoration: none;
    }

.reveal-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    opacity: 0.83;
}

.login-form {
    margin: 0 auto;
    /*width: 40%;*/
}

.full-width {
    position: relative;
    min-height: 1px;
    width: 100%;
    margin: 0 auto;
    margin-right: 1%;
}

    .full-width .half-width {
        /*float: left;*/
        width: 45%;
        margin-left: 1%;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

/*.navbar-header {
    width: 100%;
}*/

.heading {
    background-color: #428bca;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2%;
}

#confirm {
    height: 1px;
    left: 0;
    position: fixed;
    text-align: center;
    /*top: 40%;*/
    top: 25%;
    width: 100%;
    z-index: 1100;
}

    #confirm .confrmMessage {
        background-color: #fff;
        display: inline-block;
        /*padding: 2px 5px 3px;*/
        /*padding: 4px 10px 6px;*/
        border: 1px solid #b7b7b7;
        border-radius: 4px 4px 4px 4px;
        width: 26%;
        height: auto;
        padding-bottom: 5px;
        /*opacity: 0.5;*/
    }

        #confirm .confrmMessage #confirmMessage {
            /*color: #940808;*/
            /*font-weight: bold;*/
            z-index: 1000;
            display: block;
            font-size: 14px;
            /*padding-bottom:10px;*/
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
        }

    #confirm hr {
        margin-bottom: 9px;
        border-color: #357ebd;
    }

.btn-confirmBox {
    padding: 1px 10px;
    font-size: 14px;
}

.control-readonly {
    padding-top: 7px;
}

.error-logo {
    margin-top: 50px;
}

    .error-logo h1 {
        font-size: 200px;
        color: #8F8E8C;
        text-align: center;
        margin-bottom: 1px;
        text-shadow: 1px 1px 6px #fff;
    }

    .error-logo p {
        color: rgb(228, 146, 162);
        font-size: 20px;
        margin-top: 1px;
        text-align: center;
    }

        .error-logo p span {
            color: lightgreen;
        }

.sub a {
    color: white;
    background: #8F8E8C;
    text-decoration: none;
    padding: 7px 120px;
    font-size: 13px;
    font-family: arial, serif;
    font-weight: bold;
    -webkit-border-radius: 3em;
    -moz-border-radius: .1em;
    -border-radius: .1em;
}

.container.body-content {
    min-height: 700px;
    /*background-image:url("../Images/IndexBG.png");*/
}

footer {
    text-align: center;
}

.clsTblUsers {
    background-color: #d9edf7;
    color: #3a87ad;
    /*text-align: left;*/
}

.pageEntries {
    /*text-align: left;*/
}

.pageNo {
    /*text-align: center;*/
}

.perPage {
    /*text-align: right;*/
}

.pagination {
    margin: 0;
}

.perPage select.input-sm {
    width: 35%;
    display: inline;
}

.custom-error {
    border: 1px solid #b94a48;
}

#orderList td a {
    cursor: pointer;
}

.custom-header {
    background: #FFFFFF url(../images/header-bg.png) left top no-repeat;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar.navbar-inverse {
    background-color: #FFFFFF;
}

.logo img {
    height: 48px;
    max-width: 100%;
    vertical-align: middle;
    border: 0 none;
}

.custom-menu {
    background-color: #fff;
}

.navbar-inverse .custom-nav > .active > a, .navbar-inverse .custom-nav > .active > a:hover, .navbar-inverse .custom-nav > .active > a:focus, .navbar-inverse .custom-nav > li > a:hover, .navbar-inverse .custom-nav li > a:focus {
    color: #9a1a1a;
    background-color: #fff;
}

.navbar-inverse .custom-nav > li > a:hover {
    background-image: url("../images/menu-list-bg-hover.png");
    color: #9a1a1a;
    text-decoration: none;
}

.navbar-inverse .custom-nav .active > a {
    background-image: url("../images/menu-list-bg-hover.png");
    color: #9a1a1a;
    text-decoration: none;
}

.navbar-inverse {
    border-color: #e4e4e2;
}

.navbar-brand {
    margin-left: 27%;
    padding: 6px;
}

.custom-menu .navbar-nav {
    /*padding: 6px;*/
}

.custom-menu .custom-nav > li > a {
    background: url(../images/menu-list-bg.png) left center no-repeat;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    /*padding: 0 10px 0 16px;*/
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav li > a:focus {
    color: #111111;
    background-color: #fff;
}

.navbar-inverse .navbar-nav li a {
    color: #111111;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
    background-color: #9a1a1a;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #E60012;
}

div.custom-menu.corptheme .navbar-nav.custom-nav > li > .dropdown-menu {
    border-radius: 0;
    background-color: #E60012 /*#b42023*/;
}

.navbar-inverse .corptheme .custom-nav li a {
    background: url(../images/menu-list-bg.png) left center no-repeat;
    text-transform: uppercase;
}

div.custom-menu.corptheme ul.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff !important;
}

div.custom-menu.corptheme ul.dropdown-menu {
    padding: 5px 0px 5px 6px;
}

@media (max-width: 767px) {
    .navbar-inverse .custom-menu.corptheme .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .custom-menu.corptheme .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .custom-menu.corptheme .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #b42023;
    }
}

.login-header {
    text-align: center;
    width: 100%;
    /*background: #ffffff url("../images/header-bg.png") no-repeat scroll left top;*/
    left: 0;
    /*position: fixed;*/
    /*top: 0;*/
    z-index: 999;
    position: relative;
    /*height: 32%;*/
    vertical-align: middle;
}

    .login-header a {
        width: 100%;
        position: relative;
        /*top: 30px;*/
    }

.header {
    background: #ffffff url("../images/header-bg.png") no-repeat scroll left top;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100px;
}

.custom-navbar {
    margin: auto 0;
    min-height: 155px;
}

    .custom-navbar .logo img {
        height: auto;
        border: 0 none;
    }

    .custom-navbar .logo {
        top: 30px;
    }

.login-content {
    margin-top: 5%;
}

.toLLFree {
    font-size: 14px;
    line-height: 18px;
    padding: 19px 20px 20px 75px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

    .toLLFree span {
        font-weight: 700;
        left: 0;
        position: absolute;
    }

#currencyList tr.currency td, #currencyList tr.currency td.delete-prod {
    background-color: white;
    border: none;
    border-color: white;
    border-right: 1px solid white;
}

    #currencyList tr.currency td, #currencyList tr.currency td.curr-name { /*border-right:1px solid #d9edf7*/
        border: 1px solid #d9edf7;
    }
/*.login-container .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}*/
.huge {
    font-size: 40px;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

.fa-5x {
    font-size: 5em;
}

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
        color: #fff;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

.panel-green > .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > a {
        color: #5cb85c;
    }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        background-color: #d9534f;
        border-color: #d9534f;
        color: #fff;
    }

    .panel-red > a {
        color: #d9534f;
    }

.panel-turquoise {
    border-color: #1abc9c;
}

    .panel-turquoise > .panel-heading {
        background-color: #1abc9c;
        border-color: #1abc9c;
        color: #fff;
    }

    .panel-turquoise > a {
        color: #1abc9c;
    }

.panel-gray {
    border-color: #7f8c8d;
}

    .panel-gray > .panel-heading {
        background-color: #7f8c8d;
        border-color: #7f8c8d;
        color: #fff;
    }

    .panel-gray > a {
        color: #7f8c8d;
    }


.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: none;
}

.table-striped > tbody > tr.initialized > td {
    background-color: #f0ad4e;
    color: #fff;
    font-weight: 500;
}

.table-striped > tbody > tr.rates-placed > td {
    background-color: #428bca;
    color: #fff;
    font-weight: 500;
}

.table-striped > tbody > tr.finalized > td {
    background-color: #7f8c8d;
    color: #fff;
    font-weight: 500;
}

.table-striped > tbody > tr.closed > td {
    background-color: #d9534f;
    color: #fff;
    font-weight: 500;
}

.table-striped > tbody > tr.lost > td {
    background-color: #428bca;
    color: #fff;
    font-weight: 500;
}

.table-striped > tbody > tr.wip > td {
    background-color: #1abc9c;
    color: #fff;
    font-weight: 500;
}

.table-striped > tbody > tr.delivered > td {
    background-color: #5cb85c;
    color: #fff;
    font-weight: 500;
}

#orderList tr.initialized > td a, tr.rates-placed > td a, tr.finalized > td a, tr.closed > td a, tr.lost > td a, tr.wip > td a, tr.delivered > td a {
    color: #fff;
    text-decoration: underline;
}

.form-horizontal .lbl-left-align {
    text-align: left;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

    .progress-bar.active, .progress.active .progress-bar {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.userLogin {
    /*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #860000, #9a1a1a) repeat scroll 0 0;
    border: 1px solid #9a1a1a;
    border-radius: 14px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 1px 41px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
      text-transform: uppercase;*/
    /*background-color: #9a1a1a;*/
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #860000, #9a1a1a) repeat scroll 0 0;
    border: 1px solid #9a1a1a;
    border-radius: 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0,0.5);
    color: #fff;
    display: block;
    font-size: 16px;
    /*height: 34px;*/
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.login-form .panel-info {
    border-color: #e4e4e2;
}

/*Corporate UI New Css Begin*/

#bodyLogin {
    background: url(../images/loginBg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #7E1416;
}

.corptheme, .corptheme:focus, .dataTables_wrapper table thead th, table.corptable thead th, .nav.nav-tabs.customer-tabs li.active a {
    /*color: #e60012;*/
    color: #FFF;
    /*background: rgba(202,32,37,1);
    background: -moz-linear-gradient(top, rgba(202,32,37,1) 0%, rgba(202,32,37,1) 0%, rgba(145,30,32,1) 51%, rgba(136,25,27,1) 71%, rgba(112,13,15,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202,32,37,1)), color-stop(0%, rgba(202,32,37,1)), color-stop(51%, rgba(145,30,32,1)), color-stop(71%, rgba(136,25,27,1)), color-stop(100%, rgba(112,13,15,1)));
    background: -webkit-linear-gradient(top, rgba(202,32,37,1) 0%, rgba(202,32,37,1) 0%, rgba(145,30,32,1) 51%, rgba(136,25,27,1) 71%, rgba(112,13,15,1) 100%);
    background: -o-linear-gradient(top, rgba(202,32,37,1) 0%, rgba(202,32,37,1) 0%, rgba(145,30,32,1) 51%, rgba(136,25,27,1) 71%, rgba(112,13,15,1) 100%);
    background: -ms-linear-gradient(top, rgba(202,32,37,1) 0%, rgba(202,32,37,1) 0%, rgba(145,30,32,1) 51%, rgba(136,25,27,1) 71%, rgba(112,13,15,1) 100%);
    background: linear-gradient(to bottom, rgba(202,32,37,1) 0%, rgba(202,32,37,1) 0%, rgba(145,30,32,1) 51%, rgba(136,25,27,1) 71%, rgba(112,13,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2025', endColorstr='#700d0f', GradientType=0 );*/
    background: rgba(230, 0, 18, 1);
    background: -moz-linear-gradient(top, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 51%, rgba(230, 0, 18, 1) 71%, rgba(230, 0, 18, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230, 0, 18, 1)), color-stop(0%, rgba(230, 0, 18, 1)), color-stop(51%, rgba(230, 0, 18, 1)), color-stop(71%, rgba(230, 0, 18, 1)), color-stop(100%, rgba(230, 0, 18, 1)));
    background: -webkit-linear-gradient(top, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 51%, rgba(230, 0, 18, 1) 71%, rgba(230, 0, 18, 1) 100%);
    background: -o-linear-gradient(top, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 51%, rgba(230, 0, 18, 1) 71%, rgba(230, 0, 18, 1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 51%, rgba(230, 0, 18, 1) 71%, rgba(230, 0, 18, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 51%, rgba(230, 0, 18, 1) 71%, rgba(230, 0, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#e60012', GradientType=0 );
}




.corptheme2, .nav.nav-tabs.customer-tabs li a,
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    color: #4D4D4D;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
}

.btn.corptheme {
    color: white;
}

.input-group-btn:last-child > .btn.corptheme {
    border-radius: 4px;
}

.btn.corptheme:focus, .btn.corptheme:active {
    border-color: rgba(112,13,15,1);
}

.btn.corptheme2 {
    color: #4D4D4D;
    border-color: #D4CFCF;
    outline: none;
}

    .btn.corptheme2:focus, .btn.corptheme2:active {
        border-color: #D4CFCF;
    }

.corpDashboard .panel.corptheme {
    border-radius: 15px;
}

    .corpDashboard .panel.corptheme .panel-footer {
        background-color: #e60012;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .corpDashboard .panel.corptheme a {
        color: white;
        text-decoration: none;
    }

    .corpDashboard .panel.corptheme img.img-responsive {
        margin: 0 auto;
    }

.navbar-inverse .corptheme .navbar-nav.navbar-right > .active > a, .navbar-inverse .corptheme .navbar-nav.navbar-right > .active > a:hover,
.navbar-inverse .corptheme .navbar-nav.navbar-right > .active > a:focus, .navbar-inverse .corptheme .navbar-nav.navbar-right > li > a:hover,
.navbar-inverse .corptheme .navbar-nav.navbar-right li > a:focus {
    color: white;
    background-color: transparent;
}

.navbar-inverse .corptheme .custom-nav > .active > a, .navbar-inverse .corptheme .custom-nav > .active > a:hover,
.navbar-inverse .corptheme .custom-nav > .active > a:focus, .navbar-inverse .corptheme .custom-nav > li > a:hover,
.navbar-inverse .corptheme .custom-nav li > a:focus, .navbar-inverse .corptheme .custom-nav > li > ul > li.active > a {
    color: white;
    background-color: transparent;
    background: url(../images/menu-list-bg-hover.png) left center no-repeat;
}

.navbar-inverse .corptheme .navbar-nav.navbar-right li a {
    color: white;
}

.navbar-inverse .corptheme .custom-nav li a {
    /*color: #8F9196;*/
    color: #fff;
}

.dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_info {
    color: #971817;
    font-weight: bold;
}

.dataTables_paginate paging_simple_numbers ul.pagination li:first-child a {
    border-left: none;
}

.dataTables_paginate paging_simple_numbers ul.pagination li:last-child a {
    border-right: none;
    min-width: 81px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #C3C3C3;
    border-color: #C3C3C3;
    outline: none;
    color: black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.dataTables_wrapper table thead th, table.corptable thead th {
    color: white;
    font-weight: normal;
}

    .dataTables_wrapper table thead th:first-child, table.corptable thead th:first-child {
        border-top-left-radius: 0.5em;
    }

    .dataTables_wrapper table thead th:last-child, table.corptable thead th:last-child {
        border-top-right-radius: 0.5em;
    }

.dataTables_wrapper table.table-bordered {
    border: none;
}

.dataTables_wrapper .pagination > .disabled > span, .pagination > .disabled > a {
    min-width: 81px;
    text-align: center;
}

.dataTables_wrapper .pagination > li > a {
    color: #4D4D4D;
}

.dataTables_wrapper .pagination > li.disabled > a {
    color: #CCC;
}

.panel .panel-heading.corptheme, .panel .panel-heading.corptheme a {
    color: white;
}

/* Page Header Panel Custom CSS */
.panel.custompanel {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0px;
}

    .panel.custompanel .panel-body.custompanel {
        border-bottom: 1px solid #AF1F22;
        border-right: 1px solid #AF1F22;
        border-left: 1px solid #AF1F22;
        padding-top: 30px;
    }

    .panel.custompanel > .panel {
        margin-bottom: 0px;
        border-top: 1px solid #AF1F22;
        border-right: 1px solid #AF1F22;
        border-left: 1px solid #AF1F22;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
/* End of Page Header Panel Custom CSS */

.nav.nav-tabs.customer-tabs li a {
    border-bottom: transparent;
}

.nav-tabs.customer-tabs {
    border-bottom: 1px solid #BD1F24;
}

    .nav-tabs.customer-tabs > li {
        margin-bottom: 0px;
    }

.login-form .panel {
    background: #E7E7E7;
    padding: 70px 0px 20px 0px;
    width: 343px;
    border-radius: 11px;
}

    .login-form .panel input[type=text], .login-form .panel input[type=password] {
        background: #CECECE;
    }

    .login-form .panel a {
        color: #B31F23;
        text-decoration: none;
    }

    .login-form .panel .panel-body {
        padding: 0px;
    }

.login-form .panel-body.forgotpass {
    padding-top: 10px;
}

footer .pCopyRight, footer .pCopyRight a {
    color: black;
}

    footer .pCopyRight a {
        text-decoration: underline;
    }


/*Added by Reshma*/

#pnlHrCorner tbody > tr > td > ul {
    list-style-type: square;
}

#pnlHrCorner tbody > tr > td > .Hrheader {
    margin-top: 5px;
    font-weight: bold;
}

#pnlHrCorner .headingHR {
    color: #AF1F22;
    border-color: gray;
}

.HRTable {
    border: darkgray 2px solid;
    border-style: double;
}

    .HRTable > tr > thead, .HRTable tbody > tr > td {
        border: darkgray 2px solid;
        border-style: double;
    }

#bodyDefault {
    background-image: url("../Images/loginBg-gray.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
}

.panel {
    background-color: transparent;
}

#branchcurrencyTable {
    border: darkgray 2px solid;
    border-style: double;
    margin-top: 40px;
}

.branchcurrencyTable > thead > tr > th {
    border: darkgray 2px solid;
    border-style: double;
    text-align: center;
    font-size: medium;
    color: #AF1F22;
    width: 25%;
}

.branchcurrencyTable tbody > tr > td {
    border: darkgray 2px solid;
    border-style: double;
    text-align: center;
    font-weight: bold;
}


@media (max-width:480px) {
    .full-width .half-width {
        margin-left: 0;
        padding: 0% 1%;
        position: relative;
        width: 100%;
    }
}

@media (min-width:600px) and (max-width:768px) {
    .full-width .half-width {
        margin-left: 0;
        padding: 0% 1%;
        position: relative;
        width: 100%;
    }
}

@media (min-width:100px) and (max-width:768px) {
    .custom-navbar {
        min-height: 70px;
    }

        .custom-navbar .logo {
            top: 5px;
        }

            .custom-navbar .logo img {
                height: 48px;
            }

    #bodyLogin {
        background: url(../images/smallLoginBg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #7E1416;
    }

    .login-form .panel {
        padding: 70px 0px 50px 0px;
        width: 260px;
        margin: auto;
    }
}

@media (max-width:768px) {
    #bodyDefault #divHeaderImage {
        display: none;
    }

    #bodyDefault {
        padding-top: 70px;
    }
}

@media (min-width:768px) {
    .navbar-header .navbar-brand.logo {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1011px) {
    #bodyDefault {
        padding-top: 200px;
    }
}


/* marketing corner css  start*/

#hidden-tabs {
    height: 0px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #hidden-tabs li {
        height: 0px;
        padding: 0;
        margin: 0;
    }

        #hidden-tabs li a {
            height: 0px;
            padding: 0;
            margin: 0;
        }


/*BEGIN TREE CSS*/

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #000;
        font-weight: 700;
        position: relative;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #E6E6E6;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #000;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

#JChidden-tabs {
    height: 0px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #JChidden-tabs li {
        height: 0px;
        padding: 0;
        margin: 0;
    }

        #JChidden-tabs li a {
            height: 0px;
            padding: 0;
            margin: 0;
        }


/*BEGIN TREE CSS*/

.JCtree,
.JCtree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .JCtree ul {
        margin-left: 1em;
        position: relative;
    }

        .JCtree ul ul {
            margin-left: .5em;
        }

        .JCtree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .JCtree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #000;
        font-weight: 700;
        position: relative;
    }

    .JCtree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .JCtree ul li:last-child:before {
        background: #E6E6E6;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.JCindicator {
    margin-right: 5px;
}

.JCtree li a {
    text-decoration: none;
    color: #000;
}

.JCtree li button,
.JCtree li button:active,
.JCtree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}



ul.enlarge {
    list-style-type: none; /*remove the bullet point*/
    margin-left: 0;
}

    ul.enlarge li {
        display: inline-block; /*places the images in a line*/
        position: relative;
        z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
        margin: 10px 40px 0 20px;
    }

    ul.enlarge img {
        background-color: rgba(230,230,230,1);
        padding: 3px;
        -webkit-box-shadow: 0 0 3px rgba(132, 132, 132, .75);
        -moz-box-shadow: 0 0 3px rgba(132, 132, 132, .75);
        box-shadow: 0 0 3px rgba(132, 132, 132, .75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    ul.enlarge span {
        position: absolute;
        left: -9999px;
        background-color: #eae9d4;
        padding: 10px;
        font-family: 'Droid Sans', sans-serif;
        font-size: .9em;
        text-align: center;
        color: #495a62;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
        -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
        box-shadow: 0 0 20px rgba(0,0,0, .75);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    ul.enlarge li:hover {
        z-index: 50;
        cursor: pointer;
    }

    ul.enlarge span img {
        padding: 2px;
        background: #ccc;
    }

    ul.enlarge li:hover span {
        top: 100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
        left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
    }

    ul.enlarge li:hover:nth-child(2) span {
        left: -100px;
    }

    ul.enlarge li:hover:nth-child(3) span {
        left: -200px;
    }

    /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
    ul.enlarge img, ul.enlarge span {
        behavior: url(pie/PIE.htc);
    }



.panel-primary {
    border: 1px solid #AB1F22;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
    /*background-color: #AB1F22;*/
    background-color: #e60012;
    border: 1px solid #e60012;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #000;
        background-color: #FFFFFF;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #E2E2E2;
    border-color: #AB1F22;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #FFFFFF;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #FFFFFF;
    }


.breadcrumb {
    background-color: #EBEBEB;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 3px 10px;
    font-size: 12px;
}


/* marketing corner css end */


label.lblrequired:after {
    content: "  *";
    font-weight: bold;
    color: #ff0000;
    float: right;
}

label.lblOptionalRequired:after {
    content: " *";
    font-weight: bold;
    color: #000000;
    float: right;
}

.hyperlink {
    display: inline-block;
    margin-bottom: 6px;
    line-height: 18px;
    cursor: pointer;
}

th.action {
    min-width: 170px;
}

.req {
    border: 1px solid red;
}

.errmsg {
    color: #ff0000;
}

#tblOrderDetails td {
    background-color: #f9f9f9;
}


  #ForexReference .margintop20 {
        margin-top: 20px;
    }

    #ForexReference .ui-datepicker-trigger {
        position: absolute;
        margin-top: 10px;
    }


    #DivCustomerFeedback .check {
        opacity: 0.5;
        color: #996;
    }

    #DivCustomerFeedback .box {
        margin-bottom: 5px;
    }

    #DivCustomerFeedback .btn-primary {
        background-color: #E2E2E2;
        border-color: none;
        border: 0px;
        color: inherit;
    }

    #DivCustomerFeedback .img-thumbnail {
        background-color: transparent;
        border: 0px solid #ddd;
        border-radius: 0px;
        display: inline-block;
        height: auto;
        line-height: 1.42857;
        max-width: 100%;
        padding: 4px;
        transition: all 0.2s ease-in-out 0s;
    }