﻿
/* === Reset === */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, img, ins, kbd, samp, small, center, 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;
}

html, body, form {
    height: 100%;
}

html, body {
    height: 100%;
}

.footer, .push {
    height: 4em;
}

.push {
    clear: both;
}

.SubmitColor{
	background-color:#FFDF00;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /*font-size: 75%;*/
    font-family:Helvetica, Gotham, sans-serif;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
    font-size: smaller;
    line-height: 1;
}
/*
a, area, input, select, textarea, button, iframe, object, embed {
	outline:none;
}
*/
*:focus {
    outline: none;
}

.pressTabkey *:focus {
    outline: 1px dotted invert;
}


#page {
    margin: 0 auto;
    background: #f6f6f6;
    overflow: hidden;
}

.rwd {
    display: none;
}

.hidecomponent {
    display: none;
}

.copyguard {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-pointer-events: none;
}

.container {
    margin: 0 auto;
    padding: 0 2px 0 2px;
    position: relative;
}

.pagenation {
    margin-top: 50px;
    font-size: 0;
    overflow: hidden;
}

    .pagenation .prev a, .pagenation .next a {
        display: block;
        width: 18px;
        height: 31px;
        overflow: hidden;
    }

    .pagenation .prev {
        float: left;
        width: 18px;
        height: 31px;
    }

    .pagenation .next {
        float: right;
        width: 18px;
        height: 31px;
    }

    .pagenation ul {
        display: block;
        height: 31px;
        margin: 0 18px;
        vertical-align: middle;
        text-align: center;
        background: url(common-clientlibs/images/img-pagination-1px.png) repeat-x;
    }

    .pagenation li {
        display: inline-block;
    }

        .pagenation li a {
            display: inline-block;
            width: 22px;
            font-family: 'Open Sans Condensed', 'Arial', sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #1f1f1f;
            vertical-align: middle;
        }

            .pagenation li a.onstate {
                color: #888;
                background: url(common-clientlibs/images/img-pagenation-onstate.png) no-repeat;
            }

            .pagenation li a:before {
                content: "";
                display: inline-block;
                height: 31px;
                vertical-align: middle;
            }

            .pagenation li a span {
                vertical-align: middle;
                display: inline-block;
                padding-top: 2px;
            }


/************************** lightbox *****************************/

#lightbox-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3000;
    display: none;
}

#lightbox-bgcolor {
    background-color: #1fye1f1f;
    opacity: 0.85;
    filter: alpha(opacity = 85);
    width: 100%;
    height: 100%;
}

.lightbox-lock {
    overflow: hidden;
}

#pic-box-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

#pic-box-bg {
    background-color: #fff;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

    #pic-box-bg .btn-close {
        position: absolute;
        right: 5px;
        top: 5px;
    }

#pic-box {
    padding: 5px;
}

    #pic-box img {
        width: auto;
    }


/************************** globalheader *****************************/

#globalheader {
    background: white url(common-clientlibs/images/img-nav-global-1px.png) repeat-x;
    position: relative;
    zoom: 1;
}

    #globalheader:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
    }

    #globalheader .container {
    }

#brandlogo {
    float: left;
    height: 80px;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 1px;
}

    #brandlogo img {
        width: 250px;
    }

    #brandlogo a {
        display: block;
        width: 170px;
        height: 200px;
        font-size: 0px;
    }

#globalheader-nav {
    margin: 0 140px 0 160px;
    font-size: 0;
    text-align: left;
}

    #globalheader-nav nav {
        display: inline-block;
    }

    #globalheader-nav .main_menu {
        margin-left: 28px;
        overflow: hidden;
        zoom: 1;
    }

        #globalheader-nav .main_menu li {
            display: inline-block;
            margin-left: 35px;
            height: 42px;
            text-align: center;
        }

            #globalheader-nav .main_menu li a {
                display: inline-block;
                font-family: 'Open Sans Condensed', 'Arial', sans-serif;
                font-size: 16px;
                color: #b6b6b6;
                font-weight: bold;
                text-decoration: none;
                text-shadow: -1px -1px 1px #000000;
                text-shadow: -1px -1px 1px #222;
                padding: 1px 0;
            }

                #globalheader-nav .main_menu li a:hover, #globalheader-nav .main_menu li.active a {
                    color: #fff;
                    text-shadow: none;
                }

html.touch-device #globalheader-nav .main_menu li a:hover {
    color: #b6b6b6;
    text-shadow: -1px -1px 1px #000000;
    text-shadow: -1px -1px 1px #222;
}

html.touch-device #globalheader-nav .main_menu li.active a {
    color: #fff;
    text-shadow: none;
}

