.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}

.green-status {
    color: rgb(30, 205, 30);
    font-weight: bold;
}

.map-search-button {
    background-color: #77c76d;
    border-radius: 3px;
    text-align: center;
    color: white;
    height: 60px;
    font-weight: bold;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    user-select: none;
    margin-top:8px;
}

    .map-search-button:active {
        box-shadow: inset 0 3px 10px rgba(0,0,0,.19);
    }

    .map-search-button:hover {
        background-color: #36a530;
    }

.lims-details-button {
    padding: 10px;
    background-color: #FFF;
    color: #222;
    cursor: pointer;
}

    .lims-details-button.left {
        margin: 10px 0px 10px 5px;
    }

    .lims-details-button.right {
        margin: 10px 0px 10px 5px;
    }

    .lims-details-button.all {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lims-details-button.blue {
        background-color: #396db6 !important;
        color: #FFF !important;
    }

.lims-details-table {
    width: 100%;
}

    .lims-details-table > tbody > tr:nth-child(2n) {
        background-color: #F2F2F2;
    }

.work-day-invalid-count {
    height: 25px;
    width: 18px;
    background-color: red;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
    position: absolute;
    top: 0px;
    font-size: 14px;
    right: 18px;
    font-weight: bold;
}

.invalid-pick {
    position: absolute;
    right: -20px;
    color: red;
    top: 5px;
    font-size: 30px;
    font-weight: bold;
}

.spinnner-wrapper {
    width: 124px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

input.invalid-pick-input {
    border: 2px solid rgb(200, 0, 0) !important;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 200px;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}

.dd-title {
    text-align: center;
    padding: 20px 0px;
}

.dd-search-wrapper {
    padding: 0px 20px;
}

.paginate-button-wrapper {
    text-align: center;
    line-height: 70px;
}

.view-mode-selected {
    background-color: #396db6 !important;
    color: white !important;
}

    .view-mode-selected:active {
        background-color: #396db6;
        color: white;
    }

.paginate-button {
    line-height: 20px;
    height: 26px;
    min-width: 26px;
    margin-right: 3px;
    background-color: rgb(250, 250, 250);
    cursor: pointer;
    border: 1px solid rgb(221,221,221);
    color: #333333;
    font-size: 13px;
}

.paginate-search {
    height: 33px;
    border: 2px solid white !important;
    background: none;
    border-radius: 0px;
    position: absolute;
    top: 6px;
}

.paginate-button:hover {
    background-color: rgb(230, 230, 230);
}

.paginate-button-selected {
    cursor: initial;
    background-color: #337ab7;
    color: white;
}

    .paginate-button-selected:hover {
        background-color: #337ab7;
    }


.paginate-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.paginate-button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ms-filter-label {
    font-size: 12px;
    margin-bottom: -12px;
    font-weight: 600;
}

.legend-wrapper {
    overflow-y: auto;
    height: 150px;
}

.legend-item {
    background-color: white;
    cursor: pointer;
}

    .legend-item:hover {
        background-color: rgba(247, 175, 103, 0.5);
    }

.legend-item-selected {
    background-color: rgba(247, 175, 103, 1);
}

.legend-color {
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.legend-label {
    display: inline-block;
}

.no-gutters {
    margin: 0px;
}

.mjs-wrapper {
    min-height: 200px;
    padding: 10px 15px;
}

.red-bg {
    background-color: #FF9999 !important;
}

.mjs-header {
    background-color: #396db6;
    height: 76px;
}

.mjs-title {
    float: left;
    color: white;
    font-size: 20px;
    line-height: 35px;
    font-family: robotoregular;
}

.mjs-close-button {
    background-color: transparent;
    float: right;
    color: white;
    border: none;
    opacity: 0.5;
    font-size: 13px;
    font-weight: bold;
    font-family: robotoregular;
}

.mjs-content {
    min-height: 100px;
}

.mjs-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

.map-table tr {
    cursor: pointer;
}

    .map-table tr > td {
        padding: 0px 6px;
    }

    .map-table tr:first-child {
        cursor: initial;
    }

    .map-table tr:nth-child(2n+1) {
        background-color: white;
    }

    .map-table tr:nth-child(2n) {
        background-color: #eeeeee;
    }

    .map-table tr:hover {
        background-color: #cccccc;
    }

    .map-table tr:first-child:hover {
        background-color: initial;
    }

.filter-wrapper {
    display: flex;
    margin: 10px 0px;
}
.filter-wrapper .multiselect-filter-wrapper {
    margin: 0px !important;
}
.multiselect-filter-wrapper {
    display: flex;
    margin: 10px 0 0 0;
}
.filter-type-field {
    margin: 0 !important;
    border-radius: 0px;
    border-left: none !important;
    height: 30px;
    flex: 0.4;
    min-width: 110px;
    outline: none;
}
.filter-text {
    padding: unset !important;
    padding-left: 9px !important;
    border-radius: 0px;
}
.filter-select {
    flex: 1
}

.action-filter {
    display: inline-block;
    max-width: 160px;
    width: 100%;
}

    .action-filter span.btn-default,
    .action-filter div.btn-default-focus {
        outline: 0 !important;
        background: none !important;
        background-color: transparent !important;
        text-shadow: none !important;
        bordeR: none !important;
        box-shadow: none;
        font-family: robotolight;
        font-size: initial !important;
        color: white !important;
    }

    .action-filter span.btn-default {
        margin-bottom: 2px !important;
    }

    .action-filter i.caret,
    .action-filter .text-muted {
        color: white !important;
    }

.filter-method {
    flex: 0.4;
    min-width: 110px;
    outline: none;
}


    .filter-method input {
        border-radius: 0px;
        border-left: none;
    }

    .filter-method.ui-select-bootstrap > .ui-select-match > .btn {
        border-radius: 0px !important;
        border-left: none;
    }

.info-window-wrapper {
    width: 400px;
    min-height: 100px;
}

.info-window-header {
    background-color: #396db6;
    height: 35px;
    color: white;
    font-size: 15px;
    padding: 5px;
}

.info-window-link {
    color: white;
    font-size: 15px;
}

    .info-window-link:hover, .info-window-link:active, .info-window-link:visited {
        color: #EEEEEE;
    }

.info-window-content {
    margin-top: 5px;
    margin-bottom: 5px;
}

.info-window-data-label {
    opacity: 0.7;
    text-align: right;
    padding-left: 0px;
    padding-right: 10px;
}

.info-window-data-value {
    text-align: left;
    padding-right: 0px;
    padding-left: 10px;
    white-space: break-spaces;
}

.filter-clear {
    display: inline-block;
    width: 26px;
    height: 30px;
    background-color: white;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #888;
    border-left: none;
    text-align: center;
    color: #4ba7fe;
    line-height: 26px;
    cursor: pointer;
}

    .filter-clear:active {
        background-color: #DDDDDD;
    }

.map-filter-container > div {
    padding-bottom: 17px;
}

.comment-content {
    padding-left: 20px;
    padding-bottom: 10px;
    white-space: pre-line;
}

.comment-header-unimportant {
    opacity: 0.7;
}

.dragover {
    border: 5px dashed blue;
}

.top-left-absolute {
    position: absolute;
    top: 10px;
    left: 20px;
}

#activity-map {
    width: 100%;
    height: 225px;
}

#activity-qa-map {
    width: 100%;
    height: 225px;
}

.top-left-absolute-lightbox {
    position: absolute;
    top: 35px;
    left: 20px;
    z-index: 100;
}

.file-dragover {
    background-color: rgba(0,150,0,0.1);
}

.record-failed {
    background-color: red;
}

.table-striped > tbody > tr.record-failed:nth-child(odd) > td {
    background-color: red;
}

.record-complete {
    background-color: green;
}

.table-striped > tbody > tr.record-complete:nth-child(odd) > td {
    background-color: green;
}

.table-hover tbody tr.unknown-client:hover > td,
.table-striped > tbody > tr.unknown-client {
    background-color: #fb6f6f;
}

    .table-striped > tbody > tr.unknown-client:nth-child(odd) > td {
        background-color: #f99999;
    }

.table-hover tbody tr.await-acknowledgement:hover > td,
.table-striped > tbody > tr.await-acknowledgement {
    background-color: #ffb02b;
    cursor: pointer;
}

    .table-striped > tbody > tr.await-acknowledgement:nth-child(odd) > td {
        background-color: #ffc05f;
    }

.record-pending {
    background-color: yellow;
}

.record-retry {
    background-color: orange;
}


.tab-list > li {
    float: left;
}

.tab-list {
    margin: 0px;
}

.navbar.tab-bar {
    background-color: rgba(0,0,0,0);
}

.tab-bar .navbar-nav a {
    background-color: #396db6;
    height: 45px;
    line-height: 45px;
    width: 100px;
}

.tab-bar .navbar-nav .active a {
    background-color: #5099FF !important;
}

.tab-bar .navbar-nav .selected a {
    background-color: #5099FF;
}

.action-bar-date-filter-label, .action-bar-filter-label {
    vertical-align: middle;
    line-height: 47px;
    font-size: 13px;
    color: white;
}

.action-bar-filter-label {
    display: inline-block;
}

.action-menu-buttons-container {
    line-height: 47px;
}

.action-menu-button-dropdown {
    width: 20px;
    cursor: pointer;
    text-align: center;
}

.dashboard-small {
    height: 100px;
    padding: 0px;
    font-size: 15px;
    margin-bottom: 20px;
}

.dashboard-medium {
    padding: 0px;
    font-size: 15px;
    height: 200px;
    margin-bottom: 20px;
}

.dashboard-table {
    font-size: 15px;
    margin-bottom: 20px;
}

.dashboard-red {
    color: red;
    background-color: red;
}

.dashboard-logsysblue {
    color: #396db6;
    background-color: #396db6;
}

.dashboard-logsysorange {
    color: #ff9a00;
    background-color: #ff9a00;
}

.dashboard-logsyslightblue {
    color: #5099FF;
    background-color: #5099FF;
}

.dashboard-header {
    color: white;
    padding: 0px;
    margin: 0px;
}

.dashboard-content {
    background-color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.dashboard-small .dashboard-header {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 100px;
}

    .dashboard-small .dashboard-header > i {
        height: 60%;
        display: block;
        line-height: 80px;
    }

    .dashboard-small .dashboard-header > span {
        height: 40%;
        line-height: 30px;
        display: block;
    }

.dashboard-small .dashboard-content {
    line-height: 100px;
    font-size: 30px;
    width: 50%;
    height: 100%;
    float: left;
}

.dashboard-medium .dashboard-header {
    height: 50px;
    margin-left: 10px;
    line-height: 50px;
}

.dashboard-medium .dashboard-content {
    height: 150px;
    font-size: 30px;
    line-height: 150px;
}

    .dashboard-medium .dashboard-content > i {
        width: 30%;
        display: block;
        float: left;
        height: 100%;
        line-height: inherit;
    }

    .dashboard-medium .dashboard-content > span {
        width: 70%;
        display: block;
        float: left;
        height: 100%;
        line-height: inherit;
        text-align: left;
    }

.dashboard-table .dashboard-header {
    height: 50px;
    margin-left: 10px;
    line-height: 50px;
}

.dashboard-table .dashboard-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #666666;
    text-align: center;
}

    .dashboard-table .dashboard-content tbody > tr {
        border-top: solid 1px #dddddd;
    }

    .dashboard-table .dashboard-content thead tr th {
        text-align: center;
    }

        .dashboard-table .dashboard-content tbody tr td:nth-child(1), .dashboard-table .dashboard-content thead tr th:nth-child(1) {
            text-align: left;
        }

        .dashboard-table .dashboard-content tbody tr td:nth-last-child(1), .dashboard-table .dashboard-content thead tr th:nth-last-child(1) {
            text-align: right;
        }

    .dashboard-table .dashboard-content thead {
        font-size: 15px;
    }


.queue-status-colour {
    width: 10px;
    height: 100%;
    display: table-cell;
}

#iauditorcsvexport-view .fa-lg {
    font-size: 1.333333em !important;
    font: normal normal normal 14px/1 FontAwesome !important;
}

.panel-title {
    padding: 0px;
    font-size: 13px;
    line-height: 23px;
    height: 23px;
}

.accordion-toggle {
    display: inline-block;
    width: 100%;
}

#assetimage-view .fa-lg {
    font-size: 1.333333em !important;
    font: normal normal normal 40px/1 FontAwesome !important;
}

#assetimage-view .fa-md {
    font-size: 1.333333em !important;
    font: normal normal normal 13px/1 FontAwesome !important;
    padding-top: 5px;
}

#iauditorcsvexport-view .fa-times {
    font-size: 1.333333em !important;
    font: normal normal normal 14px/1 FontAwesome !important;
}

.queue-record-template {
    padding-bottom: 10px;
    padding-top: 10px;
}

.queue-status-content {
    display: table-cell;
    padding-left: 10px;
}



﻿ /*#region Override background color theme */
html, body {
    background-image: url("../content/images/lims-bg.png");
    height: 100%;
}

.navbar-inverse .btn-navbar.active {
    /* background-color: #333 \9;*/
}

/* Unauthorised page*/
.unauthorised {
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    color: black;
}

/* Exclude from hamburger @ 1024 px*/
@media screen and (max-width: 1024px) {
    .hamburger-exclude {
        display: none !important;
    }

    /* Custom Widget Action Toolbar */
    .find-text-box {
        font-size: 10px !important;
    }
}

.table-condensed {
    overflow-x: auto;
}

/* bootstrap overrides to remove specific paddings */
.col-md-1 .no-left-padding, .col-md-2 .no-left-padding, .col-md-3 .no-left-padding, .col-md-4 .no-left-padding,
.col-md-5 .no-left-padding, .col-md-6 .no-left-padding, .col-md-7 .no-left-padding, .col-md-8 .no-left-padding,
.col-md-9 .no-left-padding, .col-md-10 .no-left-padding, .col-md-11 .no-left-padding, .col-md-12 .no-left-padding {
    padding-left: 0px;
}

.col-md-1 .no-right-padding, .col-md-2 .no-right-padding, .col-md-3 .no-right-padding, .col-md-4 .no-right-padding,
.col-md-5 .no-right-padding, .col-md-6 .no-right-padding, .col-md-7 .no-right-padding, .col-md-8 .no-right-padding,
.col-md-9 .no-right-padding, .col-md-10 .no-right-padding, .col-md-11 .no-right-padding, .col-md-12 .no-right-padding {
    padding-right: 0px;
}

.col-md-1 .no-padding, .col-md-2 .no-padding, .col-md-3 .no-padding, .col-md-4 .no-padding,
.col-md-5 .no-padding, .col-md-6 .no-padding, .col-md-7 .no-padding, .col-md-8 .no-padding,
.col-md-9 .no-padding, .col-md-10 .no-padding, .col-md-11 .no-padding, .col-md-12 .no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.upload-data-section {
    padding-bottom: 20px;
}

