@font-face {
    font-family: 'Century Gothic Regular';
    src: url('/CenturyGothicRegular.woff2') format('woff2'), url('/CenturyGothicRegular.woff') format('woff');
}

body {
    font-family: "Century Gothic Regular";
    overflow-x: hidden;
}
/*======== FLEXBOX Class ========*/
.row-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
/*======== END FLEXBOX Class ========*/

/* Application form specific styles */
.app-mainContainer {
    padding-left: 0 !important;
    margin-bottom: 200px;
}

.printButtonHeader {
    display: flex;
    justify-content: center;
}

.marginButtom13 {
    margin-bottom: 13px;
}


.submitPopup {
    font-size: 30px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 26px;
}

.submitPopupActionButtons {
    font-size: 23px;
}

.centerText {
    text-align: center;
}
 
.flex-row{
    display:flex;
}

.app-button-left button {
    margin-right: 10px !important;
    margin-top: 10px;
}

.app-button-right button {
    margin-left: 10px !important;
    margin-top: 10px !important;
}

#validation-block ul li {
    padding-top: 10px;
}

#validation-block .validation-header {
    font-weight: 600;
}

#applicationcontent {
    margin-top: 20px;
}

.app-page-content {
    width: 100%;
}

/* END Application form specific styles */

.columnBlockLayout {
    padding-left: 0;
}

.BoldAttribute {
    height: 34px;
    color: #1c2b39 !important;
    /*  text-align: center;*/
    font: 32px Arial, sans-serif;
    font-weight: bolder;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #1C2B39 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    padding: 18px !important;
    width: 100% !important;
    border: none !important;
    text-align: left !important;
    outline: none !important;
    font-size: 21px !important;
    font-weight: bolder !important;
}


    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .collapsible.active, .collapsible:hover {
        background-color: #B8A284 !important;
    }

/* Style the collapsible content. Note: hidden by default */
/*
.content {
  padding: 0 18px !important;
  display: none !important;
  overflow: hidden !important;
  background-color: #f8f8f8 !important;
}
*/
.container {
    min-height: 100px;
}

.link-button {
    display: block !important;
    width: 215px !important;
    height: 42px !important;
    background: #00948D !important;
    padding: 10px !important;
    text-align: center !important;
    border-radius: 5px !important;
    color: white !important;
    font-weight: bold !important;
    line-height: 25px !important;
}

.navbar-static-top {
    height: 80px !important;
    background-color: #1B2E3C !important;
    color: white !important;
}

.navbar-top-logo {
    background-image: url('/NIAATRSLogo-IconInlineWhite.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 300px;
    height: 64px;
}

.popup-top-logo {
    background-image: url('/NIAA_TRS_Logo-IconInline.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 500px;
    height: 80px;
}

.popup-header-centreLogo {
    display: flex;
    justify-content: center;
}

.popover-title {
    color: #1b2e3c;
    font-weight: bold;
    background-color: #e6e8ea !important;
}

.popover {
    font-family: "Century Gothic Regular";
}

#popover-close {
    text-decoration: none;
    line-height: 0.5
}

@media only screen and (max-width: 400px) {
    .navbar-top-logo {
        width: 250px;
    }
}

@media only screen and (max-width: 315px) {
    .navbar-top-logo {
        width: 200px;
    }
}


.navbar-toggle {
    background-color: #1b2e3c !important;
    top: 10px;
    border: 2px solid #fff !important;
}



.footer-bottom {
    background-color: #1B2E3C !important;
    padding: 0 !important;
    /*margin-top:20px;
*/
    /*padding-bottom:100px;
*/
}

.navbar-brand {
    padding: 3px 15px !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

.nav > li > a:hover {
    background-color: #e3d8c2 !important;
    /* border-bottom: 4px solid #F26135 !important;*/
    color: #000 !important;
    /*text-decoration:underline;*/
}

footer-bottom ul li a:active, .footer-bottom ul li a:focus {
    background-color: #1B2E3C !important;
    text-decoration: underline;
}

.row.sectionBlockLayout.sectionPrimaryColor {
    background-color: #F26135 !important;
    height: 5px !important;
    min-height: 5px !important;
    margin-right: 0px;
}

.btn-primary {
    color: #ffffff;
    background-color: #1B2E3C !important;
    border-color: #1B2E3C !important;
}

hr {
    border-top: 3px solid #F26135;
}

legend {
    border-bottom: 3px solid #F26135 !important;
    font-weight: bold;
    color: #F26135 !important;
    /*    font-family: kalam !important;
*/
    font-size: x-large;
}

#niaa-messages {
    margin-top: 80px;
}

.btn-success {
    color: #ffffff;
    background-color: #1B2E3C !important;
    border-color: #1B2E3C !important;
}

.panel-heading {
    /* font-family:Kalam;*/
    background-color: #1B2E3C !important;
    border-color: #1B2E3C !important;
    font-size: x-large;
}

.panel-primary {
    border-color: #1B2E3C !important;
}

.crmEntityFormView, .entitylist {
    border: none !important;
}

.landing-page-panel, .assessment-grid, .applications-grid {
    border: 0px !important;
    margin-bottom: 30px;
}


.view-grid .dropdown.action > .btn {
    display: none;
}

.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 120px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
    margin: 0px;
    padding: 2px 0;
}

    .view-grid .dropdown.action .dropdown-menu li {
        display: inline-block;
        text-align: center;
    }

        .view-grid .dropdown.action .dropdown-menu li a {
            font-size: 18px;
            padding: 2px;
            margin: 0;
        }

            .view-grid .dropdown.action .dropdown-menu li a > span {
                font-size: 18px;
            }
           

            .view-grid .dropdown.action .dropdown-menu li a:hover {
                color: #008C95;
                background: transparent;
            }

                .view-grid .dropdown.action .dropdown-menu li a:hover span {
                    text-decoration: underline;
                    top: 0px;
                }

