@import url("./select.css");

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    height:100%;
    min-height:100%;
    width: 100%;
    background: url("../image/bg.png") repeat #e2e2e1;
    font-family: sans-serif ;
    font-size: 14px;
    position: relative;
    min-width: 1280px;
    /*overflow-x: hidden;*/
}

a{
    color: #000;
}

.page{
    height:100%;
    min-height:100%;
    height: auto !important;
    margin: 0 auto -60px;

}

#main-body.slide{
    left: 24%;
}

.clearfix{
    clear: both;
    display: block;
}

#search-content .clearfix{
	clear: none!important;
}

.yellow-btn{
    background-color: #e9bc01;
    color: #003D79;
    border:0;
}
.blue-btn{
    background-color: #003D79;
    color: #fff;
    border:0;
}

.plus, .cross{
    position: absolute;
    width: 17px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.plus{
    background: transparent url(../image/plus_active.png) no-repeat center center;
}

.cross{
    background: transparent url(../image/cross_active.png) no-repeat center center;
}

input[type="text"],input[type="password"],
button{
    margin: 10px 0;
    padding: 3px;
}

.orderSelectionList li.active, .Reload_btn, .clear_btn, .entry .header{
    background: #004171;
    color: #fff;
}

.main-banner {
    position: relative;
    z-index: 3;
    border-top: solid 6px #FCC61C;
    border-bottom: solid 1px #ffffff;
    background: #155796;
    background: -moz-linear-gradient(top, #155796 0%, #0e4172 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#155796), color-stop(100%,#0e4172));
    background: -webkit-linear-gradient(top, #155796 0%,#0e4172 100%);
    background: -o-linear-gradient(top, #155796 0%,#0e4172 100%);
    background: -ms-linear-gradient(top, #155796 0%,#0e4172 100%);
    background: linear-gradient(to bottom, #155796 0%,#0e4172 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155796', endColorstr='#0e4172',GradientType=0 );
    height: 100px;
    z-index: 100;
    color: #fff;
    width: 100%;
}

.main-banner .logo {
    text-align: center;
    position: absolute;
    left: 15px;
    z-index: 3;
}

.main-banner .avatar {
    right: 20px;
    position: absolute;
    top: 10px;
}

.main-banner .avatar img{
    border: 3px solid #fff;
}

.banner{
    padding: 0 15px;
}

.banner .entry-content{
    max-width: 960px;
    background-color: transparent;
}

.menu{
    position: absolute;
    top: 0px;
    font-size: 24px;
    background: url("../image/menuBtn_w.jpg") no-repeat top left;
    width: 15px;
    height: 90px;
    cursor: pointer;
}

.menu:hover{
    background: url("../image/menuBtn_o.jpg") no-repeat top left;
}

#sub-menu{
    z-index: 50;
    position: absolute;
    left: 260px;
    top: 80px;
    background-color: #F8F7F7;
    /*width: 20%;*/
	width: 280px;
    display: none;
    max-height: 450px;
    overflow-y: auto;
	border: 1px solid #CBCBCC;
}

#sub-menu.show, #sub-menu2.show, #sub-menu3.show, #sub-menu4.show{
    display: block;
}

#sub-menu li, #sub-menu2 li, #sub-menu3 li, #sub-menu4 li {
    border-bottom: 1px solid #ddd;
	height: auto;
    padding: 10px;
    position: relative;
    cursor: pointer;
	background-color: #fff;
	color: #989898;
}

#sub-menu li a, #sub-menu2 li a, #sub-menu3 li a, #sub-menu4 li a {
    color: #989898;
    text-decoration: none;
}
#sub-menu li:last-child, #sub-menu2 li:last-child, #sub-menu3 li:last-child , #sub-menu4 li:last-child {
    border: 0;
}

#sub-menu2{
    z-index: 50;
    position: absolute;
    left: 545px;
    top: 80px;
    background-color: #F8F7F7;
	width: 280px;
    display: none;
    max-height: 450px;
    overflow-y: auto;
	border: 1px solid #CBCBCC;
}
#sub-menu3{
    z-index: 50;
    position: absolute;
    left: 830px;
    top: 80px;
    background-color: #F8F7F7;
	width: 280px;
    display: none;
    max-height: 450px;
    overflow-y: auto;
	border: 1px solid #CBCBCC;
}
#sub-menu4{
    z-index: 50;
    position: absolute;
    left: 1115px;
    top: 80px;
    background-color: #F8F7F7;
	width: 280px;
    display: none;
    max-height: 450px;
    overflow-y: auto;
	border: 1px solid #CBCBCC;
}