.stat-widget {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*upload care nooying so very precise styling*/
.uploadcare-widget-button.uploadcare-widget-button-open {
    background-color: #5099FF !important;
}

    /*upload care nooying so very precise styling*/
    .uploadcare-widget-button.uploadcare-widget-button-open:hover {
        background-color: #188D8B !important;
    }

.stat-widget.swtext {
    background-color: white;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bolder;
}

.stat-widget.swimage {
    text-align: center;
    color: white;
}

.upload-panel {
    min-height: 600px;
}

.panel-primary {
    border-color: #396db6;
}

    .panel-primary > .panel-heading {
        border-color: #396db6;
        background-color: #396db6;
    }

.panel-success {
    border-color: green;
}

    .panel-success > .panel-heading {
        border-color: green;
        background-color: green;
        color: white;
    }

.rfwblue {
    background: #0084c5 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #0084c5;
    color: #fff !important;
    border: 0 !important;
}




.statimage img {
    height: 30px;
    width: auto;
}

.statimage {
    line-height: 30px;
    height: 50%;
    padding-top: 6px;
}

.stattext {
    line-height: 18px;
    height: 30%;
    font-size: 12px;
    vertical-align: middle;
    padding-bottom: 6px;
}

/* specific colours for each stat widget */
.stat-widget.swimage.species {
    background-color: #5099FF;
}

.stat-widget.swtext.species {
    color: #5099FF;
}

.stat-widget.swimage.registereddevices {
    background-color: #0084c5;
}

.stat-widget.swtext.registereddevices {
    color: #0084c5;
}

.stat-widget.swimage.registeredusers {
    background-color: #fed12f;
}

.stat-widget.swtext.registeredusers {
    color: #fed12f;
}

.dashboardtable {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.right-padding-10 {
    padding-right: 10px;
}

.right-align {
    text-align: right;
}

    .right-align.skew-left-20 {
        padding-right: 20px;
    }

    .right-align.skew-left-5 {
        padding-right: 5px;
    }

    .right-align.skew-left-30 {
        padding-right: 30px;
    }

.table > thead > tr > th.dbth {
    font-weight: normal;
    font-size: 15px;
    border: none;
    padding: 10px;
}

.dashboardtable > .table > tbody > tr > td {
    padding: 10px;
}

    .dashboardtable > .table > tbody > tr > td.skew-left-20 {
        padding-right: 30px;
    }

.home-title {
    font-size: 100px;
}

.morestatslink {
    color: #ed4c41;
    font-size: 25px;
    vertical-align: middle;
}

.dashboard .widget-head .page-title {
    color: white;
}

img.separator {
    display: table;
    height: 56px;
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    box-sizing: content-box;
    float: right;
    margin: 0 auto;
}

.home-title {
    font-weight: 600;
    color: #08405e;
    font-size: 35px;
}

.lastfisheriesupdate {
    vertical-align: middle;
    color: #f1c31e;
    font-size: 25px;
    text-align: center;
    overflow: auto;
    display: table;
}

.floatleft {
    float: left;
}

.herpderp {
    vertical-align: middle;
    display: table-cell;
}

.navbar .navbar-back {
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
}

.header-back {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

button.navbar-back,
button.header-back {
    background-color: #396db6;
    border-color: #396db6;
    color: white;
    padding-left: 10px;
    padding-right: 15px;
    border-radius: 5px;
}

    button.navbar-back:hover,
    button.header-back:hover {
        background-color: #5099FF;
        border-color: #5099FF;
        color: white;
    }

.widget-actionbar > button.btn-orange:hover {
    color: white;
    background-color: #E5BC2A;
}

button.navbar-back:before,
button.header-back:before {
    font-family: fontAwesome;
    content: '\f04a';
}

.navbar-inverse {
    background-color: white;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.center-action-bar-buttons {
    display: inline-block;
    padding-top: 12px;
}

.navbar-inverse .btn-navbar:hover {
    /* background-color: #333; */
}

/*#endregion */

/* #region Main Styles */

.ng-cloak {
    display: none !important;
}

select > option {
    color: black;
}

.vertical-space {
    margin-top: 3px;
}

.widget .padd {
    padding: 16px 8px;
}

    .widget .padd.padd-tight {
        padding: 6px;
    }

.list-flow.list-flow-tight {
    width: 90px;
}

.btn > i {
    margin-right: 8px;
}

.btn {
    margin-right: 4px;
    margin-left: 4px;
}

    .btn.btn-notext > i {
        margin-right: 0;
    }

small {
    font-size: 11px;
}

p.input-group {
    margin: 0 !important;
    padding: 0 !important;
}

.input-group-btn button {
    font-size: 12px !important;
    padding: 5px 8px 6px 12px;
}

.text-subtle {
    color: #b7b7b7;
}

.page-title-subtle {
    color: #0055a5;
}

.disc-green-text {
    color: limegreen;
}

.red-text {
    color: indianred;
}

.red-row tr,
.red-row td {
    background-color: #FF9999 !important;
}

.red-row:nth-child(odd) td {
    background-color: #fcb8b8 !important;
}

.stock-toggle-button {
    padding: 5px 15px;
    border: 1px solid #EFEFEF;
    background-color: #FFF;
    cursor: pointer;
}

    .stock-toggle-button:hover {
        background-color: #FEFEFE;
    }

.stock-process-button {
    color: #FFF;
    padding: 5px 15px;
    border: 1px solid #EFEFEF;
    background-color: #396db6;
    cursor: pointer;
}

    .stock-process-button:hover {
        background-color: #5099FF;
    }

.stock-toggle-button-selected,
.stock-toggle-button-selected:hover {
    color: #FFF;
    background-color: #ff9a00;
}

.stock-process-button-disabled,
.stock-process-button-disabled:hover {
    cursor: default;
    color: #999;
    background-color: #DDD;
}

.page-title {
    font-family: robotoregular;
    color: #08405e;
    font-weight: 600;
    font-size: 22px;
    margin-right: 12px;
}

.page-title-subtlenew {
    color: #08405e;
    font-weight: 600;
    font-size: 16px;
    margin-right: 12px;
    margin-left: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.speciallblmsg {
    color: #0055a5;
    font-size: 12px;
    font-weight: bold;
}

.noteslbl {
    color: #0055a5;
    font-size: 12px;
    font-weight: normal;
}

.right {
    clear: right;
    float: right;
}

.widget-content .padd:hover {
    cursor: pointer;
    color: white;
    background-color: #52b9e9;
}

    .widget-content .padd:hover * {
        color: white;
    }

.list-flow {
    margin: 6px;
    float: left;
    width: 110px;
    height: 120px;
    border-bottom: solid 0 transparent;
    padding: 1.5% .5%;
}

.name-stack h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 18px !important;
}

input.quick-search::-webkit-input-placeholder {
    color: white !important;
    font-family: robotolight;
}

input.quick-search:-moz-placeholder { /* Firefox 18- */
    color: white !important;
    font-family: robotolight;
}

input.quick-search::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
    font-family: robotolight;
}

input.quick-search:-ms-input-placeholder {
    color: white !important;
    font-family: robotolight;
}

.quick-search {
    margin-right: 4px;
}

    .quick-search::-webkit-input-placeholder::before {
        font-family: fontAwesome;
        content: '\f002';
        color: #69f;
    }

    .quick-search::-moz-placeholder::before {
        font-family: fontAwesome;
        content: '\f002';
        color: #69f;
    }

:-ms-input-placeholder.quick-search::before {
    font-family: fontAwesome;
    content: '\f002';
    color: #69f;
}

input:-moz-placeholder.quick-search::before {
    font-family: fontAwesome;
    content: '\f002';
    color: #69f;
}

.search-query {
    margin: 2px auto 8px auto !important;
}


.form-search {
    min-height: 2em;
}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.date-range-picker {
    font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    /*padding: 8px;*/
    cursor: pointer;
    /*max-width: 360px;*/
}

    .date-range-picker span {
        padding-left: 6px;
    }

    .date-range-picker .caret {
        margin-top: 8px;
        margin-left: 6px;
    }

    .date-range-picker .well {
        margin-bottom: 0;
    }

.report-filters .nav.nav-pills {
    padding-top: 8px;
}

.report-filters .nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.report-filters .nav-pills > li:not(.active) a {
    background-color: #0055a5;
    color: white;
}

.report-filters .nav-pills > li.active > a {
    font-weight: bold;
}

.report-filters .nav-pills > li:not(.active) a:hover {
    background-color: #e1e1e1;
}

.report-box-item .alert {
    font-size: 22px;
}

.report-box-item span {
    font-size: 15px;
}

.widget-content {
    padding: 1em;
}

.widget-content-analytics {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3em;
    padding-bottom: 3em;
}

.widget-content-fisheriesupdate {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.navbar-brand {
    margin: 0px 0 1px 0;
    padding-right: 15px;
    padding-left: 0px;
    vertical-align: middle;
}

.navbar .brand-title {
    margin-top: -11px;
    margin-left: 150px;
    font-weight: 700;
    font-size: 23px;
    color: #0055a5;
    letter-spacing: -1px;
}

    .navbar .brand-title small {
        font-weight: 600;
        letter-spacing: 0px;
    }

.navbar-inner {
    background-color: #0055a5 !important;
    border: none;
}

.navbar-logo img {
    height: 20px;
}

.today-datas li {
    padding: 20px 14px;
}

.navbar-nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    top: 8px;
    right: 26px;
}

.navbar-nav > li.dropdown .dropdown-toggle > i {
    font-size: 18px;
    color: #8a8a8a !important;
}

.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #e02222;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.badge-help {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: #428bca;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpBlue {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: #428bca;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpOrange {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: orange;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}
/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    height: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMIAAABHCAMAAABiQmhoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZQTFRFf6nQv9ToQH+5v9TnQIC53+rzn7/cQEBAf6rQ7/T5z9/tEBAQj7TWf39/v7+/ICAgMHS0MDAwUIq/EF+oEF+nYGBgr8nicJ/L7+/vUFBQYJTFIGquYJXFn5+fIGmuz8/PcHBwj4+PEGCo39/fMHSzr8rir6+vcKDLMHW0YJTEIGmtcJ/KUIq+AFShAFWiAFSiAAAA////YRH9JgAAADJ0Uk5T/////////////////////////////////////////////////////////////////wANUJjvAAAOu0lEQVR42tRaeX/iOAx1nPsAwn0WKNB7bCff/8utLifp7G9n2+k/bXbaLZA4ftKT9KSgWjruru2PPRT/bzMdbX44hPZUlvc/HAJgaCZ3PxXCaHp/gr/GTbr9sRDO02ZyPrV3zWM5uv5MCKPNtmmacrmE38vNT4RwGrct7n66nDZNmt791HAGP5RlChDuJucfCmEEELYTgAA/y58K4bFsyqaZpKPR9vxDIbQn4FHT3JXXH0qk65kqA0bEtEtKicIjy+R38M2rM2o9jGfITVP/hrHWOePgsPiTfFMI6ehuLGYfpZBVJ00Xzzls39DmLeH4rl5osKyBtgAkmFOb8SOA4HgO2fzoCXCHMd81FhrgD2DYpgQAILTpcllSfUsc0sji9gGImX9XCGDw07QElXS/aR4Zwqg9NZiWFLIIAACN8Jf+zhlpMy3vl+ALTElL0EyQm/DtXxTFjvwAvw/fOqkuy3J5PTdTKgwkvPHdCIPYGvwP/GGzbw1hlJ6mE4zrySRFDAwBdw7/0Afwf/fwzSG0mzPWhBFEdHlqNyBe25jog4kVo9nZYnhdrDRGOqYqK3S7zFZdTZwtIBMYzMXgP8pnsALdK0/0BU9H69DKzi5mXHEKPM8Sew0sdeNkgq85DONDbbhCETvw9seXWCDQltPzGCBMyrI80ZuBk2xKXnBuiOBhYdg1TiDyweGSayqJhNzgNgyjqXCbt/5sws9QXjiJcwHCahQQCQxVVsPgMy6zfGNM8oRuXgyqczm9b87pBOQeS4wKbWx8TrX7AYKCS56RsmHZVo49lde0vrWckGkNOjOEz/aESXbvONZwsRD3aHlzCA5s3mN16KWKDM+w6Cy2i9UDCBjLWJwhqAmDYvs7wTDMqVp2yPthOhESXO7FsZ04I7MhiY8xrMnXoeMsXymGxgvXTEs8Y06FlUkKb4BP8guj4S3J9YjF9hDGgmA0FYmh6URrRSitB4EgNzcdH8T/6PFADCkmJnSGIMCVe9dXfGOc5w2nu8iI0ZyLkATeSc7kEF6GLOVkaWPZgHCpQLiOx6NmuW1A6AGW0XICGGpc0XR0HvgrIe93DiIUhhDBSTtPAEnGQlrjbkRAM/yYbEx5DyHsjd8k2otIwOsCrdqdBIkPaOPYz3DPyaSRYwJNw90IIYzb8xLDCY00Xyz41LCHsBZj4GZ2xQxdT2sSHxae5Z7z+Cfe8BdYlvzKnpiFO9vthAKW8wKBhJeaKEQuBp+0R/EPHItkNee/KaGp5gxlOYWMtE0BwlgggMgInYhU++ye9/soHoQCKz/c45yklGXuGPsAeaxnWR0ow1bDNzIMBSn3RI7ASBDBuQmrSkmzBsj/7K1s7AzxsfHxgifgnPNg3UI1VxrBbK/T5rptHkfNqX28IoQHw2nZCHEH0Tzn1fBtTVLKGLYm3Fo5MbTBKMy9WoezE8JuJaAdJ1FyFpwDe14JOKlB3Y6J7YWTPAAnZOgipji8EymcpD42JcYwuGM64Wx02rRqvphTVuVN3AYQXma7md5TXoDVX6zfCUbsE9ObrN+yT5h2YlnjI3Kdx0EQhGGAR0iqkqmDG8WcKpHPuiBgtUlbuYRtAZfgtfBP6gJkohQahwlmpFIanjfYez2PXnV9QxMPcmqAez7qp6cntYZ7r+eStpzbo326xF1DCZTEipyGtGLo4GLhjip+JxQOlt0J58OVIVGIcw+AzyQNwT0irfJ/C4xmNJ5Qzwm/t4KB90KwdaR/DbrOh048OAMQDkqF2Wql1JOGRLIXkQC/iGQMB3Z2aTlDSPai7epksJlOVZKgUD7uiXNtorOsApPnYQB9vHpL2vx3CJiN2mlzf4+5icb0R0l5jMOuBjk1OnJXDZ+BIYXbYJ0MzFW04OIE7jLTCeYuzlVwCrqRixw5jSPZXg5dO7vg/eLCFe75RSmVAMlor3GVvYHTlYLVg0pFN2tn+RDCdNSeJ6CSGppvs+A2nTgiNg8a5ze9UxUsr7KZxlImLKWcWsC5UQSOWYX+ioIZj9qjomGIGgxG4PDykYKivw1Eyoo+r5AAeQHrVOqXhlQCTKrCuM1D+qSfYKTN9dTQT4nND6YANPPeHKlvdkOPi93dTYO54vAhCGBDO611iCTzQsACyWZarzPCE8b/o5mBIhk4T80AHZybVIw6FlgaTQNOQK0BXp5p8u9uCAHEHWakabNdQmiXpwcut2jc/WL/ehzczGcKy3RHuayjJ7AM3SsOydWwGdgIRFEURViILH1Y7Flm273GI4KPd+BPguA5w0eVZb90hIzTXRgWYaW05pBxrH5UD2EDCWmbTiZlk0J1a9M7RVnXehkzFHkHHVGgcDWeeatTTp0ddQQkTsKg+GTnEgM31Q5QwdbgldZAoXDou3w3t50sczIbWvQQxsCfCfwHEO4RwvhgvZim7HZ4l1Nfo1n2tssyyqla3zhKzRGLl/WaHlAnczL2DCk92G0CjMngOvCB3pNGQD7AiQC+6uMhAKMDPU0PI5n5KuPlBhR5v/IdlLQUctFdk14hsCdjLV5gYfte5FlR4dQCaP2WqVUQJMTdBKJ0HRFJ0MdUtan8vhvhrHa4fYznTGGRGtgagh8TW7L3FcW+m1/l1U3EOpcQSDP9WHjTXnEUmU7IKZs5qXHuOUn89KXEingFI+QozqRoGjBmHr2BgQFQEH+UQHnAdMkA9oJTLdPTK+vbbxcEdachHaYZDyHFQWqTUmLlYWTXGpI7BsyecSfmOglhPOWUyB7mKiUkdAhGrApxykwpBw4Nwq3SUc36j4R87Kyvpdg4a5464J00KiRpouEng1OlFTLUDnsI03LTLgcQAj5D2kfwF/ob/+XtM0c5JpYIWxEqxpZlXdUNzpwrWD5zQ4eWrSWwfOHuWg1EG/rujkUeEYUkGl65kkkCLheQzOSW1tm6hwDyAgrzZHMtGUIicwJRytxd4j2hGnNKw/UOpJ+NV5wxCgreMlyRU23xIjlEhcQeg5V21M1bJ01NTJ06txxU8gv+0EjjnHE7Qt4nEet1pZt1EE6ojlAgQWm+MuGdDFBYePkedwFdZ9f/GTIt96UYNtBbcaQR2KegluSHGyvwQkkm7BPBjv6kG3qvOHd4qF0/awlQATJ1ET3Ryjevrq8Lj1AWyseGFPeYG3xn+ybR90vIgMBI3wivjnE1mENoakWM7ZsT6SPYe4FkBnwlF/J4BoUpyjoj1uB223mH5lSanZ8nZHEt6+M9kw7CCH1wpucjDKF2fqdUpaUNM+bA4yU/nPBn0e8XHEKwg7lvs3ygY2oZSfBcrWsi2TEHmZf0DWs3zOX5VeT9J8LXiqS14FwPYdmUOM4rWR95TWl9tnR+LAlJJ5C3+uIggehWPArqBlZeO2Msae4AujmeBAGfmVDwWWu78Z1w0UqjoumGkgrEBrTGvtdINIWEWHh8ZKkdi8iWxtNP7AxsMzRW1vcjCG5wsTbjTNE47zOfJvGlosbLx6iRrMgGuKA0iiVueKwg+hg5cGBhKX6TAZVPGVkPAdMpVGhods7QO9DtJBK4LEi3Tcl+0VvSeD2OTn2QvsXK2K3r5v08bu7Hj3KVn6hwK3LgGa2MIDs1ROOZajivEtWDxHjOOwgb4BF+A+AexdLI97F9dJmOnDxF8ne3vcflYWK8FwFmhUtyYSBcMTJR7PQjjQWomNYiQeGsl5ufwFkaqOc156OuC+Ojzvt+YdzAxu+IQylBWHdmtzJgYduR0gkPrxykpqNG/eQFRf4iXmJC+MCjm4W7V5kmC6Gse153SiRXF7pb/Ra3xqcJmsegNIpkPiMDSWsWvhdmCNhujjCljiEW0q8O/AseSgQzzwz7fiz+B8EdskzNxWqOhPeHni+cG6wJW+7Y0q/uHmcjsJdkIT7gGelnjsBTwGFD8CEIaXMqm9EIh9rnL0G4MNNdNzLhcoUDuM8clQy9jHP6gxCwWyvTJZJp2z/8/4tD+h3/cKTT6qtPPnvi8SZyf/1BCBgKJC+mONX7ewRBX5ncoPCZ4yfX0SKs7Lte608QxvRAAUPhBIT6AoSV1zLykM1nv89+9eG1r9DBxyA80iORTcl14QsQlJ8Xc6MgD6kun/7+Sfc07reHlP8NYcS6iLudsvn7LyTtOo3svFxY6Cr+7DIxtnry88GHtttm00NICU8R/NaW//WRJ5/8JlMcfo53BGHaSFD3EDSTWudfRZDMkQ71J9bJPlDO/gVBSsE7CKILv/qtBXz0queWHtR8FLTWn4cwunsHAdV2hKO5xPmvv+RK6zehVaWqNsZpbuLnW/Bp5EUSfrLrizE0CYc2p1kHv55FMx/dQaZWs7XMxmjAwad0Y7P4EEVveTdB0nrnmR0etH4p/v3FNj7O9GVbjbIm98UxfyaNx9fsrMkrbH7mhm0b08x0Hsv3sOzCuEGlgL5y3X+zYViuFIqPSJ7SB+0eWztSyTL8KuZYHhe5CFl6UljIQBGT3SX+Dwi+uFgd7S2Njome68qzYeXs6hd8DO1NIoOleRDM3c5XN3MbSKIDJaY9g4idncU7ZwpJwWYRreX9dcHfcKDJgwys4B1Q/fzuDtqt0Bstg3eLKCr+BwKNwcTw2h7x60mytHFPR9gXeILNYO0lii726CG8vK/Yuwvm1pit7Z51bf1ejfW55+bqyslyyko4k838XHDvFhEEFTsowafJUdL+GQKUdqV8So/sM7VV/OqXPbo6cnP37AsRN9aeOcM137Qu2qKWx9aKFb+coZzpdZ17Fh7hgMlDWCMEtuJCOlkf8r4V/KMXBq/AAUW+cK89oZ/wWRgbs312x7ytMl4wMHa4JphUB8HNcJUN8JqCHoG8hxBjL1Z1IcJ/HM0xL3zkaAMtdqLEf5C0Vp0l/jsWhm0A9/MP/suf0GYG/L0QUUavN36AT0QarhnPWX2Lw2pno4uRCFWDTuhmPC2B6KZzTS8xYMevtf8mCHyCz2GrP0KI7Lv6snqF0EsGQjJuXf/1ngoa5ovqupV3axb4IHN+kNSY40y5Ln5jTEtfbah7oeX/WsC+fTZ7OEKu89L7Cdqpi7z4R4ABAI/x/0tJJeAuAAAAAElFTkSuQmCC') no-repeat center;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.icon-asterisk.icon-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.icon-asterisk.icon-asterisk-alert {
    color: #F58A00;
}

.icon-asterisk-inline {
    padding: 0 4px 0 0;
}


/*.progress,*/
.page-progress-bar {
    margin: 30px 10% !important;
    background-color: #0055a5;
}

.spinner {
    margin: 10px auto 0 auto;
    left: auto;
    top: auto !important;
}

.spinner-mid-page {
    position: fixed;
    top: 40%;
    left: 50%;
}

.panel-loading-spinner {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: -15px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.63);
    color: orange;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .panel-loading-spinner .fa.fa-spinner {
        font-size: 130px
    }

.loading-spinner {
    color: orange;
    width: 100%;
    text-align: center;
}

    .loading-spinner .fa.fa-spinner {
        font-size: 60px;
    }

/*#endregion*/

table th > a {
    font-weight: bold;
}

.no-clickable tr,
.no-clickable td {
    cursor: default !important;
}

table.table-condensed.table-striped th,
table.table-striped.table-hover th {
    opacity: 0.35;
}

table.table-condensed.table-striped tr.table-filters th,
table.table-striped.table-hover tr.table-filters th {
    opacity: 1 !important;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th,
.table-hover thead tr:hover > th.can-sort {
    cursor: pointer;
}

.table-hover tbody tr:hover > td {
    background-color: #ddd;
}

.widget-content.referrer {
    border-width: 0;
}

a {
    cursor: pointer;
}

/* #endregion */

/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.1s 0.1s;
    -o-transition: ease-out all 0.1s 0.1s;
    -webkit-transition: ease-out all 0.1s 0.1s;
    transition: ease-out all 0.1s 0.1s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.1s ease-out all;
    -o-transition: 0.1s ease-out all;
    -webkit-transition: 0.1s ease-out all;
    transition: 0.1s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    /*position: relative;*/
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity: 0.5;
}

    .fader-animation.ng-move.ng-move-active {
        opacity: 1;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */

/*#region error handling */
.validated-form input.ng-valid.ng-dirty,
.validated-form textarea.ng-valid.ng-dirty {
    /*color: #47A447;*/ /* Green */
    border-color: #47A447;
}

.validated-form input.ng-invalid.ng-dirty,
.validated-form textarea.ng-invalid.ng-dirty,
.error-text {
    color: #b94a48 !important; /* Red */
    border-color: #ee5f5b !important;
}

.validated-form.ng-pristine input.ng-invalid,
.validated-form.ng-pristine textarea.ng-invalid {
    border-color: #ccc !important;
    border-left-width: 1px !important;
}

label.show-field-error {
    color: red;
}

.validated-form input.ng-valid.ng-pristine:focus,
.validated-form input.ng-invalid.ng-pristine:focus,
.validated-form input.ng-invalid.ng-dirty:focus,
.validated-form textarea.ng-valid.ng-pristine:focus,
.validated-form textarea.ng-invalid.ng-pristine:focus,
.validated-form textarea.ng-invalid.ng-dirty:focus {
    color: #ED9C28; /* Yellow */
    border-color: #ED9C28 !important;
    -webkit-box-shadow: 0 0 6px #ED9C28 !important;
    -moz-box-shadow: 0 0 6px #ED9C28 !important;
    box-shadow: 0 0 6px #ED9C28 !important;
}
/*#endregion */

/*#region toastr */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */

/*#region Responsive */

@media (max-width: 979px) {

    .nav-collapse {
        clear: none;
    }

        .nav-collapse .nav > li {
            float: left;
        }

    .navbar .btn-navbar {
        display: none;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: inherit;
        overflow: inherit;
    }

    .page-splash-message {
        font-size: 300%;
    }

    .btn-group.pull-right {
        float: none;
        display: block;
    }
}

@media (max-width: 767px) {

    /* CUSTOM - RSS*/

    .content {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .mainbar .matter {
        padding-left: 0;
        padding-right: 0;
    }

    .nav > li {
        width: auto !important;
    }

    .navbar-collapse {
        max-height: 226px !important;
        height: 226px;
        background-color: #396db6;
    }

    .navbar-inverse.test-site .navbar-collapse {
        background-color: #fb8e23;
    }

    .navbar .nav.navbar-nav.menu-list > li {
        display: inline-block !important;
        width: 100% !important;
    }

    .navbar-nav .open .dropdown-menu {
        width: 100% !important;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: #8aade0;
        }
    /* CUSTOM- RSS */

    .navbar-nav .open .dropdown-menu {
        position: -webkit-sticky !important;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav > li {
            float: none;
        }

    .navbar .btn-navbar {
        display: block;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .page-splash-message {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

        .page-splash-message.page-splash-message-subtle {
            font-size: 150%;
        }

    .hide-on-small-screen {
        display: none;
    }

    /* Custom Logsims Classes*/

    .widget .table {
        font-size: 9px;
    }

    .table-filters {
        display: none;
    }

    .widget .widget-actionbar .btn {
        display: none;
    }
}

@media (max-width: 320px) {

    .btn {
        margin: .2em;
        width: 7em;
    }

    .btn-group > .btn {
        display: block;
        width: 7em;
        margin: .2em;
    }

    input,
    select {
        width: 85%;
    }

    textarea {
        width: 80%;
    }

    .img-polaroid.user-pic {
        width: 5em;
    }

    .user .user-details {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3 {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }
}

.half-width-form-control {
    display: inline-block;
    width: calc(50% - 2px);
}

.ui-select-bootstrap > button.btn {
    margin-left: 0;
}

.round-button {
    border-radius: 100px;
    outline: none;
}

    .round-button:focus {
    }

.btn:focus {
    outline: none;
}

.button-fa-green {
    color: #77c76d;
    background: none;
    font-size: 26px !important;
}

    .button-fa-green:hover {
        color: #37c76d;
    }

.button-fa-red {
    color: red;
    background: none;
    font-size: 26px !important;
}

.button-fa-del {
    color: #e1e1e1;
    background: none;
    font-size: 26px !important;
}

.btn-green {
    background-color: green;
    color: white;
    font-weight: 600;
}

.btn-orange {
    background-color: #fed12f;
    color: white;
}

.extra-small-button {
    font-size: 14px !important;
}

.display-parent-hover {
    display: none !important;
}

.parent-hover:hover .display-parent-hover,
li:hover .display-parent-hover {
    display: inline-block !important;
}

.icon-on-end-form-control {
    display: inline-block;
    width: calc(100% - 55px);
    margin-right: 6px;
}

.icon-not-end-form-control {
    display: inline-block;
    width: calc(100% - 20px);
    margin-right: 6px;
}


.spacing-below {
    margin-bottom: 5px;
}

.spacing-above {
    margin-top: 5px;
}

.big-spacing-above {
    margin-top: 10px;
}

.reduced-panel-spacing {
    margin-bottom: 10px;
}

.spacing-left {
    margin-left: 5px;
}

.spacing-small-right {
    margin-right: 4px;
}

.pull-down {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.pull-text-bottom {
    vertical-align: text-bottom;
}

.row2-box {
    min-height: 115px;
}

.medium-icon {
    font-size: 25px;
    height: 25px;
    vertical-align: middle;
}

.small-icon {
    font-size: 15px;
    height: 15px;
    vertical-align: middle;
}

.like-button {
    opacity: 0.7;
}

    .like-button:hover {
        opacity: 1;
    }

.btn-special {
    background-color: #ccc;
    color: white;
}

a.editable-click {
    border-bottom: none !important;
}

    a.editable-click:hover {
        color: #47a447;
    }

.modal-dialog {
    width: 810px;
    margin: 30px auto;
}

div.wide-modal div.modal-dialog {
    width: 1100px;
}

div.widest-modal div.modal-dialog {
    width: 90%;
}

div.thin-modal div.modal-dialog {
    width: 400px;
}

@media (max-width: 1100px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }

    div.wide-modal div.modal-dialog {
        width: 800px;
    }
}

@media (max-width: 950px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    div.wide-modal div.modal-dialog {
        width: 750px;
    }
}

@media (max-width: 800px) {
    .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }

    div.wide-modal div.modal-dialog {
        width: 480px;
    }
}

@media (max-width: 480px) {
    .modal-dialog {
        width: 300px;
        margin: 30px auto;
    }

    div.wide-modal div.modal-dialog {
        width: 420px;
    }

    /* Custom Widget Action Toolbar */
    .find-text-box {
        font-size: 0 !important;
    }

    .widget .widget-actionbar .date-range-picker {
        font-size: 10.5px;
        line-height: normal !important;
    }

    .widget-actionbar .quick-search {
        width: 100% !important;
    }
}

.modal-content {
    background-color: white;
}

form > section.mainbar {
    background-color: white;
}

.modal-header {
    background-color: #396db6;
    color: white;
}

    .modal-header h4,
    .modal-header .close {
        color: white;
    }

    .modal-header .close {
        opacity: .5;
    }

.modal-footer {
    background-color: white;
}

.error-modal .modal-header {
    background-color: red;
    color: white;
}
.error-background {
    background-color: rgba(255, 0, 0, 0.16);
    color: red;
}
/*#endregion */

.ui-select-bootstrap .ui-select-choices-row.active > a,
.ui-select-bootstrap .ui-select-choices-row.active > a:focus {
    background-color: #999 !important;
    color: white;
}

.fontlarger {
    font-size: 18px;
    font-weight: bold;
}

.fontmedium {
    font-size: 15px;
}

.fontsmaller {
    font-size: 11px;
    line-height: 15px;
    word-break: break-all;
}

.border-row {
    border-bottom: 0px solid #fff;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.addbinbutton {
    margin-top: 30px;
}

.form-horizontal input.ng-invalid.ng-dirty {
    background-color: #fec9c9;
}

.st-sort-ascent:after {
    padding-left: 5px;
    content: '\25B2';
}

.st-sort-descent:after {
    padding-left: 5px;
    content: '\25BC';
}

.table-filters th select {
    height: 24px;
    font-size: 12px !important;
    line-height: 24px;
    /*font-weight: normal;*/
    padding: 0px !important;
    color: #000;
    font-weight: 700;
}

.table-filters th input {
    height: 24px;
    font-size: 12px !important;
    line-height: 24px;
    font-weight: normal;
    padding: 0px !important;
    color: #f1b622;
}

.search-choice-clear:after {
    padding-right: 20px;
    float: right;
    color: gray;
    font-family: fontAwesome;
    content: '\f057';
    cursor: pointer;
}

/*.dropdown-menu.ng-valid-date {
    background-color: gold;
}*/

/*.dropdown-menu.ng-valid-date .btn {
    margin-left: 0;
    margin-right: 0;
}*/

.button-fa-download {
    color: #e1e1e1;
    background: none;
    font-size: 26px !important;
}

.list-boolean-true:before {
    font-family: FontAwesome;
    color: green;
    content: "\f00c";
    padding: 20px;
}

.list-boolean-no:before {
    content: "NO";
    padding: 20px;
}

.list-boolean-attention:before {
    font-family: FontAwesome;
    content: "\f071";
    padding: 20px;
}


/*Icon List*/
.has-error .form-control {
    color: #a94442 !important;
    border-color: #a94442 !important;
}

.activity-type-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.selected {
    background-color: steelblue !important;
    color: white;
    font-weight: bold;
}

    .selected label {
        color: white !important;
    }

.row-space {
    margin-top: 15px;
}

.label-green {
    color: rgb(30, 205, 30);
}

.label-red {
    color: red;
}

.label-orange {
    color: orange;
}

.left-margin {
    margin-left: 10px;
}

/* Data Report - Just big Wide List */
div.data-report {
    overflow-x: auto;
}

.data-report table {
    display: inline-block;
}

.data-report thead,
.data-report tbody {
    display: inline-block;
}

.data-report thead {
}

.data-report tr td {
}

.data-report tbody {
    overflow-y: scroll;
    max-height: 420px;
}

div.data-report table tr th,
div.data-report table tbody tr td {
    min-width: 150px;
    max-width: 150px;
}

.qrtly-rpt-col0 {
    min-width: 20px;
    width: 2%;
    text-align: left;
    vertical-align: top;
}

.qrtly-rpt-col1 {
    width: 38%;
    text-align: left;
    vertical-align: top;
}

.qrtly-rpt-sub-item .qrtly-rpt-col1 {
    padding-left: 20px;
}

    .qrtly-rpt-sub-item .qrtly-rpt-col1:before {
        content: '\f0da'; /* FontAwesome char code inside the '' */
        font-family: FontAwesome; /* FontAwesome or whatever */
        padding-right: 5px;
        color: #999;
    }

.qrtly-rpt-col2 {
    width: 20%;
    text-align: center;
    vertical-align: top;
}

.qrtly-rpt-col3 {
    width: 40%;
    text-align: left;
    vertical-align: top;
}

.qrtly-rpt-total td {
    font-weight: bold;
}

.qrtly-rpt-no-col {
    float: left;
    width: 30px;
}

.inner-table-hover > tbody > tr:hover > td,
.inner-table-hover > tbody > tr:hover > th {
    background-color: #cbc8c8;
}

.rpt-comm-col1 {
    text-align: left;
    vertical-align: top;
    width: 20%;
}

.rpt-comm-col2 {
    text-align: center;
    vertical-align: top;
    width: 10%;
}

.rpt-comm-col3 {
    text-align: left;
    vertical-align: top;
    width: 60%;
}

.rpt-comm-col4 {
    text-align: center;
    vertical-align: top;
    width: 10%;
}

.rpt-region-name {
    font-weight: bold;
}

.inner-table tbody {
    height: auto;
}

.green-text {
    color: green;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.green-text-inline {
    color: green;
    font-weight: bold;
}

.green-text-background {
    color: white;
    font-weight: bold;
    background-color: green !important;
}

.orange-text-background {
    color: white;
    font-weight: normal;
    background-color: orange !important;
}

.red-text-background {
    color: white;
    font-weight: normal;
    background-color: red !important;
}

.dash-label {
}

.distribution-panel .form-group {
    margin-bottom: 0px;
}

.tree-icon {
    display: inline-block;
    color: #4ba7fe;
    width: 20px;
}

.sale-icon::before {
    font-family: fontAwesome;
    content: '\f15c';
}

.comment-icon::before {
    font-family: fontAwesome;
    content: '\f086';
}


.nopadding {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.full-height {
    height: 100%;
    min-height: 100%;
}

#work-area .left-panel {
    background-color: #2d2d2d;
    position: fixed;
    width: 350px;
}

#work-area .middle-panel {
    position: fixed;
    right: 0px;
    left: 350px;
    top: 54px;
    background-color: #ececec;
}

.workarea-content {
    margin-top: 54px; /* margin to allow for the action bar. */
    width: auto;
    padding-bottom: 900px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ececec;
    position: relative;
    height: 100%;
    overflow-y: scroll;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.align-center {
    display: flex;
    align-items: center;
}

.panel-default > .panel-heading {
    border-radius: 0;
    padding: 0px 15px;
    color: #727171;
    background-color: #ffffff;
    border-color: #ececec;
}

.panel-data {
    background-color: #ededed;
    margin-bottom: 15px;
}

    .panel-data > .panel-heading {
        border-radius: 0;
        padding: 5px 15px;
        color: #9e9e9e;
        border-color: orange;
    }

.panel-heading-small {
    border-color: transparent;
    font-size: 11px;
    line-height: 14px;
}

div.event span {
    opacity: 0.5;
}

.mainbar {
    position: relative;
    margin-right: 0;
    width: auto;
    background: #ececec;
}

.limslogo {
    width: auto;
}

.rfwnav {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
}

.limslogopad {
    height: 70px;
    line-height: 70PX;
}

.work-area {
    position: relative;
    margin-right: 0;
    width: auto;
    background: #ececec;
}

.tree-label {
    color: #efefef;
}

.ui-select-bootstrap button {
    color: #4ba7fe;
    font-weight: bold;
}

.nav.navbar-nav > li:hover {
    background-color: #5099FF;
}

.nav.navbar-nav > li.current {
    background-color: #5099FF;
}

    .nav.navbar-nav > li.current > div > a {
        color: white;
    }

.nav.navbar-nav > li:hover > div > a {
    color: white;
}


/* Images used for nav bar need to be switched out on hover/select */
.nav.navbar-nav > li.current img.notifications-image:after,
.nav.navbar-nav > li img.notifications-image:after,
.nav.navbar-nav > li:hover img.notifications-image:after,
.nav.navbar-nav > li.current img.notifications-image,
.nav.navbar-nav > li img.notifications-image,
.nav.navbar-nav > li:hover img.notifications-image {
    content: url("../content/images/notificationslogodark.png");
}

.nav.navbar-nav > li.current img.home-image:after,
.nav.navbar-nav > li:hover img.home-image:after,
.nav.navbar-nav > li img.home-image:after,
.nav.navbar-nav > li.current img.home-image,
.nav.navbar-nav > li:hover img.home-image,
.nav.navbar-nav > li img.home-image {
    content: url("../content/images/home-icon.png");
}

.nav.navbar-nav > li:hover img.query-builder-image:after,
.nav.navbar-nav > li img.query-builder-image:after,
.nav.navbar-nav > li.current img.query-builder-image:after,
.nav.navbar-nav > li:hover img.query-builder-image,
.nav.navbar-nav > li img.query-builder-image,
.nav.navbar-nav > li.current img.query-builder-image {
    content: url("../content/images/query-builder-icon.png");
}

.nav.navbar-nav > li.current img.admin-image:after,
.nav.navbar-nav > li:hover img.admin-image:after,
.nav.navbar-nav > li img.admin-image:after,
.nav.navbar-nav > li.current img.admin-image,
.nav.navbar-nav > li:hover img.admin-image,
.nav.navbar-nav > li img.admin-image {
    content: url("../content/images/admin-icon.png");
}

.nav.navbar-nav > li.current img.back-office-image:after,
.nav.navbar-nav > li img.back-office-image:after,
.nav.navbar-nav > li:hover img.back-office-image:after,
.nav.navbar-nav > li.current img.back-office-image,
.nav.navbar-nav > li img.back-office-image,
.nav.navbar-nav > li:hover img.back-office-image {
    content: url("../content/images/back-office-icon.png");
}

.nav.navbar-nav > li.current img.reports-image:after,
.nav.navbar-nav > li:hover img.reports-image:after,
.nav.navbar-nav > li img.reports-image:after,
.nav.navbar-nav > li.current img.reports-image,
.nav.navbar-nav > li:hover img.reports-image,
.nav.navbar-nav > li img.reports-image {
    content: url("../content/images/reports-icon.png");
}

.nav.navbar-nav > li.current img.registration-image:after,
.nav.navbar-nav > li:hover img.registration-image:after,
.nav.navbar-nav > li img.registration-image:after,
.nav.navbar-nav > li.current img.registration-image,
.nav.navbar-nav > li:hover img.registration-image,
.nav.navbar-nav > li img.registration-image {
    content: url("../content/images/registrationlogolight.png");
}

.nav.navbar-nav > li.current img.settings-image:after,
.nav.navbar-nav > li:hover img.settings-image:after,
.nav.navbar-nav > li img.settings-image:after,
.nav.navbar-nav > li.current img.settings-image,
.nav.navbar-nav > li:hover img.settings-image,
.nav.navbar-nav > li img.settings-image {
    content: url("../content/images/settingslogolight.png");
}

.nav-image-div {
    width: 100%;
    height: 60%;
}

.nav-image {
    position: relative;
    width: 20%;
    height: auto;
    margin: 0 auto;
    top: 5px;
}

.nav-text {
    width: 100%;
    height: 40%;
    text-align: center;
}

    .nav-text > span {
        position: relative;
        top: -5px;
    }

.registration-image {
    width: 12px;
    height: 16px;
}

.other-image, .reports-image, .query-builder-image, .admin-image, .back-office-image {
    width: auto;
    height: auto;
}

.species-image {
    width: 20px;
    height: 9px;
}

.notifications-image {
    width: 14px;
    height: 16px;
}

.settings-image, .settings-image:after {
    width: 23px;
    height: 22px;
    top: 7px;
    display: -moz-grid;
}

.home-image {
    width: auto;
    height: auto;
}

.user-settings {
    width: 90px;
    height: 70px;
    background-color: #5099FF;
}

.user-settings-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .user-settings-image:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 25%;
        text-align: center;
    }

.nav.navbar-nav > li img.user-settings-image:after,
.nav.navbar-nav > li.current img.user-settings-image:after,
.nav.navbar-nav > li:hover img.user-settings-image:after,
.nav.navbar-nav > li img.user-settings-image,
.nav.navbar-nav > li.current img.user-settings-image,
.nav.navbar-nav > li:hover img.user-settings-image {
    content: url("../content/images/settingslogolight.png");
}

.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #5099FF;
}

.action-bar {
    right: 0px;
    left: 350px;
    top: 54px;
    z-index: 998;
    position: fixed;
    padding: 6px 4px 4px 4px;
    margin-bottom: 6px;
    border-bottom: 8px solid #ececec;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#fff,#f3f3f3);
    background-image: -moz-linear-gradient(left,#fff,#f3f3f3);
    background-image: -o-linear-gradient(left,#fff,#f3f3f3);
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    -webkit-box-shadow: 0px 2px 4px #b1b1b1;
    -moz-box-shadow: 0px 2px 4px #b1b1b1;
    box-shadow: 0px 2px 4px #b1b1b1;
}

.action-desc {
    line-height: 10px;
    display: block;
    padding: 0 5px;
    font-size: 10px;
    color: #a5a5a5;
}

.product-selector.ui-select-bootstrap > .ui-select-choices {
    width: 100%;
    height: auto;
    max-height: 400px !important;
    overflow-x: hidden;
}

.ui-select-bootstrap .ui-select-choices-row > a {
    font-weight: 600;
    line-height: 1.42857143;
    color: #414141 !important;
    white-space: nowrap;
}

.ui-select-choices-row > a .selector-minor {
    color: #919191;
    font-size: 12px;
    font-weight: normal !important;
}

.ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-select-choices-row > a:hover .selector-minor {
    color: #ffffff !important;
}

.accordion {
    margin-bottom: 1px;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
}

.panel .panel-default {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.workarea-sections > .panel-heading {
    border: 1px solid #e5e5e5;
}

.workarea-sections.accordion-open > .panel-heading {
    /*background-color: #0055a5;*/
    border-bottom: 4px #0055a5 solid;
    /*color: #ececec;*/
}

.workarea-sections > .panel-collapse > .panel-body {
    border: 1px solid #e5e5e5;
    /*border-bottom: 4px #0055a5 solid;*/
}

.detail-area .workarea-sections > .panel-collapse > .panel-body {
    border: 2px solid #eeeeee;
}

.detail-area .workarea-sections > .panel-heading {
    background-color: #eeeeee;
    color: #626262;
}



.workarea-selectsale .btn-default,
.workarea-selectsale input,
.workarea-selectsale ul,
.workarea-selectsale ul > li,
.workarea-selectsale .ui-select-choices-row > a {
    background-color: #0055A5;
    text-shadow: none !important;
    border: none;
    color: #eeeeee !important;
}

.workarea-selectsale .btn-default,
.workarea-selectsale input,
.workarea-selectsale .ui-select-choices-row > a {
    padding-left: 40px !important;
}

.ui-select-bootstrap {
    height: 31px;
    max-height: 31px;
    min-width: 31px;
    /*width: 92%;*/
}

.dropdown-close.ui-select-bootstrap {
    width: 97%;
    display: inline-block;
}

.workarea-selectsale {
    border-bottom: 1px solid #090909;
    height: 31px;
    max-height: 31px;
    min-width: 31px;
}

.tree-light > ul > li {
    border-top: 2px solid #282828;
    line-height: 28px;
}

    .tree-light > ul > li ul > li {
        background-color: #181818;
        border-top: 1px solid #0d0d0d;
        border-bottom: 1px solid #0d0d0d;
        line-height: 30px;
    }

    .tree-light > ul > li ul > li {
        font-size: 11px;
        padding-left: 32px;
    }


/* custom form layout - labels above, with fields on same line. */
.vertical-inline .form-group,
.vertical-inline .checkbox {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

/* Condense table-condensed further. */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th {
    padding: 5px 5px 1px 5px;
}

.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px 5px 2px 5px;
}

    .table-condensed > thead > tr > td > .btn-xs,
    .table-condensed > tbody > tr > td > .btn-xs,
    .table-condensed > tfoot > tr > td > .btn-xs {
        margin-bottom: 2px;
        margin-top: -3px;
        line-height: 1.3;
    }


.fa-caret-right-icon:before {
    content: "\f0da"; /* FontAwesome char code for caret right button (>) */
    font-family: FontAwesome;
    padding-right: 8px;
}

.fa-caret-down-icon:before {
    content: "\f0d7"; /* FontAwesome char code for caret down button (v) */
    font-family: FontAwesome;
    padding-right: 8px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    /*border-top: 1px solid #ddd;*/
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 0px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        /*border-color: #ddd transparent #ddd #ddd;*/
        background: #4ba7fe;
        color: #ffffff;
        border: none;
        *border-right-color: #ffffff;
    }

.gray-border {
    border: #dddddd 1px solid;
}

﻿ /*#region Override background color theme */
html, body {
    background-color: #ececec;
    height: 100%;
}


/*#endregion */


/*#region Responsive */




/*#endregion */


.panel-default > .panel-heading {
    color: #727171;
    background-color: #ffffff;
    border-color: #ececec;
}

.left-panel-inner {
    padding-left: 0px;
}

/*.ui-select-bootstrap .ui-select-choices-row > a {
    font-weight: 600;
    line-height: 1.42857143;
    color: #d1d1d1 !important;
    white-space: nowrap;
}

.ui-select-choices-row > a .selector-minor {
    color: #919191;
    font-size: 12px;
    font-weight: normal !important;
}

.ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-select-choices-row > a:hover .selector-minor {
    color: #ffffff !important;
}*/


.panel-group .panel + .panel {
    margin-top: 10px;
}

.tree-light > ul > li {
    border-top: 2px solid #282828;
    line-height: 28px;
    border-left: 3px solid #282828 !important;
    /*top:10px;*/
}

.tree-light ul li:hover {
    background-color: #3b4d58;
    border-left: 3px solid #E46F61 !important;
}

.tree-light > ul > li ul {
    width: 350px;
    margin-left: -22px;
}

    .tree-light > ul > li ul > li {
        background-color: #000;
        border-top: 1px solid #0d0d0d;
        border-bottom: 1px solid #0d0d0d;
        border-left: 2px solid #000;
        line-height: 21px;
        margin-bottom: -14px;
    }


        .tree-light > ul > li ul > li span {
            display: block;
            position: relative;
            left: 38px;
            top: -19px;
            word-break: break-all;
            width: 80%;
            line-height: 15px;
        }

            .tree-light > ul > li ul > li span:first-line {
                text-indent: 0px;
            }



        .tree-light > ul > li ul > li:hover {
            background-color: #3b4d58;
            border-left: none !important;
            line-height: 21px;
            border-left: 2px solid #E46F61 !important;
        }

        .tree-light > ul > li ul > li span:first-line {
            padding: 0 0 0 20px;
        }

/* custom form layout - labels above, with fields on same line. */

/* Condense table-condensed further. */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th {
    padding: 5px 5px 1px 5px;
}

.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px 5px 2px 5px;
}

    .table-condensed > thead > tr > td > .btn-xs,
    .table-condensed > tbody > tr > td > .btn-xs,
    .table-condensed > tfoot > tr > td > .btn-xs {
        margin-bottom: 2px;
        margin-top: -3px;
        line-height: 1.3;
    }


.btn-circle.btn-lg {
    width: 35px;
    height: 35px;
    padding: 2px 1px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}


.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
    clear: both;
}

.dropdown-menu {
    margin-top: 0;
    /*right: 0;*/
    border: 0 !important;
    padding: 0;
}

/*increase space of dropdown menu item*/
.dropdown-menu-submenu {
    width: 150px !important;
    padding: 0 !important;
}

.dropdown-menu .dropdown-menu-submenu ul {
    margin: 0;
    display: none;
}

    .dropdown-menu .dropdown-menu-submenu ul li {
        left: 0;
        position: absolute;
        list-style-type: none;
    }

.dropdown-menu-submenu li {
    background-color: #fff;
    border: 0;
}

    .dropdown-menu-submenu li a {
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        padding: 10px 2px;
    }

.dropdown-notifications {
    min-width: 210px;
    padding-top: 10px;
}

    .dropdown-notifications li {
        border-bottom: 1px solid #f3f3f3;
    }

.dropdown-menu li {
    background-color: #fff;
    border: 0;
    /*padding: 0 8px;*/
}

    .dropdown-menu li a {
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        padding: 10px 2px;
    }

.dropdown-notifications li .notification-icon {
    float: left !important;
}

.dropdown-menu.dropdown-notifications li .notification-icon i {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 50%;
}

.bg-themeprimary {
    background-color: #2dc3e8 !important;
}

.dropdown-menu.dropdown-notifications li .notification-body {
    float: left;
}

    .dropdown-menu.dropdown-notifications li .notification-body .title {
        display: block;
        font-size: 13px;
    }

    .dropdown-menu.dropdown-notifications li .notification-body .description {
        display: block;
        font-size: 10px;
        color: #999;
    }

.dropdown-menu.dropdown-notifications li .notification-extra {
    float: right;
    text-align: right;
}

    .dropdown-menu.dropdown-notifications li .notification-extra i {
        font-size: 14px;
    }

.themeprimary {
    color: #2dc3e8 !important;
}

.dropdown-menu.dropdown-notifications li .notification-extra .description {
    display: block;
    font-size: 10px;
    color: #999;
}

.bg-warning {
    background-color: #f4b400 !important;
}

.bg-green {
    background-color: green;
}

.dropdown-menu.dropdown-notifications li {
    border-bottom: 1px solid #f3f3f3;
}

.dropdown-notifications li a {
    padding: 5px;
}

.label, .badge {
    display: inline-block;
    font-weight: 300;
    text-shadow: none !important;
}

li > a .badge {
    background-color: transparent !important;
    border: 1px solid #fff;
    box-shadow: 1px 1px 0 #2dc3e8;
    cursor: pointer;
    height: 18px;
    left: -4px;
    padding: 2px;
    position: absolute;
    top: 6px;
    transition: top 0.3s ease 0s;
    width: 18px;
}

.sale-line-status.label {
    font-size: 9px;
    padding: 0px;
}

.cancelled-sale-line {
    text-decoration: line-through;
}

.login-area {
    /*cursor: pointer;*/
    height: 70px;
    opacity: 1;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative !important;
}

    .login-area > section {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.avatar {
    border-left: 2px solid #fb6e52;
    display: block;
    float: left;
    height: 29px;
    margin-right: 14px;
    width: 29px;
}

    .avatar img {
        height: 29px;
        width: 29px;
    }

.login-area section h2 {
    width: 130px !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
}

    .login-area section h2 span {
        color: #fff;
        display: block;
        line-height: 25px;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
    }

li.setting-select {
    padding: 0 5px 0 20px;
}

li.setting-heading {
    padding: 10px 0 0 10px;
    border-top: 1px solid #f3f3f3;
}

    li.setting-heading.first {
        border-top: none;
        padding-top: 0;
    }

.dropdown-form {
    min-width: 250px;
    padding-bottom: 10px;
}


.fieldComment a {
    color: #000;
    opacity: 0;
}

label.fieldComment:hover a {
    opacity: 1;
}

.fieldComment a.fieldHasComment {
    color: orange;
    opacity: 1;
}

.commentToolTip {
    display: inline;
    position: relative;
}

    .commentToolTip.fieldHasComment:hover:after {
        background: rgba(0, 0, 0, 0.65);
        /*border: #75A057 solid 1px;*/
        border-radius: 5px;
        color: #fff;
        content: attr(data-commentToolTip);
        padding: 5px 15px;
        position: absolute;
        margin-left: 20px;
        width: 250px;
        word-wrap: break-word;
        white-space: pre;
        top: 1px;
        z-index: 9999;
        clear: both;
        min-height: 35px;
    }

    .commentToolTip.fieldHasComment:hover:before {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #5A5A5A;
        content: "";
        margin-left: 36px;
        position: absolute;
        z-index: 99;
    }


.primary-input {
    font-size: 12px !important;
}

/* Set standard field lengths */
.phone-field {
    width: 150px;
}

.name-field {
    width: 200px;
}

.email-field {
    width: 315px;
}

.date-field {
    width: 100px;
}

.small-field {
    width: 100px;
}

.medium-field {
    width: 300px;
}

.large-field {
    width: 400px;
}

.extra-large-field {
    width: 600px;
}

/* Support inline date fields - override bootstrap input-group settings */
.vertical-inline .form-group.date-field .input-group {
    display: block;
    height: 30px;
}

    .vertical-inline .form-group.date-field .input-group .form-control {
        float: none;
    }

    .vertical-inline .form-group.date-field .input-group .input-group-btn {
        position: relative;
        top: -30px;
        left: 100px;
    }


/* buttons with a form-group left align with input boxes. */
.form-group .btn.left-aligned {
    margin-left: 0px;
}

/*heading style*/
.label-heading {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
    line-height: 19px;
}

.form-group-padding {
    padding-left: 15px !important;
    margin-left: 0px !important;
    padding-top: 15px;
}

.popover {
    width: auto;
}

.popovertemplate {
    text-align: center;
    display: inherit;
}

.btndone {
    padding: 5px 20px;
    width: 70px;
}

.accordion-main > .panel-heading {
    background-color: #fff;
    background-image: none;
    border: none;
}

.accordion-main .collapsing {
    transition-duration: 0.0125s;
}

.accordion-toggle .fa-caret-right-icon,
.accordion-toggle .fa-caret-down-icon {
    color: #4ba7fe;
}

.workarea-section .accordion-toggle .fa-caret-right-icon,
.workarea-section .accordion-toggle .fa-caret-down-icon {
    color: #313131;
}

.panel-group .panel {
    box-shadow: #a1a1a1 0 1px 1px;
    /*display:inline;*/
}

input[type=radio], input[type=checkbox] {
    margin: 6px 0 0;
}

ul.dropdown-menu li.nlightblue a {
    padding: 5px 10px;
}

ul.dropdown-menu li.child a:hover {
    color: white;
    background-color: #5099FF;
}

ul.pull-right li.child a:hover {
    background-color: #5099FF !important;
}

.dropdown ul.dropdown-menu li a {
    padding: 5px 10px;
}

.dropdown ul.dropdown-menu li > ul li {
    padding: 0px;
}

.dropdown ul.dropdown-menu li {
    border-top: 1px solid #f1f1f1;
}

    .dropdown ul.dropdown-menu li:first-child {
        border-top: none;
    }

    .dropdown ul.dropdown-menu li.no-border {
        border-top: none;
    }

    .dropdown ul.dropdown-menu li.menu-separator {
        border-top: 1px solid #a1a1a1;
        padding-top: 10px;
    }

.warning {
    color: #ef580b;
}

div.workarea-sections.validation-warning > div.panel-heading > .panel-title a div:first-child:before {
    margin-left: -20.5px;
    margin-right: 4.5px;
    content: "\f024"; /* FontAwesome char code for flag  */
    font-family: FontAwesome;
    color: #ef580b;
}

div.sale-line-section.validation-warning > div.panel-heading > .panel-title a div:first-child:before {
    margin-left: -10.5px;
    margin-right: 4.5px;
    content: "\f024"; /* FontAwesome char code for flag  */
    font-family: FontAwesome;
    color: #ef580b;
}

section.validation-warning > div.container > div.panel > div.dataset-header > h6:before {
    margin-left: 1.5px;
    margin-right: -10.5px;
    content: "\f024"; /* FontAwesome char code for flag  */
    font-family: FontAwesome;
    color: #ef580b;
}


treecontrol.tree-light li.tree-expanded span i,
treecontrol.tree-light li.tree-collapsed span i,
treecontrol.tree-light li.tree-expanded i,
treecontrol.tree-light li.tree-collapsed i {
    background: none;
}

    treecontrol.tree-light li.tree-collapsed i:before {
        margin-left: -11px;
        margin-right: 1.75px;
        content: "\f0da"; /* FontAwesome char code for caret right  */
        font-family: FontAwesome;
        color: #919191;
        font-style: normal;
    }

    treecontrol.tree-light li.tree-expanded i:before {
        margin-left: -12px;
        margin-right: 0px;
        content: "\f0d7"; /* FontAwesome char code for caret down  */
        font-family: FontAwesome;
        color: #919191;
        font-style: normal;
    }

.icon-size {
    font-size: 20px;
    color: white;
}

.rounded-btn {
    border: 2px solid #a1a1a1;
    background: #dddddd;
    width: 120px;
    border-radius: 20px;
}

.showjumpbtn button {
    opacity: 0;
}

.showjumpbtn:hover button {
    opacity: 1;
}

li.primary-action a {
    font-size: 16px;
    font-weight: 600;
}

.comment-line-space {
    line-height: 20px;
}

div.modal-content button.close {
    font-size: 21px !important;
}

/*close button for drop down directives*/
.close-button {
    margin-right: 6px;
    margin-left: -7px !important;
    margin-bottom: 32px;
    border-radius: 0px 3px 3px 0px !important;
    height: 30px;
    width: 22px !important;
    color: #333;
    background-color: #fff;
    border-color: #888;
    z-index: 0 !important;
    position: absolute !important;
}

.close-icon {
    margin-left: -7px !important;
    color: #4ba7fe !important;
}

.search-btn {
    margin: 6px !important;
    margin-left: 0px !important;
    padding: 5px 20px;
}

.table a.show-link {
    color: #428bca;
    text-decoration: underline !important;
}

.table a:visited.show-link {
    color: #828bca;
}

.show-hyper-link {
    color: #428bca !important;
    text-decoration: underline !important;
}

.nohover li a:hover {
    background: transparent !important;
}

.minor-info {
    font-size: 9px;
    color: #b1b1b1;
}

.text-red {
    color: red;
}

.attachment-hover tr i {
    display: none;
}

.attachment-hover tr:hover i {
    display: inherit;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/*Sale Details Style*/

.padding-left {
    padding-left: 20px !important;
}

.space {
    padding: 10px 0 10px 0;
}

.status-board {
    background: #eee;
    border-radius: 5px;
}

    .status-board label {
        font-weight: 400;
        color: #333;
    }

.no-padding {
    padding: 0 !important;
}

.typohead {
    background: #0055a5;
    color: #fff;
    display: block;
    padding: 5px;
}

.leakagesection {
    padding-left: 15px !important;
}

.btnsucces {
    margin: 10px 0 !important;
    width: 200px;
}

.sale-detail .form-group,
.sale-detail .checkbox {
    margin: 0 !important;
}

.volve-input {
    width: 94% !important;
}

.volve-group {
    margin-right: 0 !important;
}

.sale-alert {
    position: absolute;
    bottom: 1px;
    font-size: 12px;
}

.minusmargn {
    margin: 0px 0 0 0 !important;
}

.popover {
    z-index: 9999 !important;
}

.formpadding, .form-group {
    padding-top: 10px !important;
}

.fullwidth {
    width: 100% !important;
}

.numberwidth input {
    width: 110px !important;
}

.customer-alert {
    position: absolute;
    font-size: 12px;
    padding: 0;
}

.iconset {
    font-size: 12px !important;
    position: relative !important;
    bottom: 2px !important;
}

.toggle-edit-view > input {
    margin-right: 5px !important;
}

@media all and (-ms-high-contrast:none) {

    .commentinput {
        border: 1px #ccc solid !important;
        border-radius: 4px !important;
        background: url(/content/images/caret-down.png) no-repeat right center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 20px !important;
    }

    select {
        background: url(/content/images/caret-down.png) no-repeat right center !important;
        border: none;
        /*-ms-block-progression:bt;*/
        width: 100%;
        display: block;
        outline: 0;
        /*-ms-user-select:text;
        -ms-grid-column-align:start;*/
    }

    option {
        border: none !important;
    }

    select::-ms-expand {
        display: none;
    }


    .margset {
        margin-bottom: 5px !important;
    }

    .datasetdrop {
        background: #fff url(/content/images/caret-down.png) no-repeat right center !important;
    }
}

@-moz-document url-prefix() {
    select {
        background: #fff url(/content/images/caret-down.png) no-repeat right center !important;
        border: none;
        -moz-appearance: none;
    }
}


.margintop {
    margin-top: 10px;
}

.padding-top {
    padding-top: 32px !important;
}

/********Responsive sale detail form********/

@media (min-width: 1024px) and (max-width: 1325px) {
    .volve-input {
        width: 89% !important;
    }
}


@media (min-width: 980px) and (max-width: 1325px) {
    .numberwidth input {
        width: 94px !important;
    }

    .commentinput {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    /*.numberwidth input { width:40% !important;}*/
    .customer-alert {
        position: absolute;
        font-size: 11px;
        padding: 0;
        line-height: 13px;
    }
}




.commentstyle {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
    clear: both;
    cursor: pointer;
    display: block;
    margin: 4px 2px 5px 0;
    overflow-x: hidden;
    text-overflow: ellipsis;
    resize: none;
    word-wrap: break-word;
}

.bg-grey {
    background: #eee;
}

.modal-comment {
    background: #fff;
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 10px;
    margin-top: 20px;
}

.comment-group .ui-select-bootstrap {
    width: 97% !important;
    margin-top: 10px;
}

.modal-comment-user-sale {
    position: relative;
    top: -5px;
}

    .modal-comment-user-sale b {
        font-size: 12px;
    }

    .modal-comment-user-sale span {
        font-size: 12px;
    }

@-moz-document url-prefix() {
    .btn > i {
        margin-right: 0px;
    }


    .adddate {
        width: 220px !important;
    }
}

.position button {
    position: absolute !important;
}


.multiselect, .multiselect td {
    color: white !important;
    background-color: blue !important;
}


/*.datasettooltip, .tooltip
{
    left:16% !important;
}*/


.btnmargintop {
    margin-top: 2px !important;
}


.textposition {
    text-align: left !important;
    width: 135px;
}

.positionlft {
    margin-left: -5px;
}

.upload-filename {
    padding-top: 30px;
    font-size: 20px;
}

.btnblue {
    background: #428bca !important;
    border: 1px #428bca !important;
    color: #fff;
}

    .btnblue:hover {
        background: #0055a5 !important;
        color: #fff !important;
    }

/*.nav-zindex
{
    z-index:-1;
}*/
/* Hide Content and disable Cut/Copy */
.hide-content input[type=text],
.hide-content input[type=select] {
    -webkit-text-security: disc;
    -moz-text-security: disc !important;
    -o-text-security: disc !important;
    text-security: disc !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

*::-ms-backdrop .hide-content input[type=text],
.hide-content div.ui-select-match span,
.hide-content .ui-select-match-text span {
    color: white !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}


.ui-select-match span {
    margin: 0 !important;
}

.commentdiv {
    background: #fff;
    border: 1px #ccc solid;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: auto;
    padding: 5px;
}

.topbarcomment {
    font-size: 11px !important;
    line-height: 9px;
    white-space: normal;
}


/*.topbarcomment .tooltip
{
    left:0 !important;
}*/

.topbarbtn {
    border: 2px solid #a1a1a1;
    background: #dddddd;
    border-radius: 20px;
    padding: 0 20px 0px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}



@media (min-width: 1024px) and (max-width: 1800px) {
    .topbarbtn {
        padding: 0 !important;
    }
}

.tooltip.top .tooltip-arrow {
    left: 20% !important;
    /*background-color:#c0392b;*/
}



.labeltooltip .tooltip {
    display: none !important;
}



.workarea-dropmenu {
    right: 2%;
}

    .workarea-dropmenu li a {
        padding: 10px;
    }

.normal-cursor {
    cursor: default !important;
}

.more-less {
    font-size: 9px;
    color: #bbb;
}

.dataset-wrapper select {
    min-width: 200px;
}

.dataset-wrapper input[type='text'] {
    min-width: 200px;
}

.dataset-wrapper .mainbar.matter {
    border-top: none;
}

.dataset-wrapper .panel {
    margin-top: 10px;
}

.dataset-header,
.detail-area > .panel > .panel-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.dataset-body,
.detail-area > .panel > panel-body {
    border-top: none !important;
    border-bottom: 1px solid #ddd;
}

.form-info {
    padding-left: 13px !important;
    font-size: 13px;
    color: darkgray;
}

.field-group {
    padding-right: 40px;
}

.special-field, .special-field label, .special-field textarea {
    color: blue !important;
}

.checkbox-list-wrapper {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
}


.lefttooltip .tooltip {
    left: 20% !important;
}

.checkbox.newline {
    display: block;
    padding-top: 0;
    line-height: 20px;
}

    .checkbox.newline.last {
        padding-bottom: 15px;
    }



.datasettooltip .tooltip {
    left: 7% !important;
}


.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Choose file';
    display: inline-block;
    background: #eee;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 5px 0 5px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    float: right;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.paddingtop {
    padding-top: 20px;
}

.paddingbot {
    padding-bottom: 20px;
}

.border {
    border: 1px #ccc solid;
}


.btnfile {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
}

.commission-form .form-group {
    margin: 0px !important;
}


.extralarge-drop {
    width: 110%;
}


.inputspacing .formgroup {
    margin-top: 10px !important;
    background: #333;
}




.autocomplete-style {
    min-height: 50px;
    width: 95% !important;
    left: 3%;
    height: auto;
    border: 0;
}

tags-input .tags .input {
    margin: 2px !important;
}

.no-margin {
    margin: 0;
    left: 0;
    width: 100%;
}


.dropdownmargn {
    margin-bottom: 5px !important;
}

.filename-limit-width {
    width: 210px;
}

.jumpbtn {
    padding: 4px 10px 5px 10px;
    margin-right: -5px;
    background-color: #0055A5 !important;
    color: white !important;
    border-radius: 0px 3px 3px 0px;
}



.filelabel {
    padding-top: 8px;
}

.fixedhieght {
    height: 421px;
    overflow: auto;
}

    .fixedhieght tr td {
        padding: 5px;
    }

    .fixedhieght h4 {
        position: fixed;
        display: block;
        background: #fff;
        width: 40%;
        margin-top: -1px;
    }

    .fixedhieght table {
        margin-top: 12%;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #4ba7fe;
    color: #fff !important;
}




div[data-angular-treeview] {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.widget .widget-actionbar .btn {
    margin-top: -4px;
}


.buttongroup button {
    margin-top: -4px !important;
}

.blueBase {
    background-color: #4ba7fe;
    color: white;
}

.rowbackground {
    background-color: #77c76d !important;
}

.rowbackgroundalter {
    background-color: lightgrey !important;
}

.amountnegativecolor {
    color: red;
}

.black-bold {
    color: black;
    font-weight: bold;
}

.dropdown-home .field-area {
    /*border:1px #ccc solid !important;*/
    max-height: 200px;
    overflow-x: hidden;
}


.dropdown-home li {
    padding: 10px 0 0 10px;
    border: 1px #eee solid;
}

.txtleft {
    text-align: start !important;
}


.customhomebtn {
    padding: 2px 14px 2px 14px !important;
    border-radius: 3px !important;
}

.dropnew li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.dropnew ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: -20px;
    left: 150px;
    /*background:#f2f2f2;*/
    padding: 0;
}

    .dropnew ul li ul {
        position: absolute;
        top: 100%;
        left: 200px;
        /*background:#f2f2f2;*/
        padding: 0;
    }

.dropnew li:hover > ul {
    display: block;
}

.dropnew ul li {
    float: left;
    background-color: #1f5197;
    padding: 5px;
    top: -12px !important;
    width: 163px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropnew ul li:hover {
        background: #467bc6;
    }

.dropnew ul a {
    line-height: 122%;
    padding: 10px 15px;
}

ul.dropnew li.child a:hover {
    color: white;
    background-color: #5099FF;
}



.dropnew ul ul {
    top: 0;
    left: 100%;
}

/*.nlightblue, .fa
{
    float:right;
}*/


.submenu:before {
    display: block;
    float: right;
    padding: 0 8px 0 0px;
    width: 0;
    height: 0;
    content: "";
    margin-top: 6px;
    margin-right: -8px;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-left-style: dashed;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fixedheightdiv {
    height: 421px;
    overflow-y: auto;
}

    .fixedheightdiv.noscroll {
        overflow-y: hidden;
    }

.drag-style h4 {
    color: #fff;
    padding: 5px;
    background: #428BCA;
    /* border: 1px #ccc solid; */
    margin: 0;
}


.dragbody {
    /*background:#cbdff1;*/
    border: 1px #428bca solid;
}

.tree-node-content {
    padding: 0 0 0 5px;
}

.hidden-textbox {
    background-color: transparent;
    border: none !important;
    color: transparent;
    font-size: 1px !important;
}

.dragtable {
    cursor: move;
}

    .dragtable tr:nth-child(even) {
        background: #eee;
    }

.padding-drag {
    padding: 10px !important;
}

.minheight {
    min-height: 150px;
}

.dropheading h2 {
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
}


.panelheadingbutton .parent-hover {
    display: none;
}

.panelheadingbutton :hover .parent-hover {
    display: block;
}

/* Disable Modal Annimation */
.modal.fade .modal-dialog,
.modal.in .modal-dialog,
.modal-backdrop.fade,
.modal-backdrop.in {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*.fixed
{
    position:fixed;
    top:2%;
    width:100%;
    display:block;
    z-index:99999;

}*/


.asset-to-keep td {
    background-color: #d2f8d2 !important;
}

.asset-to-del td {
    background-color: #ffcccb !important;
}

.txt-lft {
    text-align: left !important;
}

.dropdownexpand ul li {
    width: auto;
    min-width: 150px;
    word-break: break-all;
}

.dropdownexpand input[type=checkbox] {
    margin-right: 5px !important;
    float: left;
    margin-top: -5px !important;
}


.dropdownexpand label {
    padding: 5px;
}



/*.table-fixed td
{
    border-right:0 !important;
}*/

.table-fixed th {
    color: #fff !important;
}

.table-fixed thead {
    width: 100%;
}

.table-fixed tbody {
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}


    .table-fixed tbody td, .table-fixed thead > tr > th {
        /*float: left;*/
        border-bottom-width: 0;
        border: 0 !important;
    }

.table-fixed tr {
    border: 1px #eee solid !important;
}

.widget .table-bordered td, .widget .table-bordered th {
    border-bottom: 0 !important;
}


.tree-container {
    min-height: 500px;
}

.filtered-out .angular-ui-tree-handle {
    background-color: rgba(248, 250, 255, 0.3);
    border: 1px solid rgba(218, 226, 234, 0.3);
    color: rgba(124, 158, 178, 0.3);
}

.angular-ui-tree-node:not(.filtered-out) .ui-match {
    background: #ffdc0f;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.input-group {
    margin-bottom: 20px;
}

[ui-tree] small {
    color: #888888;
    font-weight: normal;
}

.dropdown-width {
    width: 100% !important;
}

.cutomwidth {
    width: 400px !important;
}


    .cutomwidth tr td {
        border: 1px #ccc solid !important;
    }

    .cutomwidth .dropdown {
        position: absolute;
    }

.user-text {
    width: 160px;
}

.action-area {
    padding: 10px;
    background: #eee;
    text-align: center;
}

    .action-area .btn {
        padding: 0 5px 0 5px;
        font-size: 14px !important;
    }


.campaign-select {
    width: 100%;
    height: auto;
}

    .campaign-select select {
        width: 89%;
        height: auto;
        float: left;
    }

    .campaign-select option {
        height: 35px;
    }

        .campaign-select option:hover {
            background: #ccc;
        }

    .campaign-select .btn {
        position: relative !important;
        width: 7% !important;
        left: 1.2%;
        height: 31px;
    }


.graphbtn i {
    margin: 0 !important;
}


.user-name li {
    padding: 10px;
}

.widget-actionbar-btn .btn {
    margin-top: -4px !important;
}

.dropdown-hover {
    padding: 0px !important;
    min-width: 200px !important;
}

    .dropdown-hover li {
        padding: 5px !important;
    }

.databox .page-title {
    font-size: 18px;
}

/* UploadCare Overrides */
.upload-widget {
}

.uploadcare-widget-button-remove:before {
    font-family: FontAwesome;
    content: "\f00d";
}

.uploadcare-widget-button-remove {
    padding: .3em .4em;
}

.uploadcare-widget-button-open {
    margin-top: 3px;
}

.uploadcare-widget-dragndrop-area {
    margin-top: -15.3em !important;
    line-height: 15.6 !important;
    width: 150px !important;
}

div.attachment {
    clear: left;
    position: relative;
}

    div.attachment img {
        display: inline-block;
    }

ul.attachments li {
    height: auto;
    margin: 3px;
    padding: 6px;
    border-bottom: 1px solid #f1f1f1;
}

    ul.attachments li:hover {
        background-color: #d1d1d1;
    }

span.att-noimage {
    font-size: 40px;
    padding: 10px 0;
    color: lightblue;
    vertical-align: middle;
    display: inline-block;
}

div.attachment span {
    word-wrap: break-word;
    padding-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

div.attachment button.button-fa-del {
    position: absolute;
    top: -2px;
    right: 0px;
}

div.attachment button.button-fa-download {
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.fr {
    float: right;
}

.margin-left-74 {
    margin-left: 74px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.primary-text {
    display: inline-block;
    font-weight: bold;
}

.push-down-10 {
    margin-bottom: 10px !important;
}

.bgyellow {
    background: #ffe795 !important;
    font-weight: bold !important;
}

/**** Logsys Custom Classes *****/

/* Custom Widget Action Toolbar */
.widget-actionbar-wrapper {
    display: flex;
    display: -webkit-flex;
}

#reinforcingsummaryform div.widget-actionbar-wrapper {
    display: block;
}

.navbar .container {
    width: 100% !important;
}

    .navbar .container.nav-zindex {
        padding: 0;
        margin: 0;
    }

.navbar-brand {
    background-color: white !important;
    padding: 0;
    padding-left: 3.6vw;
    padding-right: 3.6vw;
    font-size: 18px;
    line-height: 35px;
    height: 70px;
}

.navbar-nav > li > a {
    padding: 0;
}

.navbar-inverse {
    background-color: #396db6;
}

    /*** Test Site Related Navbar Changes ***/

    .navbar-inverse.test-site,
    .navbar-inverse.test-site.navbar .user-settings {
        background-color: #fb8e23;
    }

        .navbar-inverse.test-site.navbar .nav.navbar-nav.menu-list > li {
            border-right: 1px solid #f7af67;
        }

        .navbar-inverse.test-site .nav.navbar-nav > li:hover,
        .navbar-inverse.test-site .nav.navbar-nav > li.current,
        .navbar-inverse.test-site .navbar-nav > .open > a:hover,
        .navbar-inverse.test-site .navbar-nav > .open > a:focus,
        .navbar-inverse.test-site .navbar-nav > .open > a {
            background-color: #f7af67;
        }

        .navbar-inverse.test-site.navbar .nav > li a.user-settings {
            border-left: 1px solid #f7af67;
        }

        .navbar-inverse.test-site .login-area {
            border-right: 1px solid #da8d00;
        }

.test-site-message {
    font-weight: bold;
    font-size: 17px;
    padding: 17px 16px;
    margin: 0;
    float: left;
    border: none;
}

/*** End Test Site Related Navbar changes ***/

.table-filters th select {
    height: 40px;
    padding: 7px !important;
    border-radius: 0 !important;
    box-shadow: 0px 0px 4px 0px rgba(182, 176, 176, 0.88) !important;
    border: none;
}

.table {
    border-color: none;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-top: none;
    }

    .table > thead > tr > th {
        border-bottom: none;
    }

.small-vertical-form-spacing.widget .widget-actionbar {
    width: 100%;
}

.widget.wblue .widget-head {
    background-color: transparent !important;
}

.widget .widget-content {
    border: none;
}

.widget .widget-foot {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
}

.widget {
    background: none !important;
}

    .widget .widget-head {
        border: none !important;
        background-color: none !important;
    }

    .widget .widget-actionbar {
        background-color: #ff9a00;
        border-right: 1px white solid;
        display: inline-block;
        width: 92%;
        padding: 0 30px;
        min-height: 47px;
        vertical-align: middle;
        height: auto;
    }

        .widget .widget-actionbar .date-range-picker {
            width: auto;
            line-height: 0px;
            padding: 8px;
            margin-right: -8px;
        }

    .widget .find-text-box {
        width: 4%;
        text-align: center;
        vertical-align: middle;
        position: relative;
        height: auto; /*47px;*/
        background-color: #396db6;
        display: inline-block;
        color: white;
        line-height: 47px;
        font-family: robotobold;
        font-size: large;
    }

    .widget .triangle-img {
        margin-left: -30px;
        margin-right: 10px;
    }

    .widget .tag-filter-multiselect {
        width: 200px;
        font-weight: normal;
        display:inline-block;
    }

    .widget .tag-filter-selectBox {
        position: relative;
    }

    .widget .tag-filter-selectBox select {
        width: 100%;
        font-weight: normal;
    }
    .widget .tag-filter-overSelect {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #tag-filter-checkboxes {
        display: none;
        border: 1px #dadada solid;
        position: absolute;
        top: 5rem;
        left: 0;
        max-height: 350px;
        min-width: 200px;
        overflow-y: auto;
        background-color: white;
        z-index: 1000;
        border: 1px solid black;
    }

    #tag-filter-checkboxes label {
        display: block;
    }

    #tag-filter-checkboxes label:hover {
        background-color: #1e90ff;
    }

.widget-actionbar .quick-search {
    background: none;
    border: 2px solid white !important;
    border-radius: 0;
    height: 33px;
    width: /*240px*/ auto;
    margin: 7px 0 !important;
}

.widget-actionbar .btn-lg {
    background: linear-gradient(#508adb, #1f5197) !important;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 13px !important;
    line-height: 0.65;
}

.widget-actionbar .export-btn,
.widget-actionbar .btn-default {
    background: linear-gradient(#f9f9f9, #ececec) !important;
    color: #848484;
    text-shadow: 0 1px 0 #fff;
    border: none;
}

.btn.refresh {
    background-image: url("../content/images/refresh-icon.png") !important;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: 45%;
}

.widget .widget-actionbar select, .widget .table select {
    padding-right: 25px;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.widget .table select {
    background-image: url("../content/images/up-down-arrow.png") !important;
    background-position: center right 10px !important;
}

.widget .widget-actionbar select {
    background-position: right center;
    background-color: transparent !important;
    background-image: url("../content/images/white-updown-arrows.png") !important;
    border: none !important;
    color: white;
    width: auto;
    display: inline-block;
    font-family: robotolight;
    font-size: 13px !important;
    padding: 5px 15px !important;
    margin-right: 24px;
}

.refresh-btn-container {
    width: 4%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: auto; /*47px;*/
    background-color: #1f5197;
    display: flex;
    display: -webkit-flex;
}

    .refresh-btn-container .spinner-right {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 25%;
        margin: auto;
        padding: 0;
    }

.user-settings {
    background-color: #1f5197;
}

.navbar .nav > li a {
    color: white;
}

    .navbar .nav > li a.user-settings {
        border-left: 1px solid #396db6;
    }

.dropdown-form {
    padding-bottom: 0;
}

ul.dropdown-menu li.nlightblue a {
    background-color: #1f5197;
}

    ul.dropdown-menu li.nlightblue a:hover {
        background-color: #467bc6 !important;
    }

ul.dropdown-menu li.nlightblue {
    border-top: 1px solid #f1f1f1;
}

    ul.dropdown-menu li.nlightblue:first-child {
        border-top: none;
    }

.login-area {
    color: white;
    border-right: 1px solid black;
}

.no-hover {
    background-color: transparent !important;
}

.navbar .nav.navbar-nav.menu-list > li {
    border-right: 1px solid #467bc6;
    width: 120px;
}

.filter-dropdown {
    margin: 7px 0;
}

.spinner-right {
    position: absolute;
    padding: 28px 40px;
}

.mainbar {
    background-color: transparent;
}

#navbar-level-one .dropdown ul.dropdown-menu li a {
    background-color: #1f5197;
}

    #navbar-level-one .dropdown ul.dropdown-menu li a:hover {
        background-color: #467bc6;
    }

* {
    font-family: robotolight;
    /*font-size:initial;*/
}

.table-condensed > thead > tr > th {
    padding: 8px 5px 8px 5px;
}

.widget .table {
    word-break: break-word;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: cornflowerblue;
}

@media (min-width:767px) and (max-width: 1250px) {
    .navbar .nav.navbar-nav.menu-list > li {
        width: 90px;
    }
}

.inteauditRowhighlight {
    color: orange !important;
    font-weight: bold;
}

.fontRed {
    color: red;
    font-weight: bold;
}

.fontOrange {
    color: orange !important;
    font-weight: bold;
}

.fontGreen {
    color: green;
    font-weight: bold;
}

    .fontGreen a {
        color: green !important;
    }

.fontGray {
    color: #c1c1c1 !important;
    font-weight: bold;
}

.queueBox {
    padding: 20px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    max-width: 200px;
}

.queueRunning {
    background-color: green;
}

.queueStopped {
    background-color: red;
}

.queueBoxStatus {
    color: #d1d1d1;
    font-size: 9px;
}

/* Custom CSS Report Dashboard */

form * {
    font-family: robotoregular;
}

#progress-dashboard .panel-heading {
    font-size: large;
    font-weight: 600;
    background-color: #396db6;
    color: white;
    text-align: center;
    border-radius: 0;
}

#progress-dashboard thead {
    color: white;
    background-color: black;
    border-right: 2px solid black;
    border-left: 2px solid black;
    -webkit-print-color-adjust: exact;
}

#progress-dashboard th.panel-heading {
    border-right: 2px solid #396db6;
    border-left: 2px solid #396db6;
}

#progress-dashboard tfoot .grand-total-text {
    background-color: #396db6;
    color: white;
    font-family: robotobold !important;
}

#progress-dashboard tfoot .total-number {
    background-color: #e5e5e5;
    color: black;
    font-family: robotobold !important;
}

#progress-dashboard .highcharts-container {
    width: 100% !important;
}

#pieChart .highcharts-container {
    border-top: none !important;
    border-right: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.highcharts-container {
    border: 2px solid #e5e5e5;
}

#progress-dashboard .numbers-table.table > tbody > tr > td,
#progress-dashboard .numbers-table.table > tfoot > tr > td {
    border-right: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
}

#progress-dashboard .border-right-line {
    border-right: 2px solid #e5e5e5;
}

#progress-dashboard .numbers-table.table, #progress-dashboard .graphs-table.table {
    background-color: white;
}

#progress-dashboard .table {
    font-family: robotoregular;
    font-size: 15px;
}

#progress-dashboard .graph-table.table {
    border-bottom: 2px solid #396db6;
    border-right: 2px solid #e5e5e5;
}

#progress-dashboard .panel {
    border: none;
}

form > section.mainbar {
    background-color: transparent;
}

#progress-dashboard .vertical-text-container {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
    word-break: break-all;
    background-color: #396db6;
    line-height: 19px;
    font-weight: 600;
}

#progress-dashboard .vertical-text {
    color: white;
    margin-bottom: 30px;
    margin-top: 40px;
    width: 10px;
    font-size: 14px;
}

