﻿.btnAdd {
    border: 1px solid #0a67a8 !important;
    background-color: #fff !important;
    color: #3e4855 !important;
    font-family: arial;
    padding: 7px 15px !important;
    border-radius: 2px !important;
}

    .btnAdd:hover {
        border: 1px solid red !important;
    }

/*Grid Section*/
.grdheader {
    color: #FF8800;
    font-size: 13px;
    text-transform: uppercase;
}

.grdFocusRow {
    background-color: #ccd0d2;
}

.grdTrackRow {
    background-color: #D9DFE2;
}
/*End Grid Section*/
.fltl {
    float: left;
}

.fltr {
    float: left;
}

.textalign {
    text-align: right;
}

.width90 {
    width: 90%;
}

.txtRowPad {
    padding: 15px 0px;
}

.width50 {
    width: 50%;
}

.width75 {
    width: 75%;
}

.width25 {
    width: 25%;
}

.width33 {
    width: 33%;
}

.width67 {
    width: 67%;
}

.textalign {
    text-align: right;
}

.padrow {
    padding: 10px 0px;
}

.headSec {
    border-bottom: 1px solid #cecece;
    font-size: 20px;
    color: #ff8800;
}

.childSection {
    border: 1px solid #cecece;
    padding: 5px;
    margin-top: 35px;
}

.dxpc-headerContent {
    padding-left: 15px !important;
    line-height: 25px !important;
    height: 30px !important;
    margin-top: 0px !important;
    FONT-SIZE: 20PX;
    FONT-FAMILY: ARIAL;
    color: #ff8800;
}

.dxpc-content {
    padding: 0px 12px 12px 12px !important;
}

.tempDelbtn {
    background-image: url('../../../images/Delete_32x32.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 25px;
    background-position: 10px 0px;
    color: transparent;
    background-color: #fff;
    border: 0px;
    background-size: contain;
    cursor: pointer !important;
}

.tempEditbtn {
    background-image: url('../../../images/Editimg.jpg');
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    background-position: 11px 0px;
    color: transparent;
    background-color: #fff;
    border: 0px;
    background-size: contain;
    cursor: pointer !important;
}

.dxpc-headerText .dx-vam {
    padding-left: 15px !important;
}

.dsp {
    display: none !important;
}

.alertSuccess {
    width: 100%;
    font-family: arial;
    font-size: 16px;
    position: absolute;
    color: #fff;
    height: auto;
    background-color: #007300;
    z-index: 77781;
    top: 0px;
    padding: 10px;
    text-align: center;
}

.alertError {
    width: 100%;
    font-family: arial;
    font-size: 16px;
    position: absolute;
    color: #fff;
    height: auto;
    background-color: #b10000;
    z-index: 77781;
    top: 0px;
    padding: 10px;
    text-align: center;
}

.Loader {
    z-index: 11;
    position: absolute;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-image: url(../../../images/loader2.gif);
    width: 100%;
    height: 100%;
    background-size: 90px;
    background-color: #fff;
    background-position: center;
    opacity: .6;
}

.autoloader {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background: url('../../../images/loader3.gif') #fff;
}

.redmark {
    color: red;
    font-size: 15px;
    padding-left: 5px;
}

.dxeTextBoxSys {
    border-radius: 3px !important;
    width: 100% !important;
    background-color: #fff;
}

input[type="text"].dxeEditAreaSys {
    background-color: #fff;
}

.dxeMemoSys {
    border-radius: 3px !important;
    width: 100% !important;
    background-color: #fff;
    height: 70px;
}

.dxeMemoEditAreaSys {
    background-color: #fff;
}

.dxeButtonEditSys {
    border-radius: 3px !important;
    width: 100% !important;
    background-color: #fff;
}