﻿/* Input Area styling */
.inputArea {
    background-color: white !important;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

#collapse1 {
    display: none;
}

.removeBulletPoints {
    list-style-type: none;
}

#PaperBasedApp {
    display: none;
}

#declarationToggle {
    display: none;
}

#NominatedTutorsToggle {
    display: none;
}

#ApplicationProgressToggle {
    display: none;
}

/*#NominatedTutorsToggle
{
    display:none;
}*/
.tutorsToggle {
    display: none;
}

.chkConfirm_Position {
    margin-top: 20px;
}

.inputArea > h4, .inputArea > h3, .inputArea > h2 {
    padding: 3px 3px 3px 10px !important;
    margin: 0 0 10px 0 !important;
    background-color: #009FE3;
    color: #fff !important;
    width: auto;
}

.inputArea label {
    vertical-align: middle;
    color: #606060;
    width: 110px;
}

.inputArea .labelMargin {
    margin-left: 120px;
}

.inputArea .label-top {
    vertical-align: top;
}

.inputArea table {
    padding: 0;
    margin: 0;
    width: 100%;
}

    .inputArea table td {
        vertical-align: top;
    }

.inputArea p {
    margin-left: 10px;
}

.area-vertical input[type=text], .area-vertical input[type=password], .area-vertical textarea {
    width: 80%;
}

.area-vertical select {
    width: 81%;
}

.area-vertical label {
    width: 15%;
    margin-right: 0;
    padding-right: 1%;
}

.area-vertical .labelMargin {
    margin-left: 16%;
}

.area-vertical .button-filter {
    margin-left: 16%;
}

.datepicker {
    width: 88px !important;
}

.inputArea .spinner, .ui-spinner-input {
    width: 60px !important;
    border: none !important;
}

.ui-spinner {
    margin-bottom: 5px;
}

.button-filter {
    margin-left: 121px;
}

.datepicker-icon {
    width: 70px !important;
    height: 16px;
}

/* Form elements */
label {
    padding: 0;
    margin: 0 0 5px 0;
    min-width:0px;
    margin-right: 10px;
    display: inline-block;
    text-align: right;
    color: #303030;
    vertical-align: top;
}

.noFixedSizeLabel label {
    display: inline;
    text-align: left;
}

.labelMargin {
    margin-left: 210px;
    margin-top: -1.5em;
}

input, select, textarea {
    margin-bottom: 2px;
    display: inline-block;
}

    input[type=text], input[type=password], select, textarea {
        border: 1px solid #B0B0B0;
        padding: 2px 5px 2px 5px;
        width: 200px;
    }

select {
    width: 212px;
    /*margin-right: 300px;*/
}

textarea {
    height: 50px;
}

input[type=submit]:disabled, button:disabled, input[type=submit]:disabled:hover, button:disabled:hover {
    cursor: not-allowed;
    border: 1px solid #B0B0B0 !important;
    background-color: #E0E0E0 !important;
    color: #B0B0B0 !important;
}

.input-icon {
    margin-right: 0;
    margin-bottom: 5px;
    height: 16px;
    vertical-align: middle;
}

/* Message styling */
.msg, .UploadSuccess {
    background-color: #E0E0E0;
    border: 1px solid #C0C0C0;
    padding: 5px 10px 7px 10px;
    margin-bottom: 10px;
    clear: both;
}

    .msg h3 {
        padding: 0 !important;
        margin: 0 !important;
        width: 150px;
        margin-right: 10px !important;
        display: inline-block;
        text-align: right;
        color: grey;
        vertical-align: middle;
    }

    .msg p {
        display: inline-block;
        margin: 4px 0 0 0 !important;
        max-width: 70%;
        vertical-align: middle;
    }

.msg-success, .UploadSuccess {
    background-color: #C0FCD3;
    border-color: #A6DEB8;
}

    .msg-success h3, .UploadSuccess h3 {
        color: green !important;
    }

.UploadSuccess {
    background-image: none !important;
}

.msg-info {
    background-color: #BDFFFF;
    border-color: #4DCAFF;
}

    .msg-info h3 {
        color: #4DCAFF !important;
    }

.msg-warning {
    background-color: #FFCD8C;
    border-color: #FCB73F;
}

    .msg-warning h3 {
        color: #FF8400 !important;
    }

.msg-error {
    background-color: #FF9696;
    border-color: #FF6969;
}

    .msg-error h3 {
        color: red !important;
    }

.msg-long {
    padding: 5px 20px;
}

    .msg-long h3 {
        font-weight: bold;
        display: block;
        width: 100%;
        text-align: center;
    }

    .msg-long p {
        margin: auto;
        max-width: 100%;
        display: block;
    }

.msg-short-label h3 {
    width: 80px;
}

/* Button Styling */
.button-lg {
    font-size: 120%;
}

