﻿/**********************************

Use: IMI custom CSS styling
Bootstrap override styles
Author: amanda.ebdon@pseltd.com

***********************************/
/*
colours

#004051 - darkest blue - primary colour
#96A7A8 - blue/grey - secondary colour
#28B8CE - bright blue - links
#286DD5 - CONTACTS main colour
#BED3F2 - CONTACTS tint colour
#75B842 - MEMBERSHIP main colour
#D5EAC6 - MEMBERSHIP tint colour
#E9640C - CPD main colour
#F8D0B6 - CPD tint colour
#21A99B - FINANCE main colour
#BCE5E1 - FINANCE tint colour
#9752AD - SETTINGS main colour
#E0CBE6 - SETTINGS tint colour
*/

/*general styles*/
/*@font-face {
    font-family: 'DIN Pro';
    src: url(/Content/fonts/DINPro-Bold.otf);
}
*/
/*@font-face {
    font-family: 'Proxima Nova';
    src: url(/Content/fonts/ProximaNova-Reg.otf);
}
*/
@font-face {
    font-family: 'Chaparral Pro';
    src: url(/Content/fonts/ChaparralPro-Italic.otf);
}


html,
body {
    font-family: 'Franklin Gothic Book', sans-serif;
    color: #004051;
    padding: 0;
    margin: 0;
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

html, body, .container, #app-main-content-row {
    height: 100%;
}

a {
    color: #28B8CE;
}

h1, h2 {
    font-family: 'DIN Pro','Trebuchet MS',sans-serif;
    font-weight: bold;
    color: #004051;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.0em;
}
.bordered-heading {
    border:solid 1px #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    padding:10px;
}
p {
    margin: 0 0 1.1em;
}

.app-well {
    background: #E7EBEB;
    border-radius: 0;
    box-shadow: none;
}
.app-white-well {
    background-color:#fff;

}
.app-well-hr {
    border-top:solid 1px #ccc;
}
.inline-block {
    display:inline-block;
}
.cursor-pointer:hover, .cursor-pointer:focus {
    cursor:pointer;
}
/* Box Sizing : IE 8 and above */
* {
    box-sizing: border-box;
}

div.container {
    width: 100%;
    max-width: 100%;
}
.app-container-no-padding {padding:0;}
.app-flag {color:#D9534F;}

/* Wrapper for page content to push down footer */
#wrap {
    /*min-height: 100%;*/
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -130px;
    /* Pad bottom by footer height */
    padding: 0 0 130px;
}

/* Set the fixed height of the footer here */

#footer {
    min-height: 130px;
    background-color: #96A7A8;
    color: #fff;
    padding: 15px 0;
    margin: 15px 0 0 0;
}
    /*#footer.IMIstyleFooter {
        padding: 0;
        margin: 0;
        background-color: transparent;
    }*/
/*footer styles - replaced by IMI styles line 2593
#footer a {
    color: #fff;
}

    #footer h3 {
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: normal;
        padding: 0;
        margin: 0 0 1.3em;
        color: #fff;
    }
/*footer styles - replaced by IMI styles line 2593
    #footer p {
        font-size: 0.9em;
        margin: 0 0 0.5em;
    }*/

.app-flat-ul {
    margin: 0;
    padding: 0;
}

    .app-flat-ul li {
        list-style-type: none;
    }


/*HEADER*/
/*
    #app-main-nav {
    background-color: #fff;
    background: #fff url(/Content/images/imi-header-blueline-bg.png) repeat-x 0 75px;
    border-color: #fff;
    margin: 0 0 20px 0;
}*/
/*changed june 2016 for redesign to:*/
#app-main-nav {
   background: url(/Content/images/imi-header-bg-1.jpg) no-repeat right top;
       border-color: #fff;
    margin: 0 0 20px 0;
}

#app-main-nav .container {
    
     background-color: transparent;
    background: transparent url(/Content/images/imi-header-blueline-bg.png) repeat-x 0 75px;
    border-color: #fff;
}
.header-left {
    padding-left:0;
}
#app-logo-wrap {
    background:#fff;
}
#app-logo {
    padding: 0;
}

    #app-logo img {
        height: 45px;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 14px;
    }

/*top navigation*/
.app-navbar li {
    border-right: solid 1px #fff;
}
.app-navbar li:first-child {
    border-left: solid 1px #fff;
}


.app-navbar.navbar-nav li a {
    padding: 0;
}

.app-nav-button {
    min-width: 120px;
}

    /*.app-nav-button .app-nav-button-top {
        height: 74px;
        background: #96A7A8;
        background: -webkit-linear-gradient(#96A7A8, #697D7E);
        background: -o-linear-gradient(#96A7A8, #697D7E); 
        background: -moz-linear-gradient(#96A7A8, #697D7E); 
        background: linear-gradient(#96A7A8, #697D7E); 
    }*/
    /*replaced Jun 2016 for redesign with:*/
    .app-nav-button .app-nav-button-top {
        height: 74px;
        background: #004051;
    }

    .app-nav-button .app-nav-button-middle {
        height: 5px;
        background: #96A7A8;
        border-top: solid 1px #fff;
    }

/*.navbar-default .navbar-nav li.app-nav-button.active a .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button a:hover .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button a:focus .app-nav-button-middle {
    background: #004051;
}*/
/*changed june 2016 for redesign to:*/
.navbar-default .navbar-nav li.app-nav-button.navbutton-contacts.active a .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-contacts a:hover .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-contacts a:focus .app-nav-button-middle {
    background: #286DD5;
}
.navbar-default .navbar-nav li.app-nav-button.navbutton-membership.active a .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-membership a:hover .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-membership a:focus .app-nav-button-middle {
    background: #75B842;
}
.navbar-default .navbar-nav li.app-nav-button.navbutton-cpd.active a .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-cpd a:hover .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-cpd a:focus .app-nav-button-middle {
    background: #E9640C;
}
.navbar-default .navbar-nav li.app-nav-button.navbutton-awarding.active a .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-cpd a:hover .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-cpd a:focus .app-nav-button-middle {
    background: #E9640C;
}
.navbar-default .navbar-nav li.app-nav-button.navbutton-finance.active a .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-finance a:hover .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-finance a:focus .app-nav-button-middle {
    background: #21A99B;
}
.navbar-default .navbar-nav li.app-nav-button.navbutton-settings.active a .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-settings a:hover .app-nav-button-middle, .navbar-default .navbar-nav li.app-nav-button.navbutton-settings a:focus .app-nav-button-middle {
    background: #9752AD;
}
/**/

.app-nav-button .app-nav-button-bottom {
    background: #fff;
    background: -webkit-linear-gradient(#EEF0F0, #fff, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EEF0F0, #fff, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EEF0F0, #fff, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#EEF0F0, #fff, #fff); /* Standard syntax */
}

.app-nav-button:hover {
    background-color: transparent;
}

/* Removed june 2016 for redesign
    .app-nav-button.active .app-nav-button-top {
    background: #004051;
    background: -webkit-linear-gradient(#007896, #004051);
    background: -o-linear-gradient(#007896, #004051); 
    background: -moz-linear-gradient(#007896, #004051); 
    background: linear-gradient(#007896, #004051); 
}

.app-navbar.navbar-default .navbar-nav li.app-nav-button.active > a .app-nav-button-top {
    background: #004051;
    background: -webkit-linear-gradient(#007896, #004051); 
    background: -o-linear-gradient(#007896, #004051); 
    background: -moz-linear-gradient(#007896, #004051); 
    background: linear-gradient(#007896, #004051); 
}*/

li.app-nav-button > a {
    padding-top: 0;
    padding-bottom: 0;
}

/*.app-nav-button a img {
    display: block;
    margin: 0 auto 5px auto;
    padding-top: 19px;
    width: 51px;
    height: 64px;
}*/
/*changed may 2016 for redesign to:*/
.app-nav-button a img {
    display: block;
    margin: 0 auto 5px auto;
    padding-top: 12px;
    width: 49px;
    height: 61px;
}

.app-nav-button a p {
    text-align: center;
    margin: 0;
    color: #96A7A8;
    text-transform: uppercase;
    font-size: 1.1em;
    padding-top: 4px;
}

.app-nav-button.active a p {
    color: #004051;
}


/*header right section containng signed in, search and utility menu*/
.app-head-right {
    height: 82px;
    float: right;
    display: inline;
}
/*signed in*/

/*changed june 0216 for redesign to:
.app-head-signedIn {
    text-align: right;
    margin-top: 15px;
}

    .app-head-signedIn span {
        font-size: 1.3em;
    }

        .app-head-signedIn span a {
            color: #004051;
        }*/

        .app-head-signedIn {
    text-align: right;
    margin-top: 15px;
    color:#fff;
}

    .app-head-signedIn span {
        font-size: 1.3em;
    }

        .app-head-signedIn span a {
            color: #fff;
        }

/*search*/
#app-quick-search {
    width: auto;
    text-align: right;
}

