/*
  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 16:05:35
*/


body.blue {
  background-image: url('https://provost.unimelb.edu.au/__data/assets/image/0005/560534/branding-background.jpg');
  background-position: 50% 60px !important; /* Fixes Opera bug */
}
.wrapper { position: relative; }

.header .hgroup h1 {
  padding-bottom: 5px;
}
.header .hgroup .subheading, .header .hgroup .subheading a {
  color: white;
  display: block;
  padding-left: 5px;
}
.header .hgroup .subheading a:hover { text-decoration: underline }


/* ========= Common Intranet Styles ======= */
.intranet #main-content img { border: 1px solid #EDEDED; padding: 2px; }

.blue.intranet { background-image: url('https://provost.unimelb.edu.au/__data/assets/image/0008/753272/grey-texture.png'); background-repeat: repeat-x; background-color: #FFF7E8;}
.blue.intranet .wrapper { width: 1060px; }
.blue.intranet .footer { background: url('https://provost.unimelb.edu.au/__data/assets/image/0008/753272/grey-texture.png') repeat grey; }
.blue.intranet .footer p, .blue.intranet .footer p a, .blue.intranet .footer li, .blue.intranet .footer li a { color: #EDEDED; }
.blue.intranet #footernav {display: none; }
.blue.intranet h2 {margin-top: 50px; font-size: 28px}
.blue.intranet #main-content p a.button {text-decoration: none;}
.col-9 { 
  width: 1060px; 
  float: left;
  display: inline;
  overflow: hidden;
} 
/*.blue.intranet #main-content {min-height: 1000px;}*/

.blue.intranet .polaroid { margin: 5px 0px 5px 0px !important; padding: 10px !important; background-color: #E6F3FF;}



/* ========= Login box ======= */

#login_form_login_prompt { display: none; }

body.login #login_form_login_prompt, #loggedin.intranet #login_form_login_prompt { display: inherit; }

body.login #login_form_login_prompt {
  position: relative;
  color: #333;
}
body.login #login_form_login_prompt #log_in_out_button {
  float: none;
  color: white;
}
body.login h2 { margin-top: 90px; }
body.login .hgroup .subheading { display: none; }

/* ========= General Typography ======= */
h2 {
  margin-top: 25px;
  padding: 0px 0px 10px;
  font-size: 33px;
  color: white;
}
h4 a { border-bottom: dashed 1px grey; }
#main-content p a, #main-content li a { text-decoration: underline; }
#main-content a.icon { text-decoration: none; }
.aside { padding-top: 0px; }
.pullquote {
  font-size: 20px;
  line-height: 1.3em;
}



/* ======== Useful div classes ========= */

.alert 
    {
  color: #002244;
  background: #fafcff;
  border: 1px solid #afc4e4;
  padding: 15px;
  border-radius: 5px;
  margin: 20px auto;      
    }

.workshop 
    {
  color: #002244;
  background: #E1EAF5;
  border: 1px solid #afc4e4;
  padding: 15px;
  border-radius: 5px;
  margin: 20px auto;      
    }
    
.lead
    {
    font-size: 1.375rem;
    line-height: 2.25rem;
    padding-top: 18px;
    padding-bottom: 15px;
    font-weight: 300;
    font-style: italic;
    }
    

/* ======== Public home page ========= */
.home #main-content p.pullquote {
  color: white;
  margin-bottom: 50px;
}
ul#quicklinks { padding-left: 0px; }

ul#quicklinks li {
  float: left;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  list-style: none;
}
ul#quicklinks li h3 {
  color: white;
  font-size: 90%;
  padding: 3px 10px 0px;
  text-align: left;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

ul#quicklinks.popular li img, ul#quicklinks.popular li a {
  width: 220px;
}
ul#quicklinks li img {
  width: 140px;
}
ul#quicklinks li a {
  text-decoration: none;
  background: #036;
  display: block;
  height: 150px;
  width: 140px;
}
ul#quicklinks.popular li a { height: 135px; }

ul#quicklinks li a:hover {
  background: #0057AD;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  transition: all 150ms linear;
}

/* ========= Login form and display ========== */
#login_form_login_prompt {
  color: rgba(255, 255, 255, 0.5);  
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  color: white;
}
#login_form_login_prompt .username {
  font-style: italic;
}
#log_in_out_button {
  padding: 4px 8px;
  float: right;
  color: rgba(255, 255, 255, 0.5); 
}


/* ========= Breadcrumbs ======== */
#breadcrumbs { margin-bottom: 15px; }
#breadcrumbs ul { list-style: none; padding-left: 0px; }
#breadcrumbs ul li { display: inline; margin-right: 5px; }
#breadcrumbs .divider { margin-right: 5px; }

