﻿/* default */

bb9 html, body, form, img, div, p, dl, dt, dd, ul, ol, li, blockquote, th, td, iframe, pre {
    padding: 0;
    margin: 0;
    border: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
}

address, caption, cite, code, dfn, em, var {
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0 0 .8em;
    line-height: 1.35em;
}

td, th {
    empty-cells: show;
}

ul {
    list-style: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

textarea {
    overflow: auto;
}

.ui-corner-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

fieldset {
    float: left;
    width: 720px;
    padding: 0 10px 10px 10px;
    border: solid 1px #b9b9b9;
}

hr, legend, caption {
    color: black;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

div {
    display: block;
}

body, h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    line-height: 150%;
    font-family: Arial,AppleGothic,Sans-Serif,Helvetica;
    color: #333;
}

select, input[type="text"], textarea {
    padding: 3px;
    line-height: 1em;
    color: #5b5b5b;
    background: #fff;
    border: 1px solid;
    border-color: #ddd #e1dfdf #d1cdcd;
    box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
    -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
    width: 280px;
}

.scrolldiv {
    width: 740px;
    height: 300px;
    overflow: auto;
}

#excelResult {
    width: 740px;
    margin-top: 10px;
    height: 300px;
    overflow: auto;
    padding-bottom: 30px;
}

.error-message {
    color: red;
    padding: 5px;
    font-size: 15px;
}

.btn {
    -moz-user-select: none;
    background-color: #ff0100;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 54px;
    padding: 2px 10px;
    text-align: center;
    margin-top: 8px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 5px;
}

.hidden {
    background-color: #aaa;
}

input[type="submit"] {
    border: none;
    -moz-user-select: none;
    background-color: #ff0100;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 19px;
    min-width: 54px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 5px;
    font-family: Arial,AppleGothic,Sans-Serif,Helvetica;
}

input[type="button"] {
    border: none;
    -moz-user-select: none;
    background-color: #ff0100;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 19px;
    min-width: 54px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 5px;
    font-family: Arial,AppleGothic,Sans-Serif,Helvetica;
}

input[type="reset"] {
    border: none;
    -moz-user-select: none;
    background-color: #ff0100;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 19px;
    min-width: 54px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 5px;
    font-family: Arial,AppleGothic,Sans-Serif,Helvetica;
}
/* clearboth */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

body {
    background-color: #bfbfbf;
    min-width: 1000px;
    width: 100%;
}

.wrap {
    background-color: #fff;
    margin: auto;
    height: 100%;
    width: 85%;
}

span.actions a {
    background-color: #F0F0F0;
    border: 1px solid #0372A0;
    border-radius: 2px 2px 2px 2px;
    float: left;
    font-weight: normal;
    margin-right: 2px;
    padding: 0 5px;
    text-decoration: none;
}

table.list {
    border-collapse: collapse;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 1800px;
    font-size: 11px;
    font-family: Arial;
}

    table.list tr:hover td {
        background-color: #ccdeec;
    }

    table.list tr.active td {
        background-color: #ccdeec;
    }

    table.list tr th {
        padding: 5px;
        background-color: #b6d4e9;
        text-align: left;
        width: auto;
        border: 1px solid #ccc;
    }

        table.list tr th.number {
            text-align: right;
        }

        table.list tr th.status {
            text-align: center;
        }

    table.list tr td {
        padding: 5px;
        text-align: left;
        width: auto;
        border: 1px solid #ccc;
    }

        table.list tr td.number {
            text-align: right;
        }

        table.list tr td.status {
            text-align: center;
        }

    table.list tr.bold {
        font-weight: 700;
    }

/*------Header---------*/

