body {
}

.test {
    background-color: red;
}

.gridColor {
    background-color: #fff;
}

.pWordBreak {
    word-break: break-word;
    white-space: normal;
/*    color: #fc4b6c !important;*/
}

.remMargin {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.pRemMargin {
    margin-bottom: 0.5rem;
}

#projeGrid .dx-toolbar .dx-texteditor {
    width: 100% !important;
}

#projeGrid .dx-toolbar .dx-toolbar-after {
    padding-left: 0px;
    width: 100% !important;
}

#projeGrid .dx-datagrid-search-panel {
    margin-left: 0px;
}

.lightboxcontainer {
    width: 100%;
    text-align: left;
}

.lightboxleft {
    width: 40%;
    float: left;
}

.lightboxright {
    width: 60%;
    float: left;
}

    .lightboxright iframe {
        min-height: 390px;
    }

.divtext {
    margin: 36px;
}

@media (max-width: 800px) {
    .lightboxleft {
        width: 100%;
    }

    .lightboxright {
        width: 100%;
    }

    .divtext {
        margin: 12px;
    }
}

.bg-success-green {
    background-color: #28a745 !important;
}

.toggleBtn {
    width: 100%;
    height: 46px;
    line-height: 22px;
    font-size: 18px !important;
    text-align: left;
}
.placeholdersize::placeholder {
    font-size: 12px;
}

.video-container {
    position: relative;
    padding-bottom: 35.294%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

ul.jqtree-tree {
    list-style-type: none;
}

    ul.jqtree-tree ul.jqtree_common {
        list-style-type: none;
    }

ul.jqtree-tree li.jqtree_common {
    list-style-type: none;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border: 1px solid #d5d5d5;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #007bff;
    border-radius: 4px;
    background-color: #e7f3ff;
    color: #007bff;
}

    .custom-file-upload:hover {
        background-color: #d1e7ff;
    }

.custom-file-input {
    display: none;
}