﻿/*@import url('jquery.msgbox.css');*/


/*body{ background: url("../images/bg_body_.png") repeat-x scroll center top #CED5DB; }*/

/*body{ background: url("../images/bg_body_.png") repeat-x scroll center top #FBFBFB; }*/

.btn-inline-table {
    display: inline-table;
}

.cover2 {
    display: block;
    z-index: 99999;
    position: fixed;
    background-color: White;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.cover {
    display: block;
    z-index: 99999;
    position: fixed;
    background-color: White;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.masthead {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 70px; /*background: url("../images/bg_body_.png") repeat-x scroll center top; */
}

.shadeBox {
    -moz-box-shadow: 0 6px 8px -4px #d1d1d1;
    -webkit-box-shadow: 0 6px 8px -4px #d1d1d1;
    box-shadow: 0 6px 8px -4px #d1d1d1;
}

.loginbox {
    border-top: 4px solid #0072c6;
    left: 50%;
    margin-left: -247px;
    margin-top: -138px;
    padding: 15px;
    position: absolute;
    top: 50%;
}

.controlInline {
    display: inline-table;
}

#bodyBackground {
    min-width: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 30px;
    overflow: auto;
    padding-bottom: 20px;
}

#grd_inv_panel {
    margin: 120px 20px 0px 20px;
    padding: 5px;
    background-color: White;
}

#grd_invdet_panel {
    padding: 5px;
    background-color: White;
    min-width: 1100px;
}


/*devexpress*/
.dxpcContentPaddings_DevEx {
    padding: 1px;
}

.dxmMenu_Office2010Silver, .dxmVerticalMenu_Office2010Silver {
    border: 0px;
}

.passive {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
    cursor: default;
}

@media print {
    .noPrint {
        display: none;
    }
}


.dxgvPagerBottomPanel_MetropolisBlue {
    background-color: #f1f1f1;
    box-shadow: 5px 0 3px 1px #c1c1c1;
}

/*
.dxgvHeader_MetropolisBlue{
        background-color: #d9d9d9;
}
*/


.wfItem {
    margin-right: 10px;
    /*box-shadow: 0px 3px 4px 0px #c1c1c1;*/
    border-radius: 3px;
    /*BORDER-TOP: 1PX SOLID #E9E9E9;*/
    /*box-shadow: 0px 3px 4px 0px #c1c1c1;*/
}

.wfTitle {
    /*
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
    background-color: #0072C6;
    color: white;
    height: 22px;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
    white-space: nowrap;
}

.wfStatus {
    min-width: 120px;
    padding: 3px;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    white-space: nowrap;
}

.apprstate0 {
    /*background-color: #FF6666 !important;*/
    /*background-image: -webkit-linear-gradient(top, #fff 0%, #FF6666 100%) !important;*/
    background-image: -webkit-linear-gradient(top, #fff 0%, #FF6666 100%) !important;

}

.apprstate1 {
    background-image: -webkit-linear-gradient(top, #ffff00 0%, #ffc208 100%) !important;
}

.apprstate2 {
    background-image: -webkit-linear-gradient(top, #4CAF50 0%, #3d7f40 100%) !important;
    /*background-color: #4CAF50 !important;*/
}

.apprstate3 {
    background-image: -webkit-linear-gradient(top, lightcyan 0%, #3298dc 100%) !important;
    /*background-color: lightcyan !important;*/
}

.wfText {
    min-width: 120px;
    padding: 3px;
    white-space: nowrap;
}

.loadingGif {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
}

.scrollBody {
    position: relative;
    overflow: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.gradient-down {
    background: linear-gradient(#f1f1f1, #f9f9f9);
}

.gradient-right {
    background: linear-gradient(to right, #f1f1f1, #f9f9f9);
}

/*LOADER-ROTATE*/

.loader-spinner3 {
    box-sizing: border-box;
    height: 60px;
    width: 60px;
    margin: -30px;
    border: 0px solid #0072C6;
    border-radius: 50%;
    box-shadow: 0 -20px 0 24px #0072C6 inset;
    left: 50%;
    top: 50%;
    position: absolute;
    animation: rotate 1s infinite linear;
}

.loader-spinner2 {
    margin: 50px;
    height: 28px;
    width: 28px;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #3498db;
    border-right-color: transparent;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
}

.loader-spinner1 {
    box-sizing: border-box;
    height: 60px;
    width: 60px;
    margin: -30px;
    border: 0px solid #0072C6;
    border-radius: 50%;
    box-shadow: 0 -20px 0 24px #0072C6 inset;
    animation: rotate 1s infinite linear;
    left: 50%;
    top: 50%;
    position: absolute;
}

.loader-signal {
    border: 5px solid #333;
    border-radius: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.sendicon {
    background: url(../images/Arrow_0.png) 0 0 no-repeat;
}

