/**************************Default CSS By MVC3 Template *****************/
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: normal;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/**********************************************************************/
body {
    background-color: #eef2f3;
    /*background: url("../images/background.jpg") repeat-x scroll left top #FFFFFF;*/
    font-size: 9.75pt;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    font-family: Tahoma, Geneva, sans-serif;
}

p {
    margin: 0px;
}

/***********************master page css ********************************/
#main-con {
    width: 1366px;
    margin: 0px auto;
    min-height: 100%;
}

.contentpanel {
    padding: 0px;
    padding-bottom: 50px;
    min-height: 380px;
    width: 100%;
}

/********************master page header css ***************************/
.logo {
    float: left;
    width: 92px;
    height: 61px;
    background: url(../images/logo_small.png) no-repeat;
    margin: 5px 0px 0px 0px;
}

.title-text {
    font-size: 15pt;
    font-weight: bold;
    margin-left: 5px;
}

.welcome-text {
    font-weight: bold;
    font-size: 10pt;
}

.header-menu-text {
    text-decoration: none;
    color: #000000;
    padding: 1em;
    font-weight: bold;
}

.header-menu-text-locked {
    color: #7b7b7b;
    font-weight: bold;
    padding: 1em;
}

.header-menu-container {
    display: block;
    padding-top: 2px;
}

