﻿body {
    padding-top: 0;
    padding-bottom: 0;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    font-size: 14px;
}
.btn {
    font-weight: 400;
    padding:3px 10px;
}

.login-input-bk-AET{
    /*padding:30px 10px 20px 10px;*/
    /*background-color: #dededed3;*/
}
.eopt-normal{
    opacity:1;
}
.eopt-dull {
    opacity: 0.5
}

.dataTable>tbody>tr>td:first-child{
    padding-left:8px;
}
.dataTable > thead > tr > th:first-child {
    padding-left: 8px;
}

.dataTable > tbody > tr > td:last-child {
    padding-right: 8px;
}

.dataTable > thead > tr > th:last-child {
    padding-right: 8px;
}

    .eopt-nonselectable-row {
        background-color: #24486e !important;
        color: whitesmoke !important;
    }

.eopt-nonselectable-row-reference-cell {
    background-color: #24486e !important;
    color: #24486e !important;
}

.lbl-AET {
    color: ghostwhite;
}
idx-height-1{
}
.idx-height-4 > td {
    padding-top: calc(49px + 0.7vw);
    padding-bottom: calc(48.5px + 0.7vw);
}

.clsFloater {
    font-size: xx-small;
    color: yellow;
    background: darkolivegreen;
    font-weight: bold;
    padding: 4px;
}

.eopt-dt-pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.eopt-air{
    padding: 1px 5px 2px 4px;
}

.eopt-green-bk-label{
    background-color:green; color:whitesmoke
}

.eopt-dropdown-incell-100{
    width:100%;
}
.eopt-dropdown-incell-100>.eopt-dropdown{
    width:100%;
}

.eopt-dropdown-incell>.eopt-dropdown{
    margin-top:-3px;
}

.eopt-dropdown-borderless{
    border-color:transparent !important;
}

.eopt-dropdown-borderless:hover{
    border-color: red !important;
}
.eopt-dropdown-borderless:focus{
    border-color: red !important;
}
.eopt-Metro-Button-advanced{
    height: 32px;
    width:150px;
}

.cartProfileButton{
            background-image: url(/Content/SiteImages/shopping-cart-blue.svg);
            background-repeat: no-repeat;
        }

.eopt-Metro-Button-advanced-big{
    height:2.85vw;
    font-size:1vw;
    width:16vw
}

.eopt-Metro-Button-advanced> .eopt-btnImage, .eopt-Metro-Button-advanced>.eopt-btnImage-big {
    width: 32px;
}

.eopt-Metro-Button-advanced-big> .eopt-btnImage, .eopt-Metro-Button-advanced-big>.eopt-btnImage-big{
    width:2.85vw;
}


.eopt-row-sales-bordered .checkbox{
    line-height:1.2;
}

.eopt-Metro-Button-advanced> .eopt-btnTextPart {
    width: calc(100% - 32px);
    background-color:inherit;
    border:1px solid #24486e;
    color: #24486e;
    padding-left:8px;
    padding-right:8px;
}

.eopt-Metro-Button-advanced> .eopt-btnImage {
    background-color:#24486e;
    border:1px solid #24486e;
    color: whitesmoke;
}


.eopt-Metro-Button-advanced-big> .eopt-btnTextPart{
    width: calc(100% - 2.85vw);
}

.eopt-invalid + label {
    color: red !important;
}

/*div:has(input[required]) > label:after {
    content: "*";
}*/



/*from sales*/


.eopt-Metro-Button-big{
    height:2.85vw;
    font-size:1vw;
}

.eopt-btnImage-big{
    height:2.85vw; text-align:center; border:solid 1px seagreen;
}

.eopt-btnImage-big>img{
    height:100%;
    width:100%;
    padding:5%;
}

.eopt-btnImage{
    height: 32px; text-align:center; border:solid 1px seagreen;
}

.eopt-btnImage>img{
    height:100%;
    width:100%;
    padding:5%;
}

.eopt-btnImage>.eopt-google-icons{
    height:100%;
    width:100%;
    padding:5%;
    font-size:18px;
}

/*--------------------*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.eopt-table-header {
    background-color: #f5f5f5;
    border-top: 3px solid #24486e;
}

.eopt-header-border {
    border-top: 3px solid #24486e;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

select {
    font-family: Segoe UI,Cousine, wf_segoe-ui_normal, Tahoma, Geneva, Verdana, sans-serif;
}

input[type=button], button {
    height: 32px;
}

.img-responsive {
    display: block;
    height: 46px;
    max-width: 300px;
    width: 100%;
    max-height: 46px;
}

/* bootstrap.default.css (4025, 10) */

/* bootstrap.css (1589, 13) */
.container {
    padding-left: 0;
    padding-right: 0;
}

/* bootstrap.css (4325, 16) */
.navbar-brand {
    float: left;
    padding: 15px 0 15px 0;
    font-size: 19px;
    height: auto;
}


.dropdown-menu {
    border-radius: 0;
}

    .dropdown-menu > li > a {
        font-size: 14px;
        font-weight: normal;
    }


.navbar {
    margin-bottom: 5px;
}

.navbar-right {
    font-size: 14px;
    margin-right: -5px;
}

/*@media all and (min-width:768px)*/
.form-horizontal .control-label {
    font-size: 14px;
    color: #000;
    padding-top: 0;
    margin-bottom: 0;
}

.control-label {
    font-size: 14px;
    color: #000;
    padding-top: 0;
    margin-bottom: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/* metro-bootstrap.css (2071, 31) */
.form-horizontal .form-group {
}

.radio label::after {
    margin-top: 1px;
}

.radio label::before {
    margin-top: 1px;
}

.checkbox label::after {
    margin-top: 1px;
}

.checkbox label::before {
    margin-top: 1px;
}

.radio, .checkbox {
    margin-left: 0;
    padding-bottom: 1px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    padding-top: 0px;
}

.demo-container, .eopt-resizable-chart {
    height: unset;
    /*padding: 20px 15px 15px 15px;*/
    /*margin: 15px auto 15px auto;*/
    margin-bottom: unset;
    border: unset;
}

.eopt-col-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

    .demo-placeholder .button {
        position: absolute;
        cursor: pointer;
    }

    .demo-placeholder div.button {
        font-size: smaller;
        color: #999;
        background-color: #eee;
        padding: 2px;
    }

span.group-span-filestyle label {
    height: 32px;
}

/* Bootstrap.css (2555, 16) */
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.4285;
    color: #2b3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid Gray;
    box-shadow:none !important;
}

.text-flat {
    padding-bottom: 0px;
    padding-left: 2px;
}


/* Bootstrap.css (3949, 21) */
.input-group-addon {
    /*padding: 0.58rem 0.2rem;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #24486e;
    border: 1px solid transparent;
    border-radius: 0;
}
.input-group-text {
    background-color: #24486e;
}


.leaflet-control-attribution{
    opacity:0;
}

.popover.popover-wide {
    max-width: 400px; /* default is ~276px */
    width: 400px;
}


.eopt-dropdown .dropdown-toggle::after {
    opacity: 0;
}

.btn-std-width {
    min-width: 150px;
}

.eopt-cart{
    padding-left:4px;
    padding-right:4px;
}

.floater-info-row{
    padding-top:2px;
    padding-bottom:2px;
}

.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
    }


.row > .w3-sidebar {
    padding: 0;
}

