body {
    color: #3C444E;
    background: #F6F6F6;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}
b, strong {
    font-weight: bold;
}
h1, .gs-typography h1{
    font-weight: 100;
    color: #3C444E;
    font-size: 40px;
}

h2, .gs-typography h2{
    font-weight: 300 !important;
}

label {
    font-weight: 300;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #36527C;
}
.monospace {
    font-family: "Lucida Console", Courier, monospace;
}
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    color: #3698CC;
}

p {
    font-size: 14px;
}

/*img {
   max-width: 100%; 
}*/

::selection {
    background: #C4E1F0;
}

::-moz-selection {
    background: #C4E1F0;
}

.pad-right {
    padding-right: 5px;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E0E2E3;
    background-color: #E0E2E3;
    color: #E0E2E3;
}
.module-separator {
    background-color: #3698CC;
    height: 5px;
    margin-bottom: 5px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.center-text {
    text-align: center;
}

.clip-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 130px;
}
.highlight {
    color: #fff;
    background-color: #3698cc;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}

.indent8 {
    padding-left: 8px;
}

.indent15 {
    padding-left: 15px;
}

.indent20 {
    padding-left: 20px;
}

.indent40 {
    padding-left: 40px;
}

.small-time {
    font-size: 14px;
    font-weight: 100;
}

.page-heading {
    font-size: 42px;
    font-weight: 100;
    line-height: 42px;
    padding-right: 20px;
}

.page-heading-crumb {
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
}

.page-directions {
    background-color: #C4E1F0;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}
#noty_topCenter_layout_container {
    width: 520px !important;
}
#noty_topCenter_layout_container li {
    width: 520px !important;
}

