
body,html {margin: 0;padding: 0;} 
body 
{
	font: 12px "Helvetica", Arial, sans-serif;
	background-color: #f5f6f7;
	height: 100%;
	min-height: 100%;
	width: 100%;	
}

a:link
{
	text-decoration:none;
    color:inherit;
}

.mainbox
{
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	display:block;
	z-index: 0;
	
}

.mainbox_wrap
{
	position: relative;
	width: 100%;
	height: 100%;
	display:block;
	min-width: 1200px;
}

.overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	display: none;
	z-index: 5;
}

.topbox
{
	position: relative;
	width: 100%;
	height: 70px;
	display:block;
	background-color:#FFF;
}

.logo
{
	width: 220px;
	height: 100%;
	display:block;
	float: left;
}

.logo_img
{
	position: relative;
	width: 216px;
	height: 60px;
	background:url(/images/logo3.jpg) no-repeat;
	top: 5px;
}

.under_logo_grad
{
	position: relative;
	width: 100%;
	height: 4px;
	background:url(/images/under_logo_grad.jpg) repeat-x;
	top: 6px;
}

.topbox_right
{
	width: calc(100% - 220px);
	height: 100%;
	display:block;
	float: left;
}


.topbox_right_top
{
	width: 100%;
	height: 40px;
	display:block;
	z-index: 0;
}

.logout
{
	position: relative;
	width: 100px;
	height: 100%;
	display:block;
	float: right;
}

.logout_img
{
	position: relative;
	width: 60px;
	height: 30px;
	background:url(/images/signout.png) no-repeat;
	margin: 0 auto;
	top: 5px;
}

.topbox_right_bottom
{
	width: 100%;
	height: 30px;
	display:block;
	background:url(/images/nav_bar.jpg) repeat-x;
	z-index: 0;
}

.border_bar
{
	position: relative;
	width: 100%;
	height: 5px;
	display:block;
	background-color:#854ac7;
	
}

.navbar
{
	position: relative;
	width: auto;
	height: 18px;
	display:block;
	margin-left: 10px;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	border-radius: 5px;
	top: 4px;
}

.navbar:hover
{
	background-color: #FFF;
	color: #f47e40;
}

.pbx_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	display:block;
	background-color: #FFF;
}

.customer_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	display: none;
	background-color: #FFF;
}

.processing_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	display: none;
	background-color: #FFF;
}

.accounting_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	display: none;
	background-color: #FFF;
}


.sales_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	display: none;
	background-color: #FFF;
}

input {
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;
	width: 90%;
	height: 10px;
}

.selector_big {
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    background: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;
	width: calc(90% + 14px);
	height: 25px;
}


.selector {
    border: 1px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    background: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;
	width: 90%;
	height: 18px;
	margin-top: 5px;
}

.login_back
{
  position: absolute;
  background: url(/images/login_background.jpg) repeat-x;
  background-color: #5085a5;
  width: 100%;
  height: 100%;
  z-index: 1;
	
}

.login_box_back
{
	position: absolute;
	background: url(/images/login_box.png) no-repeat;
	width: 500px;
	height: 327px;
	z-index: 5;
	margin-left: calc(50% - 250px);
	margin-top: calc(25% - 190px);
}

.login_box
{
	position: absolute;
	width: 280px;
	height: 110px;
	top: 150px;
	left: 135px;
}

.login_text
{
	position: relative;
	float: left;
	text-align: right;
	width: 75px;
	height: 25px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	
}

.login_input
{
	position: relative;
	float: left;
	width: 180px;
	height: 25px;
	top: -3px;
	background-color: #dfdfdf;
	
}

.login_button_wrap
{
	position: relative;
	width: 90px;
	height: 35px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 5px;
}

.login_button
{
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 2px;
    background:url(/images/nav_bar.jpg) repeat-x;
	border-radius: 12px;
	width: calc(100% - 17px);
	height: calc(100% - 20px);
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.login_button:hover
{
	background: none;
	background-color: #4d809f;
}


.test_div
{
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #333;
	color: #FFF;
}