.glyphicon-refresh-animate {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@media (min-width: 1500px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width:970px ) {
    .container {
        width: 100%;
        min-width:100%;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    border: 0 solid black;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 22.5px;
    line-height: inherit;
    color: #4e5d6c;
    border: 0;
    border-bottom: 2px solid #4e5d6c;
}

.form-control:focus {
    border-color: gray;
text-decoration:none;
    outline:none !important;
}


.form-control:active{
    text-decoration:none;
    outline:none !important;
}

.jumbotron {
    background-color: rgba(235, 235, 235, 1);
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    color: black;
    background-color: whitesmoke;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: transparent;
    font-size: 14px;
}

input.ui-pg-input {
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 14px;
}

select.ui-pg-selbox {
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

/* bootstrap.css (1190, 6) */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

/* bootstrap.css (1229, 6) */
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 12px;
}


/*text[text-anchor=end] {
    display: none;
}*/

.btn {
    padding-top: 2px;
    font-size: 14px;
}

.btn-padded{
    padding:4px 8px;
}

/* bootstrap.css (6862, 9) */
table, .table {
    font-size: 13px;
    font-weight:normal;
}

    table .checkbox {
        font-size: 13px;
        font-weight: normal;
    }
        table .checkbox label {
            font-size: 13px;
            font-weight: normal;
        }

table .checkbox label::after{
    left:3px;
    top:0px;
}

            table .checkbox label::before{
                top:0px;
            }

            .radio-dls:first-child {
                width: 25%;
            }

.radio-dls:nth-child(2) {
    width: 23.6%;
}

.radio-dls:nth-child(3) {
    width: 17.6%;
}

.radio-dls:last-child {
    width: 20%;
}

input[type=text], textarea {
    padding-right: 4px;
    padding-top: 1px;
}

.themeStandardColor, .themeStandardColor>th {
    background-color: #24486e;
    color: white;
}

.themeStandardHeader {
    background-color: #24486e;
    color: snow;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    height: 32px;
}

.eopt-table > thead > tr > th, .eopt-table > tbody > tr > th,
.eopt-table > tfoot > tr > th, .eopt-table > thead > tr > td,
.eopt-table > tbody > tr > td, .eopt-table > tfoot > tr > td {
    height: 32px;
    padding:3px;
}

.table-condensed > thead > tr > th, .table-bordered > tbody > tr > th,
.table-condensed > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-condensed > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    height: 23px;
    padding:1px 3px;
    font-size:11px;
}

.table-condensed.eopt-table > thead > tr > th, .eopt-table > tbody > tr > th,
.eopt-table > tfoot > tr > th, .eopt-table > thead > tr > td,
.eopt-table > tbody > tr > td, .eopt-table > tfoot > tr > td {
    height: 23px;
    padding:1px 3px;
    font-size:11px;
}

[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
}


/*Changes for metro */
.navbar-nav {
    margin-left: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #666666;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #24486e;
        background-color: whitesmoke;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: whitesmoke;
    color: #24486e;
}

.nav > li > a {
    padding-left: 3px;
    padding-right: 7px;
    border: none;
    padding-top: 2px;
    padding-bottom: 3px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    margin-left: 15px;
}

.menuItem {
    /*line-height : 21;
    text-align:center;*/
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
}


    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #24486e;
        background-color: whitesmoke;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #24486e;
        background-color: whitesmoke;
    }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #24486e;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: whitesmoke;
}

.bkLogin {
    vertical-align: middle;
    /*background: url("../../Content/SiteImages/PELoginLogo.png");*/
    background-size: cover;
    vertical-align: central;
    background-repeat: no-repeat;
}

.bottomPadding {
    height: 60px;
}


.eopt-Metro-TextBox {
    height: 32px;
}

.eopt-Metro-Button {
    height: 32px;
    text-decoration:none;
    width:120px;
}

.eopt-Metro-Button:focus{
    text-decoration:none;
    outline:none !important;
}


.eopt-Metro-Button:active{
    text-decoration:none;
    outline:none !important;
}

/*@media (min-width: 992px) {
    .navbar {
        max-width: 100%;
    }

    .nav > li > a {
        min-width: 60px;
        text-align: left;
        width:100%;
    }
     .eopt-Metro-MenuTile{
         width:100%;
     }
    .navbar-right{
        margin-right:-15px;
    }

    .eOpt-menu-divider-hr {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  width:100%;
}*/
.eopt-left-panel {
    background-color: white;
}

.eopt-menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
        background-color:#2a5581;
    width: 100%;
        border-top:1px solid gray;
}

.eopt-has-sub-menu {
    overflow: hidden;
}

.eopt-sub-menu .eopt-menu-icon-host{
    background-color:#3f71a4;
}.eopt-sub-menu .eopt-menu-icon-host.no-icon{
    background-color:#2a5581;
}
.eopt-sub-menu .a-title{
    padding-left:15px;
    font-size:95%;
}
.eopt-sub-menu {
    /*margin-left: 10px;*/
}

.eopt-sub-menu-icon {
    float: right;
    right: 0;
    top: 5px;
    min-width: 16px;
    min-height: 16px;
}


.eopt-menu {
        background-color:#566e87;
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
    min-height: calc(100vh);
    display: flex;
    min-width: 100px;
    width: 100%;
}

    .eopt-menu .eopt-menu-li {
        background-color:#2a5581;
    }

    
.eopt-menu-icon-host{
    width:35px;
    min-width:35px;
        height:35px;
    padding:6px;
    float:left;
        background-color:#24486e;
}
.small .eopt-menu-icon-host{
    width:35px;
        height:26px;
    padding:3px 6px;
}
    .eopt-menu-li .eopt-menu-icon-host>.menu-icon{
        background-position:center;
        background-repeat:no-repeat;
        background-size:contain;
        width:100%;
        height:100%;
        float:left;
        background-color:transparent;
    }
    .menu-icon-dashboard{
        background-image:url("SiteImages/mnu_dashboard.svg");
    }
.menu-icon-floaterdashboard {
    background-image: url("SiteImages/mnu_Floater.svg");
}
.menu-icon-power{
        background-image:url("SiteImages/PowerInCircleWhite.svg");
    }
.menu-icon-gas{
        background-image:url("SiteImages/gas_white.svg");
    }


.eopt-segment .icon-power{
    max-height:20px;
}

.eopt-segment .icon-gas {
    max-height: 20px;
}

.icon-power {
    background-image: url("SiteImages/PowerInCircleNonWhite.svg");
}
.icon-floater {
    background-image: url("SiteImages/Index_light - Copy.svg");
}
.icon-spot {
    background-image: url("SiteImages/EPEX_SPOT_logo.svg");
}
.icon-spot-pre{
    padding-left:2px !important;
}
.icon-empty-pre {
    padding-left: 2px !important;
}

.eopt-spot-fixed::before {
    content: "\2713";
    color: green;
    margin-right: 0.2em;
    font-weight: bold;
}

.eopt-spot-onfc::before {
    content: "\223F";
    color: gray;
    margin-right: 0.2em;
    font-weight:bold;
}

.eopt-spot-mixed:before {
    content: "\21BB";
    color: orange;
    margin-right: 0.2em;
    font-weight: bold;
}

.eopt-spot-notdone {
    content: "\1F552";
    margin-right: 0.2em;
    color: lightgray;
    font-weight: bold;
}

.icon-spot-pre::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-right:5px;
    background-image: url("SiteImages/EPEX_SPOT_logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}

.icon-empty-pre::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-right: 5px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}

    .icon-datagridrow {
        background-repeat: no-repeat;
        background-position: center;
        width: 14px;
        height: 14px;
        background-size: contain;
        display: inline-block;
        margin-top:4px;
    }
.icon-gas{
        background-image:url("SiteImages/gas_Nonwhite.svg");
    }

.eopt-segment > input:checked + label > .icon-power {
    background-image: url("SiteImages/PowerInCircleWhite.svg");
}


.eopt-segment > input:checked + label > .icon-gas {
    background-image: url("SiteImages/gas_white.svg");
}

.icon-check {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-height: 25px;
    background-color: transparent;
}
    .menu-icon-dashboard_paused{
        background-image:url("SiteImages/mnu_dashboard_paused.svg");
    }
    .menu-icon-pricing{
        background-image:url("SiteImages/mnu_pricing.svg");
    }

