@media only screen and (min-width: 1300px) {
    .container {width:1300px;}
}

label {
	vertical-align: middle;
	text-transform: capitalize;
	padding: 11px 0;
}

.pagination {float:left;}
.affix {
    width:1250px;
    background: #fff;
    z-index: 1000;
}
.pagination 
{
    margin:7px 15px;
    display: flex;
    justify-content: center;
}

/* category tree */
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.treeview {list-style: none;}

.treeview li {list-style: none;}

/* check box fixes */
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.form-group input[type="checkbox"].checkTree {display:block; float:left; clear:both;}

#website input[type="checkbox"] {display:block;}
.zui-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    /*font: normal 13px Arial, sans-serif;*/
}
.zui-table tbody tr {
    /*height:100px;*/
}
.zui-table thead th {
    background-color: #D2D4D4;
    border-top: none;
    border-bottom: none;
    border-right: 2px solid #fff;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
}
.zui-table tbody td {
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
    font-size:12px;
}
.zui-wrapper {
    position: relative;
}
.zui-scroller {
    margin-left: 141px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    
}
.zui-table .zui-sticky-col {
    left: 0;
    position: absolute;
    top: auto;
    width: 120px;
    overflow:hidden;
}
.zui-wrapper .form-group {
    margin-bottom:0px;
}
#scroller .form-control {
    font-size:12px;
    padding:0px;
    margin:0px;
}

.panel-default {margin-top:50px;}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top11 { margin-top:11px; }
.top12 { margin-top:12px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }
.top55 { margin-top:55px; }
.top70 { margin-top:70px; }
.top90 { margin-top:90px; }
.top100 {margin-top:100px;}

.pl5 {padding-left:5px;}
.ml5 {margin-left:5px;}

thead {
    background:#f8f8f8 !important;
}
tbody:before {
    /* This doesn't work because of border-collapse */
    line-height:50px;
    content:".";
    color:white; /* bacground color */
    display:block;
}

.alert {
    margin-top:55px;
    margin-bottom:-50px;
}

.ui-datepicker {
    border:1px solid #cdcdcd;
    background:#fff;
    padding:15px;
}
.ui-datepicker span,
.ui-datepicker table td {
    padding:0px 3px;
}

.ui-state-active
{
    font-weight: bold;
    text-decoration: underline;
}