﻿body {
    font-size: 14px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.xfont-smaller {
    font-size: 10px;
}

.xfont-small {
    font-size: 12px;
}

.xfont-normal {
    font-size: 14px;
}

.xfont-large {
    font-size: 16px;
}

.xfont-larger {
    font-size: 18px;
}

.xweight-normal {
    font-weight: normal;
}

.xweight-bold {
    font-weight: bold;
}

.xcolor-primary {
    color: #337ab7;
}

.xcolor-success {
    color: #5cb85c;
}

.xcolor-info {
    color: #5bc0de;
}

.xcolor-warning {
    color: #f0ad4e;
}

.xcolor-danger {
    color: #d9534f;
}

.xcolor-red {
    color: #ff0000;
}

.xcolor-green {
    color: #00ff00;
}

.xcolor-blue {
    color: #0000ff;
}

.xcolor-white {
    color: #ffffff;
}

.xcolor-black {
    color: #000000;
}

.xcolor-gray {
    color: #808080;
}

.xpadding-0 {
    padding: 0px;
}

.xpadding-8 {
    padding: 8px;
}

.xpadding-16 {
    padding: 16px;
}

.xpadding-32 {
    padding: 32px;
}

.xmargin-0 {
    margin: 0px;
}

.xmargin-8 {
    margin: 8px;
}

.xmargin-16 {
    margin: 16px;
}

.xmargin-32 {
    margin: 32px;
}

.xletter-spacing-4 {
    letter-spacing: 4px;
}

.xalign-left {
    text-align: left;
}

.xalign-center {
    text-align: center;
}

.xalign-right {
    text-align: right;
}

.xbutton-normal {
    width: 80px;
}

.xpanle-label {
    margin-bottom: 0;
    padding-right: 0px;
    padding-top: 7px;
    text-align: right;
    vertical-align: middle;
    font-weight: normal;
}

.xform-title {
    color: #404040;
    font-family: "serif";
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
}

.xline-title {
    height: 2px;
    background-color: #ff9966;
    margin: 0px auto;
}

.xline-item {
    height: 1px;
    background-color: #C0C0C0;
    margin: 0px auto;
}

.xheight-8 {
    height: 8px;
}

.xheight-16 {
    height: 16px;
}

.pagination {
    margin: 0;
}

    .pagination a[disabled] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .pagination .active {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

.xcontrol-query {
    width: 120px;
}

.xcontrol-datetime {
    background: url('/content/image/calendar.gif') no-repeat left center;
    padding-left: 24px;
}

.xcontrol-query-input {
    width: 93px;
}

.xcontrol-query-button {
    width: 28px;
    padding-left: 8px;
}

.xrequire {
    color: #ff0000;
    padding-right: 4px;
}

.xtable-list tr th {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 2px solid #ff9966;
    border-bottom: 1px solid #c0c0c0;
    color: #b22222;
}

.xtable-list tr td {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-image: url(/images/line-dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.xtable-form tr th {
    padding: 8px;
    text-align: right;
    vertical-align: middle;
    font-weight: normal;
}

.xtable-form tr td {
    padding: 8px;
    vertical-align: middle;
}

.xitem-container {
    display: inline-block;
    width: auto;
    background-color: #f0f0f0;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 16px;
    margin-bottom: 8px;
    float: left;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

.xitem-content {
    position: relative;
}

.xitem-delete {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

.ximage16 {
    width: 16px;
    height: 16px;
}

.ximage32 {
    width: 32px;
    height: 32px;
}

.xtable-view {
    border-left: #e3e3e3 1px solid;
    border-right: #e3e3e3 0px solid;
    border-top: #e3e3e3 1px solid;
    border-bottom: #e3e3e3 0px solid;
}

    .xtable-view tr th {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: right;
        font-weight: normal;
        background-color: #F9F9F9;
        border-left: #e3e3e3 0px solid;
        border-right: #e3e3e3 1px solid;
        border-top: #e3e3e3 0px solid;
        border-bottom: #e3e3e3 1px solid;
        min-height:40px;
    }

    .xtable-view tr td {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-left: #e3e3e3 0px solid;
        border-right: #e3e3e3 1px solid;
        border-top: #e3e3e3 0px solid;
        border-bottom: #e3e3e3 1px solid;
        min-height:40px;
    }


.xtable-report tr th {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    /*border-top: 2px solid #ff9966;*/
    /*border-bottom: 1px solid #c0c0c0;*/
    border: 1px solid #c0c0c0;
    color: #b22222;
    background-color:#e3e3e3;
}

.xtable-report tr td {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    /*border-top: 1px solid #ff9966;
    border-bottom: 1px solid #c0c0c0;*/
    border: 1px solid #c0c0c0;
}