/***************/
/* FLEX LAYOUT */
/***************/
.content,
.body {
    display: flex;
    flex-direction: column;
    height: 80vh;
}

.navbar-default,
.footer {
    flex: none; /* 2 */
}

header {
    flex: 0 1 auto;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .container {
        width: 100%;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: initial;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

fieldset {
    clear: both;
}

.nav-tabs > li a {
    color: #1c6593;
    padding: 15px 20px;
}

::-webkit-input-placeholder {
    color: #6a6a6a !important;
}

:-moz-placeholder {
    color: #6a6a6a !important;
}

::-moz-placeholder {
    color: #6a6a6a !important;
}

:-ms-input-placeholder {
    color: #6a6a6a !important;
}

:focus, .form-control:focus {
    border-color: #04545D !important;
    outline: 0 #04545D !important;
    outline: thin dotted \9;
    border-collapse: separate; /* hack for checkboxes */
    -webkit-box-shadow: 0 0 1px 1px #04545D;
    -moz-box-shadow: 0 0 1px 1px #04545D;
    box-shadow: 0 0 1px 1px #04545D;
    -webkit-transition: border linear 0.1s, box-shadow linear 0.1s;
    -moz-transition: border linear 0.1s, box-shadow linear 0.1s;
    -ms-transition: border linear 0.1s, box-shadow linear 0.1s;
    -o-transition: border linear 0.1s, box-shadow linear 0.1s;
    transition: border linear 0.1s, box-shadow linear 0.1s;
    /*box-shadow: 0 0 0 1px #0F979B;*/
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 41.66666667%;
        /* text-align: right; */
    }
}

/***************/
/* SEARCH BAR */
/**************/

.search-bar {
    position: relative;
    margin-bottom: 0;
}

.search-bar .form-control {
    height: 50px;
}

.search-bar .btn-default {
    position: absolute;
    right: 50px;
    bottom: 1px;
    width: 50px;
    height: 48px;
    border-radius: 0;
    border: 1px solid transparent;
    background: none;
    font-size: 30px;
    line-height: 48px;
}

.search-bar .btn-default:hover {
    background-color: #ececec;
}

.search-bar .btn-primary {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 50px;
    height: 48px;
    border: none;
    line-height: 48px;
}

.search-bar button::before {
    vertical-align: middle;
}
@media screen and (max-width: 575px) {
    .search-bar input[type="search"]{
        font-size: 18px;
    }

    .search-bar input[type="search"]::placeholder{
        font-size: 14px;
    }
}

/*****************/
/* PANEL FILTERS */
/*****************/

.panel-filters .btn-group label.btn {
    margin-bottom: 0;
}

.panel-no-margin {
    margin-bottom: 0px;
}

.panel-actionbar .panel-heading {
    padding: 25px 25px;
}

.panel-actionbar .panel-heading .col-sm-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}


@media (min-width: 769px) {
    .panel-actionbar .panel-heading .col-sm-5 {
        flex-direction: row;
    }
}

/**********/
/* ALERTS */
/**********/

.alert-warning {
    color: #ac441e;
    background-color: #F6F6F6;
    border-left: 4px solid #ac441e;
}

.alert-warning:before {
    color: #ac441e;
}

.alert-block.alert-warning h4 {
    color: #ac441e;
}

.alert-warning > p:first-child {
    color: #ac441e;
}

.alert-success {
    color: #106b09;
    background-color: #F6F6F6;
    border-left: 4px solid #106b09;
}

.alert-block.alert-success h4 {
    color: #106b09;
}

.alert-success > p:first-child {
    color: #106b09;
}

/******************/
/* NAVIGATION BAR */
/******************/

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default {
    margin-bottom: 0;
    /*background-color: #041222;*/
    /*border-color: #041222;*/
    background-color: #0d1b26;
    border-color: #0d1b26;
    border-radius: 0px;
}

.navbar-menu {
    display: none;
    background-color: #E5EDEF;
    border: none;
    border-radius: 0px;
    border-color: #041222;
    color: #000000;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-menu {
        display: block;
    }
}

.navbar-menu li.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid;
    color: #E5EDEF;
    font-weight: bold;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav.open .dropdown-menu {
    display: block;
}