.app-quick-search {
    height: auto;
    padding: 3px 6px;
    width: 220px;
    display: inline;
}
#app-head-search {
    max-width:250px;
}
/*utility menu*/
.navbar-right.app-utility-navbar {
    margin-right: 0;
    float: right;
}

.app-utility-navbar li {
    margin-left: 20px;
    float: left;
}

    .app-utility-navbar li a {
        color: #96A7A8;
        padding: 5px 7px;
    }

        .app-utility-navbar li.active a, .app-utility-navbar li a:hover {
            color: #fff;
            background: #004051;
        }

/*content*/
#app-content {
    height: auto;
}

/*SIDEBAR MENU - left navigation*/
.app-sidebar-col {
    padding: 0 10px 0 0;
}
/*module titles*/
/*changed june 2016 for redesign */
.app-module-title {
    font-size: 1.7em;
    text-transform: uppercase;
    font-family: 'DIN Pro','Trebuchet MS',sans-serif;
    min-height: 50px;
    /*background: #004051 url(/Content/images/module-title-arrow.png) no-repeat 0 0;*/
    background: #75B842 url(/Content/images/module-title-arrow.png) no-repeat 0 0;
    /*background colour changes to module primary colour*/
    padding: 0 0 0 25px;
    color: #fff;
    line-height: 50px;
    vertical-align: middle;
}
/*toggle button to show-hide sidebar*/
.app-sidebar-toggle {
    height: 24px;
    border-top: solid 1px #fff;
    line-height: 23px;
    vertical-align: middle;
    padding: 0 10px 0 15px;
}

    .app-sidebar-toggle a {
        line-height: 23px;
        vertical-align: middle;
        font-size: 0.8em;
    }

    /*changed june 2016 for redesign */
    .app-sidebar-toggle.app-hide-sidebar {
        /*background: #96A7A8;*/
        background: #004051;
        text-align: right;
    }

        .app-sidebar-toggle.app-hide-sidebar a {
            color: #fff;
        }

    .app-sidebar-toggle.app-show-sidebar a {
    }

    .app-sidebar-toggle .glyphicon {
        font-size: 9px;
        position:relative;
        top:1px;
    }




/*left navigation*/
#app-sidebar {
    padding: 0;
}

/*changed june 2016 for redesign*/
.panel-group#app-sidebar {
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #4F5E60;
    /*background colour change and gradient removed*/
}

#app-sidebar .panel {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

#app-sidebar .panel-body {
    padding: 0;
}

.panel-group#app-sidebar .panel + .panel {
    margin-top: 0;
}

#app-sidebar a .glyphicon {
    font-size: 14px;
    margin: 0 3px;
}

/*changed june 2016 for redesign*/
#app-sidebar a {
    padding: 5px 10px 5px 15px;
    margin-top: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background-color: #96A7A8;*/
    background-color: #004051;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 0;
    border: 0;
    display: block;
}

/*changed june 2016 for redesign*/
    #app-sidebar a:focus, #app-sidebar a:hover, #app-sidebar a.current {
        color: #fff;
        /*background-color: #004051;*/
        background-color: #75B842;
        /*background colour changes to module primary colour*/
        text-decoration: none;
    }

/*changed june 2016 for redesign*/
/*sidebar menu level 2*/
#app-sidebar div.list-group a.list-group-item {
    font-size: 1.0em;
    background-color: #96A7A8;
    /*removed gradient*/
}

/*changed june 2016 for redesign*/
#app-sidebar div.list-group a.list-group-item:hover, #app-sidebar div.panel a.list-group-item:focus, #app-sidebar div.panel div a.current {
    background: none;
    /*background-color: #004051;*/
        background-color: #75B842;
        /*background colour changes to module primary colour*/
}

/*sidebar menu level 3*/
#app-sidebar div.list-group div a.list-group-item {
    background: none;
    background-color: transparent;
    padding-left: 45px;
    border-top: solid 1px #7E8E90;
    margin-top: 0;
}
/*sidebar menu level 4*/

#app-sidebar div.list-group div div a.list-group-item {
    padding-left: 60px;
}
/*sidebar caret*/
#app-sidebar a.list-group-item span {
    width: 10px;
    display: inline-block;
}

    #app-sidebar a.list-group-item span.caret {
        width: auto;
    }
.navbar-default2 {
        border-color:transparent;
        background-color:transparent;
    }


/*page titles*/
.app-page-title-wrap {
    min-height: 50px;
    margin-bottom: 20px;
}

    .app-page-title-wrap h1 {
        margin: 0 0 0 0;
        display: inline;
        position: relative;
        line-height: 50px;
    }

.app-page-title-smaller {
    font-size: 0.8em;
    font-family: 'Franklin Gothic Book', sans-serif;
}
/*Active icons*/
.app-activeIconWrap {
    position: relative;
}

.app-activeIcon, .app-activeIcon a.app-activeIconLink {
    height: 50px;
    width: 50px;
    display: inline-block;
}

.app-activeIconSmall, .app-activeIconSmall a.app-activeIconLink {
    height: 33px;
    width: 33px;
    display: inline-block;
}

.app-page-title-wrap .app-activeIcon {
    margin-right: 5px;
}

.app-contact-activeIcon a.app-activeIconLink {
    background: url(/Content/images/activeicon-contact-off.png) no-repeat 0 bottom;
}

    .app-contact-activeIcon a.app-activeIconLink:hover {
        background: url(/Content/images/activeicon-contact-on.png) no-repeat 0 bottom;
    }

.app-company-activeIcon a.app-activeIconLink {
    background: url(/Content/images/activeicon-company-off.png) no-repeat 0 bottom;
}

    .app-company-activeIcon a.app-activeIconLink:hover {
        background: url(/Content/images/activeicon-company-on.png) no-repeat 0 bottom;
    }

.app-activeIconSmall.app-contact-activeIcon a.app-activeIconLink {
    background: url(/Content/images/activeicon-contact-small-off.png) no-repeat 0 bottom;
}

    .app-activeIconSmall.app-contact-activeIcon a.app-activeIconLink:hover {
        background: url(/Content/images/activeicon-contact-small-on.png) no-repeat 0 bottom;
    }

.app-activeIconSmall.app-company-activeIcon a.app-activeIconLink {
    background: url(/Content/images/activeicon-company-small-off.png) no-repeat 0 bottom;
}

    .app-activeIconSmall.app-company-activeIcon a.app-activeIconLink:hover {
        background: url(/Content/images/activeicon-company-small-on.png) no-repeat 0 bottom;
    }

