html {
    overflow-y: scroll;
}

body{
    font-size: 13px;
    background-color: #fff;
}

.msg-lines{
    display: block;
    line-height: 1.1em;
    margin-bottom: 1em;
}
/* Registration Flow Styles */
#regBar{
    height: 0;
    overflow: visible;
    border: 4px solid #efefef;
    margin: 50px 0 80px;
}
.regtab{
    float: left;
    text-align: center;
    margin-top: -24px;
    margin-right: 100px;
    width: 75px;
}
.regtab a{
    color: #000;

}
.regtab a:hover{
    text-decoration: none;
}
.regtab .circle{
    width: 40px;
    height:40px;
    display: block;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: 4px solid #efefef;
    line-height: 40px;
    background-color: #fff;
    font-size: 16px;
    color: #ccc;
    margin: 0 auto;
    font-weight: bold;
}

.currentstep .tick,
.done .circle .digit,
.notdone .circle .tick{
    display: none;
}

.currentstep.done .tick{
    display: block;
}

.currentstep .circle{
    background: #ffd824;
    color: #333;
    text-shadow: 0 1px 1px #fff;
}

.currentstep .under-text{
    font-weight: bold;
}

.done .circle{
    background: #0c0;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.control-group .controls .success{
    background: #0c0;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 10px;
    padding: 0 3px;
}

.control-group .controls .err{
    /*background: #c00;
    color: #fff;*/
    background: none;
    color: #c00;
    width: auto;
    height: 15px;
    line-height: 15px;
    margin-left: 10px;
    padding: 5px;
}
.control-group .controls .err .icon-caret-left{
    /*margin-left: -9px;
    color: #c00;
    font-size: 13px;*/
    display:none;
}
.control-group .controls .err .icon-remove-sign{
    margin: 0 5px;
}
.settings-desc,
.static-form-elem{
    border: 1px solid transparent;
    height: 18px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
span.static-form-elem{
    display:inline-block;
}
.settings-desc{
    height: auto;
}
.helpMsgLeft{
    font-size: 11px;
    color: #666;
    width: 270px;
    text-align: right;
}
.visibleToBuyerText {
    font-size: 11px;
    color: #666;
    width: 160px;
    margin-top: 5px;
    line-height: 1.4em;
}

#myTabContent form label{
    width: 190px;
    margin-right: 30px;
}

#knowIfsc,
#dontKnowIfsc,
#panUploadLink{
    margin-left:50px;
}
.preview{
    width:180px;
}
/* End of Registration Flow Styles */
#header {
    background-color: #027CD5;
    position:fixed;
    top:0;
    width: 100%;
    z-index: 1011;
}
#header.homescreen {
    height: 110px;
    position: static;
    background-color: transparent;
}

#helpbar {
    height: 30px;
    background-color: #027CD5;
    color: #ffffff;
    font-size: 11px;
    line-height: 30px;
    text-align: right;
}

#helpbar a,
#user-menu,
#user-menu a,
#helpbar a:hover{
    color: #fff;
}

#helpbar span.muted{
    color: #666;
}

#header #userName {
    line-height: 30px;
    height: 30px;
}
.seller-name-block{
    padding: 8px;
    background-color: #006AB7;
}
.handling-align{margin-right: 0px;
    margin-left: 12px;
    margin-top: -10px;}
.back-filling{
    padding: 11px;
    background-color: #006AB7;
}

#user-menu .caret{
    margin-top: 17px;
    margin-left: 5px;
}

#user-menu .dropdown-menu li a{
    color: #000;
    text-align: left;
}
#user-menu .dropdown-menu li a:hover{
    color: #fff;
}

#user-menu .open a.dropdown-toggle,
#user-menu a.dropdown-toggle:hover {
    color: #fff;
    text-decoration: none;
}

#user-menu:hover ul.dropdown-menu {
    display: block;
}

#user-menu .dropdown-menu {
    border: none;;
    top: 102%;
}
#user-menu .caret{
    border-top-color: #fff;
}

.navbar .nav > li:first-child > a{
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-top-left: 3px;
    border-top-left-radius: 3px;
}
.navigation-header {
    position:fixed;
    z-index:1002;
}
.small{
    font-size:0.9em;
}
#orders-table .muted, .modal-body .muted{
    color:#666;
}

.statements-table {
    color:#666;
}

body {
    background-color: #fff;
}

#titleBar {
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    filter: none;
    height: 37px;
    border-color: transparent;
    padding-top:4px;
    padding-bottom:8px;

}
#titleBar a{
    color:#fff;
}
#titleBar a:hover{
    color:#000;
}

#menuBar {
    background-color: #027CD5 !important;;
    border-color: transparent;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-top-left: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-top-right: 3px;
    border-top-right-radius: 3px;
    padding-right:20px;
    line-height:30px;
    color: #fff;
}
#seller-status {
    font-weight: bold;
    margin-left: 4px;
}
@media screen and (max-device-width:540px){
    .account-status{display: block ;}

}
@media screen and (min-width:400px) and (max-width:530px){
    .account-status{display: none ;}

}
@media all and (min-width: 320px){
    #menuBar ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    #content-wrapper{
        min-height: 470px;
    }
}
#menuBar ul.nav li.dropdown:hover > a {
    color: #000;
    background-color: #fbd300;
}

#menuBar ul.nav li.dropdown:hover > a .caret {
    border-top-color: #000;
}

ul.nav li span.new-badge-container{
    position:absolute;
    right:0;
}
ul.nav li.active span.new-badge-container{
    display:none;
}
ul.nav li span.new-badge-container .new-badge{
    position:absolute;
    margin-top: -39px;
    right:-13px;
    background-color: #ffd824;
    font-size: 0.7em;
    color:#000;
    border-radius: 6px;
    padding:2px 3px;
    line-height: 1.2em;
    font-weight: bold;
    z-index: 10;
}

ul.nav li span.new-badge-container .new-badge.nav-li-new-badge{
    margin-top: -20px;
    right: 10px;
}

ul.nav li span.new-fa-container{
    position:absolute;
    right:0;
}
ul.nav li.active span.new-fa-container{
    display:none;
}
ul.nav li span.new-fa-container .new-fa{
    position:absolute;
    margin-top: -39px;
    right:194px;
    background-color: #ffd824;
    font-size: 0.7em;
    color:#000;
    border-radius: 6px;
    padding:2px 3px;
    line-height: 1.2em;
    font-weight: bold;
}


span.slc-new-badge-container{
    position: relative;
    right: 22px;
    top: 3px;
}

span.slc-new-badge-container .new-badge{
    position:absolute;
    background-color: #ffd824;
    font-size: 0.7em;
    color:#000;
    border-radius: 6px;
    padding:2px 3px 1px;
    line-height: 1.2em;
    font-weight: bold;
}

