﻿.newstyle  {
    background-color: #f1f1f1 !important;
    padding-left: 6px;
    margin-bottom: 4px;
    padding-top: 2px;
    position: relative;
    
    margin-left: auto;
    margin-right: auto;
    float:left;
}

    .newstyle .fm-sec-lbl {
        color: #000 !important;
        text-transform: uppercase;
        position: relative;
        top: -2px;
        left: 1px;
        margin: 0;
        padding-bottom: 1px;
        border-bottom: 1px solid #151515 !important;
        display: block;
        width: 100%;
    }


.wa-section
{
    margin-top: 5px !important;
    margin-bottom: 5px !important
}



.newstyle .fm-form-sbuttons {
    text-align: end;
    float: right;
    margin-top: 4px;
    margin-right: 50px;
}

.newstyle .fm-txro {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 21px;
    outline: 0;
    padding: 1px 0 0 4px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
    position: relative;
    cursor: text;
    border: solid 1px #828282;
    background-color: #fff;
    color: #555;
    -ms-user-select: element;
    -webkit-user-select: text;
    -moz-user-select: text;
}

.newstyle .fm-s, .fm-txt {
    display: block;
    overflow: hidden;
    margin-right: 2px;
}


.newstyle .fm-bool {
    line-height: 15px;
    margin-top: 0px !important;
    margin-left: 5px;
}

.fm-req-c {
    color: #495b6c;
}

.fm-req-c::after {
    font-family: "fontello";
    content: '*';
    color: #990000;
    font-size: 1.2em;
}

/* Additional form style */

    .newstyle .fld-blue .fm-txro {
        text-align: center;
        background: #4a4ac5;
        color: white !important;
        border: inset 1px gray;
        min-width: 30px;
    }


    .newstyle .fld-black .fm-txro {
        text-align: center;
        background: #000000;
        color: white !important;
        border: inset 1px gray;
        min-width: 30px;
    }

    .newstyle .fld-red .fm-txro {
        text-align: center;
        background: #ff4242;
        color: white !important;
        border: inset 1px gray;
        min-width: 30px;
    }

    .newstyle .fld-white .fm-txro {
        text-align: center;
        background: white;
        color: black !important;
        border: inset 1px gray;
        min-width: 30px;
    }

.newstyle fld-labl {
    text-align: right;
    font-weight: bold;
    color: black;
    min-width: 50px;
}

    .newstyle .fld-red .fm:disabled, .fm-memo:disabled {
        text-align: center;
        background: #ff4242 !important;
        color: white !important;
        border: inset 1px gray;
        min-width: 30px;
    }

    .newstyle .fld-white .fm:disabled, .fm-memo:disabled {
        text-align: center;
        background: white !important;
        color: black !important;
        border: inset 1px gray !important;
        min-width: 30px;
    }


    .newstyle .fld-blue .fm:disabled, .fm-memo:disabled {
        text-align: center;
        background: #4a4ac5 !important;
        color: white !important;
        border: inset 1px gray;
        min-width: 30px;
    }

    .newstyle .fm:disabled, .fm-memo:disabled {
        text-align: center;
        background: #000000 !important;
        color: white !important;
        border: inset 1px gray;
        min-width: 30px;
    }

    .tdCEMT {
        border: solid 0.5px #C9C9C9;
        height: 20px;
        width: 25px;
        text-align: center;
    }

.tdCEMTb {
    border: solid 0.5px #C9C9C9;
    height: 20px;
    width: 25px;
    font-weight:bold;
    text-align: center;
}
.tdCEMTt {
    border: solid 0.5px #C9C9C9;
    height: 20px;
    width: 80px;
    font-weight:bold;
    text-align: center;
}