.tablesaw-cell-label {
    display: none;
}

body {
    font-size: 1.6rem;
    font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial;
    color: #1d1d1d;
    background: #F0F2F7;
    line-height: 21px;
    line-height: 1.3125;
    padding: 5px 0;
    padding: 0.5rem 0;
    padding: 0;
}


html, body {
    height: 100%;
    margin: 0;
}

/* Control fixed footer */
/* FNP : IW : Revised after into of UIComponents Footer */
.wrapper {
    min-height: 100%;
    margin-bottom: -126px;
    padding-bottom: 126px;
}

a {
    color: #0556AD;
    text-decoration: none;
    font-weight: 400;
    word-break: break-word;
}

    a:hover {
        color: #03448B;
        text-decoration: underline;
    }

    a img:hover {
        opacity: 0.8;
        transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px; /* MD Added 23 05 18 */
    font-weight: 500; /* MD Added 23 05 18 */
}

b, strong, b a, strong a {
    font-weight: 600; /* MD Added 23 05 18 */
}

h1 {
    font-size: 42px;
    margin-top: 0;
    font-weight: 400;
}

h2 {
    font-size: 23px;
    padding: 5px 0;
    padding: 0.5rem 0;
    margin-top: 0px;
}

h3 {
    font-size: 22px;
    line-height: 1.05;
    padding: 5px 0;
    padding: 0.5rem 0;
    font-weight: 500;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 21px;
    line-height: 1.16667;
    padding: 5px 0;
    padding: 0.5rem 0;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    line-height: 21px;
    line-height: 1.3125;
    padding: 5px 0;
    padding: 0.5rem 0;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    line-height: 21px;
    line-height: 1.3125;
    padding: 5px 0;
    padding: 0.5rem 0;
}

h4 {
    font-weight: 400;
    margin-bottom: 30px;
}

section {
    padding: 40px 0;
}

hr {
    border-top: 2px solid #f0f2f7;
}

a:hover {
    text-decoration: none;
}


code {
    display: block;
    cursor: pointer;
    word-wrap: break-word;
}

.light {
    background: #fff;
}

.grey {
    background: #edeff0;
}

.blue {
    background: #3f9ef7;
}


/* ==========================================================================
		Skip Navigation
=========================================================================== */

#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline: 0;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #0556AD;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}



/* ==========================================================================
		Dashboard
========================================================================== */

.dashboard {
    background: white;
}

.dashboardText h2 {
    margin-bottom: 0;
}

.dashboardText p {
    font-size: 18px;
    margin-top: 5px;
}

.appBox {
    background: #0556AD;
    color: white;
    height: 150px;
    margin-bottom: 30px;
    /*background-image: url(/Content/images/innebubbles.png);*/
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 10px;
    background-size: cover;
    transition: transform .4s;
}

    .appBox:hover {
        -ms-transform: scale(1.03);
        /* IE 9 */
        -webkit-transform: scale(1.03);
        /* Safari 3-8 */
        transform: scale(1.03);
    }

.appTitles {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.appBox h2 {
    font-weight: 400;
    text-align: center;
    margin: 0;
}


/* ==========================================================================
	Header
========================================================================== */

.header {
    background: #01A2E5;
    color: white;
}

/* --- Homepage Banner --- */
.homepage-banner {
    background-image: url(/Content/images/mainbubbles2.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 35px 0;
    background-color: #0556ad;
    color: white;
}

    .homepage-banner h1 {
        font-size: 34px;
        margin: -7px 0px 5px 10px;
        font-weight: 600;
    }

    .homepage-banner p {
        margin: 0 0 0 10px;
    }

img.header-nes-logo {
    margin-right: 20px;
}


.homepage-banner .banner-seperator {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 0;
    margin-right: 15px;
}


/* Some apps are using h1 and h2 as the same and there a 2 ways of doing this for each */
.header-text h1 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
}

h1.header-text {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
}

.header-text h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

h2.header-text {
    font-weight: 600;
    margin-bottom: 15px;
}




@media only screen and (max-width: 768px) {
    .mobileCenter {
        text-align: center;
    }

    .header-search {
        margin-top: 20px;
    }


    #employment-details {
        float: none;
        width: 100%;
    }

        #employment-details .btn {
            width: 100%;
            margin: 10px 0 0 0;
        }
}



/* Inner Banner CSS */