.header {
    float: left;
    height: 141px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: White;
}
    .header .logo {
        padding: 0;
        float: left;
		width: 100%;
    }
	.header .logo img {
		width: 100%;
		height: auto;
	}
    .header .mainnav {
        position: relative;
        float: left;
        width: 80%;
        background-color: #0073c6;
        height: 48px;
    }

        .header .mainnav li {
            display: inline-block;
            position: relative;
            float: left;
            text-align: center;
            height: 48px;
        }

            .header .mainnav li.last {
                margin-right: 0;
            }

            .header .mainnav li a {
                position: relative;
                line-height: 42px;
                text-transform: uppercase;
                font-size: 12px;
                float: left;
                padding: 0 5px;
                color: #fff;
                margin-left: 5px;
            }

                .header .mainnav li a.active, .header .mainnav li a:hover {
                    background: url(http://htcmobile.netdeal.vn/images/mainnavhover.png);
                }

    .header .account-info {
        position: relative;
        float: right;
        width: 20%;
        background-color: #0073c6;
        line-height: 42px;
        color: white;
        font-size: 14px;
    }

        .header .account-info .user-name {
            float: right;
            text-align: left;
            margin-right: 5%;
        }


.content {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    min-height: 400px;
}
    /*-------Content-------*/
    .content .news-detail {
        width: 960px;
        float: left;
        padding: 20px;
    }

        .content .news-detail .ndl-title {
            font-size: 18px;
            color: #0073c6;
        }

        .content .news-detail .ndl-datetime {
            padding: 5px 0;
        }

    .content .leftcontent {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 220px;
    }

        .content .leftcontent .titlemenu {
            border-bottom: 1px solid #cdcdcd;
            width: 190px;
            padding: 10px 15px;
            margin-top: 20px;
            color: #0073c6;
            font-size: 20px;
        }

        .content .leftcontent .menuleft {
            position: relative;
            float: left;
            margin-bottom: 30px;
        }

            .content .leftcontent .menuleft li {
                position: relative;
                float: left;
                border-bottom: 1px solid #ccc;
                margin: 0 2px;
            }

                .content .leftcontent .menuleft li a {
                    width: 160px;
                    padding: 10px 30px;
                    float: left;
                    font-size: 13px;
                    color: #464646;
                    font-weight: bold;
                }

                    .content .leftcontent .menuleft li a.active, .content .leftcontent .menuleft li a:hover {
                        color: Black;
                        background-color: #ccdeec;
                    }

                    .content .leftcontent .menuleft li a.current-link {
                        color: #D70C8C;
                    }

                    .content .leftcontent .menuleft li a.other-link {
                        color: #464646;
                    }

    .content .rightcontent {
        float: left;
        position: relative;
        margin: 0;
        padding: 0 20px;
        width: 740px;
    }

        .content .rightcontent .titlepage {
            float: left;
            border-bottom: 1px solid #b9b9b9;
            width: 100%;
            text-align: center;
            color: #0073C6;
            font-size: 18px;
            text-transform: uppercase;
            padding: 5px 0;
        }

        .content .rightcontent .form {
            padding: 10px 0;
            float: left;
        }

            .content .rightcontent .form label {
                padding: 0 10px 0 0;
                width: 110px;
                float: left;
            }

                .content .rightcontent .form label.value {
                    font-weight: bold;
                    width: 240px;
                }

            .content .rightcontent .form .formitem {
                padding: 3px 0;
                float: left;
                width: 370px;
            }

            .content .rightcontent .form .formitem-hs {
                padding: 3px 0;
                float: left;
                width: 370px;
            }

        .content .rightcontent .notes {
            width: 100%;
            float: left;
            padding: 10px 0 0 0;
        }

            .content .rightcontent .notes .noteitem {
                padding: 5px 0;
                float: left;
                width: 500px;
            }

            .content .rightcontent .notes .groupbuton {
                margin-top: 20px;
                float: left;
            }

            .content .rightcontent .notes .noterightitem {
                float: right;
                width: 220px;
                font-style: italic;
                text-align: right;
                font-weight: bold;
            }

            .content .rightcontent .notes .noteitem label {
                font-style: italic;
                width: 60px;
                padding: 0 5px 0 0;
                float: left;
            }

            .content .rightcontent .notes .noteitem input {
                width: 350px;
            }

            .content .rightcontent .notes .noteitem textarea {
                width: 350px;
            }

    .content .action_menu {
        height: 40px;
        background-color: #e5e5e5;
        line-height: 40px;
        padding: 0 15px;
    }

    .content .claim {
        height: 120px;
    }

    .content .action_menu .title {
        font-weight: bold;
        font-size: 14px;
        float: left;
    }

    .content .action_menu .claimtitle {
        line-height: 80px;
    }

    .content .action_menu .text {
        float: left;
        margin-right: 5px;
    }

    .content .action_menu .action {
        float: right;
    }

    .content .main_content {
        padding: 15px;
        position: relative;
        float: left;
        width: 97%;
    }

        .content .main_content .form {
            padding: 10px;
            float: left;
        }

            .content .main_content .form label {
                padding: 0 10px 0 0;
                width: 130px;
                float: left;
                margin-top: 3px;
            }

                .content .main_content .form label.value {
                    font-weight: bold;
                    width: 240px;
                }

            .content .main_content .form .formitem {
                padding: 6px 0;
                float: left;
                width: 475px;
            }

        .content .main_content .notes {
            width: 100%;
            float: left;
            padding: 10px 0 0 0;
        }

            .content .main_content .notes .noteitem {
                padding: 5px 0;
                float: left;
                width: 500px;
            }

            .content .main_content .notes .groupbuton {
                margin-top: 20px;
                float: left;
            }

            .content .main_content .notes .noterightitem {
                float: right;
                width: 220px;
                font-style: italic;
                text-align: right;
                font-weight: bold;
            }

            .content .main_content .notes .noteitem label {
                font-style: italic;
                width: 60px;
                padding: 0 5px 0 0;
                float: left;
            }

            .content .main_content .notes .noteitem input {
                width: 350px;
            }

        .content .main_content textarea.area_content {
            width: 79.5%;
            height: 150px;
        }

        .content .main_content .items {
            padding: 10px;
            float: left;
        }

            .content .main_content .items .item_columns {
                padding: 10px 0;
                float: left;
                width: 222px;
                height: 350px;
                background-color: #f2f2f2;
                margin-right: 20px;
            }

            .content .main_content .items .last {
                margin-right: 0px;
            }

            .content .main_content .items .item_columns .title {
                border-bottom: 2px solid #ff8a00;
                font-size: 15px;
                color: #ff0e00;
                font-weight: bold;
                padding: 5px 10px;
                position: relative;
            }

            .content .main_content .items .item_columns .item {
                float: left;
                margin: 5px 3px;
            }

            .content .main_content .items .item_columns .page_index {
                margin-top: 5px;
                padding: 0 30px;
            }

                .content .main_content .items .item_columns .page_index .prev {
                    background: url(http://htcmobile.netdeal.vn/images/prev.png) no-repeat top left;
                    float: left;
                    height: 7px;
                    width: 14px;
                    margin-top: 4px;
                }

                .content .main_content .items .item_columns .page_index .number {
                    text-align: center;
                    width: 94px;
                    float: left;
                    position: relative;
                    padding: 0 20px;
                }

                .content .main_content .items .item_columns .page_index .next {
                    margin-top: 4px;
                    background: url(http://htcmobile.netdeal.vn/images/next.png) no-repeat top left;
                    float: right;
                    height: 7px;
                    width: 14px;
                }

            .content .main_content .items .item_columns .title span {
                float: right;
                font-size: 12px;
                padding: 2px 0;
                color: #858585;
            }

            .content .main_content .items .item_columns .short_content {
                padding: 5px 10px;
                font-size: 12px;
                color: #595959;
            }

.footer {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #8fb6d3;
    min-height: 30px;
    width: 100%;
}

/*CSS Popup*/
.popup {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

    .popup label {
        padding: 0 10px 0 0;
        width: 110px;
        float: left;
    }

        .popup label.value {
            font-weight: bold;
            width: 240px;
        }

    .popup .formitem {
        padding: 3px 0;
        float: left;
        width: 370px;
    }

        .popup .formitem .short {
            width: 30px;
        }

    .popup .groupbuton {
        margin-top: 20px;
        float: right;
    }
/* Login layout */
.login {
    background-color: #fff;
    margin: auto;
    height: 100%;
    width: 1000px;
    margin-top: 1%;
}

    .login .content {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        background: url(http://htcmobile.netdeal.vn/images/bg_content.png) repeat-y top left;
        min-height: 550px;
    }

    .login .logo {
        margin-left: 30%;
    }

    .login .content .center {
        margin-left: 23%;
        margin-right: 1%;
        margin-top: 5%;
    }

table.login-table {
    margin-left: 33%;
    margin-top: 20px;
}

    table.login-table tr td {
        padding-top: 2px;
    }

::-webkit-input-placeholder {
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}

/* Dropdown Button */
.dropbtn {
    position: relative;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    padding: 0 5px;
    color: #fff;
    margin-left: 5px;
    background-color: #3498DB;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
.junt p {
	margin: 0;
}