﻿.dxgvFocusedRow {
    background-color: transparent;
    color: Black;
}

.dxeRequiredMark {
    color: red;
    font-style: normal;
    margin-left: -7px;
}

.dxeCaption {
    width: 170px;
    padding-left: 5px;
}

.dxeRequiredMark_BlackGlass {
    color: red;
    font-style: normal;
    margin-left: -7px;
}

.dxeCaption_BlackGlass {
    width: 170px;
    padding-left: 5px;
}

.dxeRequiredMark_Youthful {
    color: red;
    font-style: normal;
    margin-left: -7px;
}

.dxeCaption_Youthful {
    width: 170px;
    padding-left: 5px;
}

.dxeRequiredMark_Office2010Blue {
    color: red;
    font-style: normal;
    margin-left: -7px;
}

dxeCaption_Office2010Blue {
    width: 170px;
    padding-left: 5px;
}

.Header {
    font-size: 12pt;
    font-weight: bold;
    color: #0066FF;
}

.menuLink {
    color: black;
    text-decoration: none;
}

.gridColumn {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dxgvControl td.dxgvBatchEditModifiedCell {
    background: rgba(215, 249, 199, 0.03);
}

.blueButton {
    background: #5FBDCC;
    border: 0;
    color: white;
    padding: 0;
    height: auto;
}

.base-edit-disable {
    color: #606060 !important;
    background-color: #EBECEC !important;
    cursor: no-drop !important;
    /*text-align: Left;*/
}

.greenButton {
    background: #5CB85C;
    border: 0;
    color: white;
    padding: 0;
    height: auto;
}

.orangeButton {
    background: #F0AD4E;
    border: 0;
    color: white;
    padding: 0;
    height: auto;
}

.redButton {
    background: #D9534F;
    border: 0;
    color: white;
    padding: 0;
    height: auto;
}

.imgButton {
    background: transparent;
    border: 0;
    color: white;
    padding: 0;
    height: auto;
    background-repeat: no-repeat;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: Url(../../Content/images/loading.gif) 50% 50% no-repeat rgb(249,249,249);
}

.main-popup {
    width: 100%;
    background-image: url(../images/bg-main.jpg);
    /*min-height: 650px;*/
}

.gap-4-popup {
    clear: both;
}

.container-popup {
    width: 100%;
    padding: 5px;
}

.main-popup .dxeRequiredMark {
    color: red;
    font-style: normal;
    margin-left: -7px;
}

.main-popup .dxeCaption {
    width: 130px;
    padding-left: 5px;
}

.table-header {
    border-spacing: 40px 10px;
    border: 0px solid;
    width: 100%;
    empty-cells: show;
    table-layout: fixed;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #dcdcdc;
    box-shadow: 2px 2px 5px #606060;
    border-radius: 15px 0px 15px 0px;
}

    .table-header :hover {
    }

.header-popup-red {
    font-size: 12px;
    font-weight: bold;
    background-color: #d9534f !important;
    color: white !important;
    height: 30px;
    padding: 4px 5px 0px 5px !important;
}
img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
    img:hover {
        /*opacity: 0.5;*/
        /*filter: alpha(opacity=50);*/ /* For IE8 and earlier */
        /*-webkit-transform: scaleX(-1);
        transform: scaleX(-1);*/
    }

.customerName {
    color: blue;
    font-weight: bold;
}
.referenceName {
    color: #6b370ac7;
    font-weight: bold;
}

.hearderInfo {
    height: 30px;
    background-color: #f3ede5;
    border: 1px solid #f3e0e0;
    border-radius: 3px;
}
.browseButton {
    background: #5CB85C;
    border: 0;
    color: white;
    padding: 0;
    height: 30px;
}
.transactionNo {
    color: mediumvioletred;
    font-weight: bold;
}

.rcorners1 {
    border-radius: 0px 0px 0px 0px;
    background: #c76e65;
    padding: 20px;
    width: auto;
    height: 75px;
    text-align: center;
    font-size: 11pt;
    color: white;
}

.rcorners2 {
    border-radius: 0px 0px 0px 0px;
    background: #838368;
    padding: 20px;
    width: auto;
    height: 75px;
    text-align: center;
    font-size: 11pt;
    color: white;
}

.rcorners3 {
    border-radius: 0px 0px 0px 0px;
    background: #52a79c;
    padding: 20px;
    width: auto;
    height: 75px;
    text-align: center;
    font-size: 11pt;
    color: white;
}

.rcorners4 {
    border-radius: 0px 0px 0px 0px;
    background: #8BC34A;
    padding: 20px;
    width: auto;
    height: 75px;
    text-align: center;
    font-size: 11pt;
    color: white;
}
.clientName {
    font-weight: bold;
    font-size: small;
    color: #337ab7;
}