#main-site-banner {
    background-image: url(/Content/images/innebubbles.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #0556AD;
    color: white;
    padding: 20px 0;
}


    #main-site-banner h1 {
        font-size: 30px;
        margin: 0px;
        padding: 0 0 5px 0;
        color: #fff;
    }

    #main-site-banner p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #fff;
    }


#employment-details {
    color: #1d1d1d;
    margin-top: 10px;
}





/* ==========================================================================
	Main Search
========================================================================== */

#turasMainSearch {
    background: white;
    padding: 25px 0;
}

.mainSearchBar .form-control {
    background: #F0F2F7;
    border: 0;
}

.mainSearchBar .btn.btn-primary {
    border-radius: 0;
    margin: 0;
}


.mainSearch {
    padding: 40px;
    background: white;
    border-bottom: 5px solid #f4f4f4;
}



/* ==========================================================================
	Search in banner 
========================================================================== */

.header-search input {
    border: none;
}

.header-search .fa {
    color: #0456ad;
    margin: 0;
}

.input-group.filters {
    margin-top: 5px;
}

.header-search .btn.btn-default {
    border-radius: 0;
}

/* ==========================================================================
	Filter Search
========================================================================== */

.contentFilter {
    background: #f0f2f7 !important;
    border: none;
}

.filterContainer1 {
    padding: 40px 0 !important;
}


.filterContainer {
    background: #0053b0;
    color: white;
    padding: 40px 0 !important;
}


.filterContainer2 {
    background: #102a46;
    color: white;
    padding: 40px 0 !important;
}

.filterContainer .contentFilter {
    background: white !important;
}

/* ==========================================================================
	Typography
========================================================================== */

blockquote {
    position: relative;
    margin-top: 2rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
    padding: 0 15px;
    border: 0;
    font-size: 20px;
    line-height: 2.5rem;
    font-weight: 600;
}

    blockquote:before {
        position: absolute;
        top: 0px;
        left: -10px;
        color: #c3c3c3;
        content: '\201C';
        font-size: 36px;
        margin-right: 1rem;
        vertical-align: -0.4em;
    }

    blockquote:after {
        position: absolute;
        color: #c3c3c3;
        content: '\201D';
        font-size: 36px;
        margin-left: 1rem;
        vertical-align: -0.4em;
    }



/* ==========================================================================
	Panels
========================================================================== */

.panel-title, .panel-title h2, .panel-title h3 {
    font-size: 20px;
    text-transform: inherit;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-weight: normal;
}

    .panel-title .badge {
        font-size: 18px;
    }

.panel {
    margin-bottom: 30px;
    border-radius: 0;
    border: 0px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}


.panel-heading {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 2px solid #f0f2f7;
}


    .panel-heading p {
        margin: 5px 0 0 0;
    }

    .panel-heading h4 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 400;
    }

.panel-body {
    padding: 20px;
}

    .panel-body .btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.panel-group .panel {
    box-shadow: 0 0 transparent;
}

