
  
html, body, #container {
    height: 100%;
}

    body > #container {
        height: auto;
        min-height: 96%;
    }

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
    display: none;
}



#corporatesymbol {
    display: inline;
    float: left;
    width: auto;
    margin: 11px 10px 7px 11px;
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}

/************************* from the masterMobile.css ****************************/
.top-bar {
    background: #fff;
    border-bottom: solid 1px #dbdbdb;
}

    /* top menun  */
    .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        display: block;
        padding: 0 15px;
    }

    .top-bar.expanded .title-area {
        background: #fff;
    }

.top-bar-section ul {
    background: currentcolor;
}

    /* this is the hover color in the menu */
    .top-bar-section ul li a:hover {
        /*background-color: #b9817d !important;*/
        background-color: #cd9d9a !important;
        background: whitesmoke !important;
        /*font-weight:600;*/
        /*font-size:11pt;*/
    }

/*section name within dropdown box*/
.top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #AAAAAA;
    color: black;
    font-weight: 600;
}

/** Removes black background on menu item **/
.top-bar-section li a :not (
.button
 
) {
    background: #F8F7F7 !important; /*example */
}

.top-bar-section ul li > a {
    cursor: pointer !important;
    position: relative;
    background: #f7f7f7;
    color: #555;
    padding: 8px 42px 8px 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.top-bar-section .dropdown li.title h5 a {
    color: black;
    line-height: 22.5px;
    display: block;
}

.top-bar-section ul li:hover:not (.has-form ) > a {
    background: #272727;
    color: #000;
}

.topBarFujitsuImage {
    padding-left: 14px;
    padding-top: 10px;
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: 0px;
    top: 0;
    padding: 10px;
}
/*this the arrow indicating a dropdown menu*/
.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

/*Top Search Box*/
.top-bar-section .has-form {
    background: #f8f8f8;
    padding: 0 100px;
    height: 40px;
}
/*Top Search Button*/
.top-bar input, .top-bar .button, .top-bar button {
    /*top: 3.5px;*/
    height: auto;
}

/* .top-bar .toggle-topbar { */
/* 	left: 0px; */
/* 	right: auto; */
/* } */

.top-bar.expanded .toggle-topbar a {
    color: #003399;
}

.top-bar .toggle-topbar.menu-icon a::after {
    content: "";
    position: absolute;
    right: 9px;
    display: block;
    width: 16px;
    top: 0;
    padding-right: 10px;
    height: 0;
    box-shadow: 0 10px 0 2px #fff,0 16px 0 2px #fff,0 22px 0 2px #fff;
}


.name {
    background-color: rgb(163, 11, 26);
    height: 2.8125rem;
}
/************************* end of masterMobile.css ****************************/
label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

/* override the foundation button color */
.button.grey {
    background-color: #dbdbdb;
    border-color: #939393;
    color: #000000;
}

    .button.grey:hover, .button.grey:focus {
        background-color: #939393;
        color: #ffffff;
    }
/* end of button customization */
.itemHighlighted {
    background-color: #ffc0c0;
}

.listItem {
    color: #191919;
    /*color: #1C1C1C;*/
}

.itemHighlighted {
    background-color: #ADD6FF;
}



.inline-list {
    margin: 0 0 .5rem 0;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 0.875rem;
}

input, option, select {
    font-size: 100%;
    font-family: Arial, Verdana, "Lucida Grande", sans-serif;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.1rem;
        margin-right: 1.0rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"],
    input[type="datetime-local"], input[type="month"], input[type="week"],
    input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
    input[type="time"], input[type="url"], textarea {
        -webkit-appearance: none;
        background-color: #fff;
        font-family: inherit;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.75);
        display: inline-block;
        font-size: 0.875rem;
        margin: 0 0 0 0;
        padding: 0.2rem;
        height: 1.7rem;
        width: 100%;
        -webkit-box-sizing: border-box;
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        /* change the text input background to white */
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    }

table {
    background: #fff;
    margin-bottom: .25rem;
    border: none;
}

thead tr th {
    /* white-space: nowrap; */
}

td {
    vertical-align: top;
}

table thead tr {
    background: #E7E7E7;
}

table tr:nth-of-type(even) {
    background: #f4f4f4;
}

ul, ol, dl {
    font-size: 0.875em;
    line-height: 1;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}

a.list-group-item {
    color: #008cba;
}

.submenu div.placard-no-text a {
    height: 81px;
    line-height: 1;
    margin-bottom: -19px;
}

/* start paging css */
.page-numbers {
    font-family: "NeueHaasGroteskTextPro-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #CCC;
    color: #808185;
    display: block;
    float: left;
    /*font-size: 130%;*/
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
    font-size: 1.2em;
}

    .page-numbers.current {
        background-color: #808185;
        border: 1px solid #808185;
        color: white;
        font-weight: bold;
        font-size: 1.2em;
    }

    .page-numbers.next, .page-numbers.prev {
        border: 1px solid white;
        font-size: 1.2em;
    }

    .page-numbers.desc {
        border: none;
        margin-bottom: 10px;
        font-size: 1.1em;
    }
/* end paging css */
.left {
    float: right;
}

/* used for GridViews to not wrap the headers*/
.headerNoWrap {
    white-space: nowrap;
}

span.error, small.error {
    background: #C12F23;
}

.error label, .error label.error {
    color: #C12F23;
}

span.tableCellError, .tableCellError {
    color: #C12F23 !important;
    font-size: 0.6rem !important;
}

.rememberMeCheckBox {
    padding-top: 1.0rem;
    padding-left: 3.0rem;
}

.orderStatusButton {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "NeueHaasGroteskTextPro-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.0625rem;
    padding-left: 1rem;
    font-size: 1rem;
    background-color: #f2f2f2;
    border-color: #d8d8d8;
    box-shadow: 1px 1px 1px #d8d8d8;
    color: #4d4d4d;
    transition: background-color 300ms ease-out;
}

    .orderStatusButton:hover, .orderStatusButton:focus {
        color: #4d4d4d;
        background-color: #d8d8d8;
    }

    .orderStatusButton.small {
        padding-top: 0.7rem;
        padding-right: 0.875rem;
        padding-bottom: 0.6rem;
        padding-left: 1rem;
        font-size: 0.8125rem;
    }

ul.ordersearch {
    list-style-type: circle;
    text-indent: -0.1em;
    line-height: 70%;
}

li.ordersearch {
    padding: 1em 0 0 0;
    margin: 0.5em 0;
    line-height: 1em;
}

fieldset legend.ordersearch {
    font-weight: normal;
    font-size: small;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}

select { 
    max-width: 90%;
}


.featurestory {
    border: 0px solid #bdbdbd;
    background: #fff repeat-x 0 0;
}

.searchLabel {
    font-weight: bold;
    color: #a30b1a;
}

.generalcontactcontents {
    font-family: Arial, Verdana, "Lucida Grande", sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .generalcontactcontents strong.accent010 {
        border-left: 5px solid #bb2222;
        padding: 2px 0 1px 4px;
        line-height: 1.5rem;
    }

/* right hand menu contact */
/* desktop version*/
.contactrow {
    /*padding-top: 0.8rem;*/
    /*padding-left: 1.5rem;*/
}

/*mobile version*/
.contactrow {
    padding-top: 0.8rem;
    padding-left: 0.5rem;
}

.contactrowlist {
    text-align: left;
    font-size: 1.0rem;
    margin-left: 0.0rem;
}

    .contactrowlist li {
        margin: 0.8rem 0;
        font-size: 0.8rem;
    }
/* end of right hand menu contact */
/*========================== from Cruz's fuji.css file ============================*/
.submenu {
	width: 85%;
	float: right;
}

.submenu div.placard, .submenu div.placard-no-text {
	background: #ffffff url(../images/css_images/box-bg-demo.gif) 0px 0px
		repeat-x;
	border: 1px solid #c5c5c5;
	margin-bottom: 15px;
	text-align: left;
	overflow: hidden;
	position: relative;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.submenu div.placard .contact-info {
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style: none;
}

.submenu div.placard .contact-info li {
	background: none;
	margin: 0;
	padding: 0 0 10px 20px;
}

.submenu div.placard .contact-info li img {
	margin: 3px 0 0 -20px;
}

.submenu div.placard h2, .submenu div.placard-no-text h2 {
	padding: 6px 8px 0;
}

.submenu div.placard a, .submenu div.placard-no-text a {
	padding: 0px;
	margin: 0;
}

.submenu div.rounded-inside {
	border: solid 1px #ffffff;
	padding: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
}

.submenu div.frm div.innerblock, .submenu div.frm-bg div.innerblock,
	.submenu div.bg div.innerblock, .submenu div.frm-grd div.innerblock {
	padding: 8px 8px 0px 8px;
}

.submenu div.placard-no-text a {
	/* ff */
	height: 81px;
	line-height: 1;
	margin-bottom: -19px;
	/* IE < 9 */
	*margin-bottom: 0px;
	*height: auto;
}

.submenu div.placard a:hover span, .submenu div.placard a:focus span {
	text-decoration: underline;
}

.submenu div.placard a span {
	display: block;
	margin: 0px 8px;
	padding-bottom: 5px;
}

.submenu div.placard a img, .submenu div.placard-no-text a img {
	border: 1px solid #c5c5c5;
	border-width: 1px 0;
	margin: 0 0 0 0px;
	padding: 0;
	margin-left /*\**/: 0\9;
	*margin: 0;
	_margin-left: -2px;
}

.submenu div.placard a img.bordernone {
	border-bottom: 0px;
}

.submenu div.placard-no-text img.bottom {
	padding: 0px;
	margin: 0 0 -13px 1px;
}

.submenu div.placard-no-text a img {
	border-bottom-width: 0px;
}

/* sherry fill image */
.submenu div.placard-no-text a img.wide {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.submenu div.placard-no-text a img.tall {
	max-width: 100%;
	height: 100%;
	width: auto;
}

.submenu div.placard-no-text img.wide {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.submenu div.placard-no-text img.tall {
	max-width: 100%;
	height: 100%;
	width: auto;
}
/* end sherry */
.submenu div.placard-no-text div.highlight_h {
	padding-bottom: 2px !important;
	*padding-bottom: 4px !important;
}

.submenu div.placard-no-text img.rb {
	_margin-left: -3px !important;
}

.submenu .textindent {
	text-indent: 1em;
}

.submenu .textleft {
	text-align: left;
}

.submenu .textright {
	text-align: right;
}

.submenu .textcenter {
	text-align: center;
}

.submenu .alignleft {
	float: left;
}

.submenu .alignright {
	float: right;
}

.submenu .clearleft {
	clear: left;
}

.submenu .clearright {
	clear: right;
}

.submenu .clearall {
	clear: both;
}

.submenu .vtop {
	vertical-align: text-top;
}

.submenu .vmiddle {
	vertical-align: middle;
}

.submenu .vbottom {
	vertical-align: text-bottom;
}

.submenu .bordernone {
	border-style: none;
}

.submenu .border010 {
	border: solid 1px #666666;
}

.submenu .notice {
	color: #bb0000;
}

.submenu em.notice {
	font-style: italic;
}

.submenu a.deconone {
	text-decoration: none;
}

.submenu a.deconone:hover {
	text-decoration: underline;
}

.submenu p {
	font-size: 93%;
	line-height: 1.5;
}

.submenu ul {
	font-size: 93%;
	padding-bottom: 16px;
	padding-left: 0;
	width: 100%;
	margin: 0;
}

.submenu h2 {
	font-size: 93%;
	color: #555;
	margin-bottom: 8px;
	padding: 0 8px;
	padding-top: 10px;
}

.submenu h3 {
	font-size: 93%;
	color: #555;
	margin-bottom: 3px;
	padding: 0 8px;
	font-weight: normal;
}

.submenu li {
	line-height: 1.5;
	padding-left: 24px;
	padding-right: 8px;
	margin: 0;
	list-style: initial;
	background: url(../images/css_images/li_dot_lv1.gif) no-repeat 6px 2px;
	background-position: 6px 3px;
}
/* IE 9+ */
@media screen and (min-width:0\0) {
	.submenu li {
		background-position: 6px 2px;
	}
} 

/*---------------- Initialize font-size  ----------------*/
body {
    font-size: 100%
    font-family: Arial, Verdana, "Lucida Grande", sans-serif;
}

p, ul, ol, dl, th, td, caption, address, blockquote, pre, legend, code {
    font-size: 93%;
}

h1 {
    font-size: 138.5%;
}

h2 {
    font-size: 123.1%;
}

h3 {
    font-size: 100%;
}

h4, h5, h6 {
    font-size: 100%;
}

textarea {
    font-size: 100%;
    font-family: Arial, Verdana, "Lucida Grande", sans-serif;
}

/*---------------- reset recurse font-size  ----------------*/
li li, dd li, td li, address li, blockquote li {
    font-size: 100%;
}

li ul, li ol, li dl, li th, li th, li caption, li h1, li h2, li h3, li h4,
li h5, li h6, li p, li pre, li form {
    font-size: 100%;
}

dt ul, dt ol, dt dl, dt h1, dt h2, dt h3, dt h4, dt h5, dt h6, dt p, dt form {
    font-size: 100%;
}

dd ul, dd ol, dd dl, dd th, dd td, dd caption, dd h1, dd h2, dd h3, dd h4,
dd h5, dd h6, dd p, dd pre, dd form {
    font-size: 100%;
}

td ul, td ol, td dl, td h1, td h2, td h3, td h4, td h5, td h6, td p, td pre,
td form {
    font-size: 100%;
}

address ul, address ol, address dl, address th, address h1, address h2,
address h3, address h4, address h5, address h6, address p {
    font-size: 100%;
}

blockquote ul, blockquote ol, blockquote dl, blockquote h1, blockquote h2,
blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
    font-size: 100%;
}

p textarea, li textarea, dd textarea, td textarea {
    font-size: 100%;
}

pre code {
    font-size: 100%;
}

/*---------------- elements form controll (margin, padding, line-height...) ----------------*/
body {
    margin: 0px;
}

a:hover {
    text-decoration: underline;
}

a:link {
    color: #003399;
}

a:visited {
    color: #660099;
}

a:active {
    color: #cc3300;
}

div.header {
    clear: left;
    width: 100%;
    min-height: 94px;
    height: 94px;
    margin: 0 0;
    text-align: left;
    position: relative;
    z-index: 899;
}

/* Header Area */
div.headertop {
    width: 100%;
    float: left;
    background: #ffffff;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
}

#corporatesymbol h1 {
    padding: 0;
    margin: 0;
    font-size: 100%;
    line-height: 1;
}

#corporatesymbol p {
    padding: 0;
    margin: 0;
    font-size: 100%;
    line-height: 1;
}

.headerrightarea {
    display: block;
    float: right;
    width: 626px;
    margin: 7px 30px 5px 0;
    text-align: right;
}

#headerbottom {
    clear: both;
    position: relative;
    display: block;
    background: #ffffff url(../images/css_images/gradient.gif) repeat-x left bottom;
    width: 100%;
    z-index: 1;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding-bottom: .2em;
}

    /* order status index page, when there is only one item */
    #headerbottom li.glbnavlist a.glbnavtitle span.idx {
        display: block;
        float: left;
        padding: 2px 13px 2px 13px;
        margin: 0;
        border-left: 0px solid #ffffff;
        border-right: 1px solid #999999;
    }

    #headerbottom li.last.glbnavlist a.glbnavtitle span {
        display: block;
        float: left;
        padding: 2px 13px 2px 13px;
        margin: 0;
        border-left: 1px solid #ffffff;
        border-right: 0px solid #999999;
    }
    /* end */
    #headerbottom.nonavigation {
        height: 1em;
        padding: 10px 0px 11px 0px;
        border-top: 1px solid #b8b8b8;
    }

    #headerbottom ul.glbnavinner {
        padding: 0;
        margin: 0;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    #headerbottom li.glbnavlist {
        float: left;
        display: block;
        line-height: 1;
        margin: 0;
        padding: 0;
        z-index: 1000;
    }

        #headerbottom li.glbnavlist a.glbnavtitle {
            display: block;
            float: left;
            padding: 6px 0px 7px 0px;
            color: #555555;
            font-weight: bold;
            font-size: 93%;
        }

            #headerbottom li.glbnavlist a.glbnavtitle span {
                display: block;
                float: left;
                padding: 2px 13px 2px 13px;
                margin: 0;
                border-left: 1px solid #ffffff;
                border-right: 1px solid #999999;
            }

        #headerbottom li.glbnavlist:hover a.glbnavtitle {
            padding-bottom: 6px;
            padding-left: 1px;
            margin-left: -1px;
        }

            #headerbottom li.glbnavlist:hover a.glbnavtitle span {
                text-decoration: underline;
                cursor: pointer;
            }

        #headerbottom li.glbnavlist:active a.glbnavtitle {
            color: #cc3300;
        }

        * html #headerbottom li.glbnavlist a.glbnavtitle:hover {
            padding-bottom: 6px;
            padding-left: 0px;
            margin-left: -1px;
        }
            /* <- for IE6 */
            * html #headerbottom li.glbnavlist a.glbnavtitle:hover span {
                border: none;
                text-decoration: underline;
                cursor: pointer;
            }

        * html #headerbottom li.glbnavlist a.glbnavtitle:active {
            color: #cc3300;
        }

    #headerbottom li.first.glbnavlist a.glbnavtitle span {
        border-left: none;
    }

