/**
 *  3manager bootstrap theme
 *  @author info@74dpi.com
 *  @version 1.0.0 
 *  @todo   
 */
/**
 * Bootstrap custom variables
 */
/**
 * Theme variables     
 */
/**
 *  Local mixins
 */
/**
 *  Functions
 */
/**
 *  Fonts
 */
@font-face {
    font-family: 'OpenSansLight';
    src: url("../fonts/opensanslight.eot");
    src: url("../fonts/opensanslight.eot?#iefix") format("eot"), url("../fonts/opensanslight.woff") format("woff"), url("../fonts/opensanslight.ttf") format("truetype"), url("../fonts/opensanslight.svg#open_sanslight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url("../fonts/opensansregular.eot");
    src: url("../fonts/opensansregular.eot?#iefix") format("eot"), url("../fonts/opensansregular.woff") format("woff"), url("../fonts/opensansregular.ttf") format("truetype"), url("../fonts/opensansregular.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url("../fonts/opensansbold.eot");
    src: url("../fonts/opensansbold.eot?#iefix") format("eot"), url("../fonts/opensansbold.woff") format("woff"), url("../fonts/opensansbold.ttf") format("truetype"), url("../fonts/opensansbold.svg#open_sansbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url("../fonts/opensansextrabold.eot");
    src: url("../fonts/opensansextrabold.eot?#iefix") format("eot"), url("../fonts/opensansextrabold.woff") format("woff"), url("../fonts/opensansextrabold.ttf") format("truetype"), url("../fonts/opensansextrabold.svg#open_sansextrabold") format("svg");
    font-weight: bold;
    font-style: normal;
}
/**
 *  Keyframes    
 */
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**
 *  Rewrite bootstrap 
 */
.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.breadcrumb {
    margin: 0;
}

    .breadcrumb a {
        color: #7a7a7a;
    }

        .breadcrumb a:hover {
            color: #7a7a7a;
        }

.navbar-fixed-top {
    position: relative;
}

.word-wrapped {
    word-wrap: break-word;
}

.fixed-width {
    max-width: 300px;
}

.ck-button {
    border-radius: 4px;
    float: left;
    padding: 0px !important;
    min-height: 30px;
    vertical-align: middle;
    /* http://stackoverflow.com/questions/14625199/input-label-syntax-in-sass */
}

    .ck-button label {
        float: left;
        margin-bottom: 0px;
        min-height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .ck-button label input {
            position: absolute;
            display: none;
        }

        .ck-button label span {
            text-align: center;
            display: block;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 5px 10px;
            cursor: pointer;
        }

    .ck-button input:checked + span {
        color: #84847b;
        background-color: #deded4;
        border-color: #c0c0b5;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        min-height: inherit;
    }

.nav .active .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

    .nav .active .sub-menu > li {
        position: relative;
    }

        .nav .active .sub-menu > li > a {
            display: block;
            padding: 10px 15px;
            margin: 10px 15px;
            margin-top: 0;
            margin-bottom: 0;
        }

            .nav .active .sub-menu > li > a:hover, .nav .active .sub-menu > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .nav .active .sub-menu .active > a, .nav .active .sub-menu .active > a:hover, .nav .active .sub-menu .active > a:focus {
        text-decoration: none;
        background-color: #eeeeee;
    }

.btn-toolbar {
    margin-left: -15px;
}

    .btn-toolbar > .btn-group {
        margin-left: 15px;
    }

.form-control {
    padding-left: 15px;
    padding-right: 15px;
}

.date .form-control {
    padding-right: 40px;
}

.panel-default .panel-heading {
    position: relative;
}

    .panel-default .panel-heading .panel-title {
        color: #4c4c4c;
        font-family: "OpenSansRegular", Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
    }

        .panel-default .panel-heading .panel-title.ptb {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .panel-default .panel-heading .help,
    .help {
        width: 20px;
        height: 20px;
        border-top-right-radius: 100%;
        border-top-left-radius: 100%;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
        display: block;
        border: 1px solid #b1b19b;
        text-decoration: none;
        line-height: 17px;
        background-color: white;
        text-align: center;
    }

    .panel-default .panel-heading .help {
        position: absolute;
        top: 6px;
        right: 10px;
        margin-left: 10px;
    }

        .panel-default .panel-heading .help:hover, .panel-default .panel-heading .help:focus,
        .help:hover, .help:focus {
            background-color: #deded8;
            cursor: help;
        }

    .panel-default .panel-heading .printer-color {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }

.panel-default .panel-footer {
    text-align: center;
}

    .panel-default .panel-footer.noborder {
        border-top-color: white;
    }

    .panel-default .panel-footer *:last-child,
    .panel-default .panel-footer .last {
        margin-bottom: 0;
    }

.panel-body {
    position: relative;
}

.panel-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin: -13px 0 0 -13px;
}

.panel-primary hr {
    border-color: #dfdfce;
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-primary .panel-body {
    background-color: #f9f9f5;
}

.panel-primary .nav-tabs > li > a, .panel-primary .nav-tabs > li > a:hover, .panel-primary .nav-tabs > li > a:focus {
    padding: 10px 15px 6px 15px;
    font-size: 10px;
    color: #525247;
    background: transparent;
    text-transform: uppercase;
}

.panel-primary .nav-tabs .active > a, .panel-primary .nav-tabs .active > a:hover, .panel-primary .nav-tabs .active > a:focus {
    background: #f9f9f5;
}

.panel-green {
    border-color: #e3e3e3;
}

.panel-primary {
    border-color: #e3e3e3;
}

.panel-green .panel-heading {
    position: relative;
    background: #94c5a4;
}

    .panel-green .panel-heading .panel-title {
        color: white;
        font-family: "OpenSansRegular", Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
    }

.bg-success {
    color: #409c5c;
}

.input-group-btn .btn {
    padding-top: 7px;
    padding-bottom: 7px;
}

/**
 *   Template 
 */
h1 {
    font-family: "OpenSansLight", Arial, sans-serif;
}

h2 {
    font-family: "OpenSansLight", Arial, sans-serif;
    margin-bottom: 25px;
}

h3 {
    font-family: "OpenSansLight", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

label {
    font-weight: normal;
}

legend {
    padding: 20px 0;
    font-size: 18px;
}

.form-group .datepicker {
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 2;
    display: block;
    width: 17px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}

.icon {
    background-image: url("../img/sprite.icons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle;
    margin-right: 0;
}

    .icon.settings {
        width: 18px;
        height: 19px;
    }

    .icon.prev {
        width: 6px;
        height: 11px;
        background-position: -1px -163px;
    }

    .icon.print {
        width: 15px;
        height: 13px;
        background-position: 0 -72px;
    }

    .icon.delete {
        width: 13px;
        height: 14px;
        background-position: 0 -101px;
    }

    .icon.delete-small {
        width: 9px;
        height: 9px;
        background-position: -41px -122px;
    }

a:hover > .icon.delete-small, a:focus > .icon.delete-small {
    background-position: -41px -141px;
}

.icon.edit {
    width: 13px;
    height: 13px;
    background-position: 0 -131px;
    margin-left: 5px;
}

.icon.doc {
    width: 17px;
    height: 21px;
    background-position: 0 -253px;
}

.icon.warning {
    width: 20px;
    height: 18px;
    background-position: 0 -302px;
}

.icon.datepicker {
    width: 17px;
    height: 21px;
    background-position: -1px -350px;
}

.icon.close {
    width: 16px;
    height: 16px;
    background-position: -33px -219px;
    float: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-shadow: inherit;
    filter: inherit;
    opacity: inherit;
}

.icon.filter {
    width: 15px;
    height: 17px;
    background-position: -1px -391px;
}

.icon.file-pdf {
    width: 23px;
    height: 30px;
    background-position: -27px -249px;
}

.icon.file-csv {
    width: 28px;
    height: 30px;
    background-position: -22px -285px;
}

.icon.file-xml {
    width: 28px;
    height: 30px;
    background-position: -22px -322px;
}

.icon.file-xlsx {
    width: 30px;
    height: 32px;
    margin-top: -1px;
    margin-bottom: -1px;
    background-position: -20px -357px;
}

.icon.status-good {
    width: 26px;
    height: 21px;
    background-position: 0 -416px;
}

.icon.status-fine {
    width: 26px;
    height: 21px;
    background-position: 0 -446px;
}

.icon.status-bad {
    width: 26px;
    height: 21px;
    background-position: 0 -478px;
}

.icon.status-critical {
    width: 26px;
    height: 21px;
    background-position: 0 -510px;
}

.icon.mini {
    width: 18px;
    height: 17px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #6891c8;
    background-position: 200px 200px;
    margin-left: 5px;
    text-align: center;
    color: white;
}

a:hover > .icon.mini, a:focus > .icon.mini {
    background-color: #548bd4;
}

.icon.mini.add {
    background-position: -37px -189px;
}

.icon.mini.delete {
    background-position: -37px -99px;
}

.icon.mini.disabled, a:hover > .icon.mini.disabled, a:focus > .icon.mini.disabled {
    background-color: #bcbcbc;
}

.icon.printer-color {
    width: 51px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.icon.printer-bw {
    width: 51px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: 0 -40px;
}

.icon.printer-multicolor {
    width: 47px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: -55px 0;
}

.icon.printer-multibw {
    width: 47px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: -55px -40px;
}

.icon.printer-color-pin {
    width: 51px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    animation-name: bounce;
    animation-duration: 1s;
    transform: scale(0.7, 0.7);
    margin-top: -4px;
    margin-left: 2px;
}

.icon.printer-bw-pin {
    width: 51px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: 0 -40px;
    animation-name: bounce;
    animation-duration: 1s;
    transform: scale(0.7, 0.7);
    margin-top: -4px;
    margin-left: 2px;
}

.icon.printer-multicolor-pin {
    width: 47px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: -55px 0;
    animation-name: bounce;
    animation-duration: 1s;
    transform: scale(0.7, 0.7);
    margin-top: -4px;
    margin-left: 3px;
}

.icon.printer-multibw-pin {
    width: 47px;
    height: 35px;
    background-image: url("../img/sprite.printers.png");
    background-repeat: no-repeat;
    background-position: -55px -40px;
    animation-name: bounce;
    animation-duration: 1s;
    transform: scale(0.7, 0.7);
    margin-top: -4px;
    margin-left: 3px;
}

.icon.val {
    width: 27px;
    height: 26px;
    background-position: 0 -543px;
}

.icon.active {
    width: 8px;
    height: 9px;
    background-position: -42px -20px;
}

.icon.offline {
    width: 8px;
    height: 9px;
    background-position: -10px -774px;
}

.icon.retired {
    width: 8px;
    height: 9px;
    background-position: 0px -774px;
}

.icon.important {
    width: 13px;
    height: 13px;
    background-position: -37px -69px;
}

.icon.login {
    width: 100%;
    height: 24px;
    background-position: center -608px;
}

.icon.search {
    width: 13px;
    height: 11px;
    background-position: 0 -640px;
}

.icon.widget-usage {
    width: 43px;
    height: 44px;
    background-image: url("../img/sprite.widgets.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.icon.widget-energy {
    width: 43px;
    height: 44px;
    background-image: url("../img/sprite.widgets.png");
    background-repeat: no-repeat;
    background-position: 0 -64px;
}

.icon.trend-up-bad {
    width: 12px;
    height: 17px;
    background-position: -38px -700px;
}

.icon.trend-down-bad {
    width: 12px;
    height: 17px;
    background-position: -1px -700px;
}

.icon.trend-up-neutral {
    width: 12px;
    height: 17px;
    background-position: -1px -727px;
}

.icon.trend-down-neutral {
    width: 12px;
    height: 17px;
    background-position: -19px -727px;
}

.icon.trend-up-good {
    width: 12px;
    height: 17px;
    background-position: -1px -754px;
}

.icon.trend-down-good {
    width: 12px;
    height: 17px;
    background-position: -38px -754px;
}

.icon.trend-right-neutral {
    width: 17px;
    height: 13px;
    background-position: -32px -780px;
}

.icon.download {
    width: 23px;
    height: 29px;
    background-image: url("../img/download.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .icon.download.list {
        margin: 0 0 10px 10px;
    }

.ext {
    background-image: url("../img/sprite.icons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle;
    background-position: right -589px;
    padding-right: 15px;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .min190 {
        min-height: 210px;
    }

    .min150 {
        min-height: 170px;
    }
}

@media (min-width: 1200px) {
    .min190 {
        min-height: 190px;
    }

    .min150 {
        min-height: 150px;
    }
}

.loader {
    -webkit-animation: loader 1.4s infinite linear;
    -o-animation: loader 1.4s infinite linear;
    animation: loader 1.4s infinite linear;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    background: -moz-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 42%);
    overflow: hidden;
    text-indent: -100%;
    white-space: nowrap;
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: white;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }

    .loader:after {
        background: #36455b;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .loader.primary {
        background: #36455b;
        background: -moz-linear-gradient(left, #36455b 10%, rgba(54, 69, 91, 0) 42%);
        background: -webkit-linear-gradient(left, #36455b 10%, rgba(54, 69, 91, 0) 42%);
        background: -o-linear-gradient(left, #36455b 10%, rgba(54, 69, 91, 0) 42%);
        background: -ms-linear-gradient(left, #36455b 10%, rgba(54, 69, 91, 0) 42%);
        background: linear-gradient(to right, #36455b 10%, rgba(54, 69, 91, 0) 42%);
    }

        .loader.primary:before {
            background: #36455b;
        }

        .loader.primary:after {
            background: white;
        }

.btn .icon {
    vertical-align: top;
}

    .btn .icon.prev {
        margin-top: 3px;
    }

    .btn .icon.print {
        margin-top: 2px;
    }

    .btn .icon.delete {
        margin-top: 1px;
    }

    .btn .icon.edit {
        margin-top: 2px;
    }

.btnresponse {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
    padding: 6px 20px;
    font-size: 11px;
}

.heading {
    border-bottom: 2px solid #657a98;
    margin: 20px 0 15px 0;
}

    .heading:before, .heading:after {
        content: " ";
        display: table;
    }

    .heading:after {
        clear: both;
    }

    .heading h1 {
        font-family: "OpenSansLight", Arial, sans-serif;
        color: #4c4c4c;
        margin: 0 0 10px 0;
    }

    .heading p {
        margin: 15px 0 0 0;
    }

    .heading time {
        font-weight: bold;
        font-size: 17px;
    }

    .heading.green {
        border-color: #94c5a4;
    }

@media (min-width: 1200px) {
    .green .heading .dropdown-toggle {
        display: none;
    }

    .green .heading .dropdown-menu {
        display: block;
    }
}

.table-primary {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

    .table-primary thead > tr > th {
        font-weight: normal;
        color: white;
        background-color: #5f5f5f;
        border: 0;
    }

    .table-primary tbody > tr > td {
        border-left: 1px solid #f1f1f1;
        color: dimgray;
    }

        .table-primary tbody > tr > td:first-child, .table-primary tbody > tr > td.noborder {
            border-left: 0;
        }

    .table-primary tfoot > tr > th,
    .table-primary tfoot > tr > td {
        border-left: 1px solid #f1f1f1;
        border-top: 1px solid #5f5f5f;
        font-weight: normal;
    }

        .table-primary tfoot > tr > th:first-child, .table-primary tfoot > tr > th.noborder,
        .table-primary tfoot > tr > td:first-child,
        .table-primary tfoot > tr > td.noborder {
            border-left: 0;
        }

.table-primary--head-only {
    margin: 0;
    border-bottom: 0;
}

.table-primary--inner-scroll {
    border-left: 0;
    border-right: 0;
    margin-bottom: -1px;
}

.jspScroll--table-primary {
    border: 1px solid #d2d2d2;
    border-top: 0;
}

.table-clear {
    margin-top: 30px;
}

    .table-clear > thead > tr > th {
        background: #f4f4f1;
        border-bottom: 0;
        font-size: 12px;
    }

    .table-clear > tbody > tr > td {
        vertical-align: middle;
        border-bottom: 1px solid #d6d9dc;
        border-top: 0;
    }

.table-panel {
    width: 100%;
    max-width: 100%;
}

    .table-panel > thead > tr > th,
    .table-panel > thead > tr > td,
    .table-panel > tbody > tr > th,
    .table-panel > tbody > tr > td,
    .table-panel > tfoot > tr > th,
    .table-panel > tfoot > tr > td {
        border: 1px solid #e3e3e3;
        padding: 10px 15px;
    }

    .table-panel > thead > tr > th,
    .table-panel > thead > tr > td {
        background: #f4f4f1;
        color: #4c4c4c;
        font-size: 10px;
        font-weight: bold;
    }

    .table-panel > thead > tr > th {
        border-top: 0;
    }

        .table-panel > thead > tr > th:first-child {
            border-left: 0;
        }

        .table-panel > thead > tr > th:last-child {
            border-right: 0;
        }

    .table-panel > tbody > tr > th,
    .table-panel > tbody > tr > td {
        border-top: 0;
        border-bottom: 0;
        font-size: 10px;
    }

        .table-panel > tbody > tr > th:first-child,
        .table-panel > tbody > tr > td:first-child {
            border-left: 0;
        }

        .table-panel > tbody > tr > th:last-child,
        .table-panel > tbody > tr > td:last-child {
            border-right: 0;
        }

    .table-panel > tbody > tr:last-child > td,
    .table-panel > tbody > tr:last-child > th {
        border-bottom: 0;
    }

.panel-green .table-panel > thead > tr > th,
.panel-green .table-panel > thead > tr > td {
    background: #f9f9f5;
    color: #70a280;
    font-size: 13px;
    font-weight: normal;
    vertical-align: bottom;
    text-transform: uppercase;
}

.panel-green .table-panel > tbody > tr > th,
.panel-green .table-panel > tbody > tr > td {
    font-size: 13px;
}

.table-models {
    margin: 0;
    background: transparent;
}

    .table-models,
    .table-models td,
    .table-models th {
        background: transparent;
        font-size: 10px;
    }

        .table-models .icon {
            -webkit-transform: scale(0.7, 0.7);
            -ms-transform: scale(0.7, 0.7);
            -o-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
        }

        .table-models strong {
            display: block;
            text-align: center;
            font-size: 16px;
        }

.table .table-models {
    background: transparent;
}

.table-counters {
    width: 100%;
    max-width: 100%;
}

    .table-counters th,
    .table-counters td {
        padding: 10px 15px;
    }

    .table-counters .w25 {
        width: 25px;
    }

    .table-counters > thead > tr > th,
    .table-counters > thead > tr > td {
        background: #dededb;
        color: #4c4c4c;
        font-weight: bold;
    }

    .table-counters > tbody > tr > th,
    .table-counters > tbody > tr > td {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #deded8;
    }

        .table-counters > tbody > tr > th.noborder,
        .table-counters > tbody > tr > td.noborder {
            border: 0;
        }

    .table-counters > tbody > tr > th {
        color: #6e6e6e;
        font-weight: normal;
        background-color: #f4f4f1;
    }

.extrapadding > tbody > tr > th,
.extrapadding > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropleft .dropdown-toggle.btn-default, .dropleft .dropdown-toggle.btn-default:hover, .dropleft .dropdown-toggle.btn-default:active {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    width: 40px;
    height: 38px;
    border: 0;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
    border-color: transparent;
}

.dropleft .dropdown-menu {
    -webkit-box-shadow: 0px 0 3px #989885;
    box-shadow: 0px 0 3px #989885;
    right: 100%;
    left: auto;
    top: 0;
    min-width: 0;
    width: auto;
    padding: 0 40px 0 0;
    margin: 0 -40px 0 0;
    white-space: nowrap;
    border-radius: 0;
}

    .dropleft .dropdown-menu > li {
        display: inline-block;
        margin-right: -3px;
        border-right: 1px solid #d7d7d7;
    }

        .dropleft .dropdown-menu > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            color: #4588d4;
            background-color: white;
        }

            .dropleft .dropdown-menu > li > a:hover, .dropleft .dropdown-menu > li > a:focus {
                background-color: #f4f4f1;
            }

.dropleft.open .dropdown-toggle.btn-default {
    z-index: 1001;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.dropbottom .dropdown-menu {
    -webkit-box-shadow: 0px 0 3px #989885;
    box-shadow: 0px 0 3px #989885;
    border-radius: 0;
    margin-top: -1px;
    padding: 0;
    /*
  > li{
      display:inline-block;
      
      > a{
          padding-top:8px;
          padding-bottom:8px;
          color:$dropleft-button-color;
          background-color:$dropleft-button-bg;
          
          &:hover,
          &:focus{
              background-color:$dropleft-button-hover-bg;
          }
      }
    
  }
  */
}

    .dropbottom .dropdown-menu > li {
        border-top: 1px solid #eeeeee;
    }

        .dropbottom .dropdown-menu > li > a {
            font-weight: normal;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .dropbottom .dropdown-menu > li:first-child {
            border-top: 0;
        }

.dropbottom.open .dropdown-toggle.btn-default {
    -webkit-box-shadow: 0px 0 3px #989885;
    box-shadow: 0px 0 3px #989885;
    background-color: white;
    z-index: inherit;
}

    .dropbottom.open .dropdown-toggle.btn-default:after, .dropbottom.open .dropdown-toggle.btn-default:focus:after, .dropbottom.open .dropdown-toggle.btn-default:hover:after {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        height: 5px;
        width: 100%;
        background: white;
        z-index: 1001;
    }

.filtertable {
    padding: 15px;
}

    .filtertable .form-inline legend,
    .filtertable .form-inline .legend {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        vertical-align: middle;
        border: 0;
        width: auto;
        margin-right: 20px;
        font-size: 15px;
        color: #333333;
    }

    .filtertable .form-inline label {
        margin-right: 5px;
        margin-left: 5px;
    }

    .filtertable .form-inline .form-group {
        margin-right: 20px;
    }

.filter-inline .form-inline {
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
}

    .filter-inline .form-inline legend,
    .filter-inline .form-inline .legend {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        vertical-align: middle;
        border: 0;
        width: auto;
        margin-right: 20px;
        font-size: 15px;
        color: #333333;
    }

    .filter-inline .form-inline label {
        margin-right: 5px;
        margin-left: 5px;
    }

    .filter-inline .form-inline .form-group {
        margin-right: 5px;
    }

        .filter-inline .form-inline .form-group:last-child,
        .filter-inline .form-inline .form-group .last {
            margin-right: 0;
        }

.filter-inline.w535 {
    width: 535px;
}

.filter-inline.w580 {
    width: 580px;
}

@media (min-width: 1200px) {
    .filter-inline {
        position: relative;
        border: 0;
        box-shadow: 0 0 0 white;
        padding: 0;
        margin: 0;
    }

        .filter-inline .form-inline {
            padding: 0;
        }
}

.multiselect-trigger {
    display: block;
}

.fullwidthnav {
    -webkit-box-shadow: inset 0 0 3px #deded8;
    box-shadow: inset 0 0 3px #deded8;
    margin-left: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    padding: 30px 15px 0 30px;
    background-color: #ebebe7;
}

    .fullwidthnav > li > a {
        color: #757575;
    }

        .fullwidthnav > li > a, .fullwidthnav > li > a:hover {
            color: #3e3e3e;
            background-color: transparent;
        }

    .fullwidthnav .active > a, .fullwidthnav .active > a:hover, .fullwidthnav .active > a:active {
        color: #3e3e3e;
    }

.dashboard {
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.dashboard-heading {
    font-family: "OpenSansLight", Arial, sans-serif;
    color: #4c4c4c;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}

.dashboard .section-line {
    border-bottom: 1px solid #f4f4f1;
}

.dashboard .mibson {
    padding: 20px 0;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    border-top: 1px solid #f4f4f1;
}

    .dashboard .mibson p {
        margin: 0;
        overflow: hidden;
    }

    .dashboard .mibson .points {
        font-family: "OpenSansExtraBold", Arial, sans-serif;
        text-align: center;
    }

        .dashboard .mibson .points strong {
            border-top-right-radius: 100%;
            border-top-left-radius: 100%;
            border-bottom-right-radius: 100%;
            border-bottom-left-radius: 100%;
            display: inline-block;
            *display: inline;
            margin-right: -4px;
            zoom: 1;
            font-size: 26px;
            line-height: 1.6;
            color: white;
            padding: 10px;
            margin: 5px 0;
            min-width: 60px;
            min-height: 60px;
            background: #4588d4;
        }

        .dashboard .mibson .points small {
            display: block;
            font-size: 12px;
            line-height: 1;
            text-transform: lowercase;
            font-weight: bold;
            color: #4588d4;
        }

    .dashboard .mibson .help {
        width: 20px;
        height: 20px;
        border-top-right-radius: 100%;
        border-top-left-radius: 100%;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
        display: block;
        border: 1px solid #b1b19b;
        text-decoration: none;
        margin-left: 10px;
        line-height: 17px;
        background-color: white;
        text-align: center;
    }

        .dashboard .mibson .help:hover, .dashboard .mibson .help:focus {
            background-color: #deded8;
        }

.dashboard .mibson-left, .dashboard .mibson-center, .dashboard .mibson-right {
    display: inline-block;
    *display: inline;
    margin-right: -6px;
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.dashboard .mibson-center {
    width: 100%;
    margin: 10px 0;
}

@media (min-width: 992px) {
    .dashboard .mibson-center {
        width: 25%;
        margin: 0;
    }

    .dashboard .mibson-left {
        width: 25%;
        text-align: left;
        padding-right: 20px;
    }

    .dashboard .mibson-right {
        width: 50%;
        text-align: left;
        padding-left: 20px;
    }
}

.dashboard .list-group {
    margin: 0;
}

.dashboard .list-group-item {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

    .dashboard .list-group-item .media-body {
        color: #4c4c4c;
        text-align: left;
    }

        .dashboard .list-group-item .media-body p {
            margin: 0;
        }

        .dashboard .list-group-item .media-body .highlight {
            color: #4588d4;
        }

.dashboard .info {
    text-align: center;
    padding: 0 0 30px 0;
    font-size: 15px;
}

    .dashboard .info p {
        margin-bottom: 0;
    }

.dashboard-left, .dashboard-right {
    display: table-cell;
    table-layout: fixed;
    vertical-align: middle;
    width: 50%;
}

.dashboard-left {
    padding-right: 30px;
}

.dashboard-right {
    padding-left: 30px;
    border-left: 1px solid #f4f4f1;
    margin-left: -1px;
}

.dashboard-contracts-list {
    border-bottom: 1px solid #e1e1e1;
    color: #696969;
    line-height: 28px;
    overflow: hidden;
    padding: 0 5px 10px 5px;
    position: relative;
    margin: 0 0 13px;
}

    .dashboard-contracts-list > table {
        width: 100%;
    }

    .dashboard-contracts-list:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 10%;
        right: 10%;
        height: 5px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-top-right-radius: 100%;
        border-top-left-radius: 100%;
        z-index: 1;
    }

.dashboard-contracts-footer {
    color: #4889cf;
    margin-top: 5px;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    text-align: center;
}

.dashboard-contracts-footer__count {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.dashboard-contracts-footer table {
    width: 100%;
    table-layout: fixed;
}

.dashboard-contracts-footer td {
    border-left: 1px solid #e1e1e1;
    padding: 0 5px 5px;
    vertical-align: top;
}

    .dashboard-contracts-footer td:first-child {
        border-left: 0;
    }

.greenparams {
    margin-bottom: 20px;
    margin-top: 30px;
}

    .greenparams .col-f {
        width: 25%;
        border-right: 1px solid #deded8;
        overflow: hidden;
    }

        .greenparams .col-f:first-child {
            border-left: 1px solid #deded8;
        }

    .greenparams .label {
        font-size: 15px;
        color: #b1b19b;
        font-weight: bold;
    }

        .greenparams .label span {
            color: #5f5f5f;
        }

    .greenparams .param {
        padding: 15px;
        padding-bottom: 0;
        color: #b1b19b;
    }

        .greenparams .param p {
            margin: 0;
        }

.trends {
    color: #4c4c4c;
}

.trends-heading h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.trends-params {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    border-top: 1px solid #deded8;
    border-bottom: 1px solid #deded8;
}

    .trends-params .col-f {
        width: 25%;
        border-left: 1px solid #deded8;
        overflow: hidden;
    }

        .trends-params .col-f:first-child {
            border-left: 0;
        }

    .trends-params .trend {
        display: inline-block;
        width: 17px;
        position: absolute;
        left: 0;
    }

    .trends-params .label {
        display: inline-block;
        padding-left: 17px;
        position: relative;
    }

        .trends-params .label strong {
            font-size: 18px;
        }

    .trends-params .label--nopadding {
        padding-left: 0;
    }

    .trends-params .icon {
        top: 50%;
        margin-top: -9px;
    }

    .trends-params .param {
        padding: 5px;
        text-align: center;
    }

@media (max-width: 1199px) {
    .trends-params {
        /*
        .param{
            padding-left:32px;
        }
        
        .icon{
            margin-left:-17px;
            float:left;
        }
        */
    }
}

.device,
.device .device-body {
    overflow: hidden;
    zoom: 1;
}

    .device .icon {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }

    .device .pull-right {
        margin-left: 10px;
    }

    .device .device-body {
        text-align: center;
        color: #4c4c4c;
    }

        .device .device-body strong {
            display: block;
            font-size: 16px;
            line-height: 1;
            margin-top: 5px;
        }

        .device .device-body p {
            display: block;
            font-size: 10px;
            line-height: 1;
        }

@media (min-width: 992px) {
    .deviceoverview {
        min-height: 175px;
    }
}

.deviceoverview h5 {
    color: dimgray;
    font-size: 13px;
    text-align: center;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.deviceoverview-heading {
    position: relative;
    color: dimgray;
    text-align: center;
    border-bottom: 1px solid #f4f4f1;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    overflow: hidden;
}

    .deviceoverview-heading strong {
        font-size: 20px;
    }

    .deviceoverview-heading:after {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        border-top-right-radius: 100%;
        border-top-left-radius: 100%;
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -5px;
        height: 5px;
        left: 10%;
        right: 10%;
    }

.deviceoverview-left, .deviceoverview-right {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
}

.deviceoverview-left {
    width: 50%;
    padding-right: 20px;
    border-right: 1px solid #f4f4f1;
}

.deviceoverview-right {
    width: 50%;
    padding-left: 15px;
    border-left: 1px solid #f4f4f1;
    margin-left: -1px;
}

.devices-charts .col-left,
.devices-charts .col-right {
    position: relative;
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    padding: 15px 15px 10px 0;
    vertical-align: top;
    width: 50%;
    border-bottom: 1px solid #e3e3e3;
}

    .devices-charts .col-left .title,
    .devices-charts .col-right .title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 12px;
        margin-bottom: 18px;
    }

.devices-charts .col-right {
    border-left: 1px solid #e3e3e3;
    padding-left: 10px;
}

    .devices-charts .col-right .title {
        margin-left: 25px;
    }

.devices-table {
    margin: 30px 0 0 0;
}

    .devices-table h4 {
        margin: 0;
        font-weight: bold;
    }

    .devices-table .devices-header {
        margin: 0 15px 20px 0;
    }

        .devices-table .devices-header:before, .devices-table .devices-header:after {
            content: " ";
            display: table;
        }

        .devices-table .devices-header:after {
            clear: both;
        }

        .devices-table .devices-header a {
            text-decoration: none;
            font-size: 12px;
            color: #9d9d9d;
            margin-left: 15px;
        }

            .devices-table .devices-header a:hover {
                color: #4588d4;
            }

                .devices-table .devices-header a:hover .icon {
                    background-color: #548bd4;
                }

.devicedsc {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #657a98;
}

    .devicedsc .icon.edit {
        display: none;
        background-color: transparent;
    }

    .devicedsc dt,
    .devicedsc dd {
        line-height: 1.8;
    }

        .devicedsc dt.fullwidth,
        .devicedsc dd.fullwidth {
            clear: both;
            margin-left: 0;
            width: 100%;
        }

    .devicedsc .dl-horizontal dt {
        font-weight: normal;
        text-align: left;
        color: #6e6e6e;
    }

    .devicedsc .dl-horizontal dd {
        text-overflow: ellipsis;
    }

        .devicedsc .dl-horizontal dd:hover .icon.edit {
            display: inline-block;
        }

@media (max-width: 1199px) {
    .devicedsc .dl-horizontal dt {
        width: 100px;
    }

    .devicedsc .dl-horizontal dd {
        margin-left: 120px;
    }

        .devicedsc .dl-horizontal dd.fullwidth {
            clear: both;
            margin-left: 0;
            width: 100%;
        }
}

@media (max-width: 767px) {
    .devicedsc .dl-horizontal dt {
        width: 100%;
    }

    .devicedsc .dl-horizontal dd {
        margin-left: 0;
    }
}

.devicedsc .editable {
    color: #b1b19b;
    cursor: pointer;
}

    .devicedsc .editable:hover, .devicedsc .editable:focus {
        color: #232323;
        text-decoration: underline;
    }

.devicedsc-scope {
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
}

    .devicedsc-scope .points {
        font-family: "OpenSansExtraBold", Arial, sans-serif;
    }

        .devicedsc-scope .points strong {
            border-top-right-radius: 100%;
            border-top-left-radius: 100%;
            border-bottom-right-radius: 100%;
            border-bottom-left-radius: 100%;
            display: inline-block;
            *display: inline;
            margin-right: -4px;
            zoom: 1;
            font-size: 26px;
            line-height: 1.6;
            color: white;
            padding: 10px;
            margin: 5px 0;
            min-width: 60px;
            min-height: 60px;
            background: #4588d4;
            text-align: center;
        }

        .devicedsc-scope .points small {
            display: block;
            font-size: 12px;
            line-height: 1;
            text-transform: lowercase;
            font-weight: bold;
            color: #4588d4;
            padding-right: 10px;
        }

    .devicedsc-scope p {
        margin: 0;
    }

@media (min-width: 992px) {
    .devicedsc .col-md-9.scoreseparator {
        border-right: 1px solid #c7c7b8;
        margin-right: -1px;
    }

    .devicedsc .col-md-3.scoreseparator {
        border-left: 1px solid #c7c7b8;
    }
}

.device-situation {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.device-situation-left, .device-situation-right {
    display: table-cell;
    table-layout: fixed;
    vertical-align: middle;
}

.device-situation-left {
    width: 60%;
    padding-right: 30px;
    border-right: 1px solid #c7c7b8;
}

.device-situation-right {
    width: 40%;
    padding-left: 30px;
}

.device-situation h4 {
    color: #7eac84;
    font-weight: bold;
    font-size: 13px;
    margin-top: 0;
}

.device-situation ul {
    padding: 20px;
    color: #5f5f5f;
}

    .device-situation ul strong {
        color: #232323;
    }

.device-situation p:last-child {
    margin-bottom: 0;
}

.devicemanager a {
    color: #9d9d9d;
    font-size: 12px;
}

.devicemanager-header {
    padding-bottom: 20px;
    border-bottom: 2px solid #657a98;
}

    .devicemanager-header:before, .devicemanager-header:after {
        content: " ";
        display: table;
    }

    .devicemanager-header:after {
        clear: both;
    }

    .devicemanager-header h3 {
        margin: 0;
        color: #4c4c4c;
        font-size: 22px;
    }

.devicemanager .list-group-item {
    border-radius: 0;
}

    .devicemanager .list-group-item > .row {
        margin-bottom: 10px;
    }

    .devicemanager .list-group-item p {
        margin-bottom: 5px;
    }

        .devicemanager .list-group-item p:last-child {
            margin-bottom: 0;
        }

.devicemanager .list-group-item-heading {
    font-weight: bold;
}

.devicemanager .list-group-item-text span {
    color: #6e6e6e;
}

.devicemanager .list-group-item-text .small {
    font-size: 10px;
}

.devicemanager .list-group-item:first-child {
    border-top: 0;
}

.devicemanager-right .devicemanager-header {
    border-bottom-color: #f0c7c7;
}

    .devicemanager-right .devicemanager-header h3 {
        color: #d75757;
    }

.devicemanager-right .list-group-item {
    color: #6e6e6e;
}

.utilization {
    position: relative;
    margin: 100px 0 0 0;
}

@media (min-width: 992px) {
    .utilization {
        min-height: 25px;
    }
}

.utilization-current {
    width: 87px;
    height: 100px;
    position: absolute;
    top: -90px;
    left: 0;
    margin-left: -43px;
    background: url("../img/bg.utilization.val.png") no-repeat 0 0;
    z-index: 2;
}

    .utilization-current strong {
        display: block;
        line-height: 80px;
        font-family: "OpenSansLight", Arial, sans-serif;
        font-size: 26px;
        text-align: center;
    }

        .utilization-current strong abbr {
            font-size: 20px;
        }

.utilization-slider {
    position: relative;
    width: 100%;
}

    .utilization-slider:before, .utilization-slider:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 40px;
        width: 1px;
        margin-top: -20px;
        border-left: 1px solid #b1b19b;
        z-index: 1;
    }

    .utilization-slider:before {
        left: 0;
    }

    .utilization-slider:after {
        right: 1px;
    }

    .utilization-slider .info {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin-left: -17px;
        width: 34px;
        display: block;
        text-decoration: none;
        text-align: center;
        overflow: hidden;
    }

        .utilization-slider .info span {
            display: block;
            line-height: 2;
        }

        .utilization-slider .info .val {
            color: #646464;
            line-height: 35px;
            margin: 0 auto;
        }

    .utilization-slider .col-0-50,
    .utilization-slider .col-50-70,
    .utilization-slider .col-70-100,
    .utilization-slider .col-100 {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        position: relative;
        height: 25px;
        line-height: 25px;
        font-size: 9px;
        color: white;
        text-align: center;
    }

    .utilization-slider .col-0-50 {
        width: 22%;
        background-color: #fd9c35;
    }

    .utilization-slider .col-50-70 {
        width: 22%;
        background-color: #fec42c;
    }

    .utilization-slider .col-70-100 {
        width: 34%;
        background-color: #6fc050;
    }

    .utilization-slider .col-100 {
        width: 22%;
        background-color: #dd4444;
    }

@media (min-width: 992px) {
    .printed {
        min-height: 175px;
    }

        .printed.min190 {
            min-height: 190px;
        }
}

.printed .smallbar {
    margin: 5px 0 0 0;
}

.printed .smallbar-label {
    display: block;
    font-size: 8px;
    line-height: 1;
}

.printed .smallbar-val {
    display: block;
    color: #2f2f2f;
}

.printed .smallbar-bar {
    position: relative;
    height: 2px;
    width: 100%;
    border-top: 1px solid #deded4;
    background-color: transparent;
}

    .printed .smallbar-bar span {
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        position: absolute;
        top: -3px;
        left: 0;
        height: 4px;
        background-color: #5f5f5f;
    }

    .printed .smallbar-bar.green {
        border-color: #addb9b;
    }

        .printed .smallbar-bar.green span {
            background-color: #6fc050;
        }

    .printed .smallbar-bar.red {
        border-color: #ed9a9a;
    }

        .printed .smallbar-bar.red span {
            background-color: #dd4444;
        }

    .printed .smallbar-bar.toner-blue {
        border-color: #cdf3fd;
    }

        .printed .smallbar-bar.toner-blue span {
            background-color: #6bdbf9;
        }

    .printed .smallbar-bar.toner-red {
        border-color: #fdedf5;
    }

        .printed .smallbar-bar.toner-red span {
            background-color: #f490c2;
        }

    .printed .smallbar-bar.toner-yellow {
        border-color: #ebd80030;
    }

        .printed .smallbar-bar.toner-yellow span {
            background-color: #ebd800;
        }

    .printed .smallbar-bar.toner-black {
        border-color: #838383;
    }

        .printed .smallbar-bar.toner-black span {
            background-color: #505050;
        }

.printed .mediumbar {
    margin: 15px 0 0 0;
}

.printed .mediumbar-label, .printed .mediumbar-val {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle;
    line-height: 1;
}

.printed .mediumbar-label {
    color: #9a9a7f;
    margin-left: 10px;
}

.printed .mediumbar-bar {
    position: relative;
    height: 2px;
    width: 100%;
    margin-top: 5px;
    border-top: 1px solid #deded4;
    background-color: transparent;
}

    .printed .mediumbar-bar span {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        position: absolute;
        top: -3px;
        left: 0;
        height: 6px;
        background-color: #5f5f5f;
    }

    .printed .mediumbar-bar.green {
        border-color: #addb9b;
    }

        .printed .mediumbar-bar.green span {
            background-color: #6fc050;
        }

    .printed .mediumbar-bar.red {
        border-color: #ed9a9a;
    }

        .printed .mediumbar-bar.red span {
            background-color: #dd4444;
        }

    .printed .mediumbar-bar.yellow {
        border-color: #fee092;
    }

        .printed .mediumbar-bar.yellow span {
            background-color: #fec42c;
        }

    .printed .mediumbar-bar.toner-blue {
        border-color: #cdf3fd;
    }

        .printed .mediumbar-bar.toner-blue span {
            background-color: #6bdbf9;
        }

    .printed .mediumbar-bar.toner-red {
        border-color: #fdedf5;
    }

        .printed .mediumbar-bar.toner-red span {
            background-color: #f490c2;
        }

    .printed .mediumbar-bar.toner-yellow {
        border-color: #ebd80030;
    }

        .printed .mediumbar-bar.toner-yellow span {
            background-color: #ebd800;
        }

    .printed .mediumbar-bar.toner-black {
        border-color: #838383;
    }

        .printed .mediumbar-bar.toner-black span {
            background-color: #505050;
        }

.printed-page {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: relative;
    border: 1px solid #deded4;
    vertical-align: middle;
    width: 47%;
    margin-left: 6%;
    color: #959595;
}

    .printed-page.single-color {
        width: 100%;
    }

    .printed-page:first-child, .printed-page.bw {
        margin-left: 0;
    }

    .printed-page:after {
        width: 23px;
        height: 24px;
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        z-index: 1;
        background: white url("../img/sprite.printed.label.png") no-repeat 0 0;
    }

    .printed-page.color:after, .printed-page.single-color {
        background-position: 0 -24px;
    }

    .printed-page h5 {
        font-size: 13px;
        margin-top: 0;
    }

    .printed-page strong {
        display: block;
        color: #494949;
        font-size: 16px;
    }

.printed-page-body {
    position: relative;
    padding: 15px;
}

.printed-bar {
    margin: 10px 0 0 0;
}

    .printed-bar .val {
        position: relative;
        width: 100%;
        height: 12px;
        background: url("../img/sprite.printed.bar.png") no-repeat 0 0;
    }

        .printed-bar .val span {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            position: absolute;
            left: 0;
            top: 0;
            height: 12px;
            background: url("../img/sprite.printed.bar.png") no-repeat 100% -12px;
        }

            .printed-bar .val span.center {
                padding-right: 5px;
            }

            .printed-bar .val span.zero {
                padding-right: 9px;
            }

    .printed-bar .labels .label-left,
    .printed-bar .labels .label-right {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        vertical-align: top;
        color: #959595;
        overflow: hidden;
        text-align: center;
    }

    .printed-bar.top {
        margin-bottom: 10px;
    }

.printed-heading {
    color: #9a9a7f;
    font-weight: bold;
}

    .printed-heading strong {
        font-size: 16px;
        color: #494949;
    }

.printed-footer {
    padding-top: 10px;
    text-align: center;
}

.printed.w150 {
    width: 150px;
}

.printed.mini {
    font-size: 12px;
}

@media (min-width: 992px) {
    .printed.mini {
        min-height: 0;
    }
}

.printed.mini p {
    margin: 0;
}

.printed.mini .smallbar-label, .printed.mini .smallbar-val {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle;
    line-height: 1;
}

.printed.mini .smallbar-label {
    font-size: 12px;
    color: #9a9a7f;
    margin-left: 10px;
}

.printed.mini .smallbar-bar {
    margin: 5px 0 0 0;
}

.printed.mini .smallbar.bottom {
    margin-bottom: 5px;
}

.printed.mini .printed-page:after {
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    right: -5px;
    top: -5px;
}

.printed.mini .printed-page strong {
    margin: 0 0 10px 0;
    font-size: 12px;
}

.printed.mini .printed-page h5 {
    font-weight: bold;
}

.printed.mini .printed-page em {
    font-style: normal;
    font-weight: bold;
    color: #5f5f5f;
}

.printed.mini .printed-page p {
    font-size: 9px;
}

.printed.mini .printed-page-body {
    padding: 5px;
}

.printed.mini .printed-bar {
    margin: 0 0 5px 0;
}

.equipment {
    color: #232323;
}

.equipment-title {
    margin-bottom: 10px;
}

    .equipment-title h5 {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        color: #ff0c0c;
    }

    .equipment-title .icon {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        vertical-align: middle;
        margin-right: 5px;
    }

    .equipment-title .important {
        margin-top: 2px;
    }

.equipment p {
    font-size: 15px;
}

.equipment .ext {
    margin-right: 0;
    color: #6e6e6e;
    font-size: 10px;
}

.power-val {
    color: #9a9a7f;
    font-weight: bold;
}

    .power-val strong {
        font-size: 16px;
        color: #494949;
    }

.power dt,
.power dd {
    line-height: 1.8;
}

.power .dl-horizontal {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #deded4;
}

    .power .dl-horizontal dt {
        font-weight: normal;
        text-align: left;
        color: #6e6e6e;
    }

    .power .dl-horizontal dd {
        text-overflow: ellipsis;
    }

        .power .dl-horizontal dd:hover .icon.edit {
            display: inline-block;
        }

@media (max-width: 1199px) {
    .power .dl-horizontal dt {
        width: 100px;
    }

    .power .dl-horizontal dd {
        margin-left: 120px;
    }
}

@media (max-width: 767px) {
    .power .dl-horizontal dt {
        width: 100%;
    }

    .power .dl-horizontal dd {
        margin-left: 0;
    }
}

.usage-list,
.alerts-list {
    text-align: right;
    margin: 0;
}

    .usage-list .label,
    .usage-list .val,
    .alerts-list .label,
    .alerts-list .val {
        float: left;
        width: 40%;
        overflow: hidden;
    }

    .usage-list .label,
    .alerts-list .label {
        color: #6e6e6e;
        text-align: left;
        width: 60%;
    }

    .usage-list li,
    .alerts-list li {
        padding: 3px 0;
        border-top: 1px solid #deded4;
        font-weight: normal;
    }

        .usage-list li:before, .usage-list li:after,
        .alerts-list li:before,
        .alerts-list li:after {
            content: " ";
            display: table;
        }

        .usage-list li:after,
        .alerts-list li:after {
            clear: both;
        }

        .usage-list li:first-child,
        .alerts-list li:first-child {
            border-top: 0;
        }

.widget {
    border-color: #e3e3e3;
}

.widget-txt {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .widget-txt p:last-child {
        margin-bottom: 0;
    }

.widget-icon {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .widget .row-table {
        min-height: 110px;
    }
}

.container-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    background: white;
}

    .container-overlay .loader {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
    }

.container-overlay--loginscreen {
    top: 56px;
    /* 55 + 1 for border */
    height: auto;
    bottom: 0;
}

.row-table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

    .row-table > [class*=col-] {
        display: table-cell;
        float: none;
        table-layout: fixed;
        vertical-align: middle;
    }

@media (min-width: 992px) {
    .md-prepend-3 {
        padding-right: 340px;
    }
}

.colfix-md-3 {
    position: relative;
    float: right;
}

@media (min-width: 992px) {
    .colfix-md-3 {
        width: 310px;
        margin-right: -325px;
        padding-left: 0;
        padding-right: 0;
    }
}

.clickable {
    cursor: pointer;
}

#rightsidebar .panel table {
    width: 100%;
    max-width: 100%;
}

    #rightsidebar .panel table th,
    #rightsidebar .panel table td {
        padding: 8px;
    }

#rightsidebar .panel .panel-heading:before, #rightsidebar .panel .panel-heading:after {
    content: " ";
    display: table;
}

#rightsidebar .panel .panel-heading:after {
    clear: both;
}

#rightsidebar .panel .panel-heading h4 {
    vertical-align: bottom;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969662;
}

#rightsidebar .panel .panel-heading .nav-tabs {
    vertical-align: bottom;
}

#rightsidebar .panel .panel-body {
    padding-left: 10px;
    padding-right: 10px;
}

#rightsidebar .panel#totalcostofownership .panel-heading {
    background-color: #eeefe3;
    padding-bottom: 0;
    border-bottom: 1px solid #dfdfce;
}

    #rightsidebar .panel#totalcostofownership .panel-heading h4 {
        text-align: left;
        line-height: 1.4;
    }

    #rightsidebar .panel#totalcostofownership .panel-heading .nav-tabs {
        margin-bottom: -1px;
        text-align: right;
    }

        #rightsidebar .panel#totalcostofownership .panel-heading .nav-tabs > li {
            display: inline-block;
            *display: inline;
            margin-right: -4px;
            zoom: 1;
            float: none;
        }

#rightsidebar .panel#totalcostofownership hr {
    margin-left: 5px;
    margin-right: 5px;
}

#rightsidebar .panel#summary h4 {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfce;
}

#rightsidebar .panel#summary .panel-heading {
    background-color: #f9f9f5;
    border: 0;
    padding-bottom: 0;
}

#rightsidebar .panel#greenpower h4 {
    width: 100%;
    color: #70a280;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfce;
}

#rightsidebar .panel#greenpower .panel-heading {
    background-color: #f9f9f5;
    border: 0;
    padding-bottom: 0;
}

#rightsidebar .panel#files .panel-heading {
    background-color: transparent;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

    #rightsidebar .panel#files .panel-heading:before, #rightsidebar .panel#files .panel-heading:after {
        content: " ";
        display: table;
    }

    #rightsidebar .panel#files .panel-heading:after {
        clear: both;
    }

    #rightsidebar .panel#files .panel-heading h4 {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        width: 50%;
        vertical-align: middle;
        margin-bottom: 0;
    }

    #rightsidebar .panel#files .panel-heading a {
        text-decoration: none;
        color: #9d9d9d;
        font-size: 12px;
    }

        #rightsidebar .panel#files .panel-heading a:hover {
            color: #4588d4;
        }

            #rightsidebar .panel#files .panel-heading a:hover .icon {
                background-color: #548bd4;
            }

    #rightsidebar .panel#files .panel-heading p {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        width: 50%;
        text-align: right;
        vertical-align: middle;
        margin-bottom: 0;
        margin-top: 10px;
    }

