
/* 
@import url("css/main.css");
THE AGENCY STYLESHEET
*/
@import url("css/bootstrap.custom.css");

html {
    /*I can't see these changes on the template - so I am working off of looking at the source code of stage.jobapps.com/DSP and working with the template itself - Keep the diagonal lines - HR wants gradient blue into white background instead of gray
        I have included a BG-example.jpg image of the gradient 
    */
    background-color: #7d9ec0;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #ffffff 0%, #7d9ec0 100%),url('images/45-degree-fabric-light.png');
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #ffffff 0%, #7d9ec0 100%),url('images/45-degree-fabric-light.png');
    /* Opera */
    background-image: -o-linear-gradient(top, #ffffff 0%, #7d9ec0 100%),url('images/45-degree-fabric-light.png');
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7d9ec0), color-stop(1, #ffffff)),url('images/45-degree-fabric-light.png');
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #7c91b4 100%),url('images/45-degree-fabric-light.png');
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #7d9ec0 0%, #ffffff  100%),url('images/45-degree-fabric-light.png');
    min-height:100%;
    width:100%;
    overflow-y:scroll;

}


body {
  background-color: transparent !important;
}

.btn { white-space: normal;}

/*---------------------------------------------*/
/*  For Print                                  */
/*---------------------------------------------*/

@media print {
/* Hides or change layout for print */



}