﻿
ul.page-sidebar-menu > li > a {

    background-color: #1a1a1a;
}

.page-sidebar {
   background-color: #1a1a1a;
}
ul.page-sidebar-menu > li.active > a {

}
ul.page-sidebar-menu > li > a {
    font-size:19px;
}
@media (max-width: 980px){
    ul.page-sidebar-menu > li > a {
        font-size: 16px;
    }
} 

ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
    margin-left: 30px;
    font-size:18px;
}
ul.page-sidebar-menu li > ul.sub-menu > li > a {
margin-left: 30px;
font-size:18px;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    margin-left: 30px;
    font-size:18px;
}

ul.page-sidebar-menu > li > a > .arrow.open:before {
    color: #FFFFFF !important;
}
ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before, ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
    color: #FFFFFF !important;
}
ul.page-sidebar-menu > li > a .arrow:before, ul.page-sidebar-menu > li > a .arrow.open:before {
    color: #FFFFFF !important;
}
.portlet.box.blue .portlet-title {
background:#1a1a1a;
}
.portlet.box .portlet-title {
    background: #1a1a1a;
    padding: 20px 10px 2px 10px;
}
.portlet-title .caption {
    /*font-size: 21px;*/
    color: #ffffff;
    /*font-family: "Microsoft YaHei" ! important;*/
}
.block li{
list-style-type: none;
    float: left;
    margin-left:49px;
    line-height:25px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}
#btnQuery {
    border: 1px solid #D6D6D6;
    width: 170px;
    margin-left: 33%;
}
@media screen and (max-width:630px) 
{
    
    .block li{margin-left: 50px;}
}
@media screen and (max-width:770px) 
{
    #btnQuery{margin-left: 0%;}
}
@media screen and (min-width:300px) and (max-width:500px)
{
    .foot { height:240px;}
}
.line {border-bottom:1px solid #b9b9b9;margin-top:15px;}

.dataTable th,.dataTable td {
text-align:center;
/*font-family: "Microsoft YaHei" ! important;*/
font-size: 10px;
text-overflow:ellipsis;
word-break:keep-all; 
white-space:nowrap;
}

.dataTable {
border-left: 1px solid #eaeaea;
margin-bottom:0px;
}

.table-bordered th, .table-bordered td {
    border-left: none;
}

.nav_top li {
    font-size: 14px;
    /*font-family: "Microsoft YaHei" ! important;*/
}

.page-sidebar-menu i{
margin-left:10px;
}

#Order span 
{ width: 110px;
    font: 14px/16px "microsoft yahei";
    float: left;
    color: #000000;
    margin-top: 3px;
}
#btnUpload
 {
    border: 1px solid #D6D6D6;
    width: 170px; 
}
#stepb
 {
    width:320px;
}
#btnAddSave {
    border: 1px solid #D6D6D6;
}
#btnSave {
     border: 1px solid #D6D6D6;
}
.main_left {
    float:left;
    font-size: 20px;
    /*font-family: -webkit-body;*/
}
.main_left li {
    list-style-type: none;
    line-height: 20px;
    margin: 15px 10px;
    font: 14px/16px "microsoft yahei";
    color: #000;
    line-height: 20px;
    height: 25px;
    padding: 2px;
}
.main_left li span
{
    width: 130px;
    font: 14px/16px "microsoft yahei";
    float: left;
    color: #000000;
    margin-top:15px;
}

.main_right {
    float:left;
    font-size: 20px;
    /*font-family: -webkit-body;*/
}
.main_right li {
    list-style-type: none;
    line-height: 20px;
    margin: 15px 10px;
    font: 14px/16px "microsoft yahei";
    color: #000;
    line-height: 20px;
    height: 25px;
    padding: 2px;
}
.main_right li span
{
    width: 130px;
    font: 14px/16px "microsoft yahei";
    float: left;
    color: #000000;
    margin-top:15px;
}
.touch li {
    list-style-type: none;
    font-size: 16px;
    /*font-family: inherit;*/
    line-height:25px;
}
#pan_en li {
    list-style-type: none;
    font-size: 16px;
    line-height: 25px;
}
@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  /*padding-left: 30px;*/
  margin-left: 12px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #e1017d;
  background: #e1017d; }

.magic-checkbox:checked[disabled] + label:before {
  border: #e1017d;
  background: #e1017d; }
    input[type=button],button{outline:none !important}



@media screen and (max-width:1440px)
{
    .form-wizard .step .desc {font-size: 12px;}
  
}

@media screen and (max-width:1366px) 
{
   .form-wizard .step .number {font-size: 13px;} 
}
@media screen and (max-width:981px) 
{
    .page-container {background:#9b9b9b;}
}

@media screen and (max-width:1310px) 
{
   /*.block li{margin-left: 30px;}*/
   .block {height: 96px !important;}
}
/*表单布局*/
#Query-order span, #tab1 span, #tab2 span, #ConformOrderDetail span, #Query span, #EditInfor span, #EditAccountBillto span, #Updateinfo span, #InsertCountry span, #UpdateCountry span, #insertDetail span, #text span, #insertPrintShop span, #updatePrintShop span, #all span, #usdataDetail span, #insertCUSTVarDataName span, #updateCUSTVarDataName span, #insertBrandEndmarkVar span, #updataBrandEndmarkVar span, #insertTescoSize span, #updataTescoSize span, #UpdatePassword span, #insertBrand span, #updataBrand span, #insertTSC_ExtraCareInstr span, #updateTSC_ExtraCareInstr span, #batchconfirmorder span {
    width: 150px;
    font: 14px/16px "microsoft yahei";
    color: #000000;
    margin-top: 13px;
    float: left;
}
/*ShoppingCart布局*/
#tab1 input,#tab1 select,#tab2 input,#tab2 select
{
    margin-bottom:10px;
}
#PageGO,#PageGO1,#PageGO2
{
    cursor:pointer;
    background-color:black;
    opacity: 0.3;
    color: white;
}
select 
{
    margin-bottom:10px !important;
}
#OrderDetail td,#OrderDetail th
{
    border-right:1px solid #dedede;
}
#PODetail td,#PODetail th
{
    border-right:1px solid #dedede;
}
@media (min-width: 768px) 
{
    .col-sm-6 
    {
        width:50%;
        float:left;
    }
}