#rightsidebar .panel#files .media > .pull-left {
    margin-right: 20px;
}

#rightsidebar .panel#files > .list-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #rightsidebar .panel#files > .list-group > .list-group-item {
        border-width: 0;
        margin-bottom: 0;
    }

#rightsidebar .panel#files .media a {
    color: #525247;
}

#rightsidebar .panel-green table th,
#rightsidebar .panel-green table td {
    padding: 8px 18px;
}

#formstatus {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdd6de;
}

    #formstatus legend strong,
    #formstatus legend small {
        display: inline-block;
        *display: inline;
        margin-right: -4px;
        zoom: 1;
        vertical-align: middle;
    }

    #formstatus legend small {
        font-size: 12px;
        padding-left: 15px;
    }

    #formstatus legend .icon {
        margin-right: 5px;
    }

#formexpenses {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdd6de;
}

    #formexpenses legend {
        border: 0;
        margin-bottom: 0;
    }

.formassign.form-group {
    padding-top: 15px;
}

#formorderingdetails {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdd6de;
}

#formlogin legend {
    border: 0;
    margin: 0;
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: "OpenSansLight", Arial, sans-serif;
}

#formlogin .form-control {
    padding: 8px 15px;
    height: 40px;
    color: white;
    background: #54667c;
    border-color: #697f9a;
}

    #formlogin .form-control::-webkit-input-placeholder {
        color: #afbfd4;
    }

    #formlogin .form-control:-moz-placeholder {
        color: #afbfd4;
    }

    #formlogin .form-control::-moz-placeholder {
        color: #afbfd4;
    }

    #formlogin .form-control:-ms-input-placeholder {
        color: #afbfd4;
    }

    #formlogin .form-control:focus {
        border-color: #a6b3c3;
        box-shadow: 0 0 0 white;
    }

