﻿/* CSS Document */
@charset "utf-8";
/*CSS Reset*/
* {
    margin: 0;
}

a.texttoggler {
    margin-right: 6px;
}
.ms-webpart-chrome-vertical {
    display: table-row;
}
.ms-webpart-chrome {
    border-spacing: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ms-webpart-chrome-fullWidth {
    min-width: 100%;
}
.ms-webpart-chrome-vertical {
    display: table-row;
}
.ms-webpart-chrome {
    border-spacing: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ms-webpart-chrome-fullWidth {
    min-width: 100%;
}
.divboxcontainer {
    background: rgba(221,221,221,1);
    border: 1px solid #e6e6e6;
    margin: 3px 0 5px 0px;
    padding: 0 0 2px 0px;
    border-radius: 0px 0 3px 3px;
    -webkit-border-radius: 0px 0 3px 3px;
}

.bgneworder {
    background-image: url(../images/bg_neworder.png);
    width: 182px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: top right;
}

.quick {
    background-position: 0px 0px;
}

.icon {
    height: 28px;
    width: 32px;
    background-image: url(../images/icons_sprite.png);
}

.ms-rtestate-field {
    background: #e6e6e6;
    border: 1px solid #c9c7c7;
    margin: -3px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    -webkit-border-radius: 0px 0 3px 3px;
}

#flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*width:100%;*/
    float: left;

    /*border: 1px black solid;*/
    margin: 0 auto;
}

.flex-item {
    width: 200px;
    height: auto;
    padding: 3px 0px 3px 0px;
    /*border: 1px red solid;*/
}

.flex-item-large {
    width: 400px;
    height: auto;
    padding: 3px 0px 3px 0px;
    /*border: 1px red solid;*/
}

.flex-item-right {
    width: auto;
    height: auto;
    /*border: 1px black solid;*/
    float: right;
    padding: 3px 0px 3px 0px;
}


.main_content_upper_wrapper {
    padding: 6px 0 6px 0px;
    border-bottom: 1px solid #999;
    margin: 0 0 5px 0px;
}

.clearfix {
    float: none;
    clear: both;
}

.main_content_lower_wrapper .clearfix {
    border: none;
}

.address_div {
    padding: 16px;
    border: 1px solid #c4c4c4;
    width: auto;
}

.stores {
    width: 100%;
    height: 90px;
    border: 1px solid #c4c4c4;
    margin: 6px 0 0 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.main_content_upper_wrapper {
    padding: 6px 0 6px 0px;
    border-bottom: 1px solid #999;
    margin: 0 0 5px 0px;
}

.address {
    width: 33%;
    float: left;
}

.wrapper {
    width: auto;
    position: relative;
    border: 1px solid #d1d1d1;
    /*background: #f4f4f4;*/
    overflow: hidden;
    /*padding:5px 5px 5px 5px;*/
    /*border-radius: 7px;*/
}

    .wrapper .container {
        overflow-y: auto;
        height: 250px !important;
        border-top: 41px solid transparent;
        border-bottom: 41px solid transparent;
    }

    .wrapper .modalcontainer {
        overflow-y: auto;
        height: 120px !important;
        border-top: 41px solid transparent;
        border-bottom: 41px solid transparent;
    }

    .wrapper table {
        border-spacing: 0;
        border-collapse: collapse;
        width: auto;
    }

    .wrapper td + td {
        border-left: 1px solid rgba(255, 255, 255, 0.94);
        width: auto;
    }

    .wrapper td, th {
        border-bottom: 1px solid #f4f4f4;
        /*background: #efefef;*/
        /*width: 200px;*/
        padding: 10px;
    }

     .wrapper wider  { 
        width: 350px; 
         /*border: 1px red solid;*/
    }

    .wrapper thead tr th,
    tfoot tr td {
        height: 0;
        line-height: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        white-space: nowrap;
        width: 200px;
    }

        .wrapper thead tr th div {
            position: absolute;
            color: #fff;
            height: 10px;
            padding: 10px;
            margin-left: -10px;
            line-height: normal;
            width: 100%;
            z-index: 1;
            text-align: left;
            font-weight: bold;
        }

    .wrapper tfoot tr td div {
        position: absolute;
        color: #fff;
        height: 20px;
        padding: 10px;
        margin-left: -10px;
        line-height: normal;
        width: 100%;
        z-index: 1;
        text-align: left;
        font-weight: bold;
    }

    .wrapper a, a:hover, a:visited, a:active {
        color: black;
        text-decoration: none;
    }

    .wrapper thead tr th div {
        border-left: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
    }

    .wrapper tfoot tr td div {
        border-top: 1px solid #ccc;
    }

    .wrapper thead tr th div {
        background: transparent;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#f4f4f4));
        background: -moz-linear-gradient(bottom, #cecece, #f4f4f4);
        background: -ms-linear-gradient(#cecece, #f4f4f4);
        background: -o-linear-gradient(bottom, #cecece, #f4f4f4);
        background: -webkit-linear-gradient(bottom, #cecece, #f4f4f4);
    }

    .wrapper tfoot tr td div {
        /*background: #f4f4f4;*/
    }

    .wrapper thead tr th div {
        top: 0;
    }

    .wrapper tfoot tr td div {
        bottom: 0;
    }

    .wrapper thead tr th:first-child div,
    tfoot tr td:first-child div {
        border-left: none;
    }

.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


.modal {
    /*display: inline;*/ /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.30); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    min-height: 500px !important;
    background-color: rgba(255, 255, 255, 0.98);
    margin: 6% auto; /* 15% from the top and centered */
    padding: 15px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    overflow: auto;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 26px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.input-validation-error {
    /*border: 1px solid rgba(230, 113, 113, 0.84);*/
    /*box-shadow: 0 0 1px #FC7777;*/
    /*border: 1px solid rgba(0,0,0,.3);*/
    width: auto;
    outline: none;
    -webkit-box-shadow: 0 0 1px rgba(114, 5, 5, 0.71);
    -moz-box-shadow: 0 0 1px rgba(114, 5, 5, 0.71);
    box-shadow: 0 0 1px rgba(114, 5, 5, 0.71);
}

.textarea-validation-error {
    /*border: 1px solid rgba(230, 113, 113, 0.84);*/
    /*box-shadow: 0 0 1px #FC7777;*/
    /*border: 1px solid rgba(0,0,0,.3);*/
    width: 100%;
    outline: none;
    -webkit-box-shadow: 0 0 1px rgba(114, 5, 5, 0.71);
    -moz-box-shadow: 0 0 1px rgba(114, 5, 5, 0.71);
    box-shadow: 0 0 1px rgba(114, 5, 5, 0.71);
}

.field-validation-error {
    color: #db051c;
}

.ms-dlgContent {
    background-color: #ededed;
    /*display: block; z-index: 100; outline: 0px none; position: absolute; height: auto; width: 850px; top: 394px; left: 0px;*/
}

    .ms-dlgContent .overlay {
        opacity: 0.8;
        background-color: #ededed;
        /*display: block; z-index: 100; outline: 0px none; position: absolute; height: auto; width: 850px; top: 394px; left: 0px;*/
    }

.ms-dlgTitle {
    padding: 13px 19px 15px;
    white-space: nowrap;
    cursor: move;
    overflow: hidden;
}

.ms-dlgFrame {
    width: 100%;
    height: 100%;
    border: none;
}

.ms-webpart-chrome-title {
    vertical-align: middle;
    position: relative;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: solid;
    color: #B60200;
    padding: 7px 4px 5px 2px;
    border-bottom: 2px solid #CC0000;
}

.ms-webpart-chrome-title {
    vertical-align: middle;
    position: relative;
    margin-bottom: 2px;
}

.ms-webpart-chrome-title {
    vertical-align: middle;
    position: relative;
    margin-bottom: 2px;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-top: none;
    /*background-color: inherit;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        margin-left: 3px !important;
        height: 30px;
        /*border-top-left-radius: 3px;
        border-top-right-radius: 3px;*/
        /*color: #f6f6f6;*/
        /*-moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;*/
        /*border-collapse: collapse;
        background-color:#ededed;
        border-color:#ededed;*/
        /*background: url('../images/InitialImage.png') no-repeat right top;*/
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            /*background: url('../images/SelectedButton.png') no-repeat right top;*/
            background-color: rgba(169, 27, 17, 0.70);
            border-color: rgba(169, 27, 17, 0.65);
            color: #fff;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            /*background: url('../images/SelectedButton.png') no-repeat right top;*/
            background-color: rgba(169, 27, 17, 0.89);
            border-color: rgba(169, 27, 17, 0.89);
            color: #fff;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: none;
}

.fontIcon {
    font-family: FontAwesome;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
}

.fontIconLarge {
    font-family: FontAwesome;
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
}

.fontIcon .search {
}

.fontIcon .edit, .view {
}

.notificationTip {
    position: relative;
    display: inline-block;
    float:unset;
}

    .notificationTip .tooltiptext {
        visibility: hidden;
        width: 260px;
        font-size: 11px;
        color:black;
        text-align: left;
        position: absolute;
        z-index: 1;
        bottom: 90%;
        left: 20%;
         background-color:rgba(255, 255, 255, 0.91);
        margin-left: -50px;
        border-width: 5px;
            border-style: solid;
            /*background-color: transparent;*/
            border-color: #a91b11 transparent transparent transparent;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3) inset;
        padding:10px 5px 10px 5px;
    }

        .notificationTip .tooltiptext::after {
          content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            background-color: transparent;
            border-color: #a91b11 transparent transparent transparent;
        }

        
    .notificationTip:hover .tooltiptext {
        visibility: visible;
    }

.tooltip {
    position: relative;
    display: inline-block;
    float:unset;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 130px;
        font-size: 8px;
        /*background-color: inherit;*/
        color: #a91b11;
        text-align: center;
        padding: 5px 0;
        /*border-radius: 6px;*/
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 85%;
        left: 40%;
        margin-left: -50px;
        /* Fade in tooltip */
        /*opacity: 0;*/
        /*transition: opacity 0.1s;*/
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 80%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            background-color: transparent;
            border-color: #a91b11 transparent transparent transparent;
        }

          .tooltip .tooltiptextlarge::after {
            content: "";
            position: absolute;
            top: 80%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            background-color: #a91b11;
            border-color: #a91b11 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        /*opacity: 1;*/
    }

.overlay {
    opacity: 0.2;
    background-color: #ededed;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.ms-dlgContent .overlay {
    opacity: 0.9;
    background-color: #ededed;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 800;
}

.regbar1:before {
    content: "";
    position: absolute;
    overflow: visible;
    margin: 12px 0 0 -50px;
    z-index: -10 !important;
    border: 20px solid transparent;
    border-right-color: #676767;
}

.regbar {
    width: 1020px;
    display: block;
    margin: 0 0 0 -30px;
    z-index: 0 !important;
    position: absolute;
    -moz-border-radius: 0px 0 0 3px;
    -webkit-border-radius: 0px 0 0 3px;
    border-radius: 0px 0 0 3px;
    border-left: 1px solid #9a9a9a;
    background: rgba(142,142,142,1);
    background: -moz-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,142,142,1)), color-stop(14%, rgba(206,206,206,1)), color-stop(96%, rgba(221,221,221,1)), color-stop (100%, rgba(206,206,206,1)));
    background: -webkit-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -o-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: linear-gradient(to bottom, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#cecece', GradientType=0 );
    box-shadow: 0 2px 10px rgba(0,0,0,0.3) inset;
}


input[type="text"]:read-only {
    border-style: none;
    background-color: transparent;
    color: #888;
}

textarea:read-only:not([read-only="false"]) {
    color: blue;
}

.groupmgmtcontainer {
    float: left;
    clear: both;
}

.divboxline1 {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #fff;
    margin: 2px 6px 2px 0px;
}

.totalcountleft span.selecterror {
    color: #CC0000;
}

.groupmgmtcontainer .formleft {
    width: 448px;
    height: 300px;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 10px 0 0px;
    overflow-y: scroll;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #e6e6e6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.groupmgmtcontainer .formright {
    width: 446px;
    height: 300px;
    /*float: left;*/
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 0 0px;
    overflow-y: scroll;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #e6e6e6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.totalcountright {
    /*float: right;*/
    width: 400px;
    height: 54px;
    /*margin: -60px 73px 0 0 !important;*/
    padding: 5px 0 0 10px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    background: #cfcfcf;
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 50%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#d1d1d1), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.totalcountleft {
    width: 400px;
    height: 54px;
    /*margin: 0 0 0 0px !important;*/
    padding: 5px 0 0 10px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    background: #cfcfcf;
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 50%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#d1d1d1), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    -pie-background: linear-gradient(#d1d1d1, #f6f6f6);
}

.accordionwrapper {
    overflow: auto;
    /*position: relative;*/
    width: 100%;
    height: auto;
}

.subcontenttitle {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 0px;
    float: left;
}

.contenttitle {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 15px 0px;
    float: left;
}

.Initial {
    display: block;
    font-size: 12px;
    padding: 4px 18px 4px 18px;
    float: left;
    /*background: url('../images/InitialImage.png') no-repeat right top;*/
    /*background-color:#ccc;*/
    background: #ccc;
    /*background: -moz-linear-gradient(top, #e6e6e6 0%, #d1d1d1 50%, rgba(142,142,142,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(50%,#d1d1d1), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#d1d1d1 50%,rgba(142,142,142,1) 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%,#d1d1d1 50%,rgba(142,142,142,1) 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%,#d1d1d1 50%,rgba(142,142,142,1) 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%,#d1d1d1 50%,rgba(142,142,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#rgba(142,142,142,1)',GradientType=0 );
    -pie-background: linear-gradient(#d1d1d1, #rgba(142,142,142,1));*/
    color: #fff;
    font-weight: bold;
}

.Clicked {
    float: left;
    display: block;
    /*background: url('../images/SelectedButton.png') no-repeat right top;*/
    background-color: #a91b11;
    padding: 4px 18px 4px 18px;
    /* color: #eed100; */
    color: #fff;
    font-weight: bold;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

div.card {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.contentmgmtmodalborder {
    border: 1px solid #7b7e7e;
    padding: 5px;
    width: 99%;
    border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
    -moz-border-radius: 0px 3px 3px 3px;
    clear: both;
    float: left;
}

.buttonTab {
    margin-left: 3px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff !important;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    border-collapse: collapse;
}


.buttonAccordion {
    /*overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;*/
    height: 35px;
    width: 100%;
    background-color: #f1f1f1;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-collapse: collapse;
    padding: 5px;
}



.webGrid {
    margin: 1px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
}

.header {
    border: none;
    outline: none;
    padding: 14px 16px;
    transition: 0.3s;
    text-decoration: none;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#f4f4f4));
    background: -moz-linear-gradient(bottom, #cecece, #f4f4f4);
    background: -ms-linear-gradient(#cecece, #f4f4f4);
    background: -o-linear-gradient(bottom, #cecece, #f4f4f4);
    background: -webkit-linear-gradient(bottom, #cecece, #f4f4f4);
}

.webGrid th, .webGrid td {
    padding: 5px 5px 5px 5px;
    border: 1px solid #ededed;
    height: auto;
    text-decoration: none;
}



.webGrid dropdown {
    width: 100%;
    z-index: 0;
}

.webGrid a, a:hover, a:visited, a:active {
    color: black;
    text-decoration: none;
}

.webGrid input[type=button] {
    border-collapse: collapse;
    border-color: transparent;
    background: transparent;
    cursor: pointer;
}

.buttonLinkSelected {
    cursor: pointer;
    color: #474747;
    border: solid 1px rgba(169, 27, 17, 0.89);
    padding: 5px 8px 5px 8px;
    background-color: rgba(169, 27, 17, 0.89);
    background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
}

.buttonLink {
    color: #474747;
    border: solid 1px #B6B6B6;
    padding: 5px 8px 5px 8px;
    background: #E6E6E6;
    background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
    cursor: pointer;
}

.alt {
}

.gridHead a:hover, a:visited, a:active {
    text-decoration: none;
}

.description {
}

.largedescription {
}

.descriptionNoPointer {
    width: 200px;
}

.hiddenColumn {
    display: none;
}

ul.links {
    list-style-type: georgian;
}


    ul.links li {
        display: inline-block;
        border-left: 1px solid black;
        padding-left: 10px;
        margin-left: 10px;
        font-size: 11px;
    }

        ul.links li:first-child {
            border-left: 0;
            padding-left: 0;
            margin-left: 0;
        }

.column {
    float: left;
    width: 95%;
    padding: 3px 0px 3px 0px;
    /*border-color: pink;
    border-style: solid;
    border-width: thin;*/
}

    .column input[type="text"], select {
        min-width: 50%;
        max-width: 100%;
    }


.column_comments {
    float: left;
    width: 70%;
    padding: 3px 0px 3px 0px;
    /*border-color: pink;
    border-style: solid;
    border-width: thin;*/
}

.column_1 {
    float: left;
    width: 85%;
    padding: 3px 0px 3px 0px;
    /*border-color: green;
    border-style: solid;
    border-width: thin;*/
}

.column_2 {
    float: left;
    width: 50%;
    padding: 3px 0px 3px 0px;
    /*border-color: green;
    border-style: solid;
    border-width: thin;*/
}

.column_3 {
    float: left;
    width: 35%;
    padding: 3px 0px 3px 0px;
    /*border-color: green;
    border-style: solid;
    border-width: thin;*/
}

.column_5 {
    float: left;
    width: 20%;
    padding: 3px 0px 3px 0px;
    /*border-color: green;
    border-style: solid;
    border-width: thin;*/
}

.column_4 {
    float: left;
    width: 25%;
    padding: 3px 0px 3px 0px;
    /*border-color: green;
    border-style: solid;
    border-width: thin;*/
}

.column_6 {
    float: left;
    width: 15%;
    padding: 3px 0px 3px 0px;
    /*border-color: yellow;
    border-style: solid;
    border-width: thin;*/
}

.column_7 {
    float: left;
    width: 10%;
    padding: 3px 0px 3px 0px;
    /*border-color: yellow;
    border-style: solid;
    border-width: thin;*/
}
.column_8 {
    float: left;
    width: 5%;
    padding: 3px 0px 3px 0px;
    /*border-color: yellow;
    border-style: solid;
    border-width: thin;*/
}


.column_required {
    float: left;
    width: 5px;
    /*border-color: yellow;
    border-style: solid;
    border-width: thin;*/
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ol, li, dl, dt, dd, blockquote, th, td {
    /*margin: 0;
    padding: 0;*/
    font-family: Arial,verdana,sans-serif;
}

html, body {
    height: 100%;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code {
    font-style: normal;
    font-weight: normal;
}

fieldset, img {
    border: 0;
}

.center {
    text-align: center;
}



filedset, img {
    border: 0 none;
    margin: 0.2em;
    vertical-align: middle;
}

:focus {
    outline: none;
}



ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

q:before, q:after {
    content: '';
}

.searchright {
    float: right;

}
/*Base Styles related to generci page, content and form styles*/
body {
    font-family: Arial,verdana,sans-serif;
    background-color: #f4f4f4;
    color: #1b1b1b;
    -webkit-font-smoothing: antialiased;
}

input, img, div {
    margin: 0;
    padding: 0;
}


    input[type="text"] {
        border: 1px solid rgba(221, 221, 221, 0.92);
        background: rgba(255, 255, 255, 0.80);
        height: 25px;
        padding: 0 0 0 5px;
        min-width: 49.5%;
        max-width: 100%;
    }

    .label {
    padding: 0 0 0 5px;
     border: 1px solid rgba(221, 221, 221, 0.92);
}

    input[type="hidden"] {
        min-width: 50%;
        max-width: 50%;
        text-wrap: normal;
    }

.dropdown {
    min-width: 50.5%;
    max-width: 100%;
}

.toolStripDropdown {
    /*min-width: 50.5%;*/
    width: 100%;
}
    .dropdown .select2-default {
        text-align: center;
        min-width: 49.5%;
        max-width: 100%;
    }

     /*.dropdown .select2-default {
        text-align: center;
         width: 100%;
    }*/

select2 {
    /*display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);*/
}

a {
    text-decoration: none;
    color: rgba(142,142,142,1);
}

    a:hover {
        color: rgba(206,206,206,1);
        text-decoration: none;
        font-stretch: expanded;
    }

.spacer {
    height: 10px;
    clear: both;
}

.spacer30px {
    height: 30px;
    clear: both;
}

.modalspacer {
    height: 10px;
    clear: both;
}

.homespacer {
    height: 120px;
    clear: both;
}

.left {
    float: left;
    padding: 3px 0px 3px 0px;
}

.right {
    float: right;
    padding: 3px 0px 3px 0px;
}

span.icon-plus-sign {
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}

.line {
    background: #787878;
    min-height: 100%;
}

.clearfix {
    float: none;
    clear: both;
}

/*main Layout start*/
#wrapper {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    min-height: 80%;
}
/*main Layout end*/
/* Masthead (Header) start */

#header {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    background: #ffffff url(../images/bg_header.png) repeat-x top left;
    border: 0px solid #ccc;
}

#headernav {
    font-size: 12px;
    text-align: right;
    padding: 10px 0 0 0px;
}

    #headernav ul li {
        list-style-type: none;
        display: inline;
        padding: 10px 0 0 5px;
    }

        #headernav ul li a {
            text-decoration: none;
            color: #1b1b1b;
        }

            #headernav ul li a:hover {
                text-decoration: none;
                color: #c10505;
                padding: 0 0 3px 0px;
                border-bottom: solid 3px #c10505;
            }

.small {
    font-size: 14px;
}

.medium {
    font-size: 18px;
}

.large {
    font-size: 22px;
}

.strip {
    color: #535353;
}

.logo {
    background: url(../images/logo_sp.png) no-repeat 0 0;
    width: 280px;
    height: 79px;
    float: left;
    margin: 0 0 0px 3px;
}

.boxtollfree {
    float: left;
    margin: 10px 0 0 40px;
    background: url(../images/bg_header_tollfree.png) repeat-x 0 0;
    width: 26%;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 2px 2px 2px #e5e5e5;
}

    .boxtollfree .icon_tollfreephone {
        background: url(../images/icon_tollfreephone.png) no-repeat 0px 0px;
        width: 60px;
        height: 53px;
        display: block;
        float: inherit;
    }

    .boxtollfree p {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        line-height: 22px;
    }

        .boxtollfree p span {
            color: #e20a16;
        }


.header_right {
    float: right;
    margin: -3px 2px 0 0px;
}

.welcome {
    float: right;
    margin: 35px 5px 0px 0px;
    font-size: 12px;
    color: #000000;
    padding: 0px 3px 0 2px;
}

    .welcome p {
        padding: 0px 10px 0 0px;
        float: left;
    }

    .welcome span a {
        color: rgba(142,142,142,1);
        font-weight: bold;
    }

        .welcome span a img {
            border: none;
        }

    .welcome .logout_icon {
        background: url(../images/icon_logout.png) no-repeat 0px 0px;
        width: 20px;
        height: 20px;
        display: block;
        padding: 0 12px 5px 30px;
        vertical-align: middle;
        float: right;
    }

    .welcome .logout_icon {
        color: #CC0000 !important;
        font-size: 12px !important;
        padding: -2px 0 0 14px !important;
        text-decoration: none !important;
        font-weight: bold !important;
        cursor: pointer !important;
        border: 0px !important;
        margin: 0px !important;
    }

        .welcome .logout_icon:hover {
            background-position: 0px 0px;
            background-color: none !important;
            background-image: url('../images/icon_logout.png') !important;
            background-repeat: no-repeat !important;
            background-attachment: scroll !important;
        }

        .welcome .logout_icon:hover {
            color: #CC0000 !important;
        }

.loginbutwidth {
    width: 250px !important;
}

#header select {
    margin: 10px 0 0 0px;
    width: 250px;
    height: 25px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #737373;
}




/* Masthead (Header) end */

/* Menu bar CSS*/
#ja-cssmenu LI UL A {
    font-size: 12px;
    text-align: left;
    padding: 7px 0 10px 15px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    HEIGHT: auto;
    COLOR: #555555;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: 0px;
    /*width:450px;*/
    z-index: 9999;
}

#menu {
    font-size: 12px;
    font-weight: bold;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a91b11), to(#df0b16));
    background: -moz-linear-gradient(top, #a91b11, #df0b16);
    background: -ms-linear-gradient(#a91b11, #df0b16);
    background: -o-linear-gradient(top, #a91b11, #df0b16);
    background: -webkit-linear-gradient(top, #a91b11, #df0b16); /* Chrome10+,Safari5.1+ */
    margin: 10px 0 0 0px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    /*behavior: url(css/PIE.htc);*/
    height: 44px;
    /*-pie-background: linear-gradient(#a91b11, #df0b16);*/
    background-color: #a91b11;
}

    #menu ul {
        float: left;
        list-style-type: none;
        margin: 0px 0 0 15px;
        vertical-align: middle;
        padding: 0px;
        height: 41px;
    }

        #menu ul ul {
            /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e4e56), to(#040505)); 
background: -moz-linear-gradient(top, #4e4e56, #040505);*/
            background: #cc0000;
            filter: none;
            border-radius: 3px;
            /*behavior: url(css/PIE.htc);*/
            position: relative;
        }

        #menu ul li {
            /*border-right:1px solid #696969;*/
            vertical-align: middle;
        }

            #menu ul li a {
                padding-bottom: 0;
                padding-top: 14px;
            }

                #menu ul li a span img {
                    margin-top: 0.2em;
                    margin-right: 0.5em;
                }

        #menu ul #last_child {
            border: none;
        }

.menuhover ul a:hover {
    background: url("../images/up_arrow.png") center top no-repeat;
}

/* Menu bar CSS*/

/* Breadcrumb CSS start*/
#menuspacer {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#f4f4f4));
    background: -moz-linear-gradient(top, #cecece, #f4f4f4);
    background: -ms-linear-gradient(#cecece, #f4f4f4);
    background: -o-linear-gradient(top, #cecece, #f4f4f4);
    background: -webkit-linear-gradient(top, #cecece, #f4f4f4); /* Chrome10+,Safari5.1+ */
    margin: 10px 0 0 0px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    behavior: url(css/PIE.htc);
    margin: 1px 0 0 0px;
    border-radius: 5px;
    height: 20px;
}

    #menuspacer .breadcrumb {
        font-size: 12px;
        font-weight: bold;
        padding: 12px 0 7px 5px;
        color: rgba(142,142,142,1);
        border-bottom: 2px solid #e20a16;
    }

        #menuspacer .breadcrumb span {
            color: rgba(142,142,142,1);
            padding: 5px 5px 4px 5px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
        }

/* Breadcrumb CSS end*/

/*Content*/


#content_wrapper {
    min-height: 100% !important;
    margin: auto;
    float: left;
    width: 100%;
    padding: 1px;
}

#content {
    margin: 30px 0 0px 0px;
    font-size: 12px;
    border: 1px solid #7b7e7e;
    padding: 15px 10px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 100%;
    float: left;
    width: 98.3%;
}

#content_body {
    margin: 30px 0 0px 0px;
    font-size: 12px;
    border: 1px solid #7b7e7e;
    padding: 5px 5px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 300px;
    float: left;
    width: 98.1%;
}