/* ========= Pictos Icons ======== */
[data-icon]:before {
  font-family: 'Pictos Custom';
  content: attr(data-icon)' ';
  -webkit-font-smoothing: antialiased;
}

/* ======= Projects =========== */
.currentprojects ul.answer li { list-style: none; }
.projectstatus.Delivery {
  color: green;
}
.details { color: grey; font-style: italic; }
.project h2 {
  color: #036;
  font-size: 24px;
  padding-bottom: 0px;
  margin-top: 10px;
}
.project .col-2 {
  margin-top: -60px;
  background-color: #DFE9F4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 2px 10px #333;
  width: 210px;
  padding: 5px;
}

/* ======= Tooltip styling ===== */
.tooltipsy {
  padding: 10px;
  color: white;
  background-color: #0057AD;
  -moz-box-shadow: inset 0 0 10px #036;
  -webkit-box-shadow: inset 0 0 10px #036;
  box-shadow: inset 0 0 10px #036;
  text-shadow: 0 0 3px #036;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.tooltipsy::after {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #036;
  bottom: -10px;
  right: 40%;
  z-index: -1;
}
.tooltipsy a {
  color: white;
  text-decoration: underline;
}

/* ======= Profiles - Leadership page ========= */
.profile {
  border: 1px solid #0383A6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 20px;
  width: 338px;
  background-color: #DFE9F4;
  position: relative;
}
.profile .more {
  right: 5px;
  bottom: 5px;
  position: absolute;
}
.col-6.profile {
  width: 698px;
}


.profile a p {
  color: #333;
}
.profile h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  color: white;
  background-color: #036;
  clear: none;
}
.profile a:hover h4 {
  background-color: #0057AD;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  transition: all 150ms linear;
}
.profile h5 { margin-top: 10px; }

.profile a:hover h5 {
  color: #4C5E71;
}
.profile img {
  height: 130px;
  border: 1px solid #032;
  margin: 10px 15px 10px 10px;
  float: left;
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 2px 10px #333;
}
.profile p {padding: 10px 10px 10px; }


/* ======= Leadership bio pages ===== */
.mobile-instructions { display: none; } /* Hides mobile instructions on Leadership page */
.bio img { 
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 2px 10px #333;
  float: left; 
  margin: 5px 15px 15px 0px; 
}
.bio h4 {
  padding-top: 0px;
  clear: none;
}
.bio p.pullquote { margin-bottom: 20px; }
  

