/*Any developer addition go in here. 
Log and arrange to be merged into main sass structure */

/*
    MJ 2016-03-17

    CAMSWCS-9911 : Default button not working on IE
    because buttons that hidden or display:none do not
    appear to accept keyboard input.
*/
#navWrapper .btnDefaultOp {
  /*display: none;*/
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -99999px;
    left: -99999px;
    opacity: 0px;
}


.fieldInner img { z-index: 10;}

.hidden {
    display: none;
}

.extraPadding {
    padding-bottom: 30px;
}


/* Hide the extra link on the Application Overview Checklist from other applications */
.otherChecklist .link {
    display: none;
}