.navbar-nav > li > a {
    text-decoration: none;
    color: #1c6593;
    transition: all 0.4s ease;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #1c6593;
    transition: all 0.4s ease;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
    color: #1c6593;
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav > li.disabled > a {
    color: #6a6a6a;
}

.navbar-nav > li.disabled > a:hover,
.navbar-nav > li.disabled > a:focus {
    color: #6a6a6a;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.navbar-menu li.active {
    border: none;
}

.navbar-menu li.active a:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1c6593;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.authorisations-navbar-menu li.active a:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #6a6a6a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.authorisations-navbar-menu li a:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1c6593;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.authorisations-navbar-menu li.active a:after {    
    display: none
}


.authorisations-navbar-menu {
    background-color: aliceblue;
    min-height: 20px;
    margin-top: -18px;
}

.navbar .authorisations-navbar-nav > li.active > a {
     color: #6a6a6a; 
}

.navbar .authorisations-navbar-nav > li > a {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
    font-size: 1.5rem;
}

.navbar .authorisations-navbar-nav > li.active > a:hover {
    text-decoration: none;
    transition: all 0.4s ease;
    background-color: transparent;
}

.container-fluid.authorisations-container-fluid {
    padding-left: 0px;
}

.navbar-default :focus,
.navbar-default .form-control:focus,
.footer :focus,
.footer .form-control:focus {
    border-color: #0F979B !important;
    outline: 0 #0F979B !important;
    outline: thin dotted \9;
    border-collapse: separate; /* hack for checkboxes */
    -webkit-box-shadow: 0 0 1px 1px #0F979B;
    -moz-box-shadow: 0 0 1px 1px #0F979B;
    box-shadow: 0 0 0px 1px #0F979B;
    -webkit-transition: border linear 0.1s, box-shadow linear 0.1s;
    -moz-transition: border linear 0.1s, box-shadow linear 0.1s;
    -ms-transition: border linear 0.1s, box-shadow linear 0.1s;
    -o-transition: border linear 0.1s, box-shadow linear 0.1s;
    transition: border linear 0.1s, box-shadow linear 0.1s;

    /*box-shadow: 0 0 0 1px #0F979B;*/
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 15px;
    }
}

/***************/
/* GRID LAYOUT */
/***************/

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }

}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }

    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }

}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }

    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }
}

/******************************************************************************************************/

/**************************/
/* GENERAL ELEMENT STYLES */
/**************************/

h4 {
    line-height: 1.2em;
}

a {
    cursor: pointer;
}

.active > a {
    cursor: default;
}

.page-header {
    margin: 0px 0 10px;
}

.page-header h2 {
    margin-top: 0px;
    font-size: 1.7em;
}

.normal-header {
    margin-top: 0; 
    color: #14555E;
}

.list-group a {
    font-size: 1.25em;
    color: #333;
}

div.page-header {
    padding-bottom: 0px;
}

div.navbar-header h1 {
    padding-top: 25px;
    padding-left: 10px;
}

.centered {
    text-align: center;
}

blockquote {
    background: #f5f5f5;
    border-left-color: #0F979B;
    font-size: 15px;
    margin: 1.5em 0;
}

ng2-markdown h1:first-child,
ng2-markdown h2:first-child,
ng2-markdown h3:first-child,
ng2-markdown h4:first-child,
ng2-markdown h5:first-child,
ng2-markdown h6:first-child {
    margin-top: 0;
}

.ui-dialog > div.ui-dialog-titlebar {
    padding: 0 0 1em 0;
    margin: 1em 1em;
    border-bottom: 2px solid #e5e5e5;
}