/* ========== Nav styles ========== */
.nav-wrapper { float: right; margin-top: 20px;}
.nav-bar { 
  height: 30px; 
  border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
  border: solid 1px #4c71a2;
  background: #4f86be;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4a7bba), to(#33619d)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #4a7bba, #33619d); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #4a7bba, #33619d); /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #4a7bba, #33619d); /* IE10 */
  background-image: -o-linear-gradient(top, #4a7bba, #33619d); /* Opera 11.10+ */
  background-image: linear-gradient(top, #4a7bba, #33619d); /* W3C */
}
.nav-bar ul { 
  list-style: none; 
  padding: 0px 10px; 
  margin: 0px; 
  float: left;
}
.nav-bar ul li { display: inline;}
.nav-bar ul li a { 
  float: left; 
  color: #fff; 
  padding: 4px 10px; 
  font-size: 14px; 
  text-decoration: none;
}
.nav-bar ul li a.index { 
  padding-right: 30px;  
  border: solid 1px #719ac4;
  background: #4f86be;
  background-image: url("https://provost.unimelb.edu.au/__data/assets/image/0005/593816/index_logo.png"); /* fallback */
  background-image: url("https://provost.unimelb.edu.au/__data/assets/image/0005/593816/index_logo.png"), -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
  background-image: url("https://provost.unimelb.edu.au/__data/assets/image/0005/593816/index_logo.png"), -webkit-linear-gradient(top, #76aae0, #4f86be); /* Chrome 10+, Saf5.1+ */
  background-image: url("https://provost.unimelb.edu.au/__data/assets/image/0005/593816/index_logo.png"), -moz-linear-gradient(top, #76aae0, #4f86be); /* FF3.6+ */
  background-image: url("https://provost.unimelb.edu.au/__data/assets/image/0005/593816/index_logo.png"), -ms-linear-gradient(top, #76aae0, #4f86be); /* IE10 */
  background-image: url("https://provost.unimelb.edu.au/__data/assets/image/0005/593816/index_logo.png"), -o-linear-gradient(top, #76aae0, #4f86be); /* Opera 11.10+ */
  background-image: url("https://provost.unimelb.edu.au/__data/assets/image/0005/593816/index_logo.png"), linear-gradient(top, #76aae0, #4f86be); /* W3C */
}
.nav-bar ul li a:hover { opacity: 0.8;}

/* ----- Expanding section ----- */
.index_expand { 
  position: absolute; 
  z-index: 100; 
  width: 320px; 
  background: #4f86be; 
  padding: 5px; 
  border: solid 1px #719ac4; 
  border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 5px 10px #333;
  -webkit-box-shadow: 0 5px 10px #333;
  box-shadow: 0 5px 10px #333;
}
.index_expand hr.visible { 
  border-bottom: 1px solid #719ac4; 
  visibility: visible;
}
.index_expand h4 {
  padding-left: 30px;
  color: white;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: -10px;
}
.index_expand ul { 
  list-style: none; 
  display: inline; 
  float: left;
  width: 98%;
}
.index_expand ul li { margin: 10px 0px;}
.index_expand ul li a { 
  color: #fff; 
  text-decoration: none; 
  background: url("https://provost.unimelb.edu.au/__data/assets/image/0004/593815/nav-link-icon.png") no-repeat 0px 3px; 
  padding-left: 15px;
}
.index_expand ul li a:hover { opacity: 0.8;}
/*ie fixes*/
.index_expand { *padding: 0px; *width: 330px;}
.index_expand ul { *padding-left: 5px; *margin: 0px;}



/* ========== Media query for mobile ========== */
@media screen and (max-width: 480px) {

  /*global mobile styles  */
  body.blue { background:none; }
  .header .hgroup h1 {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
  }
  .header .hgroup h1 a { color: #036; }
  .mobile-instructions {
    display: inherit !important;
    font-style: italic;
    color: #c33;
  }

  /*homepage mobile styles  */
  .home #main-content p.pullquote { color: #036 !important; }

  ul#quicklinks li { width: 50%; margin-bottom: 0px; clear:none; float:left;  }
  ul#quicklinks li a.col-1 { width: 100%; height: 45px; border:1px solid rgba(255,255,255,0.4); }
  ul#quicklinks li a img { display: none;  }
  ul#quicklinks li a:hover {  }
  ul#quicklinks li img {  }
  ul#quicklinks li h3 { padding-top: 0px;  margin-top:5px; font-size: 150%; }
  ul#quicklinks li .small { display: none; }
  ul#quicklinks.popular li { width: 30%; margin-right: 2%; clear: none; float:left;  }
  ul#quicklinks.popular li a.col-2 { width: 100%; height: 80px; border:1px solid rgba(255,255,255,0.4); }

  /*public content mobile styles  */
  .wrapper h2 {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 33px;
    color: #036 !important;
  }
  .nav-wrapper { float: left; margin-top: 20px;}
  #breadcrumbs { display: none; }

  .bio img { width: 150px; }
}



/* ========== JS Expander ======== */
.question {
  background: url("https://provost.unimelb.edu.au/__data/assets/image/0018/619020/list-style.png") no-repeat -5px -5px;
  position: relative;
  cursor: pointer;
}
.answer {
  margin: 15px 15px 15px 0;
  padding: 10px;
  border: 1px solid #DFE9F4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.message p.answer { padding: 10px; }

.question .more, .question .less {
  -webkit-transition: background 100ms linear;
  -moz-transition: background 100ms linear;
  transition: background 100ms linear;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  background: #dfe9f4;
  padding: 3px 18px 2px 8px;
  margin-left: 5px;
  font-size: 11px;
  position: relative;
}
#main-content .question a.more, #main-content .question a.less { text-decoration: none; }
.question .more:hover, .question .more:focus, .question .less:hover, .question .less:focus {
  background: #b9cfe7;
  color: #2f4c6a; 
}
.question .more:after, .question .less:after {
  position: absolute;
  right: 6px;
  top: 8px;
  content: ' ';
  width: 0px;
  height: 0px;
}
.question .more:after {
  border: 4px solid transparent;
  border-bottom: 0px;
  border-top: 4px solid #3e658e; 
}
.question .less:after {
  border: 4px solid transparent;
  border-top: 0px;
  border-bottom: 4px solid #3e658e; 
}

/* ============= Feedback forms =============== */
form #feedbackform input { margin-bottom: 3px; }

form #feedbackform p, form #feedbackform fieldset ul li label {
  font-weight: normal;
  text-align: left;
}
form #feedbackform p {
  margin: 0px 8px 8px;
}
form #feedbackform fieldset ul { padding-left: 0px; }

form #feedbackform fieldset ul li {
        list-style: none;
        margin: 0 0 8px;
}
form #feedbackform ul.show li {
        list-style: disc;
        margin: 0 5px 5px 0;
}
form #feedbackform ul.arrowli li {
        list-style: none;
        margin-bottom: 5px;
}
form #feedbackform h3 {
        color: #036;
}



form #feedbackform .confirm {
  font-style: italic;
  font-weight: bold;
  color: #036;
}

form #feedbackform .longanswer {
        background-color: white; 
        border: 1px grey solid; 
        padding: 0 10px; 
        margin-bottom: 10px;
}
form #feedbackform .file {
        border-top: 1px grey dotted;
}
form #feedbackform span.page_list ul, form #feedbackform span.page_list ul li {
        list-style: none;
        display: inline;
        color: grey;
  margin-right: 10px;
}
form #feedbackform span.page_list ul li a, form #feedbackform span.page_list ul li a:link, form #feedbackform span.note a, form #feedbackform span.note a:link {
        text-decoration: underline;
        color: grey;
}
form #feedbackform span.page_list ul li a:hover, form #feedbackform span.note a:hover {
        color: black;
}

