﻿/* DEFAULTS
----------------------------------------------------------*/
.PageLabelName
{
	font-weight:bolder;
	font-family:Tahoma;
	font-size:24pt;
}

body
{
    font-size: 14px;
    font-family: "Helvetica Neue" , "Tahoma" ,  "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: Black;
    
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: justify;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #FFF;
}

h1 b
{
    font-size: 0.5em;
    z-index: 1;
    font-family: Segoe Script;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1em;
    font-weight:bold;
}

h4
{
    font-size: 1.1em;
    font-weight: 600;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page
{
    width: 98%;
    margin: 0px 0px 0px 0px;
    border-top:1px solid #C0C0C0;
}

.header
{
    position:fixed;
    margin: 0px;
    padding: 0px;
    background: #ADD8E6;
    width: 100%;
    border-bottom: 1px solid #FFF;
    border-collapse:collapse;
    box-shadow:0px 0px 1px 0px rgba(0,0,0,0.4);

}

.header h1
{
    font-weight: 900;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 1.5em;
    font-size: 3em;
    text-align:right;
    letter-spacing:3px;
}

.header h1 a
{
    font-size:15px;
    font-weight:bold;
    letter-spacing:normal;
}

.main
{
    padding: 0px 0px;
    margin: 55px 8px 8px 8px;
}

.leftCol
{
    padding: 10px 10px 10px 10px;
    width: 98%;
    background-color: #FFF;
    border: 1px solid #FFF;
    margin: 0px 10px 10px auto;
    float: left;
    min-height: 415px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  font-weight:bold;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
          border-radius:5px;
}

.btn-primary {
  color: #ffffff;
  background-color: #006d91;
  border-color: #004b63;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
          border-radius:5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #008cba;
  border-color: #0079a1;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #008cba;
  border-color: #0079a1;
}

.btn-primary .badge {
  color: #008cba;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #43ac6a;
  border-color: #3c9a5f;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
          border-radius:5px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #388f58;
  border-color: #2b6e44;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #43ac6a;
  border-color: #3c9a5f;
}

.btn-success .badge {
  color: #43ac6a;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
          border-radius:5px;
}

.btn-info2 {
  color: #000000;
  background-color: #00bfff;
  border-color: #269abc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
          border-radius:5px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-danger {
  color: #ffffff;
  background-color: #dc2c0f;
  border-color: #b1240c;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
          border-radius:5px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f04124;
  border-color: #ea2f10;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f04124;
  border-color: #ea2f10;
}

.btn-danger .badge {
  color: #f04124;
  background-color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #e99002;
  border-color: #d08002;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
          border-radius:5px;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c17702;
  border-color: #935b01;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e99002;
  border-color: #d08002;
}

.btn-warning .badge {
  color: #e99002;
  background-color: #fff;
}
.loginPosition
{
    padding: 10px 10px 10px 10px;
    width:55%;
    margin-top:2%;
    margin-left:35%;
    margin-right:20%;
    float:left;
}

.leftCol_Vote
{
    padding: 6px 10px;
    width: 98%;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: auto auto auto auto;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}

.footer
{
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    
}

.TLeft
{
	padding: 6px 6px 6px 6px;
    width:47%;
    background-color: #FFF;
    float: left;
}

.TRight
{
	padding: 6px 6px 6px 6px;
    width:50%;
    background-color: #FFF;
    float:right;
}

.leftCol_Admin
{
    padding: 6px 6px 6px 6px;
    width:40%;
    background-color: #FFF;
    float: left;
}

.leftCol_AdminOrders
{
    padding: 6px 6px 6px 6px;
    width:35%;
    background-color: #FFF;
    float: left;
}

.RightCol_Admin
{
    padding: 6px 6px 6px 6px;
    width:58%;
    background-color: #FFF;
    float: right;
}

.RightCol_AdminOrders
{
    padding: 6px 6px 6px 6px;
    width:63%;
    background-color: #FFF;
    float: right;
}

.leftCol_AdminI
{
    padding: 6px 6px 6px 6px;
    width:27%;
    background-color: #FFF;
    float: left;
}

.RightCol_AdminI
{
    padding: 6px 6px 6px 6px;
    width:70%;
    background-color: #FFF;
    float: right;
}

.leftCol_Admins
{
    padding: 6px 6px 6px 6px;
    width:68%;
    background-color: #FFF;
    float: left;
    
}

.RightCol_Admins
{
    padding: 6px 0px 0px 0px;
    width: 30%;
    background-color: #FFF;
    float: right;
}

.Elect_left
{
    padding: 6px 6px 0px 0px;
    width: 43%;
    float: left;
}

.Elect_right
{
    padding: 6px 0px 0px 0px;
    width: 53%;
    float: Right;
}

.VoteCol
{
    padding: 10px 10px 10px 10px;
    width:98.5%;
    background-color: #FFF;
    border: 1px solid #CCC;
    float: left;
    margin-bottom: 10px;
}

/* TAB MENU
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #496099;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 100%;
    height:0px;
}

div.menu
{
    font-weight:bolder;
    border:1px solid #CCC;
    padding:5px 5px 5px 5px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:Red;
    border: 1px #496099 solid;
    color: #FFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #496088;
    color: #CCC;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #fff;
    color: #496099;
    text-decoration: none;
}

/* FORM ELEMENTS
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1em;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border:1px solid #98AFC7;
    font-size:small;
    color: #004000;
    padding:3px 3px 3px 3px;
    font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    
}

input.passwordEntry
{
    width: 320px;
    border:1px solid #98AFC7;
    font-size:small;
    color: #004000;
    padding:3px 3px 3px 3px;
    font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
}

div.accountInfo
{
    width: 42%;
}

/* MISC
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float:left;
    text-align:right;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color:Black;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
	width: 179px;
}

.World_img
{
    z-index: 1;
    position: absolute;
    top: 207px;
    left: 734px;
}

.PositionDisplay
{
    width: 200px;
}

.img
{
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
}

.Display
{
    width: 84%;
    padding-left:5px;
    border:1px solid #FFF;
    border-radius:5px;
    color:Black;
    background-color:#ADD8E6;
    padding:10px;
    box-shadow:0px 0px 1px 0px rgba(0,0,0,0.4);
	height: 130px;
}

.Display2
{
    padding-left:5px;
    padding:0px;    
}

.Display3
{    
	width: 100%;
    padding-left:5px;
    padding:0px;    
}

.BallotDisplay
{
    width: 100%;
    text-transform: capitalize;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
    font-size:1.2em;
}

.PanelImg
{
    font-size:small;
    color: #696969;
    font-weight: bold;
    text-transform: capitalize;
    text-align:right;
    padding-right:10px;
}

.TotalVotes
{
    color: Red;
    font-weight: bolder;
    font-size: 18px;
    padding-left:10px;
}

.ResultsTable
{
    text-align: left;
    color: Red;
    font-size: larger;
    font-weight: bold;
}

.Resultstbl
{
    height: 50%;
    width: 100%;
    border: 1px;
}

.Resultstbl td
{
    background-image: url('images/page_bg.png');
    background-repeat: repeat;
    border: 1px solid #CCC;
    width: 6px;
    height: auto;
    padding-top: 5px;
    padding-bottom:5px;
    font-size:small;
    text-wrap:normal;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}

.Resultstbl img
{
    background-color: #FFFFFF;
    border: 1px solid #696969;
    width: 50px;
    height: 50px;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}

.Resultstbl b
{
    color: red;
}

.Resultstbl i
{
    color: #496099;
}

.error
{
    font-size: 1em;
    font-weight: 900;
    font-family: "Tahoma" , "Helvetica Neue" ,  "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: red;
}

.error b
{
    color: Red;
    text-decoration: blink;
}

.error i
{
    color: Red;
    text-decoration: blink;
}

.Public_table 
{
padding:20px;
width:100%;
}

.Public_table td 
{ 
border:1px solid #CCCCCC;
width:420px;
height:40px;
padding-left:10px;
background-image: url('images/page_bg.png'); background-repeat: repeat; 
}

.modalBackground 
 {
    background-color:Black;
    filter:alpha(opacity=40);
    opacity:0.5;
 }
 
.modalImage
{
    float:inside;    
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.9);
    border:1px solid #CCCCCC;
}

.modalHandle
{
    background-image: url('images/page_bg.png');
    background-repeat: repeat;
    border:1px solid #CCCCCC;
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
    text-align:center;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor:pointer;
    padding-top:0px;
    margin-top:0px;
}

.Ballot
{
width:100%;
}

.ECSaveTable
{
width:50%;
}
.Txt
{
    border:1px solid #98AFC7;
    font-size:small;
    color: #004000;
    padding:3px 3px 3px 3px;
    font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    height:25px;	
 }
  
 .Txtlbl
{
    color: #004000;
    padding:5px 5px 5px 5px;
    font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
 }

.btn
{
   
    font-weight:bold;
    color:#004000;
    font-size:small;
    height:30px;
    border:1px solid #004000;
}

.btnSmall
{
    font-weight:bold;
    color:#004000;
    font-size:small;
    height:20px;
    margin:2px 2px 2px 2px;
    border:1px solid #FFFFFF;
}

p
{
font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	width: 520px;
}

.chart
{
    width:100%;
    height:500px;
    font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-size:xx-large;
}

.MainMenus
{
    float:left;
    margin-left:5.5%;
    margin-top:30px;
    margin-bottom: 5px;
    border:4px solid #FFF;
    border-radius:7px;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.4);
    text-align:center;
    width:15%;
    height:143px;
    padding: 0px 7px 0px 7px;
    background-color:#FFF;
    -webkit-transition:-webkit-transform 0.5s ease-out;
    
}

.MainMenusDefault
{
    float:left;
    margin-left:5.5%;
    margin-top:30px;
    margin-bottom: 5px;
    border:4px solid #FFF;
    border-radius:7px;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.4);
    text-align:center;
    width:25%;
    height:300px;
    padding: 0px 7px 0px 7px;
    background-color:#FFF;
    -webkit-transition:-webkit-transform 0.5s ease-out;
    
}

.MainMenus:hover{
-webkit-transform:scale(1.3,1.3);
}

.MainMenus h2
{
    text-align:center;
    color:#2C3539;
    font-stretch:expanded;
    margin-top:0px;
    font-size:16px;
}

.ModalPanel
{
    border-radius:5px;background-color: White; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4); border-style:solid; padding:10px 10px 10px 10px; border-width:thin; border:1px solid #004000; text-align:center;
}

.TotalValues
{
    text-align:right;
    font-weight:bolder;
    height:25px;
    color:Red;
    width:145px;
    border:1px solid #98AFC7;
    font-size:small;
    padding:3px 3px 3px 3px;
    font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    float:right;
}


.InvoiceHeader
{
    text-align:center;
    width:100%;
    margin-right:150px;
    font-size:8pt;
    margin-top:0px;
}

.InvoiceRight
{
    float:right;
    width:30%;
    margin-left:10px;
    margin-top:0px;
    font-size:9pt;
    margin-bottom:0px;
}

.InvoiceLeft
{
    float:left;
    width:52%;
    margin-right:10px;
    margin-top:0px;
    font-size:9pt;
    margin-bottom:0px;
}

.InvoiceRight2
{
    float:right;
    width:40%;
    margin-left:2px;
    margin-top:0px;
    font-size:9pt;
    margin-bottom:0px;
}

.InvoiceLeft2
{
    float:left;
    width:40%;
    margin-right:2px;
    margin-top:0px;
    font-size:9pt;
    margin-bottom:0px;
}
.InvoiceMain
{
    float:left;
    width:100%;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    font-size:9pt;
}

.InvoiceTotals
{
    float:right;
    width:40%;
    margin-left:10px;
    margin-top:0px;
    font-size:small;
    text-align:right;
    margin-right:10px;
}

.InvoiceTbl
{
    width:100%;
}

.GTotal
{
    font-size:x-large;
    background-color:Red;
    padding:5px 5px 5px 5px;
    border:2px solid ;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab 
{
    font-size:13px;
}

.TitleClass
{
	 color:Red;
	 font-size:x-large;
	 font-weight:bolder;
	 text-align:center;
}


@media print 
{
    .noPrint
    {
        display:none !important;
    }
}


.ReportTableStyle
{
	width:98%;
	margin:10px 10px 10px 10px;
	border-collapse:collapse;
}

.ReportTableStyle td
{

    color:#000000;
    border:1px solid #000000;
    border-collapse:separate;
}

.ReportPanel
{
	border:1px solid #CCCCCC ;
    width:98%;
    min-height:450px;
    margin-left:10px;
    margin-right:10px;
    margin-top:15px;
}

.Accordtitle
{
    background-position: 5px center;
    background-image: url('images/expand.png');
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 5px 5px 5px 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    background-color: #CCC;
    border: 1px solid #98AFC7;
    text-align:center;
}

.AccordtitleCollapse
{
    background-position: 5px center;
    background-image: url('images/Collapse.png');
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 5px 5px 5px 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    border: 1px solid #98AFC7;
    background-color: #496099;
    color: White;
}

.searchDesign{

width:85%;
font-size:14px;
font-weight:bold;
background:#ffffff;
padding:2px 5px 2px 5px;

}

.reportHeader
{
    text-transform:none;
    font-size:9pt;

}

.autocomplete_completionListElement
        {
            background-color: inherit;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            overflow: auto;
            max-height: 400px;
            width:00px;
            text-align: left;
            list-style-type: none;
            padding-left: 1px;
            font-size:13pt;
            font-weight:600;
            margin-top:1px;
        }
        
        /* AutoComplete highlighted item */
        
        .autocomplete_highlightedListItem
        {
            background-color:white;
            color:red;
           padding:40px 20px 0px 10px;
            cursor: hand;
            font-weight:600;
            border-bottom:1px solid #000;
        }
        
        /* AutoComplete item */
        
        .autocomplete_listItem
        {
            background-color: window;
            color: windowtext;
            padding:40px 20px 0px 10px;
            border-bottom:1px solid #000;

        }
        
        .autocomplete-item
        {
            color:White;
        }
        

.items
{
    font-size:13pt;
    margin-top:10px;
    max-height:300px;
    font-weight:600;
    border-bottom:1px solid #000;
    
}

.items stockList{

    color:Red;
}
.items:first-letter{
color:white;
}


.itemsSelected{

color:Red;
 font-size:13pt;
    margin-top:10px;
    max-height:300px;
    font-weight: 600;
    border-bottom:1px solid #000;
    overflow:scroll;
}

.SrchTxt
{
    width:96%;
    height:25px;
}

.DisTxt
{
    float:right;
}

.completeList{
overflow:auto;
height:60px;
}

.upperCase
{
 text-transform: uppercase;	
}

.creditNoteBackground
{
    background-position: center center;
    background-image: url('images/crdImg.jpg');
    background-repeat: repeat-y;
    height: 842px;
}


.textLog{
	border: 1px solid #ccc;
	padding-right: 10px;
	font: bold 14px 'Tahoma';
	-moz-transition: border 1s, box-shadow 2s;
	-webkit-transition: border 1s, box-shadow 2s;
	-ms-transition: border 1s, box-shadow 2s;
	text-transform: capitalize;
}

.TextLogPassword{
	border:1px solid #98AFC7;
    font-size:small;
    color: #004000;
    padding:3px 3px 3px 3px;
    font-family:"Helvetica Neue" , "Tahoma" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    height:25px;
    width:300px;
}

.menuButton
{
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border:1px solid #000;
    color:#FFCCFF;
    
    font-family:Tahoma; 
    min-width:120px;
	margin-bottom: 0px;
}

.Public_div
{
	padding:5px;
	width:98%;
	caption-side:top;
	margin: 7px 5px 5px 3px;
	float:left;
	height: 31px;
}

.CentreLabel
{
    text-align: center;
    display:block;
 margin: auto;
}

.PicPosition
{
 width:28.5%;
 min-height:350px;
 float:left;
 background-color:White;
 border:1px solid #ccc;
 color:#496099;
 box-shadow:2px 2px 5px 5px rgba(0,0,0,0.1);
 padding: 2px 2px 2px 2px;		 
}

.PicPos
{
	width:150px;
	height:150px;
	padding: 2px 7px 2px 7px;	
}

.RecDatadiv
{
	width:70.5%;
	float:right;
	min-height:35px;
	border:1px solid #ccc;
	background-color:White;
	color:#496099;
	box-shadow:2px 2px 5px 5px rgba(0,0,0,0.1);	
	padding: 2px 2px 2px 2px;		 	
}

.EmpPanel
{
	padding:5px 5px 5px 5px;
	border:1px solid #ccc;
	width:98.7%;
	min-height:32px;
	background-color:White;
    box-shadow:3px 3px 7px 3px rgba(0,0,0,0.1);
	margin:0px 0px 5px 0px; 	
	color:#496099;
}
