/* CSG css file */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
	font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 14px;
    color: #000;
    outline: 0;
    position: relative;
}

.show {
    display: block;
}

.hide {
    display: none;
}

#ui-header {
    width: 100%;
    height: 50px;
    position: fixed;
    float: left;
    z-index: 999;
    background: #c41614;
    color: #fff;
    border-bottom: 2px solid #fff;
}

    #ui-header > H1, #ui-header > H2 {
        float: left;
        display: block;
        position: relative;
        margin-top: 10px;
        margin-left: 12px;
        font-weight: normal;
        font-size: 24px;
    }

    #ui-header > H1 {
        font-weight: bold;
    }

.login-box {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 250px;
    background-color: #e3e3e3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #2d2d2d;
}

    .login-box ul.wrapper {
        list-style: none;
        margin: 10px 20px;
        width: 100%;
    }

    .login-box ul li {
        clear: both;
        margin-bottom: 5px;
    }

        .login-box ul li span {
            display: block;
            float: left;
            width: 120px;
        }

    .login-box > span {
        display: block;
        height: 60px;
        width: 100%;
        position: relative;
        /*background:url(../images/bg_black.png);*/
        background: #c41614;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

        .login-box > span > h1 {
            color: #fff;
            text-shadow: 0 1px 1px #000;
            padding-top: 17px;
            margin-left: 10px;
            font-size: 24px;
            font-weight: normal;
            float: left;
        }

        .login-box > span > img {
            padding-top: 12px;
            margin-left: 16px;
            float: left;
        }

    .login-box > h2 {
        color: #000;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 20px;
    }

        .login-box > h2.txt-footer {
            position: absolute;
            bottom: 10px;
            right: 20px;
            font-weight: normal;
            font-size: 10px;
            color: #252525;
            text-shadow: 0 1px 1px #ccc;
        }

.shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.2) inset;
    /*
    -moz-box-shadow: 3px 3px 3px #252525;
    -webkit-box-shadow: 3px 3px 3px #252525;
    box-shadow: 3px 3px 3px #252525; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#252525')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 3, Direction = 135, Color = '#252525');
}

#ui-footer {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 10px;
    color: #666;
    font-size: 10px;

}

#ui-footer-page {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 395px;
    color: #666;
    font-size: 10px;
}

.input_text {
    padding: 3px 3px;
    margin-right: 5px;
    border: 1px double #bbbbbb;
    background-color: #fff;
    color: #2e2e2e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    /*
    -moz-box-shadow: 3px 3px 3px #252525;
    -webkit-box-shadow: 3px 3px 3px #252525;
    box-shadow: 3px 3px 3px #252525; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#252525')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 3, Direction = 135, Color = '#252525');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input_text_readonly {
    padding: 3px 3px;
    border: 1px double #bbbbbb;
    background-color: rgba(0, 0, 0, 0.1);
    color: #2e2e2e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    /*
    -moz-box-shadow: 3px 3px 3px #252525;
    -webkit-box-shadow: 3px 3px 3px #252525;
    box-shadow: 3px 3px 3px #252525; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#252525')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 3, Direction = 135, Color = '#252525');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input_text_transparent {
    border: none;
    background-color: #d3d3d3;
}

.noFocus:focus {
    outline: none;
}

#ui-panel-header {
    float: left;
    width: 100%;
    height: 120px;
    position: relative;
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-color: #2a4ca0;
}

    #ui-panel-header > #logo {
        float: left;
        text-indent: -10000px;
        background-image: url(../images/ui-header-logo.png);
        width: 385px;
        height: 80px;
        margin: 0;
        margin-left: 20px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #menu {
        position: absolute;
        z-index: 100;
        top: 50%;
        right: 20px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #menu > ul {
            background: url(../images/ui-header-menu.png);
            height: 47px;
        }

            #menu > ul > li {
                float: left;
                position: relative;
            }

                #menu > ul > li > a {
                    width: 100%;
                    height: 47px;
                    float: left;
                    display: block;
                    text-indent: -10000px;
                }

                #menu > ul > li.dashboard {
                    width: 136px;
                    display: block;
                }

                #menu > ul > li.patient-management {
                    width: 203px;
                    display: block;
                }

                #menu > ul > li.vital-sign-management {
                    width: 219px;
                    display: block;
                }

                #menu > ul > li.reports {
                    width: 106px;
                    display: block;
                }

                #menu > ul > li.system {
                    width: 102px;
                    display: block;
                }

                #menu > ul > li.logout {
                    width: 120px;
                    display: block;
                }

            #menu > ul li ul {
                display: none;
                margin: 0;
                margin-top: -8px;
                padding: 3px;
                width: 150px;
                position: absolute;
                z-index: 100;
                top: 48px;
                left: 0;
                border: 1px solid #ccc;
                background: #fff;
                background-image: linear-gradient(bottom, #fff 54%, #DBDBDB 100%);
                background-image: -o-linear-gradient(bottom, #fff 54%, #DBDBDB 100%);
                background-image: -moz-linear-gradient(bottom, #fff 54%, #DBDBDB 100%);
                background-image: -webkit-linear-gradient(bottom, #fff 54%, #DBDBDB 100%);
                background-image: -ms-linear-gradient(bottom, #fff 54%, #DBDBDB 100%);
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-shadow: 0 0 5px #333;
                -moz-box-shadow: 0 0 5px #333;
                box-shadow: 0 0 5px #333;
            }

            #menu > ul li:hover a + ul {
                display: block;
                z-index: 5;
                padding: 5px;
            }

            #menu > ul li ul li {
                width: 100%;
                line-height: 20px;
                padding: 2px;
            }

                #menu > ul li ul li a {
                    padding: 5px;
                    display: block;
                    clear: both;
                    color: #555;
                    text-shadow: 0 1px 3px #fff;
                    text-decoration: none;
                }

                    #menu > ul li ul li a:hover {
                        background-image: linear-gradient(bottom, #0067A7 54%, #005081 100%);
                        background-image: -o-linear-gradient(bottom, #0067A7 54%, #005081 100%);
                        background-image: -moz-linear-gradient(bottom, #0067A7 54%, #005081 100%);
                        background-image: -webkit-linear-gradient(bottom, #0067A7 54%, #005081 100%);
                        background-image: -ms-linear-gradient(bottom, #0067A7 54%, #005081 100%);
                        text-shadow: 0 1px 3px #000;
                        color: #fff;
                    }

                #menu > ul li ul li:first-child a {
                    border-radius: 5px 5px 0 0;
                }

                #menu > ul li ul li:last-child a {
                    border-radius: 0 0 5px 5px;
                }



#ui-panel-workspace {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    #ui-panel-workspace .wrapper {
        width: 98%;
        margin: 0 auto;
    }

#ui-panel-footer {
    width: 100%;
    border-top: solid 1px #cccccc;
    margin-top: 20px;
    padding-top: 5px;    
    float: left;
    color: #2e2e2e;
}

    #ui-panel-footer H1 {
        font-size: 14px;
    }

    #ui-panel-footer H2 {
        font-size: 10px;
        font-weight: normal;
    }

ul.ui-col {
    list-style-type: none;
    width: 100%;
    display: table;
}

    ul.ui-col > :first-child {
        width: 250px;
        margin-left: 20px;
    }

    ul.ui-col > li {
        float: left;
        display: table-cell;
    }

    ul.ui-col > :last-child {
        margin-left: 20px;
    }

    ul.ui-col a:link {
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

    ul.ui-col a:visited {
        text-decoration: none;
        color: #000;
    }

    ul.ui-col a:hover {
        text-decoration: underline;
        color: #000;
    }

    ul.ui-col a:active {
        text-decoration: underline;
        color: #000;
    }

.col-right-cmd {
    position: absolute;
    z-index: 100;
    top:45px;
    right: 10px;
    background-color: #000;

    padding-left: 10px;
    padding-right: 10px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .col-right-cmd ul li {
        float: left;
    }

.col-left {
    position:relative;
    float: left;
}

.col-right {
    position:relative;
    float: right;
}

.bar-grd-action {
    height:40px;
}