.glyphicon-ok:before {
    /*color:#66ff00;*/
    /*color: #00948d;*/
    color: #06d200;
}

.footer-deceased {
    padding: 20px;
    font-size: 0.8em;
}

    .footer-deceased:before {
        content: url(https://www.niaa.gov.au/sites/all/themes/dpmc/images/niaa-footer-wrap-left.png);
        position: absolute;
        left: -650px;
        top: 3px;
    }

    .footer-deceased:after {
        content: url(https://www.niaa.gov.au/sites/all/themes/dpmc/images/niaa-footer-wrap-right-3d.png);
        position: absolute;
        top: 6px;
        right: -1600px;
        z-index: 1;
    }

div#zone-footerglobal-wrapper {
    background-color: #242f3a;
    padding: 20px 0;
    padding-top: 100px;
    margin-top: 70px;
}

.footer-right {
    top: 46px;
    position: relative;
    right: -1559px;
}

.footer-left {
    top: 15px;
    position: absolute;
    left: -400px;
}

.footer-main {
    position: relative;
    overflow: hidden;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1C2B39 !important;
    border-color: #1C2B39 !important;
}

.crmEntityFormView.tab {
    margin-bottom: 10px !important;
}

iframe {
    min-height: 450px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}

.message-block {
    margin: 10px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 1em;
}

    .message-block.success {
        background-color: #ecece3 !important;
        border-left: 5px solid #868b4e;
        color: #393b22;
    }

    .message-block.info {
        background-color: #e6e8ea !important;
        border-left: 5px solid #1b2e3c;
        color: #1b2e3c;
    }

    .message-block.warning {
        background-color: #fde9e2 !important;
        border-left: 5px solid #F26135;
        color: #8c361c;
    }

    .message-block.error {
        background-color: #fedfdf !important;
        border-left: 5px solid #8c0202;
        color: #8c0202;
    }

    .message-block.info.applications, .message-block.error.applications {
        margin-bottom: 5px;
        margin-top: 5px;
    }


div.field-message-block {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    width: 100%;
    font-size: 1em;
    background-color: #e6e8ea !important;
    border-left: 5px solid #1b2e3c;
    color: #1b2e3c;
}

.flex-contentsnippet {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	padding: 10px;
}

	.flex-contentsnippet h1,
	.flex-contentsnippet h2,
	.flex-contentsnippet h3,
	.flex-contentsnippet h4,
	.flex-contentsnippet h5,
	.flex-contentsnippet h6 {
		color: #F26135;
	}




.flex-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    padding: 10px;
}

.flex-item-left {
    padding: 10px;
    flex: 50%;
}

.flex-item-right {
    padding: 10px;
    flex: 50%;
}