#formlogin .btn {
    padding: 8px 15px;
    color: #6a6a60;
    border-color: #243345;
    background: #f4f4f1;
    font-size: 15px;
}

    #formlogin .btn span {
        display: block;
        height: 24px;
    }

    #formlogin .btn em {
        display: none;
        height: 24px;
    }

    #formlogin .btn:focus span, #formlogin .btn:hover span, #formlogin .btn:active span {
        display: none;
    }

    #formlogin .btn:focus em, #formlogin .btn:hover em, #formlogin .btn:active em {
        display: inline-block;
    }

#formlogin .has-error .form-control {
    color: #b99893;
    background: #7c5a54;
    border-color: #9a7169;
}

    #formlogin .has-error .form-control::-webkit-input-placeholder {
        color: #b99893;
    }

    #formlogin .has-error .form-control:-moz-placeholder {
        color: #b99893;
    }

    #formlogin .has-error .form-control::-moz-placeholder {
        color: #b99893;
    }

    #formlogin .has-error .form-control:-ms-input-placeholder {
        color: #b99893;
    }

    #formlogin .has-error .form-control:focus {
        border-color: #c3aaa6;
        box-shadow: 0 0 0 white;
    }

#formlogin .form-group {
    margin: 0 0 10px 0;
    padding: 0;
}

