/*
 *  Document   : themes.css
 *  Author     : pixelcave
 *  Description: The themes stylesheet of the template. The classes can
 *  be used to alter the text or the background of an element individually
 *
 */

/*
=================================================================
THEME DEFAULT
=================================================================
*/

.themed-color-default {
    color: #5ccdde !important;
}

.themed-background-default {
    background-color: #5ccdde !important;
}

.themed-color-dark-default {
    color: #454e59 !important;
}

.themed-background-dark-default {
    background-color: #454e59 !important;
}

/*
=================================================================
THEME SOCIAL
=================================================================
*/

.themed-color-social {
    color: #627aad !important;
}

.themed-background-social {
    background-color: #627aad !important;
}

.themed-color-dark-social {
    color: #333333 !important;
}

.themed-background-dark-social {
    background-color: #333333 !important;
}

/*
=================================================================
THEME FLAT
=================================================================
*/

.themed-color-flat {
    color: #45a7b9 !important;
}

.themed-background-flat {
    background-color: #45a7b9 !important;
}

.themed-color-dark-flat {
    color: #374249 !important;
}

.themed-background-dark-flat {
    background-color: #374249 !important;
}

/*
=================================================================
THEME AMETHYST
=================================================================
*/

.themed-color-amethyst {
    color: #7c62ad !important;
}

.themed-background-amethyst {
    background-color: #7c62ad !important;
}

.themed-color-dark-amethyst {
    color: #353a4d !important;
}

.themed-background-dark-amethyst {
    background-color: #353a4d !important;
}

/*
=================================================================
THEME CREME
=================================================================
*/

.themed-color-creme {
    color: #b09573 !important;
}

.themed-background-creme {
    background-color: #b09573 !important;
}

.themed-color-dark-creme {
    color: #49443d !important;
}

.themed-background-dark-creme {
    background-color: #49443d !important;
}

/*
=================================================================
THEME PASSION
=================================================================
*/

.themed-color-passion {
    color: #de4b39 !important;
}

.themed-background-passion {
    background-color: #de4b39 !important;
}

.themed-color-dark-passion {
    color: #252d2f !important;
}

.themed-background-dark-passion {
    background-color: #252d2f !important;
}

/*
=================================================================
THEME CLASSY
=================================================================
*/

.themed-color-classy {
    color: #777777 !important;
}

.themed-background-classy {
    background-color: #777777 !important;
}

.themed-color-dark-classy {
    color: #353535 !important;
}

.themed-background-dark-classy {
    background-color: #353535 !important;
}

.displayNone{
    display:none;
}

.uploadImag{
    max-width:400px;
    max-height:50px;
    margin-right:20px;
}
.tableContentLine td{
    padding:5px;
}
.tableContentLine span{
    padding:5px;
}
/*
* Component: pagination
* ------------------------
*/

.paginationBox{
   padding-top:4px;
}
.form-group.form-actions{
	padding-top:5px;
	padding-bottom:5px;
}
.red{color:red;}

.input-delete-addon{
    line-height: 35px;
    font-size:18px;
    padding:5px;
}
/* Tables */
.mytable{
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.mytable.table-vcenter th,
.mytable.table-vcenter td {
    vertical-align: middle;
}

.mytable thead > tr > th {
    font-size: 14px;
    font-weight: 600;
}

.mytable thead > tr > th > small {
    font-weight: 400;
    font-size: 75%;
}

.mytable thead > tr > th,
.mytable thead > tr > td,
.mytable tfoot > tr > th,
.mytable tfoot > tr > td {
    padding-top: 9px;
    padding-bottom: 9px;
}

.mytable tbody > tr > th,
.mytable tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
}

.mytable.table-condensed tbody > tr > th,
.mytable.table-condensed tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.mytable tfoot > tr > th,
.mytable tfoot > tr > td {
    background-color: #f9f9f9;
}

.table-borderless tbody > tr > th,
.table-borderless tbody > tr > td {
    border-top-width: 0;
}

.mytable thead > tr > th,
.mytable tbody > tr > th,
.mytable tfoot > tr > th,
.mytable thead > tr > td,
.mytable tbody > tr > td,
.mytable tfoot > tr > td,
.mytable tbody + tbody,
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #ebeef2;
}


