/* Minification failed. Returning unminified contents.
(17,52): run-time error CSS1039: Token not allowed after unary operator: 'xml'
(17,56): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(18): Scanner error CSS1002: Unterminated string: ");
 */
ul li{
    list-style-type:none;
}

.clickable{
    cursor:pointer;
}

/******Page Header******/
.omega-header{
    background-color:#3C2D4D;
    color:#fff;
    margin-bottom:0;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url(/content/data: image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,209,0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.omega-header .navbar-brand{
    color:#fff;
}

.omega-header .navbar-nav>li>a{
    color:#fff;
}

.omega-header .navbar-nav > li > a:hover,
.omega-header .navbar-nav > li > a:focus {
    color:#ffd100;
    background-color:#3C2D4D;
}

.omega-header .navbar-toggler {
    border-color: #fff;
}

.omega-header .navbar-toggler:hover {
    background-color: #fff;
}

.omega-header .navbar-toggler .icon-bar{
    background-color:#ffd100;
}

.omega-header .navbar-nav>.show>a, .omega-header .navbar-nav>.show>a:focus, .omega-header .navbar-nav>.show>a:hover{
    color:#FFB448;
    background-color:#3C2D4D;
}

.omega-header .navbar-nav .nav-item a{
    padding-left:1em;
}


@media (max-width: 767px) {
    .omega-header{
        position: initial;
    }
    .header-searchbar{
        margin-top:0 !important;
    }

    .omega-header .navbar-nav a.dropdown-item{
        padding-left: 2em;
    }

    .omega-header .navbar-nav > li > a:focus{
        background-color:#000;
        color:#fff;
    }

    .omega-header .navbar-nav li.show a.dropdown-toggle {
        background-color: #ffd100;
        color: #000;
    }

    .omega-header .navbar-nav > li.show, .omega-header .navbar-nav > li.show > .dropdown-menu {
        background-color: #000000;
    }

    .omega-header .navbar-nav > li.show, .omega-header .navbar-nav > li.show > .dropdown-menu > a {
            color: #fff;
    }
}

.header-searchbar .mobile-logo {
    display: inline-block;
    background: url(/content/USQ/unisq_logo_sm.svg) no-repeat;
    width: 120px;
    height: 44px;
}

.header-title{
    text-transform:uppercase;
    font-size:large;
}

.header-searchbar{
    padding:10px;
}

.header-menu .header-nav{
    float:right;
}

.header-menu .header-nav > li{
    float:left;
    padding-right:20px;
    padding-bottom:5px
}

@media (min-width: 992px) {
    .header-menu .header-nav > li{
        margin-top:-1em;
    }
}
.header-menu .header-nav > li > a{
    color:#fff;
}

.header-menu .header-nav > li > a:hover,
.header-menu .header-nav > li > a:focus{
    color:#ffd100;
}

.bc-message{
    color: #1e1e1e;
    display: inline-block;
    padding: 8px 0 9px 0;
    line-height: 1em;
    font-weight:bold;
}

/******Login Form******/
.loginPage {
    background-color: #ffffff;
}

#loginForm {
    margin: 0 auto 1em auto;
    width: 290px;
    min-width: 290px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #67645f;
}

#loginForm h2 {
    color: #000;
    font-weight:bold;
    padding: 20px 26px 0;
    text-align: center;
}
#loginForm h3{
    text-align:center
}

#loginForm form{
    padding:20px 26px;
}

.loginButton {
    background-color: #ffb448;
    color: #000000;
    display: block;
    margin: 0 auto;
    padding: 4px 0;
    height: 40px;
    width: 175px;
    font-weight: bold;
    padding-left: 12px;
    text-align: left;
    outline: none;
    margin-bottom: 10px;
}

.loginButton:hover{
    background-color:#FFE9DD;
    color:#000;
}
.loginButton:hover .fa{
    color:#000;
}

.loginButton > .fa-chevron-right{
    float:right;
    padding-right:19px;
    padding-top:5px;
}
/********Change Password Page********/
#change-password form label{
    display:inline-block;
}

#change-password .usq-form button{
    text-align:center;
}
#change-password .usq-form button .fa{
    font-size:1em;
    line-height:1em;
    margin-left:19px;
}
/*****Home Page******/
.message{
    text-align:center;
}
.msg-warning{
    background-color:#f0ad4e;
    border: 1px solid #eea236;
    border-radius:4px;
    padding:10px;
    margin-top:10px;
    font-weight:bold;
}

.msg-warning .fa-exclamation-circle{
    font-size:large;
    top:3px;
    margin-right:10px;
}

/*******Home page app panels*********/
.app-panel{
    margin: 10px;
    border:1px solid #cccccc;
    border-radius:4px;
    text-align:center;
    padding:0;
}