#progress-dashboard .uniq-table-container .numbers-table.table > thead > tr > th,
#progress-dashboard .uniq-table-container .numbers-table.table > tbody > tr > td,
#progress-dashboard .uniq-table-container .numbers-table.table > tfoot > tr > td {
    border-left: none;
}

#progress-dashboard .numbers-table.table > tfoot > tr > td.grand-total-text {
    border-left: 2px solid #396db6 !important;
}

#progress-dashboard .uniq-table-container .graph-table.table > tbody > tr > td {
    font-family: robotobold !important;
    color: #396db6;
}

#progress-dashboard .uniq-table-container {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}

#progress-dashboard .float-right {
    float: right;
}

.date-range-picker .well {
    background-color: #ffffff;
    border: none;
    border-radius: 2px;
}

#progress-dashboard .report-height {
    padding-top: 64px;
    background-color: white;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

    #progress-dashboard .report-height .highcharts-container {
        border: none !important;
    }

#progress-dashboard .ui-select-bootstrap > .ui-select-match > .btn {
    border: none;
    height: 39px;
    border-radius: 2px !important;
}

#progress-dashboard .ui-select-bootstrap .ui-select-choices-row.active > a,
#progress-dashboard .ui-select-bootstrap .ui-select-choices-row.active > a:focus,
#progress-dashboard .ui-select-bootstrap .ui-select-choices-row > a,
#progress-dashboard .ui-select-match span {
    font-size: 12px !important;
    line-height: 27px;
}

