﻿/**************************************************
'Project          : ZedSales
'Created By       : Kalpana
'Company       	  : Zed-Axis Technologies Pvt. Ltd.
"Last Edited      : 16Oct18"
'*************************************************/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background: #e5e5e5
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #bababa;
    -webkit-box-shadow: 0 0 1px #bababa
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

div, p, h1, h2, h3, h4, img, ul, li, dt, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, a img {
    border: none;
    outline: none;
    text-decoration: none;
}
/*reportfooter*/
.rptfooterarea {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rptfooter {
    width: 100%;
    height: 63px;
    background: url('Images/footerbg.gif') repeat-x left top;
    float: left;
    position: relative;
    z-index: -999;
}
/* inside pages */

.linesep {
    float: right;
    width: 488px;
    height: 2px;
    background: url('Images/linesep.gif') no-repeat right top;
    padding: 0px;
}

.welcomeuser-margin {
    float: left;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin-right: 30px;
}

.logintimearea {
    float: right;
    text-align: right;
}

.logintime {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.mainheading, .mainheading_rpt, .subheading {
    float: left;
    font-family: 'work sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #33499f;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    padding: 3px 10px;
    margin-top: 5px;
    background-color: #33499f;
    overflow: hidden;
}

.mainheading2 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.contentbox, .contentbox2, .contentbox3, .contentbox4, .innerarea {
    padding: 20px 10px;
    margin-bottom: 30px;
    background-color: #fff;
    border: solid 1px #33499f;
    border-top: 3px solid #33499f;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
    clear: both;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*Forms And Buttons */
.buttonbg {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    white-space: inherit;
    padding: 8px 8px;
    background-color: #000;
    border: 1px #31499f solid;
    outline: none;
    cursor: pointer;
    height: auto;
    text-decoration: none;
    border-radius: 4px;
}

    .buttonbg:hover {
        /*      font-size: 13px;*/
        font-weight: normal;
        color: #ccc;
        white-space: inherit;
        /* padding: 1px 8px;*/
        background-color: #000;
        border: 1px #31499f solid;
        outline: none;
        cursor: pointer;
        height: auto;
        text-decoration: none;
        border-radius: 4px;
    }

a.buttonbg:link, a.buttonbg:active, a.buttonbg:visited {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    white-space: inherit;
    padding: 1px 8px;
    background-color: #0090a6;
    border: 1px #0090a6 solid;
    outline: none;
    cursor: pointer;
    height: 22px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
}

a.buttonbg:hover {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    white-space: inherit;
    padding: 1px 8px;
    background-color: #3cc0d4;
    border: 1px #0090a6 solid;
    outline: none;
    cursor: pointer;
    height: 22px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
}

.lnkbutton {
    padding: 4px 5px;
    background: #979797 url('Images/buttonbg.jpg') repeat-x left top;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    white-space: inherit;
    outline: none;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
}

a.lnkbutton:link, a.lnkbutton:active, a.lnkbutton:visited {
    padding: 4px 5px;
    background: #979797 url('Images/buttonbg.jpg') repeat-x left top;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    white-space: inherit;
    outline: none;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
}

a.lnkbutton:hover {
    padding: 4px 5px;
    background: #979797 url('Images/buttonbg.jpg') repeat-x left top;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    white-space: inherit;
    outline: none;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
}

.popbutton {
    height: 23px;
    width: 23px;
    background: #979797 url('Images/popupclose.gif') no-repeat right top;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    white-space: inherit;
    border: 0px #979797 solid;
    outline: none;
    cursor: pointer;
}

.excel {
    background: url('Images/excel.gif') repeat-x left top;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    white-space: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    height: 19px;
    width: 99px;
}

.downloadtemp {
    background: url('Images/downloadtemp.gif') no-repeat left top;
    width: 169px;
    height: 43px;
    border: 0;
    color: #FFF;
    padding-top: 15px;
    font-size: 12px;
    padding-left: 5px;
    margin-top: 5px;
    float: left;
}

/** Text  Classes **/
.formtext1 {
    color: #005c8c;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    padding-top: 4px;
    text-decoration: none;
}

    .formtext1 a, .formtext1 a:link, .formtext1 a:active, .formtext1 a:visited {
        color: #005c8c;
        font-size: 12px;
        font-weight: normal;
        font-family: Arial;
        padding-top: 4px;
        text-decoration: none;
    }

        .formtext1 a:hover {
            color: #005c8c;
            font-size: 12px;
            font-weight: normal;
            font-family: Arial;
            padding-top: 4px;
            text-decoration: underline;
        }

.note {
    color: #0f778d;
    font-size: 13px;
    font-weight: bold;
}

.formtext {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    padding-top: 4px;
}

.formtext2 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    padding-top: 4px;
}

.formtxt {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    padding-top: 8px;
}

.hd1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
    line-height: 32px;
    font-family: Arial;
}

.hd2 {
    color: #000000;
    font-size: 14px;
}

.hd3 {
    color: #111;
    font-size: 24px;
    font-weight: normal;
    font-family: tahoma;
}

.hd4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.hd5 {
    font-weight: bold;
    color: #000;
    font-size: 13px;
    font-family: Arial;
}

.content {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
}

.frmtxt1 {
    font-size: 13px;
    color: #3e3e3e; /*black*/
    font-weight: bold;
}

.frmtxt2 {
    font-size: 12px;
    color: #3399ff; /*blue*/
    font-weight: bold;
}

.frmtxt3 {
    font-size: 12px;
    color: #9F6000; /*brown*/
    font-weight: bold;
}
/*Top link css*/
.elink, a.elink:link, a.elink:active, a.elink:visited {
    font-size: 13px;
    color: #5194ce;
    font-weight: bold;
    text-decoration: none;
}

a.elink:hover {
    font-size: 13px;
    color: #5194ce;
    font-weight: bold;
    text-decoration: underline;
}

.elink2, a.elink2:link, a.elink2:active, a.elink2:visited {
    font-size: 13px;
    color: #606060;
    font-weight: bold;
    text-decoration: none;
}

a.elink2:hover {
    font-size: 13px;
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
}

.elink3, a.elink3:link, a.elink3:active, a.elink3:visited {
    font-size: 13px;
    color: #fb3608;
    font-weight: bold;
    text-decoration: none; /*padding-left: 20px;*/
    padding-right: 10px;
}

a.elink3:hover {
    font-size: 13px;
    color: #fbb308;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; /*padding-left: 20px;*/
    padding-right: 10px;
}

.elink4, a.elink4:link, a.elink4:active, a.elink4:visited {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

a.elink4:hover {
    font-size: 12px;
    color: #004f7a;
    font-weight: bold;
    text-decoration: none;
}

.elink6, a.elink6:link, a.elink6:active, a.elink6:visited {
    font-size: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    float: left;
    padding-left: 10px;
}

a.elink6:hover {
    font-size: 10px;
    color: #02bbcf;
    font-weight: bold;
    text-decoration: underline;
}

.elink7, a.elink7:link, a.elink7:active, a.elink7:visited {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
}

a.elink7:hover {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}


/******************Form****************/
.form_input2_label {
    width: 160px;
    border: none;
    color: #6e6e6e;
    background: #fff;
    height: 15px;
    font-size: 13px;
    padding: 1px;
}

.form_input_in {
    border: 1px solid #2a9607;
    color: #333;
    background: #fff url('Images/logininputbg.jpg') repeat-x left top;
    height: 16px;
    font-size: 13px;
    padding: 2px;
    float: left;
    font-weight: bold;
}

.form_input {
    width: 180px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff url('Images/logininputbg.jpg') repeat-x left top;
    height: 18px;
    font-size: 13px;
    padding: 1px;
}

.form_inputA {
    width: 180px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff url('Images/logininputbg.jpg') repeat-x left top;
    height: 18px;
    font-size: 13px;
    padding: 1px;
    width: 140px;
}

.form_input1 {
    width: 180px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff url('Images/searchimg.gif') top left no-repeat;
    font-size: 13px;
    height: 34px;
    padding: 0 3px 0 2px;
}

.form_input2 {
    width: 160px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
    height: 34px;
    padding: 0 3px 0 2px;
    margin-bottom: 10px;
}

.form_input3 {
    width: 180px;
    border: 1px solid #c3c3c3;
    color: #333;
    background-color: none;
    font-size: 13px;
    padding: 0 3px 0 2px;
    height: 34px;
}

.form_input4 {
    width: 30px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    height: 14px;
    font-size: 13px;
    padding: 1px;
}

.form_input5 {
    width: 60px;
    border: 1px solid #c3c3c3;
    text-align: left;
    color: #333;
    background: #fff;
    height: 15px;
    font-size: 13px;
    padding: 1px;
}

.form_input6 {
    width: 100px;
    border: 1px solid #c3c3c3;
    text-align: left;
    color: #333;
    background: #fff;
    height: 15px;
    font-size: 13px;
    padding: 1px;
}

.form_input7 {
    width: 100px;
    border: 1px solid #c3c3c3;
    text-align: right;
    color: #333;
    background: #fff;
    height: 15px;
    font-size: 13px;
    padding: 1px;
}

.form_input9 {
    width: 130px;
    border: 1px solid #c3c3c3;
    text-align: left;
    color: #333;
    background: #fff;
    height: 15px;
    font-size: 13px;
    padding: 1px;
}

.form_input8 {
    width: 60px;
    border: 1px solid #c3c3c3;
    text-align: right;
    color: #333;
    background: #fff;
    height: 15px;
    font-size: 13px;
    padding: 1px;
    float: right;
}

.form_select {
    width: 75px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.form_select1 {
    width: 183px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.form_select2 {
    width: 100px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.form_select3 {
    width: 60px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.form_select4 {
    width: 75px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.form_select5 {
    width: 100px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}
/*CSS for Target Entry for Zonal Manager*/
.form_select6 {
    width: 210px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.form_select7 {
    width: 150px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    font-size: 13px;
}

.form_textarea {
    width: 160px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    height: 60px;
    font-size: 13px;
    padding: 1px;
}

.form_textarea2 {
    width: 200px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    height: 60px;
    font-size: 13px;
    padding: 1px;
}

.form_textarea5 {
    width: 162px;
    border: 1px solid #c3c3c3;
    color: #333;
    background: #fff;
    height: 60px;
    font-size: 13px;
    padding: 1px;
}

.form_file2 {
    width: 230px;
    border: 1px solid #c3c3c3;
    color: #333;
    font-size: 13px;
    background-color: #fff;
}

.matchList {
    margin-top: 20px;
    display: inline;
    border: 1px solid #c3c3c3;
    color: #333;
    left: 178px;
    float: left;
    overflow: auto;
    width: 265px;
    margin-right: 0px;
    position: absolute;
    height: 20px;
    background: #0b72a7;
}
/******************************/
/** Grid Classes **/
.gridbg {
    background: #fff;
}

.gridborder {
    background: #fff;
    border: 1px solid #dddddd;
}

.gridheader {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #fff !important;
    /*    background: #2c5DA8 url('Images/gridheader.jpg') repeat-x left top;*/
    background: #2c5DA8;
    height: 25px;
    min-height: 25px;
    text-align: left;
    line-height: 13px;
    word-wrap: break-word;
    border-right-style: solid;
    border-right-color: #dddcdc;
    border-right-width: 1px;
}

.gridfooter {
    font-size: 13px;
    color: #000;
    background: #cccccc;
    word-wrap: break-word;
    text-align: left;
    line-height: 13px;
    word-wrap: break-word;
    border-right-style: solid;
    border-right-color: #dddcdc;
    border-right-width: 1px;
}

.gridrow {
    font-size: 13px;
    color: #000;
    background-color: #eff3fe;
    word-wrap: break-word;
}

.altrow, .Altrow {
    font-size: 13px;
    color: #000;
    background-color: #fff;
    word-wrap: break-word;
}

.gridrow1 {
    background: #e5e3e3;
    color: #000;
    min-height: 25px;
    vertical-align: middle;
    font-size: 13px;
}

.gridrow_selected, .selectedrow {
    background-color: #93b9db;
    color: #000;
    word-wrap: break-word;
    font-size: 13px;
}

.gridrowsm {
    background: #dfdfdf;
    color: #5b5b5b;
    min-height: 20px;
    vertical-align: middle;
    font-size: 13px;
}

.gridrowsm1 {
    background: #f5f5f5;
    color: #5b5b5b;
    min-height: 20px;
    vertical-align: middle;
    font-size: 13px;
}

.gridspace {
    width: 100%;
    padding-bottom: 5px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
}

#grid_5 {
    float: left;
    width: 200px;
    height: 80px;
    overflow-y: scroll;
}

/************Page Content*************/
.date {
    color: #919191;
    font-size: 13px;
}

.form_text {
    color: #fff;
    font-weight: bold;
}

.form_text1 {
    color: #fff;
    font-size: 14px;
}

.form_text2 {
    color: #333;
}
/*For the page managemd/viewmddtls.aspx Common Label Text*/
.form_text3 {
    color: #333;
    font-weight: bold;
}
/**/
.form_text4 {
    color: #333;
}
/*Grid Label*/
.bodytext1 {
    color: #000;
    font-weight: bold;
}

.formtext3 {
    color: #000000;
    font-size: 13px;
}


.error {
    font-size: 10px;
    color: #f00;
    font-family: Tahoma; /*padding-left: 5px;*/
    padding-right: 5px;
    font-weight: normal;
}

.error1 {
    font-size: 13px;
    color: #fef503;
    font-family: Tahoma;
}

.error2 {
    font-size: 13px;
    color: #f00;
    font-family: Tahoma;
}

.mandatory {
    font-size: 10px;
    color: #f00;
    font-family: Tahoma;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    margin-bottom: 10px;
}

.redstar {
    font-size: 13px;
    color: #f00;
}

.message {
    color: #f00;
    font-family: Tahoma;
    z-index: 999;
    font-weight: normal;
    font-size: 13px;
    padding-left: 5px;
    margin-bottom: 3px; /*overflow:hidden;
    clear:both;*/
}

.heading_02 {
    font-weight: bold;
    color: #003366;
    font-size: 13px;
}

.heading_01 {
    font-weight: bold;
    color: #60ad3d;
    font-size: 14px;
    padding: 0px 5px;
}

.detailtext {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.lineheight {
    line-height: 25px;
}

.realeasedate {
    font-size: 13px;
    color: #666;
}

.redtext {
    color: #ff0033;
}

.whitetext {
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
}

.printright {
    font-size: 13px;
    color: #3e3e3e;
    padding-left: 120px;
}

.arrowColor {
    color: #fff;
}
/**************************************/
/***** Error Style Sheet ****/

.info, .success, .warning, .erroruc, .validation { /*width:100%;*/
    margin: 3px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
    min-height: 20px;
    font-size: 12px;
    overflow: hidden;
    clear: both;
    font-weight: bold;
    font-size: 12px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('Images/Message/info.png');
    padding-top: 5px;
    border: 1px solid #7cd2fb;
    border-radius: 3px;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('Images/Message/success.png');
    padding-top: 5px;
    border: 1px solid #68894a;
    border-radius: 3px;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('Images/Message/warning.png');
    padding-top: 5px;
    border: 1px solid #dab729;
    border-radius: 3px;
}

.erroruc {
    color: #000;
    background-color: #FFBABA;
    background-image: url('Images/Message/error.png');
    padding-top: 5px;
    border: 1px solid #d28989;
    border-radius: 3px;
}

    .info p, .success p, .warning p, .erroruc p {
        padding: 0px 0px;
    }

    .info a, .success a, .warning a, .erroruc a {
        float: right;
        padding-right: 10px;
        cursor: pointer;
    }

.container img {
    border: none;
}
/* validation */
.validation {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('Images/Message/error.png');
}

    .validation ul {
        padding: 0px 0px;
    }

.viewerror {
    padding: 0px;
    font-size: 12px;
    color: #000;
    float: right;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

/** Default Layout **/
.ajax__tab_default .ajax__tab_header {
    white-space: nowrap;
}

.ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_tab {
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}

/** XP Theme **/
.ajax__tab_x .ajax__tab_header {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.ajax__tab_x .ajax__tab_outer {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    margin-bottom: -1px;
    background-color: #a2a7a0;
    background: url('Images/Tabs/tab.gif') repeat-x;
    border-right: 1px solid #29829a;
    border-top: 1px solid #29829a;
    margin-right: 2px;
    height: 30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ajax__tab_x .ajax__tab_inner {
    margin: 0;
    background: url('Images/Tabs/tab.gif') repeat-x;
    height: 29px;
}

.ajax__tab_x .ajax__tab_tab {
    padding: 0;
    margin: 0;
    padding: 6px 10px 0 10px;
    cursor: pointer;
    margin: 0;
    height: 29px;
}

.ajax__tab_x .ajax__tab_hover .ajax__tab_outer {
    cursor: pointer;
    margin: 0;
    margin-bottom: -1px;
    margin-right: 2px;
}

.ajax__tab_x .ajax__tab_hover .ajax__tab_inner {
    cursor: pointer;
    margin: 0;
    height: 29px;
}

.ajax__tab_x .ajax__tab_hover .ajax__tab_tab {
    cursor: pointer;
    margin: 0;
}

.ajax__tab_x .ajax__tab_active .ajax__tab_outer {
    background: url('Images/Tabs/tab-active.gif') repeat-x;
    margin: 0;
    border-top: 1px solid #29829a;
    border-left: 1px solid #29829a;
    border-right: 1px solid #29829a;
    margin-bottom: -1px;
    background-color: #29829a;
    margin-right: 2px;
}

.ajax__tab_x .ajax__tab_active .ajax__tab_inner {
    margin: 0;
    height: 0;
}

.ajax__tab_x .ajax__tab_active .ajax__tab_tab {
    background-size: auto;
    color: #000;
    margin: 0;
}

.ajax__tab_x .ajax__tab_body {
    background-color: #fff;
    clear: left;
    padding: 14px 15px 15px 14px !important;
    border: 1px solid #29829a;
    margin: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/** Scrolling **/
.ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax__scroll_both {
    overflow: scroll;
}

.ajax__scroll_auto {
    overflow: auto;
}

.printright {
    font-size: 13px;
    color: #3e3e3e;
    padding-left: 120px;
}

.arrowColor {
    color: #fff;
}


/*Pagination Styles*/
.PagerStyle {
    background-color: #0689B2;
    height: 25px;
    border-radius: 4px;
}

    .PagerStyle a {
        color: #000;
        font-size: 13px;
        font-weight: normal;
        white-space: inherit;
        padding: 1px 8px;
        background-color: #fff;
        border: 1px #bbbbbb solid;
        outline: none;
        cursor: pointer;
        height: 22px;
        text-decoration: none;
        text-align: center;
        border-radius: 4px;
    }

    .PagerStyle span {
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        white-space: inherit;
        padding: 1px 8px;
        background-color: #33499f;
        border: 1px #0090a6 solid;
        outline: none;
        cursor: pointer;
        height: 22px;
        text-decoration: none;
        text-align: center;
        border-radius: 4px;
    }
/*Combo Box Style*/
ComboBox {
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.AjaxComboStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
    position: relative;
    z-index: -1;
}

.AjaxComboStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url('Images/windows-arrow.gif');
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.AjaxComboStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
}


div#ASPxPopupControl1_PW-1 {
    width: 965px !important;
    height: 300px !important;
    border: solid 0px #ccc;
    overflow: auto !important;
    text-align: left !important;
    scrollbar-base-color: #f1f1f1;
    scrollbar-arrow-color: #0f699e;
    scrollbar-3dlight-color: #999;
    scrollbar-highlight-color: #cccccc;
    scrollbar-darkshadow-color: #333;
    float: left;
}

.dxpgFilterWindow_Aqua {
    float: left;
    position: relative;
    z-index: 999;
}

#ASPxPvtGrd_FPW {
    border-collapse: separate;
    z-index: 29000;
    position: absolute;
    left: 409px;
    top: 90px;
}

.calimg {
    background: url('Images/Calender.gif') no-repeat left 0px;
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 16px;
    border: 0px;
    cursor: pointer;
}

.bulletinbox {
    width: 250px;
    margin-top: 16px;
    margin-right: 80px;
    background: #a4a4a4;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    float: right;
    display: block;
    border: 1px solid #6a6a6a;
    padding-bottom: 20px;
}

.bulletinboxtop {
    text-align: center;
    height: 30px;
    border-bottom: 1px dashed #fff;
    display: block;
}

.bulletinboxmid {
    text-align: left;
    overflow: hidden;
    padding-right: 10px;
    margin-top: 10px;
    padding-left: 10px;
}

.bulletinboxhd {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.bulletinlnk {
    font-size: 12px;
    color: #003b54;
    font-weight: bold;
    text-decoration: none;
    background: url('Images/arrow1.gif') no-repeat left center;
    padding-left: 10px;
    padding-top: 0px;
}

a.bulletinlnk:link, a.bulletinlnk:active, a.bulletinlnk:visited {
    font-size: 12px;
    color: #003b54;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a.bulletinlnk:hover {
    font-size: 12px;
    color: #003b54;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}


.bulletinlnk1 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.bulletinlnk1:link, a.bulletinlnk1:active, a.bulletinlnk1:visited {
    font-size: 12px;
    color: #CC3627;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a.bulletinlnk1:hover {
    font-size: 12px;
    color: #CC3627;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}


.bulletinbg {
    background-color: #ffebe9;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
}

.formtextblue {
    color: #22669a;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    background-color: #ffebe9;
}
/*Modal Popup*/
/*#modalPopup extract from CommonMasterPages\AdminPage.master*/
#modalPopup {
    display: none;
    background-color: White;
    font-family: Arial;
    font-size: 18px;
    color: Black;
    vertical-align: middle;
    padding-top: 15px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    float: left;
    background-color: #cccccc;
    padding: 25px;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 420px;
}

.modalPopupinner {
    float: left;
    text-align: center;
    width: 420px;
    height: 300px;
    overflow: scroll;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: 'work sans', sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

/*Popup Control*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

#Atag {
    cursor: hand;
    height: 25px;
    line-height: 25px;
    float: left;
    color: #000;
}

.success-msg {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 990;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-margin {
    float: left;
    margin-right: 10px;
}

.float-padding {
    float: left;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.clear {
    clear: both;
}

.dxgvHeader {
    font-family: Arial;
    font-size: 13px;
    color: #fff !important;
    background: #c8c8c8 url('Images/gridheader.jpg') repeat-x left bottom;
    height: 25px;
    min-height: 25px;
    text-align: left;
    line-height: 13px;
    word-wrap: break-word;
    border-right-style: solid;
    border-right-color: #dddcdc;
    border-right-width: 1px;
}

    .dxgvHeader table {
        color: #fff;
        font-size: 10px;
    }

.dxgvEditFormDisplayRow td.dxgv, .dxgvDataRowAlt td.dxgv, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv {
    background-color: #e5e3e3;
    color: Black;
}

.dxGridView_gvHeaderSortUp {
    background-color: #FFFFFF;
    background-position: -16px -16px;
    height: 15px;
    width: 15px;
}

.dxGridView_gvHeaderSortDown {
    background-color: #FFFFFF;
    height: 15px;
    width: 15px;
    background-position: -16px 2px;
}

.dxgv {
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
}

.dxgvDataRow TD .dxgv, dxgvDataRowAlt TD.dxgv {
    border: solid 1px #cfcfcf;
}

.dxgvIndentCell, .dxgvDetailCell {
    background-color: #fff;
}

.listMain {
    background-color: #FFFFFF;
    z-index: 1000;
    width: 250px !important;
    text-align: inherit;
    text-indent: -1;
    list-style: none;
    margin-left: 0px;
    border: 1px solid #B5C6D4;
    margin-top: 0px;
    word-wrap: break-word;
    display: list-item;
    font-size: 13px;
}

.wordWheel .itemsMain {
    background: none;
    border-collapse: collapse;
    color: #00337E;
    text-align: inherit left;
    border-bottom: 1px solid #B5C6D4;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.wordWheel .itemsSelected {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #feffe7;
    color: #00337E;
    cursor: pointer;
}
/* Start: Retailer default page */

.wrapper {
    margin-right: auto;
    margin-left: auto;
}

.inner-wrapper {
    padding: 10px; /*background-image: url(Images/inner-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 400px;
    border: 1px solid #F5F5F5;
}

.main-container {
    margin: 0px;
    padding: 0px; /*background-color: #F5F5F5;*/
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #666;
    text-align: center;
}

.left-panel {
    float: left;
    width: 59%;
    margin-left: 5%;
}

.right-panel {
    float: right;
    width: 35%;
}

.panel-list {
    margin-bottom: 15px;
    overflow: hidden;
}

.panel-list2 {
    overflow: hidden;
}

.icon-float {
    float: left;
    width: 12%;
}

.txt-float {
    float: left;
    width: 79%;
}

.txt-float {
    font-family: Arial;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 30px;
}

    .txt-float a {
        color: #666;
        text-decoration: none;
    }

        .txt-float a:hover {
            color: #3CF;
            text-decoration: underline;
        }

        .txt-float a:focus {
            color: #3CF;
            text-decoration: underline;
        }

.customers {
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-family: Arial;
}

    .customers td, .customers th {
        border: 1px solid #999999;
        font-size: 13px;
        padding: 3px 7px 2px;
    }

    .customers th {
        background-color: #cccccc;
        color: #FFFFFF;
        font-size: 12px;
        padding-bottom: 4px;
        padding-top: 5px;
    }

.alt {
    background-color: #e4f5fb;
    color: #000000;
}

.tt {
    background-color: #C0C0C0;
    color: #000000;
}

.tt2 {
    background-color: #FFFFFF;
    color: #000000;
}

.dxtlHeader {
    background: #c8c8c8 url('Images/gridheader.jpg') repeat-x left top;
    color: #fff;
    font-weight: bold;
    min-height: 25px;
    font-size: 13px;
    text-align: left;
}

.dxtlControl a {
    color: #1e9ab4;
    text-decoration: none;
    border: none;
    outline: none;
}

    .dxtlControl a:hover {
        color: #1e9ab4;
        text-decoration: underline;
        border: none;
        outline: none;
    }

.return ul {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: Arial;
}

    .return ul li {
        color: #000;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
    }

.return .text {
    width: 80px;
}

.return .text1 {
    width: 70px;
}

.return .text2 {
    width: 50px;
}

.return .field {
    width: 150px;
}

.return .field1 {
    width: 100px;
}

.ad-section {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.popupbg, .popupbg2 {
    background-color: White;
    padding: 20px;
    border: 2px solid #dddddd;
}

.pager {
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    background-color: #999999;
    margin: 0;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

    .pager ul {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 1%;
        padding-right: 1%;
    }

        .pager ul li {
            margin: 0; /*display: inline;*/
            float: left;
            margin-bottom: 2px;
            margin-top: 2px;
        }

            .pager ul li.block a {
                cursor: pointer;
                background-color: #CCC;
                padding: 2px;
                text-decoration: none;
                color: #FFF;
                margin-right: 2px;
            }

                .pager ul li.block a:hover {
                    cursor: pointer;
                    background-color: #08d1f5;
                    padding: 2px;
                    margin-right: 2px;
                }

    .pager .range {
        margin-left: 2%;
        margin-right: 1%;
    }

    .pager .record {
        margin-left: 2%;
        margin-right: 2%;
    }

    .pager li > a, .pager li > span {
        border-radius: 5px;
        color: black;
        padding: 2px 8px;
    }

.btn {
    background-color: #e8e8e8;
    border: 1px solid #8daecb;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 14px;
    padding: 3px;
}

.fieldarea {
    float: left;
    width: 930px;
}

    .fieldarea ul {
        margin: 0px;
        padding: 0px;
    }

        .fieldarea ul li {
            float: left;
            display: inline;
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            padding-bottom: 10px;
            text-align: left;
            line-height: 13px;
        }

            .fieldarea ul li.text {
                padding-left: 10px;
                text-align: left;
                width: 80px;
            }

            .fieldarea ul li.text2 {
                padding-left: 10px;
                text-align: left;
                width: 100px;
            }

            .fieldarea ul li.text3 {
                padding-left: 10px;
                text-align: left;
                width: 130px;
            }

            .fieldarea ul li.text4 {
                padding-left: 10px;
                text-align: left;
                width: 120px;
            }

            .fieldarea ul li.field {
                padding-left: 10px;
                text-align: left;
                width: 190px;
            }

            .fieldarea ul li.field2 {
                padding-left: 10px;
                text-align: left;
                width: 170px;
            }

.checkboxlist input {
    font: inherit;
    font-size: 13px;
    color: #000;
    float: left;
}

.checkboxlist label {
    font: inherit;
    font-size: 13px;
    color: #000;
    position: relative;
    margin-top: 2px;
    display: block;
}
/*new welcome page start css*/
.wel-block {
    text-align: center;
    padding-top: 25px;
    color: White;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 10px;
}

.block {
    display: block;
    padding-bottom: 5px;
}

.wel-txt {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}



.notice {
    background-color: #f3f2cc;
    border: 1px solid #999c8f;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    padding: 20px;
    font-size: 13px;
}

.read {
    color: Red;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}


/*New Responsive CSS*/
html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

article { /*min-height: 418px;*/
}

form, p, div, span, ul, li, input, h4 {
    padding: 0;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

* {
    font-family: 'Work Sans', sans-serif;
    border: none;
}

td {
    font-size: 11px;
}

option {
    z-index: 50;
    position: relative;
}

img, form, div, button {
    border: 0;
}

header {
    padding-top: 3px;
    clear: both;
    position: relative; /*background-color: #ec6d2e;*/
    margin-bottom: 20px;
}

article {
    position: relative;
}

footer {
    background-position: left top;
    border-top: 2px solid #33499F;
    background: #2D58A5;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.copyright {
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
}

.welcometext {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding-top: 17px;
    text-align: center;
}

#menu {
    text-align: left;
    border-top: 2px solid #33499F;
    /*   background: url('Images/menu-bg.gif') repeat left top;
    background-image: url('Images/menu-bg.gif');*/
    background: #0689B2;
    margin-top: 10px;
}

.container {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.content-wrapper {
    padding-bottom: 35px;
    overflow: hidden;
}

.right-header {
    height: 20px;
    text-align: right;
    background: url('Images/zedsaleslogo.gif') no-repeat right top;
    display: block;
    visibility: hidden;
}

.logo { /*float: left;*/
    width: 100px;
    margin: 0;
    padding-top: 15px; /*background-image: url('Images/logo.gif');
    background-repeat: no-repeat;*/
}

    .logo img {
        width: 100%;
    }

#welcome {
    float: left;
    padding: 0;
    margin-top: 25px;
    width: 48%;
}

.welcomeuser {
    text-align: center;
}

.toplinks {
    float: right;
    color: #000;
    padding-top: 7px;
    text-align: right;
    display: -webkit-inline-box;
}

.welcomeleft {
    float: left;
    margin-right: 2%;
    margin-left: 10%;
    background-image: url('Images/welcomeleft.png');
    background-repeat: no-repeat;
    height: 400px;
    width: 250px;
}

.welcomeright {
    float: left;
    background-image: url('Images/welcomeright.png');
    height: 400px;
    width: 250px;
}
/* START for without menu strip*/
.heading2 {
    text-align: left;
    /*    background: url('Images/heading-bg.gif') repeat-x left top;*/
    background: #33499F;
    background: linear-gradient(90deg, rgba(51,73,159,1) 24%, rgba(22,159,195,1) 66%, rgba(5,207,211,1) 100%);
    height: 40px;
    border-top: 2px solid #bfeaff;
    margin: 10px 0;
}
/* END for without menu strip*/

.heading {
    text-align: left;
    background: #33499F;
    background: linear-gradient(90deg, rgba(51,73,159,1) 24%, rgba(22,159,195,1) 66%, rgba(5,207,211,1) 100%);
}

    .heading ul {
        margin: 0;
        padding: 0;
    }

        .heading ul li {
            float: left;
        }

.print-col ul li {
    font-family: Arial;
    font-size: 13px;
}

@media only screen and (min-width: 250px) and (max-width: 480px) {
    .welcomepagebg {
        height: auto;
        min-height: 485px;
        padding-bottom: 0.9%;
        background-color: #124679 !important; /*background: url('Images/wel_bg.png') no-repeat center center;
        background-size: cover;*/
    }

    .welcomeleft {
        background-image: url('Images/welcomeleft.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
    }

    .welcomeright {
        float: left;
        background-image: url('Images/welcomeright.png');
    }

    .right-header {
        display: none;
    }

    .welcometext {
        padding-top: 5px;
    }

    .change_pw_icon {
        background: url('Images/change_pw.png') no-repeat left top;
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
        display: inline-block;
    }

    .logout_icon {
        background: url('Images/logout.png') no-repeat left top;
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
        display: inline-block;
    }

    .icon_text {
        height: 16px;
        font-size: 13px;
        line-height: 11px;
        display: none;
    }

    .logo {
        width: 200px;
        background-position-y: center;
        display: block;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .formselect, .formselect10, .expand, .expand1, .formfields, .text-formfields {
        min-width: 160px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .welcomepagebg {
        height: auto; /*min-height: 485px;*/
        padding-bottom: 0.9%;
        background-color: #124679 !important; /*background: url('Images/wel_bg.png') no-repeat center center;
        background-size: cover;*/
    }

    .welcomeleft {
        display: block;
        background-image: url('Images/welcomeleft.png');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
        width: 100%;
    }

    .welcomeright {
        float: left;
        background-image: url('Images/welcomeright.png');
    }

    .welcometext {
        padding-top: 5px;
    }

    .change_pw_icon {
        background: url('Images/change_pw.png') no-repeat left top;
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
        display: inline-block;
    }

    .welcometext {
        padding-top: 5px;
    }

    .logout_icon {
        background: url('Images/logout.png') no-repeat left top;
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
        display: inline-block;
    }

    .icon_text {
        height: 16px;
        font-size: 13px;
        line-height: 11px;
        display: none;
    }

    .logo {
        width: 200px;
        background-position-y: center;
        display: block;
        overflow: hidden;
    }

    .formselect, .formselect10, .expand, .expand1, .formfields, .text-formfields {
        min-width: 160px;
    }

    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 49%;
            padding-right: 1%;
        }
}


@media only screen and (min-width: 480px) and (max-width: 768px) {
    .welcomepagebg {
        height: auto; /*min-height: 485px;*/
        padding-bottom: 0.9%;
        background-color: #124679 !important; /*background: url('Images/wel_bg.png') no-repeat center center;
        background-size: cover;*/
    }

    .welcomeleft {
        float: left;
        margin-right: 2%;
        margin-left: 10%;
        background-image: url('Images/welcomeleft.png');
        background-repeat: no-repeat; /*background-size: contain;*/
        height: 400px;
        width: 35%;
    }

    .welcomeright {
        float: left;
        background-image: url('Images/welcomeright.png');
    }

    .change_pw_icon {
        background: url('Images/change_pw.png') no-repeat left top;
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
        display: inline-block;
    }

    .logout_icon {
        background: url('Images/logout.png') no-repeat left top;
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
        display: inline-block;
    }

    .icon_text {
        height: 16px;
        font-size: 13px;
        line-height: 11px;
        display: none;
    }

    .logo {
        width: 200px;
        background-position-y: center;
        display: block;
        overflow: hidden;
    }

    .formselect, .expand, .expand1, .formfields {
        min-width: 160px;
    }

    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 32%;
            padding-right: 1%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .welcomepagebg {
        height: auto;
        min-height: 485px;
        padding-bottom: 0.9%;
        background-color: #124679 !important; /*background: url('Images/wel_bg.png') no-repeat center center;
        background-size: cover;*/
    }

    .welcomeleft {
        float: left;
        margin-right: 2%;
        margin-left: 10%;
        background-image: url('Images/welcomeleft.png');
        background-repeat: no-repeat; /*background-size: contain;*/
        height: 400px;
        width: 35%;
    }

    .welcomeright {
        float: left;
        background-image: url('Images/welcomeright.png');
    }

    .logo {
        display: block;
        overflow: hidden;
    }

    .formselect, .expand, .expand1, .formfields {
        min-width: 120px;
    }

    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 24%;
            padding-right: 1%;
        }
}

@media only screen and (min-width: 1024px) {
    .welcomepagebg {
        height: auto;
        /*    min-height: 485px;*/
        padding-bottom: 0.9%;
        background-color: #124679 !important; /*background: url('Images/wel_bg.png') no-repeat center center;
        background-size: cover;*/
    }

    .welcomeleft {
        float: left;
        margin-right: 2%;
        margin-left: 10%;
        background-image: url('Images/welcomeleft.png');
        background-repeat: no-repeat; /*background-size: contain;*/
        height: 400px;
        width: 35%;
    }

    .welcomeright {
        float: left;
        background-image: url('Images/welcomeright.png');
    }

    .change_pw_icon {
        background: url('Images/change_pw.png') no-repeat left top;
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
        display: none;
    }

    .change_pw_text {
        height: 16px;
        font-size: 13px;
        line-height: 11px;
    }

    .logo {
        display: block;
        /* overflow: hidden;*/
    }

    .formselect, .expand, .expand1, .formfields {
        min-width: 120px;
    }

    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 16%;
            padding-right: 1%;
        }
}


@media only screen and (min-width: 250px) and (max-width: 480px) {
    #welcomelftimg {
        display: none;
        visibility: hidden;
    }

    #welcomerigthtxt {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #welcomelftimg {
        display: none;
        visibility: hidden;
    }

    #welcomerigthtxt {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
        padding-top: 20px;
    }

    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 49%;
            padding-right: 1%;
        }

    .col-10 {
        display: block;
        width: 100%;
    }

    .col-30 {
        display: block;
        width: 100%;
    }

    .col-60 {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #welcomelftimg {
        display: none;
        visibility: hidden;
    }

    #welcomerigthtxt {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
        padding-top: 20px;
    }

    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 32%;
            padding-right: 1%;
        }

    .col-10 {
        float: left;
        display: inline;
        width: 19%;
        padding-right: 1%;
    }

    .col-30 {
        float: left;
        display: inline;
        width: 79%;
        padding-right: 1%;
    }

    .col-60 {
        float: left;
        display: inline;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 24%;
            padding-right: 1%;
        }

    .col-10 {
        float: left;
        display: inline;
        width: 19%;
        padding-right: 1%;
    }

    .col-30 {
        float: left;
        display: inline;
        width: 79%;
        padding-right: 1%;
    }

    .col-40 {
        float: left;
        display: inline;
        width: 29%;
        padding-right: 1%;
    }

    .col-50 {
        float: left;
        display: inline;
        width: 49%;
        padding-right: 1%;
    }

    .col-60 {
        float: left;
        display: inline;
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .print-col {
        width: 100%;
    }

        .print-col ul li {
            float: left;
            display: inline;
            width: 16%;
            padding-right: 1%;
        }

    .col-10 {
        float: left;
        display: inline;
        width: 9%;
        padding-right: 1%;
    }

    .col-30 {
        float: left;
        display: inline;
        width: 29%;
        padding-right: 1%;
    }

    .col-50 {
        float: left;
        display: inline;
        width: 49%;
        padding-right: 1%;
    }

    .col-60 {
        float: left;
        display: inline;
        width: 59%;
        padding-right: 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .gridsmall {
        float: left;
        width: 49%;
    }
}

@media only screen and (min-width: 1024px) {
    .gridsmall {
        float: left;
        width: 49%;
    }
}

.gridheader td, .gridrow td, .altrow td, .Altrow td, .gridfooter td {
    border-right: solid #dddcdc 1px !important;
    border-collapse: collapse;
}

    .gridheader td td, .gridrow td td, .altrow td td, .Altrow td td, .gridfooter td td, .selectedrow td td,
    .noborder {
        border-right: none !important;
    }

.gridpager1 {
    width: 100%;
    background: #2D58A5;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
}

.pagination {
    width: 100%;
    color: #FFF;
    margin: 0 !important;
}


    .pagination td,
    .dxgvHeader td,
    .gridrow td td,
    .gridrow1 td td,
    .altrow td td,
    .Altrow td td,
    .altrow1 td td,
    .Altrow1 td td {
        border: none !important;
    }
/*grid started*/
.grid1 {
    width: 100%;
    overflow: auto;
    clear: both;
    border-radius: 4px;
}


    .grid1::-webkit-scrollbar {
        width: 5px;
    }

    .grid1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }


.grid2 {
    width: 100%;
    height: auto;
    max-height: 130px;
    overflow: auto;
    background-color: #dddcdc;
    scrollbar-base-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-arrow-color: #505050;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #6b6d6e;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-track-color: #fff;
    border-radius: 4px;
}

.grid3 {
    width: 100%;
    height: auto;
    max-height: 250px;
    background-color: #dddcdc;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: solid 1px #cbcbcb;
    border-radius: 4px;
}

.grid4 {
    width: 100%;
    height: auto;
    max-height: 390px;
    min-height: .01%;
    overflow-x: auto;
    background-color: #dddcdc;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: solid 1px #cbcbcb;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .grid1 {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: solid 1px #cbcbcb;
    }

    .grid2 {
        width: 100%;
        height: auto;
        max-height: 130px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: solid 1px #cbcbcb;
    }

    .grid3 {
        width: 100%;
        height: auto;
        max-height: 250px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: solid 1px #cbcbcb;
    }

    .grid4 {
        width: 100%;
        height: auto;
        max-height: 390px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: solid 1px #EFF3FE;
    }
}

.grid1 table, .grid2 table, .grid3 table, .grid4 table {
    border-collapse: collapse;
}

.grid1 td, .grid1 th,
.grid2 td, .grid2 th,
.grid3 td, .grid3 th,
.grid4 td, .grid4 th {
    border: solid 1px #EFF3FE;
    font-family: Arial;
}

    .grid1 td td, .grid2 td td, .grid3 td td, .grid4 td td {
        border: none;
    }

/*grid ended*/

/*table start*/
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 2px;
    line-height: 1.22857143;
    vertical-align: top;
    border: solid 1px #cbcbcb;
}

.table > tbody > tr > th {
    min-height: 25px;
}
/*table end*/

.datepicker {
    /*    width: 85px;*/
    line-height: 1.228571429;
    height: 35px;
    padding: 0 3px 0 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #333333;
    font-weight: normal;
    background-color: #fff;
    border-radius: 4px;
    vertical-align: middle;
}
/*upload file input start*/
.fileuploads, .form_file,
.dxucEditArea {
    position: relative;
    overflow: hidden;
    margin-right: 3%;
    width: 95%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 11px !important;
    padding: 7px;
}

    .fileuploads input[type=file],
    .dxucEditArea input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/*upload file input end*/
/*input start*/

.formfields-W70 {
    display: block;
    margin-right: 3%;
    width: 70px;
    height: 23px !important;
    padding: 0 2px 0 3px;
    font-size: 13px;
    line-height: 1.228571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.formselect:-moz-placeholder,
.formfields:-moz-placeholder {
    color: #999;
}

.formselect::-moz-placeholder,
.formfields::-moz-placeholder {
    color: #999;
}

.formselect:-ms-input-placeholder,
.formfields:-ms-input-placeholder {
    color: #999;
}

.formselect::-webkit-input-placeholder,
.formfields::-webkit-input-placeholder {
    color: #999;
}

.formselect, .formselect10,
.expand, .expand1,
.formfields,
.text-formfields {
    display: block;
    margin-right: 3%;
    width: 93%;
    height: 34px;
    padding: 0 3px 0 2px;
    font-size: 13px;
    line-height: 1.228571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .formselect:focus,
    .formfields:focus,
    .formselect .expand,
    .formselect .expand1 {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .formselect[disabled], .formselect[readonly], fieldset[disabled] .formselect,
    .formfields[disabled], .formfields[readonly], fieldset[disabled] .formfields {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.formselect, textarea.formfields {
    height: auto;
}
/*input end*/

/*formselect 2 start*/
.formselect2 {
    display: inline-flexbox;
    float: left;
    width: 30% !important;
    margin-right: 2%;
    height: 23px;
    padding: 0 2px;
    font-size: 13px;
    line-height: 1.228571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .formselect2:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }
/*formselect 2 end*/

/*.form_textarea start*/
.form_textarea {
    display: block;
    margin-right: 3%;
    width: 93%;
    height: 30px;
    padding: 0 3px 0 2px;
    font-size: 13px;
    line-height: 1.228571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form_textarea :focus,
    .form_textarea .expand,
    .form_textarea .expand1 {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form_textarea[disabled], .form_textarea[readonly] {
        cursor: not-allowed;
        background-color: #eee;
    }

/*.form_textarea end*/

/*Textarea start*/
textarea:-moz-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea {
    display: block;
    margin-right: 3%;
    width: 93%;
    padding: 3px 3px;
    font-size: 13px;
    line-height: 1.228571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    textarea:focus, textarea .expand {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    textarea[disabled], textarea[readonly] {
        cursor: not-allowed;
        background-color: #eee;
    }

    textarea.formselect, textarea.formfields {
        height: auto;
    }
/*Textarea end*/

.first {
    background-image: url('Images/Paging/btn_first.gif');
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    background-color: red;
}

.calander-icon {
    float: left;
    padding: 3px;
}

.PivotGrid {
    width: 100%;
    overflow: auto;
    scrollbar-base-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-arrow-color: #505050;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #6b6d6e;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-track-color: #fff;
}

.message-area {
    overflow: hidden;
    clear: both;
}

.padding-right {
    padding-right: 5px;
}

.padding-top {
    padding-top: 5px;
}

.padding-bottom {
    padding-top: 5px;
}

.padding {
    padding: 5px;
    overflow: hidden;
}

.margin-all {
    margin: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.export {
    float: right; /*width: 100px;*/
    text-align: right;
    padding-right: 5px;
    margin-top: 7px;
}

.radio-rs {
    margin-top: -6px;
}
/*.formlink use in all download template links */
.formlink {
    float: left;
}

    .formlink ul {
        margin-bottom: 5px;
        margin-top: 10px;
        padding: 0;
    }

        .formlink ul li {
            font-family: arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            text-align: left;
            line-height: 13px;
            float: left;
            margin-right: 40px;
        }


/*new responsive css start*/
/*=======================height 35 ==================*/
/*.H35-C3 start*/

@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H35-C3 {
        overflow: hidden;
        width: 100%;
    }

        .H35-C3 .text {
            display: block;
            width: 100%;
        }

        .H35-C3 .field {
            display: block;
            width: 100%;
        }

        .H35-C3 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H35-C3 {
        float: left;
    }

        .H35-C3 .text {
            float: left;
            width: 40%;
        }

        .H35-C3 .field {
            float: left;
            width: 60%;
        }

        .H35-C3 .text-field {
            display: block;
            width: 100%;
        }

        .H35-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H35-C3 {
        float: left;
        width: 100%;
    }

        .H35-C3 .text {
            float: left;
            width: 40%;
        }

        .H35-C3 .field {
            float: left;
            width: 60%;
        }

        .H35-C3 .text-field {
            display: block;
            width: 100%;
        }

        .H35-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H35-C3 {
        float: left;
        width: 100%;
    }

        .H35-C3 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H35-C3 .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H35-C3 .text-field {
            float: left;
            width: 49%;
        }
}

@media only screen and (min-width: 1024px) {

    .H35-C3 {
        float: left;
        width: 100%;
    }


        .H35-C3 .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H35-C3 .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H35-C3 .text-field {
            float: left;
            width: 33%;
        }
}

.H35-C3 {
    float: left;
}

    .H35-C3 ul {
        margin: 0;
        padding: 0;
    }

        .H35-C3 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 35px;
            min-height: 35px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H35-C3 end*/

/*.H35-C3-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H35-C3-S {
        overflow: hidden;
    }

        .H35-C3-S .text {
            display: block;
            width: 100%;
        }

        .H35-C3-S .field {
            display: block;
            width: 100%;
        }

        .H35-C3-S .text-field {
            display: block;
            width: 100%;
        }

        .H35-C3-S .text-field3 {
            display: block;
            width: 95%; /*field % + text % + field% + text % + field %*/
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H35-C3-S {
        float: left;
    }

        .H35-C3-S .text {
            float: left;
            width: 40%;
        }

        .H35-C3-S .field {
            float: left;
            width: 60%;
        }

        .H35-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H35-C3-S .text-field {
            display: block;
            width: 98%;
        }

        .H35-C3-S .text-field3 {
            display: block;
            width: 95%; /*field % + text % + field% + text % + field %*/
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H35-C3-S {
        float: left;
        width: 100%;
    }

        .H35-C3-S .text {
            float: left;
            width: 40%;
        }

        .H35-C3-S .field {
            float: left;
            width: 60%;
        }

        .H35-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H35-C3-S .text-field {
            display: block;
            width: 98%;
        }

        .H35-C3-S .text-field3 {
            display: inline;
            width: 58%; /*field % + text % + field% + text % + field %*/
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H35-C3-S {
        float: left;
        width: 100%;
    }

        .H35-C3-S .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H35-C3-S .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H35-C3-S .text-field {
            float: left;
            display: inline;
            width: 49%;
        }

        .H35-C3-S .text-field3 {
            display: inline;
            width: 79%; /*field % + text % + field% + text % + field %*/
        }
}

@media only screen and (min-width: 1024px) {

    .H35-C3-S {
        float: left;
        width: 100%;
    }


        .H35-C3-S .text {
            float: left;
            display: inline;
            width: 12%;
        }

        .H35-C3-S .field {
            float: left;
            display: inline;
            width: 21%;
        }

        .H35-C3-S .text-field {
            float: left;
            display: inline;
            width: 33%;
        }

        .H35-C3-S .text-field3 {
            display: inline;
            width: 86%; /*field % + text % + field% + text % + field %*/
        }
}

.H35-C3-S {
    float: left;
}

    .H35-C3-S ul {
        margin: 0;
        padding: 0;
    }

        .H35-C3-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 35px;
            min-height: 35px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H35-C3-S end*/


/*.H35-C2 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H35-C2 {
        overflow: hidden;
    }

        .H35-C2 .text {
            display: block;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2 .field {
            display: block;
            width: 55%;
            text-align: left;
        }

        .H35-C2 .link {
            padding-right: 20px;
            padding-left: 20px;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H35-C2 {
        float: left;
    }

        .H35-C2 .text {
            float: left;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2 .field {
            float: left;
            width: 55%;
            text-align: left;
        }

        .H35-C2 .link {
            padding-right: 20px;
            padding-left: 20px;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H35-C2 {
        float: left;
        width: 100%;
    }

        .H35-C2 .text {
            float: left;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2 .field {
            float: left;
            width: 55%;
            text-align: left;
        }


        .H35-C2 .link {
            padding-right: 20px;
            padding-left: 20px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H35-C2 {
        float: left;
        width: 100%;
    }

        .H35-C2 .text {
            float: left;
            display: inline;
            width: 18%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2 .field {
            float: left;
            display: inline;
            width: 31%;
            text-align: left;
        }

        .H35-C2 .link {
            padding-right: 20px;
            padding-left: 20px;
        }
}

@media only screen and (min-width: 1024px) {

    .H35-C2 {
        float: left;
        width: 100%;
    }


        .H35-C2 .text {
            float: left;
            display: inline;
            width: 18%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2 .field {
            float: left;
            display: inline;
            width: 31%;
            text-align: left;
        }

        .H35-C2 .link {
            padding-right: 20px;
            padding-left: 20px;
        }
}

.H35-C2 {
    float: left;
}

    .H35-C2 ul {
        margin: 0;
        padding: 0;
    }

        .H35-C2 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 35px;
            min-height: 35px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H35-C2 end*/

/*.H35-C2-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H35-C2-S {
        overflow: hidden;
    }

        .H35-C2-S .text {
            display: block;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2-S .field {
            display: block;
            width: 55%;
            text-align: left;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H35-C2-S {
        float: left;
    }

        .H35-C2-S .text {
            float: left;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2-S .field {
            float: left;
            width: 55%;
            text-align: left;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H35-C2-S {
        float: left;
        width: 100%;
    }

        .H35-C2-S .text {
            float: left;
            width: 40%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2-S .field {
            float: left;
            width: 59%;
            text-align: left;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H35-C2-S {
        float: left;
        width: 100%;
    }

        .H35-C2-S .text {
            float: left;
            display: inline;
            width: 15%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2-S .field {
            float: left;
            display: inline;
            width: 34%;
            text-align: left;
        }
}

@media only screen and (min-width: 1024px) {

    .H35-C2-S {
        float: left;
        width: 100%;
    }


        .H35-C2-S .text {
            float: left;
            display: inline;
            width: 15%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C2-S .field {
            float: left;
            display: inline;
            width: 34%;
            text-align: left;
        }
}

.H35-C2-S {
    float: left;
}

    .H35-C2-S ul {
        margin: 0;
        padding: 0;
    }

        .H35-C2-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 35px;
            min-height: 35px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H35-C2-S end*/

/*.H35-C start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H35-C {
        overflow: hidden;
    }

        .H35-C .text {
            display: block;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C .field {
            display: block;
            width: 55%;
            text-align: left;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H35-C {
        float: left;
    }

        .H35-C .text {
            float: left;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C .field {
            float: left;
            width: 55%;
            text-align: left;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H35-C {
        float: left;
        width: 100%;
    }

        .H35-C .text {
            float: left;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C .field {
            float: left;
            width: 55%;
            text-align: left;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H35-C {
        float: left;
        width: 100%;
    }

        .H35-C .text {
            float: left;
            display: inline;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C .field {
            float: left;
            display: inline;
            width: 55%;
            text-align: left;
        }
}

@media only screen and (min-width: 1024px) {

    .H35-C {
        float: left;
        width: 100%;
    }


        .H35-C .text {
            float: left;
            display: inline;
            width: 44%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C .field {
            float: left;
            display: inline;
            width: 55%;
            text-align: left;
        }
}

.H35-C {
    float: left;
}

    .H35-C ul {
        margin: 0;
        padding: 0;
    }

        .H35-C ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 35px;
            min-height: 35px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H35-C end*/


/*.H35-C-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H35-C-S {
        overflow: hidden;
    }

        .H35-C-S .text {
            display: block;
            width: 34%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C-S .field {
            display: block;
            width: 65%;
            text-align: left;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H35-C-S {
        float: left;
    }

        .H35-C-S .text {
            float: left;
            width: 34%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C-S .field {
            float: left;
            width: 65%;
            text-align: left;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H35-C-S {
        float: left;
        width: 100%;
    }

        .H35-C-S .text {
            float: left;
            width: 34%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C-S .field {
            float: left;
            width: 65%;
            text-align: left;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H35-C-S {
        float: left;
        width: 100%;
    }

        .H35-C-S .text {
            float: left;
            display: inline;
            width: 34%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C-S .field {
            float: left;
            display: inline;
            width: 65%;
            text-align: left;
        }
}

@media only screen and (min-width: 1024px) {

    .H35-C-S {
        float: left;
        width: 100%;
    }


        .H35-C-S .text {
            float: left;
            display: inline;
            width: 34%;
            text-align: left;
            padding-right: 1%;
        }

        .H35-C-S .field {
            float: left;
            display: inline;
            width: 55%;
            text-align: left;
        }
}

.H35-C-S {
    float: left;
}

    .H35-C-S ul {
        margin: 0;
        padding: 0;
    }

        .H35-C-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 35px;
            min-height: 35px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H35-C-S end*/

/*=======================height 30 ==================*/
/*.H30-C4 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H30-C4 {
        overflow: hidden;
    }

        .H30-C4 .text {
            display: block;
            width: 100%;
        }

        .H30-C4 .field {
            display: block;
            width: 100%;
        }

        .H30-C4 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H30-C4 {
        float: left;
    }

        .H30-C4 .text {
            float: left;
            width: 40%;
        }

        .H30-C4 .field {
            float: left;
            width: 60%;
        }

        .H30-C4 .field3 {
            float: left;
            padding-left: 40%;
        }

        .H30-C4 .text-field {
            float: left;
            width: 100%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H30-C4 {
        float: left;
        width: 100%;
    }

        .H30-C4 .text {
            float: left;
            width: 22%;
        }

        .H30-C4 .field {
            float: left;
            width: 27%;
        }

        .H30-C4 .field3 {
            float: left;
            padding-left: 22%;
        }

        .H30-C4 .text-field {
            float: left;
            width: 49%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H30-C4 {
        float: left;
        width: 100%;
    }

        .H30-C4 .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H30-C4 .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H30-C4 .field3 {
            float: left;
            padding-left: 15%;
        }

        .H30-C4 .text-field {
            float: left;
            width: 33%;
        }
}

@media only screen and (min-width: 1024px) {

    .H30-C4 {
        float: left;
        width: 100%;
    }


        .H30-C4 .text {
            float: left;
            display: inline;
            width: 10%;
        }

        .H30-C4 .field {
            float: left;
            display: inline;
            width: 15%;
        }

        .H30-C4 .text-field {
            float: left;
            width: 25%;
        }
}

.H30-C4 {
    float: left;
}

    .H30-C4 ul {
        margin: 0;
        padding: 0;
    }

        .H30-C4 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            min-height: 30px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H25-C4 end*/

/*.H30-C4-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H30-C4-S {
        overflow: hidden;
    }

        .H30-C4-S .text {
            display: block;
            width: 100%;
        }

        .H30-C4-S .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H30-C4-S {
        float: left;
    }

        .H30-C4-S .text {
            float: left;
            width: 40%;
        }

        .H30-C4-S .field {
            float: left;
            width: 60%;
        }

        .H30-C4-S .field3 {
            float: left;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H30-C4-S {
        float: left;
        width: 100%;
    }

        .H30-C4-S .text {
            float: left;
            width: 22%;
        }

        .H30-C4-S .field {
            float: left;
            width: 27%;
        }

        .H30-C4-S .field3 {
            float: left;
            padding-left: 22%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H30-C4-S {
        float: left;
        width: 100%;
    }

        .H30-C4-S .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H30-C4-S .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H30-C4-S .field3 {
            float: left;
            padding-left: 15%;
        }
}

@media only screen and (min-width: 1024px) {

    .H30-C4-S {
        float: left;
        width: 100%;
    }


        .H30-C4-S .text {
            float: left;
            display: inline;
            width: 7%;
        }

        .H30-C4-S .field {
            float: left;
            display: inline;
            width: 18%;
        }
}

.H30-C4-S {
    float: left;
}

    .H30-C4-S ul {
        margin: 0;
        padding: 0;
    }

        .H30-C4-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            min-height: 30px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H30-C4-S end*/

/*.H30-C3 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H30-C3 {
        overflow: hidden;
    }

        .H30-C3 .text {
            display: block;
            width: 100%;
        }

        .H30-C3 .field {
            display: block;
            width: 100%;
        }

        .H30-C3 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H30-C3 {
        float: left;
    }

        .H30-C3 .text {
            float: left;
            width: 40%;
        }

        .H30-C3 .field {
            float: left;
            width: 60%;
        }

        .H30-C3 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H30-C3 {
        float: left;
        width: 100%;
    }

        .H30-C3 .text {
            float: left;
            width: 40%;
        }

        .H30-C3 .field {
            float: left;
            width: 60%;
        }

        .H30-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H30-C3 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H30-C3 {
        float: left;
        width: 100%;
    }

        .H30-C3 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H30-C3 .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H30-C3 .text-field {
            display: block;
            width: 49%;
        }
}

@media only screen and (min-width: 1024px) {

    .H30-C3 {
        float: left;
        width: 100%;
    }


        .H30-C3 .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H30-C3 .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H30-C3 .text-field {
            display: block;
            width: 33%;
        }
}

.H30-C3 {
    float: left;
}

    .H30-C3 ul {
        margin: 0;
        padding: 0;
    }

        .H30-C3 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            min-height: 30px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

    .H30-C3 .link {
        padding-right: 20px;
        padding-left: 20px;
    }

/*.H30-C3 end*/

/*.H30-C3-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H30-C3-S {
        overflow: hidden;
    }

        .H30-C3-S .text {
            display: block;
            width: 100%;
        }

        .H30-C3-S .field {
            display: block;
            width: 100%;
        }

        .H30-C3-S .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H30-C3-S {
        float: left;
    }

        .H30-C3-S .text {
            float: left;
            width: 40%;
        }

        .H30-C3-S .field {
            float: left;
            width: 60%;
        }

        .H30-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H30-C3-S .text-field {
            float: left;
            width: 100%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H30-C3-S {
        float: left;
        width: 100%;
    }

        .H30-C3-S .text {
            float: left;
            width: 40%;
        }

        .H30-C3-S .field {
            float: left;
            width: 60%;
        }

        .H30-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H30-C3-S .text-field {
            float: left;
            width: 100%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H30-C3-S {
        float: left;
        width: 100%;
    }

        .H30-C3-S .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H30-C3-S .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H30-C3-S .text-field {
            float: left;
            width: 49%;
        }

        .H30-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 20%;
        }
}

@media only screen and (min-width: 1024px) {

    .H30-C3-S {
        float: left;
        width: 100%;
    }


        .H30-C3-S .text {
            float: left;
            display: inline;
            width: 12%;
        }

        .H30-C3-S .field {
            float: left;
            display: inline;
            width: 21%;
        }

        .H30-C3-S .text-field {
            float: left;
            width: 33%;
        }
}

.H30-C3-S {
    float: left;
}

    .H30-C3-S ul {
        margin: 0;
        padding: 0;
    }

        .H30-C3-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            min-height: 30px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

    .H30-C3-S .link {
        padding-right: 20px;
        padding-left: 20px;
    }


/*.H30-C3-S end*/


/*.H30-C2 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H30-C2 {
        overflow: hidden;
    }

        .H30-C2 .text {
            display: block;
            width: 45%;
            text-align: right;
        }

        .H30-C2 .field {
            display: block;
            width: 50%;
            text-align: left;
        }

        .H30-C2 .img {
            display: block;
            width: 5%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H30-C2 {
        float: left;
    }

        .H30-C2 .text {
            float: left;
            width: 45%;
            text-align: right;
        }

        .H30-C2 .field {
            float: left;
            width: 50%;
            text-align: left;
        }

        .H30-C2 .img {
            float: left;
            width: 5%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H30-C2 {
        float: left;
        width: 100%;
    }

        .H30-C2 .text {
            float: left;
            width: 45%;
            text-align: right;
        }

        .H30-C2 .field {
            float: left;
            width: 50%;
            text-align: left;
        }

        .H30-C2 .img {
            float: left;
            width: 5%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H30-C2 {
        float: left;
        width: 100%;
    }

        .H30-C2 .text {
            float: left;
            display: inline;
            width: 15%;
            text-align: right;
        }

        .H30-C2 .field {
            float: left;
            display: inline;
            width: 33%;
            text-align: left;
        }

        .H30-C2 .img {
            float: left;
            width: 2%;
        }
}

@media only screen and (min-width: 1024px) {

    .H30-C2 {
        float: left;
        width: 100%;
    }


        .H30-C2 .text {
            float: left;
            display: inline;
            width: 15%;
            text-align: right;
        }

        .H30-C2 .field {
            float: left;
            display: inline;
            width: 33%;
            text-align: left;
        }

        .H30-C2 .img {
            float: left;
            width: 2%;
        }
}

.H30-C2 {
    float: left;
}

    .H30-C2 ul {
        margin: 0;
        padding: 0;
    }

        .H30-C2 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            min-height: 30px;
            margin-bottom: 10px;
            line-height: 13px;
            float: left;
        }

/*.H30-C2 end*/

/*.H30-C2-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H30-C2-S {
        overflow: hidden;
    }

        .H30-C2-S .text {
            display: block;
            width: 98%;
            text-align: left;
            padding-right: 1%;
            min-height: 12px;
        }

        .H30-C2-S .field {
            display: block;
            width: 99%;
            text-align: left;
        }

        .H30-C2-S .field2 {
            float: left;
            display: inline;
            width: 99%;
            text-align: left;
        }

        .H30-C2-S .text-field {
            float: left;
            display: inline;
            width: 99%;
            text-align: left;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H30-C2-S {
        float: left;
    }

        .H30-C2-S .text {
            float: left;
            width: 98%;
            text-align: left;
            padding-right: 1%;
            min-height: 12px;
        }

        .H30-C2-S .field {
            float: left;
            width: 99%;
            text-align: left;
        }

        .H30-C2-S .field2 {
            float: left;
            display: inline;
            width: 99%;
            text-align: left;
        }

        .H30-C2-S .text-field {
            float: left;
            display: inline;
            width: 99%;
            text-align: left;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H30-C2-S {
        float: left;
        width: 100%;
    }

        .H30-C2-S .text {
            float: left;
            width: 44%;
            text-align: right;
            padding-right: 1%;
        }

        .H30-C2-S .field {
            float: left;
            width: 55%;
            text-align: left;
        }

        .H30-C2-S .field2 {
            float: left;
            display: inline;
            width: 55%;
            text-align: left;
        }

        .H30-C2-S .text-field {
            float: left;
            display: inline;
            width: 55%;
            text-align: left;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H30-C2-S {
        float: left;
        width: 100%;
    }

        .H30-C2-S .text {
            float: left;
            display: inline;
            width: 18%;
            text-align: right;
            padding-right: 1%;
        }

        .H30-C2-S .field {
            float: left;
            display: inline;
            width: 31%;
            text-align: left;
        }

        .H30-C2-S .field2 {
            float: left;
            display: inline;
            width: 80%;
            text-align: left;
        }

        .H30-C2-S .text-field {
            float: left;
            display: inline;
            width: 49%;
            text-align: left;
        }
}

@media only screen and (min-width: 1024px) {

    .H30-C2-S {
        float: left;
        width: 100%;
    }


        .H30-C2-S .text {
            float: left;
            display: inline;
            width: 18%;
            text-align: right;
            padding-right: 1%;
        }

        .H30-C2-S .field {
            float: left;
            display: inline;
            width: 31%;
            text-align: left;
        }

        .H30-C2-S .field2 {
            float: left;
            display: inline;
            width: 80%;
            text-align: left;
        }

        .H30-C2-S .text-field {
            float: left;
            display: inline;
            width: 49%;
            text-align: left;
        }
}

.H30-C2-S {
    float: left;
}

    .H30-C2-S ul {
        margin: 0;
        padding: 0;
    }

        .H30-C2-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 30px;
            min-height: 30px;
            margin-bottom: 10px;
            line-height: 13px;
            float: left;
        }


/*.H30-C2-S end*/

/*=======================height 25 ==================*/
/*.H25-C4 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H25-C4 {
        overflow: hidden;
    }

        .H25-C4 .text {
            display: block;
            width: 100%;
        }

        .H25-C4 .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H25-C4 {
        float: left;
    }

        .H25-C4 .text {
            float: left;
            width: 40%;
        }

        .H25-C4 .field {
            float: left;
            width: 60%;
        }

        .H25-C4 .field3 {
            float: left;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H25-C4 {
        float: left;
        width: 100%;
    }

        .H25-C4 .text {
            float: left;
            width: 22%;
        }

        .H25-C4 .field {
            float: left;
            width: 27%;
        }

        .H25-C4 .field3 {
            float: left;
            padding-left: 22%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H25-C4 {
        float: left;
        width: 100%;
    }

        .H25-C4 .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H25-C4 .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H25-C4 .field3 {
            float: left;
            padding-left: 15%;
        }
}

@media only screen and (min-width: 1024px) {

    .H25-C4 {
        float: left;
        width: 100%;
    }


        .H25-C4 .text {
            float: left;
            display: inline;
            width: 10%;
        }

        .H25-C4 .field {
            float: left;
            display: inline;
            width: 15%;
        }
}

.H25-C4 {
    float: left;
}

    .H25-C4 ul {
        margin: 0;
        padding: 0;
    }

        .H25-C4 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 25px;
            min-height: 25px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H25-C4 end*/


/*.H25-C4-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H25-C4-S {
        overflow: hidden;
    }

        .H25-C4-S .text {
            display: block;
            width: 100%;
        }

        .H25-C4-S .field {
            display: block;
            width: 100%;
        }

        .H25-C4-S .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H25-C4-S {
        float: left;
    }

        .H25-C4-S .text {
            float: left;
            width: 40%;
        }

        .H25-C4-S .field {
            float: left;
            width: 60%;
        }

        .H25-C4-S .field3 {
            float: left;
            padding-left: 40%;
        }

        .H25-C4-S .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H25-C4-S {
        float: left;
        width: 100%;
    }

        .H25-C4-S .text {
            float: left;
            width: 22%;
        }

        .H25-C4-S .field {
            float: left;
            width: 27%;
        }

        .H25-C4-S .field3 {
            float: left;
            padding-left: 22%;
        }

        .H25-C4-S .text-field {
            float: left;
            display: inline;
            width: 49%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H25-C4-S {
        float: left;
        width: 100%;
    }

        .H25-C4-S .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H25-C4-S .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H25-C4-S .field3 {
            float: left;
            padding-left: 15%;
        }

        .H25-C4-S .text-field {
            float: left;
            display: inline;
            width: 33%;
        }
}

@media only screen and (min-width: 1024px) {

    .H25-C4-S {
        float: left;
        width: 100%;
    }


        .H25-C4-S .text {
            float: left;
            display: inline;
            width: 7%;
        }

        .H25-C4-S .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H25-C4-S .text-field {
            float: left;
            display: inline;
            width: 25%;
        }
}

.H25-C4-S {
    float: left;
}

    .H25-C4-S ul {
        margin: 0;
        padding: 0;
    }

        .H25-C4-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 25px;
            min-height: 25px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H25-C4-S end*/


/*.H25-C3 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H25-C3 {
        overflow: hidden;
    }

        .H25-C3 .text {
            display: block;
            width: 100%;
        }

        .H25-C3 .field {
            display: block;
            width: 100%;
        }

        .H25-C3 .field2 {
            display: block;
            width: 100%;
        }

        .H25-C3 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H25-C3 {
        float: left;
    }

        .H25-C3 .text {
            float: left;
            display: inline;
            width: 40%;
        }

        .H25-C3 .field {
            float: left;
            display: inline;
            width: 60%;
        }

        .H25-C3 .field2 {
            float: left;
            display: inline;
            width: 60%;
        }

        .H25-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H25-C3 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H25-C3 {
        float: left;
        width: 100%;
    }

        .H25-C3 .text {
            float: left;
            display: inline;
            width: 40%;
        }

        .H25-C3 .field {
            float: left;
            display: inline;
            width: 60%;
        }

        .H25-C3 .field2 {
            float: left;
            display: inline;
            width: 60%;
        }

        .H25-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H25-C3 .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H25-C3 {
        float: left;
        width: 100%;
    }

        .H25-C3 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H25-C3 .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H25-C3 .field2 {
            float: left;
            display: inline;
            width: 29%;
        }

        .H25-C3 .text-field {
            float: left;
            display: inline;
            width: 49%;
        }
}

@media only screen and (min-width: 1024px) {

    .H25-C3 {
        float: left;
        width: 100%;
    }


        .H25-C3 .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H25-C3 .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H25-C3 .field2 {
            float: left;
            display: inline;
            width: 51%;
        }

        .H25-C3 .text-field {
            float: left;
            display: inline;
            width: 33%;
        }
}

.H25-C3 {
    float: left;
}

    .H25-C3 ul {
        margin: 0;
        padding: 0;
    }

        .H25-C3 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 25px;
            min-height: 25px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H25-C3 end*/


/*.H25-C3-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H25-C3-S {
        overflow: hidden;
        width: 100%;
    }

        .H25-C3-S .text {
            display: block;
            width: 100%;
        }

        .H25-C3-S .field {
            display: block;
            width: 100%;
        }

        .H25-C3-S .field2 {
            display: block;
            width: 100%;
        }

        .H25-C3-S .text-field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H25-C3-S {
        float: left;
        width: 100%;
    }

        .H25-C3-S .text {
            float: left;
            width: 40%;
        }

        .H25-C3-S .field {
            float: left;
            width: 60%;
        }

        .H25-C3-S .field2 {
            float: left;
            width: 60%;
        }

        .H25-C3-S .text-field {
            display: block;
            width: 100%;
        }

        .H25-C3-S .text-field3 {
            display: block;
            width: 95%; /*field % + text % + field% + text % + field %*/
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H25-C3-S {
        float: left;
        width: 100%;
    }

        .H25-C3-S .text {
            float: left;
            width: 40%;
        }

        .H25-C3-S .field {
            float: left;
            width: 60%;
        }

        .H25-C3-S .field2 {
            float: left;
            width: 60%;
        }

        .H25-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H25-C3-S .text-field {
            display: block;
            width: 100%;
        }

        .H25-C3-S .text-field3 {
            display: block;
            width: 95%; /*field % + text % + field% + text % + field %*/
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H25-C3-S {
        float: left;
        width: 100%;
    }

        .H25-C3-S .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H25-C3-S .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H25-C3-S .field2 {
            float: left;
            display: inline;
            width: 78%; /*field % + text % + field% */
        }

        .H25-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 20%;
        }

        .H25-C3-S .text-field {
            display: inline;
            width: 49%; /*field % + text %*/
        }

        .H25-C3-S .text-field3 {
            display: inline;
            width: 79%; /*field % + text % + field% + text % + field %*/
        }
}

@media only screen and (min-width: 1024px) {

    .H25-C3-S {
        float: left;
        width: 100%;
    }


        .H25-C3-S .text {
            /*            float: left;*/
            /*            display: inline;*/
            width: 12%;
            display: inline-block;
        }

        .H25-C3-S .field {
            /*   float: left;
            display: inline;
            width: 21%;*/
            display: inline-block;
            width: 20%;
        }

        .H25-C3-S .field2 {
            float: left;
            display: inline;
            width: 54%; /*field % + text % + field %*/
        }

        .H25-C3-S .text-field {
            display: inline;
            width: 33%; /*text % + field %*/
        }

        .H25-C3-S .text-field3 {
            display: inline;
            width: 86%; /*field % + text % + field% + text % + field %*/
        }
}

.H25-C3-S {
    float: left;
    /*    padding-bottom: 20px;*/
}

    .H25-C3-S ul {
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .H25-C3-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: auto;
            min-height: 25px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            /*            float: left;*/
            vertical-align: top;
            display: inline-block;
        }

    .H25-C3-S .link {
        padding-right: 20px;
        padding-left: 20px;
    }

/*.H25-C3-S end*/



/*.H25-C2 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H25-C2 {
        overflow: hidden;
    }

        .H25-C2 .text {
            display: block;
            width: 100%;
        }

        .H25-C2 .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H25-C2 {
        float: left;
    }

        .H25-C2 .text {
            float: left;
            width: 40%;
        }

        .H25-C2 .field {
            float: left;
            width: 60%;
        }

        .H25-C2 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H25-C2 {
        float: left;
        width: 100%;
    }

        .H25-C2 .text {
            float: left;
            width: 40%;
        }

        .H25-C2 .field {
            float: left;
            width: 60%;
        }

        .H25-C2 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }

        .H25-C2 .text-field {
            float: left;
            display: inline;
            width: 100%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H25-C2 {
        float: left;
        width: 100%;
    }

        .H25-C2 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H25-C2 .field {
            float: left;
            display: inline;
            width: 30%;
        }

        .H25-C2 .text-field {
            float: left;
            display: inline;
            width: 50%;
        }
}

@media only screen and (min-width: 1024px) {

    .H25-C2 {
        float: left;
        width: 100%;
    }


        .H25-C2 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H25-C2 .field {
            float: left;
            display: inline;
            width: 30%;
        }

        .H25-C2 .text-field {
            float: left;
            display: inline;
            width: 50%;
        }
}

.H25-C2 {
    float: left;
}

    .H25-C2 ul {
        margin: 0;
        padding: 0;
    }

        .H25-C2 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 25px;
            min-height: 25px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H25-C2 end*/

/*.H25-C2-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H25-C2-S {
        overflow: hidden;
    }

        .H25-C2-S .text {
            display: block;
            width: 100%;
        }

        .H25-C2-S .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H25-C2-S {
        float: left;
    }

        .H25-C2-S .text {
            float: left;
            width: 40%;
        }

        .H25-C2-S .field {
            float: left;
            width: 60%;
        }

        .H25-C2-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H25-C2-S {
        float: left;
        width: 100%;
    }

        .H25-C2-S .text {
            float: left;
            width: 40%;
        }

        .H25-C2-S .field {
            float: left;
            width: 60%;
        }

        .H25-C2-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H25-C2-S {
        float: left;
        width: 100%;
    }

        .H25-C2-S .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H25-C2-S .field {
            float: left;
            display: inline;
            width: 35%;
        }

        .H25-C2-S .field3 {
            float: left;
            display: inline;
            padding-left: 15%;
        }
}

@media only screen and (min-width: 1024px) {

    .H25-C2-S {
        float: left;
        width: 100%;
    }


        .H25-C2-S .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H25-C2-S .field {
            float: left;
            display: inline;
            width: 35%;
        }
}

.H25-C2-S {
    float: left;
}

    .H25-C2-S ul {
        margin: 0;
        padding: 0;
    }

        .H25-C2-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 25px;
            min-height: 25px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H25-C2-S end*/

/*=======================height 20 ==================*/
/*.H20-C4 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H20-C4 {
        overflow: hidden;
    }

        .H20-C4 .text {
            display: block;
            width: 100%;
        }

        .H20-C4 .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H20-C4 {
        float: left;
    }

        .H20-C4 .text {
            float: left;
            width: 40%;
        }

        .H20-C4 .field {
            float: left;
            width: 60%;
        }

        .H20-C4 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H20-C4 {
        float: left;
        width: 100%;
    }

        .H20-C4 .text {
            float: left;
            width: 22%;
        }

        .H20-C4 .field {
            float: left;
            width: 27%;
        }

        .H20-C4 .field3 {
            float: left;
            display: inline;
            padding-left: 22%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H20-C4 {
        float: left;
        width: 100%;
    }

        .H20-C4 .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H20-C4 .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H20-C4 .field3 {
            float: left;
            display: inline;
            padding-left: 15%;
        }
}

@media only screen and (min-width: 1024px) {

    .H20-C4 {
        float: left;
        width: 100%;
    }


        .H20-C4 .text {
            float: left;
            display: inline;
            width: 10%;
        }

        .H20-C4 .field {
            float: left;
            display: inline;
            width: 15%;
        }
}

.H20-C4 {
    float: left;
}

    .H20-C4 ul {
        margin: 0;
        padding: 0;
    }

        .H20-C4 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 20px;
            min-height: 20px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H20-C4 end*/

/*.H20-C4-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H20-C4-S {
        overflow: hidden;
    }

        .H20-C4-S .text {
            display: block;
            width: 100%;
        }

        .H20-C4-S .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H20-C4-S {
        float: left;
    }

        .H20-C4-S .text {
            float: left;
            width: 40%;
        }

        .H20-C4-S .field {
            float: left;
            width: 60%;
        }

        .H20-C4-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H20-C4-S {
        float: left;
        width: 100%;
    }

        .H20-C4-S .text {
            float: left;
            width: 22%;
        }

        .H20-C4-S .field {
            float: left;
            width: 27%;
        }

        .H20-C4-S .field3 {
            float: left;
            display: inline;
            padding-left: 22%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H20-C4-S {
        float: left;
        width: 100%;
    }

        .H20-C4-S .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H20-C4-S .field {
            float: left;
            display: inline;
            width: 18%;
        }
}

@media only screen and (min-width: 1024px) {

    .H20-C4-S {
        float: left;
        width: 100%;
    }


        .H20-C4-S .text {
            float: left;
            display: inline;
            width: 7%;
        }

        .H20-C4-S .field {
            float: left;
            display: inline;
            width: 18%;
        }
}

.H20-C4-S {
    float: left;
}

    .H20-C4-S ul {
        margin: 0;
        padding: 0;
    }

        .H20-C4-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 20px;
            min-height: 20px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H20-C4-S end*/


/*.H20-C3 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H20-C3 {
        overflow: hidden;
    }

        .H20-C3 .text {
            display: block;
            width: 100%;
        }

        .H20-C3 .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H20-C3 {
        float: left;
    }

        .H20-C3 .text {
            float: left;
            display: inline;
            width: 40%;
        }

        .H20-C3 .field {
            float: left;
            display: inline;
            width: 60%;
        }

        .H20-C3 .field2 {
            float: left;
            display: inline;
            width: 60%;
        }

        .H20-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H20-C3 {
        float: left;
        width: 100%;
    }

        .H20-C3 .text {
            float: left;
            display: inline;
            width: 40%;
        }

        .H20-C3 .field {
            float: left;
            display: inline;
            width: 60%;
        }

        .H20-C3 .field2 {
            float: left;
            display: inline;
            width: 60%;
        }

        .H20-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H20-C3 {
        float: left;
        width: 100%;
    }

        .H20-C3 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H20-C3 .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H20-C3 .field2 {
            float: left;
            display: inline;
            width: 29%;
        }

        .H20-C3 .field3 {
            float: left;
            display: inline;
            padding-left: 20%;
        }
}

@media only screen and (min-width: 1024px) {

    .H20-C3 {
        float: left;
        width: 100%;
    }


        .H20-C3 .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H20-C3 .field {
            float: left;
            display: inline;
            width: 18%;
        }

        .H20-C3 .field2 {
            float: left;
            display: inline;
            width: 51%;
        }
}

.H20-C3 {
    float: left;
}

    .H20-C3 ul {
        margin: 0;
        padding: 0;
    }

        .H20-C3 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 20px;
            min-height: 20px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H20-C3 end*/

/*.H20-C3-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H20-C3-S {
        overflow: hidden;
    }

        .H20-C3-S .text {
            display: block;
            width: 100%;
        }

        .H20-C3-S .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H20-C3-S {
        float: left;
    }

        .H20-C3-S .text {
            float: left;
            width: 40%;
        }

        .H20-C3-S .field {
            float: left;
            width: 60%;
        }

        .H20-C3-S .field2 {
            float: left;
            width: 60%;
        }

        .H20-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H20-C3-S {
        float: left;
        width: 100%;
    }

        .H20-C3-S .text {
            float: left;
            width: 40%;
        }

        .H20-C3-S .field {
            float: left;
            width: 60%;
        }

        .H20-C3-S .field2 {
            float: left;
            width: 60%;
        }

        .H20-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H20-C3-S {
        float: left;
        width: 100%;
    }

        .H20-C3-S .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H20-C3-S .field {
            float: left;
            display: inline;
            width: 29%;
        }

        .H20-C3-S .field2 {
            float: left;
            display: inline;
            width: 29%;
        }

        .H20-C3-S .field3 {
            float: left;
            display: inline;
            padding-left: 20%;
        }
}

@media only screen and (min-width: 1024px) {

    .H20-C3-S {
        float: left;
        width: 100%;
    }


        .H20-C3-S .text {
            float: left;
            display: inline;
            width: 12%;
        }

        .H20-C3-S .field {
            float: left;
            display: inline;
            width: 21%;
        }

        .H20-C3-S .field2 {
            float: left;
            display: inline;
            width: 54%;
        }
}

.H20-C3-S {
    float: left;
}

    .H20-C3-S ul {
        margin: 0;
        padding: 0;
    }

        .H20-C3-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 20px;
            min-height: 20px;
            margin-bottom: 30px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H20-C3-S end*/

/*.H20-C2 start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H20-C2 {
        overflow: hidden;
    }

        .H20-C2 .text {
            display: block;
            width: 100%;
        }

        .H20-C2 .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H20-C2 {
        float: left;
    }

        .H20-C2 .text {
            float: left;
            width: 40%;
        }

        .H20-C2 .field {
            float: left;
            width: 60%;
        }

        .H20-C2 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H20-C2 {
        float: left;
        width: 100%;
    }

        .H20-C2 .text {
            float: left;
            width: 40%;
        }

        .H20-C2 .field {
            float: left;
            width: 60%;
        }

        .H20-C2 .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H20-C2 {
        float: left;
        width: 100%;
    }

        .H20-C2 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H20-C2 .field {
            float: left;
            display: inline;
            width: 30%;
        }
}

@media only screen and (min-width: 1024px) {

    .H20-C2 {
        float: left;
        width: 100%;
    }


        .H20-C2 .text {
            float: left;
            display: inline;
            width: 20%;
        }

        .H20-C2 .field {
            float: left;
            display: inline;
            width: 30%;
        }
}

.H20-C2 {
    float: left;
}

    .H20-C2 ul {
        margin: 0;
        padding: 0;
    }

        .H20-C2 ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 20px;
            min-height: 20px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }

/*.H20-C2 end*/


/*.H20-C2-S start*/
@media only screen and (min-width: 250px) and (max-width: 480px) {
    .H20-C2-S {
        overflow: hidden;
    }

        .H20-C2-S .text {
            display: block;
            width: 100%;
        }

        .H20-C2-S .field {
            display: block;
            width: 100%;
        }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .H20-C2-S {
        float: left;
    }

        .H20-C2-S .text {
            float: left;
            width: 40%;
        }

        .H20-C2-S .field {
            float: left;
            width: 60%;
        }

        .H20-C2-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .H20-C2-S {
        float: left;
        width: 100%;
    }

        .H20-C2-S .text {
            float: left;
            width: 40%;
        }

        .H20-C2-S .field {
            float: left;
            width: 60%;
        }

        .H20-C2-S .field3 {
            float: left;
            display: inline;
            padding-left: 40%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .H20-C2-S {
        float: left;
        width: 100%;
    }

        .H20-C2-S .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H20-C2-S .field {
            float: left;
            display: inline;
            width: 35%;
        }
}

@media only screen and (min-width: 1024px) {

    .H20-C2-S {
        float: left;
        width: 100%;
    }


        .H20-C2-S .text {
            float: left;
            display: inline;
            width: 15%;
        }

        .H20-C2-S .field {
            float: left;
            display: inline;
            width: 35%;
        }
}

.H20-C2-S {
    float: left;
}

    .H20-C2-S ul {
        margin: 0;
        padding: 0;
    }

        .H20-C2-S ul li {
            font-family: Arial;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            height: 20px;
            min-height: 20px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 13px;
            float: left;
        }


/*.H20-C2-S end*/


/*for.. ClientServices/Common/Enquiry.aspx START*/
.uploadContainer {
}

.dxrpControl {
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    background-color: #dedede;
}

    .dxrpControl td {
        font-size: 0;
    }

.dxWeb_rpHeaderTopRightCorner {
    background-image: none;
    border-right: 1px solid #8b8b8b;
}

.dxWeb_rpHeaderTopLeftCorner {
    background-image: none;
    border-left: 1px solid #8b8b8b;
}

.dxWeb_rpBottomLeftCorner {
    background-image: none;
    border-left: 1px solid #8b8b8b;
    background-color: #f7f7f7;
    border-left: 1px solid #8b8b8b;
    border-bottom-left-radius: 5px;
}

.dxWeb_rpBottomRightCorner {
    background-image: none;
    border-right: 1px solid #8b8b8b;
    background-color: #f7f7f7;
    border-right: 1px solid #8b8b8b;
    border-bottom-right-radius: 5px;
}

.dxrpControl .dxrpBE, .dxrpControlGB .dxrpBE, .dxrpControl .dxrpLE, .dxrpControl .dxrpHLE, .dxrpControlGB .dxrpLE, .dxrpControlGB .dxrpHLE, .dxrpControl .dxrpTE, .dxrpControl .dxrpNHTE, .dxrpControlGB .dxrpNHTE, .dxrpControl .dxrpRE, .dxrpControl .dxrpHRE, .dxrpControlGB .dxrpRE {
    border: none;
}

.dxucButton, .dxucButton a {
    text-align: center;
}

.dxucErrorCell {
    word-break: break-all;
    width: 250px;
}
/*for.. ClientServices/Common/Enquiry.aspx END*/


.bodycontent .mainheading, .bodycontent .mainheading_rpt, .bodycontent .subheading {
    background-color: #33499f;
    color: #fff;
    font-weight: 400;
}

.rightlogo {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px
}

    .rightlogo img {
        width: 100%;
    }

.righblk {
    float: right;
    text-align: right;
    padding-top: 0px;
}

.b1 {
    font-size: 17px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 20px;
    padding-top: 25px;
}

    .b1 span {
        font-weight: 700;
        color: #000;
        color: #33499f;
    }

.logbn {
    display: block;
    padding-top: 3px;
    padding-left: 5px;
}

    .logbn a {
        font-size: 12px;
        font-weight: normal;
        color: #fff !important;
        white-space: inherit;
        padding: 3px 12px;
        background-color: #31499f;
        border: 1px #31499f solid;
        outline: none;
        cursor: pointer;
        text-decoration: none;
        border-radius: 4px;
    }

.ctxt {
    font-size: 12px;
    display: block;
    line-height: 12px
}

.setbbb {
    clear: both;
    width: 100%;
}

.H20-C3-S ul.fullb {
    clear: both;
    width: 100%;
}

li.ty {
    padding-left: 10px;
}

.dxtlHeader_SoftOrange {
    background-color: #33499f !important;
}

.box1 {
    margin-bottom: 40px;
}

.mrigh {
    margin-right: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}

.tabArea {
    margin: 0px 0 20px;
}

ul.listv {
    text-align: left;
    margin: 0;
    padding: 19px 8px 0 0;
    display: inline-block;
}

    ul.listv li {
        display: inline-block;
        margin: 0 5px 10px;
        text-align: right;
        vertical-align: top;
    }

        ul.listv li:last-child {
            margin: 0 20px 0 0;
        }

.copyrightnew {
    text-align: center;
    font-size: 16px;
}

.ftrlogo {
    width: 100px;
    display: inline-block;
    padding-left: 24px;
}

    .ftrlogo img {
        width: 100%;
    }

.H25-C3-S .link input[type="radio"], .H25-C3-S .link input[type="checkbox"] {
    position: relative;
    top: 2px;
    right: 2px;
}

ul.linklist {
    clear: both;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0px 0 0 -20px;
}

.field.date_frrom_to .datepicker {
    width: 77px;
}