.highlightedMenu{
	background-color: #004171 !important;
	color:#FFF !important;
    paddingLeft: 10;
    paddingRight: 25;
    paddingTop: 5;
    paddingBottom: 10;
    flexDirection: "column";
    width: 185;
}
.unclickable{
	cursor:default !important;
	color: #E4E4E4 !important;
    paddingLeft: 10;
    paddingRight: 25;
    paddingTop: 5;
    paddingBottom: 10;
    flexDirection: "column";
    width: 185;
}
.prevHighlighted{
	cursor:default !important;
	background-color: #BACCDA !important;
    paddingLeft: 10;
    paddingRight: 25;
    paddingTop: 5;
    paddingBottom: 10;
    flexDirection: "column";
    width: 185;
}
.nextSubmenuBtn {
    background-color: transparent;
    alignSelf: center;
    top: 2;
    left: 50;
    paddingTop: 4;
    paddingLeft: 10;
    paddingRight: 10;
    paddingBottom: 4;
    float: right;
}

.nextSubmenuBtn {
    display: inline-block;
}

.nextSubmenuText {
    backgroundColor: transparent;
    width: 25;
    height: 25;
  }

.nav-bar{
    margin-top: 35px;
    float: left;
    font-size: 24px;
    margin-left: -10px;
}

.nav-bar a{
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav-bar a:hover{color: #FCC61C;}

.nav-bar ul{
    margin-left: 270px;
    font-size: 14px;
}
.nav-bar ul li{
    float: left;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.nav-bar ul li span{
    height: 20px;
    border-right: 1px solid #88a4bf;
    padding: 0 10px 0 45px;
}

.home {  background: url("../image/home_white.png") no-repeat 13px -2px;  }
.viewHistory {  background: url("../image/view_white.png") no-repeat 13px -2px;  }
.orderHistory {  background: url("../image/order_white.png") no-repeat 13px -2px;  }
.report {  background: url("../image/report_white.png") no-repeat 13px -2px;  }
.myCollections {  background: url("../image/collection_unselected.png") no-repeat 13px -2px;  }
.home:hover {  background: url("../image/home.png") no-repeat 13px -2px;  color:#FCC61C; }
.viewHistory:hover {  background: url("../image/view.png") no-repeat 13px -2px; color:#FCC61C;  }
.orderHistory:hover {  background: url("../image/order.png") no-repeat 13px -2px; color:#FCC61C;  }
.report:hover {  background: url("../image/report.png") no-repeat 13px -2px; color:#FCC61C;  }
.myCollections:hover {  background: url("../image/collection_selected.png") no-repeat 13px -2px;  }

.main-banner .info {
    float: left;
    margin: 10px 10px 0 0 ;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}

#avatar-menu{
    background-color: #fcc61c;
    float: right;
    position: absolute;
    right: 0;
    margin-top: 5px;
}

#avatar-menu.hide{
    display: none;
}

#avatar-menu.show{
    display: block;
}

#avatar-menu li{
    background-color: #fcc61c;
    color: #242424;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #004171;
}

#avatar-menu li a {
    text-decoration: none;
}

#avatar-menu li a:hover {
    color: #000;
}

#main-body{
    padding: 20px;
    position: relative;
}

#page-title{
    background-color: #fff;
    padding: 5px 15px;
    margin: 10px 0px 20px 0px;
    font-weight: bold;
}

#leftMenu{
    width: 250px;
    height: 100%;
    float: left;
    padding-right: 20px;
    min-width: 230px;
}

#leftMenu ul li{

}

#top-menu li{
    height: auto;
    padding: 10px;
    margin-bottom: 5px;
    background: #fff;
    color: #989898;
    position: relative;
}

#top-menu .clickedArea{
    width: 183px;
    cursor: pointer;
}

#top-menu li .plus{
    background: transparent url(../image/plus.png) no-repeat center center;
    right: 10px;
    z-index: 100;
}
#top-menu li .cross{
    right: 10px;
    z-index: 100;
}
#top-menu li.active{
    color: #004171;
}

.path_container{
	position: relative;
}

.path_container .path_dash{
	padding-right: 3px;
}
.path_container .path_name{
	position: relative;
	top: 0px;
	left: 10px;
}

.menuCheckbox{
	margin: 5px !important;
}

#bottom-menu{
    /*position: absolute;*/
    bottom: 10px;
    /*width: inherit;*/
    text-align: center;
}