span.payments-new-badge-container{
    position: relative;
    right: 10px;
    top: 3px;
}

ul.nav li span.payments-new-badge-container .new-badge{
    position:absolute;
    margin-top: -22px;
    right:-155px;
    background-color: #ffd824;
    font-size: 0.7em;
    color:#000;
    border-radius: 6px;
    padding:2px 3px;
    line-height: 1.2em;
    font-weight: bold;
}

span.unsettled-new-badge-container{
    position: relative;
    right: 10px;
    top: 24px;
}

span.unsettled-new-badge-container .new-badge{
    position:absolute;
    margin-top: -22px;
    right:0;
    background-color: #ffd824;
    font-size: 0.7em;
    color:#000;
    border-radius: 6px;
    padding:2px;
    line-height: 1.2em;
    font-weight: bold;
}

span.slc {
    padding-right:11px;
}
#content-wrapper{
    margin-top: 120px;
}

form{
    margin-bottom : 5px;
}

pre{
    margin : 0;
    background : none;
    border : none;
    font : inherit;
}

h4, h5, h6{
    margin : 0;
}

.breadcrumb{
    margin-bottom:0px;
    margin-left: 1%;
}

.nav{
    margin-bottom :0;
}

.navbar {
    margin-bottom:0; /* 60px to make the container go all the way to the bottom of the topbar */
}

.input-append button.add-on {
    height: inherit !important;
}

.well{
    margin-bottom :0;
    background-color: #fff;
}

.content{
    overflow:hidden;
    margin-left: 0px;
}

.faq-heading{
    background : #F5F5F5;
}

.faq-group{
    border: 1px solid #E5E5E5;
    border-radius: 0 0 0 0;
    margin-bottom: 0;
}

.b-bottom{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom : 10px;
    padding-bottom : 5px;
}

.b-right{
    border-right: 1px solid #E5E5E5;
}

.span-right{
    text-align : right;
}

.grey{
    color : #999999;
}

.text-right{
    text-align:right;
}

.bold{
    font-weight : bold;
}

.tab-controls{
    background-color: #e5e5e5;
    padding:10px;
}

.settlement-box{
    background : #fff;
    margin-top:10px;
    color : #585858;
}

.settlement-box > .header{
    background : #c0c0c0;
    padding : 5px;
    border: 1px solid #c0c0c0;
    border-radius: 4px 4px;
}

.settlement-box > .body{
    padding-top:10px;
}

.settlement-box > .footer{
    background : #c0c0c0;
    padding : 5px;
    border: 1px solid #c0c0c0;
    border-radius:0 0 4px 4px;
}

#statement-box{
    padding : 5px 20px 5px 0;
}

#unsettled-amount{
    color : #585858;
    margin : 10px;
    border: 1px solid #c0c0c0;
}

#unsettled-amount-header{
    background : #c0c0c0;
}

#unsettled-amount-body{
    background: #F9F9F9;
}

.balance-box{
    margin-top:10px;
    margin-bottom:10px;
    overflow:hidden;
    padding : 10px;
}

.recent-transactions-heading{
    margin-top : 10px;
}

.pagination {
    margin: 0;
}

.stick-to-right {
    float: right;
}

.page-content {
    width: 900px;
    margin-left: 30px;
}

.alert {
    margin:10px 20px;
    word-wrap: break-word;
}

.alert .alert-error{
    margin: 0;
}

.alert-right-margin {
    margin:10px 0px;
    word-wrap: break-word;
}

label.error {
    color: #FF0000;
    display:inline;
    margin-left: 10px;
}

hr {
    margin: 0;
}

.form-horizontal .control-label {
    text-align : left;
    padding-left : 10px;
}

#settingHeading {
    color : #2F84A5;

}

dt {
    font-size : 16px;
    color : #333;
}

dd {
    color : #666;
    margin-top : 1%;
}
.nav li a.disabled {
    pointer-events: none;
    cursor: default;
    color : #90bdd6;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret.disabled {
    border-top-color: #90bdd6;
    border-bottom-color: #90bdd6;
}

.fixed-width-btn {
    width: 150px !important;
}

#somTabs {
    margin-top : 0;
}

#orders-table thead th.orderButtonsRow {
    border-top: transparent;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    background-color: #069;
    padding: 10px 5px 2px 15px;
}
#completedOrders-content #orders-table table{
    border-top: none;
}
#completedOrders-content #orders-table thead th.orderButtonsRow{
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}
h3 {
    line-height: 20px;
}

.table-striped tbody tr:nth-child(2n+1){
    background-color: #fff;
}

.table-striped tbody tr:hover {
    background-color:#eaeaea ;
}

.table-striped tbody tr:nth-child(2n+1) td {
    background-color: inherit;
}

/* Order Table Styles */

#orders-table thead th{
    background-color: #eaeaea;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
}
#orders-table th.chk, #orders-table th.tkt{
    width:10px;
    max-width:10px;
}
#orders-table th.order-items-column-summary {
    width:190px;
    max-width:190px;
}
#orders-table th.status,#orders-table th.cnf,#orders-table th.pck-by {
    width:120px;
    max-width:120px;
}
#orders-table th.qty{
    width:150px;
    max-width:150px;
}
#orders-table th.ord-on{
    width:135px;
    max-width:135px;
}
#orders-table th.can-del-on{
    width: 155px;
    max-width: 155px;
}
#orders-table th.shp-status{
    width:140px;
    max-width:140px;
}
#orders-table th.ship-stat{
    width:13px;
    max-width:13px;
}
#orders-table th.addr{
    width:180px;
    max-width:180px;
}

#searchOrders-content.search-order-results #orders-table th.addr{
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    border-color: transparent;
    border-right: 1px solid #ddd;
}

#searchOrders-content.search-order-results #orders-table #shipping-table{
    border-color: #ddd;
    border-top: 0;
}

#searchOrders-content.search-order-results #orders-table #shipping-table th{
    border-top: 1px solid #ddd;
}

#searchOrders-content.search-order-results #orders-table #shipping-table th.order-items-column-summary{
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

#statements-outer-table #orders-table,
#transactions-outer-table #orders-table{
    border-top: none;
}

#statements-outer-table #orders-table th:last-child,
#transactions-outer-table #orders-table th:last-child{
    border-color:#eaeaea;
    border-right: 1px solid #dddddd;
}

#searchOrders-content #filter-holder{
    display: none;
}

.floatingErrMessage{
    position:absolute;
}
.informational.err{
    color:#f00;
    font-weight:bold;
}



.rounded-border {
    border-radius: 4px 4px 4px 4px;
}

.no-padding-margin {
    margin: 0px;
    padding: 0px;
}