#formlogin .checkbox {
    color: #7f8fa2;
    font-size: 12px;
    line-height: 1.6;
}

    #formlogin .checkbox label:hover, #formlogin .checkbox label:active {
        color: white;
    }

#formlogin a {
    color: #7f8fa2;
    font-size: 12px;
}

    #formlogin a:hover {
        color: white;
        text-decoration: none;
    }

#formlogin .recover {
    margin-top: 10px;
}

#formalerts legend small {
    font-size: 12px;
}

#formalerts .disabled {
    color: #c7c7b8;
}

@media (min-width: 768px) {
    .navbar-fixed-top {
        position: fixed;
    }

    .navbar {
        -webkit-box-shadow: 0px 0px 5px #5f5f5f;
        box-shadow: 0px 0px 5px #5f5f5f;
        margin-bottom: 0;
    }

        .navbar .navbar-brand img {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .navbar-header {
        min-width: 2000px;
    }

    .navbar-right {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 15px;
        z-index: 2;
        background: white;
    }

    .navbar-nav > li {
        border-right: 1px solid #e0e0e0;
    }

        .navbar-nav > li > a {
            font-weight: bold;
            text-transform: uppercase;
            line-height: 25px;
        }

        .navbar-nav > li > .dropdown-menu {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            -webkit-box-shadow: 0px 0 3px #989885;
            box-shadow: 0px 0 3px #989885;
            min-width: 60px;
            padding: 0;
            margin-top: 1px;
        }

            .navbar-nav > li > .dropdown-menu > li {
                border-top: 1px solid #eeeeee;
            }

                .navbar-nav > li > .dropdown-menu > li > a {
                    font-weight: normal;
                    padding-top: 8px;
                    padding-bottom: 8px;
                }

                .navbar-nav > li > .dropdown-menu > li:first-child {
                    border-top: 0;
                }

        .navbar-nav > li.user > a {
            padding-left: 25px;
            padding-right: 25px;
        }

        .navbar-nav > li.user > .dropdown-menu {
            -webkit-box-shadow: 0 0 0 white;
            box-shadow: 0 0 0 white;
            margin-top: 0;
            border: 0;
        }

            .navbar-nav > li.user > .dropdown-menu > li {
                border-top: 1px solid #232f41;
            }

                .navbar-nav > li.user > .dropdown-menu > li > a {
                    background-color: #2e3c51;
                }

                    .navbar-nav > li.user > .dropdown-menu > li > a:hover, .navbar-nav > li.user > .dropdown-menu > li > a:focus {
                        background-color: #36455b;
                        color: #bdc6d2;
                    }

                .navbar-nav > li.user > .dropdown-menu > li:first-child {
                    border: 0;
                }

        .navbar-nav > li.user.open > a {
            color: white;
            background: #2e3c51;
        }

            .navbar-nav > li.user.open > a:hover, .navbar-nav > li.user.open > a:focus {
                color: white;
                background: #2e3c51;
            }

        .navbar-nav > li:first-child {
            border-left: 1px solid #e0e0e0;
        }

    .form-horizontal .control-label {
        text-align: left;
    }

    #maincontainer {
        position: relative;
        margin: 0 0 0 235px;
        padding: 55px 0 0 0;
        background: #fff;
    }

    #mainsidebar {
        position: absolute;
        left: 0;
        top: 55px;
        width: 235px;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        background-color: #36455b;
    }

    #mainsidebar-left {
        float: left;
        width: 235px;
    }

    #mainsidebar-right {
        float: left;
        width: 235px;
    }

    #mainsidebar-inner {
        float: left;
        width: 470px;
    }

        #mainsidebar-inner.scroll {
            width: 455px;
        }

            #mainsidebar-inner.scroll #mainsidebar-left {
                width: 220px;
            }

    #mainsidebar header .back {
        padding: 15px;
    }

        #mainsidebar header .back a {
            font-size: 12px;
            color: white;
            padding: 5px 10px;
            border: 1px solid transparent;
        }

            #mainsidebar header .back a:before {
                display: inline-block;
                *display: inline;
                margin-right: -4px;
                zoom: 1;
                background-image: url("../img/sprite.icons.png");
                background-repeat: no-repeat;
                background-position: 0 -45px;
                content: "";
                margin-right: 0;
                vertical-align: middle;
                width: 15px;
                height: 9px;
            }

            #mainsidebar header .back a:hover, #mainsidebar header .back a:focus {
                border-top-right-radius: 2px;
                border-top-left-radius: 2px;
                border-bottom-right-radius: 2px;
                border-bottom-left-radius: 2px;
                border: 1px solid rgba(255, 255, 255, 0.2);
                text-decoration: none;
            }

    #mainsidebar header .title {
        font-family: "OpenSansLight", Arial, sans-serif;
        font-size: 22px;
        color: white;
        padding: 15px;
        background: #2e3c51;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #mainsidebar .search {
        margin: 15px;
        position: relative;
    }

    #mainsidebar .search__input {
        background: transparent;
        border: 0;
        border-bottom: 2px solid #273546;
        color: #ccc;
        font-size: 13px;
        height: 30px;
        outline: 0;
        padding: 0 30px 0 5px;
        width: 100%;
    }

        #mainsidebar .search__input::-ms-clear {
            display: none;
        }

        #mainsidebar .search__input--active, #mainsidebar .search__input:focus {
            color: #273546;
            background: #fff;
            border-bottom-color: #6a7687;
        }

    #mainsidebar .search__btn {
        background: transparent;
        border: 0;
        opacity: 0.6;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 28px;
        text-indent: 999px;
        outline: 0;
        overflow: hidden;
    }

        #mainsidebar .search__btn:after {
            display: block;
            content: "";
            height: 11px;
            background: url("../img/sprite.search.png") no-repeat -17px -16px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -6px 0 0 -6px;
            width: 13px;
        }

        #mainsidebar .search__btn:hover {
            opacity: 1;
        }

    #mainsidebar .search__input:focus + .search__btn:after {
        background-position: -1px 0;
    }

    #mainsidebar .search__btn--transformed:after {
        display: block;
        content: "";
        height: 12px;
        background-position: -1px 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
    }

    #mainsidebar footer {
        padding: 15px 0;
        margin: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

        #mainsidebar footer a {
            display: block;
            margin: 5px 0 0 0;
            font-size: 12px;
            color: white;
        }

            #mainsidebar footer a.new:before, #mainsidebar-right  a.new:before{
                content: "+";
                margin-right: 5px;
            }

            #mainsidebar footer a:first-child {
                margin-top: 0;
            }

            #mainsidebar footer a:hover, #mainsidebar footer a:focus {
                text-decoration: none;
            }

    #mainsidebar #side-menu {
        margin-top: 15px;
    }

        #mainsidebar #side-menu > li > a {
            font-weight: bold;
            font-size: 12px;
            color: #9fa9b9;
            text-transform: uppercase;
        }

            #mainsidebar #side-menu > li > a:hover, #mainsidebar #side-menu > li > a:focus {
                color: white;
                background-color: transparent;
            }

        #mainsidebar #side-menu > li.active > a {
            margin: 10px 15px;
            padding: 3px 15px;
            color: white;
            background-color: #59697e;
        }

        #mainsidebar #side-menu .sub-level {
            padding: 5px 0;
            margin: 2px 0 0;
            list-style: none;
            font-size: 13px;
        }

            #mainsidebar #side-menu .sub-level .label {
                color: #6a7b91;
            }

            #mainsidebar #side-menu .sub-level > li > a {
                display: block;
                padding: 3px 15px;
                margin: 10px 15px;
                margin-top: 0;
                margin-bottom: 0;
                clear: both;
                font-weight: normal;
                color: #9da8b8;
                white-space: nowrap;
                text-transform: normal;
            }

                #mainsidebar #side-menu .sub-level > li > a:hover, #mainsidebar #side-menu .sub-level > li > a:focus {
                    color: white;
                    text-decoration: none;
                    background-color: transparent;
                }

            #mainsidebar #side-menu .sub-level > li .group {
                padding: 3px 15px 3px 0;
                margin: 10px 15px;
                margin-right: 0;
                margin-top: 0;
                color: #6a7b91;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

            #mainsidebar #side-menu .sub-level .active > a, #mainsidebar #side-menu .sub-level .active > a:hover, #mainsidebar #side-menu .sub-level .active > a:focus {
                color: #dde0e5;
                background-color: #59697e;
                text-decoration: none;
            }

            #mainsidebar #side-menu .sub-level .active .label {
                color: #a9b3c7;
            }

        #mainsidebar #side-menu .open > a, #mainsidebar #side-menu .open > a:hover, #mainsidebar #side-menu .open > a:focus {
            color: white;
            background: transparent;
        }

    #mainsidebar #side-tree {
        margin: 15px;
    }

        #mainsidebar #side-tree .caret {
            background-image: url("../img/sprite.icons.png");
            background-repeat: no-repeat;
            background-position: 0 -221px;
            position: absolute;
            left: 5px;
            top: 11px;
            width: 9px;
            height: 11px;
            border: 0;
        }

        #mainsidebar #side-tree .small {
            position: relative;
            display: block;
            color: #637288;
            font-size: 9px;
        }

        #mainsidebar #side-tree .loader {
            margin: 0 auto;
        }

        #mainsidebar #side-tree .link {
            position: relative;
            padding: 5px 40px 5px 20px;
        }

            #mainsidebar #side-tree .link a {
                display: block;
                font-size: 12px;
                color: #9fa9b9;
                border: 0;
            }

                #mainsidebar #side-tree .link a:hover, #mainsidebar #side-tree .link a:focus {
                    color: white;
                    text-decoration: none;
                    background-color: transparent;
                }

            #mainsidebar #side-tree .link em {
                display: none;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                width: 35px;
                border-left: 1px solid #36455b;
                cursor: pointer;
                text-align: center;
            }

                #mainsidebar #side-tree .link em span {
                    width: 4px;
                    height: 4px;
                    display: inline-block;
                    *display: inline;
                    margin-right: -4px;
                    zoom: 1;
                    position: relative;
                    vertical-align: bottom;
                    margin-right: 0;
                    top: 3px;
                    border-radius: 100%;
                    background: white;
                    text-align: center;
                }

                    #mainsidebar #side-tree .link em span:after, #mainsidebar #side-tree .link em span:before {
                        width: 4px;
                        height: 4px;
                        display: inline-block;
                        *display: inline;
                        margin-right: -4px;
                        zoom: 1;
                        position: absolute;
                        content: "";
                        border-radius: 100%;
                        background: white;
                    }

                    #mainsidebar #side-tree .link em span:before {
                        top: 6px;
                        left: 0;
                    }

                    #mainsidebar #side-tree .link em span:after {
                        bottom: 6px;
                        left: 0;
                    }

                #mainsidebar #side-tree .link em:focus, #mainsidebar #side-tree .link em:hover {
                    background-color: #67788f;
                }

        #mainsidebar #side-tree .sub-level {
            padding: 5px 0;
            margin: 2px 0 0;
            list-style: none;
            font-size: 13px;
        }

            #mainsidebar #side-tree .sub-level > li > .link {
                margin-left: 15px;
            }

            #mainsidebar #side-tree .sub-level > li .sub-level > li > .link {
                margin-left: 30px;
            }

            #mainsidebar #side-tree .sub-level > li .sub-level > li .sub-level > li > .link {
                margin-left: 45px;
            }

            #mainsidebar #side-tree .sub-level > li .sub-level > li .sub-level > li .sub-level > li > .link {
                margin-left: 60px;
            }

        #mainsidebar #side-tree .active > .link {
            background-color: #59697e;
        }

            #mainsidebar #side-tree .active > .link .small {
                color: #243042;
            }

            #mainsidebar #side-tree .active > .link a, #mainsidebar #side-tree .active > .link a:hover, #mainsidebar #side-tree .active > .link a:focus {
                color: #dde0e5;
            }

            #mainsidebar #side-tree .active > .link em {
                display: block;
            }

        #mainsidebar #side-tree .active .sub-level > .link em {
            display: block;
        }

        #mainsidebar #side-tree .open > .link .caret {
            background-position: 0 -193px;
        }

    #mainsidebar .search {
        margin: 15px;
    }

        #mainsidebar .search .form-group {
            width: 100%;
        }

        #mainsidebar .search .form-control {
            border-radius: 0;
            background: transparent url("../img/sprite.icons.png") no-repeat right -628px;
            padding-right: 20px;
            padding-left: 0;
            width: 100%;
            color: #6a7687;
            border: 0;
            border-bottom: 2px solid #263243;
        }

            #mainsidebar .search .form-control::-webkit-input-placeholder {
                color: #afbfd4;
            }

            #mainsidebar .search .form-control:-moz-placeholder {
                color: #afbfd4;
            }

            #mainsidebar .search .form-control::-moz-placeholder {
                color: #afbfd4;
            }

            #mainsidebar .search .form-control:-ms-input-placeholder {
                color: #afbfd4;
            }

            #mainsidebar .search .form-control:focus {
                border-color: #6a7687;
                box-shadow: 0 0 0 white;
                background-position: right -657px;
                color: white;
            }

        #mainsidebar .search .twitter-typeahead {
            width: 100%;
        }

        #mainsidebar .search .tt-dropdown-menu {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            background-color: #263243;
        }

        #mainsidebar .search .tt-dataset-states {
            padding: 10px;
        }

        #mainsidebar .search .tt-suggestion {
            color: white;
            padding: 5px 0;
            border-top: 1px solid #3d444e;
        }

            #mainsidebar .search .tt-suggestion p {
                margin: 0;
            }

            #mainsidebar .search .tt-suggestion:first-child {
                border: 0;
            }

    #maincontent {
        padding: 30px 0 70px 15px;
    }

        #maincontent.maincontent--loading {
            overflow: hidden;
        }

    #rightsidebar .panel#totalcostofownership {
        margin-top: 67px;
    }

    #rightsidebar .panel#greenpower {
        margin-top: 30px;
    }

    #logincontainer {
        padding: 55px 0 0 0;
    }

    #formlogin {
        margin-top: 200px;
    }
}