#globalnav {
    width: 100%;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    margin: 0;
    padding: 0;
}

/* Location Area */
#location {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
}

    #location ol {
        padding: 7px 10px 7px;
        margin: 0;
        list-style: none;
        font-size: 93%;
    }

ol.location-inside {
    border: 1px solid #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
}

*:first-child + html #location div.highlight_v {
    padding: 0 !important;
}

#location li {
    display: inline;
    margin: 0;
    margin-right: 2px;
    line-height: 1.3;
}

    #location li a {
        margin-right: 2px;
    }

        #location li a:link, #location li a:visited, #location li a:active {
            margin-right: 2px;
            text-decoration: none;
        }

        #location li a:hover {
            margin-right: 2px;
            text-decoration: underline;
        }

/* MainMenu Area */
#mainmenu {
    /*	width: 184px;*/
    margin-bottom: 15px;
    /*	background: url(../images/css_images/mainmenu-li-open-bg.gif) repeat-y;*/
    background: #f7f7f7;
    line-height: 1.2;
    border: 1px solid #c5c5c5;
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}

    #mainmenu a:link, #mainmenu a:visited, #mainmenu a:active {
        /* text-decoration: underline; */
    }

    #mainmenu a:hover {
        text-decoration: underline;
    }

    #mainmenu p.top {
        margin: 0px;
        padding: 0;
        font-size: 100%;
        /*	background: #f3f3f3 url(../images/css_images/mainmenu-p-bg.gif) left top
		no-repeat;*/
        border-bottom: 1px solid #cecfce;
    }

        #mainmenu p.top strong {
            display: block;
            padding: 8px 6px;
            font-weight: normal;
        }

            #mainmenu p.top strong.current {
                display: block;
                background: #ffffff url(../images/css_images/mainmenu-p-current-bg.gif) left top no-repeat;
            }

    #mainmenu ul {
        list-style: none;
        margin: 0px;
        margin-top: -1px;
        padding: 2px 0px 0px 0px;
        background: url(../images/css_images/mainmenu-li-spr182.gif) center top no-repeat;
    }

    #mainmenu li ul {
        padding: 0px;
        background: #e5e5e5 url(../images/css_images/mainmenu-li-spr.gif) left bottom repeat-x;
        font-size: 100%;
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #cdcdcd #cdcdcd #cdcdcd #cdcdcd;
        zoom: 1;
    }

    #mainmenu li li ul {
        background-image: none;
        border-style: none;
    }

    #mainmenu li li {
        margin-left: 8px;
    }
        /* indent the lebel 2 */
        #mainmenu li li li {
            margin-left: 15px;
        }
    /* indent below the lebel 3 */
    #mainmenu li { /* display: block; */ /* margin: 0px; */
        /* padding: 0px 0px 2px 0px; */
        /* background: url(../images/css_images/mainmenu-li-bg.gif) 0px 100% no-repeat; */
        line-height: 1.2;
    }

        #mainmenu li a {
            display: block;
            margin: 0px;
            padding: 8px 6px 8px 17px;
            background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            zoom: 1;
        }

        #mainmenu li strong.normal {
            font-weight: normal;
            zoom: 1;
        }
        /* menu selected sign */
        #mainmenu li strong.current {
            display: block;
            margin-left: 1px;
            margin-right: 1px;
            background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            font-weight: normal;
            zoom: 1;
        }
        /* menu selected sign */
        #mainmenu li.open li strong.current {
            margin-right: 0px;
        }

        #mainmenu li.open {
            background: url(../images/css_images/mainmenu-li-open-bg.gif) 0px 0px no-repeat;
        }

            #mainmenu li.open a {
            }

            #mainmenu li.open > a {
                display: block;
                margin: 0px 1px;
                padding: 8px 4px 8px 15px;
                background: #f3f3f3 url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 2px 0.8em no-repeat;
                border-style: solid;
                border-color: #ffffff;
                border-width: 0px 1px;
            }
            /* menu selected sign */
            #mainmenu li.open li.open > a {
                margin: 0px 2px;
                background-color: #e5e5e5;
                border: none;
            }
            /* menu selected sign */
            #mainmenu li.open strong.current {
                display: block;
                /*padding: 8px 6px 8px 16px;*/
                /* background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat; */
                font-weight: normal;
            }
            /* menu selected sign */
            #mainmenu li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            #mainmenu li.open li.open > strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            #mainmenu li.open li.open strong.current, #mainmenu li.bottom-gray li.open strong.current {
                margin: 0px 0px 0px 1px;
                padding-left: 16px;
            }

            #mainmenu li.open li {
                background-image: none;
            }

                #mainmenu li.open li > strong.current {
                }
            /* menu selected sign */

            /* menu selected sign for IE lte 6 below... */
            * html #mainmenu li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li.open li a {
                background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li.open li.open a {
                background: url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 4px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li.open li.open strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 3px 0.8em no-repeat;
            }

            * html #mainmenu li.open li.open li.open li.open li.open li.open li.open li.open li.open li.open li strong.current {
                background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
            }

        #mainmenu li.bottom {
            /*	background: #f3f3f3 url(../images/css_images/mainmenu-li-last-bg.gif)
		left bottom no-repeat;*/
        }

            #mainmenu li.bottom strong.current {
                /*border-radius: 0px 0px 5px 5px;*/
                border-bottom: none;
                /* background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat; */
            }

        #mainmenu li.open li strong.current {
            background: #E76767 url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
        }

        #mainmenu li.bottom a {
            padding-bottom: 12px;
        }

        #mainmenu li.bottom-gray {
            /*padding-bottom: 8px;
	background: transparent
		url(../images/css_images/mainmenu-li-last-open-bg.gif) left bottom
		no-repeat;
	border-style: none;*/
        }

            #mainmenu li.bottom-gray ul {
                background: #e5e5e5 none;
            }

            #mainmenu li.bottom-gray a {
                margin: 0px 1px;
                padding: 8px 4px 8px 15px;
                background-color: #f3f3f3;
                border-style: solid;
                border-width: 0px 1px;
                border-color: #ffffff;
            }

            #mainmenu li.bottom-gray li a {
                margin: 0px;
                padding-left: 17px;
                background-color: #e5e5e5;
                border-style: none;
            }