.ui-dialog > div > .ui-dialog-buttonpane {
    margin-top: 25px;
    padding-right: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-btn-5 {
    padding-bottom: 5px;
}

.padding-btn-10 {
    padding-bottom: 10px;
}

.padding-btn-20 {
    padding-bottom: 20px;
}

.padding-btn-30 {
    padding-bottom: 30px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-float {
    float: none !important;
}

.full-width {
    width: 100%;
}

.auto-width {
    width: auto;
}

.inline-display{
    display: inline;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.neg-margin-left-20 {
    margin-left: -20px;
}

.section {
    margin-bottom: 50px;
    margin-top: 50px;
}

.section .btn-width-70.btn.btn-default,
.section .btn-width-70.btn.btn-primary {
    width: 70px;
}

.section thead tr {
    background: #EEE;
}

.section thead tr th.header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.section .pagination.ng-table-pagination {
    margin: 0;
}

.section .ng-table-pager .btn {
    margin-left: 1px;
}

.pagination {
    margin: 0 !important;
}
/*********************/
/* SELECT BOX STYLES */
/*********************/

.sel-style {
    height: 40px;
}

.sel-style .form-control {
    height: 40px;
    width: 100%;
}

@media (min-width: 768px) {
    .panel-filter .sel-style .form-control {
        max-width: 180px;
    }
}

.sel-btn {
    background: transparent;
}

select.full, select.form-control {
    width: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

select:focus, select.form-control:focus {
    outline: 0;
    border: 1px solid #50c1e9;
    box-shadow: none;
}

select:-moz-focusring, select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/****************/
/* RADIO INPUTS */
/****************/

.radio input[type=radio]:checked + label {
    color: #04545D;
}

.radio input[type=radio]:checked + label:before {
    background: #04545D;
}

.radio input[type=radio]:checked + label:after {
    border-color: #04545D;
    border-width: 3px;
}

.radio input[type="radio"]:focus + label:before {
    background: #04545D;
}

.radio input[type="radio"]:focus + label:after {
    border-color: #04545D;
    box-shadow: 0 0 1px 1px #04545D;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
.ato-toggle-filter input[type="radio"],
.ato-toggle-filter input[type="checkbox"] {
    display: inline;
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
}

/**************/
/* PAGINATION */
/**************/

.pagination > .active > a,
.pagination > .active > span {
    background-color: #0E8387;
    border-color: #0E8387;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #04545D;
    border-color: #04545D;
}

/*.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #6a6a6a;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}*/

/***********/
/* BUTTONS */
/***********/

.btn-primary {
    color: #fff;
    /* background-color: #005F91; */
    background-color: #0E8387;
    /* border-color: #014279; */
    border-color: #0E8387;
    float: right;
}

.btn-action {
    color: #333;
    text-decoration: none;
    margin-left: 5px;
}

.btn-action:before {
    padding-right: 5px;
    vertical-align: middle;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active {
    color: #0E8387;
    text-decoration: none;
}

.btn-nomargin {
    margin-bottom: 0;
}

#searchButton,
#searchABRButton {
    margin-top: 20px;
    margin-bottom: 0;
}

#searchButton {
    float: left;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ffffff;
    border-color: #6a6a6a;
    color: #6a6a6a;
    opacity: 1;
    cursor: not-allowed;
}

.btn-default.active {
    background-color: #0E8387;
    border-color: #245885;
    color: #FFF;
    border-width: 2px;
}

.btn.btn-inverse {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
}

.btn.btn-inverse:hover {
    color: #fff;
    /*background-color: #b3b3b3;*/
    /*border-color: #adadad;*/
    background-color: #757575;
    border-color: #757575;
}

.btn.btn-inverse:active, .btn.btn-inverse.active,
.open > .btn.btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #040404;
}

.btn.btn-inverse:active:hover, .btn.btn-inverse:active:focus, .btn.btn-inverse:active.focus, .btn.btn-inverse.active:hover, .btn.btn-inverse.active:focus, .btn.btn-inverse.active.focus,
.open > .btn.btn-inverse.dropdown-toggle:hover,
.open > .btn.btn-inverse.dropdown-toggle:focus,
.open > .btn.btn-inverse.dropdown-toggle.focus {
    color: #fff;
    background-color: #3b3b3b;
    border-color: black;
}

.btn.btn-inverse:active, .btn.btn-inverse.active,
.open > .btn.btn-inverse.dropdown-toggle {
    background-image: none;
}

.btn.btn-inverse.disabled:hover, .btn.btn-inverse.disabled:focus, .btn.btn-inverse.disabled.focus, .btn.btn-inverse[disabled]:hover, .btn.btn-inverse[disabled]:focus, .btn.btn-inverse[disabled].focus,
fieldset[disabled] .btn.btn-inverse:hover,
fieldset[disabled] .btn.btn-inverse:focus,
fieldset[disabled] .btn.btn-inverse.focus {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
}

.btn.btn-inverse .badge {
    color: #666;
    background-color: #fff;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}

.btn.btn-secondary:focus, .btn.btn-secondary.focus {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.btn.btn-secondary:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.btn.btn-secondary:active, .btn.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}

.btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus,
.open > .btn.btn-secondary.dropdown-toggle:hover,
.open > .btn.btn-secondary.dropdown-toggle:focus,
.open > .btn.btn-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}

.btn.btn-secondary:active, .btn.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle {
    background-image: none;
}

.btn.btn-secondary.disabled:hover, .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:focus, .btn.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary:hover,
fieldset[disabled] .btn.btn-secondary:focus,
fieldset[disabled] .btn.btn-secondary.focus {
    background-color: #555555;
    border-color: #555555;
}

.btn.btn-secondary .badge {
    color: #fff;
    background-color: #555555;
}

.btn > span, .btn .caret {
    margin-left: 5px;
}

.btn-link {
    margin-bottom: 10px;
    color: #0E8387;
    border: none;
    box-shadow: none;
}

.btn-link:before {
    margin-right: 5px;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #04545D;
}

.btn-group {
    width: 100%;
}

@media (min-width: 414px) {
    .btn-group {
        width: auto
    }
}

.btn-group label {
    width: 50%;
}

#lastElementOnGroup{
        border-right-width: 1px;
        border-right-style: solid;
}
@media (min-width: 414px) {
    .btn-group label {
        width: auto
    }
}

.icon-external-link:before {
    content: none;
}

.icon-external-link:after {
    content: "\E0B1";
}

.btn:focus, .btn:active {
    outline: none;
}

.form-authorise .btn {
    margin-bottom: 0;
    margin-top: 22px;
}

/***************/
/* MOBILE MENU */
/***************/

#mobile-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0);
    transition: background 0.6s ease,
    opacity 0.6s ease,
    visibility 0.6s ease;
}

#mobile-menu.active {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.75);
    transition: background 0.6s ease;
}

