﻿.rounded_corners {
    /*overflow: hidden;*/
    border: 1px solid #2c3e50;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    box-shadow: 3px 3px 6px #666;
}

.rounded_corners2 {
    /*overflow: hidden;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    .rounded_corners table2 table2 td {
        border: 1px solid #2c3e50;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: 0 4px 0 15px;
    }
.btn-xsi,
.btn-group-xsi > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.tdRight {
    float: right;
}

.ext-left {
    float: left;
    width: 100px;
    font-style: italic;
    font-weight: bold;
    white-space: nowrap;
}

.ext-right {
    float: none;
    width: 250px;
    white-space: nowrap;
}

.form-controlA {
    width: 100%;
    height: 25px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #3e3f3a;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group-sm .form-controlA {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-controlA {
    height: 25px;
    line-height: 25px;
}

.form-group-sm textarea.form-controlA,
.form-group-sm .form-control {
    height: auto;
}

.FormatRadioButtonList input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

.inline-rb input[type="radio"] {
    width: auto;
}

.inline-rb label {
    display: inline;
}

table2 {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #b4bcc2;
    text-align: left;
}

th {
    text-align: left;
}

.table2 {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
}

    .table2 > thead > tr > th,
    .table2 > tbody > tr > th,
    .table2 > tfoot > tr > th,
    .table2 > thead > tr > td,
    .table2 > tbody > tr > td,
    .table2 > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dde4e6;
    }

    .table2 > thead > tr > th {
        vertical-align: bottom;
    }



    .table2 .table2 {
        background-color: #ffffff;
    }


.table2-condensed > tfoot > tr > td {
    padding: 5px;
}


.table2-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table2-hover > tbody > tr:hover {
    background-color: #ecf0f1;
}

.table2-hoverInverse > tbody > tr:hover {
    background-color: #f8f5f0;
    color: #2c3e50;
}

.table2-hoverLight > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
    color: #2c3e50;
}

table2 col {
    position: static;
    float: none;
    display: table-column;
}

table2 td,
table2 th{
    position: static;
    float: none;
    display: table-cell;
}

.table2 > thead > tr > td.active,
.table2 > tbody > tr > td.active,
.table2 > tfoot > tr > td.active,
.table2 > thead > tr > th.active,
.table2 > tbody > tr > th.active,
.table2 > tfoot > tr > th.active,
.table2 > thead > tr.active > td,
.table2 > tbody > tr.active > td,
.table2 > tfoot > tr.active > td,
.table2 > thead > tr.active > th,
.table2 > tbody > tr.active > th,
.table2 > tfoot > tr.active > th {
    background-color: #ecf0f1;
}

.table2-hover > tbody > tr > td.active:hover,
.table2-hover > tbody > tr > th.active:hover,
.table2-hover > tbody > tr.active:hover > td,
.table2-hover > tbody > tr:hover > .active,
.table2-hover > tbody > tr.active:hover > th {
    background-color: #dde4e6;
}

.table2 > thead > tr > td.success,
.table2 > tbody > tr > td.success,
.table2 > tfoot > tr > td.success,
.table2 > thead > tr > th.success,
.table2 > tbody > tr > th.success,
.table2 > tfoot > tr > th.success,
.table2 > thead > tr.success > td,
.table2 > tbody > tr.success > td,
.table2 > tfoot > tr.success > td,
.table2 > thead > tr.success > th,
.table2 > tbody > tr.success > th,
.table2 > tfoot > tr.success > th {
    background-color: #18bc9c;
}

.table2-hover > tbody > tr > td.success:hover,
.table2-hover > tbody > tr > th.success:hover,
.table2-hover > tbody > tr.success:hover > td,
.table2-hover > tbody > tr:hover > .success,
.table2-hover > tbody > tr.success:hover > th {
    background-color: #15a589;
}

.table2 > thead > tr > td.info,
.table2 > tbody > tr > td.info,
.table2 > tfoot > tr > td.info,
.table2 > thead > tr > th.info,
.table2 > tbody > tr > th.info,
.table2 > tfoot > tr > th.info,
.table2 > thead > tr.info > td,
.table2 > tbody > tr.info > td,
.table2 > tfoot > tr.info > td,
.table2 > thead > tr.info > th,
.table2 > tbody > tr.info > th,
.table2 > tfoot > tr.info > th {
    background-color: #3498db;
}

.table2-hover > tbody > tr > td.info:hover,
.table2-hover > tbody > tr > th.info:hover,
.table2-hover > tbody > tr.info:hover > td,
.table2-hover > tbody > tr:hover > .info,
.table2-hover > tbody > tr.info:hover > th {
    background-color: #258cd1;
}

.table2 > thead > tr > td.warning,
.table2 > tbody > tr > td.warning,
.table2 > tfoot > tr > td.warning,
.table2 > thead > tr > th.warning,
.table2 > tbody > tr > th.warning,
.table2 > tfoot > tr > th.warning,
.table2 > thead > tr.warning > td,
.table2 > tbody > tr.warning > td,
.table2 > tfoot > tr.warning > td,
.table2 > thead > tr.warning > th,
.table2 > tbody > tr.warning > th,
.table2 > tfoot > tr.warning > th {
    background-color: #f39c12;
}

.table2-hover > tbody > tr > td.warning:hover,
.table2-hover > tbody > tr > th.warning:hover,
.table2-hover > tbody > tr.warning:hover > td,
.table2-hover > tbody > tr:hover > .warning,
.table2-hover > tbody > tr.warning:hover > th {
    background-color: #e08e0b;
}

.table2 > thead > tr > td.danger,
.table2 > tbody > tr > td.danger,
.table2 > tfoot > tr > td.danger,
.table2 > thead > tr > th.danger,
.table2 > tbody > tr > th.danger,
.table2 > tfoot > tr > th.danger,
.table2 > thead > tr.danger > td,
.table2 > tbody > tr.danger > td,
.table2 > tfoot > tr.danger > td,
.table2 > thead > tr.danger > th,
.table2 > tbody > tr.danger > th,
.table2 > tfoot > tr.danger > th {
    background-color: #e74c3c;
}

.table2-hover > tbody > tr > td.danger:hover,
.table2-hover > tbody > tr > th.danger:hover,
.table2-hover > tbody > tr.danger:hover > td,
.table2-hover > tbody > tr:hover > .danger,
.table2-hover > tbody > tr.danger:hover > th {
    background-color: #e43725;
}

.table2-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table2-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table2-responsive > .table2 > tfoot > tr > td {
        white-space: nowrap;
    }
}

.GridHeader :hover {
    font-weight: 100;
    text-decoration: none;
    background-color: #ded19f;
    color: #3f5115
}

.GridHeader a {
    font-weight: 100;
    text-indent: 20px;
    background-color: #ded19f;
    color: #3f5115
}

.GridHeader {
    font-weight: 100;
    text-indent: 20px;
    background-color: #ded19f;
    color: #3f5115
}

.GridHeaderModem {
    font-weight: 100;
    background-color: #ded19f;
    color: #3f5115
}

.badgeDanger {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 10px;
    float: right;
    margin-right: 0;
}

.badgeWarning {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #f39c12;
    border-radius: 10px;
    float: right;
    margin-right: 0;
}

.text-danger2 {
    color: #e74c3c;
}

a.text-danger2:hover,
a.text-danger2:focus {
    color: #d62c1a;
}

.text-warning2 {
    color: #f39c12;
}

a.text-warning2:hover,
a.text-warning2:focus {
    color: #c87f0a;
}

.text-info2 {
    color: #3498db;
}

a.text-info2:hover,
a.text-info2:focus {
    color: #217dbb;
    text-decoration: none;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 41px;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlIC {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: white;
    background-image: none;
    border: 1px solid #dce4ec;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlIC_sm {
    display: block;
    width: 100%;
    height: 22px;
    font-size: 12px;
    line-height: 1.2;
    color: #2c3e50;
    background-color: white;
    background-image: none;
    border: 1px solid #dce4ec;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-searchxs {
    width: 100%;
    height: 26px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    border: 1px solid #dce4ec;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-controlxs {
    display: block;
    width: 100%;
    height: 26px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-xs {
    display: block;
    font-size: 15px;
    line-height: 1.42857143;
    height: 26px;
    width: 26px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: url(search-icon-hi.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dce4ec;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.btn-xxs {
    padding: 1px 5px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-xxs-primary {
    padding: 1px 5px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}

.divCal {
    width: 210px;
    height: 177px;
    background-color: white;
    box-shadow: 10px 10px 5px #888888;
    border: solid thin black;
    padding-left: .3em;
}

.jumbotronX {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #F8F5F0;
}

    .jumbotronX h1,
    .jumbotronX .h1 {
        color: inherit;
    }

    .jumbotronX p {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 100;
    }

    .jumbotronX > hr {
        border-top-color: #cfd9db;
    }

.container .jumbotronX,
.container-fluid .jumbotronX {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.jumbotronX .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotronX {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container .jumbotronX,
    .container-fluid .jumbotronX {
        padding-left: 10px;
        padding-right: 10px;
    }

    .jumbotronX h1,
    .jumbotronX .h1 {
        font-size: 48px;
    }
}


.jumbotronXi {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #F8F5F0;
    background-image: url('codImage.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top 200px center;
    background-size: 520px;
}

    .jumbotronXi h1,
    .jumbotronXi .h1 {
        color: inherit;
    }

    .jumbotronXi p {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 100;
    }

    .jumbotronXi > hr {
        border-top-color: #cfd9db;
    }

.container .jumbotronXi,
.container-fluid .jumbotronXi {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.jumbotronXi .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotronXi {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container .jumbotronXi,
    .container-fluid .jumbotronXi {
        padding-left: 10px;
        padding-right: 10px;
    }

    .jumbotronXi h1,
    .jumbotronXi .h1 {
        font-size: 48px;
    }
}

.form-controlIC {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: white;
    background-image: none;
    border: 1px solid #dce4ec;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.CP_Header {
    background: url(../Content/Logo_sm.png) no-repeat;
    background-position: right 210px bottom 32px;
}

.centerAlert {
    position: absolute;
    top: 9%;
    left: auto;
}

/*Lanscape mode*/
/*#wip {
    display: block;
}

@media only screen and (orientation:portrait) {
    #wip {
        height: 100vw;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media only screen and (orientation:landscape) {
    #wip {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}*/

#warning-message {
    display: none;
}

