/* input */
.wrg-input-50 { 
    width: 50px;
}

.wrg-input-97 { 
    width: 97px;
}

.wrg-input-100 {
    width: 100px;
}

.wrg-input-200 {
    width: 200px;
}

.wrg-input-300 {
    width: 300px;
}

.wrg-input-800 {
    width: 800px;
}
.control-label
{
    /*text-align:right;*/
    padding-top:8px;
}
.wrg-form-group
{
    margin-bottom: 10px;
}
.wrg-form-control
{
    display:inline-block !important;
    height: 25px;
    padding-top:3px;
    padding-bottom:3px;
}
.wrg-required
{
    color:red;
    padding-left:5px;
    width: 20px;
    height: 20px;
    background: url(/_layouts/15/Grace.Internet.Foundation/img/required.png) center center no-repeat;
}
.wrg-formValidator
{
    border: 0px;
    box-shadow: none;
    display:inline;
    color:red;
    padding-left:10px;
}
.wrg-fieldError
{
    border-color:red !important;
    background-color:#FFFFD5 !important;
}
.wrg-fieldValid
{
    padding-left:5px;
    width: 20px;
    height: 20px;
    background: url(/_layouts/15/Grace.Internet.Foundation/img/valid.png) center center no-repeat;
}
.wrg-modal
{
    top: !important;
}
.wrg-modal-dialog
{
    width:800px !important;
}
.wrg-close
{
    min-width:inherit !important;
}
.wrg-inWizard
{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15%;
    padding-right:15%;
    min-height:690px;
}
.wrg-checkboxRadio
{
    margin-top: 0px !important;
}
.wrg-checkboxRadioLabel
{
    margin-bottom: 0px !important;
}
.wrg-dataValue
{
    /*padding-top: 7px !important;*/
    display:inline-block;
}
.wrg-titleLabel
{
    white-space: nowrap !important;
}
.wrg-noPadding
{
    padding: 0px 0px 0px 0px !important; 
}
.wrg-glyphicon-chevron
{
    color: #000 !important;
    font-size: 25px;
}
a.carousel-control:visited
{
    color:#fff;
}
table.wrg-checkboxlist input
{
    margin-right:5px;
    margin-left:15px;
}
table.wrg-checkboxlist label
{
    margin-bottom:0px !important;
    font-weight:normal;
}
.fixedHeightContainer
{
  float:right;
  height: 150px;
  /*width:250px;*/ 
  padding:3px; 
    background:#f2f2f2;
}
.scrollingContent
{
  height:124px;
   overflow:auto;
    background:#fff;
}