/*DYNAMIC SUMMARY POPUP*/
.app-summaryPopup {
    position: absolute;
    z-index: 10000;
    background: url(/Content/images/summaryPopupBg.png);
    padding: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.app-activeIconWrap .app-summaryPopup {
    top: 60px;
    left: 0;
}

.app-summaryPopup h2 {
    color: #fff;
    font-weight: normal;
    font-size: 1.3em;
    padding: 0 0 1.0em 0;
    margin: 0;
}

.app-summaryPopup .app-summaryPopupTabs {
    border-bottom: 0;
    margin-left: 10px;
}

    .app-summaryPopup .app-summaryPopupTabs a {
        height: 57px;
        width: 57px;
    }

    .app-summaryPopup .app-summaryPopupTabs span {
        display: none;
    }

.app-summaryPopupTabs li a {
    background-color: #96A7A8;
    background-image: url(/Content/images/summaryPopupTabSprite.png);
    background-repeat: no-repeat;
    margin-right: 4px;
}

.app-summaryPopupTabs a.app-summaryPopupTab-1 {
    background-position: -188px 0;
}

.app-summaryPopupTabs a.app-summaryPopupTab-2 {
    background-position: -235px 0;
}

.app-summaryPopupTabs a.app-summaryPopupTab-3 {
    background-position: -282px 0;
}

.app-summaryPopupTabs a.app-summaryPopupTab-4 {
    background-position: -329px 0;
}

.app-summaryPopupTabs a:hover.app-summaryPopupTab-1, .app-summaryPopupTabs .active a.app-summaryPopupTab-1 {
    background-position: 0 0;
}

.app-summaryPopupTabs a:hover.app-summaryPopupTab-2, .app-summaryPopupTabs .active a.app-summaryPopupTab-2 {
    background-position: -46px 0;
}

.app-summaryPopupTabs a:hover.app-summaryPopupTab-3, .app-summaryPopupTabs .active a.app-summaryPopupTab-3 {
    background-position: -93px 0;
}

.app-summaryPopupTabs a:hover.app-summaryPopupTab-4, .app-summaryPopupTabs .active a.app-summaryPopupTab-4 {
    background-position: -140px 0;
}

.app-summaryPopup .well {
    background: #fff;
    box-shadow: none;
    border: 0;
    min-width: 350px;
    max-width: 600px;
    margin: 1px 0 0 0;
}

.app-summaryPopupHeader {
    background: url(/Content/images/summaryPopupHeaderArrow.png) no-repeat 0 50%;
    padding-left: 15px;
    border-bottom: solid 1px #96A7A8;
    margin-bottom: 15px;
}

    .app-summaryPopupHeader h3 {
        padding: 0.3em 0;
        margin: 0;
    }

        .app-summaryPopupHeader h3 span {
            text-transform: uppercase;
        }

.app-summaryPopup form {
    font-size: 0.9em;
}

.app-summaryPopup .form-group {
    margin-bottom: 7px;
}

/*FORM STYLES*/
/*alerts*/
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 40px;
}

    .alert-info {
        background-image: url(/Content/images/alert-info-icon.png);
        background-repeat: no-repeat;
    }

    .alert-warning {
        background-image: url(/Content/images/alert-warning-icon.png);
        background-repeat: no-repeat;
    }

    .alert-danger {
        background-image: url(/Content/images/alert-error-icon.png);
        background-repeat: no-repeat;
    }

    .alert-success {
        background-image: url(/Content/images/alert-conf-icon.png);
        background-repeat: no-repeat;
    }
.form-horizontal .app-indented-label {margin-left:15px;display:inline-block;}
.app-alert-placeholder {position:relative;}

.app-alert-wrap {position: fixed; left: 50%;z-index:10000000000000000;}
.app-alert-container {position: relative; left: -50%;}
.app-form-row {
    margin-bottom:10px;
}
.checkbox.twoColForm {position:relative;top:3px;}
.bigradio {height:20px;width:20px;}
.closed-form-group .form-group {
    margin-bottom:0;
}
.closed-form-group .form-group .form-control-static {
    min-height:initial;
    padding-bottom:0;
}

/*buttons*/
.btn-primary     {
    background-color: #5cb85c;
    border-color: #4cae4c;}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #449d44;
    border-color: #398439;
}
.btn-success {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    background-color: #286090;
    border-color: #366FB9;

}
.app-back-btn {
    margin-bottom:10px;
}
.app-hidden-submit {
    visibility: hidden;
    height:0px;
    width:0px;
    font-size:0px;
    line-height:0px;
    padding:0;
    margin:0;
}
.app-move-button  {
    cursor:move;
}

.glyphicon-remove {
    top:3px;
}
.app-move-button .glyphicon {
    position:relative;
    top:2px;
}
.app-dashboard-panel .btn-xs {
    padding:4px 5px;
}

/*TABLES*/
/*pagination*/
.app-pagination {
    padding-right: 15px;
}

    .app-pagination li a {
        color: #28B8CE;
        font-size: 14px;
    }

        .app-pagination li a span {
            color: #004051;
        }

    .app-pagination .active a, .app-pagination .active a:focus, .app-pagination .active a:hover, .app-pagination .active span, .app-pagination .active span:focus, .app-pagination .active span:hover {
        background-color: #E7EBEB;
        border-color: #ddd;
        color: #004051;
    }

/*tabbed navigation*/
ul.app-tabs {
    margin-bottom: 5px;
}

    ul.app-tabs li {
        font-size: 1.1em;
    }

/*table toolbar*/
.app-table-toolbar .btn {
    padding: 5px 10px;
    font-size: 14px;
    color: #28B8CE;
}

    .app-table-toolbar .btn.btn-success {
        color: #fff;
    }

    .app-table-toolbar .btn[disabled] {
        color: #004051;
        opacity: 1.0;
    }

/*table layout*/

    .app-table thead tr th {
        vertical-align: bottom;
        border-bottom: 0;
        color: #fff;
        background: #96A7A8;
        font-weight: normal;
    }

    .app-table thead tr.app-th2 th {
        color: #004051;
        background: #D0D9D9;
    }

        .app-table thead tr.app-th2 th:nth-child(2n+1) {
            background: #E7EBEB;
        }


    .app-table tbody tr td {
        border-bottom: solid 1px #D3DCDC;
        border-top: 0;
        padding:4px 4px 4px 10px;
    }