.no-sides-margin {
    margin-right: 0px;
    margin-left: 0px;
}

#catalogTemplateSearchDropDown {
    border: 3px solid white;
    background-color:#dcdcdc;
}

.table-header-hidden thead {
    visibility:hidden;
    display: none;
}

.table-header-hidden th, .table-header-hidden td{
    border-top: 1px solid #696969;
}

.no-separator {
    border-top:0;
}

.table-header-hidden tbody tr:nth-child(1) th,  .table-header-hidden tbody tr:nth-child(1) td {
    border:0;
}

.table-no-border tbody tr th, .table-no-border tbody tr td , .table-no-border tr th , .table-no-border tr td {
    border:0;
}

.ticketButtons {
    margin: 0px;
}

.ticketBox {
    border: 1px solid #B3B3B3;
    position: relative;
    overflow: auto;
}

.ticketRow {
    background-color:#F9F9F9;
}

.scrollTicketThread {
    background-color:#fff;
    margin:auto;
    max-height:150px;
    min-height:60px;
    overflow:auto;
    padding:7px;
}

.acceptReturnBody {
    margin: 3%;
}

.table-striped tbody tr.ticket-space td, .table-striped tbody tr.ticket-space td:hover, .table-striped tbody tr.showing-ticket td{
    background-color:#b6d2d5;
}
tr.ticket-space{
    background-color: #F9F9F9;
}
.ticket-status {
}

.attachments-section {
    padding: 5px;

}

ul.attachments {
    list-style-type: none;
    margin-left:0;
}


.ticket-message {
    border-top-width: 1px;
    border-top-color: gray;
}

.header-text {
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin-right:5px;
}

.daterangepicker.dropdown-menu {
    max-width: none;
}

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
    float: right;
    margin: 4px;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
}

.daterangepicker .calendar {
    display: none;
    max-width: 230px;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.daterangepicker .ranges label {
    color: #333;
    font-size: 11px;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.daterangepicker .calendar {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.daterangepicker td.off {
    color: #999;
}
.daterangepicker td.disabled {
    color: #999;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.container#listingContainer {
    width: 1050px;
    padding-right:0;
    padding-left:0;
    padding-top:0;
    padding-bottom:0;
}


.row-fluid#downloadTitleContainerForListExistingProduct, .row-fluid#uploadTitleContainerForListExistingProduct{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #A0A0A0;
    border-bottom: 2px solid #ddd;
}

.container-fluid#downloadContainerForListExistingProduct,.container-fluid#uploadContainerForListExistingProduct{

    padding-left:0;
    padding-right:0;
    border: 2px solid #ddd;

}

.row-fluid#listExistingProductContainer{
    margin-bottom: 5px;
}

.table#downloadTableForListExistingProduct{
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
}

.row-fluid#downloadTitleContainerForListNewProduct, .row-fluid#uploadTitleContainerForListNewProduct{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #A0A0A0;
    border-bottom: 2px solid #ddd;
}

.container-fluid#downloadContainerForListNewProduct, .container-fluid#uploadContainerForListNewProduct{

    padding-left:0;
    padding-right:0;
    border: 2px solid #ddd;

}

.fill {
    min-height: 100%;
    height: 100%;
}

.row-fluid#listNewProductContainer{
    margin-bottom: 5px;
}

.table#downloadTableForListNewProduct{
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
}

.table#downloadTableForListNewProduct > thead{
    height:0;
}

.row-fluid#requestNewCategoryTitle{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #A0A0A0;
    border-bottom: 2px solid #ddd;
}

.container-fluid#newCategoryRequestContainer{

    padding-left:0;
    padding-right:0;
    border: 2px solid #ddd;

}

#showLastUploadStatus > thead > tr > th{
    padding-top: 15px;
    padding-bottom: 15px;
}

.progress{
    margin-bottom: 5px;
    margin-top: 5px;
}

.container-fluid#uploadStatusContainer{
    width :  95%;
    margin-left : 1%;
    border:0 solid #ddd;

}

#showLastUploadStatus{
    margin-bottom:0;
}

#settingContainer {
    width: 950px;
    margin-top: 60px;
}

.sidebar-fixed {
    position:fixed;
    top:150px;
    width:250px;
}

.settingBox {
    min-height: 20px;
    border:  1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #fff;
}

.settingBox .header {
    padding : 15px 15px 15px 15px;
    margin-bottom: 10px;
    font-weight: bold;
    color : #000;

}

.settingBox .vertical-divider {
    border-left: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
}

#settingSideList {
    border:  1px solid #ccc;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    background-color: #ccc;
    border-radius:0;
    color : #000;
}

.orderButtonsRow .input-prepend.input-append input{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#showBtn{
    background: #eee;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    color: #069;
    font-size: 12px;
    padding: 4px;
    margin-bottom: 10px;
}

.plain-text {
    padding : 10px 0 10px 0;
    text-align: left;
}

.loading-bar{
    background: #eee;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    color: #069;
    font-size: 12px;
    padding: 4px;
    text-align: center;
}

.transactions-hidden-row {
    background: #eee;
}


.inline-label {
    display: inline;
}

#showBtn:hover{
    background: #e8e8e8;
}
textarea {
    resize: none;
}

#uploadTemplateErrorAlert {
    width: auto;
    display:block;
}
.note-update-current-date{
    display: inline-block;
    font-style: italic;
    font-size: 13px;
    padding-left: 20px;
    color: red;
}
.disclamer-transactions{
    display: inline-block;
    color: #666; font-style:
    italic; font-size: 13px;
    padding-left:20px;
}

#listNewProductErrorAlert {
    width: 300px;
    display:block;
}

#listNewProductSuccessAlert {
    width: 300px;
    display:block;
}

#requestNewCategorySuccessAlert {
    width: 750px;
}

#requestNewCategoryErrorAlert {
    width: 750px;

}

.settingForm {
    margin-left: 30px;
}

input[type="file"] {
    line-height: 0;
}

