﻿@import url('/stylesheet/reset.css');

*
{
    padding:0px;
        margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	body
	{
		width:100%;
		margin-left:auto; margin-right:auto;
	}
    .creditCity{
	   	margin-left:4.8%
	}
}

@media
only screen and ( min-width: 320px),
only screen and ( min-width: 20em)  {


    .creditCity{
	   	margin-left:9.5%
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

	body
	{
		width:100%;
		margin-left:auto; margin-right:auto;
	}
	
    .clearfix
    {
        width: 88%;
        margin: 0px auto;
    }
    
    .clearfix2
    {
        width: 98%; 
        margin: 0px auto;
    }
    
    .menu
	{
	   float: right; list-style: outside none none; margin-top: 5%;
    width: 78%;}
    .creditCity{
	   	margin-left:4.8%
	}
 }

/* Desktops and laptops ----------- */
@media only screen
and (max-width : 800px) {
/* Styles */
	body, html, form
	{
		width:100%;
		margin-left:auto; margin-right:auto;	
		height:100%	
	}
	.clearfix
    {
        width: 95%;
        margin: 0px auto;
    }
    
    .clearfix2
    {
        width: 98%; 
        margin: 0px auto;
    }
    .menu
	{
	   float: right; list-style: outside none none; margin-top: 5%;
    width: 105%;}
    .creditCity{
	   	margin-left:4.8%
	}
    
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
	body, html, form
	{
		width:100%;
		margin-left:auto; margin-right:auto;
		height:100%
	}
	.clearfix
    {
        width: 85%;
        margin: 0px auto;
    }
    
    .clearfix2
    {
        width: 98%; 
        margin: 0px auto;
    }
    .menu
	{
	   float: right; list-style: outside none none; margin-top: 3%;
    width: 80%; }
    
    .creditCity{
	   	margin-left:4.8%
	}    
}

body, div, p,table {
    /*display: block;*/
}

#salesHeader td 
{
    padding-left:1%;
}

input[type="button"], input[type="submit"]
{
    display:       inline-block;
padding:       1px 18px;
background:    #600 url('http://dabuttonfactory.com/button.png?w=1&h=24&bgt=gradient&bgc=600&ebgc=600') repeat-x;
background:    -moz-linear-gradient(#600, #600);
background:    -o-linear-gradient(#600, #600);
background:    -webkit-linear-gradient(#600, #600);
background:    linear-gradient(#600, #600);
border-radius: 15px;
color:         #fff;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px 0 #000;
}

input[type="button"], input[type="submit"]:hover
{
    border: 1px solid #999;color:#385f6b;
    cursor: pointer;
}

.indentLeft div table tbody tr:hover
{
    background-color: #3e98b3;
}

.hover_row
    {
        background-color: #A1DCF2;
    }
    
.menu a    
{
    color:white;
    background-color:#2E3A40;
}
        
.menu a  div, menu a a  
{
    color:white;
    background-color:#2E3A40;
}
    
.logo
{
    float: left;display: inline-block;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    line-height: 0;
    height: 1%;
    visibility: hidden;
}

.clearfix2:after {
    clear: both;
    content: "";
    display: block;
    line-height: 0;
    height: 1%;
    visibility: hidden;
}

.rollback
{
     text-align: right; padding-right: 5%;
}

.topMargin
{
    margin-top:1%;
}

.thinBorder
{
    border:solid thin black;
}

#callLog
{
    margin-top:2%; width:90%; margin-left:3%;
}

.ReportViewer
{
    /*margin-left:5%;*/
}

#ContentPlaceHolder.clearfix2
{
    background-color:#EEE; padding-bottom: 5%;
}

#content
{
    background-color:#EEE; padding-bottom:5%; padding-left:5px;
}

#max
{
    width: 100%;
}

#header
{
    background-position: left bottom;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
    background-color: #2E3A40;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

#footer
{
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left top;
    border-top: 2px solid #FFF;

}

.loginContent
{
    padding-bottom: 24px; padding-top:.1%;
}

.content{
        padding-top: 30px;
        padding-right-value: 0px;
        padding-bottom: 30px;
        padding-left: 20%;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
}

.Bold
{
    font-weight:bold;
}

.textBoxSpacing
{
    padding:2%;
}

.middle
{
    margin-left:auto; margin-right:auto; width:40%;
}

.left
{
    float:left;
}

.salesOrders
{
    margin-left:2%; background-color:White; width:96%; margin-top:1%;
}

.shippingInfo
{
    margin-left:2%; margin-top:1%; padding-bottom:2%;
}

.currency
{
    margin-left:2%; padding-bottom:.5%;
}

.unitPrice{
    margin-left:1%; margin-top:.5%; padding-bottom:.5%;
}

.headerInfo 
{
    font-weight:bold;
}


#salesdiv.salesOrders
{
    padding-bottom:2.2%;
}

#salesdive
{
    padding-bottom:2%;
}

#login
{
    margin-left:auto;
    margin-right:auto;
    width:60%;
    padding-top: 80px;
}

.OrderStatusBorder
{
     border: solid 1pt black;
}

.OrderStatusDataStyle
{
    text-align:center;
}

.orderStatus
{
    position:relative;
    margin-left:5%;
}

#productSelection
{
    margin-bottom:1%; font-weight:bolder; font-size:large; margin-left:2%;
}

.floatPrint
{
    z-index:1;
    position:relative;
    top: 0px;
    left: 40px;
    margin-bottom:1%;
}

/*###############################################################################################################################################*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#cssmenu ul ul li a {
width: 170px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu:after,
#cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu 
{
    border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}
#cssmenu.align-center ul ul {
text-align: left;
}
#cssmenu.align-right > ul > li {
float: right;
}
#cssmenu > ul > li > a {
padding: 20px 15px;
font-size: 13px;
letter-spacing: 1px;
text-decoration: none;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
color: #cae5fd;
}
#cssmenu > ul > li.has-sub > a {
padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu > ul > li.has-sub > a:before {
content: '';
  position: absolute;
  right: 11px;
  top: 25.5px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
}
#cssmenu > ul > li.has-sub:hover > a:before {
top: 23px;
height: 0;
border-top-color: #19799f;
}
#cssmenu ul ul {
position: absolute;
left: -9999px;

}
#cssmenu.align-right ul ul {
text-align: right;
}
#cssmenu ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu li:hover > ul {
left: auto;
}
#cssmenu.align-right li:hover > ul {
left: auto;
right: 0;
}
#cssmenu li:hover > ul > li {
height: 35px;
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #cae5fd;
}
#cssmenu ul ul li.has-sub > a:after {
right: 12px;
  top: 9.5px;
  background: #3db2e1;
  background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul li.has-sub > a:after {
right: auto;
left: 12px;
}
#cssmenu ul ul li.has-sub > a:before {
position: absolute;
top: 13px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
right: auto;
left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
top: 17px;
height: 0;
}

#cssmenu.small-screen {
width: 100%;
}
#cssmenu.small-screen ul {
width: 100%;
display: none;
}
#cssmenu.small-screen.align-center > ul {
text-align: left;
}
#cssmenu.small-screen ul li {
width: 100%;
border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
width: 100%;
border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
float: none;
}
#cssmenu.small-screen ul ul li a {
padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
color: #dddddd;
background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
display: none;
}
#cssmenu.small-screen #menu-button {
display: block;
padding: 17px;
color: #dddddd;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
position: absolute;
top: 22px;
right: 17px;
display: block;
height: 4px;
width: 20px;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
content: '';
}
#cssmenu.small-screen #menu-button:before {
position: absolute;
top: 16px;
right: 17px;
display: block;
height: 2px;
width: 20px;
background: #dddddd;
content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
top: 23px;
border: 0;
height: 2px;
width: 15px;
background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
top: 23px;
background: #ffffff;
width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.2);
height: 46px;
width: 46px;
cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
background: #262626;
}
#cssmenu.small-screen ul ul .submenu-button {
height: 34px;
width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
position: absolute;
top: 22px;
right: 19px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
top: 15px;
right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
position: absolute;
top: 19px;
right: 22px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
}

#cssmenu.small-screen ul ul .submenu-button:before {
top: 12px;
right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
display: none;
}