.mytable.table-pricing {
    background-color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.mytable.table-pricing.table-featured,
.mytable.table-pricing:hover {
    border-color: #5ccdde;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.mytable.table-pricing.table-pricing-nohover:hover {
    border-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mytable.table-pricing th {
    text-align: center;
    background-color: #5ccdde;
    border-bottom: none;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mytable.table-pricing td {
    padding-top: 12px;
    padding-bottom: 12px;
}




.fc-scroller {
    overflow-y: hidden !important;
}

.noStyleUl{}

.noStyleUl li{float:left;width:80px;}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.spl_ul {
    padding: 8px 15px;
    list-style: none;
}
.spl_ul > li {
    float:left;margin-right:10px;line-height:30px;
}

.customeOrder{
	cursor:pointer;
}


/**new store **/
.col-store-1 {
    width: 9%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
}

.col-store-2 {
    width: 15%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
}
.col-store-3 {
    width: 76%;
    float: left;
    position: relative;
    min-height: 1px;

}
.store-header{
    color: #000;
    background-color: #cccccc;
    padding: 8px 10px 8px 10px;
}
.nav-pills > li.active > a{
    background-color: #3b819c;
}

.simple-table  > thead > tr > th{
    padding: 0px;
    font-size: 13px;
    text-align:center;
    height:32px;
    position:relative;
}

.simple-table  td{
    padding: 0px;
    font-size: 13px;
    position:relative;
}

.breadcrumb-store {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb-store > li {
    display: inline-block;
}
.color-lump{
	height:20px;padding:0 10px;
}
.dateChoosed{
    background-color: #CC0033;
}

.dateAdFormal{
    background:#66CC00
}
.dateAdPlace{
    background:#FFFF33
}
.dateAdInner{
    background:#CCCCCC
}
.weekEnd{
    width:100%;height:100%;
    background:#FF9933;opacity: 0.2;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;

}

.multiDiv{
    width:100%;height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:10;

}

.part1{
     width:100%;height:50%;
     border-bottom:1px solid #222;

 }
.part2{
    width:100%;height:50%;

}


.menu-top{
	height:70px;list-style:none;padding:0px;margin-right:7%;
}
.menu-top li{
	width:16%;float:right;line-height:70px;
}
.mw-iconfont {color: #FFF;font-size: 10px;}

.w-nav-item-link {/* reset */margin: 0;padding: 0;text-decoration: none;outline: none;display: block;height: 100%;color: #383838;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: 'Microsoft YaHei';font-size: 14px;}
.w-link-txt {font-family: 'Microsoft YaHei';font-size: 14px;}
.w-nav-item {height: 70px;border-left-width: 1px;border-left-style: solid;border-left-color: #EEEEEE;}
.mainTitle{height:70px;line-height:70px;padding-left:7%;font-size:26px;font-family:Microsoft YaHei;color:#005757}

.imgTitle{line-height:1.0;font-family:Microsoft JhengHei;font-size:42px}
.imgContent{line-height:1.0;font-family:Microsoft JhengHei;font-size:28px}
.imgTextBox{position:absolute; left:20px; top: 300px;padding-top:30px;text-align:center; width:460px;height: 140px;background:#fff;opacity:0.6;filter:alpha(opacity=60);}
.naviButton{text-align:center; }
.naviButton i{font-size:70px;color:#009393 }
.naviButton img{max-height: 100%;max-width: 100%; }
.naviButton a{color:#222 }
.blockTitle{line-height:1.75;color:#009393; font-family:Microsoft YaHei;font-size:24px; }
.titleLine {display: inline-block;width:100%;border-bottom: 2px solid black;margin-top:20px;}
.article-story p{text-indent:2em;}
.article-story span{color:red}
.feed{margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #ccc;}
.feed-img img{max-height: 100%;max-width: 100%;}
.feed-content{font-family: 'Microsoft YaHei';font-size: 14px;padding:5px}
.feed-content .title{font-weight: bold;}
.feed-content .content{color:#222}
.img-info{text-align:center;color:#666;padding:10px;font-style:italic;}
.block20{display: inline-block;height:20px}
.index-proj{color:#222}
