﻿
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 5px 0;
}

.tblAdmin textarea {
    font-family:Arial;
    font-size:14px;
}

.update-link {
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 320px;
}

    .update-link a {
        color: #FFF;
    }

        .update-link a:hover {
            text-decoration: underline;
        }

.paging {
    color: #363636;
    margin-top: 10px;
}

    .paging a {
        color: #363636;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 9px;
        border: 1px solid #CCCCCC;
        margin: 0 2px 0 0;
    }

        .paging .active {
            background:#0084C1;
            color:#fff;
        }

    .paging span {
        color: #9D9D9D;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 9px;
        border: 1px solid #CCCCCC;
        margin: 0;
    }

.viewPass {
    background: url('./Images/eye.png') no-repeat center;
    height: 16px;
    left: 323px;
    position: absolute;
    top: 174px;
    width: 24px;
}
/*------------------Master page------------------------*/
#wrapper {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
}

#left {
    width: 219px;
    display: table-cell;
    background: #212121;
    min-height: 100%;
    border-right: 1px solid #a6a6a6;
}

#right {
    box-shadow: inset 1px 2px 1px 0px #a6a6a6;
    background: #eeeeee;
    display: table-cell;
    vertical-align: top;
}

#right-top {
    background: #0076ac;
    height: 50px;
}

    #right-top #welcome {
        min-width: 175px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        background: #1294d0;
        position: relative;
        float: right;
    }

        #right-top #welcome:hover #list_welcome {
            display: block;
        }

        #right-top #welcome #list_welcome {
            position: absolute;
            z-index: 2;
            top: 49px;
            left: 0;
            width: 100%;
            padding-bottom: 10px;
            display: none;
            list-style: none;
            background: #383838 url("./Images/bgRightMenu.PNG") no-repeat;
        }

    #right-top #admin-link {
        height: 50px;
        position: relative;
        float: left;
        padding: 10px;
        line-height: 44px;
    }

        #right-top #admin-link span {
            border-radius: 12px;
            border: 1px solid #FFFFFF;
            color: #FFFFFF;
            height: 19px;
            line-height: 20px;
            padding: 1px 2px;
            position: absolute;
            right: -11px;
            text-align: center;
            top: 3px;
            width: 16px;
        }

#right #right_content {
    padding: 5px 5px 20px;
}

#list_welcome li {
    float: left;
    width: 100%;
}

    #list_welcome li a {
        display: block;
        color: white;
        line-height: 8px;
        padding: 13px 0 0 15px;
        font-size: 12px;
        text-align: left;
    }

        #list_welcome li a:hover {
            text-decoration:underline;
        }

.logo {
    height: 135px;
    text-align: center;
    border-bottom: 1px solid #1d1d1d;
    background: #262626;
}

    .logo img {
        width: 151px;
        height: 66px;
        margin-top: 35px;
    }

.menu {
    width: 100%;
    background: #363636;
    list-style: none;
}

    .menu li {
        position: relative;
        display: block;
        background: #363636;
        border-top: 1px solid #212121;
        width: 100%;
        min-height: 40px;
    }

        .menu li a {
            display: block;
            color: #bababa;
            font-size: 14px;
            padding: 0 0 0 10px;
            line-height: 40px;
        }

        .menu li:hover, .menu li.active a {
            color: #ffffff;
            background: #0076ac;
        }

            .menu li:hover a {
                color: #ffffff;
            }

        .menu li span {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 20px;
            height: 20px;
            background: #0076ac;
            border-radius: 10px;
            color: white;
            text-align: center;
            line-height: 20px;
        }

        .menu li.active ul {
            display: block;
        }

        .menu li ul {
            display: none;
        }

        .menu ul li, .menu li:hover li {
            background: #ebebeb;
            border-top: 1px dotted #BDBDBD;
        }

            .menu ul li a, .menu li:hover li a {
                color: #797979;
                padding: 0 0 0 20px;
            }

        .menu li.active ul li a {
            background: #ebebeb;
            color: #797979;
        }

        .menu li ul li:hover a {
            color: #0076ac;
            background: #ebebeb;
        }

.menuTitle {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border-top: 1px solid #292929;
}

.textbox {
    background: #f2f2f2;
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 25px;
    padding: 3px 5px;
}

.label {
    background: #ffffff;
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 25px;
    padding: 3px 5px;
}

.button {
    background: #0084c1;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    border: none;
    padding: 8px 10px;
    min-width: 60px;
    cursor: pointer;
    text-align: center;
}

.btn-red {
    background: #CD0000;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    border: none;
    padding: 8px 10px;
    min-width: 60px;
    cursor: pointer;
    text-align: center;
}

.tblAdmin {
    background: #ffffff;
    padding: 0px 0 20px 0;
    width: 100%;
}

.labelTable {
    color: #8f8f8f;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
}

.title {
    font-family: Tahoma;
    font-size: 16px;
    color: #363636;
    padding: 20px 0px 30px 0px;
}

.titleTable {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #565656;
    padding: 10px;
    margin-top: 6px;
    border-bottom: 1px dashed #999;
}

#content {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: auto;
    min-height: 800px;
    z-index: 18;
    padding-bottom: 25px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    left: auto;
    top: auto;
}