/* Slide show CSS starts here*/
#carousel {
    width: 800px;
    height: 297px;
    border-radius: 5px;
    margin: 0px auto;
}

#slides {
    display: none;
    overflow: visible;
}

.slidesjs-navigation {
    margin: 30px 0px 0 0px;
    z-index: 999;
    position: absolute;
    padding: 0px 0 5px 0px;
    width: 650px;
    height: 25px;
    border-top: 1px solid #fff;
    background: #ccc;
    opacity: 0.8;
}

.slidesjs-previous {
    margin: 0px auto;
    margin: 0 0 0 600px;
    border: 0px solid #000;
}

.slidesjs-next {
    margin: 0 0px 0 15px;
    font-size: 27px;
}

.slidesjs-navigation a:link, a:visited {
    color: #333;
}

.slidesjs-navigation a:hover, a:active {
    color: #9e2020;
    text-decoration: none;
}

.navbar {
    overflow: hidden;
}
/* Slide show CSS ends here*/


.orderclaimtitle {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 0px;
    text-align: center;
}

.b2bfacilitates {
    border: 1px solid #ccc;
    background: #e5e5e5;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    padding: 5px;
}

    .b2bfacilitates p {
        color: #032659;
        font-weight: bold;
        padding: 10px 0 5 5px;
    }

    .b2bfacilitates img {
        margin: -140px 0 0 0px;
        display: inline-block;
        float: right;
    }