.menu-icon-sonderupload {
    background-image: url("SiteImages/mnu_sonderupload.svg");
}
    .menu-icon-loadforecast{
        background-image:url("SiteImages/mnu_lf.svg");
    }

    .menu-icon-reports{
        background-image:url("SiteImages/mnu_Berichte.svg");
    }

.menu-icon-angebotconfig {
    background-image: url("SiteImages/mnu_AngebotConfig.svg");
}


.menu-icon-certificates {
    background-image: url("SiteImages/mnu_zertifikate.svg");
}

.eopt-dropdown-txt.editable{
    border:none;
    width:calc(100% - 20px);
    padding:0;
}

    input:focus-visible{
        outline:none;
    }

    .menu-icon-pv {
        background-image: url("SiteImages/mnu_PVForecast.svg");
    }

.menu-icon-certificatesOffer {
    background-image: url("SiteImages/mnu_ZertAngebot.svg");
}

.menu-icon-certificatesReport {
    background-image: url("SiteImages/mnu_ZertBerichte.svg");
}

     .menu-icon-slp{
        background-image:url("SiteImages/mnu_slp.svg");
    }

     .menu-icon-mslp{
        background-image:url("SiteImages/mnu_CombiSLP.svg");
    }

     .menu-icon-lf{
         background-image:url("SiteImages/mnu_lf.svg");
     }
     .menu-icon-backtesting{
         background-image:url("SiteImages/mnu_backtesting.svg");
     }

     .menu-icon-customers{
         background-image:url("SiteImages/mnu_Customrers.svg");
     }
.menu-icon-invoice {
    background-image: url("SiteImages/invoice.svg");
}

.menu-icon-profileupdate {
    background-image: url("SiteImages/EditWhite.svg");
}

.menu-icon-schedule {
    background-image: url("SiteImages/mnu_Floater.svg");
}
.menu-icon-aettranching {
    background-image: url("SiteImages/mnu_TrancheAET.svg");
}
.menu-icon-istromtranching {
    background-image: url("SiteImages/mnu_TrancheiStrom.svg");
}
.menu-icon-pooling {
    background-image: url("SiteImages/mnu_Pooling.svg");
}
.menu-icon-tranching {
    background-image: url("SiteImages/mnu_Tranche.svg");
}

     .menu-icon-submnu_lfMulti{
         background-image:url("SiteImages/submnu_lfMulti.svg");
     }

     .menu-icon-submnu_lf{
         background-image:url("SiteImages/submnu_lf.svg");
     }
     
     .menu-icon-guide{
        background-image:url("SiteImages/helpmanual.svg");
    }
     
     .menu-icon-news{
        background-image:url("SiteImages/mnu_mitteilung.svg");
    }
     .menu-icon-contactus{
        background-image:url("SiteImages/mnu_kontakt.svg");
    }.menu-icon-version{
        background-image:url("SiteImages/PRICEHIB_Light.png");
    }
.disbled-li {
    pointer-events: none;
    touch-action: none;
    opacity: 0.6;
}

.eopt-only-mob {
    display: none;
}

.eopt-only-desktop {
    display: block;
}


.eopt-menu .eopt-menu-li a {
    display: flex;
    color: snow;
    text-decoration: none;
    border-bottom:1px solid gray;
}

.eopt-menu .eopt-menu-li a[aria-disabled="true"] {
    cursor:not-allowed;
    opacity:0.3;
    pointer-events:none;
}

.a-title {
    padding:8px;
    width:100%;
    text-wrap: nowrap;
}

.small .a-title {
    padding:6px 8px;
    width:100%;
}

.ignoreSelect{
    cursor:not-allowed;
    opacity:0.5;
    pointer-events:none;
}


.eopt-menu-li-non-clickable {
    display: block;
    color: #000;
    padding: 8px 8px;
    text-decoration: none;
}
.txt-bahnschrift {
    font-family: 'Bahnschrift Condensed'
}
.eopt-menu-li-hr-space {
    visibility: hidden;
}

.eopt-menu-li a.active {
    background-color: #24486e;
    color: whitesmoke;
}

.eopt-menu-li a:hover:not(.active) {
    background-color: #f5f5f5;
    color: #24486e;
}


.eopt-menu-li .eopt-menu-icon-host:hover .eopt-menu-li a:not(.active){
    opacity:0.5;
}

.eopt-menu-collapser {
    display: none;
}

.eopt-icon-top-left {
    margin-left: 0;
    margin-right: auto;
    display: block;
    padding-left: 5px;
}

.eopt-icon-top-right {
    margin-left: auto;
    margin-right: 0;
    display: block;
    padding-right: 5px;
}

.collapsed-component {
    display: none; /* hide it for small displays */
}

.collapsed-component-toggled {
    display: block;
}

#row-main {
    overflow-x: hidden;
}

.text-right {
    text-align: right;
}

.eopt-image-button {
    color: #24486e;
    background-color: whitesmoke;
    padding: 6px;
}

    .eopt-image-button:hover {
        color: whitesmoke;
        background-color: #24486e;
    }

.eopt-icon-bar {
    width: 100%;
    height: 40px;
    background-color: #24486e;
    padding-left: 3px;
    padding-right: 7px;
}

.eopt-icon-bar-button {
    color: white;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: larger;
    padding: 7px;
    padding-top: 0;
    padding-bottom: 0;
}

    .eopt-icon-bar-button.eopt-icon-bar-text-normal {
        font-weight: normal;
    }

    .eopt-icon-bar-button.eopt-icon-bar-text-bold {
        font-weight: bold;
    }

    .eopt-icon-bar-button.eopt-icon-bar-icon {
        font-weight: normal;
        font-size: x-large;
        padding: 0;
    }

.eopt-google-icons {
    font-family: 'Material Icons';
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga";
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
    ms-font-feature-settings: 'liga';
}

.eopt-svg-holder {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
}

.eopt-svg-object {
    position: absolute;
    z-index: 0;
    pointer-events: visible;
}


.eopt-icon-bar-divider {
    padding: 0;
    border: none;
    border-left: 1px dotted lightgray;
    height: 100%;
    display: table-cell;
}

.eopt-icon-bar-icon:hover {
    color: gray;
    fill: gray;
    pagecolor: gray;
}

.eopt-icon-bar-button > a {
    color: white;
}

    .eopt-icon-bar-button > a:hover {
        color: gainsboro;
        text-decoration: none;
    }

.eopt-icon-bar-text-enabled > a {
    color: lightgray;
}

.eopt-icon-bar-text-disabled > a {
    color: white;
    cursor: not-allowed;
    pointer-events: none;
    touch-action: none;
}

.eopt-icon-bar-text-disabled {
    color: gray;
    cursor: not-allowed;
    pointer-events: none;
    touch-action: none;
}

/*Very important change to bootstrap to suupport full screen usage as asked by rajeev*/
.row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
}

.eopt-drop-imagebtn {
    cursor: pointer;
    padding: 0;
}

.eopt-icon-bar-button .eopt-drop-imagebtn {
    padding: 0;
}

