﻿.red { color: #D9534F; }

/* http://getbootstrap.com/css/#tables-responsive Firefox issue fix*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.navbar-info
{
    /* to prevent getting on navbar */
    margin-top: 43px;

    /* to prevent collapse when tax return is not determined */
    min-height: 65px;

    /* to have parity with jumbotron*/
    background-color: #eee;
}

/* changing active color for radiobutton */
.btn-default.active {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-default.has-error {
    border-color: #D9534F;
}

/* to make modal grey only in background, as discussed at
    http://stackoverflow.com/questions/18580203/bootstrap-modal-window-is-grayed-out
*/
.modal { background: rgba(000, 000, 000, 0.8); min-height:1000000px; }

.fake-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

/* http://stackoverflow.com/questions/11249768/angularjs-ng-cloak-ng-show-elements-blink 
    Angularjs - ng-cloak/ng-show elements blink prevention
*/
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.name {
     font-weight:bold;
}