.settingImage {
    width: 200px;
    height: 300px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.page-header {
    position: fixed;
    width: auto;
    border: none;
    z-index: 1002;
    background-color: #fffcf7;
    padding-top: 10px;
    margin-top: 0;
}
/* XXX: temporary Hack to fix the nav  colors*/
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle{
    background-color:transparent;
    color:#fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret{
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.nav-pills.nav-stacked > li > a p{
    margin:0;
    cursor:pointer;
}

.profile-settings{
    margin-top: 10px;
}

.profile-settings .profile-setting-card:before{
    content:"";
    display:block;
    height:150px;
    margin:-150px 0 0;
}

.settingBox .vertical-divider {
    border-left: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
}

#settingSideList {
    margin-left:0;
    border:  1px solid #ccc;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#description{
    margin-left:-20px;
    display:block;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    background-color: #ccc;
    border-radius:0;
    color : #000;
}

.settingForm {
    margin-left: 30px;
}

input[type="file"] {
    line-height: 1em;
}
#settingSideList.affix{
    top: 165px;
}
.settingImage {
    height: 200px;
    width: 300px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.page-header {
    position: fixed;
    width: auto;
    border: none;
    z-index: 1002;
    background-color: #fffcf7;
    padding-top: 10px;
    margin-top: 0;
}

.profile-settings .profile-setting-card:before{
    content:"";
    display:block;
    height:150px;
    margin:-150px 0 0;
}

#manageProfileError{
    display:none;
    position:fixed;
    top:92px;
    z-index:10;
}
#message-area{
    /*display:none;
    margin-left:0;
    left: 25%;
    top:100px;
    width:50%;
    z-index:10;
    position: fixed;*/
}
.loadingSec{
    text-align:center;
}
.profile-setting-card .visibleToBuyerText{
    margin-left:0;
}
.btnLink{
    cursor: pointer;
}
.btnLink i{
    padding-right:3px;

}
.btnLink:hover i{
    text-decoration: none;
}
#settingSideList .icon-warning-sign{
    color:#f00;
}
.profile-setting-card .icon-trash{
    color:#999;
    font-size:1.1em;
}
.profile-setting-card .icon-trash:hover{
    text-decoration: none;
}
.profile-setting-card .form-horizontal .control-group{
    margin-bottom:10px;
}
#orders-table table{
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}
#orders-table thead span.add-on{
    background: #069;
    border: none;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}
#orders-table thead .input-prepend,
#orders-table thead button{
    margin-left: 10px;
}
#orders-table thead .input-prepend select{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#orders-table thead button.add-on{
    margin-left:0;
}

#orders-table td.break-anywhere{
    word-break: break-all;
}

#orders-table td table {
    width: 100%;
}

#orders-table td table td.hidden-row-title {
    font-weight: bold;
    text-align: right;
}

.badge{
    margin-top:-15px;
    margin-left:5px;
    padding:4px;
    position:absolute;
}
span.alert-date{
    color: #a00;
}
.modal-body .alert{
    margin:0;
    color: #B17F29;
}
.count-label{
    margin-right:10px;
    font-size:1.1em;
    font-weight:bold;
    color:#999;
}
.datepicker{
    background:#fff;
}
.compact .datepicker{
    margin:0;
    padding:0;
}
.datepicker thead th{
    border-radius:0
}
.compact, .compact input{
    margin-top:0;
    margin-bottom:5px;
}
#print-orders-form label{
    font-weight:bold;
    margin-bottom:0;

}

.modal-body .alert{
    margin-bottom:10px;
}
.alert h5{
    margin-bottom:5px;
}

.drop-cap{
    font-size: 2em;
    float: left;
    margin: 5px 5px 50px -25px;
}
.modal-body .alert li{
    line-height:1.4em;
}
.modal-body div.small{
    line-height: 1.5em;
}
.order-item{
    margin-bottom: 20px;
    margin-top: 15px;
    border-bottom: 1px dotted #999;
}
.order-item:last-child{
    border-bottom:none;
}
#activeOrders-tabs{
    margin-top: 20px;
    margin-left: 0;
}
select.reduced{
    width:140px;
}

#footer{
    z-index: 1011;
    background: #027CD5;
    padding-top: 1em;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #FFF !important;
    font-size: 12px;
    min-width: 1100px;
}
#footer a{
    color: #FFF!important;
}
#footer .container{
    border-top : 1px #ddd solid;
    padding-top: 15px;
}

.hover-active{
    border-bottom: 1px dotted #666;
    cursor:pointer;
}
.filled-rating{
    color: #ffd700;
}

.table-striped tbody tr:nth-child(2n+1) td.has-tickets:hover, td.has-tickets:hover {
    background-color: #ffff84;
    cursor:pointer;
}
.push-down{
    padding-top:40px;
}

.stretch-component{
    width: 100%;
}

.default-cursor {
    cursor: default;
}

.out-of-state{
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}
.table-striped tbody tr.no-highlight:hover{
    background-color: #fff;
}
#searchVerticalDropDown.dropdown-menu {
    background-color: white;
    padding: 0px;
}

#searchVerticalDropDown.dropdown-menu li a{
    white-space: normal;
}

#searchVerticalDropDown.dropdown-menu li {
    border: 1px solid #E5E5E5;
}

/*#searchVerticalButton {*/
/*background-color: #ffffff;*/
/*border: 1px solid white;*/
/*}*/

/*#searchVertical {*/
/*border-right: 0px solid white;*/
/*}*/


button.btn.disabled.transparent{
    background-color: transparent;
    border: 0px solid transparent;
}

.no-border {
    border:0;
}

.border-top-bottom {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
}

.accordion-toggle.superCategoryGroup {
    padding-left:0px;
    padding-right:0px;
    padding-top:3px;
    padding-bottom:3px;
    color:#333333;
}

.greyOutlinedBoxWithoutMargin, .row-fluid .greyOutlinedBoxWithoutMargin{
	margin: 0px;
   	outline: 1px solid #CCC;
}

.categoryGrpAccordionBody,  .categoryGrpAccordionBody .btn{
    font-size: 12px;
}

.superCategoryGroupName{
    font-size: 93%;
}

.smallStatus{
    font-size: 92%;
}

.statusAccordionGroup, .catalogAccordingGroup {
    border: 0;
    border-top: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    margin: -1px 0px 0px 0px;
}

.catalogAccordingGroup {
    border-bottom: 1px solid #CCCCCC;
}

.statusAccordionGroup .accordion-heading  a.accordion-toggle {
    color: #438BCA;
}

.listing-row table {
    margin-top: 10px;
}

#status{
    line-height: 40px;
}
#topLogo{
    font-size:24px;
    line-height:24px;
}
#section-header{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 4px 10px -5px #ccc;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#section-header h3{
    margin-left:0;
}
@media (min-width: 1200px){
    #section-header h3{
        width: 620px;
    }
}
#section-header form{
    margin-top: 5px;
}
ul.settings-sidebar {
    padding-left: 0;
    margin-left: 0;
    margin-top:10px;
}

.help-icon {
    text-decoration: none;

}
.higher{
    z-index: 1001;
}

/*#searchVertical::-webkit-input-placeholder {*/
/*color: #ff0000;*/
/*}*/
/*#searchVertical:-moz-placeholder{*/
/*color: #ff0000;*/
/*}*/
/*#searchVertical::-moz-placeholder {*/
/*font-size : 14px;*/
/*}*/
/*#searchVertical:-ms-input-placeholder {*/
/*color: #ff0000;*/
/*}*/

