.text-left{ text-align:left; }
.text-center{ text-align:center; }
.text-right{ text-align:right; }

.ui-button:active, .panel-header {
    border-color: #ec5a00;
}

.btn-group-horizontal{
    padding: 1em 1em;
}

.btn-group-vertical{

}

table.asset_table {
            width: 100%;
            border-collapse: collapse;
            text-align: center;
        }

        table.asset_table td {
            border: 0;
            border-bottom: 1px;
            border-style: solid;
            border-color: #ddd;
            padding: 3px 6px;
        }

    table.asset_table thead, .asset-tabs .ui-tabs-nav, .container .panel-header, .userinfo_detail .total, .ui-button:active {
        background: #FB8C00;
    }

    .pager ul li.normal, .pager .jumpBox input{
        border-color: #FB8C00;
    }

        table.asset_table thead th {
            padding: 8px 0;
        }

        table.asset_table_pointer tbody tr {
            cursor: pointer;
        }

        table.asset_table i {
            cursor: pointer;
        }

        table.asset_table a {
            text-decoration: underline;
            color: royalblue;
        }

        table.asset_table tbody tr:hover {
            background-color: #f3f3f3;
        }

        .container {
            max-width: 720px;
            text-align: center;
        }

.asset-header, .panel-header {
    padding: 0.5em;
    text-align: center;
    margin: 0;
}

        .panel {
            margin-bottom: 20px;
            border-radius: 4px;
            overflow: auto;
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-header{
            border-bottom:none;
        }

        .panel-body {
            padding: 1rem;
        }

        .ui-dialog-titlebar {
            text-align: center;
        }

        .dialog {
            border-radius: 8px;
        }

        .dialog .ui-dialog-titlebar {
            background: none;
            border: none;
        }

        .asset_login_dialog .ui-dialog-titlebar-close{ display:none; }
        .asset_login_dialog .ui-dialog-title { width: 100%; }

        .ui-tooltip.prod_info p{ word-break:break-word; }

        .loading {
            min-height: 2rem;
            text-align: center;
        }

        .pager {
            float: right;
        }

        .pagination_control li.normal,
        .jumpBox input {
            border: 1px solid #ec6603;
        }
        #asset_login_container #asset_login .titleh2 {
            display: none;
        }

        #asset_login_container #asset_login{
            background: none;
        }

        .left .asset_userinfo,.left .asset_login{
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

span.postdate {
    text-align: right;
    float: right;
    /* display: inline-block; */
}

a.postlink {
    /* margin-bottom: 4px; */
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
}

li.postline {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
}

ul.post-list li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BDBDBD;
    padding: 0 5px;
    margin-bottom: 5px;
}

.post-header {
    margin-bottom: 1em;
}

.postcontent-container .post-body img{
    max-width: 100%
}

.asset-tabs {
    padding: 0;
}

.asset-tabs li.ui-tabs-tab.ui-tabs-active {
    background-color: white;
    color: blue;
    border-color: #c5c5c5;
    font-weight: normal;
}

.asset-tabs .ui-tabs-tab.ui-tabs-active a {
    color: #454545;
}

.asset-tabs .ui-tabs-nav {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.4em;
}

.asset-list{
    min-height: 100px;
}

.asset-list li {
    padding-bottom: 3px;
    margin-bottom: 8px;
    font-size: 1.1em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a2a2a2;
    cursor: pointer;
}

span.asset-list-title {
    float: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 600px;
    width: calc(100% - 120px);
}

span.asset-list-date {
    float: right;
    text-align:right;
    width:100px;
}

.overlayer-container {
    position: relative;
    min-height: 100px;
}

.overlayer {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.66);
    z-index: 10;
    width: 100%;
    min-width: 100px;
    height: 100%;
}

.loader-container{
    width:100%;
    height:100%;
    position:relative;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.loader {
    /*margin: 60px auto;*/
    font-size: 10px;
    position: relative;
    /* text-indent: -9999em; */
    border-top: 0.7em solid #FF9800;
    border-right: 0.7em solid rgba(255, 255, 255, 0.00);
    border-bottom: 0.7em solid rgba(255, 255, 255, 0.00);
    border-left: 0.7em solid rgba(255, 255, 255, 0.00);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.asset-article-header {
    border-bottom-width: 2px;
    border-color: #fb8c00;
    border-style: solid;
    margin-bottom: 1em;
    border-top-width: 2px;
    border-left: none;
    border-right: none;
    padding: 1em 0 0.2em;
}

.asset-article-info *{
    margin-right: 1.5em;
}

.asset-article-content img {
    max-width: 100%;
}

.input-list li input {
    width: 94%;
    margin: 0 3%;
    border-width: 1px;
    border-style: solid;
    /*border-color: #bbb;*/
    height: 2em;
    padding: 0 0.5em;
    box-sizing: border-box;
}

.dialog .input-list li input{
    width:100%;
    margin: 0;
    border-radius: 3px;
}

.input-list li {
    padding: 0.5em 0;
}

ul.input-list {
    margin-bottom: 1em;
}

.normal {
    border-color: #ccc;
}

.error {
    border-color: red;
}

.valid {
    border-color: green;
}

.asset-quest {
    margin: 1em;
    padding: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

    .asset-quest .section {
        padding-left: 2em;
    }

    .asset-quest .options {
        padding-left: 2em;
    }

.text-indent{
    text-indent: 2em;
}