﻿.mandatory-asterik {
    color:red;
    font-weight:bold;
}

.input-datetime {
    width:260px !important;
}

.input-validation-error {
    border-color:red;
}

.field-validation-error {
    color:red;
}

.control-label {
    font-weight:bold;
}

.value-label {
    font-weight:normal;
    padding-top:7px;
    margin-top:1px;
}

.form .form-row-separated .form-group {
    border-bottom:0 none;
}

.new-row{
	height: 26px; 
	width: 30px; 
	background-image: url(/Content/images/add.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.remove-row{
	height: 26px; 
	width: 30px; 
	background-image: url(/Content/images/remove.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pager{
    width: 25%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pager .button {
display: block;
zoom: 1;
border: none;
text-indent: -9999px;
width: 43px;
height: 22px;
vertical-align: top;
background-image: url(/Content/images/btn-pager.png);
background-repeat: no-repeat;
background-color: transparent;
float: left;
cursor: pointer;
}

.pager .forward {
background-position: 0 0;
}

.pager .back {
background-position: 0 -44px;
}

.pager .text {
display: block;
float: left;
line-height: 22px;
text-align: center;
vertical-align: top;
margin: 0 10px;
font-size: 12px;
}

.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}

.boss-grid-total {
    margin-top:15px;
}

.boss-footer a {
  text-shadow: none;
  color: yellow;
}
.boss-footer a:hover {
  color: yellowgreen;
}
.boss-footer a:focus, a:hover, a:active {
  outline: 0;
}

#listTable td {
    vertical-align: middle;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: yellow;
    background-color:#000;
}

.nav-pills > li.active > a, .nav-pills > li.active > a, .nav-pills > li.active > a {
    /*color: #000;*/
}

.new-row {
  height: 26px;
  width: 30px;
  background-image: url(/Content/images/add.png);
  background-position: center center;
  background-repeat: no-repeat;
}