﻿a {
    color: #806423;
}

    a:focus, a:hover {
        color: #4c195d;
    }

.navbar-default {
    background-color: #4c195d;
    margin: 0;
    border: 0;
    min-height: 60px;
}

.navbar form {
    margin-left: -15px;
    padding-top: 12px;
}

.navbar-brand {
    padding-left: 0;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding-left: 15px;
    }

    .navbar form {
        padding-right: 15px;
    }
}

.navbar-brand img {
    height: 35px;
    margin-top: -7px;
}

nav + .container {
    border-top: solid 10px #cdaf5f;
    background: white;
    padding: 20px 0 0 0;
    /*margin-top: 60px;*/
}

.breadcrumb > li + li:before {
    content: "\203A";
    color: #aaa;
}

.jumbotron {
    background: #cdaf5f;
    color: #fff;
    border-radius: 0;
}

@media (min-width:770px) {
    .container {
        width: 770px;
    }
}

@media (min-width:900px) {
    .container {
        width: 900px;
    }
}

@media (min-width:1000px) {
    .container {
        width: 1000px;
    }
}

@media (min-width:1100px) {
    .container {
        width: 1100px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width:1300px) {
    .container {
        width: 1300px;
    }
}

@media (min-width:1400px) {
    .container {
        width: 1400px;
    }
}


@media all and (max-width: 1200px) {
    .hidable-column {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

@media all and (max-width: 1100px) {
    .hidable-nav-item {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .compact-menu {
        display: inline;
        visibility: visible;
        width: initial;
        height: initial;
        opacity: initial;        
    }
}

@media all and (max-width: 9999px) and (min-width:1101px) {
    .compact-menu {
        display: none;
        visibility: collapse;
        width: 0;
        height: 0;
        opacity: 0;
    }
}

.footer {
    padding-top: 40px;
    margin-top: 40px;
    border-top: solid 10px #cdaf5f;
    background: #f5f5f5;
}

.with-button {
    line-height: 34px;
}

.combodate select {
    display: inline-block;
}

.spacer {
    margin-top: 40px;
}

.control-label {
    text-align: left !important;
}

.scroll {
    height: 255px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.nospacing {
    margin: 0px;
    padding: 0px;
}

.expired-True {
    color: silver;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/*---------- general vertical spacers-----------------*/

.voffset {
    display: block;
    margin-top: 2px;
}

.voffset1 {
    display: block;
    margin-top: 5px;
}

.voffset2 {
    display: block;
    margin-top: 10px;
}

.voffset3 {
    display: block;
    margin-top: 15px;
}

.voffset4 {
    display: block;
    margin-top: 30px;
}

.voffset5 {
    display: block;
    margin-top: 40px;
}

.voffset6 {
    display: block;
    margin-top: 60px;
}

.voffset7 {
    display: block;
    margin-top: 80px;
}

.voffset8 {
    display: block;
    margin-top: 100px;
}

.voffset9 {
    display: block;
    margin-top: 150px;
}

.voffset1inverted {
    display: block;
    margin-bottom: 5px
}

.voffset2inverted {
    display: block;
    margin-bottom: 10px
}

.voffset3inverted {
    display: block;
    margin-bottom: 15px
}

.voffset4inverted {
    display: block;
    margin-bottom: 30px
}
/*---------- end general vertical spacers-----------------*/

/* External Examiner MVC*/
table {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
    width: auto;
    cursor: pointer;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    word-wrap: break-word;
}

.glyphicon {
    font-size: 16px;
    padding: 3px;
}

@media all and (max-width: 1200px) {
    .hidable-column {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

@media all and (max-width: 970px) {
    .searchQueryField {
        max-width: 280px;
        width: 280px;
    }
}

/* Alumni admin app*/
.cbAlign {
    position: relative !important;
}

.checkboxLabel {
    font-weight: bold !important;
    padding-left: 0px !important;
}
/*-----------------*/

/*Checkboxes 
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox] {
    opacity: 0;
    float: left;
}

    input[type=checkbox] + label {
        margin: 0 0 0 20px;
        position: relative;
        cursor: pointer;
        float: left;
    }

        input[type=checkbox] + label ~ label {
            margin: 0 0 0 40px;
        }

        input[type=checkbox] + label::before {
            content: ' ';
            position: absolute;
            left: -35px;
            top: -3px;
            width: 25px;
            height: 25px;
            display: block;
            background: white;
            border: 1px solid #A9A9A9;
            border-radius: 5px;
        }

        input[type=checkbox] + label::after {
            content: ' ';
            position: absolute;
            left: -35px;
            top: -3px;
            width: 23px;
            height: 23px;
            display: block;
            z-index: 1;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==') no-repeat center center;
            -ms-transition: all .2s ease;
            -webkit-transition: all .2s ease;
            transition: all .3s ease;
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }

    input[type=checkbox]:checked + label::after {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.action-icons {
    cursor: pointer;
}
 end checkboxes*/

.reportEditor, input {
    position: relative;
    width: 100%;
}

label {
    vertical-align: top;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

.field-validation-valid {
    display: none;
}

.groupBorder {
    border: solid;
    border-width: 2px;
    border-radius: 5px;
    padding: 10px;
    width: 55%;
}

.boldtext {
    font-weight: bold;
}

.EditingRadioButtons {
    width: auto;
    margin-left: 5px !important;
    margin-right: 5px !important
}

.fullwidthinput {
    max-width: none;
    width: 100%;
}

.multilineEditor {
    height: 200px;
}

.ui-menu {
    background-color: lightgray;
    font-family: Calibri;
    font-size: 15px;
    border-radius: 4px;
    position: relative;
    margin-left: 20px;
    margin-top: 15px;
}



.ui-state-active {
    background: darkgrey;
    font-family: Calibri;
    font-size: 15px;
    border-radius: 4px;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover {
        border: 1px solid white;
        background: darkgrey;
        font-weight: normal;
        color: white;
    }

.ui-menu-item {
    padding-right: 5px;
    padding-left: 5px;
}

@media print {
    .navbar-header, navbar, nav {
        display: none;
    }

    .container {
        border-top: none !important;
    }
}


/*Navbar*/
.navbar-inverse {
    background-color: #4c195d !important;
    border-color: #4c195d !important;
    
}
    /* Title */
    .navbar-inverse .navbar-brand {
        color: #FFFFFF !important;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #FFFFFF !important;
        }
    /* Link */
    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF !important;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #A4A4A4 !important;
        }

    /*.navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #A4A4A4 !important;
        background-color: #4c195d !important;
    }*/

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #A4A4A4 !important;
        background-color: #4c195d !important;
    }


/* -----------HTML 5 Loader animation ---------*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #4c195d; /* Blue */
    border-bottom: 16px solid #723e98; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    display: block;
    animation-iteration-count: infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.textaligncentre {
    text-align: center;
}

/* -------- end HTML 5 Loader animation -------*/

.commandButtons {
    width:200px !important; margin-right:10px !important;
}

.paginatorControl {
    visibility:visible!important;
}

.buttonBar {
    width: 180px;
}