.app-table .app-activeIconSmall {
    margin-right: 3px;
    padding-top: 3px;
}
.app-table .app-table-icon-btn {
    padding:6px 6px 1px 6px;
} 
.app-table tbody tr.app-table-footer-row td {background-color:#B9C8C8;
    color:#fff;}

.app-table-no-rules tbody tr td {border-color:transparent;}
.form-inline .app-table-searchbox {margin-bottom:10px;}
.app-table-searchbox input {width:300px;}

.app-cell-centered {text-align:center; margin: 0 auto;}

.app-table-centered-rows td {
    vertical-align: middle! important;
}

/*success table styling, eg levy summary*/
.app-success-table {border-top:solid 1px #4cae4c;border-left:solid 1px #4cae4c;border-right:solid 1px #4cae4c;}
.app-success-table thead tr th {text-align:center;background-color:#5cb85c;}
.app-success-table tbody tr td {font-size:1.5em;text-align:center;border-color:#4cae4c;}

/*striped table*/

.app-table-special-row td {
    background: #E3EDC5;
    padding-top:1.3em! important;
    padding-bottom:1.3em! important;
    font-size:1.3em! important;
}
.app-table-striped tbody tr:nth-of-type(odd) {
    background-color: #E7EBEB;
}
.app-table-striped th {
    white-space:nowrap;
    padding-top:1.2em! important;
    padding-bottom:1.2em! important;
    background:#899E9E! important;
    color:#fff;
}

/*cross and tick icons for tables*/
.app-table-greenTickIcon {
    color:#5cb85c;
}
.app-table-redCrossIcon {
    color:#c9302c;
}
/*DASHBOARDS*/

.app-dashboardTabs {
    font-size: 1.2em;
}

    .app-dashboardTabs li a {
        background: #96A7A8;
        color: #fff;
        margin-right: 4px;
        margin-bottom: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .app-dashboardTabs li a:hover {
        background-color: #004051;
    }
    .app-dashboardTabs li.active a {
        margin-bottom: 0;
        padding-bottom:14px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

.app-dashboardTabContent {
    padding-top: 10px;
}
.app-dashboardTabContent .form-group {
    margin-bottom:3px;
}

.panel.app-dashboard-panel {
     -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-color:#96A7A8;
        margin-bottom:15px;
        
}
/*changed june 2016 for redesign*/
.app-dashboard-panel .panel-heading {
    /*background-color:#DFE6E6;*/
    background-color:#D5EAC6;
    /*background changes to module tint colour*/
    border-color:#96A7A8;
      -webkit-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    color: #004051;
    padding:0;    
}
.app-dashboard-panel .panel-body {
    position:relative;
    padding:0;
}

/*changed june 2016 for redesign*/
.app-dashboard-panel .app-dashboardPanelPointer {
    background:url(/Content/images/dashboardPanelPointer.png) no-repeat;
    /*make sure the correct image is used for each module- colour matches the panel header*/
    height:11px;
    width:13px;
    position:absolute;
    top:-1px;
    left:5px;
}
.app-dashboard-header-btn-group a.app-dashboard-header-btn {
    color:#fff;
    background-color:#96A7A8;
    height:25px;
    width:25px;
    padding:0;
    margin:0;
    display:inline-block;
    margin:1px 1px 1px 0;
}
.app-dashboard-header-btn-group a:hover.app-dashboard-header-btn {
    background-color:#004051;
}

.app-dashboard-header-btn-group a.app-dashboard-header-btn .glyphicon {
    top:4px;right:4px;font-size:1.2em;
}
.app-dashboard-panel-header-text {padding:4px 5px 0 10px;min-height:27px;}
.app-dashboard-panel-header-text h2 {
     font-family: 'Franklin Gothic Book', sans-serif;
    font-weight:normal;
    font-size:1.1em;
    padding:0;margin:0;
    line-height:19px;
    display:inline-block;
}
.app-dashboard-panel-header-text h2 span {padding-left:4px; display:inline-block;}
.app-dashboard-panel-header-text .dropdown {display:inline-block;margin-left:10px;}
.app-dashboard-panel-header-text .dropdown-toggle {padding:0 8px;position:relative;top:-1px;}
.app-dashboard-panel .app-table {
    padding-right:-2px;
    border-top:0! important;
    overflow-x:scroll;
    max-width:none;
    background-color:#fff;
    margin-bottom:-1px;
}
.app-dashboard-panel .app-table thead tr th {
        color: #004051;
        background: #F2F4F4;
        font-size:0.7em;
        border-right:solid 1px #fff;
        padding-bottom:3px;
        padding-top:10px;
        padding-left:10px;
    }
.app-dashboard-panel .app-table tbody tr td {
    vertical-align:middle;
    border-color:#B9C8C8;
    padding-left:10px;
}
.app-dashboard-panel .app-form-style tbody tr td.app-label {
    color:#96A7A8;font-weight:normal;
}
.app-dashboard-panel .app-table-no-rules tbody tr td {
    border-color:transparent;
}
.app-dashboard-panel .panel-footer
{
    background-color:#B9C8C8;
    color:#fff;
          -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border:0;
}
.app-dashboard-panel .form-horizontal {margin:10px;}
.app-dashboard-panel .form-horizontal label {text-align:left;color:#96A7A8;font-weight:normal;}
/*amended 10 jun 2016*/ .app-dashboard-panel .form-horizontal .form-group {margin-bottom:0;}
.app-dashboard-panel .app-activeIconSmall {margin-right:4px;}
.app-dashboard-panel-notes {min-height:30px;max-height:200px;overflow-y:scroll !important;}
.app-dashboard-panel-notes article {
    border-bottom:dashed 1px #B9C8C8;
}
.app-dashboard-panel-notes article h1 {
         font-family: 'Franklin Gothic Book', sans-serif;
         font-size:0.8em;
         padding:15px 10px;
         margin:0;
}
.app-dashboard-panel-notes article h1 span {display:inline-block;padding-right:10px;}
.app-dashboard-panel-notes article p {
    font-size:0.8em;
    padding:0 10px;
    margin-bottom:10px;
}
.app-dashboard-panel em {font-weight:bold;font-size:1.3em;font-style:normal;}

/*LEVY*/
.app-levy-control-header {
    font-size:1.2em;line-height:2.0em;margin-bottom:10px;
}
.app-levy-control-panel .form-group {
    margin-bottom:20px;
}

/*modal popup*/

.modal-footer {
    text-align: left;
}
h4.modal-title 
{
    font-family: 'DIN Pro','Trebuchet MS',sans-serif;
    font-weight: bold;
    color: #004051;
    font-size:1.6em
}

/*finance status table*/
.app-table.financestatus {
    padding-right:-2px;
    border-top:0! important;
    overflow-x:scroll;
    max-width:none;
    background-color:#fff;
    margin-bottom:0;
}
.app-table.financestatus thead tr th {
        color: #004051;
        background: #F2F4F4;
        font-size:0.7em;
        border-right:solid 1px #fff;
        padding-bottom:3px;
        padding-top:10px;
        padding-left:10px;
    }
.app-table.financestatus tbody tr td {
    vertical-align:middle;
    border-color:#B9C8C8;
    padding-left:10px;
}
.financestatus .app-form-style tbody tr td.app-label {
    color:#96A7A8;font-weight:normal;
}
.app-table-no-rules.financestatus tbody tr td {
    border-color:transparent;
}
.financestatus em {font-weight:bold;font-size:1.3em;font-style:normal;}

/*column selector*/
#columnSelector .container {
    padding:15px 15px 10px 15px;
    background-color:#999;
    height:auto;
    max-height:400px;
    overflow-y:auto;
    margin-bottom:5px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
}
#columnSelector .item {
    cursor:move;
    margin-bottom:5px;
    border:solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    padding:5px;
    background:#F2F4F4;
    margin-right:10px;
    vertical-align:middle;
}
#columnSelector .selectedColumns .item {
     background-color:#DAEFDA;
     border-color:#449d44
}
#columnSelector .item span.columnName {
    position:relative;
    top:2px;
}

#columnSelector .selectedColumns .ui-sortable-helper {
    background-color:#F2F4F4;    
    border:solid 1px #ccc;
}
#columnSelector .availableColumns .ui-sortable-helper {
    background-color:#DAEFDA;
    border-color:#449d44
}
#columnSelector .availableColumns, #columnSelector .selectedColumns {
    margin-bottom:15px;
}
#columnSelector .column-search {
    width:220px;
    margin-bottom:5px;
    display:inline-block;
}
#columnSelector h2 {
    margin-bottom:15px;
}
#columnSelector .glyphicon-question-sign {
    top:4px;
}

/*search view selector*/
#viewChooser .list-group {
    margin-bottom:0;
    margin-top:20px;
}
#viewChooser .list-group-item {
    padding: 6px 15px;
}
.badge {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #999;
}
.search-save-btns .btn {
    margin-left:5px;
}
.viewSearch .form-group {
    margin-bottom:4px;
}
.viewSearch .search-view {
    margin-bottom:15px;
}
.viewSearch .large-label {
    font-size:1.1em;
}
.viewSearch .search-field-line {
    width:20px;
    font-size:1.2em;
    position:relative;
    top:2px;
}
.viewSearch #helpPanel table {
    border-collapse:collapse;
    margin-bottom:15px;
}
.viewSearch #helpPanel table td {
    border: solid 1px #fff;
    padding:5px 10px;
    font-size:1.1em;
}
.search-form-buttons {
    margin-top:15px;
}
.viewSearch .form-inline .form-group {
    display:block;
}
h3#countMessage {
    color:#fff;
    background:#96A7A8;
    padding:7px 10px 5px;
    -moz-border-top-left-radius: 3px;
    -webkit-top-left-border-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-top-right-border-radius: 3px;
    border-top-right-radius: 3px;
    display:inline-block;
    margin:0 0 0 5px;
}

/*batchSelection*/
.chosen-container-single .chosen-single, .select2-container--default .select2-selection--single  {
    line-height: inherit;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    background:#fff;
    color:#000;
}
.chosen-container-single .chosen-single span {
    line-height: 34px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    /*color:#000;*/
        color: #808080 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#000;
    line-height:34px;
}
.select2-container--default .select2-selection--single {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    line-height: inherit;
}
.select2-container .select2-selection--single {
    height:34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
}
  
 

.table-responsive {
    overflow-y:hidden;
}
table.table-batch-entry tr td {
    vertical-align:middle;
    white-space:nowrap;
}
#formBatchEntry .form-group {
    margin-right:10px;
}
#formBatchEntry .checkbox .bigbox {
    height:20px;
    width:20px;
}
#formBatchEntry .checkbox label {
display: inline-block;
    max-width: 100%;
    font-weight: 700;
    position:relative;
    top:-5px;
    margin-right:3px;
}
#divBatchEntry .btn-group {
    margin-bottom:10px;
}
#divBatchEntry .alert {
    display:inline-block;
}
/*add members table
.app-table-add-members tbody {
    display:block; max-height:400px; overflow-y:auto;
}*/

.required label {
    font-weight: bold;
}
.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}
.checkbox.required label:after {
    display: none;
}
.checkbox.required .required-icon {
    color: #e32;
    display:inline;
}

label.required  {
    font-weight: bold;
}

