﻿/*---------------------Custom Global Css Setting---------------------*/
.page-content {
    padding: 15px 20px 0 20px;
}

.logo h1 {
    color: #eee;
}

.userInfo {
    color: #30a5ff;
    font-size: 20px;
}

.lblMsg .lblMsgAdd {
    color: #808080;
}

a {
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

/*---------------------- table ----------------------*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.table kbd {
    font-size: 1em;
    padding: 2px;
    cursor: pointer;
}

    .table kbd:hover {
        background-color: #b91717;
        color: #fff;
    }

.kbdGreen > kbd {
    font-size: 1em;
    padding: 2px;
    cursor: pointer;
    background-color: #32be27;
}

.kbdRed > kbd {
    font-size: 1em;
    padding: 2px;
    cursor: pointer;
    background-color: #d02bae;
}
/*---------------------- btn ----------------------*/


/*---------------------- cbp-qtrotator ----------------------*/
.cbp-qtrotator {
    position: relative;
    margin: 3em auto 5em auto;
    max-width: 800px;
    width: 100%;
    min-height: 400px;
}

    .cbp-qtrotator .cbp-qtcontent {
        position: absolute;
        min-height: 200px;
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        padding: 2em 0;
        top: 0;
        z-index: 0;
        opacity: 0;
        width: 100%;
    }

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    background: #47a3da;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

    .cbp-qtrotator blockquote p {
        font-size: 1.3em;
        color: #333;
        font-weight: 300;
        margin: 0.4em 2em 1em 1.5em;
    }

    .cbp-qtrotator blockquote .cbpcontent {
        font-size: 1.1em;
        color: #888;
        font-weight: 100;
        margin: 0.4em 2em 1em 2em;
    }


    .cbp-qtrotator blockquote footer {
        color: #666;
        margin-top: 1em;
        margin-left: 1.5em;
        margin-right: 2em;
        font-size: 1.1em;
        float: right;
    }

        .cbp-qtrotator blockquote footer:before {
            content: ' -';
        }

.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 1.5em;
    margin-right: 2em;
    max-width: 128px;
}

/* Example for media query */
@media screen and (max-width: 30.6em) {

    .cbp-qtrotator {
        font-size: 50%;
    }

        .cbp-qtrotator img {
            width: 80px;
        }
}