.accordion .panel-heading {
    border-bottom: 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.panel.landingBlocks.active {
    border: 2px solid #00852a;
}

.btn-footer {
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
    margin-top: 20px;
}

    .btn-footer .btn {
        margin-bottom: 0px;
    }


/* ==========================================================================
	Admin Panels
========================================================================== */


/** http://uistyleguide.nes.digital/components/graphical-panels/ ***/
.panel.panel-admin {
    background-color: #F4F4F4;
    border-radius: 0px;
    border: none;
    /* panel colors */
    /* buttons */
}


    .panel.panel-admin .panel-heading {
        background-color: #0556ad;
        height: 110px;
        color: white;
        border-radius: 0px;
        text-align: center;
        margin: 0;
        font-size: 55px;
        color: rgba(0, 0, 0, 0.35);
    }


        .panel.panel-admin .panel-heading .fa {
            font-size: 64px;
            color: rgba(0, 0, 0, 0.35);
        }

    .panel.panel-admin .panel-body {
        padding-top: 15px;
        height: 50px;
        font-weight: 500;
        color: #46525a;
        box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 5px;
        background-color: white;
    }

    .panel.panel-admin .panel-green {
        background: #00852A;
    }

    .panel.panel-admin .panel-red {
        background-color: #D80000;
    }

    .panel.panel-admin .btn-secondary {
        padding-top: 10px;
        width: 100%;
        height: 50px;
        background-color: white;
        border: none;
        text-align: left;
        transition: background-color 0.3s, color 0.3s;
    }

        .panel.panel-admin .btn-secondary:hover {
            background-color: #46525a;
            color: white;
            border: none;
        }

        .panel.panel-admin .btn-secondary.active, .panel.panel-admin .btn-secondary:active, .panel.panel-admin .open > .dropdown-toggle.btn-secondary {
            background-color: #46525a;
            color: white;
            border: none;
        }

    .panel.panel-admin .btn.focus, .panel.panel-admin .btn:focus, .panel.panel-admin .btn:hover {
        outline: none;
        background-color: #102a46;
        color: white;
    }

/*** End Admin Panels ***/



/* ==========================================================================
 	Action Panels used on Static Forms and Actions
	EX: https://uistyleguide.nes.digital/forms/static-form-layout-with-actions/
	EX: https://uistyleguide.nes.digital/dashboard/learn/learning-history/
========================================================================== */

.icon-success {
    color: #00852A !important;
}

.icon-warning {
    color: #ffbf00 !important;
}

.icon-danger {
    color: #D80000 !important;
}

.icon-info {
    color: #0098EA !important;
}


.fa-check {
    color: #00852a !important;
}

.moduleTag {
    background: #0556AD;
}

    .moduleTag p {
        color: white;
        font-size: 16px;
        padding: 10px 20px;
        margin: 0;
    }


.generalAudienceTag {
    background: #f4f4f4;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 600;
}

.favouriteTag {
    background: #f4f4f4;
    padding: 10px 20px;
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
}


/* Panel styles */

.panel-activity .actions {
    padding-left: 0px;
}


.panel-activity .content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.panel-activity .fa {
    padding-right: 10px;
    color: #0556AD;
}


.panel-activity .content {
    border-right: 2px solid #f0f2f7;
}


/* --- Panel ul overwrite --- */



.panel-activity .actions ul li {
    list-style: none;
    padding: 12px 20px;
    /*border-bottom: 2px solid #f4f4f4;*/
}

.panel-activity .actions ul {
    margin-bottom: 0px;
    padding: 0px;
}

    .panel-activity .actions ul li:nth-child(4) {
        border: none;
        padding-bottom: 15px;
    }



    /* --- Font Awesome Styles --- */


    .panel-activity .actions ul li .fa {
        padding-right: 10px;
    }


/* --- Activity Panel styling --- */

.panel-body.panel-activity {
    padding: 0;
}

.panel-activity .content {
    padding-top: 0;
}

.activityContent {
    padding: 15px 0px 5px 20px;
    min-height: 152px;
}

    .activityContent h3 {
        font-size: 16px;
        line-height: 24px;
        color: #585858;
    }


.panel-activity .searchResultsInfo {
    border-top: 2px solid #f0f2f7;
    margin: 0;
    font-size: 16px;
}

    .panel-activity .searchResultsInfo .label {
        padding-top: 8px;
        padding-bottom: 25px;
    }



.searchResultsInfo .left-border {
    border-left: 2px solid #f0f2f7;
}


.left-border:nth-child(1) {
    border: none;
}

.searchResultsInfo .left-border-danger {
    border-left: 5px solid #D80000;
}


.panel-activity .searchResultsInfo .overdue {
    background: white;
    color: #D80000;
    border: 3px solid #D80000;
    border-bottom: 3px solid #D80000 !important;
    font-weight: 600;
    text-align: center;
}

.panel-activity .searchResultsInfo {
}



/* --- Booked Courses Panel --- */



/* --- Adds margin to the right off the icon. --- */

.searchResultsInfo .fa {
    display: table-cell;
}

.searchResultsInfo .infoDetails {
    display: table-cell;
}

/* - - - - - - - - - - - - - - - - - - - */

.panel-activity .actions h3 {
    font-size: 20px;
    margin: 0;
    padding: 20px 20px 10px 20px;
}


.panel-activity .actions p:nth-child(3) {
    margin: 16px 20px 26px 20px;
}




.panel-activity .actions .btn {
    margin-bottom: 0px;
}



/* --- Media Query for button padding --- */

@media only screen and (max-width: 991px) {
    .panel-activity .actions {
        padding-left: 15px;
    }
}

/*** END Action Panels used on Static Forms and Actions ***/




/* ==========================================================================
	Alerts
========================================================================== */


.alert {
    border-radius: 0;
}

    .alert ul {
        padding-left: 17px;
        margin-top: 5px;
    }

    .alert p:first-of-type {
        margin-top: 5px;
    }

    .alert p:last-of-type {
        margin-bottom: 0px;
    }

    .alert .fa {
        display: table-cell;
    }

    .alert div,
    .alert span {
        padding-right: 15px;
        display: table-cell;
    }

    .alert .panel-collapse.collapse {
        display: none;
    }

        .alert .panel-collapse.collapse.in {
            display: block;
        }

.alert-success {
    border: 5px solid #00852A;
    background: #FFF;
    color: #1d1d1d;
}

    .alert-success span {
        color: #00852A;
        font-size: 22px;
    }

.alert-warning {
    border: 5px solid #ffbf00;
    background: #FFF;
    color: #1d1d1d;
}

    .alert-warning span {
        color: #ffbf00;
        font-size: 22px;
    }

.alert-danger {
    border: 5px solid #D80000;
    background: #FFF;
    color: #1d1d1d;
}

    .alert-danger span {
        color: #D80000;
        font-size: 22px;
    }

.alert-info {
    border: 5px solid #0098EA;
    background: #FFF;
    color: #1d1d1d;
}

    .alert-info span {
        color: #0098EA;
        font-size: 22px;
    }


.alert a {
    text-decoration: underline;
}

.close {
    font-size: 24px;
    color: #1d1d1d;
    opacity: 0.5;
}

    .close:focus, .close:hover {
        color: #1d1d1d;
        opacity: 1;
    }



/* --- Alerts with columns styles --- */

.alert div.row {
    display: block;
}

.alert div.row {
    padding-left: 37px;
}

.alert .row div {
    border-left: 3px solid #f0f2f7;
}

    .alert .row div:first-of-type {
        border: none;
    }

/* ==========================================================================
	Breadcrumbs
========================================================================== */

.breadcrumb-container {
    background: white;
    /* margin-bottom: 50px; */
}

.breadcrumb {
    padding: 13px 0;
    background: white;
    margin: 0 auto;
}

    .breadcrumb > li + li::before {
        content: ">";
    }

    .breadcrumb > .active {
        color: #333333;
    }



/* ==========================================================================
	Dropdown Menu
========================================================================== */


.dropdown-menu li {
    border: none;
    padding: 0;
}

.dropdown-menu > li > a {
    padding: 15px 30px;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

    .dropdown-menu .divider {
        margin: 0;
    }

/* ==========================================================================
	Landing Blocks
========================================================================== */

.landingBlocks h3 {
    /*font-weight: 400;*/
    font-size: 20px;
    /*margin: 10px 10px 0 0;*/
}

.landingBlocks h5 {
    margin-bottom: 20px;
}

.landingBlocks p {
    margin-bottom: 5px; /* MD Added 23 05 18 */
}

.landingBlocks h2 {
    font-size: 20px;
}

.panel.landingBlocks .panel-heading {
    padding: 20px 0;
}

.landingBlocks hr {
    margin: 10px 0;
}

.teamSelect p {
    margin-bottom: 5px;
}

.panel.landingBlocks .blockText {
    min-height: 54px;
}


/* - - - Wraps button text when it gets too long  - - - */
.landingBlocks .btn {
    white-space: normal;
}

/* - - - Landing Page Header Text - - - */
h1.landingPageText, h1.landingPageText {
    font-size: 32px;
    margin-bottom: 40px;
}

/* ==========================================================================
	People Panels
========================================================================== */

.peopleEmploymentChecks {
    text-align: center;
}

    .peopleEmploymentChecks hr {
        margin-bottom: 0px;
    }

    .peopleEmploymentChecks p {
        margin-bottom: 0px;
    }
/* Link Colour Override */

.preLinkColor a {
    color: #3c3c3c;
}

    .preLinkColor a:hover {
        text-decoration: underline;
    }

/* Border Left Colours */

.notCompleteRed {
    border-left: 10px solid #DD3D2A;
}

.completeGreen {
    border-left: 10px solid #23CE48;
}

.requiredYellow {
    border-left: 10px solid #F0B33C;
}



/* ==========================================================================
	People Panels
========================================================================== */



/* ==========================================================================
	Modal
========================================================================== */

.modal-content {
    border-radius: 0;
}

    .modal-content .modal-header {
        padding: 20px 15px;
    }

.modal-header .close {
    padding: 8px 15px;
}

.dialogWide > .modal-dialog {
    width: 80%;
}


#employmentDetailsModal p {
    padding-bottom: 10px;
    color: #1d1d1d;
}


/* ==========================================================================
	Buttons
========================================================================== */

.btn {
    background: #f0f2f7;
    border-radius: 0px;
    border: 2px solid #f0f2f7;
    padding: 9px 25px;
    margin-right: 15px;
    font-size: 16px;
    transition: 0.1s background-color linear, 0.1s color linear, 0.1s border-color linear;
}


/* --- Button Primary --- */
.btn-primary {
    background: #0556AD !important;
    border-color: #0556AD !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #044A96 !important;
        border-color: #044A96 !important;
        color: white;
    }

/* --- Button Outline --- */
.btn-outline {
    background: transparent !important;
    border-color: #0556AD !important;
    color: #1d1d1d !important;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        border-color: #0556AD !important;
        background: #0556AD !important;
        color: white !important;
    }

/* --- Button Success --- */
.btn-success {
    background: #00852A !important;
    border-color: #00852A !important;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        background: #007324 !important;
        border-color: #007324 !important;
        color: white !important;
    }

/* --- Button Danger --- */
.btn-danger {
    background: #D80000 !important;
    border-color: #D80000 !important;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #BC1406 !important;
        border-color: #BC1406 !important;
        color: white !important;
    }


/* --- Button Link --- */
.btn-link {
    background: transparent !important;
    border: transparent !important;
    color: #0556AD !important;
}

    .btn-link:hover .btn-link:focus .btn-link:active {
        background: transparent !important;
        border: transparent !important;
        color: #0556AD !important;
    }


.panel-heading .btn-link {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

/* --- Button Default  --- */
.btn-default {
    background: #f0f2f7 !important;
    border-color: #f0f2f7 !important;
    color: #1d1d1d !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background: #e1e2e6 !important;
        border-color: #e1e2e6 !important;
    }


/* --- Go Back Buttons --- */

.btn-wide {
    margin: 0;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}


a.btn.btn-link.btn-go-back, button.btn.btn-link.btn-go-back {
    font-size: 16px;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
}

.panel-heading a.btn.btn-link.btn-go-back {
    padding: 0 10px 20px 0px;
    margin: 0;
    font-size: 16px;
}

.panel-heading button.btn.btn-link.btn-go-back {
    padding: 0 10px 20px 0px;
    margin: 0;
    font-size: 16px;
}

a.btn-go-back:before {
    font-family: FontAwesome;
    content: "\f104";
    margin-right: 5px;
}

button.btn-go-back:before {
    font-family: FontAwesome;
    content: "\f104";
    margin-right: 5px;
}

a.btn.btn-link.btn-go-back.btn-go-back-bottom, button.btn.btn-link.btn-go-back.btn-go-back-bottom {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}


/* ==========================================================================
		Disabled Buttons
========================================================================== */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.40;
}

/* --- Disabled Primary button --- */
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background: #0556AD !important;
}