.required label.control-label:after {
    color: #e32;
    content: ' *';
    display:inline;
     position:absolute;
    right:5px;
}
label.control-label.required:after {
    color: #e32;
    content: ' *';
    display:inline;
    position:absolute;
    right:5px;
}
div.page-title-source {
    display:none;
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0px;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.activespinner {
  cursor:progress;
}

.has-spinner.activespinner .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.activespinner .spinner {
    width: 10px;
}

.has-spinner.btn-sm.activespinner .spinner {
    width: 13px;
}

.has-spinner.btn.activespinner .spinner {
   width: 28px;
}

.has-spinner.btn-lg.activespinner .spinner {
    width: 34px;
}

/*added 10 jun 2016 for panel header colours in dashboard and member contact pages*/

.app-panel-contacts .panel-heading {
    background-color:#BED3F2;
}
.app-panel-contacts .app-dashboardPanelPointer {
     background:url(/Content/images/CONTACTS-specific-images/dashboardPanelPointer.png) no-repeat;
}
.app-panel-membership .panel-heading {
    background-color:#D5EAC6;
}
.app-panel-membership .app-dashboardPanelPointer {
     background:url(/Content/images/MEMBERSHIP-specific-images/dashboardPanelPointer.png) no-repeat;
}
.app-panel-cpd .panel-heading {
    background-color:#F8D0B6;
}
.app-panel-cpd .app-dashboardPanelPointer {
     background:url(/Content/images/CPD-specific-images/dashboardPanelPointer.png) no-repeat;
}
.app-panel-finance .panel-heading {
    background-color:#BCE5E1;
}
.app-panel-finance .app-dashboardPanelPointer {
     background:url(/Content/images/FINANCE-specific-images/dashboardPanelPointer.png) no-repeat;
}
.app-panel-settings .panel-heading {
    background-color:#E0CBE6;
}
.app-panel-settings .app-dashboardPanelPointer {
     background:url(/Content/images/SETTINGS-specific-images/dashboardPanelPointer.png) no-repeat;
}


/*added to force block labels where followed by 'inline-block' select2 inputs*/
.form-standard label {
    display:block;
}
/*added to set max width on large select boxes eg worka address in member contact details*/
.select2-container {
    max-width:100%;
}

/*added to allow padded content within panels on dashboard*/
.panel-padded-content {
    padding:10px;
}

/*added to remove bullets from list items in tables when used in datat templates eg grading 31-10-16*/
ul li.no-bullet {
    list-style-type:none;
    list-style-image:none;
    padding-left:0;
    margin-left:0;
}
td.form-fields-cell .form-control {
    margin-right:10px;
} 
td.form-fields-cell ul {
    padding-left:0;
    margin-left:0;
    margin-bottom:5px;
}
.grading-table {
    margin-bottom:20px;
}
.grading-table tbody tr td {
    padding:8px;
    vertical-align:top;
}
.grading-table tr th  {
    padding: 4px 8px;
}
.grading-table tbody tr td:first-child {
    max-width:200px;
}
.grading-table > tbody > tr > td:first-child label
{
    font-weight:normal;
}
.grading-table td.special-column {
    padding-left:20px;
    padding-right:20px;
    font-size:1.4em;
    background-color: #E8ECEC;
}
.grading-table tbody tr td table td {
    border-bottom: none;
}
.grading-table .form-control {
    min-width:40px;
}
/*grading results table*/
.grading-results-table thead tr th {
    padding:6px;
    border-left:solid 1px #fff;
    border-bottom:solid 1px #fff;
    vertical-align:top;
}

.grading-results-table td {
    padding:6px;
}
.grading-results-table tr.applicant td {
    border-bottom: solid 2px #D3DCDC;
    background-color: #E8ECEC;
}
.grading-results-row td {
    text-align:right;
}
.grading-results-row td:first-child {
    text-align:left;
}

    .loading-img {
        background: url(http://preloaders.net/preloaders/360/Velocity.gif) center center no-repeat;
        height: 100%;
        z-index: 20;
    }

    div.loadingOverlay {
        background: #e9e9e9;
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        z-index:1001;
    }

    div.element-loading-overlay {
        background: #e9e9e9;
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        z-index: 1001;       
    }

    /* horizontal Grid scrollbar should appear if the browser window is shrunk too much*/
    /* styling for kendo grid lookups - 2017-13-01 */
    #grid table {
        min-width: 1190px;
    }

    .k-virtual-scrollable-wrap td {
        font-size: 14px;
        white-space: nowrap;
        line-height: 13px;
    }

    #grid .k-virtual-scrollable-wrap tr td {
        height: 25px;
    }

    .k-grid-header .k-header {
        overflow: visible;
        white-space: normal;
    }

    /*Task system styles added 02 02 2017*/

/*To enable bootstrap icons to be displayed flipped*/
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
#taskheader .taskId {
    display:inline-block;
    padding:7px 20px 8px 10px;
    font-size:1.1em; 
    background-color:#96A7A8;
    color:#fff;
}
#taskheader .taskstatus {
    display:inline-block;
    padding:7px 10px 8px;
    font-size:1.1em;
    margin-right:10px;
}
#taskheader .taskstatusPending {
    background-color:#FEC91D;
}
#taskheader .taskstatusStarted {
    background-color:#FEC91D;
}
#taskheader .taskstatusReverted {
    background-color:#F29937;
    color:#fff;
}
#taskheader .taskstatusFailed {
    background-color:#FF0033;
    color:#fff;
}
#taskheader .taskstatusCancelled {
    background-color:#FF0033;
    color:#fff;
}
#taskheader .taskstatusDone {
    background-color:#4BC95B;
    color:#fff;
}
#taskheader .actionbuttons {
    margin:15px 0 0 0;
}
#taskheader h1 {
    font-size:1.6em;
    padding:15px 0;
}
#taskheader .taskProcess {
    padding:0 0 15px;
}
#taskheader .taskProcessLabel {
    font-size:1.2em; 
    font-weight:bold;
}
#taskheader .taskProcessDesc {
    font-size:1.2em; 
    font-weight:200;
}
.btn-grey {
    background-color:#E7EBEB;
} 
.btn-grey:hover, .btn-grey:focus {
    background-color:#004051;
    color:#fff;
    border-color:#004051;
}
.taskDates {
    display:inline-block;
}
.taskDates, .taskAssigned {
    border-color: #004051;
    background-color:#004051;
}
.taskDates .form-group {
    margin-bottom:0;
}
.taskDates .control-label {
    text-align:left;
    font-weight:200;
    color:#fff;
    white-space:nowrap;
}
.taskDates .form-group .form-control-static {
    color:#fff;
}
.taskAssigned {
    display:inline-block;
}
.taskAssigned .taskAssignedLabel, .taskAssigned .taskAssignedTo {
    color:#fff;
}
hr.dotted {
  border:none;
  border-top:1px dotted #E7EBEB;
  color:#fff;
  background-color:#fff;
  height:1px;
  margin:0;
}
.taskAssigned .panel-body {
    padding:2px 2px 2px 15px;
}
.taskAssigned .panel-body p {
    margin:0;
    padding:0;
    line-height:2.0;
    vertical-align:baseline;
    display:inline-block;
    padding-right:20px;
    white-space:nowrap;
}
.taskAssigned .taskAssignedTo {
    font-weight:bold;
    font-size:1.1em;
}

/*form*/
#taskactionform {
    margin:15px 0;
}
#taskactionform h2 {
    margin-top:0;
}
#taskactionform textarea {
    width:50%;
    display:block;
    margin:0 0 10px 0;
}
#taskactionform .form-control, #taskactionform select, #taskactionform .select2-container {
    margin:0 0 10px 0;
}
#taskactionform .taskRevertSelect {
    width:50%;
}

#taskactionform .taskFormSubjectEdit {
    width:50%;
}

/*timeline*/
#tasktimeline .tasktimeline {

}
#tasktimeline .timeline > div {
    border-bottom: dotted 1px #E7EBEB;    
}

#tasktimeline .timeline > div > div {
    padding:10px 0;
    margin-left:20px;
}