/*.input:-moz-placeholder, .input::-moz-placeholder, .input:-ms-input-placeholder, .input::-webkit-input-placeholder  {*/
/*color: #ff0001;*/
/*}*/

/*input::-moz-placeholder {*/
/*color: #0000FF;*/
/*}*/
address.vcard{
    margin-left: 1.5em;
}
address.vcard span{
    display:block;
}
/* Static Pages Styles */
.formula{
    padding: 10px;
    border: 1px #999 solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.formula .row span:first-child{
    font-weight: bold;
}
.formula .row span:last-child{
    font-style: italic;
}

.formula .row span.add:after{
    content: ' (+)';
    margin-right:5px;
}

.formula .row span.minus:after{
    margin-right:5px;
    content: ' (-)';
}

.formula .row span.total{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #999;
}

#sellingFeesTable td,
#sellingFeesTable th,
#shippingFeesTable td,
#shippingFeesTable th,
#reverseShippingFeesTable td,
#reverseShippingFeesTable th,
#itemPriceTable td,
#itemPriceTable th,
#emiFees th,
#emiFees td,
#settlement-policy th,
#settlement-policy td{
    border-left: 1px solid #ddd;
    vertical-align: middle;
}

#sellingFeesTable th,
#shippingFeesTable th,
#reverseShippingFeesTable th,
#emiFees th,
#settlement-policy th{
    text-align: center;
}

#sellingFeesTable,
#shippingFeesTable,
#reverseShippingFeesTable,
#itemPriceTable,
#emiFees,
#settlement-policy{
    border-top: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#sellingFeesTable thead:first-child tr:first-child > th:last-child,
#shippingFeesTable thead:first-child tr:first-child > th:last-child,
#reverseShippingFeesTable thead:first-child tr:first-child > th:last-child,
#itemPriceTable thead:first-child tr:first-child > th:last-child,
#emiFees thead:first-child tr:first-child > th:last-child,
#settlement-policy thead:first-child tr:first-child > th:last-child{
    border-color: #ddd;
    border-bottom: none;
    border-top: none;
}

/* Settings Styles */
.verify-link{
    margin-left: 30px;
    cursor: pointer;
}
.verfied{
    margin-left: 30px;
}

/* Profile page styles */
.settingBox .header .alert{
    margin: 0;
}
.settingBox .header .alert .icon{
    margin-right: 5px;
}

#transactions-row ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#transactions-row ul li { display: inline; }

/* Metrics Section */
#metricsNav,
#metrics-content{
    margin-top: 55px;
}
#metricsNav li{
    list-style: none;
}

#metricsNav li a,
#metricsNav li a:active,
#metricsNav li a:visited{
    border-right: 1px solid #ccc;
    font-size: 16px;
    padding: 10px 30px;
}
#metricsNav li a:hover{
    background-color: #f8f8f8;
    border-right: 1px solid #059;
}
#metricsNav li.active{
    border-right: 3px #069 solid;
}

#metricsNav li.active a{
    border-color: #069;
    color: #666;
    font-weight: bold;
}
#metricsNav li.disabled a{
    cursor: default;
    color: #999;

}
.chart-area{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ccc;
    margin: 10px 5px;
    min-height: 140px;
    padding: 10px;
}

.chart-area .pagination a,
.chart-area .pagination a:active,
.chart-area .pagination a:visited{
    background-color: #f2f2f2;
    color: #666;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
}
.chart-area .pagination .active a{
    background-color: #dcdcdc;
}

.loader{
    background: url('../images/ajax-loader-2.gif') center center no-repeat #fff;
    vertical-align: middle;
}
#top-5-returned .chart-area .prod-item,
#top-5-selling .chart-area .prod-item{
    padding-left: 20px;
}
.chart-area .prod-title{
    font-weight: bold;
    display: block;
    color:#000;
}
.chart-area .prod-gmv:after{
    content: ' • ';
    color: #aaa;
    margin-left: 5px;
    margin-right: 5px;
}
.chart-area .chart{
    width: 100%;
    height: 250px;
    margin: 20px 0 10px;

}
#total-sales{
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 5px;
    display: block;
}
#gmv-chart{
    margin: 0 auto;
    height: 200px;
}

.morris-hover-point{
    text-align: left;
}
.summary{
    font-size:1.2em;
}
.top-products .prod-item{
    background: url('../images/up-thumbs.png') 0 0 no-repeat;
    padding-bottom: 0.5em;
}
.bottom-products .prod-item{
    background: url('../images/down-thumbs.png') 0 0 no-repeat;
    padding-bottom: 0.5em;
}
.top-products h4{
    padding-bottom: 1em;
}

.bottom-products h4{
    padding-bottom: 1em;
}

.product-details-table .result-image-col{
    width: 12.04%;
    vertical-align: top;
    text-align: center;
}

.product-details-table .result-image-col img{
    height:auto;
    max-height: 150px;
    min-height:100px;
    max-width: 80%;
    padding-top:10px;
}

.product-details-table .disabled .result-image-col img{
    opacity: .3;
}

.product-details-table .result-spec-col{
    width: 40%;
}

#bulkUploadCsv{
    height: 0;
    left: -10000px;
    opacity: 0;
    position: absolute;
    width: 0;
}

ul li.disabled-tab a,
ul li.disabled-tab a:hover,
ul li.disabled-tab a:focus{
    color: #999;
    cursor: default;
    background: url('../images/loader_cycle.gif') -22px center no-repeat ;
}
#orders-acknowledged{
    width: 70px;
}
#freebie-block{
    padding: 3px;
    border: 1px solid #dddddd;
    background-color: #F7F7F7;
}
.color-warning{
    color: #0E0EFF;
}
.parentOfFloat{
    position: relative;
    overflow: auto;
}
.ticketButtonsBlock{
    padding-bottom: 10px;
}
.ticket-control-box{
    padding-right: 5px;
    border-right:1px solid black
}
.ticket-control-box-right{
    padding-left: 5px;

}
.ticket-control-box-notification{
    padding-top: 6px;

}
.ticketText{
    border-right: 1px solid #B3B3B3;
    width: 70%;
    padding: 5px;
    background-color: #FFFFFF;
}

