/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 25 February 2021 19:55:13
*/


/* 
      Scholarships / Grants Search
      Owner: Student Services
      Author: Peter Francis/Kelly Bull
NOTE: Modified scholarship.css to work in new RWD templates
      Please do not edit this stylesheet 
  */

@import url("base.css");

/*===== SEARCH =====*/
#body-content {
    min-height: 310px !important;
}
div#scholarship-search-box {
    background: #C7C6C6;
    min-height: 200px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 0 20px 0;
}
#content #scholarship-search-box form {
    padding: 5px 20px;
}
#content #scholarship-search-box ul {
   padding-left: 0;
}
#content #scholarship-search-box p {
    padding: 5px 20px;
}
#content #scholarship-search-box label {
    clear: none;
    width: auto;
   
   
    text-align: center;
}
#content #scholarship-search-box select {
    display: inline;
    clear: none;
}
#search-header {
    background: #333333;
    color: #fff;
}
#search-header h3 {
    padding: 10px 15px;
    background: #333333;
    margin-right:20px !important;
}
#right-column-content {
    width: 35%;
    margin: 0 0 0 15px !important;
    float: right;
}
#search_container {
    width:auto !important;
    padding-top:10px !important;
    margin-bottom:20px;
}

#right-column-content .content-module-1-4a-div {
   width: 100%;
   padding: 1em 0 0 0;
}


/*===== AT A GLANCE =====*/
#right-column-content #sg-summary {
    background: url("http://www.csu.edu.au/__data/assets/image/0005/61439/at-a-glance.gif") no-repeat top right;
    padding: 0;
    min-height:128px !important;
    max-width: 330px;
}
#sg-blurb {
    background-color: #F6F6F3;
    border: 1px solid #E5E5E5;
    min-height: 150px !important;
    padding: 20px;
}
#right-column-content #sg-summary img {
    border: 0;
    padding: 20px 0 0 20px;
}
#right-column-content #sg-summary p {
    margin-right: 32px;
}
#right-column-content #sg-summary ul li {
    background: none;
    margin: 5px 32px 8px 0;
        list-style: none;
}
#right-column-content #sg-summary ul li.open {
    display: none;
    margin-bottom: 0;
}
#content p.purpose {
    background-color: #F6F6F3;
    border: 1px solid #E5E5E5;
        margin-bottom: 10px;
    padding: 20px;
}

/* added 02/09/2019 - to fix at a glance arrow from ovrlapping text */
#content #page-wrap #right-column-content #sg-summary ul {
    max-width: 95%;
}




/*===== TABLE =====*/
#body-content td {
border: none !important;
}
#body-content td img {
border: none !important;
padding: 0;
margin: 0;
}
#body-content tr, #body-content tr.odd {
border-bottom: 1px solid #C8C8C8 !important;
border-left: none !important;
}
#body-content table {
border: none !important;
font-size: 1em !important;
}

.hidden {
color: transparent;
}


/*===== LAYOUT =====*/
.page-wrap-2-3 {
    width: 62%;
    float: left;}

#body-content h1#title {
padding: 0 0 5px 0 !important;
width: 690px;
}
.col-wrap-2a {
width: auto !important;
}


/*===== SEARCH ===== */
#content .page-wrap-2-3 #search {
width: 710px !important;
}
#content #search .content-module-1-4a-div {
    margin: 0 !important;
        width: 235px;
}

/* ---TABLET--- */
@media (max-width: 1000px) {
.page-wrap-2-3 {width: 100%;}
 #right-column-content {
   width: 100%;
 clear: both;
}

} 

/* ---MOBILE--- */
@media (max-width: 690px) { 

.page-wrap-2-3 {width: 100%;}

 #right-column-content {
   width: 100%;
 clear: both;
}
 
} 