#bottom-menu li{
    cursor: pointer;
}

#bottom-menu li:first-child{
    background: url("../image/reset.png") no-repeat left 10px center #999999;
    color: #fff;
}

input[name="search-key"]{
    border: 0;
    font-size: 14px;
    margin: 0 0 0 10px;
    color: #000;
    width: 200px;
    line-height: 100%;
}

.top-search-btn{
    width: 27px;
    height: 22px;
    background: url("../image/search2.jpg") no-repeat 1px center #fff;
    border: 0;
    position: absolute;
    top: 4px;
}

.down-arrow-wb{
    width: 10px;
    height: 10px;
    background: url("../image/down-arrow-wb.jpg") no-repeat 1px center;
    border: 0;
    position: absolute;
	top: -5px;
}

#content, #search-content{
    position: relative;
    /*min-width: 1024px;*/
}

#content.right, #search-content.right{
    margin-left: 250px;
}

.entry{
    margin-bottom: 20px;
    /*float: left;*/
    min-width: 100%;
}

.entry .header{
    padding: 6px 10px;
    position: relative;
    min-height: 32px;
}

.entry .header .more{
  position: absolute;
  top: 5px;
  right: 10px;
}

.sub-total{
  display: inline-flex;
  position: absolute;
  top: 5px;
  right: 10px;
}