.eopt-dropdown-menu-content {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    margin-top: -4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .eopt-dropdown-menu-content a {
        color: black;
        padding: 8px;
        text-decoration: none;
        display: block;
    }

        .eopt-dropdown-menu-content a:hover {
            background-color: #555;
            color: white;
        }

/*.eopt-dropdown:hover .eopt-dropdown-menu-content {
    display: block;
}*/

.eopt-menu-font {
    font-size: calc(8px + 0.25vw);
    font-family:  Segoe UI,wf_segoe-ui_normal,Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    overflow: hidden;
}

.eopt-input-control-font {
    font-size: calc(8px + 0.3vw);
    font-family: Segoe UI,wf_segoe-ui_normal, Tahoma, Geneva, Verdana, sans-serif;
}

.eoptCellCustomerDetail> .eopt-dropdown{
    width:90%;
}

.eopt-cell.DropDown {
    border: none;
    border-color: #24486e;
}

.eopt-loc-left-section-dashboard {
    padding-right: 15px;
}

.eopt-block {
    padding: 7px;
}

.eopt-block-double {
    padding: 10px 10px 10px 10px;
}

.eopt-block-tripple {
    padding: 15px 15px 15px 15px;
}

.eopt-block-half {
    padding: 3px 3px 3px 3px;
}

.eopt-vertical-space {
    height: 15px;
}

.eopt-block-header {
    font-weight: normal;
    font-family: Segoe UI,wf_segoe-ui_normal, Tahoma, Geneva, Verdana, sans-serif;
    color: GrayText;
    font-size: larger;
}

.eopt-block-background {
    background: #F8F9FA;
}

.eopt-label-textbox-group {
    padding: 7px 15px 7px 15px;
}

.eopt-menu-info-line {
    color: GrayText;
    cursor: default;
    padding: 8px 8px;
}

.eopt-use-bottom-as-separater {
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

.eopt-panel {
    height: 27px;
    text-align: left;
    vertical-align: middle;
}

 .eopt-img-btn{
            /*display:table-cell;*/
            vertical-align:middle;
            text-align:center;
            width: 32px;
            height: 32px;
            padding:3px;
            border:none;
            cursor:pointer;
        }

        .eopt-img-btn:hover{
            opacity:0.70;
        }

        .eopt-img-btn:disabled{
            opacity:0.40;
            cursor:not-allowed;
            pointer-events:none;
        }


.eopt-rotate-90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
}

.toggle.btn {
    height: 100%;
}

.dropdown-backdrop {
    display: none;
}

.eopt-page-title {
    color: white;
    font-size: large;
    font-family: Segoe UI,wf_segoe-ui_normal, Tahoma, Geneva, Verdana, sans-serif;
    position: unset;
    left: unset;
    height: 40px;
    padding-left: 15px;
    /*font-weight:bold;*/
}

.eopt-page-title-collpased {
    position: fixed;
    left: 30px;
}

.eopt-page-title-half-collpased {
    position: fixed;
    left: 30px;
}

.eopt-hidden-component {
    visibility: hidden;
}

.eopt-div-middle {
    height: 40px;
    line-height: 40px;
}

.eopt-div-center {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Overriding */
.radio-inline, .checkbox-inline {
    margin-right: 15px;
}
    /* Overriding */
    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

/*SM*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
    }

    .toggle.btn {
        height: 100%;
    }
}
/*XS*/
@media (max-width: 767px) {
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 3px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: gainsboro;
    border-radius: 1px;
    border-width: thin;
    border: solid;
    border-color: gainsboro;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.eopt-slider-opposite.ui-widget-content {
    border: 1px solid #aaa;
     background-color: #24486e !important; 
     background:unset;
    color: #222;
}


.eopt-slider-opposite {
    padding-left: 3px;
    padding-right: 3px;
}

    .eopt-slider-opposite .ui-corner-all {
        border-radius: 0;
    }
     .eopt-slider-opposite.ui-widget {
        font-size:0.6em;
    }
    .eopt-slider-opposite .ui-widget.ui-widget-content {
        border: 1px solid #d3d3d3;
    }

    .eopt-slider-opposite .ui-widget-content {
        border: 1px solid #aaaaaa;
        background: #ffffff;
        color: #222222;
    }

    .eopt-slider-opposite .ui-widget-header {
        border: 1px solid #cccccc;
        background: #d3d3d3 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        color: #222222;
        font-weight: bold;
    }

    .eopt-slider-opposite .ui-state-default, .eopt-slider-opposite .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #24486e;
        background: #e6e6e6;
    }

    .eopt-slider-opposite .ui-slider .ui-state-focus{
    border-collapse:initial !important;
    }

    .eopt-slider-opposite .ui-slider-horizontal .ui-slider-handle {
        top: 0;
        margin-left: -4px;
        margin-right: 0;
    }

    .eopt-slider-opposite .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 8px;
        height: 14px;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .eopt-slider-opposite .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 8px;
    }

    .eopt-slider-opposite .ui-slider-horizontal {
        height: 8px;
    }

#contentPlaceHolder{
    overflow:auto;
}

.slider-sticky-label {
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 2px;
    position: relative;
    /*background-color: #24486e;*/
    /*color: whitesmoke;*/
    top: -27px;
}


.eopt-slider {
    padding-left: 3px;
    padding-right: 3px;
}


    .eopt-slider .ui-corner-all {
        border-radius: 0;
    }

    .eopt-slider .ui-widget.ui-widget-content {
        border: 1px solid #d3d3d3;
    }

    .eopt-slider .ui-widget-content {
        border: 1px solid #aaaaaa;
        background: #ffffff;
        color: #222222;
    }

    .eopt-slider .ui-widget-header {
        border: 1px solid #cccccc;
        background: #24486e url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        color: #222222;
        font-weight: bold;
    }

.eopt-slider-with-theme-bc .ui-widget-header {
        border: 1px solid #cccccc;
        background: snow url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        color: #222222;
        font-weight: bold;
    }

    .eopt-slider .ui-state-default, .eopt-slider .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #24486e;
        background: #e6e6e6;
    }

    .eopt-slider .ui-slider .ui-state-focus{
    border-collapse:initial !important;
    }

    .eopt-slider .ui-slider-horizontal .ui-slider-handle {
        top: 0;
        margin-left: -4px;
        margin-right: 0;
    }

    .eopt-slider .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 8px;
        height: 14px;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .eopt-slider .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 8px;
    }

    .eopt-slider .ui-slider-horizontal {
        height: 8px;
    }

.eopt-inline {
    display: table-cell;
    width: 1%;
}

.meterNumberSpecial {
    max-width: 60%;
    min-width: 180px;
}

.meterNumberAddOn {
    width: 33.33%;
}

.meterNumberValue {
    text-align: left;
    padding-left: 5px;
    width: 66.67%;
}

.eopt-dropdown {
}



.highcharts-button> text>tspan:before{
    font-family: "FontAwesome";
    content: "\f00c";
    outline: none;
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 3px;
    top: 3px;
    margin-left: 20px;
    border: 1px solid #5C6970;
    border-radius: 0;
}

.eopt-block-background2{
    background-color:#fefefe;
}

.eopt-block-border2{
    border:1px solid gainsboro;

}

button{
    outline:none;
}

button:focus{
    outline:none;
}

button:active{
    outline:none;
}


span.eoptdropdown-multiselect-displayitem + span.eoptdropdown-multiselect-displayitem::before {
    content:'| ';
}


.eoptdropdown-multiselect-displayitem {
    padding:1px 1px 1px 1px;
}

ul.eopt-dropdpwn-menu li > .checkbox > label {
    padding-right: 10px;
} 

.eopt-dropdown-button {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border-style: none;
    display: block;
    overflow: hidden;
    border: none;
    border-bottom: 2px solid gainsboro;
}



    .eopt-dropdown-button:disabled {
        color: darkgray;
    }

    .eopt-dropdown-button:hover{
        border-color:red;
    }
.eopt-dropdown-button:hover>.eopt-dropdown-arrow{
        color:red;
    }
    .eopt-dropdown-button:hover:disabled {
        color: darkgray;
        background-color: whitesmoke;
    }

