﻿

#ddlNotifyAct option {
    text-align: right;
}

#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 1%;
    height: 30px;
    background-color: #20343F;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    width: 20px;
    border-top: none;
    vertical-align: top;
}

    .caret::before {
        content: "\25B6" !important;
        color: black !important;
        display: inline-block !important;
        margin-right: 6px !important;
    }

.caret-down::before {
    -ms-transform: rotate(90deg) !important; /* IE 9 */
    -webkit-transform: rotate(90deg) !important; /* Safari */
    transform: rotate(90deg) !important;
}

.caret-content {
    /*padding-top:20px;*/
    vertical-align: middle;
}

.nested {
    display: none !important;
}

.active {
    display: block !important;
}

div.assetTree {
    height: 600px;
    width: 340px;
    overflow-y: auto;
    overflow-x: auto;
}


.dx-datagrid-headers .dx-header-row {
    background-color: #7F7F7F;
    color: #FFFFFF;
}


.dx-button {
    border-width: 0px;
}

.headerH {
    height: 89px;
    width: 100%;
}

.logoImg {
    margin-left: 16px;
    margin-top: 16px;
}

.bgColor {
    background-color: rgb(32,52,63);
}

.version {
    color: white;
    text-align: center;
    width: 40px;
    font-size: 10px;
    margin-left: 16px;
    margin-right: 8px;
    margin-top: 30px;
}