.clear-left {
    clear: left;
}

/* Right menu style*/
.submenu div.pickup-shortlead {
    margin-bottom: 15px;
}

.submenu div.rounded {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 8px 8px;
}

.submenu div.frm-grd {
    margin-bottom: 10px;
    background: #ffffff url(../images/css_images/box-bg-demo.gif) 0px 0px repeat-x;
    border: solid 1px #b8b8b8;
}

.submenu .pickup-shortlead {
    color: #555555;
}

/* Footer Area */
.footer {
    width: 100%;
    min-width: inherit;
    color: #fff;
    background: #666 url(../images/css_images/footer_bg.gif) repeat-x left bottom;
    /* border-radius: 2px 2px 2px 2px; */
    -moz-border-radius: 2px 2px 2px 2px;
    /* -webkit-border-radius: 2px 2px 2px 2px; */
    /* position: relative; */
    /* margin: 0 0; */
}

    .footer a {
        text-decoration: none;
    }

        .footer a:link, .footer a:visited, .footer a:hover {
            color: #fff;
        }

#footerinner {
    width: 100%;
    /* display: inline-block;*/
    /* margin: 0 auto; */
    padding: 0.5rem 0 1.0rem 0;
    text-align: left;
}

.footer ul {
    /* font-size: 93%; */
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer li {
    line-height: 1.5;
}

.fujitsucopyright {
    padding-right: 20px;
    font-size: 93%;
    margin-left: 20px;
}

/******* general page layout for desktop and mobile********/
.responsiveTable {
    width: 99.5%;
}

.responsiveTableD {
    width: 99.5%;
}

.bodyarea {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding-bottom: 18px;
    text-align: left;
}


.alert-box {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 1.25rem;
	padding: 0.875rem 1.5rem 0.875rem 0.875rem;
	position: relative;
	transition: opacity 300ms ease-out;
	background-color: #2ba6cb;
	border-color: #258faf;
	color: #FFFFFF;
}

.alert-box .close {
	right: 0.25rem;
	background: inherit;
	color: #333333;
	font-size: 1.375rem;
	line-height: .9;
	margin-top: -0.6875rem;
	opacity: 0.3;
	padding: 0 6px 4px;
	position: absolute;
	top: 50%;
}

.alert-box .close:hover, .alert-box .close:focus {
	opacity: 0.5;
}

.alert-box.radius {
	border-radius: 3px;
}

.alert-box.round {
	border-radius: 1000px;
}

.alert-box.success {
	background-color: #5da423;
	border-color: #508d1e;
	color: #FFFFFF;
}

.alert-box.alert {
	background-color: #c60f13;
	border-color: #aa0d10;
	color: #FFFFFF;
}

.alert-box.secondary {
	background-color: #e9e9e9;
	border-color: #c8c8c8;
	color: #4f4f4f;
}

.alert-box.warning {
	background-color: #f08a24;
	border-color: #de770f;
	color: #FFFFFF;
}

.alert-box.info {
	background-color: #a0d3e8;
	border-color: #74bfdd;
	color: #4f4f4f;
}

.alert-box.alert-close {
	opacity: 0;
}
        
        
/********************** end of media query desktop***********************/
.global-site-notice.noscript p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.188rem;
    font-weight: normal;
}