.eopt-dropdpwn-menu {
    min-width: 100%;
    background-color: white;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    opacity: 0.5;
    display: block;
    transform: translateY(-50%) scaleY(0);
    transition: all 0.2s;
    overflow-y: auto;
    max-height: 12em;
}

    /*.show .eopt-dropdpwn-menu,*/
    .eopt-dropdpwn-menu.show {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }

    .eopt-dropdpwn-menu > li > a {
        color: #000;
        font-size: small;
        text-decoration: none;
        display:block;
        min-width: 100%;
    }

    .eopt-dropdpwn-menu > li {
        padding: 5px;
    }

        .eopt-dropdpwn-menu > li:hover {
            background-color: #ceeafc
        }

.eopt-col-filter {
    width: 12px;
    height: 12px;
    font-size: 70%;
    padding:2px;
    float:right;
    outline:none;
}

.table-striped > tbody > tr.expiredPeriod:nth-child(odd) > td,
.table-striped > tbody > tr.expiredPeriod:nth-child(odd) > th {
    background-color: #ffe8e4;
}

.table-striped > tbody > tr.selected:nth-child(odd) > td,
.table-striped > tbody > tr.selected:nth-child(odd) > th {
    background-color: #ceeafc;
}

.table-striped > tbody > tr.selected > td,
.table-striped > tbody > tr.selected > th {
    background-color: #ceeafc;
}

.exportToExcel {
    background-image: url(/Content/SiteImages/ExcelWhite.svg);
    background-repeat: no-repeat;
    background-position:center;
}

.downloadConfigBtn{
    background-image: url(/Content/SiteImages/btn_ConfDownload.svg);
    background-repeat: no-repeat;
    background-position:center;
}

.pauseBtn {
    background-image: url(/Content/SiteImages/btn_PauseBlue.svg);
    background-repeat: no-repeat;
    background-position:center;
}

.saveToDb {
    background-image: url(/Content/SiteImages/Save_25.png);
    background-repeat: no-repeat;
    background-position:center;
}

.downloadDefaultTemplates {
    background-image: url(/Content/SiteImages/DefaultTemplateDownload.png);
    background-repeat: no-repeat;
    background-position:center;
}



.btn-invoices {
    padding: 2px;
    border: 1px solid blue;
    border-radius: 4px;
    margin: 5px;
    padding: 5px 25px 5px 25px;
    color: white;
    background-color: #24486e;
    min-width: 50px;
    display: inline-block;
}

.downloadInvoice {
    background-image: url(/Content/SiteImages/invoice.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.download {
    background-image: url(/Content/SiteImages/download.svg);
    background-repeat: no-repeat;
    background-position:center;
}

.hamburger {
    background-image: url(/Content/SiteImages/hamburger.svg);
    background-repeat: no-repeat;
    background-position:center;
}

.eopt-excel-button {
    background-color: green;
}

.eopt-dropdown-txt {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: small;
    min-height: 15px;
}

.eopt-dropdown-arrow {
    color: gray;
    line-height: unset;
    position: absolute;
    right: 6px;
    top: 8px;
}

.file-drop-overlay {
    border-color: gray;
    border-style: dashed;
    background-color: whitesmoke;
    opacity: 0.4;
    z-index: 9;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    font-size: large;
    font-weight: bold;
    color: gray;
    font-size: xx-large;
    overflow: hidden;
    display: table-cell;
}

.eopt-segment-ctrl{
    min-height:32px !important;
}

.eopt-segment-ctrl .eopt-segment{
    min-height:32px !important;
}

    .eopt-segment-ctrl label {
        padding: 5px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        font-size: calc( 0.3vw + 7px) !important;
        text-wrap: nowrap;
    }

/*.eopt-segment-ctrl.small {
    min-height: 25px !important;
}

    .eopt-segment-ctrl.small .eopt-segment {
        min-height: 25px !important;
    }

    .eopt-segment-ctrl.small label {
        padding: 5px !important;
        min-height: 25px !important;
        max-height: 25px !important;
        font-size: calc( 0.3vw + 7px) !important;
        text-wrap: nowrap;
    }*/

.bootstrap-datetimepicker-widget {
    background-color: whitesmoke;
    border: solid 1px lightgray;
    padding-top:0px;
}
.bootstrap-datetimepicker-widget>.list-unstyled {
    margin:unset;
}

.bootstrap-datetimepicker-widget table{
    width:100%;
}

.eopt-display-textbox {
    border: none;
    background: unset;
    box-shadow: none;
    cursor: default;
    padding-left: 0px;
    padding-right: 0px;
}

    .eopt-display-textbox[disabled], .eopt-display-textbox[readonly] {
        background: none;
        cursor: default;
        padding-left: 0px;
        padding-right: 0px;
    }

.eopt-info-input-group-addon {
    display: table-cell;
    color: #24486e;
    cursor: pointer;
}

.eopt-addon {
    display: table-cell;
    vertical-align: middle;
}

.eopt-info-large {
    color: #2b3e50;
    font-size: large;
    font-weight: bold;
}

.eopt-info-small {
    color: #2b3e50;
    font-size: small;
    font-weight: bold;
}

.eopt-info-xsmall {
    color: #2b3e50 !important;
    font-size: x-small !important;
    font-weight: bold !important;
}

.eopt-info-normal {
    color: #2b3e50;
    font-size: medium;
    font-weight: bold;
}

.eopt-color-notjruri {
    color: gray;
    font-weight: normal;
}

.eopt-color-jruri {
    color: #2b3e50;
}

.eopt-int-only {
    /*marker css*/
}

.eopt-float-only {
    /*marker css*/
}


.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.eopt-info-medium {
    color: #2b3e50;
    font-size: medium;
    font-weight: bold;
}

.popover-title {
    background-color: whitesmoke;
}

.popover-content {
    background-color: whitesmoke;
}

.popover {
    min-width: unset;
    padding: unset;
    border: solid 1px lightgray;
}


.eopt-date{
    cursor:pointer;
    padding-left:5px;
}
.form-control.eopt-date{
    padding-left:5px;
}
.eopt-calander-addon{
    margin-left: -26px;
    margin-top: 3px;
    z-index: 100;
    position: absolute;
    font-size: 20px;
    pointer-events:none;
    color: #24486e;
}

.eopt-calander-checkbox {
    position: absolute;
    z-index: 100;
    margin-top: 3px !important;
    margin-left: 3px !important;
    
}

    

.eopt-calander-textbox {
    z-index: 99 !important;
    padding-left: 25px !important;
    color: #2b3e50;
}

    .eopt-calander-textbox:disabled {
        color: gray;
        background-color: #ebebeb;
    }


.eopt-sidebar {
    z-index: 3;
    width: 180px;
    font-weight: bold;
    height: calc(100% - 100px);
    position: fixed !important;
    z-index: 999;
}

.text-red{
    color:crimson;
}

.text-gray{
    color:gray;
}

.bk-aet {
    margin: 0;
    padding: 0;
    background-image: url("SiteImages/AET_LogIn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-position-x: right;
    height: calc(100vh - 3.8vw);
}

.eopt-required::after {
    content: "*";
    font-size:0.8em;
    vertical-align: super;
    color: red;
}

.bk-esb {
    background-image: url("SiteImages/ESB_NEW_Login.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-position-x: right;
    height: 100vh;
}

.eopt-half-menu.eopt-sidebar{
    width: 35px;
}

.eopt-half-menu.eopt-sidebar .eopt-menu-li .a-title{
    display:none;
}
.eopt-half-menu.eopt-sidebar .eopt-menu{
    min-width:unset;
}
.eopt-content {
    margin-left: 180px;
    padding: 8px;
    max-width: calc(100% - 180px);
}

.eopt-content-half-wide {
    margin-left: 35px;
    padding: 8px;
    max-width: calc(100% - 350px);
}

.eopt-content-wide {
    margin-left: 0px;
    margin-right: 0px;
    padding: 8px;
    max-width: 100%;
}

.hidden {
    opacity: 0;
    display: none;
}

.eopt-toggle-clr {
    background-color: red;
}

.toggle-handle {
    background-color: inherit;
    vertical-align: inherit;
}

.toggle-on.btn {
    background-color: whitesmoke;
    color: #000;
}

.toggle-off.btn {
    background-color: whitesmoke;
    color: #000;
}

.toggle.btn {
    padding: 0px;
    border: solid 1px gray;
    max-height: 32px !important;
    min-height: 32px !important
}

    .toggle.btn:active:hover, .toggle.btn.active:hover {
        background-color: whitesmoke;
    }



.toggle-group {
    background-color: inherit;
}

.theme-color-bc {
    background-color: #24486e;
}


.text-theme-bc{
    color:snow;
}

    .theme-color-bc:disabled {
        opacity: 0.6;
    }

 .theme-color-geenEnergy{
        background-color: #24486e;
    }
.theme-color-fc {
    color: #24486e;
}

.theme-color-fc-force {
    color: #24486e !important;
}

.eopt-block-outline {
    border: solid white 7px;
}

.eopt-table-row-change-reflector {
    color: crimson !important;
}

.eopt-block-border {
    border: 1px #e8e8e8 solid;
}

.eopt-block-double-new {
    background: inherit;
    border: solid white 14px;
}

.eopt-placeholder-italic::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-style: italic;
}

.eopt-placeholder-italic:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-style: italic;
}

.eopt-placeholder-italic::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-style: italic;
}

.eopt-placeholder-italic:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}