.b2bfacilitatelist ul {
    padding: 10px 0 0 0px;
}

.b2bfacilitatelist li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.55em 0 0.55em 0.65em;
    display: inline-block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.2em;
    margin: 10px 0 0px 0px;
    position: relative;
}

.order_form {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    float: left;
    margin: 0;
    padding: 5px;
    width: 99%;
}

    .order_form p {
        font-weight: bold;
        padding: 0 0 5px 0px;
    }

    .order_form label {
        display: inline-block;
    }

    .order_form input[type="radio"] {
        margin: 0 0 0 20px;
    }

    .order_form input[type="text"] {
        margin: 0 0 0 35px;
        width: 150px;
    }

.radiospacing {
    margin: 0 10px 0 2px;
    vertical-align: -webkit-baseline-top;
}

.labelspacerorder {
    padding: 0 0 0 40px;
}

.labelspacerclaim {
    padding: 20px 35px 0 0px;
}

.dottedline {
    width: 100% !important;
    border-bottom: 1px dashed #868080;
    margin: 10px 0 10px 0px;
}

.dottedlineshadow {
    background: url(../images/up_arrow.png) no-repeat center;
    width: 100%;
    border: 1px solid #858585;
    margin: 10px 0 10px 0px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

.statement_form {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    float: left;
    margin: 0;
    padding: 5px;
    width: 99%;
}

    .statement_form p {
        font-weight: bold;
        padding: 0 0 5px 0px;
    }

    .statement_form label {
        display: inline-block;
        float: left;
        padding: 5px 20PX 0 0px;
    }

    .statement_form input[type="radio"] {
        margin: 0 0 0 20px;
    }

    .statement_form input[type="file"] {
        margin: 0 0 0 0px;
        float: left;
        background-color: #454545;
        border: 1px solid #1B211D;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) inset;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 4px;
        text-decoration: none;
        text-transform: capitalize;
        width: auto;
    }

    .statement_form #basic-modal {
        margin: 0 0 0 10px;
        float: left;
    }

