body {
    background: url("../images/main_bg.gif") repeat-x scroll 0 -232px #F6F7F7;
    color: #000000;
    font: 12px/18px Arial,Helvetica,sans-serif;
}

#header .header_top_section {
    float: left;
    height: 41px;
    width: 100%;
}


.menu_sec {
    background: url("../images/nav_sec_bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: auto;
    margin: 0;
    padding-bottom: 7px;
    width: 100%;
}

#menu {
    float: left;
    width: 100%;
}

#menu ul {
    background: url("../images/nav_sec_bg.gif") repeat-x scroll 0 -45px transparent;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu ul li {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 20;
}

#menu ul li a {
    color: #E0E0E0;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-shadow: none;
    width: auto;
}

#menu ul li.active a {
	 color: #fff;
}

.gridblock {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E7E7E7;
    padding: 14px 15px 0;
}
.grid_5 .jqgrid {
	margin-bottom:20px;
	
}

.header_top_section h1 {
	color:#fff;
	border:0;	
	padding-top:15px;
	width: 100px;
}

.header_top_section div.title{
	width: 100px;
}

.header_top_section div{
	float:left;
}
.header_top_section div.fullName{
	width: 150px;
	float:right;
	height: 41px;
	vertical-align: bottom;
	position: relative;
}

.header_top_section div.fullName span {
   position: absolute;
   bottom: 0;
   right: 0;
   color:#fff;
   font-size: 13px;
}



#content {
    background-color: #fff;
      
}
#content .main {
	 padding: 10px 20px 20px 20px; 
}


#content h1 {
    color: #515151;
    font: 25px/26px "Lucida Sans Unicode",Arial,sans-serif;
    padding: 0px;
    border-bottom:none;
    margin-bottom:10px;
}

.errors {
	color:red;
	margin:0px;
}

.nav {
	background-color: #F5F5F5;
	padding:10px 0;	
}

.nav li{
	float: left;
}


.gridPanel {
	padding-top:20px;
}


#created-label,
#createdUser-element,
#createdUser-label, 
#modifiedUser-label, 
#modifiedUser-element, 
#isActive-label, 
#isActive-element,
#isVisible-label,  
#isVisible-element,
#modified-label, 
#modified-element,
#created-element,
#id-label,
#id-element,
#left-label,
#right-label,
#center-label,
#top-label,
#individual-label,
#individual-element,
#top-element #payment-label{
	display: none;
}

#EditDocument #created-element,
#EditDocument #created-label {
    display: inline;
}


.zend_form fieldset#fieldset-left, .zend_form fieldset#fieldset-right, .zend_form fieldset#fieldset-center
{
    float: left;
    width: 300px;
    border: none;
}
 
.zend_form #fieldset-bottom
{
    clear: both;
    border: none;
    float: left;
}
 
.zend_form dd
{
    margin: 0;
}
 
.zend_form fieldset .hint
{
    font-weight: bold;
}

/*.zend_form input[type=text],select {
	width: 200px;
	padding:5px;
}
*/
.zend_form dt {
	font-weight: bold;
	padding-top:5px;
}

.zend_form dd {
	
}

.zend_form input[type="text"], .zend_form select, #login-box input[type="text"], #login-box input[type="password"] {
    background: url("../images/input_bg_grad.gif") repeat-x scroll 0 0 #F8F8F8;
    border: 1px solid #D6D6D6;
    color: #818181;
    display: block;

    font-size: 12px;
    height: 20px;
    padding: 3px;
    width: 265px;
}

input[readonly="readonly"] {
   
}

.zend_form .select2-container {
    width: 273px;
}

.zend_form textarea {
	 background: url("../images/input_bg_grad.gif") repeat-x scroll 0 0 #F8F8F8;
    border: 1px solid #D6D6D6;
    color: #818181;
    padding: 3px;
}
.zend_form select {
	 height: 25px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    background: none repeat scroll 0 0 #FFF7CE !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #A4A6A7;
    outline: medium none;
}

#fieldset-top {
	margin-bottom:10px;
}
#fieldset-top dl, #fieldset-top #submit-element, #fieldset-top #cancel-element, #fieldset-top #add-element, #fieldset-top #print-element, #fieldset-top #printen-element, #fieldset-top #closed-element  {
	margin:0;
}


button {
	background-color: #E5E5E5;
	border:0;
	padding:5px 10px;
}
button:hover {
	background-color: #F5F5F5;
}
#submit-element, #cancel-element, #add-element, #print-element, #printen-element, #closed-element {
	width: 100px;
	float: left;	
	margin-top:20px;
}
#submit-label, #cancel-label, #parent-label, #parent-element, #add-label, #print-label, #printen-label,#closed-label {
	display: none;
}

#cartCategory #parent-label, #cartCategory #parent-element {
	display: inline;
}

#cardCategoryList li {
	list-style-type: disc;
}
/*
.zend_form input:hover {
	border-color:#E5E5E5;
}
input:focus {
      background: #E5E5E5;   
}
select:focus {
      background: #E5E5E5;   
}
*/

/* select box small text */
.selectSmallText {
	font-size:11px;
	color:#505050;
	font-weight: normal;
}

.select2-results .select2-highlighted .selectSmallText {
	color:#fff;
}

.select2-result-label{
	font-weight: bold;
}

label.required:after {
    content: " *";
    color:red;
}



.dialogPosition {
    top:80px !important;
}

.dialogPositionIframe {
    top:0px !important;
}


.altclass {
	background:url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE; 
}

.bigSelect {
    width: 800px !important;
}


.select2-results .select2-disabled {
    background: none;
}


 ul.tree, ul.tree ul {
     list-style-type: none;
     background: url(../images/vline.png) repeat-y;
     margin: 0;
     padding: 0;
   }
   
   ul.tree ul {
     margin-left: 10px;
   }

   ul.tree li {
     margin: 0;
     padding: 0 12px;
     line-height: 20px;
     background: url(../images/node.png) no-repeat;
   }

   ul.tree li.last {
     background: #fff url(../images/lastnode.png) no-repeat;
   }
  
   ul.tree div, ul.tree ul div {
       margin: 0 !important;
     padding: 0 !important;
   }
   
   ul.tree .select2-highlighted {
       color: #000 !important;
   }
   
   
   .highlight {
       color: #E78F08;
   }
   
  
  




/* jqgrid multi line header */
th.ui-th-column div{
        white-space:normal !important;
        height:auto !important;
        padding:2px;
    }

.ui-accordion .ui-accordion-header {
	height: 30px;
	font-size: 17px;
	font-weight: bold;
	padding-left:25px;
	line-height: 30px;
}


div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  } 
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}


/* Reports */

.reportTable {
    border: solid 1px black;
}

.reportTable td, .reportTable th{
    border: solid 1px black;
    border-collapse: collapse;
    padding: 3px;
}

.reportTable thead th {
    font-weight: bold;
}

.reportTable tr:nth-child(odd) {
   background-color: #E0E0E0;
}