﻿/*#.# Normalize browser styles*/

html,
body {
    box-sizing: border-box;
    height: 100%;
    line-height: 1.5em;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    overflow-x: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.container {
    margin: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

img {
    max-width: 100%;
}

a {
    color: #17457a;
    text-decoration: none;
    font-weight: 600;
}

    a:focus,
    a:active,
    a:hover {
        color: #fff;
        text-decoration: underline;
        outline: none;
    }

    a:visited {
        color: #006ba6;
        outline: none;
    }

#main-content {
    min-height: calc(55vh)
}

/*#.# Buttons*/

.button {
    border: none;
}

.btn {
    background: #17457a;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 1.5em;
    transition: background 0.5s ease-in;
    display: flex;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size:1.20em;
    font-weight:600;
}

    .btn:visited {
        color: white;
    }

    .btn .fa {
        color: white;
    }

.btn-primary,
.btn-secondary {
    padding: 1em 1.5em;
}

.btn-primary {
    background: #17457a;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #17457a;
    margin-top: 1em;
    box-shadow: 0 5px #152b49;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-secondary:active {
        top: 2px;
        /*box-shadow: 0 3px #152b49;
        border-color: #829595 !important;*/
    }

    .btn-primary svg {
        width: 65px;
        height: 38px;
        margin-right: 1em;
    }


.btn-secondary {
    background: #d3d8e6;
    color: #1b365d;
    text-decoration: none !important;
    border: 1px solid #d3d8e6;
    margin-top: 1em;
    box-shadow: 0 5px #c4cbde;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        top: 2px;
        box-shadow: 0 3px #c4cbde;
    }



/*#.# Typography*/
h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #ff671f;
    line-height: 1.2em;
    margin: 0 0 1.2rem;
}

h2 {
    font-size: 2.6em;
    font-weight: 400;
    padding-bottom:0.5em;
}

h3 {
    font-size: 1.6em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.3em;
    line-height: 1.4em;
}

h5 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h2,
h3,
h4,
h5,
h6 {
    color: #17457a;
    font-weight: 400;
    line-height: 1.2em;
}

p {
    color: #39414e;
    line-height: 1.5em;
}
.au-panel p {
font-size: 1.40em;
}
.au-panel li {
    font-size: 1.40em;
    color: #39414e;
}
li {
    font-size: 1em;
    color: #39414e;
}

/*#.# List styles*/
ul li {
    padding: 0.3em 0;
}
/*#.# Message boxes*/
.msg {
    position: relative;
    padding: 1em 1.25em 1em 4.5em;
    display: block;
    width: 100%;
    margin: .75em 0 2.5em;
    color: #fff;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #000;
    margin: 1.875em 0;
}

    .msg::before {
        content: "";
        position: absolute;
        background: transparent;
        height: 100%;
        width: 50px;
        left: 0;
        top: 0;
    }

    .msg.info {
        background: #2198c2;
    }

        .msg.info::before {
            background: #1b7d9f;
        }

    .msg.success {
        background: #158460;
    }

        .msg.success::before {
            background: #0f6146;
        }

    .msg.warning {
        background: #efa640;
    }

        .msg.warning::before {
            background: #ec941a;
        }

    .msg.error {
        background: #ac3e3b;
    }

        .msg.error::before {
            background: #8e3331;
        }

    .msg .fa {
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 16px;
        color: #fff;
        font-size: 1.4em;
        line-height: 1em;
        font-style: normal;
    }

    .msg a,
    .msg h3,
    .msg h4,
    .msg h5,
    .msg li,
    .msg p,
    .msg span, btn-primary:hover
    .msg strong {
        color: #fff !important;
        padding: 0;
        margin: 0;
        text-shadow: 1px 1px 1px #000;
    }


/*#.# Table*/
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    font-size:1.2em;
}

    table th,
    table td {
        border: 1px solid #d3d8e6;
    }

    table thead th {
        background: #17457a;
        color: #fff;
        border: 1px solid #17457a;
        border-bottom: 0;
        text-align: left;
        padding: 1em;
        text-decoration: none;
    }

        table thead th .fa {
            font-size: 0.8em;
        }

.table-striped thead th a {
    color: white;
    text-decoration: none;
}

table th a:hover,
table th a:focus {
    text-decoration: underline;
}

table td {
    padding: 1em;
    color: #59667a;
}

.table-striped td .btn {
    background: #abb5d1;
    padding: 0.5em;
}

/*#8291bb table td .btn .fa {
    color: #006ba6;
}*/