.top-menu-bar {
    width: 1366px;
    padding: 0px;
    margin: 0px;
    height: 70px;
    border: 1px solid #dde3ea;
    padding: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f7f8f9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f8f9));
    background-image: -moz-linear-gradient(top, #ffffff, #f7f8f9);
    background-image: -ms-linear-gradient(top, #ffffff, #f7f8f9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f8f9));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f8f9);
    background-image: -o-linear-gradient(top, #ffffff, #f7f8f9);
    background-image: linear-gradient(top, #ffffff, #f7f8f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f8f9', GradientType=0);
}

/*.top-menu-bar{width:1280px;padding:0px;  margin:0px; height:70px;border:1px solid #dde3ea; padding:0px;
              -moz-border-radius: 10px; 
              -webkit-border-radius:10px;   
              background-color:#f7f8f9;background-repeat:repeat-x;
              background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f8f9));
              background-image:-moz-linear-gradient(top, #ffffff, #f7f8f9);
              background-image:-ms-linear-gradient(top, #ffffff, #f7f8f9);
              background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f8f9));
              background-image:-webkit-linear-gradient(top, #ffffff, #f7f8f9);
              background-image:-o-linear-gradient(top, #ffffff, #f7f8f9);
              background-image:linear-gradient(top, #ffffff, #f7f8f9);
              filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f8f9', GradientType=0);}*/

.head-td-border {
    width: 20%;
    border-left: 1px solid transparent;
    border-right: 1px solid #dde3ea;
    font-weight: bold;
    background-color: #eaeef1;
    background-repeat: repeat-x;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    background: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dde3ea));
    background: -moz-linear-gradient(top, #ffffff, #dde3ea);
    background: -ms-linear-gradient(top, #ffffff, #dde3ea);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dde3ea));
    background: -webkit-linear-gradient(top, #ffffff, #dde3ea);
    background: -o-linear-gradient(top, #ffffff, #dde3ea);
    background: linear-gradient(top, #ffffff, #dde3ea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde3ea', GradientType=0);
}


.head-td {
    width: 20%;
    border-right: 1px solid #dde3ea;
    font-weight: bold;
    background-color: #eaeef1;
    background-repeat: repeat-x;
    background: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dde3ea));
    background: -moz-linear-gradient(top, #ffffff, #dde3ea);
    background: -ms-linear-gradient(top, #ffffff, #dde3ea);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dde3ea));
    background: -webkit-linear-gradient(top, #ffffff, #dde3ea);
    background: -o-linear-gradient(top, #ffffff, #dde3ea);
    background: linear-gradient(top, #ffffff, #dde3ea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde3ea', GradientType=0);
}

.head-td-border-right {
    width: 20%;
    border-right: 1px solid transparent;
    font-weight: bold;
    background-color: #eaeef1;
    background-repeat: repeat-x;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    background: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dde3ea));
    background: -moz-linear-gradient(top, #ffffff, #dde3ea);
    background: -ms-linear-gradient(top, #ffffff, #dde3ea);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dde3ea));
    background: -webkit-linear-gradient(top, #ffffff, #dde3ea);
    background: -o-linear-gradient(top, #ffffff, #dde3ea);
    background: linear-gradient(top, #ffffff, #dde3ea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde3ea', GradientType=0);
}


.lastlogin {
    color: #454545;
}

.subheaddiv {
    padding: 10px 0px 0px 0px;
}

/***************************** Sub Header CSS *************************************/
/*.green-menu-bar{width:100%;height:40px;-moz-border-radius: 10px; -webkit-border-radius:10px;
                background-color:#a2cf38;background-repeat:repeat-x;
                   background:-khtml-gradient(linear, left top, left bottom, from(#b9e35c), to(#93c325)); 
    background:-moz-linear-gradient(top, #b9e35c, #93c325);
    background:-ms-linear-gradient(top,#b9e35c, #93c325);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e35c), color-stop(100%, #93c325));
    background:-webkit-linear-gradient(top, #b9e35c, #93c325);
    background:-o-linear-gradient(top, #b9e35c, #93c325);
    background:linear-gradient(top, #b9e35c, #93c325);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9e35c', endColorstr='#93c325', GradientType=0);}
.green-menu-selected{color:#000000;text-decoration:none;}
.green-menu-normal{color:#ffffff;}

.greenmenu-block {float:left;height:32px;border-right:1px solid #ffffff;padding-top:8px;text-align:center;}*/
.green-menu-bar {
    width: 100%;
    height: 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #720A9F;
    background-repeat: repeat-x;
    background: -khtml-gradient(linear, left top, left bottom, from(#A332D3), to(#33055f));
    background: -moz-linear-gradient(top, #A332D3, #33055f);
    background: -ms-linear-gradient(top,#A332D3, #33055f);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A332D3), color-stop(100%, #33055f));
    background: -webkit-linear-gradient(top, #A332D3, #33055f);
    background: -o-linear-gradient(top, #A332D3, #33055f);
    background: linear-gradient(top, #A332D3, #33055f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A332D3', endColorstr='#33055f', GradientType=0);
}

.green-menu-selected {
    color: #FFBF00;
    text-decoration: none;
}

    .green-menu-selected:hover {
        text-decoration: none;
    }

    .green-menu-selected:hover {
        color: #FFBF00;
    }

.green-menu-normal {
    color: white;
}

    .green-menu-normal:hover {
        text-decoration: none;
    }

    .green-menu-normal:hover {
        color: #FFBF00;
    }

.greenmenu-block {
    float: left;
    height: 40px;
    border-right: 1px solid #ffffff;
    padding-top: 8px;
    text-align: center;
}


.sub-header-bar {
    width: 100% auto;
    height: 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -khtml-gradient(linear, left top, left bottom, from(#a21681), to(#a21681));
    background: -moz-linear-gradient(top, #a21681, #a21681);
    background: -ms-linear-gradient(top, #a21681, #a21681);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a21681), color-stop(100%, #a21681));
    background: -webkit-linear-gradient(top, #a21681, #a21681);
    background: -o-linear-gradient(top, #a21681, #a21681);
    background: linear-gradient(top, #a21681, #a21681);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a21681', endColorstr='#a21681', GradientType=0);
    margin: 5px 0px 10px 0px;
}

.sub-header-bar-small {
    width: 100% auto;
    height: 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -khtml-gradient(linear, left top, left bottom, from(#a21681), to(#a21681));
    background: -moz-linear-gradient(top, #a21681, #a21681);
    background: -ms-linear-gradient(top, #a21681, #a21681);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a21681), color-stop(100%, #a21681));
    background: -webkit-linear-gradient(top, #a21681, #a21681);
    background: -o-linear-gradient(top, #a21681, #a21681);
    background: linear-gradient(top, #a21681, #a21681);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a21681', endColorstr='#a21681', GradientType=0);
    margin: 5px 0px 10px 0px;
}

.divider {
    width: 100% auto;
    height: 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -khtml-gradient(linear, left top, left bottom, from(#6aa9c2), to(#a0d9ec));
    background: -moz-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: -ms-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa9c2), color-stop(100%, #a0d9ec));
    background: -webkit-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: -o-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: linear-gradient(top, #6aa9c2, #a0d9ec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa9c2', endColorstr='#a0d9ec', GradientType=0);
    margin: 5px 0px 10px 0px;
}
/********************master page footer css ***************************/
/*
.footer-bg{height:31px;width:auto; margin-top:-33px; clear:both; position:relative;}
.footer-panel{margin:0px auto; width:100%;height:100%;}
.line{border-top:1px solid #a7a7a7;width:100%}
.copyright {width:250px; color:#555555; font-size:8.5pt;padding-left:15px;padding-top:5px;font-family:Arial Unicode MS;}

.footer-link {font-size:8.5pt;}*/
.footer-bg {
    height: 31px;
    width: auto;
    margin-top: -33px;
    clear: both;
    position: relative;
}

.footer-panel {
    margin: 0px auto;
    width: 1366;
    height: 100%;
}

.line {
    border-top: 1px solid #a7a7a7;
    width: 1366;
}

.footer-logo {
    float: left;
    width: 62px;
    height: 31px; /*background:url(../images/logo_small_2.png) no-repeat;*/
    margin-left: 344px;
}

.copyright {
    width: 250px;
    float: left;
    color: #555555;
    font-size: 8.5pt;
    padding-left: 15px;
    padding-top: 5px;
    font-family: Arial Unicode MS;
    margin-left: 500px;
}

.footer-link {
    font-size: 8.5pt;
}

/******************** Login Page css ***********************************/

.login-box {
    width: 350px;
    margin: 0px auto;
    height: 220px auto;
    min-height: 220px;
    background-color: #fff;
    border: 1px solid #dde3ea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 0px 10px 15px; /*position: absolute;left:525px;*/
    border-radius: 10px;
    margin-top: 150px;
}

.pwdReset-box {
    width: 350px;
    margin: 0px auto;
    min-height: 220px;
    background-color: #fff;
    border: 1px solid #dde3ea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 15px; /*position: absolute;top:150px;margin-left:335px;*/
    margin-top: 150px;
}

.login-header-bar {
    float: left;
    background-color: #a0d9ec;
    width: 100%;
    height: 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 0px;
    border-radius: 10px;
    background: -khtml-gradient(linear, left top, left bottom, from(#6aa9c2), to(#a0d9ec));
    background: -moz-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: -ms-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa9c2), color-stop(100%, #a0d9ec));
    background: -webkit-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: -o-linear-gradient(top, #6aa9c2, #a0d9ec);
    background: linear-gradient(top, #6aa9c2, #a0d9ec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa9c2', endColorstr='#a0d9ec', GradientType=0);
    margin-top: 3px;
}

.login-header-text {
    color: #616161;
    font-size: 13.75pt;
    font-weight: bold;
    font-family: Arial;
}


.changepassword-box {
    width: 450px;
    margin: 0px auto;
    height: 220px auto;
    min-height: 220px;
    background-color: #fff;
    border: 1px solid #dde3ea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px 0px 10px 15px;
    position: absolute;
    top: 115px;
    margin-left: 395px;
    border-radius: 10px;
}

.changepassword-box-validation .validation-summary-errors ul {
    padding: 0px 10px 5px 30px;
    margin: 0px;
    text-align: left;
}

.changepassworderror-box {
    width: 450px;
    margin: 0px auto;
    min-height: 180px;
    background-color: #fff;
    border: 1px solid #dde3ea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px 0px 10px 15px;
    position: absolute;
    top: 160px;
    margin-left: 395px;
    border-radius: 10px;
}

.note {
    font-weight: bold;
    font-size: 11pt;
    margin-left: 5px;
}

.notediv {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #7e7e7e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}
/************************Page Level styles********************/
.sub-title {
    font-weight: bold;
    font-size: 11pt;
}

.pagecontainer {
    padding: 10px 0px 10px 15px;
    background-color: #fff;
    margin: 12px 0px 0px 0px;
    min-height: 300px;
    max-width: 100%;
}


 
/************************ Controls & Generic Styles  ********************************/
a {
    color: #0081c0;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #FFBF00;
        text-decoration: underline;
    }

.btn {
    width: 120px;
    text-decoration: none;
    text-align: center;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .btn:hover {
        text-decoration: none;
        color: #800080;
    }


.btn-Red {
    width: 120px;
    text-decoration: none;
    text-align: center;
    color: white;
    cursor: pointer;
    display: inline-block;
    background-color: #A52A2A;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F75D59), color-stop(25%, #F75D59), to(#A52A2A));
    background-image: -webkit-linear-gradient(#F75D59, #F75D59 25%, #A52A2A);
    background-image: -moz-linear-gradient(top, #F75D59, #F75D59 25%, #A52A2A);
    background-image: -ms-linear-gradient(#F75D59, #F75D59 25%, #A52A2A);
    background-image: -o-linear-gradient(#F75D59, #F75D59 25%, #A52A2A);
    background-image: linear-gradient(#F75D59, #F75D59 25%, #A52A2A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F75D59', endColorstr='#A52A2A', GradientType=0);
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .btn-Red:hover {
        text-decoration: none;
        color: white;
    }

.btn-Green {
    width: 120px;
    text-decoration: none;
    text-align: center;
    color: white;
    cursor: pointer;
    display: inline-block;
    background-color: #348017;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#41A317), color-stop(25%, #41A317), to(#348017));
    background-image: -webkit-linear-gradient(#41A317, #41A317 25%, #348017);
    background-image: -moz-linear-gradient(top, #41A317, #41A317 25%, #348017);
    background-image: -ms-linear-gradient(#41A317, #41A317 25%, #348017);
    background-image: -o-linear-gradient(#41A317, #41A317 25%, #348017);
    background-image: linear-gradient(#41A317, #41A317 25%, #348017);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41A317', endColorstr='#348017', GradientType=0);
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .btn-Green:hover {
        text-decoration: none;
        color: white;
    }

.btn-small {
    width: 70px;
    text-decoration: none;
    text-align: center;
    color: #616161;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
}

    .btn-small:hover {
        /*color: #393d08;*/
        color: #800080;
        text-decoration: none;
    }

.btn:hover {
    /*color: #393d08;*/
    color: #800080;
}

.btn-large:hover {
    /*color: #393d08;*/
    color: #800080;
    text-decoration: none;
}

.btn-large {
    width: 170px;
    text-decoration: none;
    text-align: center;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.btn-disabled {
    width: 120px;
    text-decoration: none;
    text-align: center;
    color: #D1D0CE;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .btn-disabled:hover {
        color: #D1D0CE;
        text-decoration: none;
    }

label, input, select, textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9.75pt;
    font-weight: normal;
    line-height: normal;
}

    input[type="submit"] {
        font-family: Tahoma, Geneva, sans-serif;
    }

    input[type="file"] {
        width: 350px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 9.75pt;
        position: relative;
        text-align: left;
        -moz-opacity: 100;
        filter: alpha(opacity: 100);
        opacity: 100;
        z-index: 2;
    }

    input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
        background-color: #f5f5f5; /*border-color:#ddd;cursor:not-allowed;*/
    }

textarea {
    overflow: auto;
    resize: none;
}

.textBox {
    width: 350px;
    border: 1px solid #d7d7d7;
    font-size: 9.75pt;
}

.textBox-normal {
    width: 200px;
    border: 1px solid #d7d7d7;
    font-size: 9.75pt;
}

.grey-label {
    color: #5a5a5a;
}

.small {
    font-size: 9pt;
}

.grid-table {
    border-left: 1px solid #dde3ea;
}

.grid-header-row {
    background-color: #dde3ea;
    height: 30px;
}

.grid-cell {
    border-bottom: 1px solid #dde3ea;
    border-right: 1px solid #dde3ea; /*border-left:1px solid #dde3ea;*/
}

.grid-cell-alternate-row {
    background-color: #f0f0f0;
}

.greybg {
    background-color: #f0f0f0;
}

.leftlabel {
    text-align: right;
}

.rightlabel {
    font-weight: bold;
}
/*.entryleftlabel {text-align:right;}*/

.printlink {
    background: url(../images/printer-green.png) no-repeat;
    background-position: left;
    margin: 0px 0px 0px 0px;
    padding-left: 25px;
}

.downloadlink {
    background: url(../images/download.png) no-repeat;
    background-position: left;
    margin: 5px 0px 0px 0px;
    padding-left: 25px;
    display: inline-block;
    height: 20px;
}

.downloadlinks {
    background: url(../images/downloads.png) no-repeat;
    background-position: left;
    margin: 5px 0px 0px 0px;
    padding-left: 20px;
    display: inline-block;
    height: 15px;
}

.viewdetails {
    background: url(../images/lens.png) no-repeat;
    background-position: left;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.userdetails {
    background: url(../images/icon_user.gif) no-repeat;
    background-position: left;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.sendmail {
    background: url(../images/mail.png) no-repeat;
    background-position: left;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.errormsg {
    color: #f90000;
    font-size: 8.75pt;
}

.successmsg {
    color: /*#a2cf38*/ #93c325;
    font-size: 8.75pt;
}

.cancellink {
    background: url(../images/cancel.gif) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    padding-left: 17px;
}

.savelink {
    background: url(../images/save1.jpg) no-repeat;
    background-position: left;
    width: 54px;
    height: 18px;
    display: inline-block;
    border: none;
    color: #0081c0;
    padding-left: 24px;
    text-align: left;
    text-decoration: underline;
}

.deletelink {
    background: url(../images/delete_ico.png) no-repeat;
    background-position: left;
    width: 40px;
    height: 20px;
    display: inline-block;
    border: none;
    color: #0081c0;
    padding-left: 22px;
    text-align: left;
    text-decoration: underline;
}

.Createlink {
    background: url(../images/add.png) no-repeat;
    background-position: left;
    width: 172px;
    height: 20px;
    display: inline-block;
    border: none;
    color: #0081c0;
    padding-left: 22px;
    text-align: left;
    text-decoration: underline;
}

.deletelink-grid {
    background: url(../images/delete_ico.png) no-repeat;
    background-position: left;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: none;
    color: #0081c0;
    text-decoration: underline;
}

.savelinka {
    background: url(../images/save.jpg) no-repeat;
    background-position: left;
    width: 27px;
    height: 16px;
    display: inline-block;
    border: none;
    color: #0081c0;
    padding-left: 20px;
    text-align: left;
    text-decoration: underline;
}

.helplink {
    background: url(../images/help.jpg) no-repeat;
    background-position: left;
    width: 40px;
    height: 20px;
    display: inline-block;
    border: none;
    padding-left: 23px;
    text-align: left;
}

.settlelink {
    background: url(../images/settle.png) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    padding-left: 17px;
}

.refundlink {
    background: url(../images/refund.gif) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    padding-left: 17px;
}

.voidlink {
    background: url(../images/void.png) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    padding-left: 17px;
}

.addnewlink {
    background: url(../images/add.png) no-repeat;
    background-position: left;
    color: black;
    width: 100%;
    height: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

    .addnewlink:hover {
        color: #393d08;
    }

.backlink {
    background: url(../images/common-back.png) no-repeat;
    background-position: left;
    width: 100%;
    height: 20px;
    padding-left: 27px;
    padding-bottom: 4px;
    vertical-align: middle;
    padding-right: 15px;
}

.searchlink {
    background: url(../images/search.png) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    padding-left: 25px;
}

.previewlink {
    background: url(../images/preview.png) no-repeat;
    background-position: left;
    width: 100%;
    height: 22px;
    padding-left: 23px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.copylink {
    background: url(../images/copy.jpg) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    padding-left: 17px;
}

.processlink {
    background: url(../images/process.png) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    display: inline-block;
}

.selectlink {
    background: url(../images/select.png) no-repeat;
    background-position: left;
    width: 25px;
    height: 16px;
    padding-left: 17px;
}

.editlink {
    background: url('../images/pencil.gif') no-repeat;
    background-position: left;
    margin: 5px 0px 0px 0px;
    padding-left: 18px;
}

.greyborder {
    border: 1px solid #dde3ea;
}

.search-box {
    width: 900px;
    height: auto;
    min-height: 80px;
    border: 1px solid #dde3ea;
    -moz-border-radius: 10px;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f0f0f0;
    background-repeat: repeat-x;
    margin-left: 160px;
    padding: 10px;
}

.search-box-white {
    width: 900px;
    height: auto;
    min-height: 80px;
    background-color: white;
    background-repeat: repeat-x;
    margin-left: 160px;
    padding: 10px;
}

.entry-box {
    width: 955px;
    background-color: #f0f0f0;
}

.buttonlink {
    border: none;
    color: #0081c0;
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
}

    .buttonlink:hover {
        text-decoration: underline;
    }

.clear {
    clear: both;
}

.combo {
    border: 2px solid #dde3ea;
    /*background-position: left top;*/
    height: 30px;
    text-align: left;
    padding: 3px 6px 4px 25px; /*font-weight:normal; */
    color: #000;
    background-color: #fff transparent;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*background-repeat: no-repeat !important;
        background-attachment: scroll !important;*/
    /*font-style: normal;
        font-variant: normal;        
        font-size: 9.75pt;   
        font-family: Tahoma, Geneva, sans-serif;*/
}

.mandatory {
    color: #f60505;
}

.searchbox {
    background-color: #f0f0f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 700px;
    padding: 20px;
    margin-left: 125px;
    margin-top: 10px;
}

.searchtext {
    background: #FFFFFF url(../images/search_1.png) no-repeat 0px 0px;
    padding: 0px 0px 4px 22px;
    border: 1px solid #CCCCCC;
    /*width:150px;
height:14px;
*/
}

.loadingdiv {
    position: relative;
    float: right;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: none;
    padding-right: 10px;
}

.ctooltip {
}



._A {
    color: #0000FF;
}
/*Blue*/
._S {
    color: #008000;
}
/*Green*/
._F {
    color: #FF0000;
}
/*Red*/
._PF {
    color: #FF0000;
}
/*Red*/
._FF {
    color: #FF0000;
}
/*Red*/
._V {
    color: #454545;
}
/* DimGrey*/
._VP {
    color: #454545;
}
/* DimGrey*/
._RF {
    color: #FF0000;
}
/* Red */
._RR {
    color: #FF0000;
}
/* Red */
._SS {
    color: #FFA500;
}
/*Orange*/
._RS {
    color: #FFA500;
}

._RSM {
    color: #FFA500;
}

._RC {
    color: #FF0000;
}

._RFP {
    color: #0000FF;
}
/*Refund pending - Blue*/
._RFC {
    color: #008000;
}
/*Refund Confirmed - Green */

._WP {
    color: #0000FF;
}
/*Withdraw pending - Blue*/
._WC {
    color: #008000;
}
/*Withdraw Confirmed - Green */
._WR {
    color: #FF0000;
}
/*Withdraw Rejected - Green */

._CBR {
    color: #FF0000;
}
/*Red*/
._IP {
    color: #FF0000;
}
/*Red*/
._AR {
    color: #FF0000;
}
/*Red*/
._ROE {
    color: #FF0000;
}
/*Red*/

td.menuon {
    color: #0081c0;
}

td.menuoff {
    color: #000000;
}

.details {
    font-weight: bold;
}

/*****************Paging css ****************************/
.pager { /*float:right;*/
}

.page { /*border: 1px solid #dde3ea;*/
    color: #000000;
    font-weight: normal;
    margin: 0px 2px 0px 2px;
    padding: 0px 1px 0px 1px;
    text-decoration: none;
}

.selected-page { /*border: 1px solid #dde3ea;*/
    color: #0000e7;
    font-weight: bold;
    margin: 0px 2px 0px 2px;
    padding: 0px 1px 0px 1px;
    text-decoration: none;
}

.previous-dots {
    margin: 0px 2px 0px 2px;
    text-decoration: none;
}

.next-dots {
    margin: 0px 2px 0px 2px;
    text-decoration: none;
}


/*******Sesion Expired ******************/
.no-close .ui-dialog-titlebar {
    display: none;
}

.ui-widget-header {
    /*paing added background to overwrite the jquery template bg color for IE*/
    background: #b9e35c !important;
    background-color: #b9e35c !important;
    background-repeat: repeat-x !important;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#b9e35c), to(#93c325)) !important;
    background-image: -moz-linear-gradient(#b9e35c, #93c325) !important;
    background-image: -ms-linear-gradient(#b9e35c, #93c325) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e35c), color-stop(100%, #93c325)) !important;
    background-image: -webkit-linear-gradient(#b9e35c, #93c325) !important;
    background-image: -o-linear-gradient(#b9e35c, #93c325) !important;
    background-image: linear-gradient(#b9e35c, #93c325) !important;
    border-bottom-color: #b9e35c !important;
}
/*********************Notification bubbles ***************************/
.bubble-div {
    position: relative;
    width: 50px;
    height: 18px;
    text-align: left;
    cursor: default;
}

.bubble-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 8.25pt;
    background-color: #f4626c;
    border-radius: 5px;
    padding: 0px 3px 0px 3px;
    cursor: default;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .bubble-text:hover {
        text-decoration: underline;
        color: #ffffff;
        font-weight: bold;
        font-size: 8.25pt;
    }

textarea.autosize {
    height: auto;
    overflow: visible;
    border: none;
}

/************** Error Message And Result Message **********/
.ResultMessage {
    color: Green;
    font-size: 10pt;
}

.ErrMsgss {
    color: Red;
    font-size: 10pt;
}

/*.Fraud-box-left {padding:10px 0px 10px 15px;background-color:#ffffff;margin:12px 0px 0px 0px;min-height:300px;width:620px;float:left;}*/


/*******************Web grid ************************/
.webGrid {
    border: none;
    border-collapse: collapse;
    width: 100%;
    line-height: 25px;
    font-size: 9.5px;
    background-color: #ffffff;
    text-indent: 5px;
}
.webGridCustom{
    text-indent: 0px;
    padding: 2px;
}
    .webGrid td {
        border: 1px solid #D8CEF6 !important;
    }

.webGrid-center {
    text-align: center;
}

.webGrid-right {
    text-align: right;
}

.webGrid-Header {
    background-color: #AC58FA;
    color: #ffffff;
}

.webGrid-footer {
    background-color: #000000;
}

.webGrid-alt {
    background-color: #E6E0F8;
}

.webGrid-hover {
    /*background-color:#DDA0DD;*/
    background-color: #FDEEF4;
    cursor: pointer;
}

.createbox {
    background-color: #f0f0f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 700px;
    padding: 20px;
    margin-left: 250px;
    margin-top: 10px;
}

.Searchbox {
    background-color: #f0f0f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 900px;
    padding: 20px;
    margin-left: 150px;
    margin-top: 5px;
}

.content {
    text-align: left;
    width: 99%;
    margin: auto 0px 0px auto;
    padding-right: 12px;
    font-size: 100%;
    background: #ffffff;
    border: 1px solid #ddd;
    /* for Mozila */
    -moz-box-shadow: #ccc 5px 1px 95px;
    -moz-border-radius: 0px 0px 7px 7px;
    /* for IE */
    box-shadow: #ccc 5px 1px 9px;
    border-radius: 0px 0px 7px 7px;
    /* Safari and Chrome */
    -webkit-box-shadow: #ccc 5px 1px 9px;
    -webkit-border: 0px 0px 7px 7px;
}

.delIcon {
    background-image: url('../images/delete.png');
    background-repeat: no-repeat;   
    cursor: pointer;
    border: none;
    width: 16px;
    height: 16px;
    display: block;
    border: none;
}

.addIcon {
    background-image: url('../images/add.png');
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    width: 16px;
    height: 16px;
    display: block;
}

.addPromotionIcon {
    background-image: url('../images/add.png');
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.highlighted {
    font-weight: bold;
    color: blue;
    background-color: #D8CEF6;
}

.AddNew {
    background: url('../images/add.png') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    height: 16px;
    width: 16px;
}

.Edit {
    background: url('../images/pencil.gif') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    height: 16px;
    width: 16px;
}

.AddMember-icon {
    background: url('../images/icon_user.gif') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    padding-top: 2px;
    height: 16px;
    width: 16px;
}

.View-icon {
    background: url('../images/lens.png') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    padding-top: 2px;
    height: 16px;
    width: 16px;
    border: none;
}

.VI-icon {
    background: url('../images/VI1.png') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    padding-top: 2px;
    height: 25px;
}

.CA-icon {
    background: url('../images/CA1.png') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    padding-top: 2px;
    height: 25px;
}

.AX-icon {
    background: url('../images/AX1.png') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    padding-top: 2px;
    height: 25px;
}

.JC-icon {
    background: url('../images/JC1.png') no-repeat right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1px;
    padding-top: 2px;
    height: 25px;
}

.ui-widget-header {
    /*paing added background to overwrite the jquery template bg color for IE*/
    background: #AC58FA !important;
    background-color: #AC58FA !important;
    /*background-repeat: repeat-x !important;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b9e35c), to(#93c325)) !important;
  background-image: -moz-linear-gradient(#b9e35c, #93c325) !important;
  background-image: -ms-linear-gradient(#b9e35c, #93c325) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e35c), color-stop(100%, #93c325)) !important;
  background-image: -webkit-linear-gradient(#b9e35c, #93c325) !important;
  background-image: -o-linear-gradient(#b9e35c, #93c325) !important;
  background-image: linear-gradient(#b9e35c, #93c325) !important;
  border-bottom-color: #b9e35c !important;*/
}

.nodisplay {
    display: none;
}

.IncorrectAmt {
    color: red;
}

.CorrectAmt {
    color: black;
}


a.tip {
    position: relative;
    text-decoration: none;
}

    a.tip:hover:before {
        display: block;
        position: absolute;
        padding: .5em;
        content: attr(title);
        min-width: 120px;
        text-align: center;
        width: auto;
        height: auto;
        white-space: nowrap;
        top: -32px;
        background: rgba(0,0,0,.8);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #fff;
        font-size: .86em;
    }

    a.tip:hover:after {
        position: absolute;
        display: block;
        content: "";
        border-color: rgba(0,0,0,.8) transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
        height: 0;
        width: 0;
        position: absolute;
        top: -8px;
        left: 1em;
    }



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    float: right;
    padding-right: 40px;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0.3;
        transition: opacity 1s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 0.3;
    }

.leftlabelForCustomer {
    text-align: right;
    width:30%;
}

.rightlabelForCustomer {
    font-weight: bold;
    width: 40%;
}

#overlayloading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#overlayloading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#loading-message {
    color: white;
    text-align: center;
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