div#applicant-form label {
    width: 200px;
    margin-bottom: 20px;
    font-weight: 700 !important;
}

    div#applicant-form label:nth-child(2) {
        font-weight: 500 !important;
    }

div#application-form label {
    margin-bottom: 10px;
    font-weight: 700 !important;
    margin-right: 10px;
}

    div#application-form label:nth-child(2) {
        font-weight: 500 !important;
    }

.header {
    margin-bottom: 10px;
    font-weight: bold;
}

table.table.table-striped td,
table.table.table-striped div {
    font-family: Century Gothic Light;
    font-size: 20px !important;
}

#assessmentDetailsContainer input.btn {
    margin: 5px;
}

.text-link {
    color: #1C2B39;
    text-decoration: none;
    border-bottom: 1px solid #1C2B39;
}

    .text-link:hover {
        text-decoration: none;
    }

.wrapper-body {
    padding-bottom: 100px !important;
}

.input-readonly {
    pointer-events: none;
    background-color: gray;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: Kalam !important;
    font-size: 20px !important;
    text-decoration: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    font-family: Kalam !important;
    font-size: 20px !important;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 1px solid #F26135 !important;
    /*background-color:#F4EFEA !important;*/
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 1px solid #F26135 !important;
        border-bottom-color: transparent !important;
        background-color: #1B2E3C !important;
        /* text-decoration: underline; */
        color: white !important;
        /*border-bottom: 5px solid #F26135 !important;*/
    }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #868A4E !important;
    border-bottom: 4px solid #F26135 !important;
    color: white !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu, .navbar-inverse .navbar-nav > .open > a {
    background-color: #1B2E3C !important;
    color: white !important;
}

.nav-tabs > li > a {
    /*font-family:Kalam !important;*/
    font-size: large;
    font-weight: 600;
    text-decoration: none;
}

.header-navbar.navbar.navbar-default {
    /*background-color:#F4EFEA !important;*/
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content, .panel-body, .table {
    /*background-color:#F4EFEA !important;*/
}

.entitylist {
    background-color: #F4EFEA !important;
}

.feature-block.orange:before {
    content: url(../blob-orange.png);
    position: absolute;
    left: -69px;
}

.feature-block.olive:before {
    content: url(../blob-green.png);
    position: absolute;
    left: -69px;
}

.feature-block {
    font-size: 18px;
    background-color: #F4EFEA;
    padding: 30px 50px 10px 70px;
    /*margin-bottom: 30px;*/
    -webkit-box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 10%);
    position: relative;
}

.panel-body.feature-block.table-list {
    padding: 30px;
}

#landing-panel1, #landing-panel2 {
    padding-left: 35px;
    box-shadow: 0px 4px 8px 6px rgb(0 0 0 / 10%);
}

footer {
    margin-top: 40px;
}

.footer-buttons {
    display: flex;
    justify-content: space-between;
}

.nav-tabs > li > a:hover {
    background-color: #868A4E !important;
    color: white !important;
    border-color: #F26135;
    /*border-bottom: 5px solid #F26135 !important;*/
}

.nav-tabs > li.active > a {
    /*    color: #555 !important;*/
}

#navbar {
    background-color: #1B2E3C !important;
}

.submit-btn {
    margin-right: 10px !important;
}

button.btn.btn-default {
    height: 35px;
}

.validation-summary {
    margin-top: 20px;
}

.tab-title {
    font-weight: bold;
    margin-top: 25px;
}

/*loading bar*/
#progress {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 0%;
    height: 4px;
    background: #F26135;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 500ms ease-out,opacity 400ms linear;
    -ms-transition: width 500ms ease-out,opacity 400ms linear;
    -o-transition: width 500ms ease-out,opacity 400ms linear;
    -webkit-transition: width 500ms ease-out,opacity 400ms linear;
    transition: width 500ms ease-out,opacity 400ms linear
}

    #progress.done {
        opacity: 0
    }

    #progress dd, #progress dt {
        position: absolute;
        top: 0;
        height: 2px;
        -moz-box-shadow: #b91f1f 1px 0 6px 1px;
        -ms-box-shadow: #b91f1f 1px 0 6px 1px;
        -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
        box-shadow: #b91f1f 1px 0 6px 1px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    #progress dd {
        opacity: 1;
        width: 20px;
        right: 0;
        clip: rect(-6px,22px,14px,10px)
    }

    #progress dt {
        opacity: 1;
        width: 180px;
        right: -80px;
        clip: rect(-6px,90px,14px,-6px)
    }