#mobile-menu .mobile-menu-wrap {
    width: 75vw;
    height: 100%;
    background: #ffffff;
    box-shadow: 5px 0 10px -2px rgba(0, 0, 0, 0.7);
    transform: translateX(-110%);
    transition: transform 0.4s ease-in-out;
}

#mobile-menu.active .mobile-menu-wrap {
    transform: translateX(0%);
    transition: transform 0.4s ease-in-out;
}

#mobile-menu ul {
    padding: 0;
    margin: 0;
}

#mobile-menu ul li {

}

#mobile-menu ul li.active a {
    background: #1c6593;
    color: #ffffff;
}

#mobile-menu ul li a {
    padding: 15px 20px;
}

/**********/
/* BANNER */
/**********/

#hero {
    position: relative;
    background-color: #003B3F;    
    background: url("../../images/Banner.png") no-repeat;
    background-size: cover;
}

#helpLink {
    position: relative;
    padding-left: 22px;
    padding-right: 15px;
}

#helpLink:before {
    position: absolute;
    left: 0;
    top: 1px;
}

#bannerTitle{
    color: #fff;
    font-weight: 100;
    padding-top: 26px;
}

@media screen and (max-width:767px) {
    #bannerTitle {
        font-size: 20px;
        margin-left: 10px; 
        text-align: left;
        padding-top: 74px;        
    }        
}
@media screen and (min-width:768px) {
    #bannerTitle {
        font-size: 28px;
        text-align: right;
    }
}


#banner img.banner-logo {
    float: left;
    width: 180px;
    height: auto;
    margin: 10px 0;
}

@media (min-width: 321px) {
    #banner img.banner-logo {
        width: 200px
    }
}

@media (min-width: 375px) {
    #banner img.banner-logo {
        width: 220px
    }
}

@media (min-width: 415px) {
    #banner img.banner-logo {
        width: 280px
    }
}

.hamburger {
    display: block;
    padding: 5px 10px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 30px 5px 0 0;
    overflow: visible;
    float: left;
}

@media (min-width: 768px) {
    #banner .hamburger {
        display: none;
    }
}

@media (min-width: 415px) {
    #banner .hamburger {
        margin: 30px 5px 0 0;
    }
}

.hamburger:hover {
    /*opacity: 0.7;*/
}
.hamburger-box {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 60%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}






/**********/
/* HEADER */
/**********/

#header {
    background: #002D30;
}

#header a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#header a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 375px) {
    #header a {
        font-size: 16px;
    }
}

/************/
/* TOP MENU */
/************/

#top-menu {
    color: #fff;
    margin: 0;
    display: inline-block !important;
    border: none;
    box-shadow: none;
}

@media (min-width: 415px) {
    #top-menu {
        margin: -4px;
    }
}

#top-menu li a {
    color: #fff;
    padding: 0;
    padding-left: 25px;
    text-decoration: none;
    font-size: 16px;
    height: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
}

#top-menu li a span {
    display: none;
}

@media (min-width: 768px) {
    #top-menu li a span {
        display: inline-block;
    }
}