.page-directions i {
    padding-right: 10px;
}
.home-page-summary-button {
    background-color: #3698CC !important;   
}
.home-page-summary-button.selected {
    border: 2px solid #C1C5C7 !important;
}
.home-page-summary-button.non-select {
    cursor: unset;
    box-shadow:none;
    -webkit-box-shadow:none;
}
.page-quick-link {
    color: #fff !important;
}
.home-page-summary-button > .sub-text-small, .home-page-summary-button > .profile-button-small {
    color: #fff !important;
}
.page-quick-link {
    display: inline-block;
    color: #fff !important;
    margin-top: 10px;
    margin-left: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    cursor: pointer;
}
.page-quick-link i {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.page-quick-link img {
    margin-bottom: 10px;
    margin-top: 15px;
}
.print-only,.print-inline-only {
    display: none !important;
}
.fa-kit {
    font-weight:300;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  COLOURS - same as resting state of buttons
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.blue, .blue hr {
    background-color: #3698CC !important;
    color: #3698CC !important;
    border-color: #3698CC !important;
}

.blue-text {
    color: #3698CC !important;
}
.blue-bg {
    background-color: #3698CC !important;
}

.dark-blue-text {
    color: #00264d !important;
}

.dark-blue, .dark-blue hr {
    background-color: #00264d !important;
    color: #00264d;
    border-color: #00264d !important;
}

.light-blue, .light-blue hr {
    background-color: #86C1E0 !important;
    color: #86C1E0 !important;
    border-color: #86C1E0 !important;
}

.light-blue-text {
    color: #86C1E0 !important;
}

.logo-blue-text {
    color: #36527C !important;
}

.grey-text, .grey-text h1 {
    color: #3C444E !important;
}

.alt-grey-text {
    color: #5C6C79 !important;
}

.medium-grey, .medium-grey hr {
    color: #C1C5C7 !important;
    background-color: #C1C5C7 !important;
    border-color: #C1C5C7 !important;
}

.medium-grey-text, .medium-grey-text h1 {
    color: #C1C5C7 !important;
}

.light-grey, .light-grey hr {
    color: #E0E2E3;
    background-color: #E0E2E3 !important;
    border-color: #E0E2E3 !important;
}

.light-grey-text, .light-grey-text h1 {
    color: #E0E2E3 !important;
}

.yellow, .yellow hr {
    background-color: #F1C40F !important;
    color: #F1C40F;
    border-color: #F1C40F !important;
}

.yellow-text, .yellow-text h1 {
    color: #F1C40F !important;
}

.orange, .orange hr {
    background-color: #F2723A !important;
    color: #F2723A;
    border-color: #F2723A;
}
.orange-text {
    color: #F2723A !important;

}
.red, .red hr {
    background-color: #C70000 !important;
    color: #C70000;
    border-color: #C70000;
}

.red-text, .red-text h1 {
    color: #C70000 !important;
}

.green, .green hr {
    background-color: #0C9900 !important;
    color: #0C9900;
    border-color: #0C9900;
}

.green-text, .green-text h1 {
    color: #0C9900 !important;
}

.purple-text, .purple-text h1 {
    color: #9836CC !important;
}

.purple, purple hr {
    background-color: #9836CC !important;
}

.light-green, .light-green hr {
    background-color: #6CC166 !important;
    color: #6CC166;
    border-color: #6CC166;
}

.light-green-text, .light-green-text h1 {
    color: #6CC166 !important;
}
.light-red-text {
    color: #D74C4C !important;
}



.white-text, .white-text h1 {
    color: #FFF !important;
}

.design-title-text {
    color: #0C9900;
    font-weight: 900;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  TABLES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.table-borderless td, .table-borderless th, .no-cell-border td {
    border: none !important;
}
.table-empty-thead > tbody > tr:first-child > td {
    border: none !important;
}
tr.selected {
    background-color: #3698CC !important;
    color: #fff !important;
}
 
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  FORMS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.editable-disabled {
    pointer-events: none;
}
.form-control {
    color: #5C6C79;
    outline: 1px none;
    height: 18px;
    padding: 6px 11px;
    line-height: 18px;
    font-size: 14px;
    background-color: #FFF;
    min-height: 36px;
    filter: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    transition: all 0.2s linear 0s;
}
input.input-lg {
    height: 46px;
    line-height: 30px;
}
.fa-checkbox {
    display: none;
}
.fa-checkbox + span:before {
    font-family: 'FontAwesome';
    font-weight:400;
    cursor: pointer;
    font-size: 20px;
    padding-right: 5px;
    height: 10px;
    content: "\f096"; /* check-empty */
}
.fa-checkbox:checked + span:before {
    content: "\f0c8"; /* check */
    padding-right: 4px;
    color: #3698CC;
}
.fa-checkbox:disabled + span:before {
    color: #C1C5C7 !important;
    cursor: not-allowed;
}
.fa-togglebox {
    display: none;
}
.fa-togglebox + span:before {
    font-family: 'FontAwesome';
    font-weight:300;
    color: #C1C5C7;
    cursor: pointer;
    font-size: 20px;
    padding-right: 5px;
    height: 10px;
    content: "\e5b0"; /* check-empty */
}

.fa-togglebox.large + span:before {
    font-size: 50px;
    height: 20px;
}

.fa-togglebox:checked + span:before {
    content: "\e5b1"; /* check */
    color: #0C9900 !important;
}
.fa-togglebox:disabled + span:before {
    color: #E0E2E3 !important;
    cursor: not-allowed;
}

.fa-togglebox-label {
    cursor: pointer;
}

.fa-togglebox-label.large {
    font-size: 30px;
    font-weight: 600;
}

.fa-radiobutton {
    display: none;
}
.fa-radiobutton + span:before {
    font-family: 'FontAwesome';
    font-weight:400;
    cursor: pointer;
    font-size: 20px;
    padding-right: 5px;
    height: 10px;
    content: "\f10c"; /* radio-empty */
}
.fa-radiobutton:checked + span:before {
    content: "\f111"; /* radio */
    color: #3698CC;
}
.fa-radiobutton:disabled + span:before {
    color: #C1C5C7 !important;
    cursor: not-allowed;
}



.option-button {
    display: none;
}

.option-button + div {
    border: 3px solid #3698CC;
    display: inline-block;
    border-radius: 5px;
    height: 35px;
    min-width: 75px;
    font-size: 12px !important;
    max-width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}

.option-button:checked + div {
    background-color: #3698CC;
    color: #fff;
}

.option-button:disabled + div {
    border-color: #C1C5C7;
    cursor: not-allowed;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  PAGINATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3698CC;
    border-color: #3698CC;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  BUTTONS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.btn {
    border: none;
    font-size: 14px;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 14px;
    /*margin-bottom: 5px;*/
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.dataTable .btn { /* leave rounded buttons in data tables */
    border-radius:5px;
}
.btn-group .btn {
    border-radius: 5px;
}

.btn-giant {
    padding: 24px;
    font-size: 30px;
    border-radius: 10px;
    font-weight: 100;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.btn-full-width {
    width: 100%;
}

.btn-lg {
    padding: 16px;
    font-size: 18px;
}

.btn-sm {
    padding: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    border-radius: 3px;
}
.link-btn {
    padding: 4px 8px;
}
.btn-tiny {
    padding: 4px;
}
.btn-white {
    background-color: #fff;
    color: #3C444E;
    border: 1px solid #C1C5C7;
}
.btn-white:hover {
    background-color: #E0E2E3;
    color: #3C444E;
}
.btn-pad {
    margin-right: 10px;
}

.btn-panel-edit {
    float: right;
}

.cursor, .link {
    cursor: pointer;
}

.btn-toolbar {
    font-size: 18px;
    border-radius: 0px
}

.btn:hover, .btn:focus {
    outline: none;
}

.btn:active, .btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn.disabled, .btn[disabled], .btn fieldset[disabled] .btn {
    background-color: #E3E3E3;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* DEFAULT BUTT */
.btn-default, a.btn-default:link, a.btn-default:visited {
    color: #FFF;
    background-color: #C1C5C7;
    outline: none !important;
    border: 0px !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #3C444E;
    background-color: #E0E2E3;
}

.btn-default.disabled, .btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #C1C5C7;
    border-color: #C1C5C7;
}

/* BLUE BUTT */
.btn-primary, a.btn-primary:link, a.btn-primary:visited {
    color: #FFF;
    background-color: #3698CC;
    outline: none;
    border: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #3C444E;
    background-color: #86C1E0;
}

.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: #3698CC;
    border-color: #3698CC;
}

/* MINT BUTT */
.btn-info, a.btn-info:link, a.btn-info:visited {
    color: #FFF;
    background-color: #36CCB5;
    outline: none !important;
    border: 0px !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #3C444E;
    background-color: #73DBCB;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #36CCB5;
    border-color: #36CCB5;
}

/* DARK BLUE BUTT */
.btn-darkBlue, a.btn-darkBlue:link, a.btn-darkBlue:visited {
    color: #FFF;
    background-color: #36527C;
    outline: none !important;
    border: 0px !important;
}

.btn-darkBlue:hover,
.btn-darkBlue:focus,
.btn-darkBlue:active,
.btn-darkBlue.active,
.open .dropdown-toggle.btn-darkBlue {
    color: #3C444E;
    background-color: #5C81B8;
}

.btn-darkBlue.disabled,
.btn-darkBlue[disabled],
fieldset[disabled] .btn-darkBlue,
.btn-darkBlue.disabled:hover,
.btn-darkBlue[disabled]:hover,
fieldset[disabled] .btn-darkBlue:hover,
.btn-darkBlue.disabled:focus,
.btn-darkBlue[disabled]:focus,
fieldset[disabled] .btn-darkBlue:focus,
.btn-darkBlue.disabled:active,
.btn-darkBlue[disabled]:active,
fieldset[disabled] .btn-darkBlue:active,
.btn-darkBlue.disabled.active,
.btn-darkBlue[disabled].active,
fieldset[disabled] .btn-darkBlue.active {
    background-color: #36527C;
    border-color: #36527C;
}

/* RED BUTT */
.btn-danger {
    color: #FFF;
    background-color: #C70000;
    outline: none !important;
    border: 0px !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #3C444E;
    background-color: #D74C4C;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #C70000;
    border-color: #C70000;
}

/* GREEN BUTT */
.btn-success {
    color: #FFF;
    background-color: #0C9900;
    outline: none !important;
    border: 0px !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #3C444E;
    background-color: #6CC166;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #0C9900;
    border-color: #0C9900;
}

/* YELLOW BUTT */
.btn-warning {
    color: #3C444E;
    background-color: #F4D452;
    outline: none !important;
    border: 0px !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #3C444E;
    background-color: #FFE785;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #F4D452;
    border-color: #F4D452;
}

/* ORANGE BUTT */
.btn-orange {
    color: #FFF;
    background-color: #F2723A;
    outline: none !important;
    border: 0px !important;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: #3C444E;
    background-color: #F48352;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background-color: #F2723A;
    border-color: #F2723A;
}

/* GREEN BUTT */
.btn-light-green {
    color: #3C444E;
    background-color: #88EC81;
    outline: none !important;
    border: 0px !important;
}

.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
    color: #3C444E;
    background-color: #6CC166;
}

.btn-light-green.disabled,
.btn-light-green[disabled],
fieldset[disabled] .btn-light-green,
.btn-light-green.disabled:hover,
.btn-light-green[disabled]:hover,
fieldset[disabled] .btn-light-green:hover,
.btn-light-green.disabled:focus,
.btn-light-green[disabled]:focus,
fieldset[disabled] .btn-light-green:focus,
.btn-light-green.disabled:active,
.btn-light-green[disabled]:active,
fieldset[disabled] .btn-light-green:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green.active {
    background-color: #88EC81;
    border-color: #88EC81;
}


/* INACTIVE TILE BUTTONS */
.btn-primary.inactive-tile {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.btn-primary.inactive-tile:hover,
.btn-primary.inactive-tile:focus,
.btn-primary.inactive-tile:active,
.btn-primary.inactive-tile.active {
    /* turn off button hover styles */
    color: #FFF;
    background-color: #3698CC;
    pointer-events: none;
}


.btn-success.inactive-tile {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.btn-success.inactive-tile:hover,
.btn-success.inactive-tile:focus,
.btn-success.inactive-tile:active,
.btn-success.inactive-tile.active {
    /* turn off button hover styles */
    color: #FFF;
    background-color: #0C9900;
    pointer-events: none;
}

.btn-danger.inactive-tile {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.btn-danger.inactive-tile:hover,
.btn-danger.inactive-tile:focus,
.btn-danger.inactive-tile:active,
.btn-danger.inactive-tile.active {
    /* turn off button hover styles */
    color: #FFF;
    background-color: #C70000;
    pointer-events: none;
}

.btn-info.inactive-tile {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.btn-info.inactive-tile:hover,
.btn-info.inactive-tile:focus,
.btn-info.inactive-tile:active,
.btn-info.inactive-tile.active {
    /* turn off button hover styles */
    color: #FFF;
    background-color: #C70000;
    pointer-events: none;
}
/* OUTLINE BUTTONS */
.btn-default.btn-outline {
    color: #3C444E;
    background-color: transparent;
}

.btn-default.btn-outline:hover, .btn-default.btn-outline:active, .btn-default.btn-outline:focus {
    color: #fff;
    background-color: #C1C5C7;
}

/*blue*/
.btn-primary.btn-outline {
    color: #3698CC;
    background-color: transparent;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
    color: #fff;
    background-color: #3698CC;
}

/*red*/
.btn-danger.btn-outline {
    color: #C70000;
    background-color: transparent;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:active, .btn-danger.btn-outline:focus {
    color: #fff;
    background-color: #C70000;
}

.danger-timer {
    padding-bottom: 5px;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    color: #C70000;
}

/*green*/
.btn-success.btn-outline {
    color: #0C9900;
    background-color: transparent;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:active, .btn-success.btn-outline:focus {
    color: #fff;
    background-color: #0C9900;
    border: solid thin #0C9900;
}

/*yellow*/
.btn-warning.btn-outline {
    color: #F1C40F;
    background-color: transparent;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:active, .btn-warning.btn-outline:focus {
    color: #fff;
    background-color: #F1C40F;
}

.btn-square-success {
    appearance: none;
    outline: 0;
    background-color: #0C9900;
    border: 0;
    padding: 10px 15px;
    color: #FFF;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn-square-success:hover {
    background-color: #6CC166;
}

.btn-square-success[disabled] {
    appearance: none;
    outline: 0;
    border: 0;
    background-color: #E3E3E3;
    color: #3C444E;
    opacity: 0.7;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    filter: alpha(opacity=70);
    transition-duration: 0.25s;
}

.btn-square {
    border-radius: 0 !important;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu > li > a:hover {
    color: #3C444E;
    background-color: #E0E2E3;
}

.btn-group.open .dropdown-toggle {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  NAVBAR
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.nav-bar-icons {
    font-size:22px;
}

.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}

.gs-navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.gs-navbar .container, .gs-navbar .container-fluid, .gs-navbar .container-sm, .gs-navbar .container-md, .gs-navbar .container-lg, .gs-navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gs-navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.gs-navbar-brand:hover, .gs-navbar-brand:focus {
  text-decoration: none;
}

.gs-navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.gs-navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.gs-navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.gs-navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gs-navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.gs-navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.gs-navbar-toggler:hover, .gs-navbar-toggler:focus {
  text-decoration: none;
}

.gs-navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.gs-navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

/* first media query block */

.gs-navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gs-navbar-expand > .container,
.gs-navbar-expand > .container-fluid, .gs-navbar-expand > .container-sm, .gs-navbar-expand > .container-md, .gs-navbar-expand > .container-lg, .gs-navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.gs-navbar-expand .gs-navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.gs-navbar-expand .gs-navbar-nav .dropdown-menu {
  position: absolute;
}

.gs-navbar-expand .gs-navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.gs-navbar-expand > .container,
.gs-navbar-expand > .container-fluid, .gs-navbar-expand > .container-sm, .gs-navbar-expand > .container-md, .gs-navbar-expand > .container-lg, .gs-navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.gs-navbar-expand .gs-navbar-nav-scroll {
  overflow: visible;
}

.gs-navbar-expand .gs-navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.gs-navbar-expand .gs-navbar-toggler {
  display: none;
}

.gs-navbar-light .gs-navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.gs-navbar-light .gs-navbar-brand:hover, .gs-navbar-light .gs-navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.gs-navbar-light .gs-navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.gs-navbar-light .gs-navbar-nav .nav-link:hover, .gs-navbar-light .gs-navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.gs-navbar-light .gs-navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.gs-navbar-light .gs-navbar-nav .show > .nav-link,
.gs-navbar-light .gs-navbar-nav .active > .nav-link,
.gs-navbar-light .gs-navbar-nav .nav-link.show,
.gs-navbar-light .gs-navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.gs-navbar-light .gs-navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.gs-navbar-light .gs-navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.gs-navbar-light .gs-navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.gs-navbar-light .gs-navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.gs-navbar-light .gs-navbar-text a:hover, .gs-navbar-light .gs-navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.gs-navbar-dark .gs-navbar-brand {
  color: #fff;
}

.gs-navbar-dark .gs-navbar-brand:hover, .gs-navbar-dark .gs-navbar-brand:focus {
  color: #fff;
}

.gs-navbar-dark .gs-navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.gs-navbar-dark .gs-navbar-nav .nav-link:hover, .gs-navbar-dark .gs-navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.gs-navbar-dark .gs-navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.gs-navbar-dark .gs-navbar-nav .show > .nav-link,
.gs-navbar-dark .gs-navbar-nav .active > .nav-link,
.gs-navbar-dark .gs-navbar-nav .nav-link.show,
.gs-navbar-dark .gs-navbar-nav .nav-link.active {
  color: #fff;
}

.gs-navbar-dark .gs-navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.gs-navbar-dark .gs-navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.gs-navbar-dark .gs-navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.gs-navbar-dark .gs-navbar-text a {
  color: #fff;
}

.gs-navbar-dark .gs-navbar-text a:hover, .gs-navbar-dark .gs-navbar-text a:focus {
  color: #fff;
}

.gs-navbar {
    position: fixed;
    width: 100%;
    /*display: flex;
    padding-left: 15px;
    align-items: center;
    justify-content: center;
    list-style: none;
    z-index: 2000; */
    height: 50px;
}
.gs-navbar-default {
    background-color: #36527C;
    color: #fff;
}

/*.nav-item > a {
    padding: 30px 5px 12px 5px;
    height: 60px;
    line-height: 20px;
}*/

.gs-navbar {
    border: none;
    z-index: 2000;
    background: #fff;
    height: 60px;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.gs-navbar-default {
    background-color: #36527C;
    color: #fff;
    border-radius: 0;
}
    /*
.gs-navbar-brand {
    padding: 20px;
    padding-top: 10px;
    font-size: 30px;
    color: #fff;
    margin-top: 5px
}*/
.gs-navbar-default > a { 
    color:#fff !important;
}

.gs-navbar-text {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    margin: 0;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.gs-navbar-default .gs-navbar-text, .gs-navbar-default .gs-navbar-text a {
    color: #fff;
}
.gs-navbar-default .gs-navbar-nav > .open > a, .gs-navbar-default .gs-navbar-nav > .open > a:hover, .gs-navbar-default .gs-navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #3698CC;
}
.gs-navbar-nav {
    margin:0;
}
.menu-icon {
    padding-top: 31px;
    padding-bottom: 5px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.gs-navbar-nav > li > a {
    padding-top: 31px;
    padding-bottom: 7px;
}
.gs-navbar-nav > .nav-bread-crumb > a {
    padding-top: 12px;
    padding-bottom: 7px;
}
.nav-item-show {
    display: none;
}

.gs-navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
}

.search-navbar-form {
    width: 100%;
    color: #3C444E;
    border:0;
    margin-left:0;margin-right:0;
}
.search-navbar-form hr {
    margin-top:0;
    margin-bottom:20px;
}
.search-navbar-form .form-group {
    width: 100%;
}
.search-navbar-form .form-control {
    width: 100%;
}
.global-search-drawer {
    left: -100px;
    min-width: 430px;
    right: -100px;
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%) !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%) !important;
}
.global-search-results h2 {
    font-size:20px;
    font-weight:300;
    
    color: #3C444E !important;
}
.global-search-result {
    white-space:nowrap;
    overflow:hidden;
    color: #3C444E !important;
    margin-bottom: 5px;
}
.global-search-drawer .global-search-result a{
    max-width:270px;
}
.global-search-result a {
    color: #3698CC !important;
    text-overflow: ellipsis;
    width: calc(100vw - 100px);
    display: inline-block;
    overflow: hidden;
}
.global-search-toggle {
    margin-top:5px;
}
.global-search-results {
    max-height: 65vh;
    overflow-y: auto;
}

#global-search-status {
    width: auto;
    line-height: 1.5;
    padding: 2px 10px;
    vertical-align:middle;
    margin-left:10px;
    font-weight: unset;
    font-size: smaller;
}

/* second media query block */
.gs-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
/*---TOP-RIGHT CARROT---*/
.top-right-carrot {
    color: #FFF !important;
    margin-right: 0;
    font-size: 30px;
    padding-top: 0px;
}

.gs-navbar-default .gs-navbar-collapse {
    border:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.top-right-carrot:hover,
.top-right-carrot:focus,
.top-right-carrot:active,
.top-right-carrot.active {
    color: #86C1E0 !important;
}
.nav-bread-crumb {
    margin-top: 3px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.nav-bread-crumb a {
    vertical-align:middle;
}

.gs-navbar-bread-link {
    padding-top: 10px;
    font-size: 20px;
    color: #C1C5C7 !important;
}
.gs-navbar-bread-link-white {
    padding-top: 10px;
    font-size: 20px;
    color: #fff !important;
}
.gs-navbar-bread-link-active {
    padding-top: 10px;
    font-size: 20px;
    color: #3698CC !important;
}
.gs-navbar-bread-link:hover {
    color: #86C1E0 !important;
}
.nav-bread-seperator {
    vertical-align:middle;
}


.gs-navbar-action-item {
    display: inline-block;
    list-style-type: none;
    padding: 6px;
    position: relative;
    transition: transform .2s cubic-bezier(.333,0,0,1);
    vertical-align: top;
    height: 96px;
    width: 96px;
}
.gs-navbar-action-link {
    color: #3C444E;
    padding-top:10px;
    border-radius: 8px;
    margin: 0;
    outline: none;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 96px;
    height: 96px;
}
.gs-navbar-action-link:hover {
    background-color: #ccc; 
    border: none;
    border-radius: 8px;
    margin: 0;
    min-height:96px;
    height:auto;
    z-index: 1;
}
.gs-navbar-app-drawer {
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.2) !important;
    border-radius: 8px !important;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    position: relative;
    width: 100%;
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
    -webkit-box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
}
.gs-navbar-app-separator {
    border-bottom: 1px solid #e8eaed;
    display: block;
    left: 0;
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    width: 100%;
}

.app-icon-cell {
    height: 45px;
    transform: scale(calc(5/6));
}

.gs-navbar-app-grouping {
    box-sizing: content-box;
    margin: 0;
    padding: 0 0 0 8px;
    width: 300px;
    padding-top: 10px;
    padding-bottom:20px;
}

.gs-navbar-app-text {
    color: #3C444E;
    display: inline-block;
    font-size: 12px;
    text-align:center;
    letter-spacing: 0.09px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gs-navbar-action-link:hover .gs-navbar-app-text {
    text-overflow: unset;
    -webkit-line-clamp: unset;
}
.app-cell-spacer1[aria-hidden=true], .app-cell-spacer2[aria-hidden=true], .app-cell-spacer3[aria-hidden=true], .app-cell-spacer4[aria-hidden=true] {
    visibility: hidden;
}

.app-cell-spacer1 {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #4273db;
    border-top: 5px solid transparent;
    float: left;
    left: 0;
    top: 26px;
}

.app-cell-spacer2 {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #4273db;
    border-top: 5px solid transparent;
    float: right;
    left: 79px;
    top: 26px;
}

.app-cell-spacer4 {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4273db;
    left: 36px;
    top: 57px;
}

.app-cell-spacer3 {
    border-bottom: 5px solid #4273db;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 36px;
    top: 0;
}

.app-cell-spacer1, .app-cell-spacer2, .app-cell-spacer3, .app-cell-spacer4 {
    height: 0;
    position: absolute;
    width: 0;
}
.gs-navbar-content {
    color: #3C444E;
    width: 320px;
    padding: 15px;
    
}
.gs-navbar-content:before, .gs-navbar-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.gs-navbar-footer {
    background-color: #E0E2E3;
}
.gs-navbar-footer-branding {
    color: #3C444E;
    font-size: 10px;
}
.gs-navbar-footer-branding a {
    color: #36527C !important;
}
.gs-navbar-footer-branding a:hover {
    color: #3698CC !important;
}
.gs-navbar-footer-branding .branding-text{
    font-size:18px;
}
.gs-navbar-footer-branding a, .gs-navbar-footer-branding p {
    font-size: 10px;
}
.gs-navbar-footer-content {
    padding: 15px;
}

.dropdown-menu {
    padding: 0px;
    overflow: hidden;
}

.app-secondary-menu {
    background-color: #36527C;
    color: #fff;
    border-radius: 0;
}

/* dev express overrides */
.dx-datagrid-pager {
    border-top: 1px solid #c1c5c7;
    background-color: #f6f6f6;
}
.dx-datagrid .dx-datagrid-header-panel .dx-toolbar {
    background-color: #f6f6f6 !important;
}

.dx-grid-container .dx-menu-item-popout {
    display: none !important;
}

.dx-grid-container .dx-item-content.dx-menu-item-content {
    margin: 0px 3px;
    padding: 0;
}

.dx-grid-container .dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
    margin-right: 0;
}

.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    color: unset !important;
}


/* GideonSoft FA Overrides */


.fa.pull-right, .fa-regular.pull-right, .fa-solid.pull-right {
    margin-left: .3em;
}
.fa-eye {
    font-weight: 400 !important;
    font-family: "Font Awesome Kit" !important;
}
.fa-eye:before {
    content: "\e014" !important;
}
.fa-circle-o:before {
    font-weight: 400 !important;
    content: "\e119" !important;
}
.fa-calendar-lines-pen {
    font-weight: 900 !important;
}
.fa-shield:before {
    content: "\f3ed";
    font-weight:900;
}
.heading-title i {
    font-weight: 400;
}
/* App Drawer Icons */
.app-icon-grey {
    color: #3C444E;
    font-size: 45px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}

.app-icon-white {
    color: #fff;
    font-size: 45px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}
.app-icon-calendar-check-o:before {
    content: "\f274";
}
.app-icon-builder:before {
    content: "\f7d9";
}
.app-icon-user:before {
    content: "\f007";
}

.app-icon-th:before {  
    content: "\e5da";
}

.app-icon-power-off:before {
    content: "\f011";
}

.app-icon-cog:before {
    content: "\f013";
}
.app-icon-support {
    font-weight: 900;
}
.app-icon-support:before {
    content: "\f1cd";
}
.app-icon-help {
    font-weight: 900;
}
.app-icon-help:before {
    content: "\f19d";
}
.app-icon-help2 {
    font-weight: 900;
}

.app-icon-help2:before {
    content: "\f059";
}
.app-icon-home:before {
    content: "\f015";
}

.app-icon-download:before {
    content: "\f019";
}

.app-icon-list-alt:before {
    content: "\f022";
}

.app-icon-flag:before {
    content: "\f024";
}

.app-icon-tag:before {
    content: "\f02b";
}

.app-icon-tags:before {
    content: "\f02c";
}

.app-icon-align-justify:before {
    content: "\f039";
}

.app-icon-image:before {
    content: "\f03e";
}

.app-icon-map-marker:before {
    content: "\f3c5";
}

.app-icon-compress:before {
   content: "\f422";
}

.app-icon-eye {    
    font-weight:300;
    font-family: "Font Awesome Kit";
}
.app-icon-eye:before {
    content: "\e014";
}
.app-icon-clock:before {
    content: "\f017";
}
.app-icon-calendar:before {
   content: "\e0d5";
}

.app-icon-bar-chart-o:before {
    content: "\e0e3";
}

.app-icon-key:before {
    content: "\f084";
}

.app-icon-cogs:before {
   content: "\f085";
}

.app-icon-trophy:before {
    content: "\f091";
}

.app-icon-upload:before {
    content: "\f093";
}

.app-icon-bullhorn:before {
    content: "\f0a1";
}

.app-icon-bell-o:before {
    content: "\f0f3";
}

.app-icon-certificate:before {
    content: "\f0a3";
    font-weight:900;
}

.app-icon-briefcase:before {
    content: "\f0b1";
}

.app-icon-users:before {
    content: "\f0c0";
}

.app-icon-bars:before {
    content: "\f0c9";
}

.app-icon-list-ul:before {
    content: "\f0ca";
}

.app-icon-table:before {
    content: "\f0ce";
}

.app-icon-envelope:before {
    content: "\f0e0";
}

.app-icon-bolt:before {
    content: "\f0e7";
}

.app-icon-sitemap:before {
    content: "\f0e8";
}

.app-icon-clipboard:before {
    content: "\f328";
}

.app-icon-exchange:before {
    content: "\f0ec";
}

.app-icon-cloud-download:before {
    content: "\f0ed";
}

.app-icon-bell:before {
    content: "\f0f3";
}

.app-icon-file-text-o {
    font-weight: 400;
}
.app-icon-file-text-o:before {
    content: "\f0f6";
}

.app-icon-mobile:before {
    content: "\f3ce";
}

.app-icon-code:before {
    content: "\f121";
}

.app-icon-info:before {
    content: "\e493";
}

.app-icon-puzzle-piece:before {
   content: "\f12e";
}
.app-icon-wave-pulse:before {
    content: "\f5f8";
}
.app-icon-shield:before {
    content: "\f3ed";
    font-weight:900;
}

.app-icon-calendar-o:before {
    content: "\e0d5";
}

.app-icon-bullseye:before {
    content: "\f140";
}

.app-icon-file-text:before {
    content: "\f0f6";
}

.app-icon-archive:before {
    content: "\f187";
}

.app-icon-history:before {
    content: "\f1da";
}

.app-icon-calculator:before {
    content: "\f1ec";
}

.app-icon-paint-brush:before {
    content: "\f1fc";
}

.app-icon-area-chart:before {
    content: "\f1fe";
}

.app-icon-pie-chart:before {
    content: "\f200";
}

.app-icon-line-chart:before {
    content: "\f201";
}

.app-icon-sticky-note:before {
    content: "\f249";
}

.app-icon-sticky-note-o:before {
    content: "\f249";
}

.app-icon-handshake-o:before {
    content: "\f2b5";
}

.app-icon-envelope-open:before {
    content: "\f2b6";
}

.app-icon-envelope-open-o:before {
    content: "\f2b6";
}

.app-icon-address-book-o:before {
    content: "\f2b9";
}

.app-icon-address-card:before {
    content: "\f2bb";
}

.app-icon-user-circle:before {
    content: "\f2bd";
}

.app-icon-user-circle-o:before {
    content: "\f2bd";
}

.app-icon-user-o:before {
    content: "\f007";
}

.app-icon-id-card:before {
    content: "\f2c2";
}

.app-icon-id-card-o:before {
    content: "\f2c2";
}
/* TODO: Use Custom Icon (see observation design)*/
.app-icon-survey-design {
    font-family: "Font Awesome Kit";
}
.app-icon-survey-design:before {
    content: "\e00c";
}

.app-icon-report-design {
    font-family: "Font Awesome Kit";
}
/* TODO: Use Custom Icon (see observation design)*/
.app-icon-report-design:before {
    content: "\e005";
}
.app-icon-observation-design {
    font-family: "Font Awesome Kit";
}
.app-icon-observation-design:before {
    content: "\e00b";
}


.app-icon-data-home:before {   
    content: "\f1c0";
}
/* TODO: Use Custom Icon (see observation design)*/
.app-icon-dashboard {
    font-family: "Font Awesome Kit";
}
.app-icon-dashboard:before {
    content: "\e015";
}
.menu-icon {
    line-height: 0 !important;
}
.hide-caret::after {
    display: none;
}
.menu-icon-white {
    color: #fff;
    font-size: 32px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
   
}
.menu-icon-grey {
    color: #3C444E;
    font-size: 32px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}
.menu-icon-blue {
    color: #3698CC;
    font-size: 32px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}
.menu-icon-lightgrey {
    color: #C1C5C7;
    font-size: 32px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}
.menu-icon-green {
    color: #0C9900;
    font-size: 32px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}
.menu-icon-red {
    color: #C70000;
    font-size: 32px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}
.menu-icon-small-grey {
    color: #3C444E;
    font-size: 26px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}

/* area specific icons */
.menu-icon-builder:before {
    content: "\f7d9";
}
.menu-icon-calendar-check-o:before {
    content: "\f274";
}
.menu-icon-clock:before {
    content: "\f017";
}
.menu-icon-surveys:before {
    content: "\f0f6";
    font-weight: 400;
}
.menu-icon-observations {
    font-family: "Font Awesome Kit"; /* TODO: Use custom GS observation icon here*/
}
.menu-icon-observations:before {
    content: "\e014";
}
.menu-icon-people:before {
    content: "\f0c0";
}
.menu-icon-data:before {
    content: "\f0ce";
}
.menu-icon-reports:before {
    content: "\e0e3";
}

.menu-icon-user:before {
    content: "\f007";
}
.menu-icon-th:before {
    font-weight: 900;
}
.menu-icon-th:before {
    content: "\e5da";
}
.menu-icon-power-off:before {
    content: "\f011";
}

.menu-icon-cog:before {
    content: "\f013";
}

.menu-icon-home:before {
    content: "\f015";
}

.menu-icon-download:before {
    content: "\f019";
}

.menu-icon-list-alt:before {
    content: "\f022";
}

.menu-icon-flag:before {
    content: "\f024";
}

.menu-icon-tag:before {
    content: "\f02b";
    font-weight:900;
}

.menu-icon-tags:before {
    content: "\f02c";
    font-weight: 900;
}

.menu-icon-align-justify:before {
    content: "\f039";
}

.menu-icon-image:before {
    content: "\f03e";
}

.menu-icon-map-marker:before {
    content: "\f3c5";
}

.menu-icon-compress:before {
    content: "\f422";
}

.menu-icon-eye, .menu-icon-small-eye {    
    font-weight: 400;
    font-family: "Font Awesome Kit";
}

.menu-icon-eye:before, .menu-icon-small-eye:before {
    content: "\e014";
}

.menu-icon-calendar:before {
    content: "\e0d5";
}

.menu-icon-bar-chart-o:before, .menu-icon-small-bar-chart-o:before {
    content: "\e0e3";
}

.menu-icon-key:before {
    content: "\f084";
}

.menu-icon-cogs:before {   
    content: "\f085";
}

.menu-icon-trophy:before {
    content: "\f091";
}

.menu-icon-upload:before {
    content: "\f093";
}

.menu-icon-bullhorn:before {
    content: "\f0a1";
}

.menu-icon-bell-o:before {
    content: "\f0f3";
}

.menu-icon-certificate:before {
    content: "\f0a3";
    font-weight:900;
}

.menu-icon-briefcase:before {
    content: "\f0b1";
}

.menu-icon-users:before {
    content: "\f0c0";
}

.menu-icon-bars {
    font-weight: 900;
}

.menu-icon-bars:before {
    content: "\f0c9";
}

.menu-icon-list-ul:before {
    content: "\f0ca";
}

.menu-icon-table:before {
   content: "\f0ce";
}

.menu-icon-envelope:before {
    content: "\f0e0";
}

.menu-icon-bolt:before {
    content: "\f0e7";
}

.menu-icon-sitemap:before {
    content: "\f0e8";
}

.menu-icon-clipboard:before {
    content: "\f328";
}

.menu-icon-exchange:before {
    content: "\f0ec";
}

.menu-icon-cloud-download:before {
    content: "\f0ed";
}

.menu-icon-bell:before {
    content: "\f0f3";
}
.menu-icon-file-text-o {
    font-weight:400;
}
.menu-icon-file-text-o:before {
    content: "\f0f6";
}

.menu-icon-mobile:before {
    content: "\f3ce";
}

.menu-icon-code:before {
    content: "\f121";
}
.menu-icon-info:before {
    content: "\e493";
}

.menu-icon-puzzle-piece:before {
    content: "\f12e";
}
.menu-icon-wave-pulse:before {
    content: "\f5f8";
}

.menu-icon-shield:before {
    content: "\f3ed";
    font-weight:900;
}

.menu-icon-calendar-o:before {
    content: "\e0d5";
}

.menu-icon-bullseye:before {
    content: "\f140";
}

.menu-icon-file-text:before {
    content: "\f0f6";
}

.menu-icon-archive:before {
    content: "\f187";
}

.menu-icon-history:before {
    content: "\f1da";
}

.menu-icon-calculator:before {
    content: "\f1ec";
}

.menu-icon-paint-brush:before {
    content: "\f1fc";
}

.menu-icon-area-chart:before {
    content: "\f1fe";
}

.menu-icon-pie-chart:before {
    content: "\f200";
    font-weight:900;
}

.menu-icon-line-chart:before {
    content: "\f201";
}

.menu-icon-sticky-note:before {
    content: "\f249";
}

.menu-icon-sticky-note-o:before {
    content: "\f249";
}

.menu-icon-handshake-o:before {
    content: "\f2b5";
}

.menu-icon-envelope-open:before {
    content: "\f2b6";
}

.menu-icon-envelope-open-o:before {
    content: "\f2b6";
}

.menu-icon-address-book-o:before {
    content: "\f2b9";
}

.menu-icon-address-card:before {
    content: "\f2bb";
}

.menu-icon-user-circle:before {
    content: "\f2bd";
}

.menu-icon-user-circle-o:before {
    content: "\f2bd";
}

.menu-icon-user-o:before {
    content: "\f007";
}
.menu-icon-search:before {
    content: "\f002";
}
.menu-icon-id-card:before {
    content: "\f2c2";
}

.menu-icon-id-card-o:before {
    content: "\f2c2";
}

/* TODO: Use Custom Icon (see observation design)*/
.menu-icon-survey-design {
    font-weight: 300;
    font-family: "Font Awesome Kit";
}
.menu-icon-survey-design:before {
    content: "\e00c";
}


/* TODO: Use Custom Icon (see observation design)*/
.menu-icon-report-design {    
    font-weight: 300;
    font-family: "Font Awesome Kit";
}

.menu-icon-report-design:before {
    content: "\e005";
}
.menu-icon-observation-design, .menu-icon-small-observation-design {
    font-weight: 300;
    font-family: "Font Awesome Kit";
}
.menu-icon-observation-design:before, .menu-icon-small-observation-design:before {
    content: "\e00b";
}
.menu-icon-data-home:before {
    content: "\f1c0";
}
/* TODO: Use Custom Icon (see observation design)*/
.menu-icon-dashboard {
    font-family: "Font Awesome Kit";
}
.menu-icon-dashboard:before {
    content: "\e015";
}
.menu-icon-comment-o:before {
   content: "\f075";
}
.menu-icon-database:before {
    content: "\f1c0";
}
.menu-icon-paperclip:before {
    content: "\f0c6";
}
.menu-icon-wrench:before {
    content: "\f0ad";
}
.menu-icon-small-builder:before {
    content: "\f7d9";
}
.menu-icon-small-calendar-check-o:before {
    content: "\f274";
}
.menu-icon-small-clock:before {
    content: "\f017";
}
.menu-icon-small-user:before {
    content: "\f007";
}

.menu-icon-small-th:before {
    content: "\e5da";
}

.menu-icon-small-power-off:before {
    content: "\f011";
}

.menu-icon-small-cog:before {
    content: "\f013";
}

.menu-icon-small-home:before {
  content: "\f015";
}

.menu-icon-small-download:before {
   content: "\f019";
}

.menu-icon-small-list-alt:before {
    content: "\f022";
}

.menu-icon-small-flag:before {
    content: "\f024";
}

.menu-icon-small-tag:before {
    content: "\f02b";
}

.menu-icon-small-tags:before {
    content: "\f02c";
}

.menu-icon-small-align-justify:before {
    content: "\f039";
}

.menu-icon-small-image:before {
    content: "\f03e";
}

.menu-icon-small-map-marker:before {
    content: "\f3c5";
}

.menu-icon-small-compress:before {
    content: "\f422";
}

.menu-icon-small-calendar:before {
   content: "\e0d5";
}

.menu-icon-small-bar-chart-o:before {
    content: "\e0e3"
}

.menu-icon-small-key:before {
    content: "\f084";
}

.menu-icon-small-cogs:before {
   content: "\f085";
}

.menu-icon-small-trophy:before {
   content: "\f091";
}

.menu-icon-small-upload:before {
    content: "\f093";
}

.menu-icon-small-bullhorn:before {
    content: "\f0a1";
}

.menu-icon-small-bell-o:before {
    content: "\f0f3";
}

.menu-icon-small-certificate:before {
    content: "\f0a3";
}

.menu-icon-small-briefcase:before {
    content: "\f0b1";
}

.menu-icon-small-users:before {    
    content: "\f0c0";
}

.menu-icon-small-bars:before {
    content: "\f0c9";
}

.menu-icon-small-list-ul:before {
    content: "\f0ca";
}

.menu-icon-small-table:before {
    content: "\f0ce";
}

.menu-icon-small-envelope:before {
    content: "\f0e0";
}

.menu-icon-small-bolt:before {
    content: "\f0e7";
}

.menu-icon-small-sitemap:before {  
    content: "\f0e8";
}

.menu-icon-small-clipboard:before {
    content: "\f328";
}

.menu-icon-small-exchange:before {
    content: "\f0ec";
}

.menu-icon-small-cloud-download:before {
    content: "\f0ed";
}

.menu-icon-small-bell:before {
    content: "\f0f3";
}
.menu-icon-small-file-text-o {
    font-weight: 400;
}
.menu-icon-small-file-text-o:before {
    content: "\f0f6";
}

.menu-icon-small-mobile:before {
    content: "\f3ce";
}

.menu-icon-small-code:before {
   content: "\f121";
}

.menu-icon-small-info:before {
    content: "\e493";
}

.menu-icon-small-puzzle-piece:before {   
    content: "\f12e";
}
.menu-icon-small-wave-pulse:before {
    content: "\f5f8";
}
.menu-icon-small-shield:before {
    content: "\f3ed";
}

.menu-icon-small-calendar-o:before {
    content: "\e0d5";
}

.menu-icon-small-bullseye:before {
    content: "\f140";
}

.menu-icon-small-file-text:before {
    content: "\f0f6";
}

.menu-icon-small-archive:before {
    content: "\f187";
}

.menu-icon-small-history:before {
    content: "\f1da";
}

.menu-icon-small-calculator:before {
    content: "\f1ec";
}

.menu-icon-small-paint-brush:before {
    content: "\f1fc";
}

.menu-icon-small-area-chart:before {
    content: "\f1fe";
}

.menu-icon-small-pie-chart:before {
    content: "\f200";
}

.menu-icon-small-line-chart:before {
    content: "\f201";
}

.menu-icon-small-sticky-note:before {
    content: "\f249";
}

.menu-icon-small-sticky-note-o:before {
    content: "\f249";
}

.menu-icon-small-handshake-o:before {
    content: "\f2b5";
}

.menu-icon-small-envelope-open:before {
    content: "\f2b6";
}

.menu-icon-small-envelope-open-o:before {
    content: "\f2b6";
}

.menu-icon-small-address-book-o:before {
    content: "\f2b9";
}

.menu-icon-small-address-card:before {
    content: "\f2bb";
}

.menu-icon-small-user-circle:before {
    content: "\f2bd";
}

.menu-icon-small-user-circle-o:before {
    content: "\f2bd";
}

.menu-icon-small-user-o:before {
    content: "\f007";
}

.menu-icon-small-id-card:before {
    content: "\f2c2";
}

.menu-icon-small-id-card-o:before {
    content: "\f2c2";
}
/* TODO: Use Custom Icon (see observation design)*/
.menu-icon-small-survey-design {
    font-weight: 300;
    font-family: "Font Awesome Kit";
}
.menu-icon-small-survey-design:before {
    content: "\e00c";
}


/* TODO: Use Custom Icon (see observation design)*/
.menu-icon-small-report-design {
    font-weight: 300;
    font-family: "Font Awesome Kit";
}

.menu-icon-small-report-design:before {
   content: "\e005";
}

.menu-icon-small-observation-design {   
    font-weight: 300;
    font-family: "Font Awesome Kit";
}
.menu-icon-small-observation-design:before {
    content: "\e00b";
}
.menu-icon-small-data-home:before {
    content: "\f1c0";
}
.menu-icon-small-dashboard {
    font-family: "Font Awesome Kit";
}
.menu-icon-small-dashboard:before {
    content: "\e015";
}
/*---ORG LEVEL TOP BUTTON---*/
.org-level, .org-level a {
    float: left !important;
}

.org-level:hover,
.org-level:focus,
.org-level:active,
.org-level.active {
    background-color: #F6F6F6;
}

/*---MODULE LEVEL TOP BUTTON---*/
.mod-level {
    background-color: #E0E2E3;
}

.mod-level:hover,
.mod-level:focus,
.mod-level:active,
.mod-level.active {
    background-color: #FFF;
}

/*---INSTANCE LEVEL TOP BUTTON---*/
.ins-level {
    background-color: #F6F6F6;
}

.ins-level:hover,
.ins-level:focus,
.ins-level:active,
.ins-level.active {
    background-color: #FFF;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  SIGN IN - can add the signin page inline CSS in here
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  NAVBAR-SUB (BOTTOM TOOLBAR)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gs-navbar-sub {
    border: none;
    z-index: 200;
    background: #FFF;
    height: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #5C6C79;
    color: #FFF;
    padding-right: 0px;
    padding-top: 0px;
    border-radius: 0px;
}

.gs-navbar-sub-text {
    margin-left: 20px;
    margin-top: 5px;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0px;
}
.gs-navbar-fixed-bottom {
    bottom: 0;
    right:0;
    left:0;
    min-height:50px;
    padding: 0;
    margin: 0;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  LEFT MENU - MAIN MENU
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.leftMenu {
    width: 400px;
    height: 100%;
    min-height: 900px;
    background: #00264d; /*#00264d;   #5C6C79;  #3C444E*/
    position: fixed;
    top: 50px;
    bottom: 0;
    border-right: 1px solid #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 100;
    list-style-type: none;
    padding: 0px;
    font-weight: 100;
}

.leftMenu-toggle {
    margin-left: -400px;
}
.leftMenu-panel,
.leftMenu-panel .card-body {
    background: transparent;
    color: #FFF;
    border-color: transparent !important;
}
.leftMenu-panel.panel-default{
    background:transparent !important;
}
.leftMenu-panel a {
    color: #FFF !important;
}

.leftMenu-panel .jump-link {
    font-size:18px;
}
.leftMenu-panel .jump-link:hover,
.leftMenu-panel .jump-link:active {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 900;
}
.leftMenu .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.leftMenu-panel.panel.panel-default {
    border-radius: 0;
    box-shadow: 0 1px 1px #fff;
}


.leftMenu-toggle {
    display: block;
}

.leftMenu .card-title {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid #E0E2E3;
}

.leftMenu .card-title {
    font-weight: 100;
}

.leftMenu .card-body {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3C444E;
    padding-left: 20px;
    font-weight: 100;
}

.leftMenu-search {
    margin: 10px;
}

.leftMenu-search div {
    width: 100%;
}

.leftMenu-search input {
    border: none;
}
.collapsed.toggle-collapse-icon:after {
    content: "\f0d7";
}
.collapsed .toggle-collapse-icon:after {
    content: "\f0d7";
}
.toggle-collapse-icon:after {
    content: "\f0d8";
}
.leftMenu-panel .current-class-name {
    font-weight:900;
}
/* logo item ----------------------*/
.gideonsoftlogo-xlarge {
    width: 300px;
    height: 300px;
}

.gideonsoftlogo-mlarge {
    width: 175px;
    height: 175px;
}

.gideonsoftlogo-large {
    width: 140px;
    height: 140px;
}

.gideonsoftlogo-medium {
    width: 100px;
    height: 100px;
}

.gideonsoftlogo-small {
    width: 50px;
    height: 50px;
}

.leftMenu-brand {
    background-color: #3698CC;
    font-size: 24px;
}

.leftMenu-brand a {
    padding-top: 30px;
}

.leftMenu-brand a img {
    margin-left: -10px;
}

.leftMenu-profile {
    font-size: 14px;
    margin-left: 0px;
}

.leftMenu-profile-text i {
    float: right;
    padding-top: 10px;
    padding-right: 30px;
}

.leftMenu ul {
    padding: 0;
    margin-top: 50px;
}

.leftMenu a.leftMenu-selected {
    background-color: #F6F6F6;
    color: #3C444E;
}

.leftMenu .leftMenu-bottom {
    bottom: 0;
}

.leftMenu ul li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 100;
    outline: none;
}

.leftMenu ul li a span {
    padding-left: 0px;
}
/* sub menu - profile ----------------------*/
/* The .leftMenu-sub is used in the index.html and app.js file to reveal the sub menu */

.leftMenu ul ul {
    padding: 0;
    margin-top: 0px;
}

.leftMenu ul li a i {
    width: 20px;
}

.leftMenu ul ul li a {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: #EEE;
}

.leftMenu ul ul {
    display: none;
}

.leftMenu li.active ul {
    display: block;
}

.leftMenu ul li a:hover,
.leftMenu ul li.active {
    background-color: #5C6C79;
    width: 100%;
}

/* sub menu - footer ----------------------*/
.leftMenu p {
    font-size: 12px;
    color: #3C444E;
    padding: 20px;
    font-weight: 300;
    background-color: #F6F6F6;
}

.leftMenu p a {
    padding: 0px !important;
    color: #36527C !important;
    display: inline !important;
    text-decoration: underline !important;
}

.leftMenu p a:hover {
    background-color: transparent !important;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  RIGHT Menu - BUILD / INSTANCE SELECTION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.rightMenu {
    width: 50%;
    max-width: 800px;
    height: auto;
    background: #3698CC;
    color: #FFF;
    z-index: 3000;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50px;
    right: 0px;
    display: none;
    box-shadow: 4px 4px 10px #999;
    padding-top: 10px;
}


#export-pdf i {
    font-size:22px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  TABS & STEP-THROUGHS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.tab-pane {
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
}

.logon-pane {
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 600px;
    margin-bottom: 30px;
}

.btn-stepThrough {
    font-size: 32px;
    width: 100%;
    text-align: center;
    padding: 0px;
    height: 80px;
    white-space: normal;
    margin-top: 5px;
    margin-bottom: -1px; /* fix for chrome */
}

.btn-stepThrough-active {
    height: 100px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-stepThrough .step-text {
    vertical-align: middle;
    font-size: 32px;
}

.btn-stepThrough .check-mark {
    vertical-align: middle;
    font-size: 40px;
    padding-right: 20px;
    /*color: #0C9900;*/
    float: right;
}

.step-pane {
    background-color: #FFF;
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.step-line hr {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    height: 5px;
    border: 0;
    border-top: 10px solid;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  MAIN CONTENT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.main-content-wrapper {
    margin-left: 400px;
    margin-right: 0;
    background: #F6F6F6;
    height: 100%;
    margin-bottom: 60px;
}
.main-content-wrapper-full {
    margin-bottom: 0;
}
.main-content-wrapper #main-content {
    border: none;
    display: inline-block;
    padding: 10px 15px 0 15px;
    width: 100%;
    
}

.main-content-wrapper #main-content .h1 {
    margin: 0;
    padding: 0 10px 40px 10px;
    float: left;
    line-height: 10px;
    font-weight: 100;
    font-size: 42px;
}
.main-content-toggle-left {
    margin-left: 0;
}
.main-content-padding {
    margin-top:60px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  SECONDARY MENU CONTENT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.main-content-wrapper #secondary-menu {
    border: none;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    padding-top:10px;
    background-color: #36527C;
    color: #fff;
}
.main-content-wrapper #secondary-menu hr {
    margin-bottom:10px;
    margin-top:5px;
    background-color:#fff;
    margin-left:10px;
    margin-right:10px;
}
.main-content-wrapper #secondary-menu .menu-heading {
    font-size: 26px;
    font-weight:500;
    color:#fff;
    margin: 15px 15px;
    vertical-align:top;
    
}
.main-content-wrapper #secondary-menu  .menu-icon-white  {
    margin-left:15px;
}
.main-content-wrapper #secondary-menu .fa {
    font-size:32px;
    margin-right:10px;
}
.main-content-toggle-left {
    margin-left: 0;
}
.main-content-wrapper #secondary-menu .sub-menu-heading {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    
}
.main-content-wrapper #secondary-menu .sub-menu-heading a {
    font-size: 20px;
    font-weight: 300;
    color: #3698CC;
    
}
.main-content-wrapper #secondary-menu .sub-menu-heading a:hover {
    color: #86C1E0;
}

.quick-link-toolbar a {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
.quick-link-toolbar span {
    margin-left:0 !important;
}
.quick-link-toolbar a.active {
    background-color: #3698CC !important;
}
.quick-link-dropdown ul {
    background-color: #36527C !important;
    min-width: 45px;
    margin: 0;
    padding: 0;
    width: 80px;
    border: 1px solid rgb(60 64 67 / 30%);
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%) !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%) !important;
}
.quick-link-dropdown li {
    padding: 0 !important;
}
.quick-link-dropdown > ul > li > a {
    padding: 10px !important;
}
.quick-link-dropdown > ul > li.active > a {
    background-color: #3698CC !important;
}
.quick-link-dropdown > ul > li > a:hover {
    background-color: #86C1E0 !important;
}

#quick-links-container ol {
    height:400px;
    overflow-y:auto;
    margin-bottom:0;
    padding-left:0;
}
#quick-links-container ol {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 0;
    padding-left: 0;
}
#quick-links-container .list-group-item {
    cursor:move;
}
#quick-links-container .empty-item {
    cursor: default;
}
#quick-links-container .list-group-item a {
    color: #3C444E;
    vertical-align:middle;
}
#quick-links-container .list-group-item > div > span > a > span {
    margin: -5px 5px -5px 0;
}
#quick-links-container ol.connectedSortable li span.arrow {
    float: right;
}

