@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Roboto:400,400i,700,700i');

body,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

#login #header {
    background: #0079cd !important;
}

#header {
    background: #333;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .8) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%), url(../img/bg-header.jpg);
    background-size: cover;
    background-position: 100% 5%;
}

@media screen and (max-width: 600px) {
    #header {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%), url(../img/bg-header.jpg);
        background-size: 150%;
        background-position: left 5%;
    }
}

#logo img {
    position: relative;
    top: -6px;
    width: 76px;
    /* filter: drop-shadow(0px 0px 0px rgba(255,255,255,1)); */
    filter: invert(1) hue-rotate(180deg);
}

#ribbon {
    background: #FD550C;
}

#ribbon .breadcrumb,
#ribbon .breadcrumb a {
    color: #fff !important;
}

#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb>.active {
    color: #ffc;
}

.txt-color-blueDark {
    color: #353D4B !important;
}

.txt-color-green {
    color: #4a7eac !important;
}

.txt-color-light-green {
    color: #a4c536 !important;
}

.nolink a {
    cursor: default;
}

#project-context>:first-child {
    text-shadow: none;
}

a:link,
.btn,
button {
    -webkit-tap-highlight-color: rgba(0, 217, 255, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #4a7eac;
    border-color: rgba(0, 0, 0, .1);
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #4d7c20;
    border-color: rgba(0, 0, 0, .1);
}

@media (max-width: 900px) {
    .btn-header>:first-child>a:hover {
        color: #fff;
    }

    .btn-header>:first-child>a {
        color: #a4c536;
    }
}

.ui-datepicker td .ui-state-highlight {
    background-color: #0074c4;
}

.jarviswidget-color-greenLight>header {
    background: #a4c536;
}

.btn-file {
    margin: 1px 16px 0 0 !important;
}

.cell-link:hover {
    cursor: pointer;
}

.close-white {
    color: #fff;
    text-shadow: 0 1px 0 #002d16;
    opacity: .6;
}

.close-white:hover {
    color: #fff;
    text-shadow: 0 1px 0 #002d16;
    opacity: .8;
}

@media (min-width: 768px) {
    .label-check {
        float: left;
    }
}

@media only screen and (max-width: 768px) and (min-width: 479px) {
    .sparks-info {
        margin-bottom: 20px;
    }
}

.h5-filter {
    margin: -14px 0 4px 0;
    font-size: 14px;
    color: #333;
}

.h5-result {
    margin: 3px 0 0 0;
    font-size: 14px;
    color: #333;
}

.widget-body.no-padding .alert {
    margin: 0;
}

.colvis-margin {
    margin-right: 165px;
}

.nowrap {
    white-space: nowrap;
}

.DTFC_LeftHeadWrapper {
    margin-top: -6px;
}

.menu-level-0 {
    margin-left: 0px;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.split.split-horizontal,
.gutter.gutter-horizontal {
    height: 100%;
    float: left;
}

.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    cursor: ns-resize;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: ew-resize;
}

a.org-link {
    color: black;
    cursor: pointer;
}

a.org-link:hover {
    color: #607d8b;
}

.login-info a span {
    top: 5px;
    position: relative;
}

.filter-menu {
    padding: 0 10px;
    transition: .3s;
}

.filter-menu .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.filter-menu .input-group .text-filter:first-child,
.filter-menu .input-group .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.filter-menu .input-group .input-group-addon:first-child {
    border-right: 0;
}

.filter-menu .input-group .text-filter {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.filter-menu .input-group-addon {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .text-filter,
.filter-menu .input-group-addon {
    display: table-cell;
}

.input-group .text-filter {
    display: block;
    padding: 0px 10px;
    width: 100%;
    height: 32px;
    min-height: 32px !important;
    color: #555;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.filter-menu .input-group .text-filter:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


.filter-menu input {
    background: #1B1E24;
    color: #fff;
    transition: .3s;
}

.filter-menu input:focus {
    background: #22262e;
    color: white;
}

.filter-menu .fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.minified .filter-menu {
    position: relative;
    left: -200%;
    opacity: 0;
    pointer-events: none;
    height: 0;
}

table .btn {
    margin: 0 1px;
}

.menu-level-0 {
    margin-left: 0px;
}

.menu-level-1 {
    color: #468847;
    margin-left: 20px;
}

.menu-level-2 {
    margin-left: 40px;
    font-style: italic;
    color: #3276b1;
}

.menu-level-3 {
    margin-left: 60px;
    font-style: italic;
    color: #b94a48;
}

nav {
    font-family: 'Roboto Condensed', sans-serif;
}

nav ul li a {
    font-weight: 300;
}

nav ul ul li>a i {
    float: left;
    margin: 3px 6px 3px 0;
}

nav ul b {
    position: absolute;
    right: 16px;
    top: 6px;
}

.bggreen {
    background-color: #26B4FF;
    color: #fff;
}

label.has-error {
    position: absolute;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #a90329;
}


div.labelInfo {
    display: block;
    font-size: 8pt;
    background-color: White;
    border: 1px solid #333;
    color: #333;
    height: 20px;
    padding: 2px 4px 2px 4px;
    white-space: nowrap;
    margin-left: -50%;
    margin-right: 50%;
    position: relative;
    font-weight: normal !important;
}

/*select 2*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 32px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    white-space: nowrap;
    line-height: 32px;
    color: #444;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #ccc
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    margin-top: -1px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-auto-width {
    border-top: 1px solid #ccc;
    width: auto
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-drop.select2-drop-above {
    margin-bottom: 0;
    border-top: 1px solid #5D98CC;
    border-top-width: 3px;
    border-bottom: 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-active {
    border: 1px solid #5D98CC;
    border-top: none;
    border-bottom-width: 3px
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top-width: 3px
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
    background: #eee
}

.select2-container .select2-choice .select2-arrow b {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 14px
}

.select2-container .select2-choice .select2-arrow b:before {
    content: "\f107";
    width: 100%;
    height: 100%;
    text-align: center;
    display: block
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 29px;
    padding: 6px 20px 5px 10px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: linear-gradient(top, #fff 85%, #eee 99%)
}

.select2-search:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f002";
    top: 25%;
    right: 10px;
    color: #686868 !important
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-drop.select2-drop-above .select2-search:before {
    top: 34%
}

.select2-search input.select2-active {
    background: #fff url(../img/select2-spinner.gif) no-repeat 100%;
    background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(../img/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/select2-spinner.gif) no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%)
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5D98CC;
    outline: 0
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5D98CC;
    border-top-color: transparent
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: 0 0;
    border-left: none;
    filter: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: 700
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results .select2-highlighted {
    background: #3276b1;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: 0 0
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding: 3px 5px
}

.select2-no-results {
    padding-left: 20px
}

.select2-no-results:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    margin-right: 5px
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(../img/select2-spinner.gif) no-repeat 100%
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: text;
    overflow: hidden;
    background-color: #fff
}

.select2-locked {
    padding: 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5D98CC;
    outline: 0
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(../img/select2-spinner.gif) no-repeat 100% !important
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: 1px solid #2a6395;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3276b1
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    opacity: .8
}

.select2-search-choice-close {
    display: block;
    min-width: 21px;
    min-height: 20px;
    position: absolute;
    right: 3px;
    top: 3px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-decoration: none !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.select2-search-choice-close:before {
    color: #fff;
    content: "\f057"
}

.select2-container-multi .select2-search-choice-close {
    display: block;
    top: 0;
    right: 0;
    padding: 3px 4px 3px 6px
}

.select2-container-multi .select2-search-choice-close:hover {
    background: rgba(0, 0, 0, .3)
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid #4a90cc;
    background-image: none;
    background-color: #86b4dd;
    cursor: not-allowed
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: 0 0
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

.has-error .select2-choice,
.has-error .select2-container .select2-choice .select2-arrow,
.has-error .select2-container-multi .select2-choices {
    border-color: #b94a48
}

.has-error .select2-container .select2-choice .select2-arrow {
    background: #f2dede;
    color: #b94a48
}

.has-error .select2-dropdown-open .select2-choice {
    border-color: #5D98CC !important
}

.select2-drop.select2-drop-above.select2-drop-active {
    margin-top: 2px
}

/*error access denied */
.error-text-2 {
    text-align: center;
    font-size: 400%;
    font-weight: bold;
    font-weight: 100;
    color: #333;
    line-height: 1;
    letter-spacing: -.05em;
    background-image: -webkit-linear-gradient(92deg, #333, #ed1c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ed1c24;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, 0));
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .25);
}

.particle--a {
    -webkit-animation: particle-a 1.4s infinite linear;
    -moz-animation: particle-a 1.4s infinite linear;
    -o-animation: particle-a 1.4s infinite linear;
    animation: particle-a 1.4s infinite linear;
}

.particle--b {
    -webkit-animation: particle-b 1.3s infinite linear;
    -moz-animation: particle-b 1.3s infinite linear;
    -o-animation: particle-b 1.3s infinite linear;
    animation: particle-b 1.3s infinite linear;
    background-color: #00A300;
}

.particle--c {
    -webkit-animation: particle-c 1.5s infinite linear;
    -moz-animation: particle-c 1.5s infinite linear;
    -o-animation: particle-c 1.5s infinite linear;
    animation: particle-c 1.5s infinite linear;
    background-color: #57889C;
}

@-webkit-keyframes particle-a {
    0% {
        -webkit-transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@-moz-keyframes particle-a {
    0% {
        -moz-transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@-o-keyframes particle-a {
    0% {
        -o-transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@keyframes particle-a {
    0% {
        transform: translate3D(-3rem, -3rem, 0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-3rem, -3rem, 0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-b {
    0% {
        -webkit-transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@-moz-keyframes particle-b {
    0% {
        -moz-transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@-o-keyframes particle-b {
    0% {
        -o-transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@keyframes particle-b {
    0% {
        transform: translate3D(3rem, -3rem, 0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(3rem, -3rem, 0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-c {
    0% {
        -webkit-transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -webkit-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

@-moz-keyframes particle-c {
    0% {
        -moz-transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -moz-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

@-o-keyframes particle-c {
    0% {
        -o-transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -o-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

@keyframes particle-c {
    0% {
        transform: translate3D(-1rem, -3rem, 0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-1rem, -3rem, 0);
        z-index: -1;
    }
}

/*error access denied */

/* select2 search icon position */
.select2-search:before {
    top: 50%;
}

/* popupLegend */
.popupLegend {
    position: fixed;
    background: #fff;
    width: 164px;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transition: all ease-out .2s;
    background: #1e70cd;
    clip-path: circle(12px at 148px 16px);
    /* min-height: 240px; */
    z-index: 1000;
}

.popupLegend#popupl-geofence {
    top: 53px;
    right: 40px;
}

.popupLegend#popupl-legend {
    top: 53px;
    right: 10px;
}

.popupLegend.pl-open {
    border-radius: 2px;
    clip-path: circle(130% at 90% 10%);
    background: #fff;
}

.popupLegend .pl-icon {
    position: absolute;
    top: -3px;
    right: 3px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.popupLegend .pl-icon .fa-map-marker-alt {
    position: relative;
    right: -2px;
}

.popupLegend.pl-open .pl-icon {
    color: #d9534f;
}

.popupLegend nav {
    display: flex;
}

.popupLegend nav h5 {
    margin: 0 5px 8px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.popupLegend nav h5.pl-nav-active {
    border-bottom: 2px solid #1e70cd;
}

.popupLegend section {
    display: none;
}

.popupLegend section.pl-section-active {
    display: block;
}

.popupLegend .pl-row {
    display: flex;
    align-items: center;
    line-height: 1.1;
    padding: 4px 0;
}

.popupLegend .pl-row>i {
    margin-right: 10px;
    padding: 6px 3px 3px 6px;
    border-radius: 50%;
    color: #fff;
    width: 24px;
    height: 24px;
}

.popupLegend .pl-row i.darkgreen,
.popupLegend .check.darkgreen {
    background: darkgreen;
}

.popupLegend .pl-row i.green,
.popupLegend .check.green {
    background: green;
}

.popupLegend .pl-row i.lightgreen {
    background: lightgreen;
    color: inherit;
}

.popupLegend .pl-row i.yellow {
    background: yellow;
    color: inherit;
}

.popupLegend .pl-row i.orange,
.popupLegend .check.orange {
    background: orange;
    color: inherit;
}

.popupLegend .pl-row i.red,
.popupLegend .check.red {
    background: red;
}

.popupLegend .pl-row i.skyblue,
.popupLegend .check.skyblue {
    background: skyblue;
    color: inherit;
}

.popupLegend .pl-row i.blue,
.popupLegend .check.blue {
    background: #2196f3;
}

.popupLegend .pl-row i.purple,
.popupLegend .check.purple {
    background: #673ab7;
}

.popupLegend .pl-row i.gray,
.popupLegend .check.gray {
    background: gray;
}

.popupLegend .pl-row small {
    display: block;
    font-size: 80%;
}

.popupLegend .check {
    margin: 0;
    border-radius: 50%;
    background: #999;
    margin-right: 8px;
    stroke: #eee;
    width: 24px;
    height: 24px;
}

.popupLegend .check svg {
    position: relative;
    left: 3px;
    top: 3px;
    stroke: #eee;
    transform: scale(.8);
    /* opacity: 0; */
}

.popupLegend .check:hover svg {
    stroke: #eee;
}

.popupLegend .cbx:checked+.check svg {
    stroke: #fff;
    /* opacity: 1; */
}

.layout-streetview {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    border-left: 2px solid white;
    opacity: 0;
}

.sv-show {
    opacity: 1;
    width: 50%;
}

div#btn-sv-close {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background: var(--blue);
    color: #fff;
    padding: 6px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

#cameraModal .modal-title {
    margin-right: auto;
}

button {
    transition: .5s;
}

button:hover {
    transition: .2s;
}

button#btnSearch_form1 {
    background: #5cb85c;
    border-color: #4d984d;
}


button#btnSearch_form1:hover {
    background: #4d984d;
}

button#btnExportPdf_form1 {
    background: #f0ad4e;
    border-color: #d29846;
}

button#btnExportPdf_form1:hover {
    background: #d29846;
}


button#btnExportExcel_form1 {
    background: #898989;
    border-color: #777777;
}

button#btnExportExcel_form1:hover {
    background: #777777;
}

.jarviswidget-color-blueDark>header {
    border-color: #fd550c!important;
    background: #fd550c!important;
}

.dataTables_wrapper .table thead tr:first-child{
    background: #538dd5;
    color: #fff;
}

.dataTables_wrapper .table thead tr:first-child th {
    text-align: center!important; 
    vertical-align: middle;
    font-size: 1.25rem;
    line-height: 1.3;
}

.dataTables_wrapper .table tbody td {
    vertical-align: middle;
    font-size: 1.15rem;
    line-height: 1.3;
}

.dataTables_wrapper .table tbody td .btn-xs {    
    font-size: 1.1rem;
    margin: 0 2px;
}
