﻿.Loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: transparent;
    opacity: 0.7;
}
.dropzone {
    background: palegreen;
    width: 200px;
    height: 100%;
    margin: 10px;
    overflow: hidden;
}
.dropzone.Single {
    width: 460px;
}
.dropzone.in {
    /*width: 600px;
    height: 200px;
    line-height: 200px;*/
    /*font-size: larger;*/
    /*background: red;*/
    border: 1px dashed black;
}
.dropzone.hover {
    background: gainsboro;
}
.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.dropzone .MainText
{
    text-align: center;
    font-weight: bold;
}
.dropzone .HelpText
{
    font-size: 11px
}

#CPDropzone
{
    float: left;
}
#GDDropzone
{
    float: left;
}
.progress
{
    margin: 10px;
}
.fileinput-button
{
    float: right;
}

.RoundedCorner
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.menu-ribbon {
    margin-bottom: 8px;
}

.grid-search-panel {
    padding: 8px 0;
}
.grid-search-panel .dxeButtonEditSys {
    box-shadow: none;
    border-radius: 0;
}
.cell-wrap-all {
    word-break: break-all;
}
.Loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: transparent;
    opacity: 0.7;
}

.dxeNullText_Material .dxeEditArea_Material,
.dxeNullText_Material .dxeMemoEditArea_Material {
    color: #bdbdbd !important;
}
img[src*='red-hand-light.svg'],
img[src*='red-hand-solid.svg'] {
    filter: invert(17%) sepia(88%) saturate(7426%) hue-rotate(7deg) brightness(99%) contrast(123%);
}
img[src*='yellow-hand-light.svg'],
img[src*='yellow-hand-solid.svg'] {
    filter: invert(79%) sepia(71%) saturate(1692%) hue-rotate(349deg) brightness(105%) contrast(101%);
}
img[src*='-solid.svg'],
img[src*='-regular.svg'],
img[src*='-thin.svg'],
img[src*='-light.svg'] {
    width: 16px;
    height: 16px;
}