@media only screen and (orientation:portrait) {
    #wrapper {
        display: none;
    }

    #warning-message {
        display: block;
    }
}

@media only screen and (orientation:landscape) {
    #warning-message {
        display: none;
    }
}

.garbage {
    display: none;
}

    .garbage[style*=visible] + input,
    .garbage[style*=visible] + select,
    .garbage[style*=visible] + textarea {
        background-color: #ffcccc;
        border: 1px solid #ff0000;
    }


.input2-sm {
    height: 17px;
    padding: 0 0;
    font-size: 10px;
}

.AlternateRowGrid {
    background-color: #ffffff;
}

.RowGrid {
    background-color: white;
}

.hidden {
    display: none;
}

.alert {
    display: block;
}

.tdbutton {
    vertical-align: top;
}

.hiddenbt {
    display: none;
    visibility: hidden;
}

th.sortasc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../Content/asc.gif) no-repeat;
}

th.sortdesc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../Content/desc.gif) no-repeat;
}

.textbox_btn_all {
    border-color: #325D88;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #325D88;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.775rem;
    line-height: 1.71;
    border-radius: 0.25em 0.25rem 0.25rem 0.25em;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.textbox_btn {
    border-color: #325D88;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #325D88;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.775rem;
    line-height: 1.71;
    border-radius: 0em 0.25rem 0.25rem 0em;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.textbox_btn_lt {
    border-color: #325D88;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #325D88;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.775rem;
    line-height: 1.71;
    border-radius: 0.25em 0rem 0rem 0.25em;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.textbox_btn_ct {
    border-color: #325D88;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #325D88;
    border: 1px solid transparent;
    border-left-color: darkgrey;
    padding: 0.375rem 0.75rem;
    font-size: 0.775rem;
    line-height: 1.71;
    border-radius: 0em 0rem 0rem 0em;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.myFloat_Right {
    float: right;
    margin-left:5px;
}
.myFloat_Left {
    float: left;
    margin-left: 5px;
}

/*Gridview rounded corners*/
:root {
    --gv-border-radius: 7px;
}

.rcgv {
    border-radius: var(--gv-border-radius);
    border-width: 0 !important;
}

    .rcgv th:first-child {
        border-top-left-radius: var(--gv-border-radius);
    }

    .rcgv th:last-child {
        border-top-right-radius: var(--gv-border-radius);
    }

    .rcgv tr:last-child td:first-child {
        border-bottom-left-radius: var(--gv-border-radius);
    }

    .rcgv tr:last-child td:last-child {
        border-bottom-right-radius: var(--gv-border-radius);
    }

.noMargin {
    margin-bottom: 0px;
}

tdright {
    text-align: right; /* center textbox horizontally */
    vertical-align: top; /* top textbox vertically */
}

.lb_FloatLeft {
    margin: 0px 0px 0px 40px;
}

.tableHRFixTR > tbody > tr:first-child {
    display: none;
}

.tableHRFix > tbody > tr:first-child > td {
    border: none;
}

.tableZeroMargin {
    margin: 0 auto
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.labelLimit150 {
    white-space: nowrap;
    width: 100px;
    Overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.labelLimit100 {
    white-space: nowrap;
    width: 70px;
    Overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.labelLimit70 {
    white-space: nowrap;
    width: 70px;
    Overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.labelLimit50 {
    white-space: nowrap;
    width: 70px;
    Overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.labelLimit {
    white-space:normal;
    max-width:150px;
    Overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
    vertical-align:top;
}
.child {
    position: relative;
    left: 20px;
    z-index: 500;
    width: 100%;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.ajax__fileupload {
    padding: 4px;
    border: 1px solid #2c3e50;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 4px 0 15px;
    overflow: auto;
}

.ajax__fileupload_selectFileContainer {
    height: 24px;
    line-height: 24px;
}

.ajax__fileupload_selectFileButton {
    height: 24px;
    line-height: 24px;
    width: 80px;
    text-align: center;
    background-color: #325D88;
    color: white;
    cursor: pointer;
    margin-right: 4px;
    font-size: 13px;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: x-small;
}

    .ajax__fileupload_selectFileButton:hover {
        background-color: #3E3F3A;
        color: #ffffff;
    }

.ajax__fileupload_topFileStatus {
    color: rgb(127, 126, 126);
}

.ajax__fileupload_ProgressBarHolder {
    margin-right: 70px;
    _margin-right: 0;
}

.ajax__fileupload_uploadbutton {
    width: 60px;
    text-align: center;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: x-small;
    background-color: #325D88;
    cursor: pointer;
    color: white;
}

.ajax_fileupload_cancelbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #8E8C84;
}

.ajax__fileupload_dropzone {
    height:100px !important;
    line-height: 25px !important;
    text-align: center;
    _text-align: left; /* IE Only */
    margin-bottom: 2px;
    padding: 4px;
    border: 1px dotted #2c3e50;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 4px 0 15px;
    overflow: auto;
}

.ajax__fileupload_queueContainer {
    margin-top: 2px;
    clear: both;
    padding: 4px;
    border: 1px solid #2c3e50;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 4px 0 15px;
    overflow: auto;
}

.ajax__fileupload_progressBar {
    padding-left: 4px;
    background-color: #325D88 !important;
    color: #fff;
}

.ajax__fileupload_footer {
    margin-top: 2px;
    line-height: 20px;
    height: 20px;
}

.ajax__fileupload_fileItemInfo {
    line-height: 20px;
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
}

    .ajax__fileupload_fileItemInfo .filename {
        font-weight: bold;
    }

    .ajax__fileupload_fileItemInfo .uploadstatus {
        font-style: italic;
        background-color: white;
        color: #F47C3C;
    }

    .ajax__fileupload_fileItemInfo .removeButton {
        cursor: pointer;
        background-color: #4fd952;
        color: white;
        width: 55px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: block;
        float: left;
    }

    .ajax__fileupload_fileItemInfo .uploadedState {
        color: #93C54B;
        background-color: white;
    }

    .ajax__fileupload_fileItemInfo .uploadingState {
        color: #29ABE0;
        background-color: white;
    }

    .ajax__fileupload_fileItemInfo .pendingState {
        color: #325D88;
        background-color: white;
    }

    .ajax__fileupload_fileItemInfo .errorState {
        color: #d9534f;
        background-color: white;
    }

    .ajax__fileupload_fileItemInfo .cancelledState {
        color: #d9534f;
        background-color: white;
    }

/*Check*/
.ajax__fileupload_selectFileContainer {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 80px;
    /*float: left;*/
}

    .ajax__fileupload_selectFileContainer input {
        border: medium none;
        cursor: pointer;
        height: 40px;
        color: #325D88;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }



.ajax__fileupload_fileItemInfo {
    position: relative;
    z-index: 0;
    color: #325D88;
    background-color: white;
}

    .ajax__fileupload_fileItemInfo div {
        display: inline-block;
        background-color: white;
    }

        .ajax__fileupload_fileItemInfo div.removeButton {
            position: absolute;
            background-color: #fff;
            color: #d9534f;
            font-size: 12px !important;
            border-radius: 0.25rem;
            border: 1px solid transparent;
            font-weight: 400;
            font-size: x-small;
            top: 0;
            right: 0;
            -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.centerHeaderText th {
    text-align: center;
}

.AlignBottom td {
    vertical-align:bottom;
}

tr.RowBorder td {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid;
}
tr.FirstRowBorder td {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

th.first_rounded {
    border-radius: 7px 0 0 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    background-color: #3E3F3A;
}

th.last_rounded {
    border-radius: 0 7px 7px 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    background-color: #3E3F3A;
}
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.4;
}

.textboxblank {
    font-size:x-small;
    font-weight:700;
    border:none !important;
}

#waterMark {
    position: fixed;
    font-size: 3rem;
    font-weight: bold;
    text-align:center;
    text-transform: uppercase;
    left: 35%;
    top: 10%;
    color: rgba(255, 0, 0, 0.2);
    transform: rotate(-20deg);
    user-select: none;
}

.codwatermark {
    position: relative;
}

    .codwatermark:after {
        content: "C.O.D. Order";
        font-size: 5rem;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color: rgba(255, 0, 0, 0.2);
        position: absolute;
        top: 10%;
        left: 25%;
        transform: rotate(-20deg);
        z-index: 1z;
        overflow: hidden;
    }

.editMargins{
    padding-left:7px;
    padding-right:7px;
    float:right;
}

.transparentYellow {
    color: #000;
    background-color: rgba(255,255,0,0.2) !important;
}

.transparentGreen {
    color: #000;
    background-color: rgba(0,150,0,0.2);
}
.transparentDarkGreen {
    color: #000;
    background-color: rgba(0,150,0,0.7);
}
.transparentOrange {
    color: #000;
    background-color: rgba(244,124,60,0.7);
}
.transparentRed {
    color: #000;
    background-color: rgba(204,0,0,0.1);
}

.transparentDarkRed {
    color: #000;
    background-color: rgba(204,0,0,0.5);
}

.transparentPurple {
    color: #000;
    background-color: rgba(124,0,105,0.5);
}

.transparentWhite {
    color: #000;
    background-color: rgba(255,255,255, 1);
}

.transparentHighLight {
    color: #000;
    background-color: rgba(250,250,0,0.2);
}

.Edit_Border {
    border-color: rgba(204,0,0,0.5) !important;
    border-width:2px;
}

.headerRight th {
    text-align: right !important;
}

.toggle-content {
    display: none;
}

.headerCenter th {
    text-align: center !important;
}

.toggle-content.is-visible {
    display: block;
}

.lineColor {
    background: #325D88;
}

/* always hide the checkbox */
.css-toggle-switch {
    display: none;
}

    /* update label text to reflect state */
    .css-toggle-switch + label:before {
        content: "Hide ";
    }

    .css-toggle-switch:checked + label:before {
        content: "Show ";
    }

    /* conditionally hide content when checked */
    .css-toggle-switch:checked ~ .css-toggle-content {
        display: none;
    }

    /* make the label look clickable */
    .css-toggle-switch + label {
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.NoMarginTop {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.addOns {
    position: relative
}

.addOns .field {
    /*width: 300px;
        background: #EC6603;
        color: #fff;
        padding: 5px;
        border: none;
        cursor: pointer;
        font-family: 'lucida sans unicode',sans-serif;
        font-size: 1em;
        border: solid 1px #EC6603;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.addOns .field:hover {
    /*border: solid 1px #fff;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999*/
}

.addOns > ul.list {
    display: none;
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: 999;
    width: 230px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

.addOns > ul.list li {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.addOns > ul.list li:hover {
    background: #ecf0f1;
    color: black;
}

.addOns > ul.list li:last-child {
    border: none
}

.nohover:hover {
    color: inherit;
    text-decoration: none;
}

.noUnderline:hover {
    text-decoration: none;
}

.nohoverwithColor:hover {
    text-shadow: 0px 0px 1px #93C54B;
    text-decoration: none;
}

.gv_Footerlines {
    border-bottom:solid;
    border-bottom-width:thin;
    border-bottom-color:lightgray;
    border-left:none;
    border-right:none;
    border-top:none;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.gv_Header {
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #325D88;
}

.texthidden {
    color: #F8F5F0;
}



.productionqtyform {
    position: relative
}

.productionqtyform .addBtn {
    /*width: 300px;
    background: #EC6603;
    color: #fff;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-family: 'lucida sans unicode',sans-serif;
    font-size: 1em;
    border: solid 1px #EC6603;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.productionqtyform .addBtn:hover {
    /*border: solid 1px #fff;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999*/
}

.productionqtyform > ul.list2 {
    display: none;
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: 999;
    width: 150px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    white-space: nowrap !important;
}

.productionqtyform > ul.list2 li {
    padding: 10px;
    /*border-bottom: solid 1px #ccc;*/
    white-space: nowrap !important;
}

.productionqtyform > ul.list2 li:hover {
    /*background: #ecf0f1;*/
    color: black;
    white-space: nowrap !important;
}

.productionqtyform > ul.list2 li:last-child {
    border: none;
    white-space: nowrap !important;
}


/* Checkbox Hack */

#toggle-input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#toggle-label {
    -webkit-appearance: push-button;
    -moz-appearance: button;
    display: inline-block;
    margin: 5px 0 10px 0;
    cursor: pointer;
}

/* Default State */
#toggle-div {
    visibility: hidden;
    width: 330px;
    background-color: #555 !important;
    color: #fff !important;
    text-align: left;
    padding: 1px 1px 1px 1px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Toggled State */
#toggle-input[type=checkbox]:checked ~ #toggle-div {
    visibility: visible;
    opacity: 1;
}

/*#2*/

#toggle-input2[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#toggle-label2 {
    -webkit-appearance: push-button;
    -moz-appearance: button;
    display: inline-block;
    margin: 5px 0 10px 0;
    cursor: pointer;
}

/* Default State */
#toggle-div2 {
    visibility: hidden;
    width: 330px;
    background-color: #555 !important;
    color: #fff !important;
    text-align: left;
    padding: 1px 1px 1px 1px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Toggled State */
#toggle-input2[type=checkbox]:checked ~ #toggle-div2 {
    visibility: visible;
    opacity: 1;
}

.hr-fade {
    border: 0;
    height: 2px;
    margin: 18px 0;
    position: relative;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(62, 63, 58, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(62, 63, 58, 0.65)), color-stop(90%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(62, 63, 58, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(62, 63, 58, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(62, 63, 58, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(62, 63, 58, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

    .hr-fade:before {
        content: "";
        display: block;
        border-top: solid 1px #f9f9f9;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
    }

.ajax_FL {
    background-color: white;
    border-radius: 6px;
}

.invoice span {
    color: black;
    font-size: 9px;
    padding: 3px 0 0 0;
    display: block;
    text-transform: uppercase;
}

.liStyle {
    display: table;
    width: 40px;
}

    .liStyle div {
        display: table-cell;
        padding-left: 2px;
        padding-right: 2px;
        vertical-align: middle;
    }
.noborder{
    border:none !important;
}

.custom-search {
    position: relative;
}

.custom-search-input {
    width: 100%;
    padding-right: 100px !important;
    box-sizing: border-box;
}

.custom-search-button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    line-height: 1 !important;
    z-index: 4;
}

.rptDiv:hover {
    background-color: #EEECEC;
}

.warning {
    font-size: 10px !important;
}