.table-striped td .btn :hover,
.table-striped td .btn :focus,
.table-striped td .btn :active {
    color: #8291bb;
}

table tbody tr:nth-child(2n) {
    background: #f4f5f9;
}


#academic-support-info .btn {
    margin-bottom: 1em;
}

#faculties td {
    width: 25%;
}

#links td .btn {
    height: 70px;
}

#tutor {
    text-align: center;
}

/* #.# Forms*/

input,
textarea {
    padding: 0.7em 1em;
    background-image: none !important;
    border: 1px solid #d3d8e6;
    background: #f4f7ff;
    -webkit-appearance: none;
    border-radius: 3px;
}

input,
select,
textarea {
    width: 100%;
    display: block;
    outline: none;
    height: 50px;
    padding: 0 1.5em;
}

    input:focus {
        border: 1px solid #ff671f;
    }

.msg {
    margin: 1em 0 2em;
}

[class*="col"] {
    margin-bottom: 2em;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    padding: 1.3em;
    border: 1px solid #d3d8e6;
    color: #1b365d;
    font-size: .9em;
    background-color: #f4f7ff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OTZDMDZENjU4NzIxMUU4OTkyREQ1NUQ1OTkzNEJBMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OTZDMDZENzU4NzIxMUU4OTkyREQ1NUQ1OTkzNEJBMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY5NkMwNkQ0NTg3MjExRTg5OTJERDU1RDU5OTM0QkEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5NkMwNkQ1NTg3MjExRTg5OTJERDU1RDU5OTM0QkEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0LxN/wAAB1xJREFUeNrs3U+IVWUYx/F3rikooZuiQF3EuGihtNMgCbvoBKUGMgtzRLfjbAoKnVH6oxHOKEht/LMLUwlsk5qS1cxggiRuQmenBOaAops0FKy8Pa/3OTELx3vPuec857znfH/wcGXm3nPe9z0fz/0z97xvV6PRcISknRpDQIBFgEWARQiwCLAIsAgBFgEWARYhwCLAIsAiBFgEWARYhACLAIsAixBgEWARYBECLAIsAixCgEWARYBFCLAIsAiwCAEWARYBFiHAIsAipc4zSR60Y8/pZ+XmU6k+qRelJqUOS30m9YBhDSqzpT6S2iQ1X+qm1FF/fD/f+tZfSTfaFXfWZEH1vNz8KPXKE379q9SbUn9yvILIPKkfpJY94Xe/Sa0SXLczhyWoXpCbn6QWP+VuV6TqUrc5boWOP0GMtnEsVwquW5nBElQL5GZcqruNu4MrfFRRrkmtEFw3Un/xHhOV0waPagdIuKicHvNxNZAerASopuI6J7WAY1mYLNBjsjjm42LjqrVAtUhuzidAFeVlRQmuYqAa12OSJN7AeTWR/DWWbmBc34J2msfP01I3OL65oupOYVuT+prramxYgsp/NnVRamGKnfO4Vkn9znE2zUuu+fFQd4rb/ENqqeC6GfepcHfKqKJT6S9SizjWZlmkY96d8nYXqpHYr7HWZdTR+XpKBpcNqrReysQ2Mh2suRl2GFzho2ppZDpYExl33Hf4gtQSDKSeJTq28zPez0QSWCMGA/Cca35QB650UY3q2Gadkdiw5NX+13KzD1ygmib71EjsM5bH9YHxmWsZNhJnmeWZSm08NS3/CL1jz+lhudlm0OC7Uj2u+dUbEg/V2YzfcE1FNdjOHVv+rVA3ZHHmmqsDxJkrcFRtwZqCa7shruWYaZnlhqi2x0HVNizF5T9pHTLEVcfOtKkbohrSY+8ygaW4ho1w+e9hnwLXtKhO6RhZoBpO8sDY33nXF/Tvyc0XBh3zF2as1nc8xBbV+4Lqy6QPTnT5l+5wwOjMdUZqLaYej8EZI1QDnaBKDEtxHTDCNUvq24rjWqtjMMsI1YFON9LRBavagH6pRxl3dmaFcUWoZma8H38M+9NA1TEszSHXvNjRCtf6CqFab4hqk6A6lNYG07rE/qghLr+vvgqg6tO+WqE6muZG05y7wQqXb/PhkuPq0z7WQkTlMmi4b6D/ZuHfRrg2lxDVZiNU/hitywKVy6jx30n1GuH6SmpLiVBt0T5ZoOrVY+VCgeVzwgiXz/6S4NqifXFGqE5k/b/eZYjrHWczrVHouKxQPdBjciLrHWV9yvWfFK82xDUYIKpBQ1Sr9Zi40GH5jBri2h0YrkHX4vq8lFGZ/c3VaqrICNc9cJmjuudy+EO+5RykvmP+Evu7Rrh2FhjVTiNUd3XMzb8dYj25rf8+e48Rro+lhguIaljbZoEqt2sI8pg12RLXtoLhqsyFKXlNx+07/LrUHSNce6W6cgTVpW2wQHVHxzbXq53ynOfdz8pbN8L1ob6l78oJ1X5tgwWquo6tqyosn8uGuPpzwBWh6jdEdbkIz/lFWJnCD8QK15wprky4LFFN6hgWAlVRYPlMGOPy3x6YkeE+Zug+LFFNuAKlSGvpXDXEtTFDXBGqjYaorrqCpWiLNEW4rhvsa0MGuCJUGwzaf72oqIoIK8L1mmtOhmuB6xuXztUvs3RbFqiu6RgVElVRYfnc0P+NFrj8d5M6vbQqukSt1wjVClfwqc2LvF6hJa41HeCKUK0BVRiwIlz+lH/FEFecK41nG6K6omMRxCIMIayw6pc0qxvi+l5qThv3naP3tUJV17FwwEovtw1xveGaE2/MaYHqlN7XClVQS/SFtCZ0hOtSzrgsUV1yga77GNpi436AV7rmOj8WuH52zeVto8zTn1mguqh9DXIx0RBXsffrTfcY4XrVNWfOm6d1Vn9mgarHBby2di3Qdke4Lhjsa6mCOqv/zjoXQkcVMqwIl3+qGDPCZYFqTPsUNKrQYfncd80rUMZc+BnTvtwvQV+Ch1UWXKVCVRZYEa63pU4G2PaT2vbSoCoTLB9/tW9vYLhOapsfuJKlVrL+PAwIV4TqoSthaiXsU4TreIHbeLzMqMoKK8L1rtSxArbtmLattKjKDMvnX9ecE/VYwVBt0rY5YIWP60gB2nKkKqiqAGsqroM5tuFglVBVBZaPX4lqICdcB3XfDVeh1CrU1zxwVRJV1WBNxbXXYF97q4qqirAiXFtdtutcj+g+KomqqrCiZLWI+ogLc/ZmYKWMa1eK29sFKmBF+cSls871kG6LAOv/dLqI+pAr5kS6wCoIriRPY4OgAlY7L7zjrHM9kPG7S2CVKO0uoj6g9yXAioVrukXUH+nvQAWsRPELb/srns9J/aN1Tn92iOF5eroajQajQDhjEWARYBECLAIsAixCgEWARYBFCLAIsAiwCAEWARYBFiHAIsAiwCIEWARYBFiEAIsAiwCLEGARYBFgEQIsAiwCLEKARYBFgEVI3PwnwABl+9LIG9Ze0QAAAABJRU5ErkJggg==");
    background-position: 98% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    appearance: none;
}