#progress-dashboard .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

#progress-dashboard .fa-lg {
    font-size: 1.333333em !important;
}

#progress-dashboard .date-range-picker span {
    font-size: 15px;
}

#progress-dashboard .dashboard-dropdown-select {
    width: 222px;
    height: 41px;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.navbar {
    min-height: 70px;
    max-height: 70px;
    margin-bottom: 0;
    border: 1px solid transparent;
    line-height: 35px;
    border: none;
}

@media (min-width: 768px) {
    .rework-schedule-form .control-label {
        float: left !important;
        width: 190px !important;
        text-align: end !important;
    }
}

@media (max-width:767px) {
    #progress-dashboard .vertical-text-container {
        width: 9%;
        display: inline-block;
        float: left;
    }

    #progress-dashboard .vertical-table {
        width: 91%;
        display: inline-block;
    }

    #progress-dashboard .col-sm-8, #progress-dashboard .col-sm-4,
    #progress-dashboard .col-sm-3, #progress-dashboard .col-sm-2,
    #progress-dashboard .col-sm-4, #progress-dashboard .col-sm-12 {
        padding: 0 !important;
    }
}

@media (min-width:767px) and (max-width: 1200px) {

    form * {
        font-family: robotoregular;
    }

    #progress-dashboard .ui-select-bootstrap .ui-select-choices-row.active > a,
    #progress-dashboard .ui-select-bootstrap .ui-select-choices-row.active > a:focus,
    #progress-dashboard .ui-select-bootstrap .ui-select-choices-row > a,
    #progress-dashboard .ui-select-match span {
        font-size: 10px !important;
        line-height: 27px;
    }

    #progress-dashboard .dashboard-dropdown-select {
        width: 197px;
        font-size: 10px;
    }

    #progress-dashboard .table,
    #progress-dashboard .vertical-text,
    #progress-dashboard .date-range-picker span {
        font-size: 10px;
    }
}