.form-custom-actions, .assessment-custom-actions {
    margin-bottom: 40px !important;
}

a {
    color: #62643d;
    text-decoration: underline;
}

    a:hover {
        color: #005283 !important;
        text-decoration: underline;
    }

.fa {
    top: 0;
    font-weight: medium;
}


/* Modal Header */
.tsgrs-modal-header {
    padding: 2px 16px;
    color: white;
}

/* Modal Body */
.tsgrs-modal-body {
    padding: 2px 16px;
}
/* The Modal (background) */
.tsgrs-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.center {
    padding-top: 400px; /* Location of the box */
}

/* Modal Content */
.tsgrs-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /*width: 50%;*/
    width: max-content;
    max-width: 40%;
    overflow-x: auto;
    max-height: 80%;
}

/* The Close Button */
.tsgrs-close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: bold;
    margin-top: -20px;
    margin-right: -20px;
    cursor: pointer;
}

.tsgrs-modal-error{
    display: flex;
}

.tsgrs-modal-error-img{    
    font-size:xx-large;
}

.tsgrs-modal-error-content {
    font-size: 18px;
    padding-left: 10px;
}

.snippet-image{
max-width:100%;
}

.btn-primary:hover {
    color: #ffffff !important;
}

.input-select {
    max-width: 100px !important;
}

.tsgrs-description-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -9px;
    cursor: pointer;
}

/*******Vertical Menu Styles********/

body,
html {
    height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        /*    padding-left: 220px;*/
    }

#sidebar-wrapper {
    z-index: 998;
    width: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1b2e3c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-bottom: 20px;
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 310px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 10%);
    margin-right: 20px;
}

/*    @media only screen and (max-width: 600px) {
        #wrapper.toggled #sidebar-wrapper {
            width: 0px !important;
            margin-right: 0px !important;
        }*/
}

#page-content-wrapper {
    width: 100%;
    /*    margin-top:20px;*/
    /*    padding-top: 70px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
    padding: 0;
}

.sidebar-nav {
    /*    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;*/
    list-style: none;
}

    .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 300px;
    }

        .sidebar-nav li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            height: 100%;
            width: 3px;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }

        .sidebar-nav li:first-child a {
            color: #fff;
            /*    background-color: #1a1a1a;*/
        }

.sub-menu li {
    border-left: 1px solid #868b4e;
    width: 260px;
}

.nav .open .dropdown-menu > li > a {
    color: white !important;
}

.nav > .open > a {
    background-color: #e3d8c2 !important;
    color: black;
}

.nav .open .dropdown-menu {
    background-color: #61939b !important;
}

.dropdown-menu {
    width: 300px !important;
}

/*
.sidebar-nav li:nth-child(5n+1):before {
    background-color: #ec1b5a;   
}
.sidebar-nav li:nth-child(5n+2):before {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(5n+3):before {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5n+4):before {
    background-color: #279636;   
}
.sidebar-nav li:nth-child(5n+5):before {
    background-color: #7d5d81;   
}


.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
*/
.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

    .sidebar-nav li a:hover,
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus,
    .sidebar-nav li.open a:hover,
    .sidebar-nav li.open a:active,
    .sidebar-nav li.open a:focus {
        color: #000 !important;
        text-decoration: underline;
        background-color: #61939b !important;
    }

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.activemenuitem {
    color: #000 !important;
    text-decoration: none;
    background-color: #61939b !important;
}