#tasktimeline .timeline > div > div > strong {
    margin-left:-20px;
    font-size:1.2em;
}
#tasktimeline .timeline > div > div >strong a {
    color:#004051;
}
#tasktimeline .app-well {
    background-color:#fff;
    border-color:#E7EBEB;
    padding:20px 30px;
}
.block-label {
    display:block! important;
}



    /*GRADING TOOL*/

    #AdditionalAwards .gradingAdditionalAwards1 .checkbox {
        display:inline-block;
        margin-right:1px;
    }
    .cellCentred {
        text-align:center! important;
        margin-left:auto;
        margin-right:auto;
    }
    .cellCentred .checkbox {
        position:relative;
        margin:0 auto;
    }
    .maxWidth30 {
        max-width:30px;
    }
    .maxWidth40 {
        max-width:40px;
    }
    .maxWidth50 {
        max-width:50px;
    }
     .maxWidth60 {
        max-width:60px;
    }

        /*experience table*/
    .btnAddExperience {
        margin-top: 5px;
    }
    .table-applicationExperience > thead > tr > th {
    font-size:0.8em;
    }
    .table-applicationexperience-ro > thead > tr > th, .entry-routes-ro > thead > tr > th, .admin-only .table-applicationExperience > thead > tr > th {
        color:#fff;
        background-color:#96A7A8;
        font-weight:normal;
        border-bottom:none;
    }
    .admin-only .table-applicationExperience > thead > tr > th .glyphicon {
        color:#fff;
    }
    .admin-only .table-applicationExperience > tfoot > tr > td {
        padding-left:0;
    }
    .table-applicationexperience-ro > tbody > tr > td, .entry-routes-ro > tbody > tr > td, .admin-only .table-applicationExperience > tbody > tr > td {
        border-top:none;
        border-bottom:solid 1px #fff;
        padding-top:12px;
        padding-bottom:12px;
    }
    .table-applicationExperience > tfooter > tr > th, .table-applicationExperience > tbody + tbody  {
    border-top: none;
    
    }
    .table-applicationExperience > thead > tr > th, .table-applicationExperience > tbody > tr > th, .table-applicationExperience > tfoot > tr > th, .table-applicationExperience > thead > tr > td, .table-applicationExperience > tbody > tr > td, .applicationExperience > tfoot > tr > td {
    padding: 3px;
    border-top: none;
    }
   .table-applicationExperience > tbody > tr > td {
    vertical-align:middle;
    }
    .table-applicationExperience .k-datepicker {
        width:120px;
    }
    .exp-edit-button .glyphicon-pencil {
    top:3px;
} 

        /*entry routes table*/
    .table-entry-routes {
        width:auto;
    }
    .table-entry-routes > thead > tr > th {
    border-bottom: none;
    font-size:0.8em;
    }
    .table-entry-routes > tfooter > tr > th, .table-entry-routes > tbody + tbody  {
    border-top: none;
    
    }
    .table-entry-routes > thead > tr > th, .table-entry-routes > tbody > tr > th, .table-entry-routes > tfoot > tr > th, .table-entry-routes > thead > tr > td, .table-entry-routes > tfoot > tr > td {
    padding: 3px;
    border-top: none;
    }
   .table-entry-routes > tbody > tr > td {
       padding: 6px 3px;
       border-color:#ccc;
   }
   .table-entry-routes > tbody > tr  > td.file-download-links-row {
       padding:0 3px 8px 3px;
       border-color:transparent;
   }
    .table-entry-routes .k-datepicker {
        width:120px;
    }
    .table-entry-routes label {
        margin-bottom:0;
    }
    .table-entry-routes .entryRouteLabel {
       width:200px;
    }
    .table-entry-routes .entryRouteQualSelect {
        width:200px;
    }
    .table-entry-routes .qualFileUpload .k-dropzone, .table-entry-routes .qualFileUpload .k-upload {
        padding:0; 
        width:200px;
    }
    .table-entry-routes .cellCentred .checkbox {
         margin-top:4px;
         width:20px;
     }
    .table-entry-routes  .rating-level {
       white-space: nowrap;
       width:50px;
    }
    .table-entry-routes  .rating-level span {
        padding:6px 5px;
        text-align:center;
        color:#fff;
        background-color:#004051;
        display:block;
            }
    .table-entry-routes  .calculated-grade {
       white-space: nowrap;
       width:50px;
    }
    .table-entry-routes  .calculated-grade span.grade {
        padding:6px 5px;
        text-align:center;
        color:#fff;
        background-color:#004051;
        display:block;
        font-size:1.2em;
            }
    .table-entry-routes .best-possible-grade span.grade {
    background-color: #75B842;
    }
    .table-entry-routes tr.chosen-entry-route {
    background-color: #C1E0AB;
    }
    .table-entry-routes .entryRouteTextOnly {
        padding:6px 5px;
        text-align:center;
        display:block;
    }
    .table-entry-routes .years.entryRouteTextOnly {
        padding-top:8px;
    }


    /*related dox*/
    ul.file-download-links {
        margin: 10px 0 0 0;
        padding:0;
    }
    ul.file-download-links li {
        list-style-type:none;
        list-style-image:none;
        margin-left:0;
        padding-left:0;
    }
    ul.file-download-links li a .glyphicon-remove-circle {
        color:#333;
        position:relative;
       top:2px;
    }
  .table-entry-routes .file-download-links-row h4 {
      padding-left: 12px;
  }
 .applicationForm .form-group-inline {
     margin-left:0! important;
     margin-right:15px! important;
 }
  .applicationForm .form-horizontal .form-inline .form-group {
     margin-left:0;
     margin-right:15px;
 }
 /*charges*/
 table.applicationCharges {
     width:auto;
     min-width:250px;
 }
 table.applicationCharges td {
     border-color:#fff! important;
 }
 .applicationCharges .applicationNetCharges td {
     background-color:#CBD3D3;
     
 }
 .applicationCharges tr.applicationNetCharges td:nth-child(2) {
     font-size:1.1em;
 }
 .applicationCharges .applicationAmountToPay td {
     background-color:#004051;
     color:#fff;
 }
 .applicationCharges .applicationAmountToPay td:nth-child(2) {
     font-size:1.2em;
 }
.k-dropzone  {
    padding:0! important;
}
/*ul#application-files-list {
    margin:15px 0 0 0;
    padding:0;
}
.form-control-static ul#application-files-list {
    margin:0;
}
ul#application-files-list > li {
    list-style-type:none;
    list-style-image:none;
    padding:0;
    margin: 0 0 15px 0;
}
    ul#application-files-list > li .glyphicon-remove-circle {
    display:inline-block;
    margin-left:4px;
    position:relative;
    top:2px;
    cursor:pointer;
}*/
table#application-files-list {
    margin-top:20px;
}
table#application-files-list.readonly {
    margin-top:10px;
}
table#application-files-list td {
    vertical-align:middle;
    padding: 0 15px 6px 0;
}
table#application-files-list td > a > .glyphicon-remove-circle {
    color:#e32;
    top:3px;
    cursor:pointer;
}
 /*header alert icon*/
 .alertItem {
     position:relative;
 }
 .alertCount {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #CB2737;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    min-width: 18px;
    height:18px;
    line-height:18px;
    display:inline-block;
    position:relative;
    top:-1px;
    margin-left:4px;
    padding:0 3px;
}

 /*membership dashboard*/
#tasksInner .memberDashTasksCol1 {
    width:50px;
}
div.entry-routes-summary td{
    font-size: 11px;
}
#tasksInner .memberDashTasksCol2 {
    width:90px;
}
#tasksInner .memberDashTasksCol3 {
    width:220px;
}
/*added 030517*/
.form-info-popup-btn {
    cursor:pointer;
    color:#28B8CE;
}
.form-info-popup-btn:hover, .form-info-popup-btn:focus {
    color:#004051;
}
/*w process*/
#wprocess-wrapper table tr td {
    vertical-align:middle;
    padding-top:15px;
    padding-bottom:15px;
}
#wprocess-wrapper table tr td:first-child .label-only {
    font-weight:bold;
    font-size:1.2em;
}
#wprocess-wrapper table tr.inProgress td {
            background: #D1D5DC;
                border-bottom: solid 1px #fff;
        }

#wprocess-wrapper table tr.completed td {
            background: #D5EAC6;
                border-bottom: solid 1px #fff;
        }
#wprocess-wrapper table tr td .glyphicon-ok {
    color:#fff;
    font-size:1.2em;
    display:none;
    padding-right:5px;
}
#wprocess-wrapper table tr.completed td .glyphicon-ok {
    display:inline-block;
}

/*myIMI payments styes added august 2017
    Note: header styles, including message notifications, are in myMembership-styles.css
*/
h1.withIcon {
    line-height: 43px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size:1.8em;
}
h1.withIcon span:nth-child(2n+1) {
        position:relative;
        top:-2px;
    }

.header-square-icon {
    height: 43px;
    width: 43px;
    border: solid 4px;
    display: inline-block;
    margin-right: 10px;
    line-height: 43px;
    vertical-align: middle;
}
h1.green {
    color:#75B842;
}
h1.green .header-square-icon {
    border-color: #75B842;
}
h1.lightblue {
    color: #96A7A8;
}

    h1.lightblue .header-square-icon {
        border-color: #96A7A8;
    }
h1.greybar {
    background-color: #ccc;
    color: #fff !important;
    border-left: solid 6px #004051;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 2.0em;
    padding: 8px 8px 8px 12px;
}
h1.greybar.green {
    border-color:#75B842;
}
    h1.greybar.lightblue {
        border-color: #96A7A8;
    }