@media (max-width:766px) {
    #progress-dashboard .date-range-picker span {
        font-size: 10px;
    }

    #progress-dashboard .ui-select-bootstrap .ui-select-choices-row.active > a,
    #progress-dashboard .ui-select-bootstrap .ui-select-choices-row.active > a:focus,
    #progress-dashboard .ui-select-bootstrap .ui-select-choices-row > a,
    #progress-dashboard .ui-select-match span {
        font-size: 10px !important;
        line-height: 27px;
    }

    #progress-dashboard .dashboard-dropdown-select {
        width: 197px;
    }
}

#progress-dashboard .btn.btn-primary {
    height: 40px;
    margin: 0;
}

#progress-dashboard .uniq-table-container .panel-heading {
    display: none;
}

#progress-dashboard .logsys-thead-fix {
    border: none;
    border-left: 2px solid black;
}

#progress-dashboard .panel-dashboard {
    margin-bottom: 20px;
}

@media print {

    .highcharts-title {
        font-weight: 600 !important;
        font-size: large;
    }

    #progress-dashboard .uniq-table-container .numbers-table.table > tbody > tr > td,
    #progress-dashboard .uniq-table-container .numbers-table.table > tfoot > tr > td,
    #progress-dashboard .report-height,
    #progress-dashboard .graph-table.table {
        border-left: 2px solid #e5e5e5;
    }

    #progress-dashboard .filter-options {
        display: none;
    }

    #progress-dashboard .vertical-table {
        width: 100% !important;
    }

    #progress-dashboard .uniq-table-container .panel-heading {
        display: block;
        color: white !important;
        background-color: #396db6 !important;
        -webkit-print-color-adjust: exact !important;
    }

    #progress-dashboard .table > tbody > tr > td {
        padding: 0 8px;
    }

    #progress-dashboard tfoot {
        background-color: #396db6 !important;
        color: white !important;
        -webkit-print-color-adjust: exact !important;
    }

        #progress-dashboard tfoot .total-number {
            background-color: #e5e5e5 !important;
            color: black !important;
            -webkit-print-color-adjust: exact !important;
        }

    #progress-dashboard .vertical-text-container {
        display: none;
    }

    #progress-dashboard .panel-heading, .panel-heading {
        color: white !important;
        font-size: small !important;
        background-color: #396db6 !important;
        -webkit-print-color-adjust: exact !important;
    }

    #progress-dashboard thead {
        color: white !important;
        background-color: black !important;
        -webkit-print-color-adjust: exact !important;
    }

    #progress-dashboard .report-height {
        background-color: white !important;
        -webkit-print-color-adjust: exact !important;
    }

    #progress-dashboard .numbers-table.table, #progress-dashboard .graphs-table.table {
        background-color: white !important;
        -webkit-print-color-adjust: exact !important;
    }

    #progress-dashboard {
        margin-top: -100px;
    }
}

