/**
 * common stylesheet file
 *
 * @link http://www.mk-style.com
 * @copyright Copyright &copy; 2013 Mk-Style
 */

/**
 * Common
 */
.translucent {
    filter: alpha(opacity=70); /* for IE8 and earlier */
    opacity: 0.7; /* for IE9 and other browsers */
}

.dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: #333 transparent transparent transparent;
}

.text-orange {
    color: #FF6600;
}


/**
 * 鑳屾櫙娓愬彉
 */
.gradient-orange {
    background-color: #DD5500;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9900), to(#DD5500));
    background-image: -moz-linear-gradient(top, #FF9900, #DD5500);
    background-image: -o-linear-gradient(top, #FF9900, #DD5500);
    background-image: linear-gradient(to bottom, #FF9900, #DD5500);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF9900,endcolorstr=#DD5500,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF9900,endcolorstr=#DD5500,gradientType=0);
}

.gradient-orange:hover,
.btn-orange:hover {
    background: #EE7700;
    filter: none;
}

.gradient-gray {
    background-color: #CDCDCD;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#CDCDCD));
    background-image: -moz-linear-gradient(top, #FDFDFD, #CDCDCD);
    background-image: -o-linear-gradient(top, #FDFDFD, #CDCDCD);
    background-image: linear-gradient(to bottom, #FDFDFD, #CDCDCD);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FDFDFD,endcolorstr=#CDCDCD,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FDFDFD,endcolorstr=#CDCDCD,gradientType=0);
}

.gradient-gray:hover,
.btn-gray:hover {
    background: #EDEDED;
    filter: none;
}

.gradient-black {
    background-color: #323232;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#010101), to(#323232));
    background-image: -moz-linear-gradient(top, #010101, #323232);
    background-image: -o-linear-gradient(top, #010101, #323232);
    background-image: linear-gradient(to bottom, #010101, #323232);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#010101,endcolorstr=#323232,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#010101,endcolorstr=#323232,gradientType=0);
}

.gradient-black:hover,
.btn-black:hover {
    background: #323232;
    filter: none;
}

.gradient-green {
    background-color: #C4E9F3;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#D8F4FE), to(#ADDCE6));
    background-image: -moz-linear-gradient(top, #D8F4FE, #ADDCE6);
    background-image: -o-linear-gradient(top, #D8F4FE, #ADDCE6);
    background-image: linear-gradient(to bottom, #D8F4FE, #ADDCE6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D8F4FE,endcolorstr=#ADDCE6,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D8F4FE,endcolorstr=#ADDCE6,gradientType=0);
}

.gradient-green:hover,
.btn-green:hover {
    background: #C8EBF5;
    filter: none;
}

.gradient-gray-tab {
    background-color: #E9E9E9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8F8F8), to(#E9E9E9));
    background-image: -moz-linear-gradient(top, #F8F8F8, #E9E9E9);
    background-image: -o-linear-gradient(top, #F8F8F8, #E9E9E9);
    background-image: linear-gradient(to bottom, #F8F8F8, #E9E9E9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#F8F8F8,endcolorstr=#E9E9E9,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#F8F8F8,endcolorstr=#E9E9E9,gradientType=0);
}


/**
 * 閫夐」鍗�
 */

.tab-header > h1 {
    margin: 0;
    padding-left: 10px;
    height: 33px;
    line-height: 33px;
    font-size: 1.07em;
    border: 1px solid #E6E6E6;
}

.tab-header > ul {
    border: 1px solid #E6E6E6;
    border-top: 0;
}

.tab-header > ul > li {
    position: relative;
    float: left;
}

.tab-header > ul > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #E6E6E6;
}

.tab-header > ul > li:first-child a {
    border-left: 0;
}

.tab-header > ul > li > span {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border: 8px solid #663333;
    border-color: #663333 transparent transparent;
}

.tab-header > ul > li.active > a {
    background: #663333;
    color: white;
}

.tab-header > ul > li.active > span {
    display: block;
    left: 50%;
    margin-left: -8px;
}

/* 涓ゆ爮 */
.tab-header > ul.colum2 > li {    
    width: 329px;
}

/* 涓夋爮 */
.tab-header > ul.colum3 > li {    
    width: 219px;
}

.tab-header > ul.colum3 > li:first-child
{
    width: 220px;
}


/**
 * 鎸夐挳
 */
.btn-orange {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    color: white;
    border: 1px solid #CC5500;
    background: #DD5500;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9900), to(#DD5500));
    background: -moz-linear-gradient(top, #FF9900, #DD5500);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF9900,endcolorstr=#DD5500,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF9900,endcolorstr=#DD5500,gradientType=0);
}

.btn-gray {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    color: black;
    border: 1px solid #ccc;
    background: #CDCDCD;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#CDCDCD));
    background: -moz-linear-gradient(top, #FDFDFD, #CDCDCD);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FDFDFD,endcolorstr=#CDCDCD,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FDFDFD,endcolorstr=#CDCDCD,gradientType=0);
}


/**
 * form
 */
input[type="text"].input-common,
input[type="password"].input-common {
    padding: 8px 6px;
    height: 18px;
    line-height: 18px;
 }


/**
 * 瀵嗙爜寮哄害
 */
#password-tip {
    /*display: none;*/
    font-size: 14px;
}

#password-tip > section {
    position: relative;
    display: none;
    margin-top: 12px;
    padding: 14px;
    width: 431px;
    background: #304663;
    color: white;
    font-size: 0.86em;
}

#password-tip > section > p {
    padding: 0 0 10px;
}

#password-tip > section > span {
    position: absolute;
    top: -20px;
    left: 50px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid #304663;
    border-color: transparent transparent #304663;
}

#password-tip > section > div {
    padding: 10px 6px;
    height: 18px;
    line-height: 18px;
    color: black;
    background: white;
}

#password-strength {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0 0 4px;
    font-size: 0.5em;
}

#password-strength > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *margin-left: 2px;
    width: 24px;
    height: 12px;
    line-height: 12px;
    background: #ccc;
}

#password-strength.weak > li.active {
    background-color: #BD5151;
}

#password-strength.medium > li.active {
    background-color: #FF6600;
}

#password-strength.strong > li.active {
    background-color: #1FA542
}

#password-strength.weak > li.world {
    color: #BD5151;
}

#password-strength.medium > li.world {
    color: #FF6600;
}

#password-strength.strong > li.world {
    color: #1FA542;
}

#password-strength > li.world {
    margin-left: 4px;
    background: transparent;
    font-size: 12px;
}


/**
 * 鎿嶄綔姝ラ
 */
.step {
    margin: 50px 0 60px;
    text-align: center;
}

.step > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    line-height: 2em;
}

.step > li > a,
.step > li > em {
    display: inline-block;
    color: #666666;
    font-size: 1.14em;
}

.step > li.active > a {
    color: #FF6600;
    font-size: 2em;
}

.step > li > em {
    padding: 0 10px;
    font-style: normal;
    font-family: '銉°偆銉偑';
}


/**
 * 鍒嗛〉
 */
.pages {
    margin: 0 0 20px 0;
    padding: 0 5px;
    font-family: verdana; 
    font-size: 12px; 
    text-align: center;
}

.pages a,
.pages span {
	display: inline-block;
    margin-right: 5px;
    padding: 0.2em 0.6em;
	min-width: 15px;
    border: 1px solid #fff;
	border-radius: 6px;
    background: #fff;
}

.pages span.current {
    border: 1px solid #2e6ab1;
    font-weight: bold;
    background: #2e6ab1;
    color: #fff;
}

.pages a,
.pages a:visited {
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #105cb6;
}

.pages a:hover {
    border-color: #2e6ab1;
    color: #333;
}

.pages a.nextprev {
    font-family: Times;
    font-weight: bold;
}

.pages span.nextprev {
    font-family: Helvetica;
    border: 1px solid #ddd;
    color: #999;
}

.pages-orange a,
.pagesorange span {
    border: 1px solid #CC5500;
}

.pages-orange a,
.pages-orange a:visited {
    border: 1px solid #DDD;
    color: #BC5916;
}

.pages-orange a:hover {
    border: 1px solid #CC5500;
    color: #BC5916;
}

.pages-orange span.current {
    border: 1px solid #CC5500;
    font-weight: bold;
    background: #BC5916;
    color: #fff;
}


/**
 * Icons
 */
[class^="mk-icon-"],
[class*="mk-icon-"] {
    display: inline-block;
    margin-top: 0;
    *margin-right: .3em;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-image: url('../images/font_awesome/font_awesome_icons_20_black.png');
    background-position: 20px 20px;
    background-repeat: no-repeat;
}

.mk-icon-orange {
    background-image: url('../images/font_awesome/font_awesome_icons_20_orange.png');
}

.mk-icon-white {
    background-image: url('../images/font_awesome/font_awesome_icons_20_white.png');
}

.mk-icon-gray {
    background-image: url('../images/font_awesome/font_awesome_icons_20_gray.png');
}

.mk-icon-ok {
    background-position: -2px -2px;
}

.mk-icon-info-sign {
    background-position: -2px -26px;
}

.mk-icon-config {
    background-position: -2px -50px;
}

.mk-icon-lock {
    background-position: -2px -74px;
}

.mk-icon-star {
    background-position: -2px -98px;
}

.mk-icon-plus {
    background-position: -26px -2px;
}

.mk-icon-question-sign {
    background-position: -26px -26px;
}

.mk-icon-envelope {
    background-position: -26px -50px;
}

.mk-icon-key {
    background-position: -26px -74px;
}

.mk-icon-fire {
    background-position: -26px -98px;
}

.mk-icon-plus-sign {
    background-position: -50px -2px;
}

.mk-icon-share {
    background-position: -50px -26px;
}

.mk-icon-off {
    background-position: -50px -50px;
}

.mk-icon-volume-down {
    background-position: -50px -74px;
}

.mk-icon-flash {
    background-position: -50px -98px;
}

.mk-icon-minus-sign {
    background-position: -74px -2px;
}

.mk-icon-comment {
    background-position: -74px -26px;
}

.mk-icon-shopping-cart {
    background-position: -74px -50px;
}

.mk-icon-volume-off {
    background-position: -74px -74px;
}

.mk-icon-wrench {
    background-position: -74px -98px;
}


/**
 * Other
 */
.hide {
    display: none;
}



/**
 * Responsive css start
 */
@media (max-width: 768px) {
    /**
     * 閫夐」鍗�
     */
    /* 涓ゆ爮 */
    .tab-header > ul.colum2 > li {    
        width: 50%;
    }

    /* 涓夋爮 */
    .tab-header > ul.colum3 > li,
    .tab-header > ul.colum3 > li.active {    
        width: 33.3%;
    }

    .tab-header > ul.colum3 > li:first-child,
    .tab-header > ul.colum3 > li:first-child.active {
        width: 33.4%;
    }

    .tab-header > ul.colum2 > li > a {
        border: 0;
    }


    /**
     * form
     */
    input[type="text"].error,
    input[type="password"].error,
    select.error {
        border-color: #CC5500;
        background-color: #F7D9B2;
    }


    /**
     * 瀵嗙爜寮哄害
     */
    #password-tip {
        position: relative;
    }

    #password-tip > section {
        position: absolute;
        bottom: 55px;
        padding: 5%;
        width: 90%;
    }

    #password-tip > section > span {
        top: auto;
        bottom: -20px;
        border-color: #304663 transparent transparent;
    }


    /**
     * 鍒嗛〉
     */
    .pages span,
    .pages a {
        display: none;
    }

    .pages em {
        display: inline-block;
        padding-top: 12px;
        font-style: normal;
        font-size: 1.2em;
    }

    .pages .nextprev {
        display: block;
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 60px;
        font-size: 2em;
        font-weight: normal;
        text-indent: -1000em;
        background-image: url('../images/pages-next.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .pages .nextprev:first-child {
        float: left;
        background-image: url('../images/pages-prev.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .pages span.nextprev {
        background-color: #D7D7D7;
        color: white;
    }
    
    .pages a.nextprev {
        background-color: #2E6AB1;
        color: white;
    }

    .pages-orange span.nextprev {
        background-color: #D7D7D7;
        color: white;
    }
    
    .pages-orange a.nextprev {
        background-color: #CC5500;
        color: white;
    }
}