.payments-container {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.searchResults ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .searchResults ul ul {
        margin: 0 0 0 30px;
        padding-top: 10px;
    }

    .searchResults ul li {
        margin: 0 0 30px 0;
        padding: 0;
    }

.resultHeader {
    padding: 0 0 8px 0;
    margin-bottom: 12px;
    border-bottom: dotted 1px #E7EBEB;
}
.mypreferences-container .resultHeader {
    border-bottom: none;
    padding:0;
    margin:0;
}
    .mypreferences-container .resultHeader .subscription-heading-level-1, .mypreferences-container .resultHeader .subscription-heading-level-2 {
        border-bottom: dotted 1px #E7EBEB;
    }
.mypreferences-container h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: normal;
    font-family: 'Franklin Gothic Book', sans-serif;
}
    
    .searchResults ul li .resultHeader h3, .searchResults ul li .resultHeader h4 {
        padding: 0;
        margin: 0;
        font-weight: normal;
        vertical-align: middle;
        position: relative;
    }

.searchResults ul li .resultHeader h3 {
    font-size: 1.6em;
    line-height: 1.3;
    top: 6px;
    color: #75B842;
}

.searchResults ul li .resultHeader h4 {
    font-size: 1.4em;
    line-height: 1.4;
    top: 8px;
    color: #96A7A8;
}
.mypreferences-container .searchResults ul li .subsub-header {
    font-size: 1.4em;
    color: #96A7A8;
}
.mypreferences-container .searchResults ul li .sub-header {
    font-size: 1.4em;
}
    .searchResults ul li .resultHeader h3 .glyphicon, .searchResults ul li .resultHeader h4 .glyphicon {
        font-size: 0.7em;
    }


.searchResults ul li .resultHeader .btn {
    margin-left: 5px;
}


.searchResults p {
    font-size: 1.1em;
}
.mypreferences-container .searchResults p {
    margin-top: 3px;
}

.mypreferences-container .searchResults p.indentedPara {
    margin-left: 25px;
}

.imi-feature-text {
    font-family: 'Chaparral Pro', serif;
    font-size:1.4em;
    margin:20px 0;
}
/*contact panel*/
.contact-details-panel {
    border:none;
    box-shadow:none;
}
.contact-details-panel .panel-heading {
    font-family:'DIN Pro';
    text-transform:uppercase;
    border:none;
    padding:0 0 12px 0;
    background-color:transparent;
}
    .contact-details-panel .panel-body {
        padding:0;
        margin-bottom:20px;
        border:none;
        font-size:0.9em;
    }
.contact-details-panel a {
    color:#004051;
}
.contact-details-panel .glyphicon {
    padding-right:10px;
}
    .contact-details-panel .social-buttons {
        margin-top:20px;
    }
    

hr.col-top {
    color:#004051;
    background-color:#004051;
    height:3px;
    line-height:3px;
    font-size:3px;
    margin-top:0;
}
.payments-container h3, .payments-container h4 {
    font-family: 'DIN Pro';
    text-transform: uppercase;
}
.payments-container .payment-options .checkbox {
    margin-left:20px;
}
.payments-container .payment-invoice {
    font-size:1.2em;
}
    .payments-container .payment-invoice tr td {
        padding:20px 0;
        border-top:dashed 1px #96A7A8;
    }
.payments-container .payment-invoice tr td:last-child {
        text-align: right;
    }
    .payments-container .payment-invoice tr.invoice-balance td {
        font-weight:bold;
        font-size:1.4em;
    }
.payments-container .payment-invoice td p {
    font-family:'Chaparral Pro';
}
.payments-container .checkbox .big, .payments-container .radio .big, .mypreferences-container .checkbox .big, .mypreferences-container .radio .big {
    height: 20px;
    width: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 0 0 -25px;
}

.payments-container .checkbox label, .payments-container .radio label, .mypreferences-container .checkbox label, .mypreferences-container .radio label {
    line-height: 20px;
    vertical-align: middle;
    padding-left: 25px;
}
    .payments-container .checkbox label.no-input, .payments-container .radio label.no-input, .mypreferences-container .checkbox label.no-input, .mypreferences-container .radio label.no-input {
        padding-left: 0;
        cursor:default;
    }
.payments-container .radio label, .mypreferences-container .radio label {
    font-size: 1.2em;
}
.payment-options form {
    margin-bottom:30px;
}
.dd-instruction .control-label {
    text-align:left;
}
.dd-instruction .required label.control-label:after {
    position:relative;
    left:3px;
}

.payments-container .well {
    padding-bottom: 0;
    margin-top: 15px;
}
.payments-container .highlight p {
    font-family: 'Chaparral Pro';
        font-size:1.2em;
}
.payments-container .info {
    font-size: 0.9em;
    font-weight: normal;
    color: rgb(128, 128, 128);
    padding-top:4px;
}
.info .required {
    color:#e32;
    font-weight:bold;
    font-size:1.1em;
    }
    
    .dd-guarantee .dd-logo::after {
        clear: both;
    }
.dd-guarantee {
    background-color: #fff;
}
.paymentsSignInOptions {
    position:relative;
    margin-bottom:80px;
}
    .paymentsSignInOptions #optLoginSelected, .paymentsSignInOptions #optRegisterSelected {
        position:absolute;
        bottom:-70px;
        right:0;
        padding-top:10px;
        width:100%;
        border-top:dotted 1px #B9C8C8;
    }
#optPaymentCodeSelected {
    padding-top: 10px;
    border-top: dotted 1px #B9C8C8;
    margin-top:10px;
}
.paymentsSignInOptions label.btn:hover, .paymentsSignInOptions label.btn:active, .paymentsSignInOptions label.btn:focus {
    color: #75B842 !important;
}