#globalheader-nav .main_menu li.active {
    background: url(common-clientlibs/images/icn-nav-global-arrow-top.png) no-repeat 50% 100%;
}

.toggleMenu {
    display: none;
}

#nav-menu-mob {
    display: none;
}

#globalheader-utils {
    float: right;
    position: relative;
}

#globalheader-secondarynav {
    position: absolute;
    right: 0;
    top: 0;
    margin: 7px 0 0;
    display: block;
    text-align: right;
    font-size: 0;
}

    #globalheader-secondarynav ul {
        display: inline-block;
    }

        #globalheader-secondarynav ul.main > li {
            display: inline-block;
            padding-left: 7px;
            margin-left: 7px;
            border-left: 1px solid #767676;
        }

            #globalheader-secondarynav ul.main > li a {
                font-size: 10px;
                color: #a9a9a9;
                font-weight: bold;
                text-decoration: none;
                display: inline-block;
            }

                #globalheader-secondarynav ul.main > li a.lang {
                    color: #00a0c6;
                }

            #globalheader-secondarynav ul.main > li > a {
                text-transform: uppercase;
            }

            #globalheader-secondarynav ul.main > li a:hover {
                color: #fff;
            }

            #globalheader-secondarynav ul.main > li:first-child {
                border: none;
            }

            #globalheader-secondarynav ul.main > li.withlistmenu {
                position: relative;
            }

        #globalheader-secondarynav ul.main .listmenu {
            position: absolute;
            right: -3px;
            background-color: #393939;
            margin: 9px 0 13px;
            z-index: 1100;
            display: none;
            text-align: left;
            behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
            border-radius: 3px;
            -pie-border-radius: 3px;
            box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
            -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
            -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
            -o-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
            -ms-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
            -pie-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
        }

            #globalheader-secondarynav ul.main .listmenu:before {
                content: "";
                display: block;
                background: url(common-clientlibs/images/img-globalheader-listmenu-cap-top.png) no-repeat top right;
                height: 9px;
                margin-top: -9px;
            }

            #globalheader-secondarynav ul.main .listmenu:after {
                content: "";
                display: block;
                height: 0;
                overflow: hidden;
                clear: both;
            }

            #globalheader-secondarynav ul.main .listmenu ul {
                margin: 10px 0;
                padding: 0 15px;
                float: left;
                width: 131px;
                border-right: 1px solid #4f4f4f;
            }

                #globalheader-secondarynav ul.main .listmenu ul:last-child {
                    border-right: none;
                }

            #globalheader-secondarynav ul.main .listmenu li {
                padding: 5px 0;
            }

        #globalheader-secondarynav ul.main .modalmenu {
            display: none;
        }

#modalmenu-box-wrapper {
    width: 100%;
    top: 50px;
    height: 0;
    position: fixed;
    z-index: 1000;
}

#modalmenu-box-bg {
    margin: 0 auto;
    width: 300px;
    background-color: #fff;
    border-radius: 3px;
    behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
    -pie-border-radius: 3px;
    position: relative;
}

    #modalmenu-box-bg .btn-close {
        position: absolute;
        display: block;
        top: 3px;
        right: 3px;
        width: 28px;
        height: 26px;
        cursor: pointer;
        overflow: hidden;
    }

#modalmenu-box {
    padding: 5px;
    text-align: center;
}

    #modalmenu-box dl dt {
        padding: 30px 15px 15px;
        font-family: 'Open Sans Condensed', 'Arial', sans-serif;
        font-size: 20px;
        line-height: 24px;
        color: #1f1f1f;
        font-weight: bold;
    }

    #modalmenu-box dl dd {
        padding: 10px 0;
        border-top: 1px solid #e9e9e9;
    }

        #modalmenu-box dl dd a {
            font-size: 13px;
            color: #1f1f1f;
        }

            #modalmenu-box dl dd a:hover {
                color: #00a0c6;
            }

    #modalmenu-box .notes {
        padding: 20px 0;
        border-top: 1px solid #e9e9e9;
        font-size: 11px;
        line-height: 14px;
        color: #606060;
    }

#searchformhead {
    clear: right;
    float: right;
    width: 123px;
    padding-left: 7px;
    margin-top: 30px;
    background: url(common-clientlibs/images/img-nav-global-search-cap-left.png) no-repeat;
}

    #searchformhead label {
        display: none;
    }

    #searchformhead input[type=text] {
        background: url(common-clientlibs/images/img-nav-global-search-1px.png);
        float: left;
        width: 107px;
        height: 16px;
        padding: 6px 0 4px;
        margin: 0;
        border: none;
        border-radius: 0;
        font-family: 'Open Sans Condensed', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #ffffff;
        line-height: 1;
    }

    #searchformhead input[type=submit] {
        border: none;
        border-radius: 0;
        width: 16px;
        height: 26px;
        font-size: 1px;
        text-indent: -99999px;
        float: right;
        background: url(common-clientlibs/images/img-nav-global-search-cap-right.png) no-repeat;
        cursor: pointer;
    }

    #searchformhead input.submit {
        border: none;
        border-radius: 0;
        float: right;
    }