.eopt-placeholder-normal::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: normal;
}

.eopt-placeholder-normal:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: normal;
}

.eopt-placeholder-normal::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: normal;
}

.eopt-placeholder-normal:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
}

.eopt-unit{
    font-size:80%;
    color:cornflowerblue;
}

.eopt-unit-tile{
    font-size:70% !important;
    z-index:100;
    background:inherit;
}

.eopt-unit-bottom{
    font-size: 75%;
    font-weight: 100;
    padding-left: 2px;
    margin-top: -2px;
    color: gray;
    position: absolute;
    right: 0;
    bottom:-11px;
}

 .notAllowedButton {
            background-image: url(/Content/SiteImages/NotAllowed.svg);
            background-repeat: no-repeat;
        }
 .waitButton {
            background-image: url(/Content/SiteImages/wait.svg);
            background-repeat: no-repeat;
        }
 .gooPricesButton {
            background-image: url(/Content/SiteImages/hamburger.svg);
            background-repeat: no-repeat;
            background-position: center;
        }
.eopt-unit-bottom-left{
    font-size: 75%;
    font-weight: 100;
    padding-left: 0px;
    margin-top: -2px;
    color: gray;
    position: absolute;
    left: 0;
    bottom:-11px;
}

.eopt-unit-bottom-left.with-radio{
    left:25px;
}


.eopt-label-flex
{
    color:black;
    font-size:x-small
}

.eopt-textbox-flex{
    margin-top:1px;
}

.eopt-textbox-flex:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:transparent;
}

.eopt-textbox-flex:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:transparent;
}

.eopt-textbox-flex:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:transparent;
}

.eopt-textbox-flex:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:transparent;
}

.eopt-loading {
    color: darkgray;
    font-size: xx-large;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a:focus, li:focus {
    outline: none !important;
    font-weight: bold;
}

.eopt-error-zone {
    max-width: 80%;
    bottom: 0;
    right: 0;
    position: fixed;
    margin-bottom: 14px;
    margin-right: 14px;
    z-index: 2030;
}

.eopt-error-bullet {
    font-size: x-small;
}

.eopt-msg.eopt-success > .eopt-msg-icon {
    background-color: #468847;
    border-color: #468847;
    color: #ffffff;
}

.eopt-msg.eopt-success {
    border-color: #468847;
}

    .eopt-msg.eopt-success > .eopt-msg-text {
        color: #000;
    }


.eopt-msg.eopt-danger > .eopt-msg-icon {
    background-color: crimson;
    border-color: crimson;
    color: #ffffff;
}

.eopt-msg.eopt-danger {
    border-color: #b94a48;
}

    .eopt-msg.eopt-danger > .eopt-msg-text {
        color: #000;
    }

.eopt-msg.eopt-info > .eopt-msg-icon {
    background-color: #3a87ad;
    border-color: #3a87ad;
    color: #ffffff;
}

.eopt-msg.eopt-info {
    border-color: #3a87ad;
}

    .eopt-msg.eopt-info > .eopt-msg-text {
        color: #000;
    }

.eopt-msg.eopt-warning > .eopt-msg-icon {
    background-color: #FDBB29;
    border-color: #FDBB29;
    color: #ffffff;
}

.eopt-msg.eopt-warning {
    border-color: #FDBB29;
}

    .eopt-msg.eopt-warning > .eopt-msg-text {
        color: #000;
    }

.eopt-msg-icon {
    display: table-cell;
    vertical-align: middle;
    border: none;
    border-right: solid 1px;
    padding: 7px;
    font-weight: normal;
    font-size: x-large;
    top: 0;
}

.eopt-msg-text {
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
    background-color: #fff;
    font-weight: normal;
    font-size: small;
    font-family: Segoe UI,wf_segoe-ui_normal, Tahoma, Geneva, Verdana, sans-serif;
    min-width: 200px;
    max-width: 450px;
}

.eopt-msg {
    border: solid 1px;
    padding: 0;
    display: table;
    background-color: white;
}

    .eopt-msg > .close {
        float: right;
        color: #000;
        font-weight: normal;
        padding: 4px;
        padding-top: 1px;
        font-size: medium;
    }



        .eopt-msg > .close:hover {
            color: #b94a48;
            font-weight: bold;
        }



.eopt-div-info-label {
    font-size: small;
    color: #000;
}

.eopt-div-info-value {
    font-size: large;
}

.eopt-tb-no-border {
    border: none;
}

    .eopt-tb-no-border:focus {
        border: none;
        outline: none;
    }


@media (max-width: 992px) {
    .eopt-msg-text {
        max-width: 100%;
    }

    .eopt-menu-ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }

    .eopt-menu {
        height: auto;
        display: inline-flex;
    }

    .meterNumberSpecial {
        max-width: 100%;
    }

    .eopt-left-panel {
        padding-right: 0;
    }

    .eopt-menu-collapser {
        display: block;
    }

    .eopt-only-mob {
        display: block;
    }

    .eopt-only-desktop {
        display: none;
    }

    .eopt-loc-left-section-dashboard {
        padding-right: 0px;
    }

    .eopt-page-title {
        position: fixed;
        left: 30px;
    }
}

.eopt-hide {
    display: none;
}

td {
    white-space: nowrap;
}

th {
    white-space: nowrap;
}