#content-header {
    position: relative;
    text-transform: uppercase;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    color: #363636;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 20px 10px 0;
    height: 35px;
}

#content-container {
    position: relative;
    top: -96px;
    padding: 0px 20px;
}

/*================ Style Table Manager ================*/
.tblList {
    width: 100%;
    border: none;
    background: white;
}

    .tblList tr {
    }

        .tblList tr th {
            font-weight: bold;
            color: #585858;
            text-align: left;
            height: 35px;
            border-bottom: 1px dotted #BDBDBD;
        }

        .tblList tr td {
            color: #999999;
            border-bottom: 1px dotted #BDBDBD;
            vertical-align: top;
        }

            .tblList tr td .actionLink {
                color: #888888;
            }

                .tblList tr td .actionLink:hover {
                    color: #EF0000;
                }

.trChild {
    padding: 0 20px;
}

.blue {
    color: #0076AC;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 0 5px 0;
    display: inline-block;
}

.red {
    color: #EF0000;
    font-weight: bold;
}

.ctrlSubmit {
    margin: 20px 0;
}

.box-search {
    float: right;
    margin-left: 200px;
    text-align: right;
    top: 125px;
    width: 69%;
    z-index: 0;
}

.labelDetail {
    font-weight: bold;
    color: #585858;
    text-align: left;
    height: 35px;
    border-bottom: 1px dotted #BDBDBD;
}

.countVisit {
    border-right: 1px dotted #BDBDBD;
    padding: 10px 20px;
    width: 30%;
}

.titleVisit {
    color: #686868;
    margin: 6px 0;
}


.tab-statictis li {
    display: inline-block;
    margin: 0px 15px 5px 0;
    cursor: pointer;
}

    .tab-statictis li a {
        font-weight: bold;
        color: #686868;
        font-size: 13px;
    }

    .tab-statictis li:hover a, .tab-statictis li.tab-active a {
        color: #0076ac;
    }

.from-url {
    background: url("./Images/liVisitor.PNG") no-repeat left center;
    padding-left: 12px;
}

.italic {
    font-style: italic;
    font-size: 11px;
    color: #383838;
}
/*========== Message =========*/
.tooltip-validation {
    position: absolute;
    background: transparent url("./Images/tt-arrow.PNG") no-repeat 8px bottom;
    padding-bottom: 6px;
    min-height: 35px;
}

.field-validation-error {
    color: #FFF;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    background: rgba(200,00,00,0.8);
    border-radius: 5px;
}

.browse-button-wrapper {
    line-height: 100%;
    margin-top: -0.2em;
}

.Butt {
    background: -moz-linear-gradient(center bottom, #bbbbcc 35%, #CCCCCC 84%) repeat scroll 0 0 padding-box #FF0084;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    color: #797979;
    display: inline-block;
    font-family: "Helvetica Neue",helvetica,verdana,arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
    padding: 0 1.5em 5px;
    text-decoration: none;
    position: relative;
}

.button-upload-image {
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    display: inline-block;
    line-height: 1.75em;
    /*padding: 0 1.5em 5px;*/
    text-decoration: none;
    position: relative;
    background: #0084c1;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    border: none;
    padding: 8px 10px;
    min-width: 60px;
    cursor: pointer;
    text-align: center;
}

.browse-button-choose-files {
    cursor: pointer;
    font-size: 300%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.album {
    float: left;
    position: relative;
    margin: 0 0 30px 30px;
    width: 200px;
    height: 200px;
    background: #383838;
}

    .album img, .album a {
        width: 100%;
        height: 100%;
        display: block;
    }

.album-info {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 190px;
    padding: 0 5px;
    background: rgba(00,00,00,0.5);
    color: #FFFFFF;
}

.album-name {
    font-size: 15px;
}

.album-image-number {
    font-size: 11px;
}

.wrap-image-album {
    position: relative;
    float: left;
    background: #383838;
    width: 200px;
    height: 200px;
    margin: 0 0 20px 20px;
}

    .wrap-image-album img {
        width: 100%;
        height: 100%;
    }

    .wrap-image-album:hover .ctrl-image-album {
        display: block;
    }

    .wrap-image-album .ctrl-image-album {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 130px;
        background: rgba(00,00,00,0.8);
        text-align: center;
        z-index: 2;
        padding-top: 70px;
    }

    .wrap-image-album .chk-image-album {
        position: absolute;
        right: 0;
        top: 0;
    }

.none {
    display: none;
}

.statusShow {
    width: 86px;
    position: relative;
    height: 25px;
    cursor: pointer;
    line-height: 25px;
    color: white;
    font-weight: bold;
}

    .statusShow span {
        text-align: center;
        display: block;
    }

    .statusShow .circle-show {
        position: absolute;
        left: -2px;
        top: -2px;
        height: 26px;
        width: 25px;
        z-index: 1;
        background: url('./Images/CircleShow.PNG') no-repeat;
    }

.isShow {
    background: url('./Images/isShow.PNG') no-repeat;
}

.isHide {
    background: url('./Images/isHide.PNG') no-repeat;
}

    .isHide .circle-show {
        left: 62px;
    }

.trafficActive {
    color: #0076AC;
}

.help-title {
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px 0;
}

.clear {
    clear: both;
}