.exchange-item-block{
    float: left;
    padding-top: 5px;
    border-right: 1px solid #eee;
}
.exchange-item{
    color:#808080;
}
.required-item-block{
    padding-top: 5px;
}
.reject-return-dialog .modal-body, .accept-return-dialog .modal-body{
    padding-top:0px;
}
.acceptReturnBody{
    margin-top:0px;
}
.productImageBlock a{
    float: left;
}
.productRequiredDescBlock{
    width: 180px;
    padding-left: 10px;
    padding-top: 5px;
}
.productExchangeDescBlock{
    margin-left:0px;
    padding-right:5px ;
    word-break: break-all;
}
.exchange-item-block a{
    display: block;
    clear: both;
}
.fk-float-parent{
    overflow: auto;
    position: relative;
}
.productRequiredImage{
    position: relative;
    z-index: -1;
}
.accept-return-modal-middle{
    position:absolute;
    top:50%;
    left:40%;
    z-index: 1000;
}
.not-available{
    padding-left: 5px;
}
#date-label{
    float: left;
    padding: 5px 0;
    margin: 0;
}
#datePicker{
    min-width: 133px;
    min-height: 18px;
    background-color: #eeeeee;
    cursor: pointer;
    padding: 4px 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px 0 0 4px;
}

.freebieRow td {
    border-top: none;
    padding: 5px 2px;
}
.freebieRow td:first-child {
    padding-left: 13px;
}
.freebieRow td:last-child {
    padding-right: 5px;
}

.freebieRow td .fake-row {
    background: #FAFAFA;
    border-top:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6;
    display: block;
    height: 125px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 5px;
}

.freebieRow td:first-child  .fake-row {
    border-left: 1px solid #E6E6E6;
    width: 210%;
    min-width:15px;
}

.freebieRow td:last-child  .fake-row {
    border-right: 1px solid #E6E6E6;
    width: 100%;
}

.freebieRow .freebie-label{
    background-color:#6FBA54;
    position: absolute;
    top: 0;
    left: -33px;
    border-radius: 0px !important;
}

.freebieRow .image-col{
    width: 52px;
    height: 73px;
    position: relative;
    margin: 0px 15px 0px 10px;
}
.freebieRow .quantity-holder{
    margin-left: 140px;
}
.parent-freebie-label{
    background-color:#6FBA54;
    position: absolute;
    top: 0;
    left: -33px;
    border-radius: 0px !important;
}
.freebie-position{
    display: block;
    position:relative;
}
/* RTS dialog styles*/
.freebie-item{
    border:1px solid #e3e3e3;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #eee;
}
.freebie-item .compact input{
    margin-bottom: 0px;
}


.freebie-item .freebie-label{
    background-color:#6FBA54;
    position: relative;
    bottom: 5px;
    right: 5px;
    border-radius: 0px !important;
}
/* END : RTS dialog style*/
#downloadAsButton .caret{
    margin-left: 5px;
    border-top-color: #000;
    border-bottom-color: #000;
}
#downloadAsButton .new-badge-container{
    position:absolute;
    right:0;
}

#downloadAsButton .new-badge-container .new-badge {
    position: absolute;
    margin-top: -15px;
    right: -24px;
    background-color: #000;
    font-size: 0.7em;
    color: #fff;
    border-radius: 6px;
    padding: 4px 4px;
    line-height: 1.2em;
    font-weight: bold;
}

/* styles for invocing solution form */
#invoicingForm .address input{
    margin-top: 10px;
}
.tips{
    background-color: #FCF8E2;
    color: #C1994D;
    padding:10px;
    border: 1px solid #FBEED4;
    margin: 10px;
    border-radius: 5px;
}
.horizontal-tip{
    margin-left: 5px;
    color: #ccc;
}
.invoicing-dialog{
    width:82%;
    left: 30%;
}
.invoicing-dialog a.btn{
    padding:10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.invoicing-dialog p{
    line-height: 2.0em;
}
#invoicingFormStatic .controls{
    padding-top: 5px;
    padding-left: 5px;
    display: block;
    overflow: hidden;
}
.invocing-div{
    overflow: hidden;
}
.cst-group .controls label, .address-group .controls label{
    margin-left: 10px;
}
.tax-amount-tip{
    color:#B2801C;
    background: #FCF8E2;
    padding: 5px;
}
.helpText{
    background: #d9edf7;
    border: 1px solid #bce8f1;
    margin-left: 5px;
    display: block;
    padding: 5px;
    margin-right: 5px;
    line-height: 14px;
    font-size: 11.5px;
    font-weight: normal;
    text-align: justify;

}
.helpText strong{
    font-size:10.5px;
}

/* new return policy changes*/
.new-returns-policy{
    background: none !important;
    border: none !important;
    margin-bottom: 5px !important;
    margin-top: -2px !important;
    color: #30B3D9 !important;
}
.seperater{
    margin-right: 10px;
    color: #CCCCCC;
    font-size: 16px;
}
.new-returns-policy:hover{
    color: #00659B;
}