/* --- Disabled Primary button --- */
.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background: #FFF !important;
    color: #1D1D1D !important;
}


/* --- Disabled Success button --- */
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background: #00852A !important;
}

/* --- Disabled Default button --- */
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background: #f4f4f4 !important;
}

/* --- Disabled Danger button --- */
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background: #D80000 !important;
}

/* End Buttons */

/* SCROLL TO TOP */ /* MD Added 29 05 18 */

.scroll-to-top {
    height: 60px;
    width: 60px;
    background: #0556ad;
    border: 2px solid #f0f2f7;
    position: fixed;
    bottom: 100px;
    right: 30px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

    .scroll-to-top:hover {
        background: #044A96;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    .scroll-to-top > a {
        margin-left: 4px;
    }

        .scroll-to-top > a:focus {
            background: transparent;
        }

.fa-arrow-up {
    color: white;
    font-size: 15px;
}
/* END SCROLL TO TOP */

/* Embeded Video */

.embed-responsive {
    margin-bottom: 10px;
    margin-top: 10px;
}


/* ==========================================================================
	Badges
========================================================================== */

.badge {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 5px;
}

.badge-primary {
    background: #0556AD;
}

.badge-success {
    background: #00852A;
}

.badge-danger {
    background: #D80000;
}


.badge-info {
    background: #0556AD;
}

.badge-warning {
    background: #FFBF00;
}



/* ==========================================================================
		Footer CSS
========================================================================== */

.footerLogo {
    background-image: url(img/nesLogo.png)
}

footer {
    background: #122B45;
    color: white;
    padding: 20px 0 10px 0;
}

    footer a {
        color: white;
    }

        footer a:hover {
            color: white;
            text-decoration: underline;
        }


    footer .footer-links p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer .footer-logo {
        position: relative;
        margin-top: 15px;
    }

        footer .footer-logo img {
            position: relative;
            padding-left: 10px;
            float: right;
        }

        footer .footer-logo p {
            position: relative;
            top: 20px;
            float: right;
            font-size: 18px;
        }

/* FNP : IW : Revised to reduce top margin */
.paddingForFooter {
    margin-top: 20px;
    padding-bottom: 50px !important;
}

.versionNumber p {
    margin-bottom: 0;
}

footer .footer-links a:focus {
    color: #fff;
}

@media (max-width: 768px) {
    footer .footer-links {
        text-align: center;
        margin-top: 20px;
    }

    #main-site-banner h1 {
        font-size: 30px;
    }
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    footer .footer-links {
    }
}