/* Refresh position button on dashboard */
        #progress-dashboard .refresh-btn {
    float: right;
}

@media screen and (max-width: 500px) {
    #progress-dashboard .refresh-btn {
        float: none;
    }
}

@media screen and (max-width: 425px) {
    #progress-dashboard .refresh-btn {
        margin-left: 12px !important;
    }
}

/* Query Builder and Summary */
div.query-summary,
div.query-summary span,
div.query-summary span span {
    font-family: sans-serif !important;
    font-size: 16px;
}

div.query-summary {
    padding: 12px 0 6px 5px;
}

div.query-sum-line {
    display: inline-block;
}

    div.query-sum-line:hover {
        text-decoration: line-through;
    }

span.query-val {
    font-weight: bold;
}

span.query-field {
    color: dodgerblue;
}

span.data-label span {
    opacity: 0.7;
}

.osmosenormal {
    color: green;
}

.osmosefailed {
    color: red;
    font-weight: bold;
}

.osmosealtevenrow {
    background-color: #f6f6f6;
}

.osmosealtoddrow {
    background-color: forestgreen;
}

#map {
    border: solid 1px lightgray;
    /*height: 75vh;
   width:97vw;*/
}

.tabMapLegend {
    padding-left: 10px;
}

    .tabMapLegend td {
        padding: 2px;
    }

