/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

main{
    min-height: calc(100vh - 154px);
}

.brand-logo{
    white-space: nowrap;
}
#breadcrumbs-wrapper {
    background: #f3f3f3;
}
#breadcrumbs-wrapper .breadcrumbs-title {
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 18px 0 0;
}
#breadcrumbs-wrapper .breadcrumbs {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}
#breadcrumbs-wrapper .breadcrumbs > li {
    display: inline-block;
}
#breadcrumbs-wrapper .breadcrumbs > li + li::before {
    padding: 0 5px;
    color: #bdbdbd;
    content: "/\00a0";
}
.tariff-detail >li{
    display: inline-block;
}
.tariff-detail >li + li::before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";    
}

.icon-block {
    padding: 0 15px;
}
#card-stats .card {
    overflow: hidden
}

#card-stats .card-content {
    height: 225px
}

.icon-block .material-icons {
    font-size: inherit
}

#card-stats .card .card-content {
    padding: 10px 14px
}

#card-stats .card-content {
    text-align: center
}

#card-stats .card-stats-title {
    font-size: 1rem;
    min-height: 22px
}

#card-stats .card-stats-title i {
    font-size: 1.2rem;
    top: 4px;
    position: relative
}

.card-stats .card {
    overflow: hidden;

}
.card-stats .card-content{
    height: 225px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.card-stats .card .card-content {
    padding: 10px 14px;
}
.card-stats .card-content {
    text-align: center;
}
.card-stats .card-stats-title {
    font-size: 1rem;
    min-height: 22px;
}
.card-stats .card-stats-title i {
    font-size: 1.2rem;
    top: 4px;
    position: relative;
}
.tpclass{
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 0;
    z-index: 10000;
    width: fit-content;
    display: table;    

}

.card-move-up .move-up {
    padding: 20px;
}
.card-stats-number {
    white-space: nowrap;
}
.chart-title {
    font-size: 1.6rem;
    font-weight: 300;
}
.chart-e-switch {
    padding-top: 10px;
    padding-right: 10px;
    color: #fff;
    text-align: right;
}

.switch.chart-e-switch label input[type=checkbox]:checked+.lever:after {
    background-color: rgb(255, 82, 82) !important;
}
.switch.chart-e-switch label input[type=checkbox]:checked+.lever {
    background-color: rgb(255, 82, 82) !important;
}
.btn-move-up {

    position: relative;
    top: -28px;
    right: -18px;
    margin-right: 10px !important;

}
.doughnut-chart-status {
    position: relative;
    top: -75px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    height: 0;
    text-align: center;
    text-shadow: 0px 0px 4px #fff;
}
.doughnut-chart-legend li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
}
li.eday::before {
    background: #f7464a;
}
li.enight::before {
    background: #999;
}
li.epeak::before {
    background: #fdb45c;
}
.doughnut-chart-legend li {
    padding: 2px 0;
    font-size: 0.9rem;
    text-align: left;
}

/*table*/

div.material-table {
    padding: 0;
}

div.material-table .hiddensearch {
    padding: 0 14px 0 24px;
    border-bottom: solid 1px #DDDDDD;
    display: none;
}

div.material-table .hiddensearch input {
    margin: 0;
    border: transparent 0 !important;
    height: 48px;
    color: rgba(0, 0, 0, .84);
}

div.material-table .hiddensearch input:active {
    border: transparent 0 !important;
}

div.material-table table {
    table-layout: fixed;
}

div.material-table .table-header {
    height: 64px;
    padding-left: 24px;
    padding-right: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-display: flex;
    border-bottom: solid 1px #DDDDDD;
}

div.material-table .table-header .actions {
    display: -webkit-flex;
    margin-left: auto;
}

div.material-table .table-header .btn-flat {
    min-width: 36px;
    padding: 0 8px;
}

div.material-table .table-header input {
    margin: 0;
    height: auto;
}

div.material-table .table-header i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
}

div.material-table .table-footer {
    height: 56px;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
    display: -webkit-flex;
    display: flex;
}

div.material-table .table-footer label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div.material-table .table-footer .select-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
    margin-right: 0px;
}

div.material-table .table-footer .material-pagination {
    display: flex;
    -webkit-display: flex;
    margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
    margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
    color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
    margin: 0;
    border-bottom: none;
    height: auto;
    line-height: normal;
    font-size: 12px;
    width: 40px;
    text-align: right;
}

div.material-table .table-footer select {
    background-color: transparent;

    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

div.material-table .table-title {
    font-size: 20px;
    color: #000;
}

div.material-table table tr td {
    padding: 0 0 0 56px;
    height: 48px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: solid 1px #DDDDDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.material-table table tr td a {
    color: inherit;
}

div.material-table table tr td a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
}

div.material-table table tr {
    font-size: 12px;
}

div.material-table table th {
    font-size: 12px;
    font-weight: 500;
    color: #757575;
    cursor: pointer;
    padding: 0;
    height: 56px;
    padding-left: 56px;
    vertical-align: middle;
    outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
    color: rgba(0, 0, 0, 0.87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "arrow_back";
    -webkit-transform: rotate(90deg);
    display: none;
    vertical-align: middle;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    display: inline-block;
}

div.material-table table th.sorting_desc:after {
    content: "arrow_forward";
}

div.material-table table tbody tr:hover {
    background-color: #EEE;
}

div.material-table table th:first-child,
div.material-table table td:first-child {
    padding: 0 0 0 24px;
}

div.material-table table th:last-child,
div.material-table table td:last-child {
    padding: 0 14px 0 0;
}

#w-summ,.stroked{
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.t_ind td{
    white-space: nowrap;
}
.water-select-wrap{
    background-color: rgba(242,242,242,0.8);
    float: right;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    margin: 4px;
}
.waves-block {
    overflow: visible !important;
}


#nav-mobile .user_name{
    max-width: 124px;
    overflow: hidden;
    display: inline-block;
    max-height: 48px;        
}    

@media (max-width: 600px){
    .card {
        overflow: visible !important;
    }

    .card:after {
        content: "."; 
        visibility: hidden; 
        display: block; 
        height: 0; 
        clear: both;
    }
    
#card-stats .card-content{
    height: 175px;
}
}