﻿/* ==========================================================================
   Application-specific styles
   Override the default UniSA styles and add new rules as necessary
   ========================================================================== */
#primary {
	width: 900px !important; padding-left: 10px; padding-right: 10px
}
#secondary, #tertary {
    display:none;
}
.UpdateProgressContent
{
    padding: 2em;
    border: 0.063em solid #c0c0c0;
    background-color: #fff;
    width: 8em;
    text-align: center;
    vertical-align: bottom;
    z-index: 1001;
    left: 45%;
    top: 30%;
    position: fixed;
    color: #000;
    font-weight: bold;
}
.UpdateProgressBackground
{
    background-image: url(/includes/images/corporate/bg_main-wrapper.png);
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500%;
    position: absolute;
    z-index: 1000;
    background-color: #eeeeee;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#loading_close
{
    position:relative;
    top:-4.6em;
    left:8.5em;
}
@media screen and (max-width: 600px) {
    #secondary {
        float:none !important;
    }
}

.button {
    background: 0px 0px rgb(0, 0, 153);
    padding: 0px 10px 1px;
    border-radius: 15px;
    border: currentColor;
    height: 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.button_green {
    background-color: #0052a0 !important;
}

.button_small {
    background: none repeat scroll 0 0 #0052a0;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 2px 7px 2px;
    text-align: center;
    min-width: 90px;
}

    .button_small:hover {
        background-color: #0052a0 !important;
        text-decoration: none !important;
        color: #fff !important;
    }
    .error { color: red; }

[class*="targeted-preamble_"] div {
    display: none;
}
[class*="targeted-preamble_"] .source_all {
    display:block;
}

.targeted-preamble_bookings .source_default,
.targeted-preamble_ror .source_ror,
.targeted-preamble_search .source_default,
.targeted-preamble_all .source_default,
.targeted-preamble_ewic .source_ewic {
    display:block;
}