.clusterimg {
    height: 16px;
    width: 16px;
}

.clusterimg1 {
    height: 12px;
    width: 12px;
}

.markerimg {
    height: 8px;
    width: 8px;
}

.tabMapLegend label {
    text-align: center;
    font-family: 'Comic Sans MS';
    font-size: 10px;
    color: darkslategray;
    font-weight: 500;
}

.infoWindowContent {
    font-size: 14px !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.mapmultiselectDropdown {
    width: 180px;
    height: 41px;
    display: inline-block;
    margin-bottom: 5px;
}

    .mapmultiselectDropdown button {
        width: 165px;
        height: 38px;
        border: none;
        text-align: left;
    }

        .mapmultiselectDropdown button .caret {
            margin-left: 60px;
        }

.image-container > div {
    position: relative;
}

.image-container .update-image-file {
    position: absolute;
    top: 5px;
    left: 20px;
}
/*********************************

            Work Day Form

*********************************/
.error > .help-block {
    color: #ff0500;
    background-color: white;
    font-size: 13px;
    margin-top: 2px;
    padding: 0 2px;
}

.position-relative {
    position: relative;
}

.day-form-container {
    margin: 25px 0px 50px 0px;
}

    .day-form-container div {
        font-family: "Montserrat-Medium";
        font-size: 14px;
        color: #3F3F3F;
    }

.card-work-day {
    background-color: white;
    padding: 5px 0px;
    margin: 10px auto;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px !important;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold !important;
    border: 1px solid gray;
}

.card-work-day:hover {
    background-color:orange;
}

    .card-work-day.today-date {
        box-shadow: 0px 0px 6px 2px #396db6;
    }

    .card-work-day.active {
        background-color: #447AC1;
        color: white;
    }

    .card-work-day.accepted {
        background-color: #98eb88;
    }

    .card-work-day.not-entered {
        background-color: #e1e1e1;
    }

    .card-work-day.has-hours {
        background-color: lightsteelblue;
    }

    .card-work-day.has-only-liveout {
        background-color: lightyellow;
    }

    .card-work-day.accepted.active {
        background-color: #447AC1;
        border: 5px solid #98eb88;
    }

.details-container {
    background-color: #D9D9D9;
    padding: 20px 15px 15px 15px;
    color: #3F3F3F;
    margin: 29px 0;
    font-size: 14px;
}

    .details-container div {
        font-family: "Montserrat-Medium";
    }

    .details-container > .row > div {
        align-items: flex-start;
    }

    .details-container input,
    .details-container select,
    .details-container .ui-select-container,
    .details-container .ui-select-container div,
    .details-container .ui-select-container span,
    .team-picker-wrapper input,
    .team-picker-wrapper .ui-select-container,
    .team-picker-wrapper .ui-select-container div,
    .team-picker-wrapper .ui-select-container span {
        min-height: 48px;
        outline: none;
    }

    .details-container > .row {
        margin-top: 15px;
        align-items: center;
        display: flex;
    }

.position-relative > .delete-icon {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    right: 0;
    background-color: red;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
}

.details-title {
    font-family: "Montserrat-Bold" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 18px !important;
}

.form-action-primary,
.form-action-default,
.form-action-secondary,
.form-action-tertiary {
    font-family: "Montserrat-Medium";
    border-radius: 0;
    padding: 2px 15px;
    margin: 5px 0px 0px 0px;
    min-width: 124px;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.form-action-default,
.form-action-tertiary {
    color: black !important;
    background-color: white;
}

.form-action-primary,
.form-action-secondary {
    color: white !important;
    background-color: #447AC1;
}

    .form-action-secondary:hover,
    .form-action-primary:hover,
    .form-action-default:hover,
    .form-action-tertiary:hover {
        opacity: 0.8;
    }

    .form-action-secondary,
    .form-action-secondary > span,
    .form-action-tertiary {
        text-transform: uppercase;
        padding: 9.5px 10px;
        font-family: Montserrat-Medium;
        letter-spacing: 0.2px;
    }

.form-input,
.day-form-container .ui-select-container {
    height: auto;
    width: 100%;
    border: none;
    color: #6f6e6e;
    background-color: white;
    font-family: Montserrat-Medium;
}

.form-input {
    padding: 10px;
}

.form-layout .ui-select-container .form-control {
    height: 36px;
    line-height: 1.5;
}

.form-layout .ui-select-bootstrap .ui-select-toggle {
    border-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    color: grey;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}


/*********************************

      Leave Application Form

*********************************/

.form-container > .row {
    margin-top: 15px;
}

.form-container .form-input,
.form-container .ui-select-container {
    border: 1px solid #e1e1e1;
}

.form-container .input-group > .custom-select:not(:last-child),
.form-container .input-group > .form-control:not(:last-child) {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 50px;
}

.form-container .input-group-btn button {
    height: 50px;
    outline: none !important;
}

/*********************************

  New Diary Form Styling Rev. 1

*********************************/

.main-header {
    justify-content: space-between;
    font-weight: bold;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    font-weight: bold;
}

.team-picker-wrapper input,
.day-form-container input {
    font-size: 14px;
}

.day-form-container btn:focus,
.day-form-container .form-control:focus,
.team-picker-wrapper btn:focus,
.team-picker-wrapper .form-control:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
}

.day-form-container .form-control,
.team-picker-wrapper .form-control {
    border: none !important;
    font-family: "Montserrat-Medium";
    box-shadow: none;
    background-color: transparent !important;
}

.day-form-container btn:focus,
.day-form-container div,
.day-form-container span {
    outline: none;
}

.day-form-container .btn-default-focus,
.team-picker-wrapper .btn-default-focus {
    box-shadow: none;
    border-color: transparent !important;
    background-color: transparent !important;
    outline: none;
    outline-offset: unset;
}

.day-form-container .ui-select-match span {
    display: flex;
    align-items: center;
    flex: 1;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    min-width: 0px;
}

.itemsheet-select-list .ui-select-match span {
    padding-right: 8px;
}

.ui-select-match span .remove-bubble-btn {
    margin-right: 15px;
}

.ui-display-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block !important;
    margin-right: 5px !important;
}