.button {
    background-color: #6dbde1;
    border: 1px solid #048EC9;
    padding: 5px 7px;
    min-width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.button-selected {
    background-color: #048EC9;
    border-color: #048EC9 !important;
}

.button-success {
    background-color: #68b06b;
    border-color: #018e01;
    text-shadow: none;
}

    .button-success:disabled, .button-success:disabled:hover {
        cursor: not-allowed;
        border: 1px solid #B0B0B0 !important;
        background-color: #E0E0E0 !important;
        color: #B0B0B0 !important;
    }

.button-error {
    background-color: #b65c5c;
    border-color: #ce0909;
    text-shadow: none;
}

    .button-error:disabled, .button-error:disabled:hover {
        cursor: not-allowed;
        border: 1px solid #B0B0B0 !important;
        background-color: #E0E0E0 !important;
        color: #B0B0B0 !important;
    }

.button:hover {
    background-color: #009FE3;
}

.button-success:hover {
    background-color: #5b925d;
}

.button-error:hover {
    background-color: #944747;
}

.button-icon {
    padding: 4px;
    min-width: inherit;
}

.repeaterTable .button-icon {
    min-width: 40px;
    font-size: 1em;
    padding: 3px;
}

.button-icon .fa {
    font-size: 1.5em;
}

.button-icon-nobg {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.button-input-icon {
    font-size: 14px;
    padding: 2px;
    margin-left: 0;
    min-width: 0;
    position: relative;
    left: -3px;
    height: 16px;
    width: 19px;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.expandBtn > .fa {
    font-size: 18px;
}

/* Steps Table Styling */
.stepsTable {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
}

    .stepsTable td {
        border: 1px solid #B0B0B0;
        background: #F0F0F0;
    }

        .stepsTable td h3, .stepsTable td p {
            color: #999 !important;
        }

    .stepsTable .completeStep {
        border: 1px solid #A6DEB8;
        background: #C0FCD3;
    }

        .stepsTable .completeStep h3 {
            color: green !important;
        }

    .stepsTable .activeStep {
        border: 1px solid #4DCAFF;
        background: #BDFFFF;
    }

        .stepsTable .activeStep h3 {
            color: #4DCAFF !important;
        }

/* Repeater Table Styling */
.repeaterTable {
    text-align: left;
    border-right: solid 1px #159ed9;
    border-bottom: solid 1px #159ed9;
    font-size: 14px;
    border-spacing: 0 !important;
    margin-bottom: 20px;
    width: 100%;
}


.repeaterViewApplication {
    border-right: solid 1px #159ed9;
    border-bottom: solid 1px #159ed9;
    font-size: 14px;
    border-spacing: 0 !important;
    margin-bottom: 20px;
}

    .repeaterViewApplication th, .rowheader td {
        background-color: #159ed9;
        padding: 8px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.repeaterTable th, .rowheader td {
    text-align: center;
    background-color: #159ed9;
    color: white;
    padding: 8px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .repeaterTable th:nth-child(1) {
        border-left: solid 1px #159ed9;
    }

    .repeaterTable th .sorting-caret, .rowheader .sorting-caret {
        margin-left: 3px;
    }

.repeaterTable .nosort {
    cursor: default !important;
}

.repeaterTable td {
    border-left: solid 1px #009FE3;
    padding: 8px;
}

    .repeaterTable .wrappableCol {
        overflow-wrap: anywhere;
        width: 25%;
        min-width: 275px;
        max-width: 500px;
    }

    .repeaterTable .dateCol {
        min-width: 125px;
    }

.repeaterTable tr {
    background-color: #fff;
    overflow-x: auto;
}

    .repeaterTable tr.zebra:nth-child(even), .repeaterTable tr.zebraWithChild:nth-child(4n), .repeaterTable .altBg {
        background-color: #fafafa;
    }

    .repeaterTable tr.dataGrid td {
        padding: 5px 5px 5px 5px;
    }

.repeaterViewApplication
tr.dataGrid td {
    padding: 5px 5px 5px 5px;
}




.repeaterTable .expandedRow {
    display: none;
    background-color: #DBF9FF;
}

    .repeaterTable .expandedRow > td {
        overflow: auto;
        max-width: 1px; /* For some reason this fixes the bug whereby the cell was expanding outside of its parent */
    }

        .repeaterTable .expandedRow > td > div {
            overflow: auto;
        }

    .repeaterTable .expandedRow table {
        margin: 10px 0 10px 5%;
        min-width: 95%;
        border-color: #A8E9F7;
        border-spacing: 0;
        border-bottom: 1px solid #A8E9F7;
        border-right: 1px solid #A8E9F7;
    }

        .repeaterTable .expandedRow table th {
            background-color: #A8E9F7;
            color: black;
        }

        .repeaterTable .expandedRow table td {
            border-color: #A8E9F7;
        }

        .repeaterTable .expandedRow table th:nth-child(1) {
            border-left: solid 1px #a8e9f7;
        }

    .repeaterTable .expandedRow .expandedChildRow {
        display: none;
        background-color: #EDFEFF;
    }

        .repeaterTable .expandedRow .expandedChildRow > td {
            overflow: auto;
        }

        .repeaterTable .expandedRow .expandedChildRow table {
            margin: 10px 0 10px 5%;
            width: 95%;
            border-color: #00D0DB;
            border-spacing: 0;
            border-bottom: 1px solid #00D0DB;
            border-right: 1px solid #00D0DB;
        }

            .repeaterTable .expandedRow .expandedChildRow table th {
                background-color: #00D0DB;
                color: white;
            }

            .repeaterTable .expandedRow .expandedChildRow table td {
                border-color: #00D0DB;
            }

.repeaterTable .datepicker {
    width: 100px;
}

/* Roles Table Styling */
.rolesTable {
    text-align: left;
    font-size: 14px;
    border-spacing: 0 !important;
    margin-bottom: 20px;
    width: 100%;
}

    .rolesTable th, .rowheader td {
        text-align: left;
        background-color: #159ed9;
        color: white;
        padding: 8px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .rolesTable th .sorting-caret, .rowheader .sorting-caret {
            margin-left: 3px;
        }

    .rolesTable .nosort {
        cursor: default !important;
    }

    .rolesTable td {
        padding: 8px;
    }

    .rolesTable tr {
        background-color: #fff;
        overflow-x: auto;
    }

        .rolesTable tr.zebra:nth-child(even), .rolesTable tr.zebraWithChild:nth-child(4n), .rolesTable .altBg {
            background-color: #fafafa;
        }

        .rolesTable tr.dataGrid td {
            padding: 5px 5px 5px 5px;
        }


.actionButton {
    cursor: pointer;
}

.infoPara {
    text-align: center;
    padding: 10px;
    border: 1px solid #A8E9F7;
    background-color: #DBF9FF;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .infoPara .loading {
        vertical-align: middle;
        display: none;
        width: 75px;
    }

.repeaterTableButtons {
    background-color: #009FE3;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 10px 2px 10px;
}

    .repeaterTableButtons p {
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
        margin: 0;
    }

.infoText {
    margin: 0;
}

.gridViewPager, .gridViewPager td {
    background-color: #009FE3 !important;
    color: white;
}

    .gridViewPager a {
        color: white;
        border-bottom-color: white;
    }

        .gridViewPager a:hover {
            color: black;
            border-bottom-color: black;
        }

.tableFooterPager {
    text-align: right;
    padding: 5px;
}

.center {
    text-align: center;
}

div.courseNote h3 {
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
    line-height: 16px;
    margin: 0 !important;
    display: inline-block;
}

div.courseNote span.subTitle {
    color: #666;
}

div.courseNote .content {
    background-color: white;
    margin: 10px 0 0 0;
}

.user-section {
    position: relative;
}

.user-info {
    border-bottom: 1px solid black;
    cursor: pointer;
}

.user-menu {
    position: absolute;
    right: 0;
    width: 150px;
    border: 1px solid black;
    background-color: #fff;
    display: none;
    z-index: 10;
}

.user-options {
    margin: 0 !important;
}

    .user-options li {
        border-bottom: 1px solid black;
        list-style: none !important;
        padding: 0 !important;
        margin: 0;
    }

        .user-options li a {
            text-decoration: none !important;
            display: inline-block;
            height: 100%;
            width: 100%;
            padding: 5px;
            box-sizing: border-box;
            color: #333;
        }

            .user-options li a:hover {
                color: #777 !important;
            }

        .user-options li:last-child {
            border: none;
        }

.button-action {
    height: 145px;
    width: 160px;
    color: #fff;
    box-sizing: border-box;
    float: left;
    margin-right: 11px;
    margin-bottom: 15px;
}

    .button-action:visited {
        color: #fff;
    }

    .button-action:hover {
        color: #fff !important;
    }

    .button-action:link {
        color: #fff;
    }

    .button-action .icon {
        font-size: 7em;
        margin-top: 10px;
    }

        .button-action .icon.smaller {
            font-size: 6em;
        }

    .button-action .label {
        font-size: 16px;
        font-weight: bold;
    }

/*** manage courses/learners/courses area ***/

.panel {
    padding-top: 10px;
    border: 1px solid #4dcaff;
}

    .panel label {
        font-weight: bold;
    }

.viewAppFont {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 22px;
}

.panelHeader {
    background-color: #159ed9;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #159ed9;
    margin-top: 10px;
    color: #ffffff;
}

/* 
 Devices CSS
*/


@media (min-width: 1280px) {
    .largeScreen {
        display: block;
   
    }

    .MediumScreen {
        display: none;
        visibility: hidden;
    }
}



@media (max-width: 1279px) {
    .largeScreen {
        display: none;
        visibility: hidden;
    }

    .MediumScreen {
        display: block
    }
}



/* SPINNER */

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    text-align:center;
}

.container {
    position: relative;
    height: 300px;
    width: 200px;
    border: 1px solid;
    
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 1600px;
    top: 45%
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 128px;
        height: 128px;
        margin: 8px;
        border: 8px solid #159ed9;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #159ed9 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