/************************** navmenucat *****************************/

#navmenucat {
    background: url(common-clientlibs/images/img-nav-expanded.jpg) no-repeat center top gray;
}

    #navmenucat .hide {
        height: 276px;
        display: none;
    }

#navmenucats a {
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 13px;
    color: #b6b6b6;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
}

    #navmenucats a:hover {
        color: #fff;
    }

#navmenucats .panhead {
    height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #636363;
}

#navmenucats .inbread {
    margin-top: 15px;
    float: left;
}

    #navmenucats .inbread span {
        font-family: 'Open Sans Condensed', 'Arial', sans-serif;
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        line-height: 17px;
        display: inline-block;
        margin-right: 10px;
    }

        #navmenucats .inbread span a {
            background: url(common-clientlibs/images/icn-nav-global-arrow-right.gif) no-repeat 100% 50%;
            padding-right: 17px;
        }

#navmenucats .parrays ul > li:last-child {
    margin-right: 0px;
}

#navmenucats .parrays li a {
    display: inline-block;
}

#navmenucats .parrays li .img-element {
    display: block;
    padding-bottom: 15px;
}

#navmenucats .parrays li .catname {
    display: block;
    padding: 0 3px;
}

#navmenucats .parrays li ul .parbase {
    display: none;
}

#navmenucats .panfoot {
    height: 47px;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 13px;
    color: #b6b6b6;
    font-weight: bold;
    line-height: 17px;
    border-top: 1px solid #636363;
}

    #navmenucats .panfoot .browseall {
        margin-top: 15px;
        float: right;
    }

        #navmenucats .panfoot .browseall a {
            display: inline-block;
            background: url(common-clientlibs/images/icn-browse-products.png) no-repeat 0 50%;
            padding-left: 21px;
        }

/************************** footer start *****************************/
#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

#content-wrapper {
    width: 100%;
    padding: 0px 0px 425px 0px;
}

#globalfooter, #content_wrapper {
}

#globalfooter {
    background-color: #35384B;
    color: #c5c5c5;
    border-top: #616161 solid 1px;
    overflow: hidden;
}

    #globalfooter a {
        color: #fff;
        text-decoration: none;
    }

#globalfooter-nav {
    zoom: 1;
}

    #globalfooter-nav:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    #globalfooter-nav a {
        font-family: 'Open Sans Condensed', 'Arial', sans-serif;
        font-size: 13px;
        font-weight: bold;
    }

    #globalfooter-nav .print {
        margin-right: 20px;
        float: left;
    }

        #globalfooter-nav .print a {
            display: inline-block;
            padding: 18px 0 18px 20px;
            background: url(common-clientlibs/images/icn-print.gif) no-repeat 0 50%;
        }

    #globalfooter-nav .links {
        float: right;
        font-size: 0;
    }

        #globalfooter-nav .links li {
            margin-left: 35px;
            display: inline-block;
        }

            #globalfooter-nav .links li a {
                margin: 0 -10px;
                padding: 18px 10px 18px;
                display: inline-block;
            }

                #globalfooter-nav .links li a.active {
                    background-color: #616161;
                }

    #globalfooter-nav .pagetop {
        padding-top: 8px;
        text-align: center;
        width: 312px;
        float: left;
    }

        #globalfooter-nav .pagetop a {
            display: inline-block;
            padding: 10px 0 0 0;
            background: url(common-clientlibs/images/icn-footer-arrow-up.gif) no-repeat top center;
        }

#globalfooter-terms {
    padding-top: 10px;
    font-size: 11px;
}

    #globalfooter-terms .copyright {
        text-align: center;
		color: #FFFFFF;
    }

    #globalfooter-terms .links {
        margin-top: 5px;
        text-align: center;
        font-size: 0;
    }

        #globalfooter-terms .links li {
            display: inline-block;
            border-left: 1px solid #c5c5c5;
            padding: 0 5px;
        }

            #globalfooter-terms .links li:first-child {
                border-left: none;
            }

            #globalfooter-terms .links li a {
                font-size: 15px;
            }

#globalfooter-socialmedia {
    margin-top: 12px;
    font-size: 0;
    text-align: center;
}

    #globalfooter-socialmedia li {
        display: inline-block;
        padding: 0 5px;
    }