form #feedbackform span.page_list ul li.sq-form-current-page-number {
        color: green;
}

/* ========== Document uploader ============ */
.sq-form-field#pdf_file_0_choose_server_file_button,
.sq-form-field#excel_doc_0_choose_server_file_button,
.sq-form-field#word_doc_0_choose_server_file_button,
.sq-form-field#powerpoint_doc_0_choose_server_file_button
 { display: none; }
.sq-backend-smallprint { font-size: 80% }
#sq-asset-builder-header ul { margin-bottom: 5px; }

#sq-asset-builder-header ul li { 
  list-style: none;
  display: inline; 
}
#sq-asset-builder-header ul li a {
  padding: 8px 18px; 
  border: 1px solid #DFE9F4;
}
#sq-asset-builder-header ul li.sq-asset-builder-tab-active a {
  background-color: #FAFCFF;
}
form .details, form .required {
  font-weight: normal;
  font-style: italic;
  font-size: 80%;
}
form .details {
  color: grey;
}
form fieldset table {
  width: 100%;
}
form table td label {
  padding-left: 10px;
}
form .errors, form .required {
  color: #C33;
}
form .errors p {
  text-align: left;
}
form .submitted p {
  text-align: left;
  font-weight: normal;
}

form .submitted h3, form .submitted h4 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  margin: 0px 15px 15px;
  padding-bottom: 4px;
  border-bottom: none;
  display: block;
  text-align: left;
}
form .submitted h3 {
  font-size: 18px;
}


/* ----- STYLES TO CHANGE CMS BUTTON TO NEW TEMPLATE BUTTON ---- */
#button-fix .sq-backend-section-table, 
#button-fix .sq-backend-section-table tr,
#button-fix table td,
form #button-fix a {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
  height: 0;
  width: 0;
}
#button-fix td.sq-backend-data.sq-backend-commit {
  padding: 10px;
}
#button-fix input#sq_commit_button button:active, 
#button-fix input[type="submit"]:active#sq_commit_button, 
#button-fix input#sq_commit_button button:active {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#button-fix input#sq_commit_button:hover, 
#button-fix input#sq_commit_button:focus,
#button-fix a:hover {
  box-shadow: 0px 0px 10px #446791;
  -webkit-box-shadow: 0px 0px 10px #446791;
  -moz-box-shadow: 0px 0px 10px #446791;
  -o-box-shadow: 0px 0px 10px #446791;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  transition: all 150ms linear;
}
#button-fix input#sq_commit_button, 
#button-fix input#sq_commit_button[type="submit"],
#button-fix a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #164682;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#446791), to(#164682));
  background-image: -moz-linear-gradient(top, #446791, #164682);
  width: auto;
  padding: 9px 18px 8px;
  margin: 10px 10px 0px 0px;
  color: white;
  border: 0px;
  vertical-align: middle;
}



span.tag {
  display: inline-block;
  background-position: 0px center;
  background-repeat: no-repeat;
  padding: 0px 4px 0px 25px;
  margin: 3px 0px;
  height: 25px;
}


/* ---- START Filters ----- */

                         /* Search dialogue box */
.main .search-filter {
  width: 940px;
}
.search-filter:focus {
  border-color: #111;
  outline: 0;
}
.search-filter {
  font-size: 18px;
  float: left;
  width: 800px;
  padding: 8px 3px 15px;
  -webkit-appearance: none;
  border: 1px #999 solid;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}
.filter-block button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  margin-top: 0;
  font-size: 18px;
  padding: 10px 15px 15px;
}