.statementdropdown {
    width: 200px;
    margin: 0 0 0 20px;
}



.pagetitlebg {
    background: #E9E9E9;
    padding: 7px 0 7px 5px;
    width: 933px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px 5px 0 0px;
    -webkit-border-radius: 5px 5px 0 0px;
    border-radius: 5px 5px 0 0px;
    box-shadow: 0 2px 1px rgba(180, 180, 180, 0.5) inset;
}

.reportbuttonmargin {
    display: inline-block;
    margin: -9px 0 0 10px !important;
}

.reporticonmargin {
    display: inline-block;
    margin: 0px 20px 0 20px !important;
}

.report_form label {
    display: inline-block;
    width: 100px;
}

.report_form input[type="text"] {
    margin: 10px 50px 5px 35px;
    width: 150px;
}

.report_form select {
    margin: 10px 50px 5px 35px;
    width: 155px;
}

.highlight {
    background-color: #ffa;
}



.even_row {
    background-color: #fcfcfc;
}

.odd_row {
    background-color: #f5f5f5;
}


/*Success,warning and Error message css code start */
.info, .success, .warning, .error, .validation {
    float: left;
    border: 1px solid;
    width: 95%;
    height: auto;
    margin: 10px 0 10px 0px;
    padding: 2px 10px 0px 5px;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
}