#top-menu li a:hover,
#top-menu li a:hover:before,
#top-menu li a:hover span:before {
    color: #0E8387;
    transition: all 0.3s ease;
}

#top-menu li a:before {
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 2px;
}

#top-menu li a .icon-accordion-expand:before {
    margin-left: 5px;
}

#top-menu .dropdown-menu {
    right: 0;
    left: auto;
    top: 25px;
    position: absolute;
}

#top-menu .dropdown-menu li a:hover {
    color: #222;
    text-decoration: none;
    background-color: #f5f5f5;
    transition: all 0.4s ease;
}

#top-menu .dropdown-menu > li > a:active,
#top-menu .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

#top-menu .modal {
    color: #0a0a0a;
}

#top-drop-down {
    background-color: #000000;
}

#top-drop-down > li > a {
    padding: 5px 20px;
}

.user-details {
    margin-bottom: -3px;
}

/**************/
/* ACTION BAR */
/**************/

#action-button-bar, #action-button-bar-top {
    border-top: 3px solid #e6e6e6;
    margin: 1.5em 0 0 0;
    padding: 7px 1px 0 1px;
    overflow: hidden;
}

#action-button-bar, #request-notification-button-bar, #action-button-bar-top .btn {
    min-width: 85px;
}

/**********/
/* TABLES */
/**********/

.table > thead > tr > th {
    background: #f5f5f5;
    font-weight: bold;
    line-height: 1;
}

table.adaptive thead > tr > th {
    background: #f5f5f5;
}

table.adaptive thead > tr.relationship-subject-heading,
table.adaptive tbody > tr.relationship-subject-heading,
table.adaptive tfoot > tr.relationship-subject-heading {
    display: table-row;
}

table.adaptive thead > tr > th.relationship-subject {
    display: table-cell;
}

.table > thead > tr > th, .table > tbody > tr > td {
    /*padding: 15px;*/
    vertical-align: middle;
}

.table td.vmiddle {
    vertical-align: middle;
}

.table td span.label {
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.table td span.table-sub-text {
    display: block;
    color: gray;
    font-size: 16px;
}

.table > thead > tr.relationship-subject-heading > th,
.table > tbody > tr.relationship-subject-heading > td {
    /*margin-top: 40px;*/
}

.table > thead > tr.relationship-subject-heading > th,
.table > tbody > tr.relationship-subject-heading > td {
    border: none;
    padding: 1em 0 0 0;
}

.table > thead > tr.relationship-subject-heading:first-child > th,
.table > tbody > tr.relationship-subject-heading:first-child > td {
    padding: 0;
}

.table.no-thead > thead > tr.relationship-subject-heading:first-child > th,
.table.no-thead > tbody > tr.relationship-subject-heading:first-child > td {
    padding: 0.7em 0 0 0;
}

.table > thead > tr.relationship-subject-heading > th > a.clickable,
.table > tbody > tr.relationship-subject-heading > td > a.clickable {
    background: #f5f5f5;
    padding: 10px 15px;
    display: block;
    position: relative;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease-in-out,
    color 0.2s ease-in-out;
}

.table > thead > tr.relationship-subject-heading > th > a.clickable:hover,
.table > tbody > tr.relationship-subject-heading > td > a.clickable:hover {
    background: #0E8387;
    color: #ffffff;
    transition: background 0.3s ease-in-out,
    color 0.2s ease-in-out;
}

.table > thead > tr.relationship-subject-heading > th > a.clickable > .h4,
.table > tbody > tr.relationship-subject-heading > td > a.clickable > .h4 {
    display: block;
    text-align: left;
}

.table > thead > tr.relationship-subject-heading > th > a.clickable > .h5,
.table > tbody > tr.relationship-subject-heading > td > a.clickable > .h5 {
    display: block;
    text-align: left;
}

.table > tbody#businessResults > tr.relationship-subject-heading > td > a.clickable:before {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 25px;
    color: #0E8387;
}

.table > tbody#businessResults > tr.relationship-subject-heading > td > a.clickable:hover:before {
    color: #ffffff;
}

.table .radio,
.table .checkbox {
    margin: 0;
    position: inherit;
}

.table .radio input[type="radio"],
.table .radio-inline input[type="radio"],
.table .checkbox input[type="checkbox"],
.table .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    position: inherit;
}

table.sortable th [class^="icon-sort"],
table.sortable th [class*="icon-sort"] {
    color: black;
    text-decoration: none;
}

.icon-sort-down:before {
    vertical-align: middle;
}

.table-panel .table {
    border-bottom: none;
}

