/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        /* margin: 0 0 0 250px; */
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 45%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

#loading-indicator {
    position: fixed;
    left: 16%;
    top: 15%;
    z-index: 1000;
}

.asin-image {
    width:200px;
    height:240px;
    margin-bottom: 0px;
}
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.inline {
    display:inline-block;
}

.small-font {
    font-size: 12px;
}
/*
.navbar-default .navbar-brand {
    color: #12DDED;
    font-size: 30px;
}
*/
.brand {
    color: #12DDED !important;
    font-size: 30px;
}

/**
    Panel customize
*/
.panel-title {
    padding-top: 4px;
    color: rgb(103, 120, 232);
    font-weight: bold;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #E1E4EC;
    border-color: #020003;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#error {
    position: fixed;
    min-width:50%;
    text-align: center;
    left: 25%;
    left: 25%;
    top: 50%;
    z-index: 100000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.img-no {
    display: block;
    content:url("../images/none.png");
    width: 50px;
    height: 20px;
    margin: 5px auto;
}
.img-ems {
    display: block;
    content:url("../images/ems.png");
    width: 50px;
    height: 20px;
    margin: 5px auto;
}
.img-epacket {
    display: block;
    content:url("../images/epacket.png");
    width: 50px;
    height: 20px;
    margin: 5px auto;
}
.img-sal {
    display: block;
    content:url("../images/sal.png");
    width: 50px;
    height: 20px;
    margin: 5px auto;
}
.hr-bold{
    border-top: 2px solid #A8A8A8;
}

footer {
    background-color: #efefef;
    background-image: none;
    background-size: cover;
    border-top: 1px solid #6E6E6E;
    padding-top: 20px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: large;
}
.navbar-default .navbar-nav>li>a {
    color: #6A8298;
}
.page-header {
    padding-bottom: 9px;
    margin: 14px 0 10px;
    border-bottom: 1px solid #eeeeee;
}

table th.flag-jp {
    background-image: url('../images/flags/Japan-flag-48.png') !important;
    height: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center top 10px !important;
    background-size: 30px 30px !important;
    color: #555555 !important;
    padding: 5px !important;
    vertical-align: middle ;
}
table th.flag-us {
    background-image: url('../images/flags/United-states-flag-48.png') !important;
    height: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center top 10px !important;
    background-size: 30px 30px !important;
    color: #555555 !important;
    padding: 5px !important;
    vertical-align: middle;
}

.grad-thead {
    background: -moz-linear-gradient(top, #FFFAFA 0%, #E4E4E4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFAFA ), color-stop(100%, #E4E4E4));
    background: -webkit-linear-gradient(top, #FFFAFA 0%, #E4E4E4 100%);
    background: -o-linear-gradient(top, #FFFAFA 0%, #E4E4E4 100%);
    background: -ms-linear-gradient(top, #FFFAFA 0%, #E4E4E4 100%);
    background: linear-gradient(#FFFAFA 0%, #E4E4E4 100%);
}

.dataTables_processing {
    position: fixed;
    top: 45%;
    left: 45%;
    right: 25%;
    color: #ff7f51;
    font-size: 24px;
    z-index: 99999;
}

.scrollToTop {
    width: 100px;
    height: 60px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: none;
    background: url('../images/arrow_up.png') no-repeat 15px 0px;
    background-size: 80px 60px;
    z-index: 999999;

    -khtml-opacity:.25;
    -moz-opacity:.25;
    -ms-filter:"alpha(opacity=25)";
    filter:alpha(opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.25);
    opacity:.25;
}

.scrollToTop:hover,.scrollToDown:hover{
    text-decoration:none;
}

.scrollToDown {
    width: 100px;
    height: 60px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 45px;
    right: 30px;
    display: none;
    background: url('../images/arrow_down.png') no-repeat 15px 0px;
    background-size: 80px 60px;
    z-index: 999999;

    -khtml-opacity:.25;
    -moz-opacity:.25;
    -ms-filter:"alpha(opacity=25)";
    filter:alpha(opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.25);
    opacity:.25;
}
.scrollToTop:hover,.scrollToDown:hover {
    -khtml-opacity:.75;
    -moz-opacity:.75;
    -ms-filter:"alpha(opacity=75)";
    filter:alpha(opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.75);
    opacity:.75;
}

/* Image preview styles */

#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
/*  */

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.btn-normal {
    min-width: 100px;
}

.content-top-menu {
    color: #A57E7E;
    background-color: #2D7129;
    margin: 0px 16%;
    border-color: rgba(0,0,0,0.2);
    border-radius: 0px 0px 5px 5px;
}
.content-top-menu a {
    color: rgb(203, 210, 216);
}
.content-top-menu>.active {
    color: #86E70C;
}


.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.scroll-fixed {
    position: fixed !important;
    top: 0px;
    width: 100%;
}

.scm_pending {
    color:#cccccc ;
}

.scm_condition {
    color: #835d83;
}
.scm_common {
    color: #808372;
}

.scm_black {
    color: #000000;
}
.scm_order_id {
    color: #5353a5;
}
.scm_unshipped {
    color: #ed7615;
}
.scm_asin {
    color: #5353a5;
}
.scm_buyer_name {
    color: #5353a5;
}
.btn-order-success{
    background:#cccccc ;
}
.btn-complete:hover {
    background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #c5bdb9);
    background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: linear-gradient(#d2d2d2, #fffbfb 50%, #FFFFFF);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
    filter: initial;
    border: 1px solid #8B4847;
    color: rgb(60, 10, 181);
   font-weight:bold;
}
.btn-complete{
    background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #c5bdb9);
    background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: linear-gradient(#FFFFFF, #FFFFFF,#E4E0E0 50%);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
    filter: initial;
    border: 1px solid #8B4847;
    color: rgb(60, 10, 181);
    //font-weight:bold;
}


/* CSS3 */

/* The whole thing */
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}