.seller-to-approve-background{
    background: url('../images/return_policy_dialog_sprite.png') 2px 0px;
    width: 50px;
    height: 48px;
    float: left;
}
.customer-support-background{
    background: url('../images/return_policy_dialog_sprite.png') -48px 0px;
    width: 49px;
    height: 48px;
    float: left;
}
.seller-to-approve{
    float: left;
    padding-left: 10px;
}
#returnPolicyDialog .upper-content, #returnPolicyDialog .lower-content{
    overflow: hidden;
    margin-top: 15px;
}
.sla-business-days{
    float: left;
    margin-left: 10px;
}
.calender-background{
    background: url('../images/return_policy_dialog_sprite.png') -97px 0px;
    width: 42px;
    height: 48px;
    float: left;
}
.rupee-background{
    background: url('../images/return_policy_dialog_sprite.png') -139px 0px;
    width: 43px;
    height: 48px;
    float: left;
}
.customer-support, .rebates{
    float: right;
}
.img-block{
    float: left;
}
.content-block{
    overflow: hidden;
    padding-left: 6px;
    margin-left: 40px;
}
.content-block h4{
    margin-bottom: 5px;
}
/* END:new return policy changes*/
/* sfx read-only fbf orders */
.fbf-info{
    background: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
    margin: 5px;
}
.sfx-logo{
    width: 120px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.fbf-orders-filter{
    margin-left: 10px;
}
/* END: read-only fbf orders;*/

.fk-alert{
    padding: 8px 35px 8px 14px;
    margin-bottom:5px;
    color: #c09853;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
    background-color:#fcf8e3;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.fk-alert.h4{
    color: #c09853;
}

.item-title{
    display:block;
    width:200px
}
.item-imei{
    position:relative;
    margin-left: 25px;
}
.freebie-imei{
    position:relative;
    margin-left: 20px;
}
.download-manifest .new-badge{
    right: 0px !important;
    margin-top: -12px !important;
}


/* Start: Basket discount */
.offers{
    color: #6FBA54;
    border: 1px solid #C0C0C0;
    padding: 4px;
    margin-top: 5px;
    display: block;
    width: 70px;
    text-align: center;
    cursor: pointer;
}
.offers:hover{
    background: #FFFEEB;
}
/* End: Basket discount */
.gototop {
    font-size:12px;
    margin-top:10px;
}
.slideshare {
    border:1px solid #CCC;
    border-width:1px 1px 0;
    margin-bottom:5px;
}
.first-time-dialog {
    overflow:hidden;
    max-height:450px !important;
}
.know-more-span {
    margin: 0px 2px 0px 2px;
}
.faq-videos {
    height:300px;
    width:100%;
}
.faq-slideshare {
    border:1px solid #CCC;
    border-width:1px 1px 0;
    margin-bottom:5px;
    height:350px;
    width:100%;
}
.video-container {
    min-width:800px;
}
.spikesale {
    width: 50px;
}
.spikesale span {
    font-size: 11px;
}
.help-and-faq-listing-modal{
    width: 90%;
    margin-left: -45%;
}
.listing-help-and-faq-background{
    background-color: #E5E4E2;
}
.list-style-none{
    list-style:none;
}
.display-inline-block{
    display:inline-block;
}
.help-and-faq-listing-quiz-modal{
    width: 100%;
    margin-left: -50%;
    height: 100%;
    margin-top: -50px;
}
.quiz-iframe{
    width: 100%;
    height: 550px;
}
.modal-listing-faq-header{
    padding: 25px 15px;
    border-bottom: 1px solid #EEE;
}
.header-top-listing-faq-modal-margin{
    margin-top: -5px;
}
.highlight{
    background-color: #ccd232;
}
.slight-image-left-padding{
    margin-left: 10px;
}

.first-block #total-row{
    background-color: #DDDDDD;
}
.first-block #settlement-heading{
    background-color: #DDDDDD;
}
.first-block #marketplace-fee-row , .first-block #marketplace-fee-row:hover{
    background-color: #DDDDDD;
}
.first-block tr:nth-child(even){
    background-color: #f7f7f7;
}
.first-block td{
    background-color: transparent;
    width: 50%;
}
.first-block tr:first-child > td:last-child{
    background-color: transparent;
    width: 50%;
    border: 0px;
}
.marketplace-padding{
    padding: 7px;
}
.transaction-block .text-left{
    text-align: left;
}
.transaction-block .text-right{
    text-align: right;
}
.push-down-block{
    padding-top: 30px;
}
.settlement-tooltip{
    height: 30px;
    margin-left: 10px;
    cursor: pointer;
}
.first-block .net-payable-top-border{
    border-top: 1px solid #000000;
}
.first-block .text-center{
    text-align: center;
}

#marketplace-block table td:hover{
    background-color: #000000;
}
.first-block > tbody tr:nth-child(even):hover td {
    background-color: #f9f9f9;
}
.first-block > tbody tr:nth-child(odd):hover td {
    background-color: #FFFFFF;
}

.settlement-block tbody tr:nth-child(2):hover td{
    background-color: #DDDDDD;
}
.block-hover-override tbody tr:last-child:hover td{
    background-color: #DDDDDD;
}

.settlement-block{
    table-layout: fixed;
    width: 100%;
}
.settlement-block td{
    background-color: transparent;
    width: auto;
    word-wrap: break-word;
}
.settlement-block .wide{
    width: 28%;
}
.hidden-row .table-title{
    font-weight: bold;
}
.timeline .timeline-state{
    float: left;
    width: 100px;
}
.timeline .timeline-date{
    clear: both;
    line-height: 3px;
    color: #CCCCCC;
    width: 100%;
}
.timeline .timeline-label{
    text-align: center;
    line-height: 28px;
    color: #000000;
}
.timeline .circle-step{
    width: 100%;
    float: left;
    border-top: 2px solid #cccccc;
    position: relative;
    height: 20px;
    margin-left: 55px;
}

.timeline .last-circle-step.circle-step{
    border: none;
}

.timeline .status-label{
    width: 15%;
    float: left;
    height: 20px;
    display:inline-block;
    margin: 0 auto;
}
.timeline .green-round-circle{
    background-color: #adff2f;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    border: 2px solid #CCCCCC;
    position: absolute;
    top: -7px;
    left: -5px;
}

.timeline .status-table{
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;

}
.timeline .status-label-black{
    color: #000000;
}
.timeline .status-background-color{
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;

}

.marketplace-fee-dropdown{
    display:none;
    position:absolute;
    top: 270px;
    left: -205px;
    min-width: 250px;
    padding: 0px;
}
.daterangepicker.marketplace-arrow:after{
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #069;
    border-left: 6px solid transparent;
    content: "";
}
.daterangepicker.marketplace-arrow:before{
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    content: "";
}
 .marketplace-tooltip-header{
    background-color: #069;
    padding: 7px;
    color: #FFF;
}
.close-marketplace-menu{
    cursor: pointer;
}
.marketplace-tooltip-padding{
    padding: 3px 7px 3px 7px;
}
.top-margin1 {
    margin: 10px auto 10px auto;
}
.top-margin2 {
    margin: 130px auto 10px auto;
}
.fire-icon {
    color: #ffa500;
    font-size: 34px;
    padding-top: 4px;
}
.mr10 {
    margin-right: 10px;
}
.orders-table .hidden-transaction-row{
    display:none;
    background-color: #EAEAEA;
}
.orders-table .inner-row-transaction{
    background-color: #EAEAEA;
}

.first-block .relative-position{
    position: relative;
}
.first-block #order-item-value {
    background-color: #DDD;
}

.alert-bar {
    background: #fef8d8;
    padding: 5px 10px 5px 10px;
    border: 1px solid #fbeed5;
    width: 98%;
    margin: 5px 0px;
}
.alert-bar p {
     font-size: 12px;
     color: #c09853;
     margin: 0;
     padding: 3px 0;
}
.alert-bar .top-line {
     color: #888888;
     font-size: 14px;
}
.alert-bar .middle-line {
    color: #c09853;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 2px;
}
.alert-bar .bottom-line {
     color: #c09853;
     padding-top: 0px;
     padding-bottom: 0px;
 }
.top-margin1 {
     margin: 10px auto 10px auto;
 }
.top-margin2 {
     margin: 130px auto 10px auto;
}
.fire-icon {
     color: #ffa500;
     font-size: 34px;
     padding-top: 6px;
 }
.mr10 {
     margin-right: 10px;
}
#fiv-content{
    margin: 0 auto;
    float: none;
    width:80%;
}
#fiv-heading{
    text-align: center;
}
.table-cell-statements{
    border:1px solid #e3e3e3;
    padding:5px 0 0 7px;
}
.statement-tooltip{
    margin-left: 0px;
    cursor: pointer;
    height: 30px;
}

.messageMetrics {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.messageMetrics .infoMetrics {
    font-size: 14px;
}
#downloadReport{
    background: #005387;
    color: #fff;
    padding:10px 20px;
    font-size:14px;
    margin-top: 10px;
}
#downloadReport:hover{
    color: #fff;
    text-decoration: none;
}