#globalfooter-expanded {
}

    #globalfooter-expanded .hide {
        display: none;
    }

    #globalfooter-expanded .inpannel {
        height: 400px;
        border-bottom: 1px solid #616161;
        border-top: 1px solid #616161;
        margin-bottom: 20px;
    }

    #globalfooter-expanded .panhead {
        margin-top: 15px;
        overflow: hidden;
        zoom: 1;
    }

        #globalfooter-expanded .panhead .closeit {
            float: right;
        }

    #globalfooter-expanded #contactus {
        margin-top: 80px;
        display: none;
    }

        #globalfooter-expanded #contactus .contacol {
            float: left;
            width: 229px;
            margin-right: 104px;
        }

            #globalfooter-expanded #contactus .contacol:last-child {
                margin-right: 0;
            }

        #globalfooter-expanded #contactus h3 {
            margin-bottom: 15px;
            font-family: 'Open Sans Condensed', 'Arial', sans-serif;
            font-size: 30px;
            font-weight: bold;
            line-height: 1.3;
            color: #fff;
        }

        #globalfooter-expanded #contactus p.link a {
            font-size: 12px;
            font-weight: bold;
            line-height: 14px;
        }

        #globalfooter-expanded #contactus p.text {
            min-height: 40px;
            margin-bottom: 15px;
            font-size: 11px;
            line-height: 14px;
        }

        #globalfooter-expanded #contactus p.link a:hover {
            text-decoration: underline;
        }


    #globalfooter-expanded #areacountry {
        margin-top: 20px;
        display: none;
    }

        #globalfooter-expanded #areacountry .area-country-menu {
            margin-bottom: 25px;
            font-size: 0;
        }

            #globalfooter-expanded #areacountry .area-country-menu form {
                display: none;
            }

            #globalfooter-expanded #areacountry .area-country-menu ul {
                margin: 0 -6px;
                zoom: 1;
            }

                #globalfooter-expanded #areacountry .area-country-menu ul:after {
                    content: "";
                    display: block;
                    height: 0;
                    clear: both;
                }

            #globalfooter-expanded #areacountry .area-country-menu li {
                height: 46px;
                float: left;
                vertical-align: top;
            }

                #globalfooter-expanded #areacountry .area-country-menu li div {
                    padding: 4px 0 8px;
                    display: inline-block;
                    background: url(common-clientlibs/images/tab-footer-off-1px.png) repeat-x;
                }

                #globalfooter-expanded #areacountry .area-country-menu li a {
                    display: block;
                    border-left: 1px solid #838383;
                    padding-top: 11px;
                    width: 161px;
                    height: 23px;
                    text-align: center;
                    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
                    font-weight: bold;
                    text-decoration: none;
                    color: #fff;
                    font-size: 13px; /*outline:none;*/
                }

                #globalfooter-expanded #areacountry .area-country-menu li:first-child {
                    background: url(common-clientlibs/images/tab-footer-off-cap-left.png) no-repeat;
                    padding-left: 16px;
                }

                    #globalfooter-expanded #areacountry .area-country-menu li:first-child a {
                        border-left: none;
                        margin-left: -8px;
                    }

                #globalfooter-expanded #areacountry .area-country-menu li:last-child {
                    background: url(common-clientlibs/images/tab-footer-off-cap-right.png) no-repeat 100% 0;
                    padding-right: 16px;
                }

                    #globalfooter-expanded #areacountry .area-country-menu li:last-child a {
                        margin-right: -8px;
                    }

                #globalfooter-expanded #areacountry .area-country-menu li:hover div, #globalfooter-expanded #areacountry .area-country-menu li.ui-tabs-active div {
                    background-image: url(common-clientlibs/images/tab-footer-on-1px.png);
                }

                #globalfooter-expanded #areacountry .area-country-menu li:hover a, #globalfooter-expanded #areacountry .area-country-menu li.ui-tabs-active a, #globalfooter-expanded #areacountry .area-country-menu li.ui-state-active a {
                    color: #b9b9b9;
                }

                #globalfooter-expanded #areacountry .area-country-menu li:first-child:hover, #globalfooter-expanded #areacountry .area-country-menu li:first-child.ui-tabs-active {
                    background-image: url(common-clientlibs/images/tab-footer-on-cap-left.png);
                }

                #globalfooter-expanded #areacountry .area-country-menu li:last-child:hover, #globalfooter-expanded #areacountry .area-country-menu li:last-child.ui-tabs-active {
                    background-image: url(common-clientlibs/images/tab-footer-on-cap-right.png);
                }

        #globalfooter-expanded #areacountry .area-country-list {
            height: 210px;
            overflow: hidden;
        }

            #globalfooter-expanded #areacountry .area-country-list ul {
                margin-right: -20px;
            }

            #globalfooter-expanded #areacountry .area-country-list li {
                width: 136px;
                height: 27px;
                margin: 0 20px 10px 0;
                padding-left: 10px;
                float: left;
                font-size: 12px;
            }

                #globalfooter-expanded #areacountry .area-country-list li a:hover {
                    text-decoration: underline;
                }