.zenbox {
    background: #ebebe7;
    border-top: 1px solid #18212f;
    margin-top: 15px;
    padding: 29px 25px 20px 19px;
    position: relative;
}

    .zenbox:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #59697e;
    }

    .zenbox .zenbox__logo {
        margin-bottom: 17px;
    }

    .zenbox .zenbox__btn {
        background: #59697e;
        border: 0;
        border-radius: 3px;
        color: #dde0e5;
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        padding: 5px 20px;
    }

        .zenbox .zenbox__btn:hover {
            color: #fff;
        }

    .zenbox .zenbox__add {
        padding: 5px 20px;
    }

    .zenbox .zenbox-form {
        color: #6e6e6e;
        font-size: 13px;
        line-height: 16px;
        margin-top: 17px;
    }

    .zenbox .zenbox-form-row {
        margin-bottom: 15px;
    }

    .zenbox .zenbox-form__label {
        display: block;
        margin-bottom: 5px;
    }

    .zenbox .zenbox-form__textarea,
    .zenbox .zenbox-form__input {
        background: #fff;
        border-radius: 3px;
        border: 1px solid #263243;
        color: #6e6e6e;
        font-size: 13px;
        height: 33px;
        padding: 10px;
        width: 100%;
    }

        .zenbox .zenbox-form__textarea.has-error,
        .zenbox .zenbox-form__input.has-error {
            background: #ce8483;
            border-color: #a94442;
        }

    .zenbox .zenbox-form__textarea {
        height: 100px;
        resize: none;
    }

    .zenbox .zenbox-form-actions {
        margin-bottom: 20px;
    }

    .zenbox .zenbox-form__submit,
    .zenbox .zenbox-form__cancel {
        padding: 8px 17px;
    }

    .zenbox .zenbox-form__cancel {
        background: transparent;
    }

    .zenbox .zenbox-tickets {
        margin-top: 32px;
    }

    .zenbox .zenbox-ticket {
        border-bottom: 1px solid #59697e;
        color: #9fa9b9;
        font-size: 12px;
        line-height: 20px;
        padding: 25px 0 20px;
        position: relative;
    }

        .zenbox .zenbox-ticket .collapsed {
            height: 3em;
            overflow: hidden;
        }

        .zenbox .zenbox-ticket .expanded {
            height: auto;
        }

        .zenbox .zenbox-ticket:first-child {
            border-top: 1px solid #59697e;
        }

    .zenbox .zenbox-ticket-header {
        padding-right: 40px;
        position: relative;
    }

    .zenbox .zenbox-ticket__status {
        color: #64758a;
        position: absolute;
        right: 0;
        top: 18px;
    }

        .zenbox .zenbox-ticket__status:before {
            content: "";
            background: #ec6969;
            border-radius: 5px;
            display: block;
            height: 10px;
            right: 10px;
            top: -14px;
            position: absolute;
            width: 10px;
        }

    .zenbox .zenbox-ticket__status--good:before {
        background: #80a807;
    }

    .zenbox .zenbox-ticket__heading {
        font-size: 14px;
        font-weight: bold;
    }

    .zenbox .zenbox-ticket__date {
        color: #64758a;
    }

    .zenbox .zenbox-ticket-overview {
        margin: 20px 0;
    }

    .zenbox .zenbox-more__toggler {
        color: #6489ba;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .zenbox .zenbox-more__toggler:hover {
            color: #fff;
        }

        .zenbox .zenbox-more__toggler:after {
            content: "";
            border: 4px solid transparent;
            border-bottom-color: #6489ba;
            display: block;
            height: 0;
            position: absolute;
            width: 0;
            right: 0;
            top: 50%;
            left: 100%;
            margin-top: -4px;
            margin-left: 4px;
        }

    .zenbox .zenbox-more__toggler--open:after {
        margin-top: 0;
        border-bottom-color: transparent;
        border-top-color: #6489ba;
    }

    .zenbox .zenbox-more__toggler:hover:after {
        border-bottom-color: #fff;
        border-top-color: transparent;
    }

    .zenbox .zenbox-more__toggler--open:hover:after {
        border-top-color: #fff;
        border-bottom-color: transparent;
    }