.commodityPower {
    background-image: url(/Content/SiteImages/PowerUnselected.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ui-state-highlight .commodityPower {
    background-image: url(/Content/SiteImages/PowerSelected.png);
    background-repeat: no-repeat;
    background-position: center;
}

.commodityGas {
    background-image: url(/Content/SiteImages/GasUnselected.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ui-state-highlight .commodityGas {
    background-image: url(/Content/SiteImages/GasSelected.png);
    background-repeat: no-repeat;
    background-position: center;
}

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after{
    color: #24486e;
}


.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before{
    background-color: #fff;
    border-color: #24486e;
}

.checkbox-small label
{
    font-size:12px;
}

.checkbox-small label::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #5C6970;
    border-radius: 0;
    outline: none;
}

.checkbox-small label::after {
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 2px;
    top: 1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 8px;
}

.eopt-row-sales-nonbordered .checkbox-small label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 0px;
    margin-left: -20px;
    border: 1px solid #5C6970;
    border-radius: 0;
    outline: none;
}

.eopt-row-sales-nonbordered .checkbox-small label::after {
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 2px;
    top: 1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 8px;
}
.navbar-fixed-bottom {
    margin-left: 0;
    background-color: #fff;
    /*background-image: url(SiteImages/bottomBar.svg);
            background-position-x:left;
            background-position-y:center;
            border:none;
            background-repeat:no-repeat;
            background-size:contain;*/
    border-top: 1px solid gainsboro;
    WIDTH: 100%;
    left: 0;
    bottom: 0px;
    z-index: 1000;
    min-height: 25px;
    position: absolute;
}
#metershost > .checkbox > label{
    font-family: 'Courier New';
}

.eopt-next-input {
    outline: 1px solid orange;
}

.100per-img{
    width:100%;
    height:100%;
}

.eopt-dow-cell{
    text-align: center;
}

.eopt-day{
    text-align: center;
}

.eopt-old{
    opacity:0.4;
    color:gray;
    background-color:whitesmoke;
}

.eopt-active{
    background-color:#ceeafc;
}

.eopt-prev{
    text-align:center;
}

.eopt-month{
    text-align:center;
}

.eopt-next{
    text-align:center;
}

.eopt-disabled{
    color:gray;
}

.bootstrap-datetimepicker-widget td.eopt-disabled {
    color: crimson;
}

.eopt-today{
    color:#24486e;
}

.eopt-weekend{
    color:crimson;
}

.eopt-picker-switch{
    text-align: center;
}

.eopt-monthview-cell {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.eopt-monthview-cell.active{
    background-color:#ceeafc;
}

.eopt-yearview-cell {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}

.eopt-yearview-cell.active{
    background-color:#ceeafc;
}


/* W3.CSS 4.04 Apr 2017 by Jan Egil and Borge Refsnes */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
    width: 100%;
}

    .w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
        min-width: 100%;
    }

    .w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
        width: 100%;
        text-align: left;
        padding: 8px 16px;
    }

.w3-bar {
    width: 100%;
    overflow: hidden;
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto;
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    outline: none;
    display: block;
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
    position: static;
    float: left;
}

.w3-bar .w3-button {
    white-space: normal;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    outline: none;
    white-space: normal;
    float: none;
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center;
}

.w3-block {
    display: block;
    width: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px;
    }

    .w3-hide-large {
        display: none !important;
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none;
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 5;
    cursor: default;
}

.eopt-footer-total td:last-child {
    padding-right: 17px;
}

.eopt-imgbtn-merged {
    padding-left: 5px;
}

.eopt-imgbtn-merged-img {
    font-size: 16px;
}

.eopt-imgbtn-merged-txt {
    margin-left: 15px;
}

.eopt-pdf-plot {
    padding: 7px;
}

.maloupdated {
    background-color: green;
}

.green-btn {
    color: green;
}

.red-btn{
    color:crimson;
}

.orange-btn{
    color:orange;
}

.status-icon{
    font-size:large
}

.eopt-green-lbl {
    background-color: #468847;
    color: white;
}

thead > tr {
    background-color: #24486e;
    color: whitesmoke;
    border-bottom:2px solid gray;
}

.dataTables_scroll{
border-left:1px solid gainsboro;
    border-right:1px solid gainsboro;   
    border-bottom:1px solid gainsboro; 
}

.dataTables_scrollBody{
    border-bottom:none;
}

.dataTables_scrollHead {
    background-color: whitesmoke;
}

td .eopt-dropdown{

}

table{
    border-bottom: 1px solid gainsboro;
}
table.dataTable tbody th, table.dataTable tbody td {
    height: 22px;
    padding-left: 6px;
    padding-right: 6px;
}

table.dataTable thead th, table.dataTable thead td {
    height: 22px;
    padding-left: 6px;
    padding-right: 6px;
}

    table.dataTable thead th {
        background-color: #24486e;
        color: white;
    }

table.dataTable th{
    vertical-align:top;
}

table.dataTable.compact{
    font-size: 80%;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding:3px;
    height: 19px;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding:3px;
    height: 19px;
}




.eopt-dt-center {
    padding-right: 10px !important;
}

table.dataTable.compact > thead > tr > th{
    font-size: 100%;
}

th {
    font-weight: normal !important;
    font-size: 13px;
}

.cell-dropdown {
    color: black;
    max-height: 20px;
    font-size: 14px;
    padding: 1px;
    font-family:  Segoe UI,wf_segoe-ui_normal, Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    box-shadow: none;
}

.expiredPeriod {
    opacity: 0.9;
    /*background-color: #ffe8e4 ;*/
    background-color: #ffe8e4 !important;*/
    color: #919191 ;
}

.eopt-gray-scale .expiredPeriod td:first-child::before {
        left:4px;
}
    .expiredPeriod td:first-child::before {
        -webkit-font-smoothing: antialiased;
        font-family: "Material Icons";
        font-weight: normal;
        content: "\e14b";
        padding: 5px;
        color:crimson;
    }

.nonexpiredPeriod td:first-child::before {
    -webkit-font-smoothing: antialiased;
    font-family: "Material Icons";
    font-weight: 100;
    content: "\e14b";
    color: transparent;
    padding:5px;
}

.nonexpiredPeriod th:first-child::before {
    -webkit-font-smoothing: antialiased;
    font-family: "Material Icons";
    font-weight: 100;
    content: "\e14b";
    color: transparent;
    padding: 5px;
}

.expiredPeriod td:first-child {
    padding-left: 16px !important;
}

.highcharts-point {
    stroke: white;
}

.highcharts-graph.zone-0 {
    stroke: #f7a35c;
}

.highcharts-area.zone-0 {
    fill: #f7a35c;
}

.highcharts-point.zone-0 {
    fill: #f7a35c;
}

.highcharts-graph.zone-1 {
    stroke: #7cb5ec;
}

.highcharts-area.zone-1 {
    fill: #7cb5ec;
}

.highcharts-point.zone-1 {
    fill: #7cb5ec;
}

.highcharts-graph.zone-2 {
    stroke: #90ed7d;
}

.highcharts-area.zone-2 {
    fill: #90ed7d;
}

.highcharts-point.zone-2 {
    fill: #90ed7d;
}

.eopt-bk-results-table {
    width: 95%;
}

    .eopt-bk-results-table > thead > tr {
        height: 22px;
    }

    .eopt-bk-results-table > tbody > tr {
        height: 22px;
    }

.eopt-bk-result-highlight {
    background-color: gainsboro;
    font-weight: bold;
}

.eopt-bk-result-highlight-red {
    background-color: gainsboro;
    color: crimson;
    font-weight: bold;
}

.eopt-bk-calc-row {
    min-height: 32px;
}

.eopt-datatable{
    border:solid 1px #f8f9fa;
    border-top:5px solid  #24486e
}

.eopt-datatable > thead > tr {
    min-height: 26px;
}

.eopt-datatable > thead > th {
    min-height: 26px;
}

.eopt-datatable > tbody > tr {
    min-height: 26px;
}

.eopt-datatable > tbody > th {
    min-height: 26px;
}

.sorting_1 {
    background-color: unset;
}

.imageButton {
    background-color: #24486e;
    padding: unset;
    width: 32px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    font-size: 14px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 32px;
        text-decoration: none;
        background-position-y:center;
        background-position-x:center;
}


.imageButton.flat{
    color: white;
    background-color: whitesmoke;
    border: 1px solid #006ab3;
    padding: 0px;
    align-self: flex-end;
}

.imageButtonRow {
    padding: 1px;
    margin: 0;
    vertical-align: middle;

    background-color: transparent;
    padding-left: unset;
    width: 12px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    font-size: 15px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 15px;
        text-decoration: none;
        background-position-y:center;
        background-size: contain;
}