/*my membership dashboard*/
.imiPanel {
    border-color:transparent;
    box-shadow:none;
}

    .imiPanel > .panel-heading {
        color: #004051;
        background-color: #fff;
        border-color: transparent;
    }

    .imiPanel > .panel-heading {
        padding: 0;
        border-bottom: none;
    }
    .imiPanel > .panel-heading p {
        margin: 0 0 10px 0;
        text-transform:uppercase;
        font-size:1.6em;
    }
        .imiPanel > .panel-body {
            padding:0;
        }
            .mypreferences-container .imiPanel > .panel-body p {
                font-size: 1.1em;
            }

    .imiPanel > .panel-body .note {
        font-family:'Chaparral Pro';
    }
            .imiPanel > .panel-body .note.bignote {
                font-size:1.2em;
            }
    .imiPanel > .panel-footer {
        padding: 0;
        border-bottom: dotted 1px #B9C8C8;
        background-color: #fff;
        border-top: none;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .imiPanel > .panel-footer p {
        margin:0 0 10px 0;
    }
        .imiPanel > .panel-footer .link {
            text-align:right;
            text-transform:uppercase;
            font-weight:bold;
            font-size:0.9em;
            color:#004051;
            display:block;
        }
        .imiPanel > .panel-footer .link:hover {
            text-decoration:none;
        }
        .imiPanel > .panel-footer .link > .glyphicon {
            color:#96A7A8;
            padding-left:6px;
            top:2px;
        }
            .imiPanel > .panel-footer .link:hover > .glyphicon {
                color: #004051;
            }
    .imiPanel > .panel-body p .feature-text, .imiPanel > .panel-body p.feature-text {
        text-transform: uppercase;
        color: #75B842;
        font-size: 1.3em;
    }
    .imiPanel > .panel-body p.bigText {
        font-size: 2.6em;
    }
.mmGrade {
    background-color: #91C668;
    background-image: url(/Content/images/grade-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 190px;
    max-height: 190px;
    line-height: 190px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto;
}
.imiPanel .mmGrade {
    margin-bottom:20px;
}
.imiPanel .mmAward {
    margin-bottom: 20px;
    display:table;
}
.mmAwardLetters {
    background-color: #004051;
    width: 100px;
    max-height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display:table-cell;
}
.imiPanel .mmAward .note {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.mm-application-status {
    background-position: center;
    background-size: contain;
    max-width: 167px;
    max-height: 157px;
    line-height: 157px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
    .mm-application-status.draft {
        background-image: url(/Content/images/upgrade-status-draft.png);
    }
    .mm-application-status.submitted {
        background-image: url(/Content/images/upgrade-status-submitted.png);
    }
    .mm-application-status.approved {
        background-image: url(/Content/images/upgrade-status-approved.png);
    }
    .mm-application-status.notstarted {
        background-image: url(/Content/images/upgrade-status-notstarted.png);
    }
.imiPanel .mm-application-status {
    margin-bottom: 20px;
}
.option-toggle-buttons .btn-group {
    margin: 0 15px 10px 0;
}
    .option-toggle-buttons .btn-group .btn-default {
        transition: all 500ms ease-in-out;
    }
.option-toggle-buttons .btn-default .glyphicon {
    display: block;
    font-size: 2.0em;
}
.option-toggle-buttons .btn-default.active .glyphicon, .option-toggle-buttons .btn-default:hover .glyphicon {
    color: #75B842;
}
.imiPanel .radio span {
    display:inline-block;
    min-width:55px;
}

/*
    .imiPanel .radio label:nth-child(2n+1){
        margin-left:15px;
    }

*/
    .imiPanel .radio label{
        margin-left:15px;
        margin-bottom: 5px;
    }
.imiPanel > .panel-body .mmAppType p.feature-text {
    margin-bottom: 0;
    font-size: 1.6em;
}

    /*dedupe tool*/
    .dedupeMergePanel label.dataType {
        width: 100%;
        padding: 0 15px;
        font-weight: normal;
        font-size: 1.1em;
        border: solid 1px #B9C8C8;
        min-height: 50px;
        line-height: 50px;
        vertical-align: middle;
    }

.dedupeMergePanel label.dataType .glyphicon {
    line-height: 50px;
    vertical-align: middle;
    top: -1px;
}
    .dedupeOptionHeader {
    width: 100%;
    font-weight: normal;
    font-size: 1.6em;
    border: solid 1px #96A7A8;
    height:43px;
    line-height:43px;
    vertical-align:middle;
}
.dedupeOptionHeader span {
font-size:0.8em;
}
.dedupeMergePanel .radio-inline label {
    font-weight:normal;
}
.dedupePanelCell {
    min-height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding: 0 10px;
}
.row > div:last-child .dedupePanelCell {
    padding: 0;
}
.dedupeOption1 .btn-default,
.dedupeOption2 .btn-default,
.dedupeOptionM .btn-default {
    margin-top: 8px;
    float:right;
}
.dedupePanelCell .btn-group .btn {
    font-size:1.2em;
}
.dedupePanelCell .btn-group .btn strong {
    font-size: 1.3em;
}

.dedupeOption1 {
    background-color: #E7EBEB;
}
.dedupeOption2 {
    background-color: #F1F3F3;
}
.dedupeOptionM {
    background-color: #F8F8F8;
}

.dedupeMergePanel .contactLink {
    margin-top:8px;
}
.dedupeMergePanel .btn-group .btn-default {
    border-color: #004051;
    color: #004051;
    padding: 7px 15px 6px 15px;
    transition: all 500ms ease-in-out;
}

.dedupeMergePanel .btn-group .btn-default:hover, .dedupeMergePanel .btn-group .btn-default:focus, .dedupeMergePanel .btn-group .btn-default.focus, .dedupeMergePanel .btn-group .btn-default:active, .btn-default.active, .dedupeMergePanel .btn-group .open > .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #004051;
}
.dedupeMergePanel .btn-group .btn-active {
    box-shadow: none;
}

/*IMI footer styles to match live site Feb 2018*/

#footer.imi_motorfrom {
    margin: 20px 0 0;
    border: 0;
    padding-bottom: 10px;
    background: #003b4c;
    padding: 1px;
}
.imi_motorinside {
    padding: 10px;
}
.imi_abtlt {
    float: left;
}
.imi_abtlt, .imi_abtrt {
    padding-top: 45px;
}
.imi_abtlt.menu_links {
    width: 250px;
}

.menu_links h5 {
   
    background: url(https://www.theimi.org.uk/sites/all/themes/imi/css/images/imi-v2-links-icon.jpg) no-repeat 0 center;
    padding: 5px 0 5px 36px;
}

.imi_abtlt h5, .imi_abtrt h5 {
    font-weight: normal;
    /*font-family: "DIN Next W01 Bold",sans-serif;*/
    font-family: "DIN Pro",sans-serif;
    color: #fff;
    line-height: normal;
    font-size: 18px;
    text-transform: capitalize;
}
    .imi_abtlt h5 a, .imi_abtrt h5 a {
        color: #fff;
    }
.block ul {
    padding: 0px !important;
}
.menu_links ul {
    margin-top: 24px;
    margin-left: 33px;
}
    .menu_links ul li {
        list-style: none;
        background: url(https://www.theimi.org.uk/sites/all/themes/imi/css/images/imi-v2-list_dot.jpg)no-repeat 0 center;
        padding: 2px 0 0 17px;
        font-size: 14px;
    }
        .menu_links ul li a {
            color: #fff;
            font-size: 15px;
            line-height: normal;
            text-transform: capitalize;
            line-height: 20px;
        }
.mob_con {
    display: none;
}
.address h5 {
    background: url(https://www.theimi.org.uk/sites/all/themes/imi/css/images/imi-v2-address_header_icon.jpg)no-repeat 0 center;
    padding: 6px 0 6px 36px;
}
.address.footer_contact h5 {
    background: url(https://www.theimi.org.uk/sites/all/themes/imi/css/images/imi-v2-footer-contact-icon.jpg) no-repeat 0 center;
}
.imi_abtlt h6, .imi_abtrt h6 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    padding: 9px 0;
    margin: 15px 0 7px 33px;
}
.imi_abtlt p, .imi_abtlt p a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 0 0 6px;
}
.imi_abtlt p {
    margin: 0 0 0 33px;
}
    .imi_abtlt p.tel {
        background: url(https://www.theimi.org.uk/sites/all/themes/imi/css/images/imi-v2-phone_icon.jpg) no-repeat;
        /*display: inline-table;*/
        padding: 6px 0 14px 40px;
    }
    .imi_abtlt p.email {
        background: url(https://www.theimi.org.uk/sites/all/themes/imi/css/images/imi-v2-email_icon.jpg) no-repeat 2px 3px;
        padding: 8px 0 12px 40px;
        margin-left: 31px;
    }
.imi_abtrt {
    width: 185px;
    text-align: left;
    float: right;
}
.foot-socials {
    float: right;
}
    .foot-socials li {
        margin: 20px 0 0 10px;
        float: left;
        list-style: none;
    }
    .foot-socials a {
        background-image: url(https://www.theimi.org.uk/sites/all/themes/imi/images/sprite-social.png);
        background-size: 180px 75px;
        display: block;
        float: left;
        height: 36px;
        line-height: 100px;
        overflow: hidden;
        text-indent: 100px;
        width: 36px;
    }
    .foot-socials .btn-facebook a {
        background-position: -36px 0;
    }
    .foot-socials .btn-linkedin a {
        background-position: -72px 0;
    }
    .foot-socials .btn-twitter a {
        background-position: 0 0;
    }
    .foot-socials .btn-youtube a {
        background-position: -108px 0;
    }

#view-options {
    display: block;
    clear: both;
    margin-top: 15px;
}


    #view-options span {
        color: #7a7a7a;
        cursor: pointer;
        font-size: 15px;
        line-height: normal;
        text-transform: capitalize;
        margin-right: 15px;
        padding-top: 15px;
    }


.imi_footer, .imi_footer .footer_bottom_empty {
    background: #002834;
}
.footer_bottom_empty > p {
    color: #fff;
    font-size: 10px;
    margin: 0 auto;
    padding: 15px;
}

.mypreferences-container .imiPanel .radio span {
    display: inline-block;
    min-width: 100px;
}

.mypreferences-container .returnToMainLink .btn-default {

    margin-top: 25px;
}

.disabled.unauthorised {
    pointer-events: all !important;
    cursor: not-allowed;
}

/*unauthorised page 13-07-2018*/
.well-lg.bgimage {
    text-align:center;
    color:#fff;
    background: #004051 url(/Content/images/wing-mirror-reflection-dark.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:15%;
}
.well-lg.bgimage .glyphicon {
    font-size:4.0em;
}
    .well-lg.bgimage h1 {
        color:#fff;
        font-size:2.0em;
        text-transform:uppercase;
    }
    .well-lg.bgimage p {
        font-size: 1.6em;
    }

    /*unauthorised for dashboard home page*/
@keyframes bluetogreen {
   0% {
        background-color: #004051;
    }

    50% {
        background-color: #75B842;
    }

    100% {
        background-color: #004051;
    }
}
.unauthorisedForDashboard {
    text-align:center;
    margin:auto;
    width: 100%;
    padding: 100px 40px;
    background-color: #004051;
    animation-name: bluetogreen;
    animation-duration: 8s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

/* 
    Added by DT - 28/10/2021 
    Buttons for bootbox modals were out of line
    This fixes it
*/
.modal-footer .btn + .btn {
    /*margin: 0 0 1rem 5px;*/
}
/* 
    Added by DT - 28/10/2021 
    Remove button in experience table of application forms had far too much padding
    This overrides it
*/
.btn.iconButton {
    padding: 0.6rem;
}

.social-buttons > div {
    display: inline-block;
}

.social-buttons a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    overflow: hidden;
}

