﻿.ui-tabview .ui-tabview-nav > li.ui-state-active {
    background: dodgerblue;
    font-weight: normal;
    color: #555555;
}

.slider-lbl {
    position: absolute;
    font-size: 11px;
    min-width: 96px;
    -webkit-transform-origin: 59px 212px;
    /* transform-origin: left; */
    display: inline-block;
    -webkit-transform: rotate(-22deg);
    text-align: left;
    transform-origin: 59px 212px;
    transform: rotate(-22deg);
}

.assetsPopup {
    width: 300px;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

    /*img {
            width: 100%;
        }*/

    .assetsPopup .tooltip-header {
        background: #418bca !important;
        color: #fff;
        padding: 10px 15px 10px 15px;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 10px 10px 0 0;
    }

        .assetsPopup .tooltip-header .tooltip-title {
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .assetsPopup .tooltip-body {
        padding: 0px 15px 0px 15px;
        position: relative;
    }

    .assetsPopup .assetsPopupRow {
        padding: 10px 0 0 0;
    }

    .assetsPopup .medium-text {
        font-size: 16px;
        display: inline-block;
        width: 100%;
        font-weight: normal;
    }

    .assetsPopup .small-text {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        font-weight: 600;
    }

    .assetsPopup .large-text {
        font-size: 20px;
        font-weight: 600;
    }

    .assetsPopup .first-row {
        background-color: #e1e1e1;
        padding-bottom: 10px !important;
    }

    .assetsPopup .color-icon.green {
        width: 20px;
        background: #008000;
        border-radius: 20px;
        margin-right: 10px;
        position: absolute;
        top: 30%;
        left: 11%;
    }

    .assetsPopup .color-icon.gray {
        width: 20px;
        background: #ccc;
        border-radius: 20px;
        margin-right: 10px;
        position: absolute;
        top: 30%;
        left: 8%;
    }

    .assetsPopup .tooltip-footer {
        padding: 15px;
        text-align: center;
    }

        .assetsPopup .tooltip-footer .btn-default {
            width: 48%;
        }

    .assetsPopup .margin-left {
        margin-left: 25px;
    }

.ui-slider {
    height: 20px;
}

.slim-loading-bar {
    z-index: 50000000;
    top: -39px;
    position: relative;
}

.rtls-tooltip {
    position: absolute;
    text-align: left;
    width: 200px;
    margin: 10px;
    padding: 2px;
    font: 12px sans-serif;
    border: 0px;
    z-index: 1000;
}

.tooltip > table.table-style-three {
    background-color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #3A3A3A;
    border-collapse: collapse;
}

table.table-style-three th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #FFA6A6;
    background-color: #D56A6A;
    color: #ffffff;
}

table.table-style-three tr:hover td {
    cursor: pointer;
}

table.table-style-three tr:nth-child(even) td {
    background-color: #f7e5b3;
}

table.table-style-three td {
    border-width: 1px;
    padding: 5px;
    width: 100%;
    border-style: solid;
    border-color: #FFA6A6;
    background-color: white;
}

.image[locationId = '0'] {
    background-image: url(images/icon-location-2.png);
}

.wc-date-container > span {
    font-size: 13px !important;
    color: #000 !important;
}

.wc-date-container {
    border: 1px solid #338cc2 !important;
}

.wc-banner {
    font-size: 42px !important;
}

.dvPrimeNgMultiSel .ui-multiselect {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    color: #000;
    outline: 0;
    vertical-align: top;
    background-color: transparent;
    filter: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #338cc2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-style: italic !important;
    font-size: 12px !important;
}

    .dvPrimeNgMultiSel .ui-multiselect:not(.ui-state-disabled):hover {
        background: inherit;
    }

    .dvPrimeNgMultiSel .ui-multiselect .ui-multiselect-trigger {
        width: 2em;
    }

        .dvPrimeNgMultiSel .ui-multiselect .ui-multiselect-trigger .fa {
            margin-top: 0.8em;
            margin-left: .125em;
        }

.dvPrimeNgMultiSel .ui-multiselect-trigger:active {
    border-left: 1px solid #338cc2;
}

.dvPrimeNgMultiSel .ui-multiselect-trigger {
    border-left: 1px solid #338cc2;
}

.ui-fileupload .ui-fileupload-buttonbar .ui-fileupload-choose input {
    width: 120px !important;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px;
}

chart {
    display: block;
}