.imageButtonRow:disabled{
    opacity:0.6;
    pointer-events:none;
    cursor:not-allowed;
}

    .imageButton:hover {
        opacity:0.8;
    }

    .imageButton:disabled {
        cursor:not-allowed;
        opacity:0.8;
    }

.eopt-bk-units-column {
    padding-left:8px;
}

.eopt-blink{
    animation: blink 0.5s ease-in 2;
}

.eopt-alarm{
}

.eopt-upper-limit-breach{
    font-weight:bold;
    color:crimson;
}

.eopt-lower-limit-breach{
    font-weight:bold;
    color:#03a503;
}

.eopt-no-limit-breach{
    color:#24486e;
}

.eopt-toggle{
    min-height: 32px !important;
    max-height: 32px !important;
}

.eopt-toggle>.toggle-group>.toggle-on{
    padding-top:8px;
}

.eopt-toggle>.toggle-group>.toggle-off{
    padding-top:8px;
}

.eopt-alert-image{
}

.pricing-notification{
    position:absolute;
    left:calc(50vw);
    bottom:60vh;
    font-size:medium;
    pointer-events:none;
    opacity:0.1;
}


.indicative-watermark{
    position:absolute;
    left:calc(40vw);
    bottom:60vh;
    font-size:medium;
    pointer-events:none;
    opacity:0.3;
}

.indicative-watermark-inside{
    /*position: absolute;
    left: 25%;
    bottom: 50%;*/
    font-size: small;
    pointer-events: none;
    opacity: .3;
    z-index:100;
}


.pricing-notification-icon{
    height:20vh;
    margin-top:calc(50% - 30vh);
}

.popover > .arrow{
    display:none;
}

.eopt-dyn-greenmodal .theme-color-bc{
    background-color:#009577;
}

.eopt-dyn-greenmodal .checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before{
    background-color:#fff;
    border-color:#009577;
}

.eopt-dyn-greenmodal .checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after{
    color:#009577;
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
    color: #24486e
}


    input[type="file"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.bootstrap-filestyle input[type="text"]{
    padding-left:5px;
    padding-right:5px;
}

.eopt-dyn-greenmodal .themeStandardColor{
    background-color:#009577;
}

.eopt-dyn-greenmodal .input-group-addon{
    background-color:#009577;
}

.eopt-rightcol-dt{
    padding-right:17px !important;
}

.eoptUndecidedBorder{
    border-left:5px solid transparent;
}
.eoptUndecidedBorder-gray {
    border-left: 5px solid transparent;
}

.eoptUndecidedBorder-green {
    border-left: 5px  solid #009577;
}
.eoptGreenBorder{
    border-left:5px solid #009577;
}
.eoptGrayBorder{
    border-left:5px solid lightgray;
}


.buyNotification, .sellNotification {
    position: relative;
    /*padding-left*/: 20px; /* Space for the dot */
}

    .sellNotification::before {
        content: '\1F514';
        position: absolute;
        left: 0;
        top: 2px;
        /*transform: translateY(-50%);*/
        /*width: 8px;
        height: 8px;*/
        /*background-color: green;*/
    }

    .buyNotification > a::before {
        content: '\1F514';
        position: absolute;
        left: 0;
        top: 2px;
        /*transform: translateY(-50%);*/
        /*width: 8px;*/
        /*height: 2px;*/
        /*background-color: red;*/
        /*border-radius: 50%;*/
    }


.contactUsPerson {
    height: 150px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contactUsInfoSection{
    font-size:16px;
    font-weight:normal;
    color:gray;
    padding:4px;
}

.contactUsInfoBlock{
    padding:0px 7px;
}

.eopt-link-flat{
    text-decoration:none;
}

.eopt-link-flat:focus{
    font-weight:normal;
    text-decoration:none;
}

.eopt-table-row>th{
    height: 32px;
    padding:0px 6px;
}

.eopt-table-row>td{
    height: 32px;
    border:1px solid gainsboro;
    padding:0px 10px;
}


.eopt-dt-left{
    height: 32px;
}

.eopt-dt-center{
    height: 32px;
}

.eopt-dt-right{
    height: 32px;
}

/*table.dataTable thead th, table.dataTable thead td{
    padding:0px !important;
    padding-left: 8px !important;
    padding-right:8px !important;
    border-top:2px thick #24486e !important;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding:0px !important;
    padding-left: 8px !important;
    padding-right:8px !important;
    border-top:2px thick transparent;
}*/



.row-mon-vol:hover{
    background-color:whitesmoke;
    
}

.row-mon-vol{

}

.row-mon-vol:hover>td>.eopt-dropdown>.eopt-dropdown-button{
    opacity:1;
}

.row-mon-vol>td>.eopt-dropdown>.eopt-dropdown-button{
    opacity:0;
}

.row-mon-vol>td>.eopt-dropdown.eopt-changed>.eopt-dropdown-button{
    opacity:1
}

@keyframes blink {
  from, to { opacity: 1 }
  50% { opacity: 0 }
}


/*-----------------------fats----------------------*/



.eopt-active-tile{
    border:1px solid #24486e !important;
    background-color:inherit;
}
.eopt-active-tile.active{
    background-color:#24486e;
}

.eopt-active-tile input{
    color: #24486e
}

.eopt-active-tile.active input{
    color: snow
}

    .eopt-active-tile .eopt-active-tile-text{
        color:#24486e;
    }

      .eopt-active-tile.active .eopt-active-tile-text{
        color:snow;
    }



.action-tile-theme-hsmall {
    font-size: 14px;
    background-color: #66ae1f;
    border: 1px solid #98AD83;
    color: whitesmoke;
    padding: 10px;
    border-radius: 3px;
    width: 190px;
    height: 100px;
    max-width: 190px;
    max-height: 100px;
    min-width: 190px;
    min-height: 100px;
    margin: 7px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.action-tile-nontheme-hsmall {
    font-size: 14px;
    background-color: whitesmoke;
    border: 1px solid #66ae1f;
    color: #98AD83;
    padding: 10px;
    border-radius: 3px;
    width: 190px;
    height: 100px;
    max-width: 190px;
    max-height: 100px;
    min-width: 190px;
    min-height: 100px;
    margin: 7px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.action-tile-nontheme-hssmall-holder-2 {
    font-size: 14px;
    /*background-color: #459A7D;
    border: 1px solid #9bb6ad;*/
    /*color: whitesmoke;*/
    /*border-radius: 10px;*/
    margin:7px;
    width: 420px;
    height: 100px;
    max-width:420px;
    max-height: 100px;
    min-width: 420px;
    min-height: 100px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    overflow-x:auto;
}

.eopt-flat-table{
    border-radius: 0;
    border:1px solid #66ae1f;
}

.eopt-flat-table > thead > tr{
    background-color:#66ae1f;
    border-radius: 0;
}

.simgle-icon-txt>img{
    max-width:10%;
}


.modal-backdrop {
    opacity: 0.5;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none; 
  border-radius: 0;
  background-color:whitesmoke;
  border-right:1px solid gainsboro;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: gainsboro; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray; 
}

.dataTables_scrollHeadInner{
    background-color:gainsboro;
    border-right: 1px solid gainsboro;
    border-bottom:none;
}


.eopt-reports-esb>thead>tr>th{
   padding-left:10px !important;
   padding-right:10px !important;
}

.eopt-reports-esb>tbody>tr>td{
   padding-left:10px !important;
   padding-right:10px !important;
}


.eopt-reports-esb > tfoot > tr > td {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.bi-slash-circle{
    color:crimson;
}

.deleteButtonRow {
    background-image: url(/Content/SiteImages/delete.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    width: 16px;
    height: 16px;
}

.addButtonRow {
    background-image: url(/Content/SiteImages/AddFilter.svg);
    background-repeat: no-repeat;
    padding: 0;
    width: 20px;
    height: 20px;
}
