.erpfooter{
  background-color:#333; 
  height:20px; 
  margin-bottom:0px; 
  bottom:0px; 
  position:fixed; 
  width:100%; 
  z-index:100;
}

@media (min-width: 768px) {
  .col-md-offset-2 {
  	margin-left: 204px;
  }
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #0081C2;
}

.col-md-10 {
	width: 980px;
}
.col-md-2 {
	width: 204px;
}

.form-control{
  height: 25px;
  padding: 3px 5px;
  border-radius: 0px;
  width: 210px;
  display: inline-block;
  box-shadow: none;
  font-size: 12px;
  /*margin-bottom: 8px;*/
}

/*form css*/
.form-group{
  margin-bottom: 8px;
}

/*end form css*/

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
  padding-top: 5px; 
}

legend{
  margin-bottom: none;
  line-height: 30px;
  padding:5px;
}

.form-horizontal .control-label{
  width:none;
}
/*CSS for navbar*/
.navbar-inverse{
  /*background-color: #0081C2;
  background-image: linear-gradient(to bottom, #0088CC, #0077B3);
  border-color: #0081C2;*/
  
}
.navbar-inverse .navbar-nav > li > a{
  color: #ffffff;
}
.navbar-inverse .navbar-brand{
  color: #ffffff;
}

/*End CSS for navbar*/


/*CSS For dropdown-submenu*/
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
 
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
 
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}
 
.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
     
}
.dropdown-submenu:hover{
  background-color: #0081C2;
  color: #FFF;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
/*CSS For dropdown-submenu end*/

body{
  font-size: 13px;
}

/* css for jquery validation */
label.valid {
  width: 24px;
  height: 19px;
  background: url(../js/images/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
    font-weight: bold;
    color: #B94A48;
    padding: 2px 4px;
    margin-top: 2px;
}
/* css for jquery validation ends */