.global-site-notice.noscript {
    padding: 4px;
    text-align: center;
    background: #F64747;
}

table tr th, table tr td {
    color: #222;
    font-size: 0.75rem;
    padding: 0.25rem 0.25rem;
    text-align: left;
}

/************************www styles for search************************/
div#headsearch {
    float: right;
    border-style: none;
    width: 278px;
    height: 42px;
    margin: 0px;
    padding: 0px;
    background: url("../images/css_images/search-bg.gif") no-repeat top right;
    text-align: right;
}

    div#headsearch.nonavigation {
        background: #ffffff;
    }

#headsearch form {
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    overflow: hidden;
    line-height: 0;
}

input#Search {
    font-size: 123.1%;
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    width: 223px;
    height: 1.482em;
    margin: 0px;
    color: #777;
    padding: 2px 3px 2px 3px;
    background: #ffffff;
    vertical-align: middle;
    overflow: hidden;
}

#mainmenu li.open li strong.current {
    background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
}

#mainmenu li strong.open > a {
    display: block;
    margin: 0px 1px;
    padding: 8px 4px 8px 15px;
    background: #f3f3f3 url(../images/css_images/arrows/mainmenu-arrow-bottom.gif) 2px 0.8em no-repeat;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px 1px;
}

.openSecondLevel {
    margin: 0px 0px 0px 1px;
    padding-left: 16px;
    background: #ffffff url(../images/css_images/arrows/mainmenu-arrow-right.gif) 3px 0.8em no-repeat;
    display: block;
    padding: 8px 6px 8px 16px;
    font-weight: normal;
}