.table-panel table.adaptive thead > tr > th {
    background: #f5f5f5;
}

.table-panel .table > thead > tr > th {
    background: #f5f5f5;
    font-weight: bold;
    line-height: 1;
    font-size: 1.4rem;
}

.table-panel-header {
    position: relative;
}

.table .btn {
    min-width: 80px;
    float: right;
    margin-bottom: 0;
}

#notificationHistoryResults > tr > td caption,
#businessResultsLoading > tr > td caption,
#resultsLoading > tr > td caption {
    display: block;
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0 10px;
    line-height: 1.1em;
    color: inherit;
}

/***********************/
/* CALENDAR DATEPICKER */
/***********************/

.ui-calendar {
    display: inherit !important;
}

.ui-calendar input {
    background: url("assets/images/calendar_font_awesome.png") no-repeat 97% 50%;
    background-size: 20px 20px;
}

.ui-calendar input.ui-state-disabled {
    background: #e6e6e6;
}

.hasDatepicker {
    padding: 10px 18px !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    padding: 0;
}

.form_datetime.input-group .form-control[disabled],
.form_datetime.input-group .form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.form_datetime.input-group .form-control[disabled] + span.input-group-addon,
.form_datetime.input-group .form-control[readonly] + span.input-group-addon {
    cursor: not-allowed;
    background-color: #cccccc;
    border: 1px solid #AAAAAA;
    color: #333333;
}

.form_datetime.input-group .form-control[disabled] + span.input-group-addon span,
.form_datetime.input-group .form-control[readonly] + span.input-group-addon span {
    cursor: not-allowed;
}

/**********/
/* FOOTER */
/**********/

footer {
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top:25px;
    bottom: 0px;
    position: fixed;
    left: 0px;
    width: 100%;
}

footer a {
    /*color: #cacaca;*/
    color: #ffffff;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #ffffff;
}

@media (min-width: 769px) {
    .footer a{
        float: right;
    }           
    .footer agency-user{
        float: left;
    }   
}
@media (max-width: 768px) {
    .footer a{
        float: left;
    } 
       
}



/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    color: #000;
    padding: 0.4em 0 0.2em;
    text-align: center;
}

.form-control {
    height: 40px;
}

#grant-authorisation-button-bar,
#request-notification-button-bar {
    overflow: hidden;
}

.grant-authorisation-page-header{
    font-size:  1.4em !important;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
}

.pull-right > .btn {
    margin-left: 5px;
}

.pull-left > .btn {
    margin-right: 5px;
}

.panel-default .panel-heading:nth-child(2n) {
    padding: 0 15px 15px;
}

.panel-heading .badge.square {
    border-radius: 0;
    padding: 10px 15px 12px 15px;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -1px;
}


#notificationResults {
    margin: 40px 0;
}

#authorisationResults,
#relationshipResults{
    margin: 20px 0;
}
.progress {
    height: auto;
}

.progress-bar {
    font-size: 14px;
    line-height: 30px;
}

#errorDescription {
    margin-bottom: 0;
}

#errorDescription li a {
    color: #9F173F;
    text-decoration: underline;
}

.todo {
    color: #f00;
}

.big-checkbox {
    width: 30px;
    height: 30px;
}

.checkbox.checkbox-small label {
    margin-bottom: 0;
}

.checkbox-table thead th label {
    margin-bottom: 0;
}