.alert-zendesk .alert-zendesk__title {
    display: inline-block;
    line-height: 18px;
    vertical-align: bottom;
}

.alert-zendesk .alert-zendesk__btn {
    background: #eaeaea;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    height: 18px;
    width: 36px;
    position: relative;
    vertical-align: bottom;
}

    .alert-zendesk .alert-zendesk__btn:after {
        background: #ec6969;
        border-radius: 7px;
        content: "";
        height: 14px;
        width: 14px;
        position: absolute;
        top: 50%;
        left: 16px;
        margin-left: -15px;
        margin-top: -7px;
        -webkit-transition: left 0.2s ease-in;
        -moz-transition: left 0.2s ease-in;
        transition: left 0.2s ease-in;
    }

.alert-zendesk .alert-zendesk__btn--active:after {
    background: #80a809;
    left: 100%;
}

.alert-zendesk--disabled {
    opacity: 0.33;
}

.notfound404 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9999;
}

.notfound404--global {
    color: #fff;
    opacity: 0.8;
}

    .notfound404--global .notfound404__heading {
        color: #fff;
    }

.notfound404-inner {
    color: #666;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto;
}

.notfound404__heading {
    color: #999;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}

.ie8 .notfound404, .ie7 .notfound404 {
    top: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    margin-top: 150px;
}

.message-box {
    padding: 15px;
}

@media (max-width: 767px) {
    body {
        background: white;
    }
}

.container-overlay--loginscreen {
    top: 56px;
    /* 55 + 1 for border */
    height: auto;
    bottom: 0;
}

.height-stretch {
    height: 148px;
}

.vertical {
    margin-top: 70px;
}

.integrations .integrations-validation__text {
    margin-left: 15px;
}

.integrations .integrations-config {
    margin-top: 5px;
    text-align: center;
}


.perf-box > div {
    text-align: center;
    padding: 10px;
    float: left;
    height: 100px;
    white-space: nowrap;
}

    .perf-box > div > div {
        font-size: xx-large;
        padding: 10px;
    }

.perf-box-3 > div {
    width: 33.33%;
}

.perf-box-4 > div {
    width: 25%;
}

.top-buffer {
    margin-top: 20px;
}

    .top-buffer.period {
        background-color: #ebebe7;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: -30px;
        -webkit-box-shadow: inset 0 0 3px #deded8;
        box-shadow: inset 0 0 3px #deded8;
        margin-bottom: 30px;
    }

.separator {
    border-bottom: 1px solid #deded8;
}

.separator-right {
    border-right: 1px solid #deded8;
}

.perf-heading h5 {
    font-weight: bold;
}

.color-good {
    color: green;
}

.color-bad {
    color: red;
}

.table-clickable-headers th {
    cursor: pointer;
}

    .table-clickable-headers th:hover {
        text-decoration: underline;
    }

.table-responsive td {
    padding: 8px !important;
}

.trend-right-fixup {
    left: -4px !important;
    margin-top: -5px !important;
}

.multi-filter-criterias {
    /*height: 81px;
    overflow-y: scroll;*/
}

a:hover {
    cursor: pointer;
}

.dash-header-controls {
    line-height: 30px;
    margin-right: 10px;
}

    .dash-header-controls input {
        display: inline;
        width: initial;
    }

    .dash-header-controls .editable {
        cursor: pointer;
    }

        .dash-header-controls .editable:hover {
            text-decoration: underline;
        }

    .dash-header-controls .icon.edit {
        display: none;
        background-color: transparent;
    }

.device-state-panel .deviceoverview-body .row {
    padding-bottom: 10px;
}

.column-config-container li {
    white-space: nowrap;
}

#logincontainer {
    background-color: #36455b;
}