.info, .success, .warning, .error, .validation, .divmessage {
    float: left;
    padding: 1px 5px 1px 0px;
}

    .info, .success, .warning, .error, .validation, .divmessage span {
        display: block;
        padding: 2px 0 0 0px;
    }

.info {
    color: #00529B;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bde5f8), to(#ffffff));
    background: -moz-linear-gradient(top, #bde5f8, #ffffff);
    background: -ms-linear-gradient(#bde5f8, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#bde5f8, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.success {
    color: #4F8A10;
    background-color: #c9dfa3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c9dfa3), to(#ffffff));
    background: -moz-linear-gradient(top, #c9dfa3, #ffffff);
    background: -ms-linear-gradient(#c9dfa3, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#c9dfa3, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* background-image:url('success.png');*/
}

.warning {
    color: #9F6000;
    background-color: #eedb90;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eedb90), to(#ffffff));
    background: -moz-linear-gradient(top, #eedb90, #ffffff);
    background: -ms-linear-gradient(#eedb90, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#eedb90, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /*background-image: url('warning.png');*/
}

.error {
    color: #D8000C;
    background-color: #f8a6a6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8a6a6), to(#ffffff));
    background: -moz-linear-gradient(top, #f8a6a6, #ffffff);
    background: -ms-linear-gradient(#f8a6a6, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#f8a6a6, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* background-image: url('error.png');*/
}
/*Success,warning and Error message css code end */


.leftNav {
    width: 23%;
    float: left;
    border: 0px solid #c4c4c4;
    border-radius: 3px;
    behavior: url(css/PIE.htc);
    height: auto;
    clear: both;
}

.maincontent {
    margin: 30px 0 0px 0px;
    font-size: 12px;
    border: 1px solid #7b7e7e;
    padding: 15px 10px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 100%;
}

.rightContent {
    width: 76%;
    float: right;
    padding: 0 1px 2px 0;
    margin: -5px 0 0 0px;
    height: auto;
}

.title_header {
    border-bottom: 4px solid #e20a16;
    width: 100%;
}

    .title_header h3 {
        color: #000 !important;
        font-weight: bold;
        font-size: 14px;
        padding: 0px 0 0 2px;
        background;
    }

.leftNav ul {
    padding: 6px 2px;
}

    .leftNav ul li {
        padding: 6px 2px;
    }

    .leftNav ul label {
        font-weight: bold;
        color: #000000;
        font-size: 12px;
    }

.table_align {
    float: left !important;
    margin: 0px 0 0 0px !important;
}

.gridStatementWidth {
    width: 930px !important;
}






/* Footer after login */
#footer {
    width: 100%; /* IE10 Consumer Preview */
    background: -ms-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%); /* Mozilla Firefox */
    background: -moz-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);
    /* Opera */
    background: -o-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%); /* Webkit (Safari/Chrome 10) */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D4D4D4), color-stop(1, #F4F4F4));
    /* IE 9+ */
    -pie-background: linear-gradient(#D4D4D4, #F4F4F4);
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);
    behavior: url(css/PIE.htc);
    /* W3C Markup, IE10 Release Preview */
    background: linear-gradient(to bottom, #D4D4D4 0%, #F4F4F4 100%);
    bottom: 0px;
    margin: 0px auto;
    margin-top: -230px;
    /*height: 130px;*/
    height: 100%;
    clear: both;
    z-index: 0;
}

/* Footer generic pages */

#footergeneric {
    width: 100%; /* IE10 Consumer Preview */
    /*Remove this comments  for Gradient footer effect*/
    /*background: -ms-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/ /* Mozilla Firefox */
    /*background: -moz-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/
    /* Opera */
    /*background: -o-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/ /* Webkit (Safari/Chrome 10) */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D4D4D4), color-stop(1, #F4F4F4));*/
    /* IE 9+ */
    /*-pie-background: linear-gradient(#D4D4D4, #F4F4F4);*/
    /* Webkit (Chrome 11+) */
    /*background: -webkit-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/
    /*behavior: url(css/PIE.htc);*/
    /* W3C Markup, IE10 Release Preview */
    /*background: linear-gradient(to bottom, #D4D4D4 0%, #F4F4F4 100%);*/
    /*Gradient ends here*/
    background-color: rgb(198, 198, 198);
    bottom: 0px;
    margin: 0px auto;
    height: 80px;
    clear: both;
    z-index: 0;
}


.footerline {
    /*border-bottom: 1px solid #787878;*/
    height: auto;
}

#footer p {
    font-size: 11px;
    float: right;
    padding: 0 3px 0 0px;
    clear: both;
}

#footergeneric p {
    font-size: 11px;
    text-align: center;
    padding: 10px 3px 0 0px;
}

#footer a:hover {
    color: #db051c;
}

#footergeneric a:hover {
    color: #db051c;
}