.input-group {
    position: relative;
}

    .input-group .input-group-btn .btn-default {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        border: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

label {
    margin-bottom: 0.5em;
    display: block;
}

    label .req {
        color: red;
    }


.search-form .search-field:hover,
.search-form .search-field:focus,
.search-form .search-field:active {
    border: 1px solid #f37022;
}

.search-form .search-field {
    background: #fafbfc;
    border: 1px solid #d3d8e6;
    border-right: 0;
    margin: 0;
    font-size: 1.2em;
    width: 100%;
    height: 70px;
    padding: .5em 7em .5em 1em;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: none;
    font-size: 1.4em;
    font-weight:400;
}
/* #.# Form Toolbar*/

/*#.# Homepage*/
.support-services .panel-wrap {
    padding-bottom: 3em;
}

.au-panel {
    background: #edeff5;
    padding: .75em;
    display: flex;
    height: 100% !important;
    flex-flow: column;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    transform: scale(1);
}

    .au-panel:hover,
    .au-panel:focus,
    .au-panel:active {
        transform: scale(1.03);
    }

.panel-heading {
    background: #17457a;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .panel-heading h2 {
        color: white;
        font-size: 1.7em;
        margin: 0;
        padding: 0.7em;
    }

.au-panel .panel-img {
    width: 200px;
    width: 200px;
    margin: 1em auto 0;
}

.au-panel > div {
    text-decoration: none;
    display: block;
    position: relative;
    background: #fff;
    font-weight: 400 !important;
    height: 100%;
}

.au-panel .panel-heading-no-bg {
    padding: 0 1.5rem;
}

.au-panel .panel-body {
    padding: 1.5rem 1.5em 4em;
    position: relative;
    padding-top: 0;
}

.ssc-panel {
}

.ssc-panel-heading {
    background: #d3d8e6;
    color: #59667a;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ssc-panel-body {
    background: #fffffff;
    text-align: center;
}

#academic-support,
#student-support {
    display: none;
    position: relative;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

    #academic-support img,
    #student-support img {
        margin-top: 1em;
    }

    #academic-support [class*="col"],
    #student-support [class*="col"] {
        margin-bottom: 0;
    }

