.navbar .navbar-login-text
{
	color: #6D6D6D;
	float: right;
	padding: 10px 10px 11px;
}

.navbar .navbar-login-text a 
{
	color: #999999;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.navbar .navbar-login-text a:hover
{
	color: #FFFFFF;
}

form .clearfix .input .help-generic
{
	color: #BFBFBF;
}

.modal
{
    max-height: inherit;
}

.modal-footer .btn
{
    float: none;
}

.validation-summary-errors ul
{
    margin: 0 0 0 25px;
}

.edss-methods-wizard
{
    width: 800px;
    overflow: hidden;
}
    
.edss-methods-steps
{
    width: 800px;
    overflow: hidden;
    min-height: 400px;
}

.edss-methods-step
{
    float: left;
    width: 800px;
    min-height: 400px;
}

.edss-methods-step p
{
    text-align: justify;
}

.edss-methods-step label
{
    text-align: justify;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.edss-methods-modal
{
    margin: -300px 0 0 -425px;
    width: 850px;
    min-height: 570px;
}

.edss-data-editor-container input[type=text]
{
	width: 50px;
}

.ui-jqgrid table
{
    font-size: 11px;
    border-collapse: inherit;
    border-spacing: inherit;
}

.ui-jqgrid-view table 
{
    border-collapse: collapse;
}

.ui-jqgrid table td,
.ui-jqgrid table th
{
    border: inherit;
    text-align: inherit;
    vertical-align: inherit;
}

.ui-jqgrid-pager input
{
    width: inherit;
}

.ui-jqdialog-content input
{
    width: inherit;
}

.edss-input-error
{
    border-color: #EE5F5B;
    color: #B94A48;
}

table.edss-simple-table {
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.edss-simple-table td, table.edss-simple-table th {
	border: 1px solid #000000;
}

table.edss-simple-table th {
	font-weight: bold;
}

.edss-ws-nowrap {
	white-space: nowrap!important;
}

.edss-form-multiinput select,
.edss-form-multiinput input[type=text] {
  margin-bottom: 9px;
}

.tooltip {
    position: absolute;
    z-index: 999;
    left: -9999px;
    background-color: #dedede;
    padding: 5px;
    border: 1px solid #fff;
    width: 500px;
}

.tooltip p {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #222;
    padding: 2px 7px;
}

.edss-grid-checkcolumn {
    width: 14px;
}