@charset "UTF-8";

/* CSS Document */


/* Global */

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #505050;
    font-size: 14px;
    line-height: 1.2;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica;
    display: inline-block;
    color: #08c;
}

a:hover {
    color: #005580;
}

input,
textarea {
    font-family: "Helvetica Neue", "微軟正黑體", Helvetica;
    color: #000;
    font-size: 16px;
    line-height: 1;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0px;
    padding: 0px;
    line-height:1.5;
}

ul,
li {
    list-style: none;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #DCDCDC;
    padding: 3px 5px;
    font-size: 14px;
}


/*
input.effect1{ background-color: #fff; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border linear .2s, box-shadow linear .2s; -moz-transition: border linear .2s, box-shadow linear .2s; -o-transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s; }
*/

textarea {
    border: 1px solid #e7e7e7;
    padding: 3px 5px;
    overflow: auto;
}

input:focus,
textarea:focus {
    outline: none;
}

select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

th,
td {
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    padding: 0px;
}

th a {
    font-weight: bold;
}

.clearfix:after,
.clearFix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix,
.clearFix,
.clearBoth {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.textRight {
    text-align: right;
}

.hide {
    display: none;
}

.onelineDotDotDot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.showBorder {
    border: 1px solid #000;
}

.hideBorder {
    border: 0px;
}

.nowrap {
    white-space: nowrap;
}

.grey {
    color: #DDDDDD;
}

.textRight {
    text-align: right;
}

.noBackground {
    background: none;
    background-color: transparent !important;
}

.block {
    position: relative;
    float: left;
}

.error {
    position: relative;
    clear: both;
    padding-top: 0px;
    vertical-align: top;
    font-size: 12px;
    color: #7D1A1A;
}


/* LOADING */

.toggle-loading {
    border: 0px solid #fff;
    position: absolute;
    text-align: center;
}

.toggle-loading .icon {
    width: 16px;
    height: 16px;
    padding: 10px 10px 10px 10px;
    background: url(/ext/image/toggle-loading.gif) center center no-repeat;
}

.toggle-loading .copy {
    float: left;
    padding: 10px 0;
    color: #666666;
}

body.login {
    padding-top: 0;
    background-color: #142849;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#165387), to(#142849));
    background-image: -webkit-radial-gradient(circle, #165387, #142849);
    background-image: -moz-radial-gradient(circle, #165387, #142849);
    background-image: -o-radial-gradient(circle, #165387, #142849);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
}

.loginWrapper {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -206px;
    margin-left: -150px;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.loginWrapper .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px #cccccc;
    background-color: #CCF1CC;
    padding: 10px 0;
    color: #000;
}

div.topMenuWrapper {
    position: fixed;
    width: 100%;
    z-index: 200;
    background-color: #13294a;
    background-image: -moz-linear-gradient(top, #152d53, #10223e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#152d53),
    to(#10223e));
    background-image: -webkit-linear-gradient(top, #152d53, #10223e);
    background-image: -o-linear-gradient(top, #152d53, #10223e);
    background-image: linear-gradient(to bottom, #152d53, #10223e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff142c52',
    endColorstr='#ff0f213e', GradientType=0);
    border-color: #0b172a;
    padding-top: 5px;
}

div.topMenuWrapper .main-nav {
    float: left;
    padding-left: 1%;
    z-index: 2000;
}

div.topMenuWrapper .main-nav>li:first-child {
    border-left: none;
}

div.topMenuWrapper .main-nav>li {
    float: left;
    border-left: 0px solid #cccccc;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.topMenuWrapper .main-nav>li>a {
    font-size: 13px;
    padding: 5px 18px;
    color: #E6E6E6;
}

div.topMenuWrapper .main-nav .catlv2 {
    position: absolute;
    z-index: 20;
    display: none;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 10px;
    margin-top: 2px;
}

div.topMenuWrapper .main-nav .catlv2>li>a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 40px;
}

div.topMenuWrapper .main-nav .catlv2>li>a span {
    color: #cccccc;
}

div.topMenuWrapper .main-nav .catlv2>li {
    background: url(/image/bullet.png) no-repeat;
    background-position: 20px 10px;
    border-top: 1px dotted #cccccc;
    min-width: 120px;
}

div.topMenuWrapper .main-nav .catlv2>li:first-child {
    border-top: 0px;
}

div.topMenuWrapper .main-nav .catlv2>li>.noBorder {
    border: 0;
}

div.topMenuWrapper .main-nav .catlv2>li:hover {
    background-color: #0081C2;
}

div.topMenuWrapper .main-nav .catlv2>li:hover a {
    color: #fff;
    background-color: #0081C2;
}

div.topMenuWrapper .main-nav>li:hover>ul {
    margin-left: -1px;
    display: block;
    z-index: 9999;
}

div.topMenuWrapper .main-nav>li:hover {
    background-color: #02527A;
}

div.topMenuWrapper .main-nav>li a:hover {
    color: #fff;
    background-color: #02527A;
}

div.topMenu {
    background-color: #13294a;
    background-image: -moz-linear-gradient(top, #152d53, #10223e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#152d53),
    to(#10223e));
    background-image: -webkit-linear-gradient(top, #152d53, #10223e);
    background-image: -o-linear-gradient(top, #152d53, #10223e);
    background-image: linear-gradient(to bottom, #152d53, #10223e);
    background-image: linear-gradient(to bottom, #17568c, #1a3867);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff142c52',
    endColorstr='#ff0f213e', GradientType=0);
    border-color: #0b172a;
    width: 100%;
}

div.navHeader {
    position: relative;
    /* float: left; */
    background-color: #F9F9F9;
    width: 100%;
    color: #666;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 10px 0px;
}

div.navHeader .title {}

div.navHeader .subTitle {
    color: #C6C6C6;
}

div.navHeader .desc {
    color: #4AA84A;
}

div.topBtnWrapper {
    position: relative;
    box-sizing: border-box;
    /* float: left; */
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
    color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: linear-gradient(top, #ffffff 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
    endColorstr='#ededed', GradientType=0);
    border-bottom: 1px solid #D3D3D3;
    color: #0C192E;
    /*text-shadow: 0 1px 0 #FFF; */
    padding: 15px 0px;
    padding-left: 30px;
    /* width: 98%; */
}

.sideMenu {
    position: relative;
    display: block;
    float: left;
    width: 150px;
}

.sideMenu ul {}

.sideMenu ul li {
    color: #D7D7D7;
    cursor: pointer;
}

.sideMenu ul li div {
    padding: 9px 10px 9px 40px;
}

.sideMenu ul li .media {
    background: url(/ext/image/iconMedia.png) no-repeat;
    background-position: 15px 9px;
}

.sideMenu ul li .detail {
    background: url(/ext/image/iconDetail.png) no-repeat;
    background-position: 15px 9px;
}

.sideMenu ul li .orderHistory {
    background: url(/ext/image/iconOrderHistory.png) no-repeat;
    background-position: 15px 9px;
}

.sideMenu ul li .sysInfo {
    background: url(/ext/image/iconSysInfo.png) no-repeat;
    background-position: 15px 9px;
}

.sideMenu ul li .information {
    background: url(/ext/image/iconInformation.png) no-repeat;
    background-position: 15px 9px;
}

.sideMenu ul li .member {
    background: url(/ext/image/iconMember.png) no-repeat;
    background-position: 15px 9px;
}

.sideMenu ul li.selected,
.sideMenu ul li.selected:hover {
    background: url(/ext/image/iconArrow1.png) no-repeat;
    background-position: center right;
    background-color: #0074A2;
    color: #fff;
}

.sideMenu ul li:hover {
    background-color: #81BFD7;
    color: #fff;
}

div.sideMenuWrapper {
    position: fixed;
    background-color: #787878;
    padding-top: 50px;
    height: 100%;
    width: 150px;
    z-index: 10;
}

div.contentWrapper {
    position: relative;
    float: left;
    padding-left: 0;
    margin-top: 33px;
    padding-left: 180px;
    padding-top: 0px;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 50px;
}

div.contentListWrapper {
    position: relative;
    float: left;
    padding-left: 0;
    margin-top: 33px;
    padding: 0px 30px 20px 30px;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 50px;
}

div.contentWrapper .content {
    padding-left: 30px;
}

div.contentWrapper .imgListWrapper {
    position: relative;
    float: left;
    border-left: 3px solid #2EA2CC;
    width: 98%;
    margin-top: 20px;
}

div.contentWrapper .imgListWrapper .thumbnail>a {
    height: 245px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 200px;
}

div.contentWrapper .imgListWrapper img {
    max-width: 200px;
    max-height: 200px;
    display: inline;
}

div.contentWrapper .imgListWrapper .caption {
    line-height: 14px;
}

div.contentWrapper .imgListWrapper .title {
    float: left;
    width: 100%;
    background-color: #F0F0F0;
    padding: 8px;
    box-sizing: border-box;
    color: #222;
    font-size: 16px;
    margin-bottom: 5px;
}

div.contentWrapper .imgListWrapper>ul {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}

div.footerWrapper {
    position: relative;
    clear: both;
    min-height: 40px;
    float: left;
    width: 100%;
    background-color: #EAEAEA;
}

div.footerWrapper .contentWrapper {
    margin-left: 20px;
    margin-top: 10px;
    padding: 0;
    width: auto;
}


/* Global message box  */

.globalMsgBox {
    position: fixed;
    top: 30px;
    z-index: 2999;
    color: #000;
    text-align: center;
    background-color: #DFF0D8;
    font-size: 14px;
    border: 1px solid #498231;
    font-weight: normal;
    border-radius: 4px;
    width: 70%;
    margin: 10px;
    margin-left: 15%;
}

.globalMsgBox.err {
    background-color: #FFC0C0;
    border: 1px solid #8F191F;
}

.globalMsgBox .content {
    margin: 12px 15px;
}

.globalMsgBox .btnCloseMsgBox {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 2px;
    font-weight: bold;
}


/*************************************************************/


/* Ttext field label to be used with common.js -> Text field label fucntion  */

div.fieldsWrapper {
    min-width: 200px;
    margin-left: 0px;
    margin-top: 10px;
    position: relative;
    background-color: #F9F9F9;
    float: left;
}

div.fieldWrapper {
    /*clear:both; */
    position: relative;
    float: left;
    display: block;
    /*width:95%; */
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    border: 0px solid #e7e7e7;
    margin-left: 3px;
    margin-bottom: 3px;
}

div.fieldWrapper .label {
    position: relative;
    float: left;
    min-width: 120px;
    /*width:15%; */
    color: #000;
    font-size: 13px;
    padding: 5px 0px;
    white-space: nowrap;
    border: 0px solid;
    text-align: left;
}

div.fieldWrapper .label.withTab {
    margin-top: 40px;
}

div.fieldWrapper .content {
    float: left;
    margin: 0 auto;
    color: #000;
    /*width:95%; */
    min-width: 100px;
    border: 0px solid red;
}

div.fieldWrapper .content .note {
    font-size: 12px;
    color: #C8C8C8;
}

div.fieldWrapper .content .field {
    position: relative;
    float: left;
    /*width:100%; */
    border: 0px solid green;
}

div.fieldWrapper .content .field label {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #cccccc;
    font-size: 16px;
}

div.fieldWrapper .content .field div.textField {
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
}

div.fieldWrapper .content .field span.compulsory {
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 130%;
    color: #7F1717;
}

div.fieldWrapper .content input.textField {
    position: relative;
    float: left;
    background-color: #FFFFE3;
    width: 300px;
    /*width:98%; */
    font-size: 16px;
}

div.fieldWrapper .content input.textField.transparent {
    background: transparent;
}

div.fieldWrapper .content input.textField.hideBorder {
    border: 0;
}

div.fieldWrapper .content .radioField {
    font-size: 16px;
    color: #000;
    font-weight: normal !important;
    padding: 3px 5px;
}

div.fieldWrapper .content textarea.textField {
    float: left;
    /*background-color:transparent; */
    /*width:98%; */
    width: 300px;
    height: 200px;
    font-size: 16px;
}

div.fieldWrapper .content select.textField {
    position: relative;
    background-color: transparent;
    width: 310px;
    /*width:100%; */
    border: 1px solid #DCDCDC;
    font-size: 16px;
    padding: 3px 5px;
}

div.fieldWrapper .content div.textField {
    position: relative;
    width: 100%;
    font-size: 16px;
    min-height: 30px;
    padding: 3px 5px;
}

div.fieldWrapper .content .error {
    position: relative;
    clear: both;
    padding-top: 0px;
    vertical-align: top;
    font-size: 12px;
    color: #7D1A1A;
}

div.fieldWrapper .content .errorWrapper {
    display: none;
    vertical-align: top;
    position: absolute;
    background: url(../../image/errRegArrow1.gif) no-repeat;
    background-position: left bottom;
    top: -40px;
    left: 150px;
    width: 300px;
    padding-bottom: 20px;
}

div.fieldWrapper .content .errorWrapper .error {
    position: relative;
    top: 0;
    background: url(../../image/tran-white_90.png);
    vertical-align: top;
    font-size: 14px;
    color: #7D1A1A;
    word-wrap: break-word;
    min-height: 20px;
    z-index: 10;
    border: 1px solid #D13C27;
    border-radius: 4px;
    padding: 5px 10px;
}

div.fieldWrapper .content .errorWrapper img {
    position: absolute;
    display: block;
    left: 40px;
    bottom: -20px;
    height: 20px;
}

div.systemInfo {
    clear: both;
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
    background-color: #F4F4F4;
    float: left;
    width: 98%;
    padding-bottom: 8px;
}

div.systemInfo .boxDetail {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    padding: 0px;
    width: 400px;
}

div.systemInfo .boxDetail .lblText {
    position: relative;
    font-size: 14px;
    float: left;
    padding-top: 8px;
    margin-right: 8px;
    margin-left: 0px;
    margin-top: 2px;
    white-space: nowrap;
    text-align: left;
    border: 0px solid;
}

div.systemInfo .boxDetail .lblText2 {
    position: relative;
    font-size: 14px;
    float: left;
    padding-top: 8px;
    margin-right: 8px;
    margin-left: 0px;
    margin-top: 2px;
    width: 50px;
    text-align: left;
    border: 0px solid;
}

div.systemInfo .boxDetail .long {
    width: 180px;
}


/*************************************************************/

table.standard {
    margin-top: 0px;
    width: 95%;
    margin-top: 10px;
}

table.standard td {
    border-collapse: collapse;
    border: 1px solid #fff;
    border-spacing: 1px;
    background-color: #FBFBFB;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

table.standard .header {
    background-color: #DAEDFC;
    padding: 0 10px;
    color: #222;
    font-weight: bold;
    height: 40px;
    vertical-align: middle;
}


/* table list  */

table.standardList {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    margin-top: 10px;
}

table.standardList tr {
    border-top: 1px solid #F9F9F9;
}

table.standardList tr:first-child {
    border-top: 0px;
}

table.standardList tr.alternate {
    background-color: #f9f9f9;
}

table.standardList a:hover {
    text-decoration: underline;
}


/*
table.standardList tbody > tr:nth-child(odd) > td,
table.standardList tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }
*/

table.standardList tbody tr:hover>td,
table.standardList tbody tr:hover>th {
    background-color: #EAF7FE;
}

table.standardList tbody tr:hover .rowActionWrapper {
    visibility: visible;
}

table.standardList th {
    font-size: 100%;
    font-weight: normal;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #E1E1E1;
}

table.standardList th a {
    font-size: 100%;
    font-weight: normal;
    line-height: 90%;
}

table.standardList td {
    border: 0;
    padding: 8px 10px 4px 10px;
    color: #000;
    padding-bottom: 10px;
}

table.standardList td.title .rowActionWrapper {
    margin-top: 10px;
    padding-left: 20px;
    visibility: hidden;
    color: #ddd;
    line-height: 100%;
}

table.standardList td.title .rowActionWrapper a {
    color: #4D4D4D;
}

table.standardList td.title .rowActionWrapper a.btnDelete {
    color: #A22222;
}

table.standardList td.tbn {
    background-color: #fff;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

table.standardList td.tbn .imgWrapper {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 40px;
}

table.standardList td.tbn .imgWrapper img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

table.standardList td .yes {
    width: 20px;
    height: 20px;
    background: url(/ext/image/tick.png) no-repeat;
}

table.standardList td .no {
    width: 20px;
    height: 20px;
    background: url(/ext/image/no.png) no-repeat;
}

table.footerList {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}


/*************************************************************/

table.standardList td span.member {
    padding: 3px 8px;
    background-color: #C1E2C1;
}

table.standardList td span.fgl {
    padding: 3px 8px;
    background-color: #E9E9E9;
}


/* style */

a.awesome {
    white-space: nowrap;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    outline: none;
    overflow: visible;
    /* removes extra side padding in IE */
    cursor: pointer;
    border: 1px solid #999;
    /* IE */
    border: rgba(0, 0, 0, .2) 1px solid;
    /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, .9);
    -moz-box-shadow: 0 1px 9px rgba(102, 102, 102, .9);
    box-shadow: 0 0px 0px rgba(102, 102, 102, .2);
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .1) 0%,
    rgba(0, 0, 0, .1) 100%);
    /* FF3.6 */
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(0, 0, 0,
    .1)), to(rgba(255, 255, 255, .1)));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',
    EndColorStr='#19000000');
    /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
    /* IE8 */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #000;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 8px;
}

a.awesome:hover,
a.awesome.hover {
    text-decoration: none;
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .2) 0%,
    rgba(255, 255, 255, .1) 100%);
    /* FF3.6 */
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(200, 200,
    200, .4)), to(rgba(200, 200, 200, .4)));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF',
    EndColorStr='#19FFFFFF');
    /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')";
    /* IE8 */
    ;
}

a.green,
a.green:visited {
    color: #fff;
    background-color: #396D39;
    background: -moz-linear-gradient(center top, rgba(91, 183, 91, .1) 0%,
    rgba(0, 0, 0, .1) 100%);
    /* FF3.6 */
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(91, 183,
    91, .9)), to(rgba(91, 183, 91, .9)));
    /* Saf4+, Chrome */
    ;
}

a.green:hover {
    background-color: #396D39;
}

a.big {
    padding: 5px 20px;
}

div.packageList ul {
    margin-top: 5px;
    display: table;
}

div.packageList ul li {
    position: relative;
    display: table-cell;
    border: 1px solid #f2f2f2;
    margin: 1px;
    padding: 2px;
    box-sizing: border-box;
    width: 140px;
    height: 180px;
    vertical-align: middle
}

div.packageList ul li .btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

div.packageList ul li img {
    max-width: 100%;
    max-height: 100%;
}

div.packageList ul li p {
    width: 100%;
    min-height: 24px;
    max-height: 40px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    font-size: 13px;
    line-height: 100%;
}

div.packageList ul li .btn-delete-package-product {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f2f2f2;
}


/*************************************************************/


/*************************************************************/

.tabs {
    padding: 0;
    margin: 0;
}

.tabs-content {
    padding: 5px;
    background-color: #F4F4F4;
    float: left;
}

.tabs li {
    list-style: none;
    display: inline;
    cursor: pointer;
}

.tabs a {
    padding: 5px 15px;
    display: inline-block;
    background: #FCFCFC;
    color: #BCBCBC;
    text-decoration: none;
}

.tabs a.active {
    background: #F7F7F7;
    color: #000;
}

.breadcrumb {
    list-style: none;
    background-color: #f5f5f5;
    font-size: 20px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #b1b1b1;
}

.breadcrumb>.active {
    color: #b1b1b1;
}


/*************************************************************/


/**
 * Bootstrap customization
 */

.panel {
    border-color: #E8E8E8;
    box-shadow: none;
    padding: 12px 20px 15px;
}

.panel.menu {
    background-color: #fbfbfb;
}

.panel .panel-heading {
    border-bottom: 1px solid #eee;
    color: #676767;
    background-color: #ffffff;
    border-color: #d3d8db;
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
}

.panel .panel-body {
    padding: 10px 0px;
}

.panel>.panel-heading:after,
.panel>.panel-heading:before {
    content: " ";
    display: table;
}

.panel>.panel-heading:after {
    clear: both;
}

.panel>.panel-heading>.caption {
    float: left;
    display: inline-block;
    text-transform: uppercase;
}

.panel>.panel-heading>.action {
    float: right;
    display: inline-block;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.form-group {
    margin-bottom: 10px;
}

.form-group .nav>li>a {
    padding: 3px 10px;
    color: #AFAFAF;
}

.form-group .nav>li.active>a {
    background-color: #E8E8E8
}

.form-group .nav-tabs {
    border-bottom: 0px;
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
    color: #000;
    background-color: #F5F8F9;
    border: 1px solid #C7D6DB;
}

input.form-control {
    padding: 5px 8px;
}

select.form-control {
    padding: 5px 5px;
}

textarea.form-control {
    height: 200px
}

textarea.small.form-control {
    height: 100px
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-center {
    float: none;
    margin: 0 auto;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 4px;
}

.form-horizontal .control-label.with-tab {
    padding-top: 37px;
}

.input-group-btn>.btn {
    height: auto !important;
    padding: 2px 10px !important;
}

.input-group-btn .dropdown-menu {
    min-width: 125px;
    padding: 3px 0px;
}

.input-group-btn:first-child>.dropdown-toggle {
    padding: 2px 4px !important;
}

.btn-default {
    border-color: #EFECEC;
}

.btn-default:hover {
    border-color: #F3F3F3;
}

.dropdown-menu>li>a {
    text-align: left;
}

label {
    font-weight: normal;
    color: #656565;
}

.label {
    font-weight: normal;
    font-size: 70%;
    border-radius: 2px;
}
.bootstrap-tagsinput {
    width: 100%;
}
.bootstrap-tagsinput .tag {
    margin-right: 0px;
    margin-bottom: 1px;
}
.bootstrap-tagsinput .tag.label {
    font-size: 100%;
}
.bootstrap-tagsinput input {
    border: none !important;
}

.label.label-pending {
    background-color: #777;
}

.label.label-settled {
    background-color: #5bc0de;
}

.label.label-delivered {
    background-color: #337ab7;
}

.label.label-completed {
    background-color: #5cb85c;
}

.label.label-cancel {
    background-color: #d9534f;
}

.label.label-waiting-payment {
    background-color: #0e3946;
}

.label.label-refunded {
    background-color: #f0ad4e;
}

.btn,
.input-group-addon {
    border-radius: 0px;
    margin-right: 1px;
}

.relatedProductListWrapper .thumbnail {
    display: inline-block;
    padding: 10px;
    width: 250px;
    /* height: 300px; */
    margin-right: 10px;
    vertical-align: top;
}

.fileListWrapper .thumbnail {
    display: inline-block;
    padding: 10px;
    width: 250px;
    /* height: 300px; */
    margin-right: 10px;
    vertical-align: top;
}


/**
 * Datatable customization
 */

table.dataTable {
    background-color: #FFFFFF;
}

table.dataTable.table tbody tr:hover {
    background-color: #EAEAEA;
}

.table-bordered {
    border: 1px solid #F3F3F3;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td {
    border: 1px solid #F3F3F3;
}

.table-bordered>thead>tr>th {
    border-bottom: 1px solid #d4d4d4;
}

table.dataTable .level-prefix {
    color: #CCCCCC;
}

table.dataTable .tbn {
    max-width: 40px;
    max-height: 40px;
    border: 1px solid #eaeaea;
}

table.dataTable .tbn-md {
    max-width: 100px;
    max-height: 100px;
    border: 1px solid #eaeaea;
}

table.dataTable tbody tr.selected {
    background-color: #c1cfea;
}

table.dataTable tfoot th {
	border-top: 1px solid #000 !important;
}
.dt-container .dt-processing {
	top: 50px !important;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
.dt-container .dt-search input {
	margin-left: 0;
	width: 500px !important;
}


/**
 * BoostrapDialog customization
 */

.wide .modal-dialog {
    width: 1000px;
}

.plain .modal-dialog .modal-header {
    background-color: #f7f5f5;
}

.plain .modal-dialog .bootstrap-dialog-title {
    color: #000;
}

.modal-backdrop {
    background-color: #6f6f6f;
}


/**
 * Fancy tree customization
 */

ul.fancytree-container {
    border: none;
    background-color: #fbfbfb;
}


/**
 * dropzone customization
 */

.dropzone {
    display: inline-block;
    box-sizing: border-box;
    width: 250px;
    height: 300px;
    line-height: 250px;
    padding: 25px;
    color: #97A1A8;
    background: #F9FBFE;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
    position: relative;
    overflow: hidden;
}

.dropzone .dz-default.dz-message {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #48A0DC;
    margin: 0;
}

.dropzone .btn-upload {
    display: inline-block;
    background: #48a0dc;
    padding: 11px 20px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.dropzone .dz-preview {
    position: absolute;
    top: 0px;
    left: -75px;
    margin-left: 50%;
    width: 150px;
    height: 50px;
    min-height: 50px;
}

.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    width: 500px !important;
}