.last-updated-date{
    font-size: 13px;
    margin-top: 20px;
    color: #535353;
}

.sticky-img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
    float: left;
}

.sticky {
    background: #fef8d8;
    border: 1px solid #ffd834;
    margin: 6px 0;
    padding:5px;
}

.sticky span {
    padding: 0 5px;
}

.verify-link {
    display: inline-block;
    background: none;
    border: none;
    color: #0088cc;
}

.verify-link:hover {
    color: #005580;
    text-decoration: underline;
}
img.partner-img-link{
    width: 30px;
}
a.partner-anc-link{
    margin-right: 15px;
    display: inline-block;
    margin-top: 5px;
}
.fk-popover-tooltip-theme {
    box-sizing: border-box;
    z-index: 100;
    background-color: transparent;
    width: 270px;
}
.partner-popover-container {
    border: 1px dotted #043B62;
    margin: 10px 0 0 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 212px;
    box-shadow: 0 0 20px -4px #000000;
}
.fk-popover-tooltip-theme.fk-popover-bottom-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-bottom-color: #005387;
    right: 23%;
    top: -11px;
    margin-left: -11px;
}
.fk-popover-tooltip-theme.fk-popover-bottom-placement .triangle:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: solid 10px;
    border-color: transparent;
    position: absolute;
}
.fk-popover-tooltip-theme.fk-popover-bottom-placement .triangle:after {
    border-bottom-color: #005387;
    border-top-width: 0;
    top: 1px;
    margin-left: -10px;
}
.partner-heading-container {
    text-align: center;
}
.container-fluid.partner-body-text {
    font-size: 9px;
    text-align: center;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
}
span.partner-heading-txt {
    font-size: 15px;
}
.l-mt10 {
    margin-top: 10px;
}
a.partner-anc-link {
    margin-right: 15px;
}
.partner-heading-container {
    text-align: center;
}
.partner-popover-container {
    border: 1px dotted #043B62;
    margin: 10px 0 0 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 212px;
    box-shadow: 0 0 20px -4px #000000;
}
.partner-container-list {
    margin: 10px 0 0 -112px;
}
span.partner-heading-txt {
    font-size: 15px;
}
.container-fluid.partner-body-text {
    font-size: 9px;
    text-align: center;
}
.partner-body-text input.btn {
    background-color: #fbd300;
    border-color: transparent;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-top-left: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-top-right: 3px;
    border-top-right-radius: 3px;
    padding-right: 16px;
    line-height: 20px;
    color: #000;
    background-image: none;
    font-weight: bold;
}
.partner-popover-tmpl{
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Custom style for rewards page*/
.rewards-block{
    margin-left: 15px !important;
}

.rewards-label{
    width: 200px !important;
}

/* Custom style for payments page*/

.disable-downloadButton{
    opacity: 0.5;
    pointer-events: none;
    float: right;
}

.badge-pos{
    margin-top: -15px !important;
    right: 200px !important;
}

.i-link{
    text-decoration: none !important;
}


.nav-li-new-badge{
    margin-top: -20px;
    right: 10px
}

.disclaimer{
    padding: 10px 0;
    color: #ff0000;
    font-style: italic;
    display: inline-block;
}

.invoice-disclaimer{
    margin-left: 30px;
}

/*#statements-outer-table{*/
    /*margin-bottom: 165px;*/
/*}*/

#transactions-outer-table{
    margin-bottom: 10px;
}

.payments_logo{
    margin-top: -17px;
    height: 46px !important;  margin-left: 14px;
}
body{
    font-family: Arial, sans-serif !important;
}

.filling-st{padding: 9px;background-color:#006AB7;margin-right: 10px; }
.account-status{
border-right: 1px solid #027CD5;
margin-right: 15px;
height: 30px;
line-height: 30px;


}
.contactalign{
    position: absolute;
    margin-left: -150px;
}
.contactalign:hover{
    text-decoration: underline;
}
.bgcolor-st{background-color: #006AB7;}
#user-menu{padding-right: 12px;}
.navbar-inner{background-color: #027CD5 !important;background-image: none !important;border:none!important;border-left: 1px solid;-webkit-box-shadow:none !important;box-shadow: none !important;}
.navbar .nav > li > a{padding: 6px 15px 9px !important;}

#nilCert{
    display: none;
    line-height: 20px;
    margin: 9px 0;
}

.nil-icon{
    margin-left: 5px;
}

.applink{
    position: absolute;
    margin-left: -310px;
}

.mobile-icon{
    height: 25px;
    margin-top: -5px;
}


.table-blocks{
    display: inline-flex;
    margin: 0 0 20px;
}

.unsettled-box{
    width:28%;
    display: inline-block;
    padding: 5px;
    margin-right: 24px;
    box-shadow: 0 1px 2px 1px #dddddd;
}

.settled-box{
    width:68%;
    display:inline-block;
    padding: 5px;
    margin-right: 0;
    box-shadow: 0 1px 2px 1px #dddddd;
}

.box-title{
    font-size: 16px;
    font-weight: 500;
}

.unsettlement-table,.settlement-table{
    margin-bottom: 0;
}

.unsettlement-table th ,.settlement-table th {
    border: none ;
    padding: 0px 14px;
}

.unsettlement-table tr td ,.settlement-table tr td {
    border-top: none ;
    line-height: 25px;
    padding: 0 15px;
}

.unsettlement-table tr td a {
    color: #6FBA54;
}

.unsettlement-table tr td .td-data ,.unsettlement-table tr td .type-block{
    padding: 8px 0 0;
}

.unsettled-postpaid,.unsettled-prepaid{
    padding-top: 10px;
}

.date-block{
    text-align: left;
    border-right: 1px solid #dddddd;
    color: #A9A9A9;
}

.note-text{
    font-style:normal;
    color:#A9A9A9;
    font-weight: normal;
    font-size: 12px;
}

.td-data{
    border-right: 1px solid #dddddd;
    font-size: 12px;
    color: #A9A9A9;
}

.td-data a{
    font-size: 16px;
}

.type-block{
    border-right: none;
}
.type-block span{
    color: #A9A9A9;
}

.no-border {
    border: 0 !important;
}

.error-text {
    display: block;
    width: 35%;
    margin: 0 auto;
    padding: 40px;
}

.settlement-table-loader{
    display: block;
    text-align: center;
    padding: 18px 0;
}

.continueText{
    color: #0088cc;
}

#filterFailure{
    margin: 0px 0 10px 0;
}

#community-new-badge  {
    background-color:#FFCD00 ;
    color:black;
    font-size:xx-small;
    vertical-align:top;
    margin-top:2px;
    position:relative;
}