.checkbox-table thead th label span {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.agency-description .checkbox.checkbox-small label {
    margin-top: 5px;
    margin-bottom: 0;
}

div.checkbox input[type="checkbox"] {
    margin-top: 5px;
}

div.checkbox.disabled > label, div.radio.disabled > label {
    color: #999999;
}

.checkbox-table td:last-child {
    width: 100px;
}

/*.has-error.form-control {
    border: 1px solid #FF0039;
}*/

div.panel-body > table {
    margin-bottom: 0;
}

.authorisation-inactive,
.notification-inactive {
    color: lightgrey;
}

.sortable {
    cursor: pointer;
}

/*wizard override*/
.nav-tabs.wizard-tabs li > a .wizard-tabs-number {
    height: 60px;
    width: 60px;
    line-height: 57px;
}

.nav-tabs.wizard-tabs li:before, .nav-tabs.wizard-tabs li:after {
    bottom: 30px;
}

.nav-tabs.wizard-tabs li .wizard-tab-title {
    padding: 1px 2px;
}

/*inactive state*/
.nav-tabs.wizard-tabs li.inactive .wizard-tabs-number, .nav-tabs.wizard-tabs li.inactive > a:focus .wizard-tabs-number {
    border: solid 2px #ccc;
    background: #ccc;
    color: #666;
}

.nav-tabs.wizard-tabs li.inactive > a:hover .wizard-tabs-number {
    border: solid 2px #666;
    background-color: #e7f3f4;
    color: #666;
}

.nav-tabs.wizard-tabs li.active > a:focus .wizard-tabs-number {
    background-color: #005F91; 
}

.nav-tabs.wizard-tabs li.inactive > a .wizard-tabs-number {
    cursor: not-allowed;
}

@media screen and (max-width:768px) {
    .nav-tabs.wizard-tabs li > a .wizard-tabs-number {
        width: 35px;
        height: 35px;
        line-height: 33px;
        margin: 0 2px;
    }
    .nav-tabs.wizard-tabs li.active .wizard-tab-title {
        bottom: 65px;
    }
}

@media screen and (max-width:992px) {
    .nav-tabs.wizard-tabs li > a .wizard-tabs-number {
        width: 45px;
        height: 45px;
        line-height: 43px;
    }
}

/* Invitation Code */
/* .nav-tabs.wizard-tab > a .wizard-tabs-number */
.nav-tabs.invitation-code {
    border: 0 none;
}

.nav-tabs.invitation-code li {
    margin: 25px 5px 0 0;
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

.nav-tabs.invitation-code li > a {
    border: none;
    background: none;
    padding: 0 12px;
}

.nav-tabs.invitation-code li > a .invitation-code-number {
    background-color: #ddd;
    padding:0;
    margin: 15px auto 0 auto;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
    font-size: 2.8rem;
    border-radius: 0%;
}

@media screen and (max-width:768px) {
    .nav-tabs.invitation-code li > a .invitation-code-number {
        height: 30px;
        width: 30px;
        line-height: 24px;
        font-size: 2.0rem;
    }
    .nav-tabs.invitation-code li > a {
        border: none;
        background: none;
        padding: 0 2px;
    }
}

.alert.alert-no-bottom {
    margin-bottom: 0px;
}

@media screen and (max-width:768px) {
    .radio label.fsRadio {
        width: 100%;
    }
}

.control-label.bold-label {
    font-weight: 600;
    font-size: 2.0rem;
}

.expandable-panel {
    display: block;
    width: 100%;
    border: none;
    background-color:#f5f5f5 ;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
}
.expandable-panel-heading{
    line-height: initial;
    font-size: 18px;
    font-weight:bold;
    width:99%;
}
@media screen and (max-width:575px) {
    .expandable-panel-heading{
        padding-left: unset;
        text-align: left;
        font-size: 15px;
        width:96%;
    }
}
.expandable-panel-heading-caret-accordion:after{
    margin-top:-40px;
    font-weight: 700;
}

@media screen and (max-width:675px) {
    .expandable-panel-heading-caret-accordion:after{
        margin-top:-47px
    }
}

.custom-btn-group-justified{
    margin-bottom: auto;
}

@media (max-width: 993px){
    .div-top-space-for-sm-xs {
        margin-top:20px;
    }    
}
@media (min-width: 790px){
    .top-space-for-sm-md-lg {
        margin-top:20px;
    }   
}

@media (min-width: 993px){
    .top-space-for-md-lg {
        margin-top:20px;
    }    
}
.expandable-accordon-description{
    text-align: right
}
@media screen and (max-width:790px) {
    .expandable-accordon-description{
        text-align: left
    }
        
}

@media screen and (max-width:790px) {
    .remove-left-right-padding-mobile{
        padding-left: unset;
        padding-right: unset;
    }
}

.btn-primary-center-align{
    float: none!important
}



@media screen and (min-width:993px) {
    .custom-panel-content {
        width: 100%;
        height: 220px;
    }
}
.custom-panel-header {
   color: #0E8387;;
}
@media screen and (min-width:993px) {
.panel-with-border{       
        height: 300px;
    }
}

.panel-with-border{
    border: #0E8387;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    width: 100%;
}

.declaration-list ul{
    list-style-position: inside;
    padding-left: 0;
}


/* Agency Access Radio Buttons */
.radio.agencyAccess input[type=radio] {
    width: 1px;
    height: 1px;
}

.radio.agencyAccess label {
    margin: 0;
}

.radio.agencyAccess label:after {
    content: none;
}

.radio.agencyAccess label:before {
    width: 16px;
    height: 16px;
    border: 4px solid #fff;
    margin-top: -8px;
    left: 32px;
}

.noselect {
    pointer-events: none    
}

.abn-header{
    display: table-row;
}

.login-block {
    background-color: #E5E5E5;
    padding: 1px 5px 1px;
    margin-bottom: 13px;
}

.login-block h3 {
    color: #002D30;;
    font-weight: bold;
}

.login-block button{
    background-color: #002D30;
    margin-right: 8px;
}

.fa-custom-sort{
    margin-left: 5px;
    color: gray;
    font-size: 20px !important;
}
.fa-custom-sort-up{
    font-size: 24px !important;
    color:gray;
    margin-left: 5px;
    position: relative;
    top: 7px;
}
.fa-custom-sort-down{
    font-size: 24px !important;
    color:gray;
    margin-left: 5px;

}

.header-beta-badge {
    color: #fff;
    background-color: #C604BD;
    width: 58px;
    padding-left: 7px;
    padding-right: 8px;
    padding-top: 4px;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: .8em;
}

ul.nav-tabs {
    margin-bottom: 15px !important;
}

.button-bar {
    border-top: 1px solid #CCCCCC;   
    margin-top: 30px;
}

.access-denied h2 {
    font-weight: bold;
}

.half-width {
    width: 50%;
}

    /* Calendar / DatePicker Color Scheme*/
.theme-default .bs-datepicker-head {
    background-color: #0E8387;
    }
    
    
.theme-default .bs-datepicker-body table td span.selected{
    background-color: #0E8387 
}

@media (min-width: 768px) {
    .agency-access-tooltip .tooltip-inner{
        max-width: 100% !important; 
        text-align: left;
        white-space: nowrap;    
    }
}

.stateIcon-Active{
    color:#00ad00;
    font-size:10px;
}
.stateIcon-Pending{
    color: #ff833b;
    font-size:10px;
}
.stateIcon-Pending-Expired, 
.stateIcon-Pending-Cancelled, 
.stateIcon-Pending-Removed,
.stateIcon-Accepted-Cancelled,
.stateIcon-Declined-Cancelled, 
.stateIcon-Declined-FutureDated, 
.stateIcon-Declined-Expired, 
.stateIcon-Accepted-Removed,
.stateIcon-Accepted-Expired,
.stateIcon-Declined
{
    color: #385cc4;
    font-size:10px;
}
.stateIcon-Accepted-FutureDated
{
    color:#00ad00;
    font-size:10px;
}

.whiteBoxShadow:focus{
    -webkit-box-shadow: 0 0 1px 1px #FFF;
    -moz-box-shadow: 0 0 1px 1px #FFF;
    box-shadow: 0 0 0px 1px #FFF;
}

#resultsTabs{
  margin-top:15px;
}

.margin-top-25{    
  margin-top:25px;
}

.div-inline-block {
  display: inline-block;
  text-align: left;
}

.banner-span {

    color: #fff;
    display: inline-block;
    margin-left: 15px;
}

.banner-pull-left {
    float: left!important;
    width: 50%;
}

.banner-pull-right{
    float:right!important;
    width: 50%;
    text-align: right;
}

.home-page-item{
    padding: 13px 20px 13px 20px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    background-color: #DDE1E2;
    color: #0E8387;
    display: block;
    position: relative;
    width: 100%;
    font-size: 1.2em;
    min-height: 60px;    
}

.home-page-item button {
    border-style: hidden;
    background: transparent;
    padding-left:0 !important;
}

.home-right-arrow:after{
    content: "\E0A1";
    font-family: ato-font-family-v2;
    float: right;
    cursor: pointer;
}

.home-up-arrow:after{
    content: "h";
    font-family: ato-font-family-v2;
    float: right;
    padding-left: 5px;
    cursor: pointer;
}   

.home-down-arrow:after{
    content: "g";
    font-family: ato-font-family-v2;
    float: right;
    padding-left: 5px;
    cursor: pointer;
}   

.authcode-input-group{
    width: 198px;
}

.authcode-input-group input {
    letter-spacing: 3px;
    font-size:16px;
}

.authcode-input-group button {
    margin-left: 2px;
}
.unavailable-block {
    padding: 1px 5px 1px;
    margin-top:10vh;
    font-size: 18px;
  }

  .unavailable-block h1 {
    font-weight: 700;
  }
  .underline-anchor{
      text-decoration: underline;
  }