.support-services {
    position: relative;
}

.support-services-modal {
    position: relative;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 60px -12px, rgba(0, 0, 0, 0.20) 0px 18px 36px -18px;
    padding: 2.5em 2.5em 3.5em 2.5em;
    border: 1px solid #d3d8e6;
}

.fa-times-circle {
    position: absolute;
    font-size: 2.5em;
    color: #abb5d1;
    cursor: pointer;
    transition: background 0.3s ease-in;
    right: 1rem;
    top: 1rem;
}

    .fa-times-circle:hover,
    .fa-times-circle:focus,
    .fa-times-circle:active {
        color: #4a5a87;
    }

.indicator {
    font-weight: 600;
    color: #17457a;
    font-size: 1.6em;
    text-align: center;
    position: absolute;
    border: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
}

/* #.# Ask AU Form*/
.ask-au {
    position: relative;
    width: 100%;
    margin: 2em 0;
}



.ask-au #btn-askau {
    width: 125px;
    height: 70px;
    background: #17457a;
    top: 0;
    right: -1px;
    position: absolute;
    border: 0;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1.2em;
}

.ask-au .button:hover,
.ask-au .button:focus,
.ask-au .button:active {
    background: #133965;
}

/* Login */
.login {
    max-width: 400px;
    width: 100%;
    /*width: 400px;*/
    margin: auto;
    text-align: center;
}

    .login .btn-primary {
        margin-top: 2.5em;
    }

/* Home faculties Table design*/
#academic-support-info {
    font-size: 1.2em;
}
#academic-support-info .col-md-12{
flex:1;
}
    #academic-support-info .col-md-3, #academic-support-info .col-md-6 {
    border: 1px solid #d3d8e6;
    padding: 1em;
    color: #59667a;
    flex:1;  
}

#tutor {
    background: #f4f5f9;
    font-weight: bold;
}

#links .btn {
    height: 70px;
}

.thead div {
    background: #17457a;
    color: #fff;
    border: 1px solid #17457a;
    border-bottom: 0;
    text-align: left;
    padding: 1em;
    text-decoration: none;
    font-weight: bold;
}

#academic-support-info .row {
    display: flex;
}

@media (min-width: 1200px){
    .container {
        width: 80%;
    }
    .full-logo.col-md-3 {
        width: 20%;
    }
}

@media (max-width: 640px) {
    #academic-support-info .row {
        flex-wrap: wrap;
    }

    [class*="col"] {
        margin-bottom: 1em;
    }

    .xrm-attribute-value {
        font-size: 14px;
    }

        .xrm-attribute-value p {
            display: none;
        }
    .full-logo.col-md-3 {
        width: 40%;
    }
}
.xrm-attribute-value {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items:center;
}
.header h1.logo [class*="col"] {
    margin-bottom: 0em;
}


.full-logo {
    border-right: solid 1px #888;
}


.xrm-attribute-value .col-md-9.col-sm-9 {
    
padding-left:35px;}

#au-logo {
width:100%;max-width:145px;
}

@media (max-width: 768px) {
    .full-logo.col-md-3.col-sm-3 {
        width: 33%
    }
    .xrm-attribute-value .col-md-9.col-sm-9 {
    width:60%}
}
@media (max-width: 575px) {
    .full-logo.col-md-3.col-sm-3 {
        width: 38%
    }
    .xrm-attribute-value .col-md-9.col-sm-9 {
        width: 58%;
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .full-logo.col-md-3.col-sm-3 {
        width: 41%;
        font-size: 14px;
    }
    .xrm-attribute-value .col-md-9.col-sm-9 {
        width: 55%;
        font-size: 12px;
        padding-left:12px;
        padding-right:5px;

    }
}