#mainmenu li strong.current a {
    display: block;
    margin: 0px;
    padding: 8px 6px 8px 17px;
    background: url(../images/css_images/arrows/mainmenu-arrow-right.gif) 4px 0.8em no-repeat;
    zoom: 1;
    background: none;
}

.top-bar-section ul li {
    background: #B9B7B7;
}

.top-bar-section .dropdown li.title h5 a {
    color: white;
    line-height: 22.5px;
    display: block;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #555;
    color: #FF0303;
    background: whitesmoke;
}

input#MobileSearch {
    border-style: solid;
    border-width: 1px;
    border-color: #686868;
    width: 85%;
    margin: 7px 0px 7px 19px;
    background: #ffffff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

#subViewDiv {
    margin-left: 0.521rem;
    margin-right: 0.521rem;
}

.text-danger {
    color: #d9534f;
}

a {
    outline: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
}


.btn {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:hover, .btn:focus
{ 
    color: #333333;
    text-decoration: none;
}

.grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 84.0rem;
    margin-left: auto;
    margin-right: auto;
}

.divider {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
}
fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 50px 2px 1px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-default {
	text-shadow: 0 1px 0 #fff;
}

.btn {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default
	{
	background-image: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); .
	btn: hover, .btn:focus{
    color: #333333;
	text-decoration: none;
}
  
  

@media ( min-width :642px) and (max-width:666px) {
    .contactUsImg {
        width: 30%;
    }
}

@media ( min-width :551px) and (max-width:641px) {
    .contactUsImg {
        width: 35%;
    }
}

@media ( min-width :501px) and (max-width:550px) {
    .contactUsImg {
        width: 50%;
    }
}

@media ( min-width :401px) and (max-width:500px) {
    .contactUsImg {
        width: 55%;
    }
}

@media ( min-width :301px) and (max-width:400px) {
    .contactUsImg {
        width: 65%;
    }
}

@media ( max-width :400px) {
    .responsiveTable {
        max-width: 340px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 340px;
        overflow: auto;
    }
}

@media ( min-width :401px) and (max-width:431px) {
    .responsiveTable {
        max-width: 370px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 370px;
        overflow: auto;
    }
}

@media ( min-width :432px) and (max-width:462px) {
    .responsiveTable {
        max-width: 400px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 400px;
        overflow: auto;
    }
}

@media ( min-width :463px) and (max-width:493px) {
    .responsiveTable {
        max-width: 430px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 430px;
        overflow: auto;
    }
}

@media ( min-width :494px) and (max-width:524px) {
    .responsiveTable {
        max-width: 460px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 460px;
        overflow: auto;
    }
}

@media ( min-width :525px) and (max-width:555px) {
    .responsiveTable {
        max-width: 490px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 490px;
        overflow: auto;
    }
}

@media ( min-width :556px) and (max-width:586px) {
    .responsiveTable {
        max-width: 520px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 520px;
        overflow: auto;
    }
}

@media ( min-width :587px) and (max-width:617px) {
    .responsiveTable {
        max-width: 550px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 550px;
        overflow: auto;
    }
}

@media ( min-width :618px) and (max-width:641px) {
    .responsiveTable {
        max-width: 580px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 580px;
        overflow: auto;
    }
}

@media ( min-width :642px) and (max-width:666px) {
    .responsiveTable {
        max-width: 610px;
        overflow: auto;
    }

    .responsiveTableD {
        max-width: 610px;
        overflow: auto;
    }
}

/* order search screen */
@media only screen and (min-width:642px) and (max-width:767px) {
    .medium-4 {
        width: 30%;
    }

    .medium-8 {
        width: 70%;
    }
}

@media only screen and (min-width:768px) and (max-width:900px) {
    .medium-4 {
        width: 25%;
    }

    .medium-8 {
        width: 75%;
    }
}

/* order main table -- begin*/
@media only screen and (min-width:666px) and (max-width:681px) {
    .responsiveTable {
        max-width: 460px;
        overflow: auto;
    }
}

@media only screen and (min-width:682px) and (max-width:702px) {
    .responsiveTable {
        max-width: 480px;
        overflow: auto;
    }
}

@media only screen and (min-width:703px) and (max-width:723px) {
    .responsiveTable {
        max-width: 500px;
        overflow: auto;
    }
}

@media only screen and (min-width:724px) and (max-width:744px) {
    .responsiveTable {
        max-width: 520px;
        overflow: auto;
    }
}

@media only screen and (min-width:745px) and (max-width:767px) {
    .responsiveTable {
        max-width: 540px;
        overflow: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {
    .responsiveTable {
        max-width: 560px;
        overflow: auto;
    }
}

@media only screen and (min-width:801px) and (max-width:850px) {
    .responsiveTable {
        max-width: 600px;
        overflow: auto;
    }
}

@media only screen and (min-width:851px) and (max-width:880px) {
    .responsiveTable {
        max-width: 740px;
        overflow: auto;
    }
}

@media only screen and (min-width:881px) and (max-width:920px) {
    .responsiveTable {
        max-width: 770px;
        overflow: auto;
    }
}

@media only screen and (min-width:921px) and (max-width:950px) {
    .responsiveTable {
        max-width: 820px;
        overflow: auto;
    }
}

@media only screen and (min-width:951px) and (max-width:980px) {
    .responsiveTable {
        max-width: 840px;
        overflow: auto;
    }
}

@media only screen and (min-width:981px) and (max-width:1000px) {
    .responsiveTable {
        max-width: 860px;
        overflow: auto;
    }
}

@media only screen and (min-width:1001px) and (max-width:1023px) {
    .responsiveTable {
        max-width: 880px;
        overflow: auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1044px) {
    .responsiveTable {
        max-width: 910px;
        overflow: auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1044px) {
    .responsiveTable {
        max-width: 910px;
        overflow: auto;
    }
}

@media only screen and (min-width:1045px) and (max-width:1065px) {
    .responsiveTable {
        max-width: 930px;
        overflow: auto;
    }
}

@media only screen and (min-width:1086px) and (max-width:1100px) {
    .responsiveTable {
        max-width: 950px;
        overflow: auto;
    }
}

@media only screen and (min-width:1101px) and (max-width:1200px) {
    .responsiveTable {
        max-width: 1000px;
        overflow: auto;
    }
}

@media only screen and (min-width:1201px) {
    .responsiveTable {
        max-width: 1093px;
        overflow: auto;
    }
}
/* order main table -- end*/
/* order detail table-- begin*/
@media only screen and (min-width:666px) and (max-width:681px) {
    .responsiveTableD {
        max-width: 580px;
        overflow: auto;
    }
}

@media only screen and (min-width:682px) and (max-width:702px) {
    .responsiveTableD {
        max-width: 600px;
        overflow: auto;
    }
}

@media only screen and (min-width:703px) and (max-width:723px) {
    .responsiveTableD {
        max-width: 620px;
        overflow: auto;
    }
}

@media only screen and (min-width:724px) and (max-width:744px) {
    .responsiveTableD {
        max-width: 640px;
        overflow: auto;
    }
}

@media only screen and (min-width:745px) and (max-width:767px) {
    .responsiveTableD {
        max-width: 660px;
        overflow: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {
    .responsiveTableD {
        max-width: 680px;
        overflow: auto;
    }
}

@media only screen and (min-width:801px) and (max-width:840px) {
    .responsiveTableD {
        max-width: 700px;
        overflow: auto;
    }
}

@media only screen and (min-width:841px) and (max-width:880px) {
    .responsiveTableD {
        max-width: 740px;
        overflow: auto;
    }
}

@media only screen and (min-width:881px) and (max-width:920px) {
    .responsiveTableD {
        max-width: 770px;
        overflow: auto;
    }
}

@media only screen and (min-width:921px) and (max-width:950px) {
    .responsiveTableD {
        max-width: 820px;
        overflow: auto;
    }
}

@media only screen and (min-width:951px) and (max-width:980px) {
    .responsiveTableD {
        max-width: 840px;
        overflow: auto;
    }
}

@media only screen and (min-width:981px) and (max-width:1000px) {
    .responsiveTableD {
        max-width: 860px;
        overflow: auto;
    }
}

@media only screen and (min-width:1001px) and (max-width:1023px) {
    .responsiveTableD {
        max-width: 880px;
        overflow: auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1044px) {
    .responsiveTableD {
        max-width: 910px;
        overflow: auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1044px) {
    .responsiveTableD {
        max-width: 910px;
        overflow: auto;
    }
}

@media only screen and (min-width:1045px) and (max-width:1065px) {
    .responsiveTableD {
        max-width: 930px;
        overflow: auto;
    }
}

@media only screen and (min-width:1086px) and (max-width:1100px) {
    .responsiveTableD {
        max-width: 950px;
        overflow: auto;
    }
}

@media only screen and (min-width:1101px) and (max-width:1200px) {
    .responsiveTableD {
        max-width: 1000px;
        overflow: auto;
    }
}

@media only screen and (min-width:1201px) {
    .responsiveTableD {
        max-width: 1050px;
        overflow: auto;
    }
}

/* order detail table -- end*/
@media only screen and (min-width:901px) and (max-width:1023px) {
    .medium-4 {
        width: 25%;
    }

    .medium-8 {
        width: 75%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1068px) {
    .large-2 {
        width: 20%;
    }

    .large-10 {
        width: 80%;
    }
}