#footerMenu > li {
    float: left;
    margin: 8px 0 0 0px;
}

#footerMenu li a {
    color: #333333;
    font-size: 12px;
    line-height: 28px;
    padding: 10px 8px 0 20px;
    text-decoration: none;
    font-weight: bold;
    clear: both;
}

#footerMenu ul a {
    font-weight: normal;
    position: relative;
    padding: 0px;
    z-index: 999;
    padding: 10px 5px 10px 20px;
    font-weight: normal;
    z-index: 2;
}

#footer ul {
    display: inline;
}

#footer {
    width: 100%; /* IE10 Consumer Preview */
    background: #c6c6c6; /* Mozilla Firefox */
    bottom: 0px;
    margin: 5px auto;
    clear: both;
    z-index: 1;
}

/* Footer generic pages */

#footergeneric {
    width: 100%; /* IE10 Consumer Preview */
    background: #c6c6c6; /* Mozilla Firefox */
    bottom: 0px;
    margin: 0px auto;
    height: 80px;
    clear: both;
}

.footerline {
    float: left;
    background: #c6c6c6;
    width: 100%;
    height: auto;
}


#footer p {
    font-size: 12px;
    float: right;
    padding: 0px 3px 3px 0px;
    clear: both;
}

    #footer p a {
        color: #CC0000;
        clear: both;
    }

#footergeneric p a {
    color: #CC0000;
    clear: both;
}

#footergeneric p {
    font-size: 12px;
    float: right;
    padding: 40px 3px 0 0px;
    clear: both;
}

#footer a:hover {
    color: #A71228;
}

#footergeneric a:hover {
    color: #A71228;
}

#footerMenu > li {
    float: left;
    margin: 8px 0 0 0px;
}

/*Vasanth*/


/* SimpleModal Basic Modal Dialog start */

#basic-modal-content {
    display: none;
}

#basic-modal-fail-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

.loading-bg {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
}
/* Container */
#simplemodal-container {
    height: 120px;
    width: 400px;
    color: #bbb;
    background-color: #fcfcfc;
    border: 4px solid #444;
    padding: 12px;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

    #simplemodal-container p {
        font-size: 12px;
        color: #447492;
        font-weight: bold;
        text-align: center;
    }

    #simplemodal-container a.modalCloseImg {
        background: url(../images/x.png) no-repeat;
        width: 25px;
        height: 29px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: -15px;
        right: -16px;
        cursor: pointer;
    }

    #simplemodal-container h3 {
        color: #84b8d9;
        font-size: 12px;
    }

/* SimpleModal Basic Modal Dialog end */



/* Nicely lines up the labels. */

#modalformcontainer label {
    display: block;
    width: 300px;
    float: left;
    padding: 15px 0px 20px 0px;
    color: #ce1014;
    font-size: 12px;
    clear: both;
}