.entry .header .more{color: #e9bc01;}

.entry-content{
    background-color: #fff;
    padding:15px;
}

.reportList {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    border: 4px solid #fff;
    padding-top: 15px;
}

.fullWidth {
    width: 100%;
}

footer {
    width: 100%;
    height: 60px;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    color: #999;
    line-height: 1.5em;
}

.push{
    height: 60px;
}

.product-item{
    width: 25%;
    float: left;
    padding-right: 15px;
    height: 300px;
    min-width: 185px;
}

.product-item:last-child{
    padding-right: 0;
}

.orderSelectionList{
    width: 37.1%;
    margin: 0 auto;
    margin-bottom: 10px;
    min-width: 525px;
}

.orderSelectionList li{
    background: #fff;
    float: left;
    color: #004171;
    text-align: center;
    width: 125px;
    padding: 7px 0;
    border-right: 1px solid #004171;
    cursor: pointer;
}

.orderSelectionList li:last-child{
    border: 0px;
}

.Reload_btn{
    background: url("../image/reset.png") no-repeat 25px #004171;
    padding: 7px 7px 7px 50px;
    position: absolute;
    width: 120px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.clear_btn{
    background: url("../image/trash.png") no-repeat 17px #004171;
    padding: 7px 7px 7px 45px;
    width: 150px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    float: right;
}


.product-name{
    margin-bottom: 15px;
    word-wrap:break-word;
}

.myCollection-select{
    cursor: pointer;
}

.prod-col-2 span:last-child{margin-bottom: 0px;}

.prod-col-1{width:18%; padding-right: 10px;}
.prod-col-2{width:33%; padding-right: 10px;}
.prod-col-3{width:11%; padding-right: 10px;}
.prod-col-4{width:12%; padding-right: 10px;}
.prod-col-5{width:13%; padding-right: 10px;}
.prod-col-6{width:13% }

.prod-col-1, .prod-col-2, .prod-col-3, .prod-col-4 {
    float: left;
}

.prod-col-5, .prod-col-6 {
    float: right;
}

nav .MGBList {
    margin: 0;
    display: block;
    z-index: 100;
    position: absolute;
    background: url("../image/bg.png") repeat #e2e2e1;;
    width: 24%;
    padding: 0 20px;
    height: 100%;
    top: 20px;
}

nav .MGBList.hide{
    left: -23%;
    -webkit-transition: left 2s;
    transition: left 2s;
}

nav .MGBList.show{
    -webkit-transition: left 2s;
    transition: left 2s;
    top: 120px;
}

@-webkit-keyframes slidein {
    from { left: 0; }
    to { left: 20px; }
}

@-moz-keyframes slidein {
    from { left: 20px; }
    to { left: 0; }
}

.MGBList{
    margin: 0 auto;
    width: 40%;
}

.MGBList li{
    background: #fff;
    text-align: center;
    color: #004171;
    padding: 5px;
    margin: 10px 0;
    cursor: pointer;
}

.MGBReportList{
    margin: 0 auto;
    width: 60%;
}

.MGBReportList li{
    background: #fff;
    text-align: center;
    color: #004171;
    padding: 5px;
    margin: 10px 0;
    cursor: pointer;
}

.MGBReportHeader {
    margin: 0 auto;
    width: 60%;
    background: #004171;
    text-align: center;
    color: #fff;
    padding: 5px;
    cursor: text;
}

.UpperReportHeader {
  text-align: center;
  width: 100%;
  color: #fff;
  height: 30px;
}

.UpperReportHeaderText {
  background: #004171;
  width: 60%;
  height: 30px;
  margin-left: 20%;
  padding: 5px;
}


.CombineReportHeader {
  display: -webkit-inline-box;
  /* display: -ms-inline-flexbox; */
  width: 100%;
  text-align: center;
}

.SelectReportHeader {
    width: 30%;
    background: #FCC61C;
    text-align: center;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}

.UnselectReportHeader {
    width: 30%;
    background: #999;
    text-align: center;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}


.loginHeader {
    height: 40%;
    background: #fff url(../image/logo.png) no-repeat center center;
    border-top: solid 6px #FCC61C;
    background-size: 342px 159px;
    border-bottom: 0px solid #003D79;
    text-align: center;
    min-height: 165px;
}

.loginHeaderOB {
    height: 40%;
    background: #fff url(../image/metro_logo.jpg) no-repeat center center;
    border-top: solid 6px #FCC61C;
    background-size: 450px;
    text-align: center;
    min-height: 200px;
}

.loginPage .topMenuBar a{
    color: #ffffff;
}

.topMenuBar{
    background: #003D79;
    color: #fff;
}

.topMenuBar ul li {
    float: left;
    padding: 3px 20px;
}

.topMenuBar ul li:last-child {
    float: right;
}

.loginForm{
    width: 20%;
    margin: 100px auto;
    text-align: center;
}

.loginFormOB {
    width: 100%;
    height: 380px;
    text-align: center;
    background: transparent url(../image/ob_logo.jpg) no-repeat right center;
}

.loginPage{height:100%;}

.loginPage input, .loginPage button{
    width: 95%;
}


.loginButton, .regButton{position: relative;}

.loginButton i.info, .regButton i.info{
    background: transparent url(../image/info.png) no-repeat center center;
    position: absolute;
    width: 26px;
    height: 100%;
}

.regButton{
    margin-top: 40px;
}

.Product_page .left{
    width: 35%;
    padding-right: 20px;
    float: left;
    height: 100%;
}

.Product_page .product_img{
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 0px!important;
}

.Product_page .product_img img{
    max-width: 200px;
    cursor: pointer;
}

.Product_page .expand_img{
	background-color: #fff;
	padding-top: 8px;
	padding-right: 20px;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
}

.Product_page .expand_img img{
	width:20px;
	height:20px;
}

.Product_page .right{
    width: 65%;
    float: left;
}

.Product_page .logList{
    float: left;
    width: 75%;
    padding-right: 26px;
    margin-bottom: 0px;

}

.Product_page .logList li{
    float: left;
    color: #003D79;
    border: 1px solid #cccccc;
    min-width: 40px;
    border-radius: 6px;
    text-align: center;
    margin: 0px 10px 10px 0;
}

.remarksTextarea{
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    width: 100%;
	height: 96%;
    padding: 8px 52px 8px 10px;
    margin: 0;
	resize: none;
}

.Product_page label{
    width: 25%;
    float: left;
    line-height: 36px;
}

.Product_page .entry-content p:nth-child(2n){
    background: #e2e2e1;
}

.thumbnail_list{
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.thumbnail_list ul li{
    display: block;
    float: left;
    margin: 0 3px;
    /*border: 1px solid #999;*/
}

.Product_page .product_input{
    width: 75%;
    float: left;
}

.Product_page input[type=text]{
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    width: 100%;
    padding: 8px 52px 8px 10px;
    margin: 0;
}

.article_title{
    font-weight: bold;
    display: block;
}

.product_input, {
    width: 65%;
}

.btnSet button{
    float: right;
    width: 150px;
    margin-left: 10px;
}

.rowInput{
     margin-bottom: 10px;
     position: relative;
}
.rowInput input.form-control{
    height: 36px;
}

.sizeTable{
    border-bottom: 1px solid #cccccc;
    /*display: table;*/
    width: 100%;
}

.sizeTable .column{
    width: 10%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    min-height: 58px;
    display: table-cell;
}


.sizeTable li.body {
    min-height: 58px;
}

.sizeTable ul {
    margin: 0;
}

.sizeTable li{
    padding: 10px;
}

.sizeTable .leftColumn{
    float: left;
    width: 20%;
}

.sizeTable li.body {
    min-height: 58px;
    position: relative;
}

.sizeTable .leftColumn li.body span{
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.sizeTable .middleColumn li.body span {
    line-height: 38px;
}

.sizeTable .middleColumn{
    float: left;
    max-width: 50%;
    width: 50%;
    overflow-x: auto;
    height: 100%;
    background: transparent url(../image/assortbg.png) repeat-x top left;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.sizeTable .middleEmptyColumn{
    float: left;
    max-width: 50%;
    width: 50%;
    overflow-x: auto;
    height: 100%;
    background: transparent url(../image/assortbg.png) repeat-x top left;
}

.sizeTable .middleColumnLeftBorderOnly{
    float: left;
    max-width: 50%;
    width: 50%;
    overflow-x: auto;
    height: 100%;
    background: transparent url(../image/assortbg.png) repeat-x top left;
    border-left: 1px #ccc solid;
}

.sizeTable .middleColumn li, .sizeTable .middleColumnLeftBorderOnly li{
    width: 80px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.sizeTable .rightColumn{
    float: left;
    width: 30%;
    height: 100%;
}

.sizeTable .rightColumn li{
    width: 33.3%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.sizeTable .rightColumn li.body span{
    line-height: 38px;
}

.sizeTable .rightColumn li:first-child{
    padding-left: 30px;
}

.rightColumn .no-padding{
    padding: 2px 10px;
    line-height: 1.0em;
}

.sizeTable input[type=text],.sizeTable .column span {
    padding: 8px;
    text-align: center;
}

.total_1col{
	width: 100%!important;
}

.total_2col{
	width: 50%!important;
}

.asstTotal_2col{
	width: 50%!important;
	/*padding-top: 9px!important;*/
}

.left_arrow{
    background: transparent url(../image/left_arrow.png) no-repeat center center;
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    right: 3px;
}

.right_arrow{
    background: transparent url(../image/right_arrow.png) no-repeat center center;
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 3px;
}

.total{
    width: 100%;
    margin-top: 100px;
    font-size: 16px;
}

.total_with_empty_assortment{
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
}

.total .total_table_row, .total_with_empty_assortment .total_table_row{
    width: 100%;
}

.total .total_table_row input, .total_with_empty_assortment .total_table_row input{
    padding: 8px;
}

.total .total_table_row .row-label, .total_with_empty_assortment .total_table_row .row-label{
    width:60%;
    text-align: right;
    float: left;
    line-height: 38px;
}

.total .total_table_row .row-value, .total_with_empty_assortment .total_table_row .row-value{
    width:40%;
    text-align: right;
    float: left;
    display: block;
    line-height: 38px;
}

.total .total_table_row .row-value input, .total_with_empty_assortment .total_table_row .row-value input{
    width:80px;
    text-align: right;
    line-height: 0px;
}

.rowInput .Select-item-icon {
    cursor: pointer;
    border-right: 1px solid #cccccc;
    padding: 5px 8px;
}

.rowInput .Select-item-label {
    cursor: default;
    padding: 5px 10px;
}

.Select-item-label.active{
    background-color: #ddeff7;
    color: #0077b3;
}

.Select-value {

  color: #333;
}

.dialog-content{
    height: 540px;
    overflow: auto;
}

.dialog-content table{
    width: 100%;
}

.dialog-content th{
    background: #003D79;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #003D79;
}

.dialog-content td{
    padding: 5px 10px;
    border: 1px solid #c9e6f2;
}

.total_amt{
    width: 100%;
    padding: 6px 10px;
    min-height: 32px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}

.no-offer{
    text-align: center;
    padding: 25% 0;
    font-weight: bold;
}

.msg{
    padding: 0 15px;
}

.loading{
    margin-bottom: 15px;
}

.menuloading{
    margin-bottom: 0px;
    float: right;
}

.hideLoading{
    display: none;
}

.btnSet button.back{
    float: left;
    margin-left: 0px;
	margin-right: 10px;
}

.btnSet button.remarks{
    float: left;
    margin-left: 0px;
	margin-right: 10px;
}

.product-image{
    width: 220px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image img{
    max-width: 200px;
    max-height: 200px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.product-image-entry{
    max-width: 200px;
    max-height: 200px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.product-image-entry:before{
    content: ' ';
    position: absolute;
    width: 200px;
    height: 200px;
    display: block;
    background-size: 200px 180px;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-color: white;
}

.product-image-delete {
  position: absolute;
  cursor: pointer;
  vertical-align: top;
}

.homepage-entry .entry{
    float: left;
}

.image-dialog img{
    max-width: 700px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: pointer;
    background-color: #003D79;
    border-color: #003D79;
}

#content nav, #search-content nav{
    text-align: right;
}

.pageNav nav{
    top: 0;
    position: absolute;
}

.pageNav nav .pagination{
    margin: 0;
}

.webMenuMain {
  width: 183px;
  cursor: pointer;
  font-size: 12px;
}

.menuTextActive{
  color: #004171;
}

.subMenuStyle {
  padding-left: 10px;
  cursor: pointer;
  font-size: 12px;
}

.rc-checkbox {
  margin-right: 5px;
}

.resetBtn{
    height: 25px;
    padding-top: 4px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: url("../image/reset.png") no-repeat left 10px center #999999;
    color: #fff;
}

.modal-header {
  background-color: #003D79;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: bolder;
  color: #ffffff;
  height: 40px;
  padding-top: 10px;
}

.button{
  height: 30px;
  overflow: auto;
  cursor: pointer;
  color: #ffffff;
  background-color: #003D79;
  font-size: 14px;
  text-align: center;
  width: 160px;
  margin: 0 0 5px 0;
  padding: 5px;
  text-decoration: none;
}

.alertNo {
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
}

.inboxAlertNo {
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    line-height: 20px;
    margin-top: 5px;
    display: inline-block;
    color: white;
}

.divInline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}

.avatarDialogStyle {
  position: absolute;
  width: 160px;
  height: 100px;
  top: 40px;
  right: 30px;
  background-color: transparent;
  cursor: pointer;
}

.sortingCollectionLine {
  width: 100%;
  margin-bottom: 5px;
}

.sortingDiv {
  float: right;
  height: 30px;
  white-space: nowrap;
}

.sortButton{
  height: 30px;
  overflow: auto;
  cursor: pointer;
  color: #ffffff;
  background-color: #003D79;
  font-size: 14px;
  text-align: center;
  width: 160px;
  margin-left: 4px;
  margin-bottom: 5px;
  padding: 7px;
  text-decoration: none;
}

.sortingBtnSelected{
  padding-right: 15px;
  background: #fcc61c url(../image/arrow_down.png) no-repeat center right;
  border-right: 4px solid #fcc61c;
}

.sortingBtnSelectedUp{
  padding-right: 15px;
  background: #fcc61c url(../image/arrow_up.png) no-repeat center right;
  border-right: 4px solid #fcc61c;
}

.selectedCbView  {
  background-color: #FFFFFF;
  width: 230px;
  margin-bottom: 10px;
  padding: 5px;
  display: grid;
}

.selectedCbViewTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-bottom: 2px;
}

.cbDeleteImg {
  padding-right: 3px;
  cursor: pointer;
  height: 19px;
}
.resetCb {
  cursor: pointer;
  background: url("../image/reset.png") no-repeat left 5px center #999999;
  color: #fff;
  border-radius: 10px;
  width: 80px;
  padding-left: 30px;
}

.sortSelectLabel {
  line-height: 24px;
  padding-top: 3px;
  margin-right: 3px;
}

.sortOrderBtn{
  height: 28px;
  width: 40px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 7px;
  padding: 0px 7px;
  margin-left: 5px;
  margin-right: 5px
}

.tableHeaderProductDtls {
  border-color: #003D79;
  border-width: 1px;
  border-style: dotted;
  padding: 2px;
  background-color: #bbbbbb;
}

.tableRowProductDtls {
  border-color: #003D79;
  border-width: 1px;
  border-style: dotted;
  padding: 2px;
}

.tableRowProductDtlsEven {
  background-color: #e2e2e1;
}

#sortById div div{
  padding: 2px;
}

#sortById div div div{
  padding: 2px 10px;
}

.productlabel{
    width: 25%;
    float: left;
    line-height: 18px !important;
}

.tableHeaderPR {
  color: #ffffff;
  background-color: #003D79;
  font-size: 14px;
  text-align: center;
    padding: 2px;
}

.tableCellPR {
  font-size: 14px;
  text-align: left;
  padding: 2px;
  border-color: #003D79;
  border-width: 1px;
  border-style: solid;
}

::placeholder {
  color: #bbbbbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbbbbb;
}

::-ms-input-placeholder {
  color: #bbbbbb;
}