#quick-links-container ol.connectedSortable li div {
    display: inline-block;
}

#available-quick-link-items .quick-item-rank {
    display:none;
}
#selected-quick-link-items .quick-item-rank {
    display: inline-block;
    float:right;
}
#selected-quick-link-items {
    list-style: none;
}

#selected-quick-link-items li {
    counter-increment: step-counter;
}

#selected-quick-link-items li::after {
    content: counter(step-counter);
    position:absolute;
    right:5px;
    background: #3698CC;
    border-radius: 25px;
    width: 25px;
    height:25px;
    line-height:25px;
    text-align:center;
    font-size: 12px;
    color: #fff;
}
/* third media query block */


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  CONTENT HEADER
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#content-header {
    margin-top: -7px;
}

.home-page-pin {
    margin-left: 20px;
    display: inline-block;
}

.main-content-wrapper #secondary-menu .home-page-pin i {
    font-size: 18px;
    vertical-align: middle;
    color: #C1C5C7;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.main-content-wrapper #secondary-menu .home-page-pin .active {
    color: #fff;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  MENUS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.dropdown-menu {
    border-radius: 0px;
    border: none;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  TOP TOOLBAR
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.top-tools {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
}

.search-bar {
    width: 100%;
    margin-bottom: 20px;
}

.search-bar .form-control {
    border: none;
    border-radius: 0px;
}