/* bootstrap back compat */

.breadcrumb > .active {
    color: #4588d4;
}

.btn-default {
    color: #84847b;
    background-color: #f4f4f1;
    border-color: #dcdcd6;
}

.btn {
    padding: 6px 20px;
    font-size: 13px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dropdown-menu > li > a {
    color: #a6a6a1;
}

.label {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

body {
    font-size: 13px;
}

.navbar {
    min-height: 55px;
}

.navbar-text {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
}

.navbar-brand {
    height: 55px;
}

.navbar.navbar-default.navbar-fixed-top {
    background-color: white;
}

/*
body {
    background: #36455b;   
    background: -webkit-linear-gradient(left, #36455b 235px, white 235px); 
    background: -o-linear-gradient(right, #36455b 235px, white 235px); 
    background: -moz-linear-gradient(right, #36455b 235px, white 235px); 
    background: linear-gradient(to right, #36455b 235px, white 235px);  
}

*/

.mark-on-hover:hover {
    background: #fcf8e3;
}

.ui-sortable {
    margin-top: 10px;
    white-space: nowrap;
}

    .ui-sortable span {
        margin: 3px;
        border: 1px solid black;
        padding: 3px;
        background: white;
        cursor: w-resize;
        display: inline-flex;
    }

        .ui-sortable span .fa {
            padding: 2px;
        }

span.portlet-placeholder {
    border: 1px dotted black;
    width: 70px;
    display: inline-flex;
    height: 22px;
    padding: 5.5px;
}

#navbar-filler {
    position: absolute;
    left: 0;
    top: 55px;
    width: 235px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background-color: #36455b;
    height: 5000px;
}

@media (max-width: 767px) {
    #navbar-filler {
        display: none;
    }
}