.user-container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 140px;
}

.user-timesheet-item-container {
    background-color: white;
    border-radius: 10px;
    margin-right: 10px;
    flex: 1 1 100%;
}

    .user-timesheet-item-container > .ui-select-container {
        border-radius: 10px 10px 0px 0px !important;
        background-color: #203B60;
        height: 36px;
    }

    .user-timesheet-item-container .ui-select-search {
        border-radius: 10px 10px 0px 0px !important;
        box-shadow: none;
        border-color: black;
        font-family: "Montserrat-Medium";
        font-size: 12px;
    }

    .user-timesheet-item-container > .ui-select-container span {
        border: none;
        color: white;
        font-size: 12px;
        box-shadow: none;
        background-color: transparent;
    }

.day-form-container .ui-select-container span.ui-match {
    color: #fb8e23;
}

.ui-select-choices div {
    font-size: 12px;
    min-height: inherit !important;
}

.details-container .ui-select-container,
.team-picker-wrapper .ui-select-container,
.form-input {
    border-radius: 10px;
}

.line-break {
    display: flex;
    flex: 1 1 100%;
    height: 2px;
    background-color: #E4E4E4;
}

.user-timesheet-item-container .row {
    margin: 0;
    justify-content: center;
    align-items: flex-end;
}

.bubbe-btn,
.remove-bubble-btn {
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bubbe-btn {
    width: 20px;
    height: 20px;
    border: 1px solid #CCCCCC;
    display: flex;
}

    .bubbe-btn > div {
        color: #808080;
        font-size: 16px;
        height: inherit;
        display: flex;
        align-items: center;
    }

.remove-bubble-btn {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 0, 0, 0.1);
}

    .remove-bubble-btn > div.line {
        background-color: red;
        width: 55%;
        height: 2px;
        border-radius: 100%;
    }

.bubble-btn-container {
    display: flex;
    justify-content: space-between;
    width: 45px;
}

.user-timesheet-item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    height: 33px;
    align-items: center;
    position: relative;
}

    .totals-item > .line-break,
    .user-timesheet-item > .line-break {
        position: absolute;
        bottom: 0;
        width: 85%;
    }

.hour {
    flex: 1;
    height: 100%;
    align-items: center;
    display: flex;
}

    .hour > input {
        width: 100%;
        border: none !important;
    }

.hour-total {
    height: 36px;
    padding: 0 10px;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.timesheet-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 29px;
}

.timesheet-list-container > .timesheet-item {
    background-color: white;
    width: 350px;
    border-radius: 10px;
}

.timesheet-list-container {
    margin-right: 10px;
}

    .timesheet-list-container > div {
        flex: 1 1 100%;
    }

    .timesheet-list-container button {
        width: 100%;
        margin: 7px 0px 0px 0px;
    }

.team-leader {
    text-align: center;
    font-size: 10px !important;
    font-family: Montserrat-SemiBold !important;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 3px;
    height: 15px;
}

    .team-leader > input {
        margin: 0;
        margin-right: 3px;
    }

.add-user-container {
    margin-top: 15px;
}

.action-buttons-container {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 15px;
    margin-bottom: 15px;
}

    .action-buttons-container > div {
        margin-left: 8px;
    }

.active-team-leader .user-timesheet-item {
    border-left: 1px solid #447AC1;
    border-right: 1px solid #447AC1;
}

.user-timesheet-container {
    display: flex;
    overflow: auto;
    flex: 1;
}

.user-timesheet-item-container.active-team-leader .user-timesheet-item {
    border-left: 1px solid #447AC1;
    border-right: 1px solid #447AC1;
}

.user-timesheet-item-container.active-team-leader > .ui-select-container {
    background-color: #447AC1 !important;
}

.user-timesheet-item-container.active-team-leader > .hour-total {
    background-color: #447AC1;
    color: white;
}

.input-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
}

    .input-container > input {
        flex: 1 1 70%;
    }

    .input-container > .remove-bubble-btn {
        margin-right: 4px;
    }

    .input-container > input:last-child {
        flex: 1 1 10%;
        margin-left: 5px;
    }

.asset-button-container {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
}

.disable-user .entry-date {
    background-color: #808080;
}

.entry-date {
    background-color: #203B60;
    height: 31px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    color: white !important;
    justify-content: center;
    font-size: 12px !important;
}

.day-form-container .error-msg {
    position: relative;
    display: flex;
    justify-content: center;
}

    .day-form-container .error-msg > div {
        background-color: #D65C5C;
        color: white;
        font-family: Montserrat-Regular !important;
        letter-spacing: 0.5px;
        font-size: 8px;
        border-radius: 6px;
        height: 12px;
        display: flex;
        align-items: center;
        margin-top: -5px;
        position: absolute;
        padding: 0 8px;
    }

.mobile-timesheet {
    display: none;
}

.totals-container {
    margin-top: 61px;
}

.totals-item-container {
    background-color: #D9D9D9;
    border-radius: 10px 10px 0px 0px;
    width: 130px
}

.totals-item {
    padding: 0 10px;
    height: 33px;
    position: relative;
    display: flex;
    align-items: center;
}

.totals-item-detail {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: Montserrat-Regular;
}

.totals-value {
    height: 36px;
    border-radius: 0px 0px 10px 10px;
    background-color: #808080;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: white !important;
    font-family: Montserrat-Regular;
}

.timesheet-item > div {
    padding: 0 10px;
}

@media (min-width: 980px) {

    .timesheet-container {
        /*min-height: 185px;*/
    }

    .itemsheet-select-list .ui-select-bootstrap > .ui-select-choices {
        max-height: 378px !important;
    }

    .timesheet-container .ui-select-bootstrap > .ui-select-choices {
        max-height: 120px;
    }

    .mobile-end-row {
        display: none;
    }

    .user-container > .header > div:first-child,
    .user-container > .header > div:last-child {
        visibility: hidden;
        display: none;
    }

    .validate-id-button > span {
        display: block;
        padding: 0;
    }

        .validate-id-button > span:last-child {
            display: none;
        }

    .accept-user-btn {
        flex: 1 1 100%;
        display: flex;
        margin-right: 10px;
        justify-content: center;
    }

        .accept-user-btn > button {
            min-width: 50px;
            padding: 2px 8px;
        }

    .team-diary .timesheet-list-container {
        margin-top: 49px;
    }

    .staff-diary .timesheet-list-container {
        margin-top: 98px;
        padding: 10px 0;
        margin-right: 0px;
    }

    .staff-diary .user-timesheet-container {
        padding: 10px 0px 10px 10px;
    }

    .staff-diary .user-timesheet-item-container.today-date {
        box-shadow: 0px 0px 6px 2px #396db6;
    }
}

@media (max-width: 979px) {

    .action-buttons-container {
        margin: 0;
        padding: 0;
        width: 100%;
        font-family: Montserrat-Bold;
    }

        .action-buttons-container > div {
            margin: 0;
            width: 100%;
        }

        .action-buttons-container button {
            border-radius: 0;
            height: 47px;
            margin: 0;
            width: 100%;
            font-family: Montserrat-Bold;
            font-size: 21px;
        }

    .user-container > .header > div:first-child,
    .user-container > .header > div:last-child {
        height: 100%;
    }

    .user-container > .header {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

        .user-container > .header button {
            padding: 4px 5px;
            min-width: 100%;
            display: flex;
            align-items: center;
            height: 34px;
            width: 65px;
            justify-content: space-between;
            font-family: Montserrat-Bold;
            text-transform: uppercase;
            font-size: 15px;
            line-height: 15px;
        }

            .user-container > .header button > i {
                margin: 0;
            }

    .user-timesheet-container > div {
        width: 100%;
        display: none;
    }

    .user-container {
        width: 100%;
    }

    .user-timesheet-container > div.active-user {
        display: flex !important;
    }


    .user-timesheet-item {
        height: auto;
    }

    .user-timesheet-item-container {
        margin: 0;
    }

    .mobile-timesheet {
        display: flex;
        flex: 1 1 60%;
    }

    .user-timesheet-item > .line-break {
        position: inherit;
    }

    .bubble-btn-container {
        display: block;
        width: auto;
        padding: 5px 0px;
    }

        .bubble-btn-container > div:first-child {
            margin-bottom: 5px;
        }

    .user-timesheet-item {
        border: none !important;
    }

    .card-work-day {
        height: 70px;
        text-align: center;
    }

    /**
        End-row
    */

    .remove-bubble-btn {
        margin: 0px;
    }

    .mobile-end-row {
        display: flex;
        justify-content: space-between;
        flex: 1 1 100%;
    }

        .mobile-end-row > div:first-child .form-action-primary {
            margin-right: 3px;
        }

        .mobile-end-row > div:first-child {
            display: flex;
            flex-wrap: wrap;
        }

        .mobile-end-row > .hour-total {
            font-family: Montserrat-Bold !important;
            background-color: transparent;
            padding-right: 35px;
        }

        .mobile-end-row button {
            min-width: 50px;
            padding: 2px 8px;
        }

    .user-timesheet-item-container > .hour-total {
        display: none;
    }

    .user-timesheet-container > .add-user-container {
        display: none;
    }

    .validate-id-button > span {
        display: none;
    }

        .validate-id-button > span:last-child {
            display: block;
            padding: 0;
            font-family: Montserrat-Bold;
        }

    .accept-user-btn {
        display: none;
    }

    /*
        Flatten to mobile
    */

    .team-diary .timesheet-list-container {
        margin-top: 119px;
    }

    .staff-diary .timesheet-list-container {
        margin-top: 143px;
    }

    .timesheet-list-container {
        margin-right: 0;
        z-index: 1;
        width: 78%;
    }

    .user-timesheet-container {
        flex-wrap: wrap;
        position: absolute;
        width: 100%;
    }

    .timesheet-container {
        position: relative;
        margin-bottom: 65px;
    }

    .timesheet-item > div {
        position: relative
    }

    .itemsheet-select-list {
        height: 57px;
        align-items: center;
        display: flex;
        background-color: transparent;
    }

    .timesheet-item .line-break {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .timesheet-list-container > .timesheet-item {
        width: 100%;
        max-width: 95%;
        background-color: transparent;
    }

    .timesheet-list-container button {
        display: none
    }

    .hour {
        margin-left: 76%
    }
}

.ra-edit-button {
    margin-left: 5px;
    padding: 0px 5px;
    cursor: pointer;
    font-size: 16px;
}

    .ra-edit-button:hover {
        background-color: #EFEFEF;
        border-radius: 4px;
        color: #808080;
    }

.ra-adjust-row:hover {
    background-color: #EFEFEF;
}

input.disable-role-not-available {
    outline: none;
    user-select: none;
    border: none !important;
    box-shadow: none;
    color: #222;
    padding: 0 !important;
}

.ra-row {
    display: flex;
    flex-direction: row;
}

.ra-last-period-button {
    background: linear-gradient(#f9f9f9, #ececec) !important;
    color: #848484;
    text-shadow: 0 1px 0 #fff;
    border: none;
    cursor: pointer;
    margin-left: 2px;
    padding: 0px 4px;
}

.lims-details-table > thead > tr > th {
    padding-right: 8px;
}

.lims-details-table > tbody > tr > td {
    padding-right: 8px;
}

.lims-details-table > thead > tr > th:first-child {
    padding-left: 8px;
}

.lims-details-table > tbody > tr > td:first-child {
    padding-left: 8px;
}

.panel-warning {
    background-color: orange;
    padding: 0px 15px;
}

/**
    Staff Week Allowance List Page
**/
#staff-week-allowance-list-view .widget-actionbar {
    width: 100% !important;
}

#staff-week-allowance-list-view .widget .table {
    word-break: normal;
}

.highlight-role-selected {
    border: 2px dotted red;
    margin: 0px 4px 0px 0px !important;
}

.table-tag-container {
    display:flex;
}

.table-tag-container i {
    color: #a7a7a7;
    margin-left:8px;
}

/***

    Multi Select Typeahead Directive

*/

.tag-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tag-item {
    background-color: lightgray;
    padding: 0px 5px 0px 5px;
    margin: 2px 5px 5px 0px;
    border-radius: 3px;
    position: relative;
    cursor:pointer;
}

.tag-item:hover > .delete-item {
    display:flex;
}

.delete-item {
    cursor: pointer;
    border-top-right-radius: 3px;
    position: absolute;
    font-size: 9px;
    line-height: 11px;
    padding: 0px 5px;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    font-weight: bold;
    justify-content: center;
    align-content: center;
    display:none;
}

.map-tag-container:nth-child(even) {
    border-top: 1px solid grey;
}

@media (min-width: 1320px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }
}