.search-bar .input-group-addon {
    border: none;
    border-radius: 0px;
}

.input-group > .form-control, .input-group > .input-group-addon, .input-group > .input-group-btn > .btn {
    height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 44px;
}

.search-bar:hover, .search-bar:focus {
    outline: none;
}

.search-bar:active, .search-bar.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.toolbar-form {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    border: 0px none;
    box-shadow: none;
    width: auto;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  SURVEY BUTTONS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.btn-survey {
    margin-top: 20px;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  USER PROFILE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.profile-name {
    padding-top: 20px;
    color: #5C6C79;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
}

.profile-img {
    height: 300px;
    width: 300px;
    max-height: 100%;
    border-radius: 50%;
    display: block;
    left: 10px;
    border: 20px solid #FFF;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}

.profile-identity {
    padding-top: 0px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

.profile-status {
    padding-top: 0px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.profile-active {
    color: #0C9900;
}

.profile-body span {
    font-weight: 300;
    font-size: 20px;
}

.profile-settings p {
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E2E3;
}

.profile-location-title {
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: 300;
    text-align: center;
}

.profile-settings-back {
    padding-top: 0px;
    font-size: 18px;
    font-weight: 300;
}

.profile-settings-back a {
    color: #3698CC;
}

.profile-panel-button {
    width: 100%;
    height: 250px;
    border-radius: 0px;
    text-align: left;
    white-space: normal;
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}

.profile-panel-button.btn-primary {
    color: #FFF !important;
    background-color: #3698CC !important;
}
.profile-panel-button.btn-success {
    color: #FFF !important;
    background-color: #0C9900 !important;
}
.profile-panel-button.btn-danger {
    color: #FFF !important;
    background-color: #C70000 !important;
}
.profile-panel-button > .sub-text-small, .profile-panel-button > .profile-button-small {
    color: #fff !important;
}
.profile-panel-button.btn-primary:hover,
.profile-panel-button.btn-primary:focus,
.profile-panel-button.btn-primary:active,
.profile-panel-button.btn-primary.active,
.open .dropdown-toggle.profile-panel-button.btn-primary {
    color: #3C444E !important;
    background-color: #86C1E0 !important;
}
.profile-panel-button.btn-success:hover,
.profile-panel-button.btn-success:focus,
.profile-panel-button.btn-success:active,
.profile-panel-button.btn-success.active,
.open .profile-panel-button.dropdown-toggle.btn-success {
    color: #3C444E !important;
    background-color: #6CC166 !important;
}
.profile-panel-button.btn-danger:hover,
.profile-panel-button.btn-danger:focus,
.profile-panel-button.btn-danger:active,
.profile-panel-button.btn-danger.active,
.open .profile-panel-button.dropdown-toggle.btn-danger {
    color: #3C444E !important;
    background-color: #D74C4C !important;
}
.filter-row .btn-primary {
    color: #FFF !important;
    background-color: #3698CC !important;
}
.filter-row .btn-primary.active {
    color: #3C444E !important;
    background-color: #86C1E0 !important;
}
.filter-row .open .dropdown-toggle.btn-primary {
    color: #3C444E !important;
    background-color: #86C1E0 !important;
}
.filter-row .btn-primary:hover {
    color: #3C444E !important;
    background-color: #86C1E0 !important;
}
.profile-button-large {
    font-size: 120px;
    font-weight: 100;
    line-height: .9em;
}

.profile-button-small {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}
#org-summary-badge-button > .dropdown {
    display: inline-block;
}
.org-summary-result-container {
    min-height: 200px;
    min-width: 500px;
    background-color: #fff !important;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.org-summary-result-container span, .org-summary-result-container div {
    color: #3C444E !important;
    font-size:16px;
}
.org-summary-result-container .org-summary-title {
    color: #C1C5C7 !important;
}
.org-summary-list hr {
    margin-top: 10px;
    margin-bottom: 0;
}
.org-summary-list .card-group .card+ .card {
    margin-top:0;
}
.org-summary-list .card-heading {
    padding-right: 0;
}
.org-summary-list h2 {
    color: #3C444E !important;
    font-size: 26px;
    width:90%;
}
.org-summary-list a, .org-summary-list a:link, .org-summary-list a:visited{
    color: #3C444E !important;
    font-size:22px;
}
.org-summary-list .summary-info {
    font-size:16px;
    font-weight:600;
}
.org-summary-icon {
    font-size: 16px;
    margin-top: 15px;
    margin-right: 10px;
}
span.org-summary-value {
    color: #00264d !important;
    font-size: 18px;
    font-weight: 700;
}
.org-summary-details {
    border: 1px solid #ccc !important;
}
.home-page-summary-button > .profile-button-small, .home-page-summary-button > .sub-text-small {
    margin-left: 5px;
    line-height: 30px;
    display: inline-block;
}

.home-page-summary-button > .loading {
    margin-top: -25px;
}

.profile-button-status {
    font-size: 60px;
    font-weight: 100;
    line-height: .9em;
}

.profile-panel-button .sub-text-small {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #C4E1F0;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-panel-button:hover .sub-text-small,
.profile-panel-button:active .sub-text-small,
.profile-panel-button:focus .sub-text-small {
    color: #3C444E;
}

.profile-panel-button > hr {
    border-color: #86C1E0;
    background-color: #86C1E0;
    color: #86C1E0;
}

.btn-primary:hover hr,
.btn-primary:focus hr,
.btn-primary:active hr,
.btn-primary.active hr {
    color: #E0E2E3;
    background-color: #E0E2E3;
    border-color: #E0E2E3;
}

.profile-panel-button .sub-text {
    font-size: 22px;
    font-weight: 100;
}

.profile-panel-button .sub-text-status {
    font-size: 12px;
}

.profile-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-header-container {
    background-color: #36527C !important;
    min-width: 225px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  NOTIFICATIONS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.notification {
    width: 100%;
    border-radius: 0px;
    text-align: left;
    white-space: normal;
    margin-bottom: 10px;
}

.notification .type {
    font-size: 20px;
    line-height: 20px;
    float: left;
}

.notification .title {
    padding-left: 20px;
    font-size: 18px;
    line-height: 20px;
    float: left;
}

.notification .time {
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
    float: right;
}

.notification-badge {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 40px;
    height: 40px;
    min-width: 40px;
    font-weight: 400;
    padding: 12px;
}

.gsbadge {
    position:absolute;
    margin-left:50px;
    margin-top:-20px;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #C70000;
    border-radius: 10px;
    min-height: 15px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  TEXT INPUT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.text-input {
    width: 100%;
    padding: 10px;
}

.text-input .form-control {
    border: none;
    border-radius: 0px;
}

.text-input .input-group-addon {
    border: none;
    border-radius: 0px;
}

.text-input:hover, .text-input:focus {
    outline: none;
}

.text-input:active, .text-input.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.text-input-form {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 0px none;
    box-shadow: none;
    width: auto;
}
.inline-label {
    font-size:24px;
}

.inline-label a,
.inline-label a:link,
.inline-label a:visited {
    font-size: 24px;
    color: #3698CC;
    font-weight: 300;
}

.inline-label a,
.inline-label a:hover,
.inline-label a:active {
    text-decoration: none;
}

.check-label {
    font-size: 20px;
}

.label-danger {
    background-color: #C70000;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  PANELS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.panel-group .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.panel {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #3C444E;
    background-color: #FFF;
}

.panel-group {
    margin-top: 0px;
    border-radius: 0px;
}

.large-link a,
.large-link a:link,
.large-link a:visited {
    font-size: 24px;
    color: #3698CC;
}

.large-link a:hover,
.large-link a:active {
    text-decoration: underline;
}


.panel-button {
    border-radius: 20px
}

.panel-no-match {
    background-color: #C1C5C7 !important;
}

/* panel about (helper panel at top of pages)----------------------*/
.panel-about {
    background-color: transparent;
    border-bottom: none;
}

.panel-about p {
    font-size: 16px;
    font-weight: 400;
}

.panel-about-title {
    float: right;
    color: #5C6C79;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

.about-panel-body {
    background-color: #C4E1F0;
}

.about-panel-body h2 {
    font-weight: 900;
    font-size: 30px;
    padding-bottom: 20px;
}

.about-panel-body h3 {
    font-weight: 300;
    font-size: 28px;
    padding-top: 10px;
}

.about-panel-body .alert {
    font-weight: 400;
}


/* panel default ----------------------*/
.panel-heading {
    border-radius: 0px;
}

.panel-heading-about {
    margin-bottom: 20px;
}

.panel-title {
    font-size: 20px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-title .large-link {
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 100;
}

.panel-title .med-link {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 100;
}

.panel-title a:hover,
.panel-title a:active {
    outline: none;
    text-decoration: none;
    color: #337AB7;
}

.panel-text {
    margin-top: 50px;
}


/* panel list element ----------------------*/
.panel-list-main {
    background-color: #FFF;
    border-radius: 0px;
}

.panel-list-title {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 100;
    padding-left: 40px;
}

.panel-list-title .img-icon {
    margin-right: 20px;
    vertical-align:middle;
}
.panel-list-title .icon {
    padding-right: 20px;
    font-size: 30px;
    color: #0C9900;
}

.panel-list-title .icon-red, .panel-list-title .inactive-icon {
    padding-right: 20px;
    font-size: 30px;
    color: #C70000;
}

.panel-list-title .icon-grey, .panel-list-title .disabled-icon {
    padding-right: 20px;
    font-size: 30px;
    color: #E0E2E3;
}

.panel-list-title .expander {
    padding-right: 0px;
    font-size: 40px;
    color: #337AB7;
    display: inline-block;
}


.collapsed .toggle-icon-plus-minus:after {
    content: "\f055";
}

.toggle-icon-plus-minus:after {
    content: "\f056";
}

.panel-list-title i.toggle-icon:after {
    font-size: 40px;
    color: #337AB7;
    display: inline-block;
    content: "\f106";
}

.panel-list-title.collapsed i.toggle-icon:after {
    content: "\f107";
}

.panel-list-title i.toggle-icon:after {
    font-size: 40px;
    color: #337AB7;
    display: inline-block;
    content: "\f106";
}

.panel-list-title .collapsed i.toggle-icon:after {
    content: "\f107";
}


.panel-list-title p {
    font-size: 16px;
    padding-left: 60px;
    padding-bottom: 0px;
    font-weight: 300;
}

.panel-list-title .single-line {
    width: 90%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.panel-list-body p {
    font-size: 16px;
    padding-left: 60px;
    color: #3C444E;
    font-weight: 300;
}

.panel-float-right {
    float: right;
    color: #E7E7E7;
    font-size: 12px;
}

.simple-title {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 300;
    padding-left: 10px;
}

.left-notification {
    width: 70%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-bottom: 10px;
    -o-text-overflow: ellipsis;
}

.right-notification {
    padding-right: 0px;
    padding-top: 15px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding-top: 20px;
}
/* panel user list element ----------------------*/
.panel-list-user {
    font-size: 20px;
    padding: 20px;
    font-weight: 300;
    line-height: 20px;
}

.panel-list-user .icon {
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #0C9900;
}

.panel-list-user .expander {
    padding-right: 0px;
    font-size: 24px;
    line-height: 20px;
    color: #337AB7;
    display: inline-block;
}

.realname-text {
    font-weight: 900;
}

.username-text {
    padding-left: 40px;
    font-weight: 300;
}

.user-body-text p {
    font-weight: 300;
    padding-left: 20px;
}

/* panel headings for settings ----------------------*/
.settings-heading {
    font-size: 26px;
    font-weight: 300;
    color: #3C444E;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.settings-heading .form-control {
    min-height: 54px;
    font-size: 24px;
    color: #36527C;
    line-height: 30px; /* fixes placeholder alignment */
}

.leftMenu-panel .panel-title {
    padding-top: 0;
    padding-bottom: 0;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  MODALS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.modal {
    padding: 0px;
    z-index: 3000;
}
.modal-backdrop {
    z-index:2000;
}
.modal-dialog {
}

.modal-dialog-full {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-title-full {
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.modal-content {
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/* this is where the dialog engulfs everything */
.modal-content-full {
    background-color: #36527C;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal-content-full-todo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.line-above {
    border-top: 1px solid#e5e5e5;
    padding-top: 15px;
}

.modal-header, .modal-body, .modal-footer {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.modal-body-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}

.legalese {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #86C1E0;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-header-full {
    color: white;
}

.form-lg {
    font-size: 24px;
    height: 60px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  WELLS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.well-lg {
    padding: 24px;
    border-radius: 4px;
}

.well h2 {
    font-weight: 300;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  Home page link buttons
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.page-link-container {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 0px 20px;
}

.page-link {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 80px;
    width: 115px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}

.page-link-xl {
    width: 240px;
}

.home-page-summary-button {
    border-radius: 6px !important;
    width: auto;
    min-width: 115px;
    background-color: #3698CC;
    height: 40px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}
.home-page-summary-button.selected {
    border: 2px solid #C1C5C7  !important;
    padding: 3px 12px;
}

.item-selector-panel {
    background-color: #36527C !important;
    color: #fff !important;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-weight: 300;
    padding-left: 10px;
    margin-right: 0;
    margin-top: 10px;
}
.item-selector-panel span {
    color: #fff !important;
    font-size: 16px;
    
}
.item-selector-panel i {
    font-size: 30px;
    margin-right:10px;
}

#feed-toggle img {
    background: url('/Content/icons/list-ul-22-white.png');
    width:22px;
    height:22px;
    
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  ISOTOPE - ROSTER
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.toggle-people {
    padding-left: 10px;
}

.toggle-people a {
    color: #FFF;
}

.roster {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.roster > li {
    float: left;
    padding: 0;
    margin: 0;
}

.roster-panel {
    margin-bottom: 20px;
}

.roster-panel .input-group-lg > .form-control,
.roster-panel .input-group-lg > .input-group-addon,
.roster-panel .input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.people-count {
    font-size: 12px;
    line-height: 14px;
    color: #3C444E;
}

.custom-status-button:hover {
    opacity: .6;
}

.home-page-summary-button.custom-status-button:hover {
    opacity: .8 !important;
}

.person-item .item-main {
    margin: 10px;
    padding: 10px;
    height: 124px;
    width: 150px;
    text-align: center;
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5) !important;
}
.person-item .item-object {
    height: 100px;
}
.person-item .descriptive-container {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
    width: 150px;
    text-align: left;
    background-color: #36527C !important;
    color: #fff !important;
    display: none;
    font-size: 11px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5) !important;
}
.person-item .descriptive-item {
    padding: 5px 10px;
}
.descriptive-container .descriptive-name {
    font-weight: 300;
    color: #fff !important;
}
.descriptive-container .descriptive-value {
    font-weight: 700;
    color: #fff !important;
}
.statusActive .person-status, .statusActive .person-status-view {
    color: #FFF !important;
    background-color: #0C9900 !important;
}

.statusInactive .person-status, .statusInactive .person-status-view {
    color: #fff !important;
    background-color: #C70000 !important;
}

.item-main.statusInactive {
    background-color: #E3E3E3 !important;
}

.person-item .item-main i {
    font-size: 50px;
    text-align: center;
    margin-top: 10px;
}

.person-item .item-main .img-circle {
    width: 48px;
    height: 48px;
}

.person-item .item-main .person-name {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    margin-top: 5px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.person-item .item-main .object-name {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    margin-top: 5px;
    line-height: 14px;
    max-height: 30px;
    overflow: hidden;
}

.person-item .item-main .person-status, .person-item .item-main .person-status-view {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.person-item a, .person-item a:hover {
    color: #3C444E;
}

.item-main hr {
    margin: 5px;
}

.item-main.statusInactive hr {
    border-top: 1px solid #C1C5C7 !important;
    background-color: #C1C5C7 !important;
    color: #C1C5C7 !important;
}

.search-bar .people-search {
    border: 2px solid #3698CC;
    min-width:150px;
}

.charcount-warning {
    color: #F1C40F;
    font-size: 14px;
}

.charcount-exceeded {
    color: #C70000;
    font-size: 14px;
}

.charcount-text {
    color: #3C444E !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 14px;
}

.charcount-container {
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: top;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}

.select-placeholder {
    display: none;
}

.card-list-title .inactive-icon {
    padding-right: 20px;
    font-size: 30px;
    color: #C70000;
}

.card-list-title .disabled-icon {
    padding-right: 20px;
    font-size: 30px;
    color: #C1C5C7;
}

.status-active-icon {
    padding-right: 20px;
    font-size: 20px;
    color: #0C9900 !important;
}
.status-inactive-icon {
    padding-right: 20px;
    font-size: 20px;
    color: #C70000 !important;
}
.status-active-icon-xl {
    padding-right: 10px;
    font-size: 30px;
    color: #0C9900 !important;
}

.status-inactive-icon-xl {
    padding-right: 10px;
    font-size: 30px;
    color: #C70000 !important;
}

.settings-heading p {
    font-weight: 400;
}

.fixed-width-icon {
    width: 46px;
}

.menu-heading .heading-title {
    display:inline-block;
}
.heading-title a {
    color: #3698CC;
}

.profile-identity .form-control {
    min-height: 48px;
    font-size: 24px;
    color: #36527C;
    line-height: 30px; /* fixes placeholder alignment */
}

.highlight-transition {
    -webkit-transition: background-color 1400ms ease-out;
    -moz-transition: background-color 1400ms ease-out;
    -o-transition: background-color 1400ms ease-out;
    -ms-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out;
}

select.form-control {
    height: 46px;
    line-height: 30px;
    padding: .5em;
}
select option:disabled {
    color: #C1C5C7;
}
select.input-sm {
    height: 36px;
    line-height: 20px;
    padding: .5em;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 20px;
}

select.multiselect,
select.multiselect + div.btn-group,
select.multiselect + div.btn-group button.multiselect,
select.multiselect + div.btn-group.open .multiselect-container {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: #5C6C79;
    border: 1px solid #ccc;
    text-align: left;
}
select.multiselect + div.btn-group.open .multiselect-container {
    /*width: unset;*/
}
.multiselect-selected-text {
    display: block;
    overflow: hidden;
}

button.multiselect > .caret {
    position: absolute;
    right: 5px;
    top: 20px;
    color: black;
}
button.multiselect.btn-sm > .caret {
    position: absolute;
    right: 5px;
    top: 16px;
    color: black;
}
select.multiselect + div.btn-group button.multiselect:disabled {
    background-color: #eee;
    opacity: 1.4;
}
select.multiselect + div.btn-group button.multiselect.btn-sm {
    height: 34px !important;
    
}
.bootstrap-select {
    width: 100% !important;
    border: 1px solid #ccc;
}
.bootstrap-select > button, .bootstrap-select > button:hover, .bootstrap-select + .open {
    width: 100% !important;
    border-radius: 0;
    background-color: #fff !important;
    color: #5C6C79;
    text-align: left;
}
.bootstrap-select .btn {
    height: 44px;
}
.bootstrap-select .btn-sm , .multiselect .btn-sm {
    height: 36px;
    border-radius:0;
}




.bootstrap-select > .dropdown-menu {
    width: 100% !important;
}

button.selectpicker > .bs-caret {
    position: absolute;
    right: 5px;
    top: 20px;
    color: black;
}
.bs-caret { 
    color: black;
}

.bootstrap-select  button.disabled {
    background-color: #eee !important;
    color: #5C6C79 !important;
    opacity: 1;
}

.float-med {
    float: left;
    width: 200px;
}

.float-med-down {
    float: left;
    width: 200px;
    margin-top: 6px
}

.float-wide {
    float: left;
    width: 400px;
}

.dataTables_filter .form-control {
    margin-left: 10px;
}

.post-tag {
    font-size: 14px;
    background-color: #E0E2E3;
    margin-right: 20px;
    padding: 7px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
}

.modal-xl {
    width: 90%;
    max-width: 1000px;
}

.modal-xxl {
    width: 90%;
}
.modal-xxxl {
    width: 95%;
}
.modal-xxxl .modal-header, .modal-xxxl .modal-body, .modal-xxxl .modal-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.modal-xxl .modal-header, .modal-xxl .modal-body, .modal-xxl .modal-footer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* loading dots */
.loading {
    margin-left: -15px;
    color: white;
    font: 300 3em/140% Impact;
    text-align: center;
    vertical-align: middle;
}

.loading:after {
    content: '.';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  MEDIA QUERIES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/* first media query block */

@media (max-width: 575.98px) {
    .gs-navbar-expand-sm > .container, .gs-navbar-expand-sm > .container-fluid, .gs-navbar-expand-sm > .container-sm, .gs-navbar-expand-sm > .container-md, .gs-navbar-expand-sm > .container-lg, .gs-navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .gs-navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .gs-navbar-expand-sm .gs-navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .gs-navbar-expand-sm .gs-navbar-nav .dropdown-menu {
                position: absolute;
            }

            .gs-navbar-expand-sm .gs-navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .gs-navbar-expand-sm > .container,
        .gs-navbar-expand-sm > .container-fluid, .gs-navbar-expand-sm > .container-sm, .gs-navbar-expand-sm > .container-md, .gs-navbar-expand-sm > .container-lg, .gs-navbar-expand-sm > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .gs-navbar-expand-sm .gs-navbar-nav-scroll {
            overflow: visible;
        }

        .gs-navbar-expand-sm .gs-navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .gs-navbar-expand-sm .gs-navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .gs-navbar-expand-md > .container,
    .gs-navbar-expand-md > .container-fluid, .gs-navbar-expand-md > .container-sm, .gs-navbar-expand-md > .container-md, .gs-navbar-expand-md > .container-lg, .gs-navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .gs-navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .gs-navbar-expand-md .gs-navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .gs-navbar-expand-md .gs-navbar-nav .dropdown-menu {
                position: absolute;
            }

            .gs-navbar-expand-md .gs-navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .gs-navbar-expand-md > .container,
        .gs-navbar-expand-md > .container-fluid, .gs-navbar-expand-md > .container-sm, .gs-navbar-expand-md > .container-md, .gs-navbar-expand-md > .container-lg, .gs-navbar-expand-md > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .gs-navbar-expand-md .gs-navbar-nav-scroll {
            overflow: visible;
        }

        .gs-navbar-expand-md .gs-navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .gs-navbar-expand-md .gs-navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .gs-navbar-expand-lg > .container,
    .gs-navbar-expand-lg > .container-fluid, .gs-navbar-expand-lg > .container-sm, .gs-navbar-expand-lg > .container-md, .gs-navbar-expand-lg > .container-lg, .gs-navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .gs-navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .gs-navbar-expand-lg .gs-navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .gs-navbar-expand-lg .gs-navbar-nav .dropdown-menu {
                position: absolute;
            }

            .gs-navbar-expand-lg .gs-navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .gs-navbar-expand-lg > .container,
        .gs-navbar-expand-lg > .container-fluid, .gs-navbar-expand-lg > .container-sm, .gs-navbar-expand-lg > .container-md, .gs-navbar-expand-lg > .container-lg, .gs-navbar-expand-lg > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .gs-navbar-expand-lg .gs-navbar-nav-scroll {
            overflow: visible;
        }

        .gs-navbar-expand-lg .gs-navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .gs-navbar-expand-lg .gs-navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .gs-navbar-expand-xl > .container,
    .gs-navbar-expand-xl > .container-fluid, .gs-navbar-expand-xl > .container-sm, .gs-navbar-expand-xl > .container-md, .gs-navbar-expand-xl > .container-lg, .gs-navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .gs-navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .gs-navbar-expand-xl .gs-navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .gs-navbar-expand-xl .gs-navbar-nav .dropdown-menu {
                position: absolute;
            }

            .gs-navbar-expand-xl .gs-navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .gs-navbar-expand-xl > .container,
        .gs-navbar-expand-xl > .container-fluid, .gs-navbar-expand-xl > .container-sm, .gs-navbar-expand-xl > .container-md, .gs-navbar-expand-xl > .container-lg, .gs-navbar-expand-xl > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .gs-navbar-expand-xl .gs-navbar-nav-scroll {
            overflow: visible;
        }

        .gs-navbar-expand-xl .gs-navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .gs-navbar-expand-xl .gs-navbar-toggler {
            display: none;
        }
}


/* end first media query block */
/* second media query block */

@media (min-width: 768px) {
    .gs-navbar-nav > li > a {
        padding-top: 31px;
        padding-bottom: 7px;
    }
}

@media (min-width: 630px) {
    .gs-navbar-form {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 630px) {
    .nav-item-hide {
        display: none;
    }

    .nav-item-show {
        display: block;
    }

    .global-search-drawer {
        left: unset;
        right: -173px;
        box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%) !important;
        -webkit-box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%) !important;
    }

    .main-content-wrapper #secondary-menu .menu-heading {
        font-size: 24px;
    }

    .main-content-wrapper #secondary-menu .home-page-pin i {
        font-size: 14px;
    }
}

@media (max-width: 420px) {

    .global-search-drawer {
        left: unset;
        right: -173px;
        min-width: 96vw !important;
    }

    .main-content-wrapper #secondary-menu .menu-heading {
        font-size: 22px;
    }

    .main-content-wrapper #secondary-menu .home-page-pin i {
        font-size: 12px;
    }
}

/* end second media query block */
/* third media query block */

@media (max-width: 630px) {
    .main-content-wrapper #secondary-menu .menu-heading {
        font-size: 22px;
    }
}

@media (max-width: 420px) {


    .main-content-wrapper #secondary-menu .menu-heading {
        font-size: 18px;
        vertical-align: text-bottom;
    }
}
/* end third media query block */

@media (min-width: 768px) {
    /*.gs-navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }*/
}
@media only screen and (max-width: 1000px) {

    .gs-navbar-text {
        max-width: 210px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {

    .org-level {
        display: none;
    }

    /*.gs-navbar-text {
        font-size: 16px;
        padding-top: 18px;
        max-width: 180px;
    }*/

    .top-right-carrot {
        width: 40px;
    }

    /*.gs-navbar-brand {
        width: 40px;
    }*/

    .container-fluid {
        padding-left: 0px;
    }

    .card-list-title {
        font-size: 24px;
        padding-left: 10px;
    }

    .card-list-title i {
        font-size: 20px
    }

    .card-list-title .expander {
        font-size: 22px;
    }

    .card-list-title .icon {
        padding-right: 10px;
    }

    .simple-title {
        font-size: 24px;
        padding-left: 10px;
    }

    .notification .time {
        float: left;
        padding-left: 20px;
    }

    div.col-title {
        display: none;
    }
}

@media only screen and (max-height: 800px) {

    .leftMenu {
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    #timeline-container {
        padding-bottom: 20px;
    }
    .btn-sm {
        font-size: 12px;
    }
}

@media only screen and (max-width: 660px) {

    .org-level {
        display: none;
    }

    .btn-giant {
        font-size: 20px;
    }

    .leftMenu {
        margin-left: 0;
        width: 100%;
        position: absolute;
    }

    .rightMenu {
        width: 100%;
        margin-right: 0px;
    }

    .leftMenu-toggle {
        margin-left: -200px;
        width: 0;
    }

    .main-content-wrapper {
        margin-left: 0;
    }

    .main-content-toggle-left {
        margin-left: 0px;
    }

    .btn-stepThrough {
        height: 60px;
    }

    .btn-stepThrough .step-text {
        font-size: 26px;
    }

    .card-list-title i {
        display: none;
    }

    .card-list-title {
        font-size: 14px;
        font-weight: 300;
        padding-left: 10px;
    }

    .small-time {
        font-size: 12px;
        font-weight: 300;
    }

    .card-list-title .expander {
        font-size: 22px;
    }

    .simple-title {
        font-size: 14px;
        font-weight: 300;
        padding-left: 10px;
    }

    div.col-title {
        display: none;
    }

    .btn-lg, .btn-group-lg > .btn {
        
        font-size: 16px;
        float: left
    }

    .search-bar .people-search {
        height:41px;
        font-size: 14px;
        min-width: 100px;
    }
    

}
@media only screen and (max-width: 539px) {
    .search-bar {
        background-color: #3698CC;
        display: block;
    }

    #search-active-filter {
        display: block;
    }
}

@media only screen and (max-width: 479px) {

    .org-level {
        display: none;
    }

    .btn-survey {
        margin-top: 10px;
        font-size: 16px;
        padding: 5px;
    }
    /*
    .gs-navbar-text {
        font-size: 14px;
        padding-top: 20px;
        max-width: 110px;
    }

    .top-right-carrot {
        width: 30px;
    }*/

    /*.gs-navbar-brand {
        width: 30px;
    }

    .brand-text {
        visibility: hidden;
    }*/

    .container-fluid {
        padding-left: 0px;
    }

    .form-lg {
        font-size: 18px;
        height: 40px;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 10px;
        font-size: 14px;
        float: left
    }
    .search-bar .people-search {
        border: 1px solid #3698CC;
        height: 38px;
        font-size: 12px;
        min-width:100px;
    }
    
    h1 {
        font-size: 30px
    }

    .notification .time {
        float: left;
        padding-left: 20px;
    }

    .card-list-title i {
        display: none;
    }

    .card-list-title {
        font-size: 14px;
        font-weight: 300;
        padding-left: 10px;
    }

    .card-list-title .expander {
        font-size: 22px;
    }

    .editable-buttons {
        display: block;
        float: right;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .editable-input, .editableform .form-control {
        width: 100%;
    }

    div.col-title {
        display: none;
    }
}

@media only screen and (max-width: 179px) {

    .org-level {
        display: none;
    }
}


/*mobile apps ---------------*/

.apps {
    margin-bottom: 60px;
    margin-top: 20%;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-put;
    transition-timing-function: ease-in-put;
}

.apps img {
    padding: 10px;
}


@media (max-height: 1200px) {
    .apps {
        margin-top: 20px;
    }
}

/*end mobile apps ---------------*/



@-ms-viewport {
    width: auto !important;
}



@media print {

    .main-content-wrapper #secondary-menu {
        margin-top: 0;
    }

    .leftMenu {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    .rightMenu {
        display: none !important;
    }

    .main-content-wrapper {
        margin-left: 0;
    }

    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .print-inline-only {
        display: inline-block !important;
    }

    .person-item, .descriptive-container {
        page-break-inside: avoid !important;
    }

    .btn .caret {
        display: none;
    }

    .main-content-wrapper #secondary-menu .menu-heading {
        color: #000;
    }

    .gs-navbar {
        height: 0;
    }
    
    *:before {
        color: unset !important;
    }


    
}