.bigger-row-paragraph .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-group.tag {
    display: inline-table;
    vertical-align: middle;
    width: min-content;
    margin-left: 15px;
}

    .input-group.tag .input-group-addon,
    .input-group.tag .input-group-btn,
    .input-group.tag .form-control {
        width: 120px;
    }

.input-group.tag .input-group-btn .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.input-group.tag .form-control {
    height: 32px;
}

.dropdown-menu.with-icons .row{
    margin-top: 5px; 
    margin-bottom: 5px;
}

.dropdown-menu.with-icons .row:hover{
    background-color: #e7e7e7;
    cursor: pointer;
}

.fa-outline{
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: inherit;
}

.shadow-on-hover:hover{
    text-shadow: 1px 1px 2px #686868;
}

.margined-bottom{
    margin-bottom: 10px;
}

.row.vertical-divider {
    overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
    /*text-align: center;*/
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.row.vertical-divider div[class^="col-"]:first-child {
    border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
    border-right: none;
}

.pointer * {
    cursor: pointer;
}

.supply-level-back{
    background-color: #ffffff69;
    border-radius: 7px;
    padding: 3px;
}

.supply-level-back-small{
    background-color: #ffffff69;
    border-radius: 5px;
    padding: 0 1px 0 1px;
    margin-left: 3px;
}

/*******************************************************
Slider B-flat
*******************************************************/
.checkbox-slider--b-flat {
    position: relative;
}
.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox-slider--b-flat input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-slider--b-flat input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
}
.checkbox-slider--b-flat input + span > h4 {
    display: inline;
}
.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
}
.checkbox-slider--b-flat input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}
.checkbox-slider--b-flat input:checked + span:after {
    margin-left: 20px;
    content: "";
}
.checkbox-slider--b-flat input:checked + span:before {
    transition: background 0.2s ease-in;
}
.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
    border-radius: 20px;
    width: 40px;
}
.checkbox-slider--b-flat input + span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
}
.checkbox-slider--b-flat input:not(:checked) + span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
    animation: popOut ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
    animation: popIn ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:before {
    background: #337ab7;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
    border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
    border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
    border-radius: 40px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
    border-radius: 40px;
}
.checkbox-slider--b-flat input + span:before {
    box-shadow: none;
}

/*#####*/
.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
    background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
    line-height: 10px;
}
.checkbox-slider-sm input + span {
    padding-left: 20px;
}
.checkbox-slider-sm input + span:before {
    width: 20px;
}
.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
    height: 10px;
    line-height: 10px;
}
.checkbox-slider-sm input + span:after {
    width: 10px;
    vertical-align: middle;
}
.checkbox-slider-sm input:checked + span:after {
    margin-left: 10px;
}
.checkbox-slider-md {
    line-height: 30px;
}
.checkbox-slider-md input + span {
    padding-left: 60px;
}
.checkbox-slider-md input + span:before {
    width: 60px;
}
.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
    height: 30px;
    line-height: 30px;
}
.checkbox-slider-md input + span:after {
    width: 30px;
    vertical-align: middle;
}
.checkbox-slider-md input:checked + span:after {
    margin-left: 30px;
}
.checkbox-slider-lg {
    line-height: 40px;
}
.checkbox-slider-lg input + span {
    padding-left: 80px;
}
.checkbox-slider-lg input + span:before {
    width: 80px;
}
.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
    height: 40px;
    line-height: 40px;
}
.checkbox-slider-lg input + span:after {
    width: 40px;
    vertical-align: middle;
}
.checkbox-slider-lg input:checked + span:after {
    margin-left: 40px;
}
/*******************************************************
Slider B-flat end
*******************************************************/

.input-group {
    display: inline-table;
    vertical-align: middle;
}
.input-group .input-group-addon{
    width: auto !important;
}

.page-break { 
    page-break-before: always; 
}

.location-pin {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
}
.location-pin img {
    width: 26px;
    height: 26px;
    margin: -3px 0 0 -3px;
    z-index: 10;
    position: absolute;
    border-radius: 50%;
    animation-name: bounce-only;
    animation-fill-mode: both;
    animation-duration: 1s;
    background: #32383e;
}
.pin {
    width: 45px;
    height: 45px;
    border-radius: 50% 50% 50% 0;
    background: #ffffff;
    position: absolute;
    /*transform: rotate(-45deg);*/
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -28px;
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
    border: 1px solid black;
}
.pin:after {
    content: '';
    width: 26px;
    height: 26px;
    margin: 2px 0 0 2px;
    position: absolute;
    border-radius: 50%;
    animation-name: bounce-rotate;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.pulse {
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    /*transform: rotateX(55deg);*/
    z-index: -2;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 2.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    background: rgba(94,190,255,0.5);
    box-shadow: 0 0 1px 2px #2d99d3;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-moz-keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
@-webkit-keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
@-o-keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
@keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}