#modalformcontainer input[type="text"] {
    float: left;
    width: 250px;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 0px 0 0 5px;
    margin: 7px 0 0px 0px;
}

#modalformcontainer input[type="file"] {
    float: left;
    width: 250px;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 5px 0 0 5px;
    margin: 7px 0 0px 0px;
}

#modalformcontainer select {
    float: left;
    width: 260px;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 0px 0 0 5px;
    margin: 7px 0 0px 0px;
}

#modalformcontainer span {
    float: left;
    width: 260px;
    font-size: 12px;
    padding: 0px 0 0 5px;
    margin: 7px 0 0px 0px;
}

.modaltextarea {
    float: left;
    width: 100%;
    min-height: 100px;
    max-height: 300px;
    border: 1px solid #ccc;
    overflow: auto;
    background: transparent;
    padding: 0 0 0 5px;
    /*padding: 3px 3px 3px 5px;*/
    /*margin: 7px 0 0 0px;*/
}

.gridtextarea {
    /*float: left;*/
    min-height: 100px;
    max-height: 100px!important;
    width: 500px;
    border: 1px solid rgba(237, 237, 237, 0.84);
    overflow: auto;
    background: transparent;
    padding: 0 0 0 5px;
    /*padding: 3px 3px 3px 5px;*/
    /*margin: 7px 0 0 0px;*/
}
.gridtextbox {
 height:auto;
   width: 500px;
    border: 1px solid rgba(237, 237, 237, 0.84);
    overflow: auto;
    background: transparent;
    padding: 0 0 0 5px;
}

.griddiscriptionarea {
    /*float: left;*/
    min-height: 100px;
    max-height: 100px!important;
 width: 500px;
    background: transparent;
    border: 1px solid #ededed;
    overflow: auto;
    /*padding: 3px 3px 3px 5px;*/
    /*margin: 7px 0 0 0px;*/
}
/* You could add a class to all the input boxes instead, if you like. That would be safer, and more backwards-compatible */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print*/

.tabberlive .tabbertabhide {
    display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
    margin: 12px 0 0 0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
    padding: 15px 0 0 5px;
    margin: 15px 0 0 0px;
    font-size: 0;
    border: 0px solid #ccc;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    background: none;
    border-radius: 5px 5px 0 0px;
    -webkit-border-radius: 5px 5px 0 0px;
    -moz-border-radius: 5px 5px 0 0px;
    height: 35px;
}

    ul.tabbernav li {
        display: inline-block;
        margin: 11px 5px 0 -5px; /*no distance between tabs*/
        background: none;
    }

        ul.tabbernav li a {
            font-size: 12px;
            text-decoration: none;
            position: relative;
            margin: 0px 10px 0 0px;
            padding: 8px 12px;
            color: #fff;
            outline: none;
            background: #909b9c;
            border: 0px solid #9b9b9b;
            font-weight: bold;
            border-radius: 5px 5px 0 0px;
            -webkit-border-radius: 5px 5px 0 0px;
            -moz-border-radius: 5px 5px 0 0px;
        }



        ul.tabbernav li.selected a, ul.tabbernav li.selected a:hover {
            top: 0px;
            padding: 8px 12px;
            background: #e20a16;
            font-size: 12px;
            font-weight: bold;
            color: #A71228;
            border-radius: 5px 5px 0 0px;
            -webkit-border-radius: 5px 5px 0 0px;
            -moz-border-radius: 5px 5px 0 0px;
        }

        ul.tabbernav li a:hover {
            color: #A71228;
            background: #e20a16;
        }

        ul.tabbernav li.selected a:hover {
            text-decoration: none;
            color: #A71228;
            background: #e20a16;
        }


        ul.tabbernav li.tabberactive a {
            background-color: #e20a16;
            border-bottom: 1px solid #fff;
        }

            ul.tabbernav li.tabberactive a:hover {
                background: #e20a16;
                font-size: 12px;
                font-weight: bold;
                color: #A71228;
                border-radius: 5px 5px 0 0px;
                -webkit-border-radius: 5px 5px 0 0px;
            }

.tabberlive .tabbertab h2 {
    display: none;
}

.tabberlive .tabbertab h3 {
    display: none;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    font-size: 12px;
    border: 1px solid #7b7e7e;
    padding: 15px 10px;
    margin: 0 0 0 0px;
    border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
    -moz-border-radius: 0px 3px 3px 3px;
    height: auto;
    overflow: auto;
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabbertab #formcontainer label {
    display: block;
    width: 200px;
    float: left;
    padding: 15px 0px 20px 0px;
    color: #ce1014;
    font-size: 12px;
    clear: both;
}


.tabbertab #formcontainer input[type="text"],
input[type="password"], input[type="email"] {
    float: left;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 0px 0 0 5px;
    margin: 7px 0 0 0px;
}


/* Registration form error message dialog box style starts here */

.registrationerror img {
    margin: 0px 0px 0px 5px;
}

.registrationerror {
    font-size: 14px;
    color: #00529B;
    margin: 0px 0 7px 0px;
    padding: 0 0 5px 0px;
    background: #FAF0CC;
    box-shadow: 0 0 5px #b3b3b3;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .registrationerror .regiserrortopbg {
        background: none;
        border-bottom: 4px solid #e20a16;
        padding: 0px 0 5px 0px;
        ;
        margin: 0px;
    }

    .registrationerror span {
        font-weight: bold;
        font-size: 12px;
    }

    .registrationerror ul li {
        font-size: 12px;
        padding: 0 0 0 55px;
        list-style: inside;
        line-height: 22px;
        color: #d60d15;
        clear: both;
    }

.inputerrorhighlight {
    box-shadow: 0 0 5px #FC7777;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}


.regbar {
    width: 1020px;
    display: block;
    margin: 0 0 0 -30px;
    z-index: 0 !important;
    position: absolute;
    -moz-border-radius: 0px 0 0 3px;
    -webkit-border-radius: 0px 0 0 3px;
    border-radius: 0px 0 0 3px;
    border-left: 1px solid #9a9a9a;
    background: rgba(142,142,142,1);
    background: -moz-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,142,142,1)), color-stop(14%, rgba(206,206,206,1)), color-stop(96%, rgba(221,221,221,1)), color-stop(100%, rgba(206,206,206,1)));
    background: -webkit-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -o-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: linear-gradient(to bottom, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#cecece', GradientType=0 );
    box-shadow: 0 2px 10px rgba(0,0,0,0.3) inset;
}

.regbar1:before {
    content: "";
    position: absolute;
    overflow: visible;
    margin: 20px 0 0 -50px;
    z-index: -10 !important;
    border: 20px solid transparent;
    border-right-color: #676767;
}