.sidebar-header {
    text-align: left;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.sidebar-brand {
    height: 65px;
    position: relative;
    /*    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);*/
    padding-top: 1em;
    padding-left: 20px;
    color: white;
}

    .sidebar-brand a {
        color: #ddd;
    }

        .sidebar-brand a:hover {
            color: #fff;
            text-decoration: none;
        }

.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

.dropdown-menu.show {
    top: 0;
}

.nav .open .dropdown-menu > li > a:hover {
    background-color: #61939b !important;
    padding: 10px 25px;
    /*#F26135 !important;*/
}

.parent-menu {
    float: right;
}

.create-action, .edit-link,.workflow-link, .delete-link, .action, .details-link {
    text-decoration: none !important;
}

    .create-action:hover, .edit-link:hover, .delete-link:hover, .action:hover, .details-link:hover {
        text-decoration: underline !important;
    }

.add-folder {
    display: none;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: relative;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    margin-bottom: 5px;
}

    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        position: absolute;
        left: 0;
        height: 4px;
        width: 100%;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom {
        background-color: #1a1a1a;
    }

    .hamburger.is-closed .hamb-top {
        top: 5px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-middle {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-closed .hamb-bottom {
        bottom: 5px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-top {
        top: 0;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 0;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        /*  background-color: #fff;*/
        background-color: #1a1a1a;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1000;
}


/*-------------------------------*/
/*            Loading Spinner    */
/*-------------------------------*/

.spanner {
    position: fixed;
    top: 50%;
    left: 0;
    /*background: rgba(250,250,250,.8);*/
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #1B2E3C;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
    font-weight: bold;
    font-size: larger;
}

/*
.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}
*/

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.7s infinite ease-in-out;
    animation: load7 1.7s infinite ease-in-out;
}

.loader {
    color: #1B2E3C;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 1
    }


/*-------------------------------*/
/*            Loading Spinner End    */
/*-------------------------------*/



.tsgrs-scroll-navbar {
    top: 85px !important;
}

.tsgrs-navbar-top {
    .is-open top: 0px !important;
}

.tsgrs-hamburger-scroll {
    /*top: 110px !important;*/
}

.tsgrs-hamburger-top {
    top: 20px !important;
}

.is-open {
    /*    left: 15px !important;*/
    height: 32px;
    width: 32px;
}

.is-closed {
    /*left: 15px !important;*/
}

.nav > li > a:focus {
    background-color: #1B2E3C !important;
}

/*-------------------------------*/
/* Address AutoComplete      */
/*-------------------------------*/
.addressAutocomplete, .addressAutocompleteFocused {
    font-size: 18px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

label[for=autoCompleteReadOnly] {
    margin-top: 15px;
    padding-right: 6px;
}

/**Table Styles*/
table.section {
    margin-left: 5px !important;
    margin-top: 10px !important;
}

.cell {
    padding-left: 0 !important;
}

.snippet-text {
    font-size: 18px !important;
}

.tab-column {
    padding-left: 0px !important;
}

.footer-buttons {
    margin-right: 10px;
}

@media (min-width: 1300px) {
    .customContainer {
        width: 1303px !important;
    }
}

/* Removes the dropdown for the subgrid */
.sp-item .btn.btn-default.btn-xs {
    display: none;
}

/* Displays the buttons that were in the dropdown inline inside the row */
.sp-item .dropdown-menu {
    display: contents;
    position: relative !important;
    top: 100% !important;
    left: 0 !important;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#quickExitBtn {
    position: fixed;
    right: 12px;
    z-index: 2000;
    /*font-size: 18px;*/
    border: none;
    outline: none;
    background-color: #1B2E3C;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    top: auto !important;
    border: solid 3px #fff;
}

    #quickExitBtn:hover {
        background-color: #555;
    }

.ui-autocomplete-loading {
    background: url(/loading.gif) no-repeat left center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 40px;
}

.helpBtnMainPage {
    float: right;
    margin-top: 21px;
}

.headerPositionMainPage {
    display: inline-block;
}

.applicationHeaderBar {
    font-size: 22px;
    font-weight: 600;
    margin: 0px
}

.float-right{
    float:right !important;
}

.position-fixed{
    position:fixed !important;
}

ol.SubOrdered {
    counter-reset: item
}

li.SubOrdered {
    display: block
}

    li.SubOrdered:before {
        content: counters(item, ".") ") ";
        counter-increment: item
    }

.force-wrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

#myModal li {
    list-style-type: disc;
    margin-left: 40px;
}


#subPNList li {
    list-style-type: circle !important;
    margin-left: 25px;
}

.validation-header {
    font-weight: 600 !important;
    font-size: 24px !important;
}

.message-block.error ul li a {
    cursor: pointer !important;
    color: #175f96 !important;
    font-size: 18px !important;    
}

.customControl.CustomDateControl.DatePicker.CustomDateControl\.DatePicker {
    margin-bottom: -2rem;
}