.account-body.accountbg {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(55%, #fcdede));
	background: linear-gradient(0deg, #f7f7f7 0%, #fcdede38 55%);
	width: 100%;
	height: 100vh;
}

.btn-gradient-primary {
	background: linear-gradient(14deg, #283891 0%, rgba(23,97,253,0.6));
	color: #fff;
	-webkit-box-shadow: 0 7px 14px 0 rgba(23,97,253,0.5);
	box-shadow: 0 7px 14px 0 rgba(23,97,253,0.5);
	border: none;
}

.btn-gradient-primary:hover, .btn-gradient-primary:focus, .btn-gradient-primary:active, .btn-gradient-primary.active, .btn-gradient-primary.focus, .btn-gradient-primary:active, .btn-gradient-primary:focus, .btn-gradient-primary:hover, .open > .dropdown-toggle.btn-gradient-primary, .btn-gradient-primary.active, .btn-gradient-primary:active, .show > .btn-gradient-primary.dropdown-toggle {
	background: linear-gradient(14deg, #283891 0%, rgba(38, 54, 144, 0.71));
	color: #fff;
}

.logo-dash {
	height: 75px !important;
	margin-left: 2px;
	display: inline-block;
}

.card-eco .bg-pattern {
	position: absolute;
    background-image: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.3;
	z-index: 0;
	width: 140px;
	height: 100%;
	top: 0;
	right: 0;
}

.card-eco h3 {
	font-size: 23px;
}


.left-sidenav-menu li.mm-active > a {
	color: #fff;
	background: linear-gradient(14deg, #4560bb 0%, rgb(101, 141, 235));
	-webkit-box-shadow: 3px 3px 20px 0 rgba(23,97,253,0.4);
	box-shadow: 3px 3px 20px 0 rgba(23,97,253,0.4);
	border-radius: 4px;
}

.left-sidenav-menu li ul li > a {
	padding: 10px 0px;
}

.badge {
	font-size: 15px !important;
}

.fa-2x {
    font-size: 1.5em !important;
}

@media only screen 
and (min-device-width: 1024px) {
   
    .map {
        height: 600px;
        min-width: 900px !important;
    }

    #draggable-map-icon {
        text-align: center;
        min-width: 110px;
        height: 60px;
        z-index: 9999;
        cursor:pointer;
    }

    .sensor-symbol {
        font-size: 4em;
    }
}


@media only screen 
and (min-device-width: 480px)
and (max-device-width: 1023px) {
  
    .map {
        height: 300px;
        min-width: 450px !important;
    }

    #draggable-map-icon {
        text-align: center;
        min-width: 110px;
        height: 60px;
        z-index: 9999;
        cursor:pointer;
    }

    .sensor-symbol {
        font-size: 2em;
    }
}

@media only screen 
and (min-device-width: 360px)
and (max-device-width: 479px) {
    
    .map {
        height: 200px;
        min: width 30px;0px !important;
    }

    #draggable-map-icon {
        text-align: center;
        min-width: 110px;
        height: 60px;
        z-index: 9999;
        cursor:pointer;
    }

    .sensor-symbol {
        font-size: 1.5em;
    }
    .sensor-label{
        width: 100px !important;
    }
}


/* Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
    position: relative;
}
.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
}
.ladda-button .ladda-label {
    position: relative;
    z-index: 3;
}
.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s linear all !important;
    -moz-transition: 0.1s linear all !important;
    -ms-transition: 0.1s linear all !important;
    -o-transition: 0.1s linear all !important;
    transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style="zoom-in"],
.ladda-button[data-style="zoom-in"] .ladda-spinner,
.ladda-button[data-style="zoom-in"] .ladda-label,
.ladda-button[data-style="zoom-out"],
.ladda-button[data-style="zoom-out"] .ladda-spinner,
.ladda-button[data-style="zoom-out"] .ladda-label {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
}
.ladda-button[data-style="expand-right"] .ladda-spinner {
    right: -6px;
}
.ladda-button[data-style="expand-right"][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-right"][data-size="xs"] .ladda-spinner {
    right: -12px;
}
.ladda-button[data-style="expand-right"][data-loading] {
    padding-right: 56px;
}
.ladda-button[data-style="expand-right"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="expand-right"][data-loading][data-size="s"],
.ladda-button[data-style="expand-right"][data-loading][data-size="xs"] {
    padding-right: 40px;
}
.ladda-button[data-style="expand-left"] .ladda-spinner {
    left: 26px;
}
.ladda-button[data-style="expand-left"][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-left"][data-size="xs"] .ladda-spinner {
    left: 4px;
}
.ladda-button[data-style="expand-left"][data-loading] {
    padding-left: 56px;
}
.ladda-button[data-style="expand-left"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="expand-left"][data-loading][data-size="s"],
.ladda-button[data-style="expand-left"][data-loading][data-size="xs"] {
    padding-left: 40px;
}
.ladda-button[data-style="expand-up"] {
    overflow: hidden;
}
.ladda-button[data-style="expand-up"] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="expand-up"][data-loading] {
    padding-top: 54px;
}
.ladda-button[data-style="expand-up"][data-loading] .ladda-spinner {
    opacity: 1;
    top: 26px;
    margin-top: 0;
}
.ladda-button[data-style="expand-up"][data-loading][data-size="s"],
.ladda-button[data-style="expand-up"][data-loading][data-size="xs"] {
    padding-top: 32px;
}
.ladda-button[data-style="expand-up"][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-up"][data-loading][data-size="xs"] .ladda-spinner {
    top: 4px;
}
.ladda-button[data-style="expand-down"] {
    overflow: hidden;
}
.ladda-button[data-style="expand-down"] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="expand-down"][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-down"][data-size="xs"] .ladda-spinner {
    top: 40px;
}
.ladda-button[data-style="expand-down"][data-loading] {
    padding-bottom: 54px;
}
.ladda-button[data-style="expand-down"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="expand-down"][data-loading][data-size="s"],
.ladda-button[data-style="expand-down"][data-loading][data-size="xs"] {
    padding-bottom: 32px;
}
.ladda-button[data-style="slide-left"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-left"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-left"] .ladda-spinner {
    left: 100%;
    margin-left: 0;
}
.ladda-button[data-style="slide-left"][data-loading] .ladda-label {
    opacity: 0;
    left: -100%;
}
.ladda-button[data-style="slide-left"][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%;
}
.ladda-button[data-style="slide-right"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-right"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-right"] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px;
}
.ladda-button[data-style="slide-right"][data-loading] .ladda-label {
    opacity: 0;
    left: 100%;
}
.ladda-button[data-style="slide-right"][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%;
}
.ladda-button[data-style="slide-up"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-up"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-up"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em;
}
.ladda-button[data-style="slide-up"][data-loading] .ladda-label {
    opacity: 0;
    top: -1em;
}
.ladda-button[data-style="slide-up"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0;
}
.ladda-button[data-style="slide-down"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-down"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-down"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em;
}
.ladda-button[data-style="slide-down"][data-loading] .ladda-label {
    opacity: 0;
    top: 1em;
}
.ladda-button[data-style="slide-down"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0;
}
.ladda-button[data-style="zoom-out"] {
    overflow: hidden;
}
.ladda-button[data-style="zoom-out"] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
}
.ladda-button[data-style="zoom-out"] .ladda-label {
    position: relative;
    display: inline-block;
}
.ladda-button[data-style="zoom-out"][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ladda-button[data-style="zoom-out"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ladda-button[data-style="zoom-in"] {
    overflow: hidden;
}
.ladda-button[data-style="zoom-in"] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}
.ladda-button[data-style="zoom-in"] .ladda-label {
    position: relative;
    display: inline-block;
}
.ladda-button[data-style="zoom-in"][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
}
.ladda-button[data-style="zoom-in"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ladda-button[data-style="contract"] {
    overflow: hidden;
    width: 100px;
}
.ladda-button[data-style="contract"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="contract"][data-loading] {
    border-radius: 50%;
    width: 52px;
}
.ladda-button[data-style="contract"][data-loading] .ladda-label {
    opacity: 0;
}
.ladda-button[data-style="contract"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="contract-overlay"] {
    overflow: hidden;
    width: 100px;
    box-shadow: 0px 0px 0px 2000px transparent;
}
.ladda-button[data-style="contract-overlay"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="contract-overlay"][data-loading] {
    border-radius: 50%;
    width: 52px;
    box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style="contract-overlay"][data-loading] .ladda-label {
    opacity: 0;
}
.ladda-button[data-style="contract-overlay"][data-loading] .ladda-spinner {
    opacity: 1;
}



.schedule-alert {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    left: 20px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 20px;
    z-index: -1;
}
.schedule-alert.active {
    opacity: 1;
    z-index: 1000;
}
.schedules-list ul:not(.pagination) li {
    border-top: 1px solid #eee;
}
.schedules-list ul:not(.pagination) li:first-child {
    border-top: none;
}
.schedules-list ul:not(.pagination) li.active {
    margin: -1px 0;
}
.schedules-list ul:not(.pagination) li.active a {
    background-color: #d9edf7;
    border-color: #5bc0de;
    border-style: solid;
    border-width: 1px 0;
    margin: 0 -15px;
    padding: 15px;
}
.schedules-list ul:not(.pagination) li a {
    display: block;
    outline: none;
    padding: 15px 0;
}
.schedules-list ul:not(.pagination) li a .ladda-label {
    position: relative;
    top: 0;
    -webkit-transition: top 0.15s;
    -moz-transition: top 0.15s;
    transition: top 0.15s;
}
.schedules-list ul:not(.pagination) li a:hover .ladda-label {
    top: -3px;
}
.assets-list .table > tbody > tr > td a,
.owners-list .table > tbody > tr > td a {
    padding: 0 10px;
}
.assets-list .table > tbody > tr > td a span,
.owners-list .table > tbody > tr > td a span {
    font-size: 20px;
}
.notification-checkbox {
    margin: 8px 2px;
}
.notification-checkbox label {
    margin-right: 5px;
}
.notification-checkbox input {
    margin: 0;
    vertical-align: middle;
}
.asset-log-overview [class*="col"] {
    display: block;
    float: none;
    vertical-align: top;
}
.asset-log-overview .panel .panel-body .text-center .fa,
.asset-log-overview .panel .panel-body .text-center .helper:after {
    font-size: 120px;
    padding: 70px;
}
.asset-log-overview .panel .panel-body .highchart {
    min-height: 300px;
}
.asset-log-overview .panel .panel-body .trigger-alarm-count {
    font-size: 15px;
    margin: 0 10px 10px;
    text-align: center;
}
.asset-log-overview .panel .panel-body .trigger-alarm-count span {
    font-size: 20px;
    font-weight: bold;
}
.asset-log-overview .panel .panel-body .alarm-summary {
    margin: 10px 0 0;
    max-height: 360px;
    overflow-y: auto;
}
.asset-log-overview .panel .panel-body .alarm-summary h4 {
    text-align: center;
}
.asset-log-overview .panel .panel-body .alarm-summary h5 {
    font-style: italic;
    text-decoration: underline;
}
.asset-log-overview .panel .panel-body .alarm-summary .locator {
    padding: 0 10px;
}
.asset-log-overview .panel .panel-body .alarm-summary > ul {
    list-style: none;
    padding: 0;
}
.asset-log-overview .panel .panel-body .alarm-summary > ul > li {
    border-top: 1px solid #ccc;
    padding: 4px 0 7px;
}
.asset-log-overview .panel .panel-body .alarm-summary > ul > li::after {
    clear: both;
    content: "";
    display: table;
}
.asset-log-overview .panel .panel-body .alarm-summary > ul > li:first-child {
    border-top: none;
    margin-top: 0;
}
.asset-log-overview .panel .panel-body .alarm-summary > ul > li .list-inline label {
    vertical-align: middle;
}
.asset-log-overview .panel .panel-body .alarm-summary > ul > li .list-inline li:last-child {
    padding: 5px 5px 0;
}
.asset-log-overview .panel .panel-body .no-data {
    font-style: italic;
    padding: 20px 0;
}
.highcharts-tooltip .title {
    font-size: 14px;
}
.highcharts-tooltip .data {
    text-align: center;
}
.highcharts-tooltip .data label {
    font-weight: bold;
}
.owner-asset-list ul {
    list-style: none;
    padding: 0;
}
.owner-asset-list ul li label {
    float: left;
    word-break: break-all;
}
.owner-asset-list ul li input {
    float: right;
}

.owner-asset-list ul {
    list-style: none;
    padding: 0;
}
.owner-asset-list ul li label {
    float: left;
    word-break: break-all;
}
.owner-asset-list ul li input {
    float: right;
}
.schedule-table .schedule-options {
    margin-right: 25px;
    text-align: center;
}
.schedule-table .schedule-options .form-control {
    display: inline-block;
    width: auto;
}
.schedule-table .spinner {
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 50px;
}
.schedule-table .table thead tr th {
    text-align: center;
}
.schedule-table .table thead tr th:hover {
    background-color: transparent;
}
.schedule-table .table tbody tr td {
    border-left: 1px solid #ddd;
    padding: 0;
}
.schedule-table .table tbody tr td a {
    display: block;
    padding: 20px;
}
.schedule-table .table tbody tr td a:hover,
.schedule-table .table tbody tr td a:focus,
.schedule-table .table tbody tr td a:hover:focus {
    outline: none;
    text-decoration: none;
}
.schedule-table .table tbody tr td.active {
    background-color: #dff0d8;
}
@media (min-width: 992px) {
    .schedule-table .table tbody tr td:hover {
        background-color: #eee;
    }
}
.schedule-table .table tbody tr td.editing {
    background-color: #d9edf7;
}
.schedule-table .table tbody tr td.edit-cursor {
    background-color: #9acfea;
    border-color: #bce8f1;
}
.schedule-table .table tbody tr td:first-child {
    border-left: none;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}
.schedule-table .table tbody tr td:first-child:hover {
    background-color: transparent;
}
.schedule-table .checklist > div {
    text-align: center;
}
.schedule-table .checklist .label,
.schedule-table .checklist .asset-log-overview .panel .panel-body .alarm-summary > ul > li .list-inline label,
.asset-log-overview .panel .panel-body .alarm-summary > ul > li .list-inline .schedule-table .checklist label {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    width: 60%;
}
.schedule-table .checklist input {
    margin: 0;
    vertical-align: middle;
}
.schedule-table .checklist .checkbox-spinner {
    position: relative;
}
.schedule-table .checklist .checkbox-spinner .fa,
.schedule-table .checklist .checkbox-spinner .helper:after {
    left: 10px;
    position: absolute;
    top: 3px;
}
.schedule-table .disabled {
    opacity: 0.5;
}
.schedule-table .disabled tbody tr td a {
    cursor: default;
    pointer-events: none;
}
.schedule-table .disabled tbody tr td:hover {
    background-color: transparent;
}
.schedule-table .disabled .label,
.schedule-table .disabled .asset-log-overview .panel .panel-body .alarm-summary > ul > li .list-inline label,
.asset-log-overview .panel .panel-body .alarm-summary > ul > li .list-inline .schedule-table .disabled label,
.schedule-table .disabled input[type="checkbox"] {
    pointer-events: none;
}

.animated,
.schedule-alert.attention,
.schedule-table .table tbody tr td.edit-cursor {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite,
.infinite.schedule-alert.attention,
.schedule-table .table tbody tr td.edit-cursor {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge,
.hinge.schedule-alert.attention,
.schedule-table .table tbody tr td.hinge.edit-cursor {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.bounceIn.schedule-alert.attention,
.schedule-table .table tbody tr td.bounceIn.edit-cursor,
.animated.bounceOut,
.bounceOut.schedule-alert.attention,
.schedule-table .table tbody tr td.bounceOut.edit-cursor {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.animated.flipOutX,
.flipOutX.schedule-alert.attention,
.schedule-table .table tbody tr td.flipOutX.edit-cursor,
.animated.flipOutY,
.flipOutY.schedule-alert.attention,
.schedule-table .table tbody tr td.flipOutY.edit-cursor {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.pulse,
.schedule-table .table tbody tr td.edit-cursor {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.animated.flip,
.flip.schedule-alert.attention,
.schedule-table .table tbody tr td.flip.edit-cursor {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