.app-panel a{
    color:#fff;
}

.app-panel a:hover{
    text-decoration:none;
}
.app-panel a:hover .view-list{
    text-decoration:underline;
}

.app-panel .counter{
    font-size:36px;
    font-weight:bold;
    padding-top:19px;
}

.app-panel .label{
    text-transform:uppercase;
    font-weight:bold;
    padding:10px
}

.app-panel .view-list{
    padding:10px;
    background-color:#e1e1e1;
    font-weight:bold;
    font-size:small;
    border-radius:0 0 4px 4px;
}
.app-panel .view-list{
    display:block;
    color:#000;
}
.app-panel .view-list .fa{
    margin-left:5px;
}

#AppPanel-My{
    background-color:#325D88
}
#AppPanel-Imcomplete{
    background-color:#93C54B
}
#AppPanel-Updated{
    background-color:#F47C3C
}

/*******Home page app list*********/
#home-content{
    min-width:800px
}

.datepicker>div{
    display:inherit;
}

.AppListFilter{
    border:1px solid #cccccc ;
    border-radius:4px;
    padding:19px;
    background:#fafafa;
    margin:1em 0;
    font-size:small;
}

.filterBtn{
    margin-top:1.5em;
}

.filterBtn .fa{
    margin-left:19px;
}

.AppList{
    padding:19px;
    border: 1px solid #cccccc;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background:#fff;
    border-top:none;
    margin-bottom:20px;
}

.AppListTable table thead th:focus{
    outline:none;
}
.AppListTable table thead th { white-space: pre-wrap; }

.AppListTable table, .StudentSearchTable table{
    font-size: small;
    border-spacing: 0;
}


@media (max-width: 768px) {
    .AppListTable table{
        font-size:80%;
    }
}

.filterHolder{
    display:inline-block;
    margin-left:5px;
    font-weight:normal;
}

@media (max-width: 1199px) {
    .filterHolder{
        display:block;
    }
}

.filterHolder > .ddfilter {
    color: black;
    font-weight: bold;
    font-size:110%;
}

.filterHolder > div a.dropdown-item:before {
    font-family: 'FontAwesome';
    content: "\f096";
    padding-right: 8px;
}

.filterHolder > div a.active:before {
    font-family: 'FontAwesome';
    content: "\f00c";
}


/* Darker blue "link" styling */
a {
    color: #337ab7;
}

.filterHolder > div a:hover, .filterHolder > div a.active{
    background-color: #337ab7;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}


.quick-search {
    display: inline-block;
    width: 100%;
    margin-bottom: 19px;
}
.quick-search .btn-input-field {
    position: relative;
}

.quick-search .btn-input-field button {
    position: absolute;
    right: 0;
    top: 0;
}

/*******Add Applications*********/
.search-instruction {
    font-weight: bold;
    font-size:large;
    margin-bottom:1em;
}

.StudentSearchTable{
    padding:19px;
    border: 1px solid #cccccc;
    border-radius:4px;
}

.StudentSearchTable table tbody tr:hover td{
    background-color:#eee;   
}

.personal-detail{
    margin-bottom:7px;
    border-bottom:1px dotted #ccc;
    padding-bottom:7px
}

.personal-detail::after{
    clear:both;
    content: " ";
    display:table;
}

/******Applications*******/
.usq-waiting {
    min-height: 200px;
    background-image: url(/content/usq/lazy-loading-image.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.td-more:before {
    font-family: 'FontAwesome';
    content: "\f067";
    color: #449d44;
    line-height: 1em;
    font-size: 120%;
}

tr.shown > .td-more:before {
    content: "\f068";   
    color: #e63e30;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 94%;
        max-width: 1200px;
    }
}

body {
    position: relative;
    min-height: 97vh;
    padding-bottom: 12.4rem;
}

.usq-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12.4rem /* Footer height */
}

.card label, .row label{
    font-weight:bold;
}

.text-danger{
    font-weight:bold;
}


.footer_acknowledgement {
    line-height: 2rem;
    text-align: center;
    color: #3c2d4d;
    background: #ffb448;
    font-size: 90%;
}


.footer_logo {
    display: inline-block;
    width: 180px;
    margin-bottom: 30px;
}

.legal {
    background: #3C2D4D;
    padding-top:1em;
    text-align:left;
}

.legal_sm {
    background: #3C2D4D;
    padding-top: 1em;
}

#change-password .btn-warning {
    background-color: #FFB448;
    border-color: #FFB448;
}

#change-password .btn-warning:hover {
    background-color: #FFE9DD;
    border-color: #FFE9DD;
}

.usq-branding .container-xl{
    max-width:100%;
}
