﻿.border-red {
    border: solid 1px red;
}

[data-eviewoverlay] {
    position: fixed;
    top: 0;
    left: 0;
    background: #f0f0f0;
    z-index: 55555;
    width: 100%;
    height: 100%;
    margin: auto;
}

    [data-eviewoverlay] img, [data-eviewnodataoverlay] img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -32px 0 0 -32px;
    }

    [data-eviewoverlay] img {
        width: 64px;
        height: 64px;
        margin: -32px 0 0 -32px;
    }

[data-eviewnodataoverlay] img {
    width: 500px;
    height: 500px;
    margin: -250px 0 0 -250px;
}

.k-tabstrip div.k-content {
    padding: 0;
}

.dynamicfilter-checkbox {
    position: relative;
    left: 10px;
    top: 5px;
}

.dynamicfilter-remove {
    color: red;
}

.filterconfig-wrapper i {
    cursor: pointer;
}

.filterconfig-wrapper {
    margin: 10px 0 0 0;
    display: none;
    float: right;
}

.rotateleftdown {
    /*-moz-transform:rotate(180deg) translate(20px, 0);
    -webkit-transform:rotate(180deg) translate(20px, 0);
    transform:rotate(180deg) translate(20px, 0);*/
    animation: rotateleftdown 1 1s forwards;
}

.showadd {
    animation: showadd 1 1s forwards;
}

@keyframes rotateleftdown {
    0% {
        margin: 0;
    }

    50% {
    }

    100% {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-right: 12px;
    }
}

@keyframes showadd {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.form-control.input-sm {
    width: 100%;
}

.eview-content {
    /*box-shadow: -3px 0px 10px 1px #aaaaaa;*/
}
/*.eview-shadowleft {
    box-shadow: -3px 0px 10px 1px #aaaaaa;
}*/

.eview-savecancel {
    margin-left: 15px;
    margin-bottom: 0;
}

/*.k-window-titlebar {
    background-color: #829091;
    color: white;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 5px 0;
    height: 20px;
    font-weight: bolder;
}


    .k-window-titlebar .k-state-hover {
        border: none;
        padding: 2px;
        opacity: 1;
    }

.k-window-title {
    font-size: 0.75em;
    margin: 0;
}

.k-window-titlebar .k-window-actions {
    top: 7px;
    right: 8px;
}

.k-window .k-pane .row {
    height: 100%;
}


.k-window .k-splitter {
    height: 100%;
}

.k-invalid-msg {
    display: none !important;
}

.k-invalid {
    border: 1px solid red;
}

.k-widget > span.k-invalid,
input.k-invalid, textarea.k-invalid {
    border: 1px solid red !important;
}

.k-state-selected .k-radio-label:before {
    border-color: #c5c5c5;
    border-width: 1px;
}

.k-state-selected .k-radio-label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background-color: #428bca !important;
}*/