/* ==========================================================================
		Labels
========================================================================== */

.label {
    display: inline;
    border-left: 5px solid;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.label-default-bordered {
    background: transparent;
    border-color: #f4f4f4;
    color: #1d1d1d;
}

.label-primary-bordered {
    background: transparent;
    border-color: #0556AD;
    color: #1d1d1d;
}

.label-success-bordered {
    background: transparent;
    border-color: #00852A;
    color: #1d1d1d;
}

.label-danger-bordered {
    background: transparent;
    border-color: #D80000;
    color: #D80000;
}

.label-warning-bordered {
    background: transparent;
    border-color: #ffbf00;
    color: #1D1D1D;
}


/* ==========================================================================
		Upload Form Styles
========================================================================== */

#file-upload {
    margin-top: 0;
}

#Command_FileToUpload {
    padding: 10px;
}



/* ==========================================================================
	Process Tracker
========================================================================== */

.processTracker {
    background: white;
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}

.process {
    display: inline-block;
    margin: 0px;
    padding: 15px;
    border-bottom: 3px solid #d4d4d4;
}


    /* --- Progression Border Colours --- */

    .process.complete {
        border-color: #00852A;
    }

    .process.inprogress {
        border-color: #ffbf00;
    }


/* --- Icons --- */

.fa {
    margin-right: 5px;
}