#global_site_link {
    margin-top: 30px;
    text-align: right;
    font-size: 13px;
}

    #global_site_link a {
        padding-left: 10px;
        background: url(common-clientlibs/images/icn-footer-arrow-right.gif) no-repeat 0 50%;
    }

        #global_site_link a:hover {
            text-decoration: underline;
        }


/* ====================[ page_navi ]=========== */
#page_navi {
    width: 100%;
    height: 56px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    letter-spacing: 0;
    position: relative;
    z-index: 100;
}

    #page_navi.Fixed {
        position: fixed;
        top: 46px;
        left: 0;
        width: 100%;
    }

    #page_navi .case {
        height: 56px;
        padding: 0 108px;
        font-size: 0px;
        background: #1F1F1F;
    }

    #page_navi ul li {
        height: 36px;
        padding: 10px 4px;
        font-size: 14px;
        display: -moz-inline-box;
        display: inline-block;
    }

        #page_navi ul li a {
            /*     width:130px;     */
            padding: 0 10px;
            height: 34px;
            color: #FFFFFF;
            line-height: 34px;
            text-align: center;
            display: block;
            border: 1px solid #3F3F3F;
            border-radius: 4px;
            background: #444242;
            background: -webkit-linear-gradient(top, #444242, #1F1F1F);
            background: -moz-linear-gradient(top, #444242, #1F1F1F);
            background: -o-linear-gradient(top, #444242, #1F1F1F);
            background: -ms-linear-gradient(top, #444242, #1F1F1F);
            background: linear-gradient(to bottom, #444242, #1F1F1F);
        }

            #page_navi ul li a:hover {
                background: #1F1F1F;
                background: -webkit-linear-gradient(top, #1F1F1F, #444242);
                background: -moz-linear-gradient(top, #1F1F1F, #444242);
                background: -o-linear-gradient(top, #1F1F1F, #444242);
                background: -ms-linear-gradient(top, #1F1F1F, #444242);
                background: linear-gradient(to bottom, #1F1F1F, #444242);
            }

            #page_navi ul li a.active {
                background: #00A0C6;
                background: -webkit-linear-gradient(top, #00A0C6, #007795);
                background: -moz-linear-gradient(top, #00A0C6, #007795);
                background: -o-linear-gradient(top, #00A0C6, #007795);
                background: -ms-linear-gradient(top, #00A0C6, #007795);
                background: linear-gradient(to bottom, #00A0C6, #007795);
            }

h4 {
    font-size: 110%;
    line-height: 1.1em;
}

h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6em;
	color: black;
}

h2 {
    font-size: 150%;
    line-height: 1.6em;
    font-weight: bold;
	color:white;
}

#mainBody {
    padding: 5px 14px 5px 14px;
}

.searchBar {
    margin: 0px 60px 20px 60px;
    position: relative;
    top: 8px;
    left: -21px;
}

.outerImage {
    margin-left: 70px;
    margin-right: 39px;
    background-position: -10px -10px;
    background-repeat: no-repeat;
    padding-left: 5px;
    display: block;
    position: relative;
}

.innerImage {
    height: 34px;
    background-color: White;
    background-position: -10px -54px;
    background-repeat: repeat-x;
    display: block;
}

.buttonImage {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    background-position: -36px -10px;
}

.searchLabel {
    font-weight: bold;
    display: block;
    float: left;
    padding: 10px 0px 0px 5px;
}

.searchButton {
    width: 39px;
    height: 34px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #ddd;
    line-height: 15px;
    font-size: 12px;
}

.searchTextBox {
    margin: 7px 0 0 0;
    padding: 0;
    width: 100%;
    height: 23px;
    border: none;
    font-family: "arial", "sans-serif";
    font-size: 12pt;
    background: transparent;
    color: black;
    outline: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#searchTextBoxDiv {
    padding: 0px 43px 0px 0px;
}

.dropDownDiv {
    position: absolute;
}

.searchDropDownDiv {
    display: inline-block;
}

.searchDropDownBox {
    border: 0;
    background: silver;
    width: 340px;
    padding: 3px;
    font-size: 12px;
    border-radius: 0;
    height: 27px;
    -webkit-appearance: none;
    cursor: pointer;
}


.hasBackgroundImage {
    background-image: url(../img/searchBox.png);
}

.hasSocialImage {
    background-image: url(../img/searchBox.png);
    height: 35px;
    width: 35px;
    display: inline-block;
}

.facebookImage {
    background-position: -47px -246px;
}

.twitterImage {
    background-position: -89px -246px;
}

.googleImage {
    background-position: -131px -246px;
}

.dropDownDiv {
    display: inline-block;
    position: absolute;
    left: 73px;
    top: 4px;
    height: 27px;
    overflow: hidden;
    background-position: -10px -122px;
    background-repeat: no-repeat;
    border-right: 1px solid #ddd;
    display: inline-block;
}

.dropDownLink :Hover {
    background-position: -10px -198px;
}

.dropDownLink :Active {
    background-position: -10px -162px;
}

.dropDownValue {
    font-size: 11px;
    white-space: nowrap;
    text-indent: 1px;
    height: 28px;
    margin: 0 25px 0 6px;
    line-height: 27px;
    text-overflow: ellipsis;
    display: inline-block;
}

.arrowImage {
    right: 10px;
    top: 11px;
    background-position: -6px -102px;
    display: block;
    width: 5px;
    height: 3px;
    font-size: 0;
    line-height: 0;
    position: absolute;
}

.navPanel {
    padding: 10px;
    border-right: 1px solid #bbb;
}

.mainDisplay {
    padding: 10px 10px 10px 30px;
}

.navCategory {
    padding: 5px 5px 5px 15px;
    display: block;
}

.categoryTab {
    padding-bottom: 2em;
}

.subCategoryTab {
    padding: 10px 6px 15px 6px;
    border-bottom: 1px solid #CCC;
}

.navSubCategory {
    padding: 3px 3px 3px 6px;
}

    .navSubCategory li {
        position: relative;
        padding-bottom: 6px;
    }

.jobListing {
    padding: 0.5em 1em 1em 0.5em;
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.jobContainer {
}


.jobTitle {
    font-size: 20px;
	font-weight: bold;
	font-family: Barlow;
    color: black;
    line-height: 40px;
}

.jobCompany {
    font-size: 15px;
    line-height: 22px;
}

.jobLocation {
    font-size: 13px;
    color: black;
    line-height: 22px;
}

.jobDescription {
    padding-top: 3px;
    font-size: 14px;
}

.jobStatusApplied {
    color: white;
    font-size: 14px;
    background-color: #00a0c6;
    border-radius: 6px;
    padding: 4px;
    margin-left: 6px;
}

.jobStatus {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}

.jobAction {
    font-size: 15px;
    line-height: 25px;
}

.jobActionBig {
    font-size: 18px;
    line-height: 30px;
}

.visibleFalse {
    display: none;
}

.highlightTrue {
    background-color: #c7fbbd;
    border-radius: 3px;
}

a {
    color: #FF0000;
}

.jobFooter {
    position: relative;
}

.timeSince {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
}

.applySpan {
    position: absolute;
    bottom: 5px;
    right: 0px;
    float: right;
    font-size: 12px;
    color: #bbb;
}

    .applySpan span {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

.pagination {
    background-color: #ddd;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

.mainTable {
    width: 100%;
}

.navTable {
    display: none;
    vertical-align: top;
}

.mainTD {
    padding: 10px 20px 10px 20px;
    vertical-align: top;
    width:100%;
}

.previousPage {
    margin-right: 30px;
}

.nextPage {
    margin-left: 30px;
}

.pageButton {
    padding: 6px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
}

.ellipses {
    padding: 6px;
    white-space: nowrap;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

.categoryCheckbox {
    position: absolute;
    height: 14px;
    width: 14px;
    top: 2px;
    z-index: -10;
}

.selected {
    background-position: -90px -10px;
}

.notSelected {
    background-position: -120px -10px;
}

.catButton {
    font-size: 14px;
    padding-left: 18px;
}

.askLoginPanel {
    text-align: center;
    background-color: #cdcdcd;
    padding: 8px 0px 8px 0px;
    margin: 8px 8px 20px 8px;
}

.errorMessage {
    display: block;
    text-align: center;
    color: White;
    padding: 8px 0px 8px 0px;
    margin: 8px 8px 20px 8px;
    border-radius: 2px;
}

.success {
    background-color: #25a03e;
}


.failed {
    background-color: #b42727;
}

.navItem {
    position: relative;
}

.validationAsterisk {
    position: absolute;
    right: 5px;
    top: 7px;
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.modalBackground {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6); /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.modalPopup {
    display: block;
    background-color: White;
    padding: 15px 30px 15px 30px;
    width: 100%;
}

.inputBlock {
    display: block;
    overflow: visible;
    padding: 0px 10px 4px 204px;
    position: relative;
    height: 34px;
}

.ajax__calendar_container {
    background-color: Black;
    color: red;
    font-family: Courier New;
    font-size: 17px;
    font-weight: bold;
}

.inputBlockSpecial {
    display: block;
    padding: 4px 10px 4px 204px;
    position: relative;
}

.inputBlockSpecialShort {
    display: block;
    padding: 4px 10px 4px 80px;
    position: relative;
}

.submitBlock {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

label.smallForm {
    display: block;
    font-size: 95%;
    width: 200px;
    position: absolute;
    left: 0px;
}

input.smallForm, textarea.smallForm {
    font-size: 85%;
    padding: 0.1em 0.2em 0.1em 0.2em;
    width: 100%;
    min-width: 160px;
    margin: 0px;
}

textarea.smallForm {
    height: 8em;
    padding: 0.1em 0.3em 0.1em 0.3em;
}

select.smallForm {
    font-size: 85%;
    padding: 0.1em;
    width: 100%;
    min-width: 160px;
    margin: 0px;
}

.validationClass {
    padding: 5px;
    font-size: 12px;
    color: Red;
}

label.bolded {
    font-weight: bold;
}

.mandatoryWarning {
    font-size: 100%;
    padding: 8px;
    display: block;
    margin-left: 210px;
}

.navItemLinkButton :Hover {
    background-color: black;
    color: White;
}

.navButtonDiv {
    padding: 6px;
}

.navButtonSelected {
    background-color: #ccc;
}

.welcomePanel {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    color: white;
}

    .welcomePanel a {
        color: #c4c5dd;
        padding: 0px 8px 0px 8px;
        border-left: 1px solid white;
    }

    .welcomePanel span {
        color: White;
        padding: 0px 8px 0px 8px;
    }

.addnewRecord {
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
    margin: 15px 4% 15px 4%;
    width: 40%;
    display: inline-block;
}

.multiRecordTable {
    margin: 5px;
    padding: 5px;
    width: 100%;
    display: table;
}

    .multiRecordTable tbody {
        width: 100%;
    }

    .multiRecordTable tr {
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
        width: 100%;
        height: 23px;
    }

    .multiRecordTable th {
        padding: 5px;
        font-size: 10px;
        background-color: #ccc;
        text-align: center;
    }

    .multiRecordTable td {
        padding: 10px;
    }


.lastRow {
    background-color: #d4a9a9;
}

.imageBox img {
    margin: 10px;
    padding: 10px;
    border: 1px solid #aaa;
}


.jobsTable {
    margin: 10px;
    padding: 10px;
    width: 100%;
    display: table;
}

    .jobsTable tbody {
        width: 100%;
    }

    .jobsTable tr {
        border-bottom: 1px solid #CCC;
        width: 100%;
    }

    .jobsTable th {
        padding: 5px;
        font-size: 14px;
        background-color: #ccc;
        text-align: center;
        font-weight: bold;
    }

    .jobsTable td {
        padding: 8px;
        font-size: 14px;
        text-align: center;
    }

.hidden {
    display: none;
}

.textParagraph {
    padding: 10px;
}

.good {
    background-color: Green;
}

.infoCategory {
    display: block;
    font-size: 100%;
    margin: 1px 0px 10px 6px;
    font-weight: normal;
}

.socialMediaBox {
    text-align: center;
}

.jobDisplay {
    margin-bottom: 20px;
}

.jobDisplay {
    padding: 5px 20px 5px 20px;
}

.jobCategoryList {
    display: block;
    line-height: 1.8em;
    font-weight: bold;
    font-size: 100%;
}

.mainPageCategoryInsideItem {
    min-width: 280px;
    overflow: hidden;
    width: 30%;
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
    line-height: 1.4em;
    font-size: 85%;
    font-weight: bold;
}


.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
    width: 100%;
    min-width: 100%;
}

.plainLink {
    color: inherit;
    text-decoration: none;
}

.resultsCount {
    padding-top: 1em;
	color:white;
}

.rightFloat {
    float: right;
}

.topSearchSpace {
    background-color: #35384B;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px;
}

.panelBackButton {
    background-color: #eaeaea;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 10px 10px 10px;
}

.ui-panel-inner {
    padding: 0;
}

    .ui-content .ui-listview, .ui-panel-inner > .ui-listview {
        margin: 0;
    }

.panel {
    padding: 12px;
}

.linkedInButton {
    text-align: center;
}

.ui-listview > li .ui-collapsible-heading {
    margin: 0;
}

.ui-collapsible.ui-li-static {
    padding: 0;
    border: none !important;
}

.ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn {
    border-top: none !important;

}

.questionClass {
    padding: 14px 0px 12px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.notificationBubble {
    position: absolute;
    top: 19px;
    right: 5px;
}

.redBubble {
    background-color: #bb2e2e;
    color: white;
    padding: 1px 5px 1px 5px;
    font-size: 13px;
    border-radius: 6px;
}

.rightLogin {
    color: black;
    font-size: 14px;
    right: 0.5425em;
    line-height: 42px;
    font-weight: bold;
    position: absolute;
}

.announcementsPage {
}

.announcementDate {
    font-size: 70%;
    padding: 5px 0px 10px 0px;
}

.announcementClass {
    padding: 14px 0px 12px 0px;
    border-bottom: 1px solid #888;
}

    .announcementClass h4 {
    }

.leftArrow {
    background-image: url(../img/leftArrow.png);
    display: inline-block;
    width: 21px;
    height: 16px;
    background-repeat: no-repeat;
    opacity: .65;
    background-size: 9px;
    vertical-align: middle;
}

.flipped {
    vertical-align: middle;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.smallButtonBack {
    display: inline-block;
    background-color: #cce1ef;
    padding: 5px;
}

.questionAnswer {
    padding: 10px 5px 2px 20px;
    font-style: italic;
    font-weight: bold;
}

.ui-input-search input {
    font-size: 85%;
}

.ui-page-theme-a .menuUser {
    padding: 14px;
    background-color: #eaeaea;
    font-weight: bold;
}

.ui-page-theme-a .menuButton {
    background-color: #d7e3eb;
    padding: 14px;
}

.locationIcon.ui-btn-icon-notext:after {
	background-color: #FFDF00;
    background-size: 12px;
    height: 16px;
    width: 16px;    
    text-indent: 0px;
    position: relative;
    display: inline-block;
    top: 3.4px;
    left: 0px;
    margin-right: 3px;
    margin-left: 0px;
	color: #f93822;
}

.locationText {
    padding-right: 16px;
}

.red {
    color: red;
}

.ui-page-theme-a .ui-btn.searchButtonNew {
    background-color: #366c91;
    font-size: 14px;
}

.ui-input-has-clear {
    padding-right: 0.2em;
}

#fullPanel .ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
    -webkit-transform: translate3d(0 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


#fullPanel .ui-panel {
    width: 100%;
}

    #fullPanel .ui-panel.ui-panel-position-right {
        width: 100%;
    }

    #fullPanel .ui-panel.ui-panel-closed {
        width: 0;
    }

#fullPanel .ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#fullPanel .ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#fullPanel .ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal, .ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push, .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal, .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#fullPanel .ui-panel-animate.ui-panel-page-content-position-left {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#fullPanel .ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal, .ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push, .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal, .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mainBodyLeft {
    width: 0px;
}


.ui-checkbox .ui-btn {
    background-color: #e2ebf0;
    border: 0;
}

.webOnly {
    visibility: hidden;
}
.ui-shadow span {
    text-align: left;
}

.clsLinkBtn {
    width: fit-content;
    padding: 15px;
    display: inline-block;
    background: #00bfe8;
    line-height: 32px;
    border-radius: 100px;
    font-size: 16px;
    color: #FFF;
    border: 0px;
    text-shadow: 2px 2px #00acd1;
    margin: 0px 0 0; /*float:right; */
    text-align: center;
}

.clsLinkBtn:hover {
    background: #ff6b6b;
}


    .menuLink{
        display: inline-block;
        font-family: 'Open Sans Condensed' , 'Arial' , sans-serif;
        font-size: 16px;
        color:#FF0000;
        font-weight: bold;
        text-decoration: none;
        text-shadow: -1px -1px 1px #000000;
        text-shadow: -1px -1px 1px #222;
        padding: 1px 0;
    line-height: 44px;
    }
@media (min-width:35em) {
    #fullPanel.responsivePanel .ui-panel.ui-panel-closed {
        position: relative;
        visibility: visible;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); 
        right:0em;
    }

    #fullPanel.responsivePanel .ui-panel.ui-panel {
        position: relative;
        visibility: visible;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0 0, 0); 
        right:0em;
    }

    .mainBodyLeft {
        width: 240px;
        float: left;
    } 

    .mainBodyRight {
        margin-left: 240px;
    }

    .ui-checkbox .ui-btn {
        background-color: white;
        border: 0;
    }

    .mobileOnly {
        display: none;
    }

    .navTable {
        display: block;
        width: 240px;
    }

    .categoryTab {
        display: none;
    }

    .webOnly {
        visibility:visible;
    }

}
