﻿
/*.navbar { border-radius: 0; }*/





.field-validation-error
{
    color: #a94442;

}

.input-validation-error
{
    border: 1px solid #a94442;
    background-color: #FFF6F5;
}

.validation-summary-errors
{
    color: #a94442;
}


.error
{
    color:#a94442;
}


/* Ias2 added to handle changes in mvc validation  */
.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}
/* end Ias2 added to handle changes in mvc validation  */





/* Next Previous Button Panel */
div.next-previous-button-panel {
    margin-top: 1.25em;
}



/* Basic information form */

div.basic-information-fields {
}

div.basic-information-fields label 
{
    display: block;
}

/* Tables */

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
}



/* */
table.itemTable tr p
{ 
margin: 0px;
} 


/* Text Boxes */
input[type="text"].tinyTB
{
    width: 50px;
}

input[type="text"].mediumTB
{
    width: 400px;
}

input[type="text"].longTB
{
    width: 700px;
}



textarea{
    /*font-family: Roboto,Helvetica,Arial,sans-serif;*/
    /*font-size: 1em;*/
    width: 700px;
}

textarea.shortTA
{
	height: 120px;
}

textarea.mediumTA
{
	height: 240px;
}




/* rating scale table */

div.item table.ratingScale
{
    /*background-color: #EEEEEE;*/
}

table.ratingScale
{ 
    text-align: center;
width: 500px;
border: none;
margin-top:40px;
/*margin-bottom:40px;*/
margin-bottom:70px;


}
table.ratingScale td
{
border: none;
}
tr.rsItem p
{
    margin-top: 0px;
    margin-bottom: 10px;
}

tr.rsRadioButton
{ 
    font-size: 11px;
}



table.ratingScale tr.rsLabel p
{ 
font-size: 90%;
line-height: 100%;
margin: 0px;
} /**/



