/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2015, 9:57:24 PM
    Author     : POP-US-750D
*/

.tb-hide {
    display:none;
}
.ez-table,
.ez-vtable{
    width:100%;
    box-sizing:border-box;
    margin-bottom:25px;
}
.ez-table table,
.ez-vtable table{
    width:100%;
    border-collapse:collapse;
    border:1px #D7D8D7 solid;
    table-layout:fixed;
    font-size:13px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
}
.ez-table .td-full {
    width:100%;
}
.ez-table .tb-head {
    background-color:#ffe699;
}
.ez-table tr:first-child {
    border-bottom:1px #D7D8D7 solid;
}
.ez-table tr.tb-data:nth-child(odd){
    background-color:#f6f9fc;
}
.ez-table tr.tb-data:nth-child(even){
    background-color:#fff;
}
.ez-table tr.tb-sum:last-child{
    border-top: 3px double #444;
}
.ez-table table th {
    font-size:12px;
    font-weight:600;
    text-align:center;
}
.ez-table td,
.ez-table th{
    font-size:12px;
    padding:3px 2px;
    text-align:center;
    word-break: break-all;
}
.ez-table [class*="icon-"],
.ez-table [class*="icon2-"]{
    font-size:18px;
}
.tb-total {
    border-top:2px #29abe2 double;
}
.page-nav {
    float:left;
    width:100%;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;
}
.pnav-icon {
    display:inline-block;
    width:32px;
    line-height:30px;
    padding-top:2px;
    font-size:25px;
    color:#1597ce;
    text-decoration:none;
}
.pnav-icon:hover {
    text-decoration:none;
    background-color:#29abe2;
    color:#fff;
}
.pnav-icon.nav-inactive {
    color:#bbb;
    cursor:default;
    pointer-events:none;
}
.pnav-icon.nav-inactive:hover {
    color:#bbb;
    background-color:#f5f5f5;
}
.page-sel {
    position:relative;
    top:-5px;
    font-size:13px;
    width:80px;
}
.tt-page{
    position:relative;
    top:-5px;
    font-size:15px;
}
/* option for table */
#op-wrap {
    height:0;
    transition: height linear 0.15s;
    overflow:hidden;
}
.op-tb {
    position:relative;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
    box-shadow: 0 1px 0 rgba(0,0,0,.025);
    padding:7px 20px 15px 20px;
    box-sizing:border-box;
    font-size:13px;
}
.op-but {
    display:inline-block;
    box-sizing:border-box;
    position:relative;
    top:0px;
    float:right;
    margin-right:5%;
    width:37px;
    box-sizing:border-box;
    background-color:#fff;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
    box-shadow: 0 1px 0 rgba(0,0,0,.025);
    padding:3px 7px 0px 7px;
    font-size:20px;
    cursor:pointer;
    color:#777;
    z-index:1;
}
.op-but:hover {
    color:#444;
}
.op-arr {
    font-size:15px;
    line-height:15px;
    position:relative;
    top:3px;
    padding-left:3px;
}
#op-tb-check ul li{
    list-style:none;
    display:inline-block;
    float:left;
    padding-left:7px;
    padding-bottom:10px;
    width:33%;
    box-sizing:border-box;
}
#op-tb-check ul li label {
    padding-left:5px;
}
#op-tb-apply {
    color:rgb(85,85,85);
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    padding:3px 7px 3px 7px;
    font-size:13px;
    float:right;
}
#op-tb-apply:hover {
    border-color:rgb(50,50,50);
}
.tb-n-minus {
    color:#ff5b42;
    font-weight:600;
}
.tb-n-minus:before {
    font-family: "ezicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "p";
    position:relative;
    top:2px;
}
@media only screen and (min-width: 420px) {
    .ez-table table,
    .ez-vtable table{
        font-size:14px;
    }
    .ez-table th,
    .ez-table td {
        font-size:14px;
    }
}
@media only screen and (min-width: 1024px) {

}
/*----------------------------------------------------------------------------- table filter -----------------------------------------------*/
.tb-search {
    width:100%;
    float:left;
}
.tb-clear-filter {
    width:100%;
    box-sizing:border-box;
    float:left;
    margin-bottom:10px;
}
.tb-clear-filter input {
    width:100%;
}
.tb-filter {
    width:100%;
    float:left;
    box-sizing:border-box;
}
@media only screen and (min-width: 420px) {
    .tb-filter {
        width:50%;
        padding-right:15px;
    }
    .tb-clear-filter {
        width:50%;
        padding-right:15px;
    }
    .tb-filter.fil-100{
        width:100%;
    }
}
@media only screen and (min-width: 769px) {
    .tb-filter,
    .tb-clear-filter{
        width:33%;
    }
    .tb-filter.fil-100{
        width:100%;
    }
}
@media only screen and (min-width: 1024px) {
    .tb-filter,
    .tb-clear-filter{
        width:25%;
    }
}