.searchbutton {
    content: "\f067";
    font-family: 'FontAwesome';
    padding-left: 5px;
    text-decoration-line: none;
    font-size: 20px;
}

.inpbutton {
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 12px 17px 12px 17px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #1b211d;
    margin: 0px 0 0 -2px;
    background-color: #454545;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    text-transform: capitalize;
    -webkit-appearance: none;
}

    .inpbutton:hover {
        color: #A71228;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a91b11), to(#df0b16));
        background: -moz-linear-gradient(top, #a91b11, #df0b16);
        background: -ms-linear-gradient(#a91b11, #df0b16);
        behavior: url(css/PIE.htc);
        -pie-background: linear-gradient(#a91b11, #df0b16);
        -webkit-appearance: none;
    }

.inpbuttondisable {
   width: auto;
    color: #fff;
    font-size: 12px;
    padding: 12px 17px 12px 17px;
    text-decoration: none;
    font-weight: bold;
    cursor: not-allowed;
    border: 1px solid #1b211d;
    margin: 0px 0 0 -2px;
    background-color: #454545;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    text-transform: capitalize;
    -webkit-appearance: none;
}

    .inpbuttondisable:hover {
        color: #454545;
        background: #ccc;
        -webkit-appearance: none;
    }

.b2b_button {
    text-align: center;
    margin: 0px 0 5PX 0px;
}


input[type="submit"].inpbuttondisable {
    background: #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #6e6e6e;
    font-size: 12px;
    padding: 7px 7px;
    text-decoration: none;
    font-weight: bold;
    cursor: not-allowed;
    border: 1px solid #6e6e6e;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    margin: 0px 0 0 5px;
    margin-bottom: 10px !important;
}

input[type="button"].inpbuttondisable {
    background: #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #6e6e6e;
    font-size: 12px;
    padding: 7px 7px;
    text-decoration: none;
    font-weight: bold;
    cursor: not-allowed;
    border: 1px solid #6e6e6e;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    margin: 0px 0 0 5px;
    margin-bottom: 10px !important;
}

.inpbuttondisable:hover {
    color: #454545;
    background: #ccc;
    cursor: not-allowed;
}


input[type="submit"].inpbutton {
    background-color: #454545;
    border: 1px solid #1B211D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 7px 7px;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;
}


input[type="button"].inpbutton {
    background-color: #454545;
    border: 1px solid #1B211D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 7px 7px;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;
}

.inpbutton:hover {
    color: #f4d100;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a91b11), to(#df0b16));
    background: -moz-linear-gradient(top, #a91b11, #df0b16);
    background: -ms-linear-gradient(#a91b11, #df0b16);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#a91b11, #df0b16);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a91b11', endColorstr='#df0b16', GradientType=0 );
}


/* controls style starts here*/
.order_date, .order_listbox, .order_text, .order_select {
    padding: 0px 10px 0px 5px;
    margin-top: -5px;
    float: left;
    width: 31%;
}

.order_radio {
    padding: 0px 10px 0px 5px;
    float: left;
    width: 32%;
}

.label_style {
    width: 85px !important;
    display: inline-block !important;
    padding: 5px 10px 0px 0px !important;
}

.datepicker {
    width: 150px;
    margin-left: 0px !important;
}

.select_style {
    width: 157px !important;
    margin: 0px 0px 5px 0px !important;
}

.textbox {
    width: 150px !important;
    margin: 0px !important;
}

.spanspacing {
    margin: 0 0px 0 2px;
    vertical-align: baseline;
}

.title {
    font-weight: bold;
    padding: 0 0 5px 0px;
}

.radio_style {
    margin: 0px 0px 0px 10px;
}

.listbox {
    width: 250px;
    height: 90px;
    /*float: left;*/
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow-y: scroll;
    padding: 0px 0px 0px 20px;
}

    .listbox li {
        padding: 5px 0px 5px 0px;
    }

    .listbox label {
        padding: 0px 0px 0px 2px;
    }



.order_content {
    width: 100%;
    float: left;
    margin: 0px 0px 10px -5px;
}


/* controls style ends here */

.order_downloadSpan {
    width: 430px;
    height: 25px;
    display: block;
    float: left;
    padding: 10px 0 0 0px;
    text-align: left;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 5px 2px;
    border: 1px solid #ccc;
}

.order_downloadLabel {
    width: 500px;
    height: 25px;
    display: block;
    float: left;
    text-align: left;
    padding: 10px 0 0 0px;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 5px 2px;
    border: 1px solid #ccc;
    background: #E7E7E7;
}

/* Registration form error message dialog box style starts here */

.registrationerror img {
    margin: 0px 0px 0px 5px;
}

.registrationerror {
    font-size: 14px;
    color: #00529B;
    margin: 0px 0 7px 0px;
    padding: 0 0 5px 0px;
    background: #FAF0CC;
    box-shadow: 0 0 5px #b3b3b3;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .registrationerror .regiserrortopbg {
        background: none;
        border-bottom: 4px solid #CC0000;
        padding: 0px 0 5px 0px;
        margin: 0px;
    }

    .registrationerror span {
        font-weight: bold;
        font-size: 12px;
    }

    .registrationerror ul li {
        font-size: 12px;
        padding: 0 0 0 55px;
        list-style: inside;
        line-height: 22px;
        color: #d60d15;
        clear: both;
    }

.info, .success, .warning, .error, .validation {
    float: left;
    border: 1px solid;
    width: 95%;
    height: auto;
    margin: 10px 0 10px 0px;
    padding: 5px 5px 5px 10px;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
    clear: both;
    margin-left: 5px !important;
}

    .info, .success, .warning, .error, .validation span {
        float: left;
    }

    .info, .success, .warning, .error, .validation .divmessage {
        float: left;
        padding: 5px 5px 0 0px;
    }
    /*New design for error/display msg ends*/


    .info, .success, .warning, .error, .validation img {
        margin: 5px 2px 5px 0px;
    }

.divmessage span {
    padding: 2px 0px 0px !important;
    font-size: 12px;
    display: block;
}

.divmessage {
    padding: 1px 5px 1px 0px;
    float: left;
}

/*Removes Clear Field Icon from the Input TextBox*/
.autocompleteinputtextbox::-ms-clear {
    display: none;
}

.handpointer {
    cursor: pointer;
    text-decoration: none !important;
}

.handpointermouseover {
    text-decoration: none !important;
    cursor: pointer;
    color: #1b1b1b !important;
}

/* used by statement capture page */
.validation-summary-errors {
    color: red;
}

#noscriptContent {
    margin: 30px 0 0px 0px;
    font-weight: bolder;
    padding: 15px 10px;
    float: left;
    width: 100%;
    text-align: center;
}
