﻿.dx-theme-material-typography {
    background-color: #363640 !important;
     
}
.icon-bar a {
    color: rgba(0, 150, 136, 1);
}
      .icon-bar a:hover {
        /* background-color: rgba(0, 150, 136, 1);*/
        background-color: transparent !important;
        color: rgba(0, 150, 136, 1);
    }

.app-headerx-client {
    padding: 7px 5px 3px 5px;
    background-color: #306b65;
    color: white;
    font-size: 15px;
}
.theme-orange {
    border-bottom: 2px solid #06c2af;
}
.main-color {
    color: rgba(0, 150, 136, 1);
}
.main-bkcolor {
    background: rgba(0, 150, 136, 1);
    color:white;
}
.main-bkcolor2 {
    background: #363640;
    color:white;
}

.tile-folder {
    background-color: #334d4d;
    color: white;
    border: 1px solid #ccc;
    margin: 6px 6px 0 6px;
}
.tile-item {
    background-color: #464653;
    color: white;
    border: 1px solid #ccc;
    margin: 6px 6px 0 6px;
}
.dx-popup-title {
    background: rgba(0, 150, 136, 1);
    
    color: white;
}
.dx-popup-bottom {
    background: #363640;
    color:white;
}
.main-bkcolor2-imp {
    background: #363640 !important;
    color: white;
}
.main-bkcolor2-light-imp {
    background: #464653 !important;
    color: white;
}
    .main-bkcolor2-light-imp.selected {
        background: #306b65 !important;
        color: white;
    }
.main-button {
    background: #009688;
    color:white;
    padding:10px;
    text-align:center;
    font-weight:bold;
}
.section-header {
    /*background: #404040;*/
    font-weight:bold;
}
.section-table{
    width:100%;
}
.section-table tr{
    border-bottom:1px solid #bbb;
}
    .section-table tr td {
       padding:7px;
       width:25%;
    }
        .section-table tr td:nth-child(odd) {
            text-align: left;
            color: #d9d9d9
        }
        .section-table tr td:nth-child(even) {
            text-align: right;
            color: white;
        }
        .section-table tr td:nth-child(even) span {
            color: white;
        }
        .section-table tr td:nth-child(odd) span {
            color: #d9d9d9;
        }