.process .fa-check {
    color: green;
}


/* --- List Styles --- */

.processTracker ul > li {
    display: table-cell;
    height: 30px;
    position: relative;
    width: 33.333%;
}


    .processTracker ul > li > .process {
        font-size: 18px;
        width: 100%;
    }


    .processTracker ul > li:first-child {
        border-right: 2px solid #d4d4d4;
    }

    .processTracker ul > li:last-child {
        border-left: 2px solid #d4d4d4;
    }

.processTracker ul {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}


/* ==========================================================================
		actionControl
========================================================================== */

.actionControl {
    border: 2px solid #f0f2f7;
    margin-bottom: 15px;
    padding: 10px 15px;
}

    .actionControl .btn {
        margin: 0 15px 0 0;
    }

    .actionControl h2 {
        font-size: 18px;
        margin: 7px 0;
    }



/* ==========================================================================
		Switch toggle
========================================================================== */
/* --- CSS for the new switch --- */

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 30px;
    margin: 0;
    padding: 3px;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    background: #D80000;
    border-radius: inherit;
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 15px;
        color: #FFF;
    }

    .switch-label:after {
        content: attr(data-on);
        left: 15px;
        color: #FFFFFF;
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #00852A;
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 54px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


/* - - - Transition - - - */

.switch-label, .switch-handle {
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

/* - - - Switch slider in action panel - - - */

.actionControl .switch {
    margin: 3px 10px;
}


/* - - - Styles for Radio buttons inside action panel - - - */

.actionRadios {
    display: inline-block;
    margin-right: 30px;
}

    .actionRadios label {
        font-size: 18px;
        margin: 7px 0;
        font-weight: 400;
    }

    .actionRadios input {
        margin-left: 7px;
    }



/* ==========================================================================
		Media Queries
========================================================================== */

@media only screen and (max-width: 991px) {
    .btn {
        margin-bottom: 15px;
    }

    .actionControl .btn {
        margin-bottom: 15px;
    }
}


@media (max-width: 768px) {
    #main-site-banner {
        background-image: url(/Content/images/mainbubbles2.png);
    }

    .nav-tabs li {
        width: 100%;
    }
}