/*----------------------------------------------------------------------------- carbon -----------------------------------------------*/
/* SEO Page nav */
.all-pages {
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
}
.all-pages a,
.all-pages span{
    display:inline-block;
    margin-right:3px;
    padding:3px 8px;
    border:#79b7e7 1px solid;
    font-size:14px;
    cursor:pointer;
    text-decoration:none;
}
.all-pages span {
    font-weight:600;
    cursor:default;
}
.all-pages a:hover{
    color:#fff;
    background-color:#29abe2;
    font-weight:600;
}
.all-pages .c-page {
    font-size:14px;
    font-weight:600;
    background-color:#29abe2;
    color:#fff;
}

/*--------------------------------------------------------------------------key group -----------------------------------------------*/
.tb-kgroup-st {
    border-top:#ddd 1px solid;
}
.tb-kgroup {
    border-right:#ddd 1px solid;
    background-color:#fff;
}

/*--------------------------------------------------------------------------ez vtable -----------------------------------------------*/
.ez-vtable th{
    background-color:#ffe699;
    border-right:#ddd solid 1px;
}
.ez-vtable th,
.ez-vtable td{
    border-bottom:#ddd solid 1px;
    padding:3px 5px;
}
/* =============================================[   CL TB VTOP   ]=============================================== */
.cl-tb-vtop td{
    vertical-align: top;
}


/*=============================================[   TABLE with input   ]===============================================*/
.cl-tb-input div{
    margin:0;
}
.pap-oform .cl-tb-input div input:not([type='button']),
.pap-oform .cl-tb-input div select,
.pap-oform .cl-tb-input div textarea,
.pap-oform .cl-tb-input input,
.pap-oform .cl-tb-input select,
.pap-oform .cl-tb-input textarea{
    padding:1px;
    font-size:13px;
}
.pap-oform .cl-tb-input .label-inline div:not(".pap-time-group") input:not([type='checkbox']):not([type='button']),
.pap-oform .cl-tb-input input:not([type='checkbox']):not([type='button']) {
    width:100%;
}
.pap-oform .cl-tb-input div select,
.pap-oform .cl-tb-input select{
    height:26px;
}
.pap-oform .cl-tb-input div input:not([type='button']):focus,
.pap-oform .cl-tb-input div input:not([type='button']):active,
.pap-oform .cl-tb-input input:focus,
.pap-oform .cl-tb-input input:active{
    padding:1px;
    font-size:13px;
}
.cl-tb-input ul[id*='-res'] {
    margin:0;
}
.cl-tb-input ul[id*='-res'] li {
    font-size:13px;
}
/*=============================================[   PERPAGE   ]===============================================*/
.show-perpage {
    float:right;
    padding-right:10px;
}
.show-perpage .set-perpage {
    width:60px;
}
table.tb-fixed-head {
    position: fixed;
    top: 44px;
    z-index: 4;
}

/* =============================================[   HILIGHTED   ]=============================================== */
[class*='tr-highlighted-'] {
    background-image: linear-gradient(to bottom,#FFF7D9 0,#FFD740 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

/* =============================================[   SORT TABLE   ]=============================================== */
.des-has-icon {
    position:relative;
}
.des-has-icon .icon2-sort {
    position:absolute;
    top:5px;
    left:5px;
    cursor:move;
    color:#17a2b8;
    font-size:14px;
}