﻿body {
    font-size: 10pt;
    font-family: "Arial", sans-serif;
    color: #666666;
}

/*.tableAux table, .tableAux td, .tableAux th {
    border-collapse: collapse !important;
    border: 0px !important;
    padding: 0px !important;
}*/

/*.tableAuxForms table, .tableAuxForms td, .tableAuxForms th {
    border-collapse: separate !important;
    border-spacing: 1px;
    border: 1px solid #ffffff !important;
    padding: 1px !important;
}
*/

#PageBodyObject {
    width: 100%;
    height: auto;
    background-repeat: repeat-x;
    overflow: visible;
    /*background: url('/WebERP/images/bg_body.jpg') repeat-x;*/
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: inherit;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


#mainContainerWeb {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 990px;
    overflow: visible;
    top: 0px;
    bottom: 0px;
    height: 100%;
    position: relative;
    text-align: left;
}

#mainContainer {
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    overflow: visible;
    top: 0px;
    position: relative;
    text-align: left;
}

#mainContainerETools {
    margin: 0 auto;
    margin-top: 1px;
    overflow: inherit;
    top: 0px;
    position: relative;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

#rowFooter {
    /*background-image: url('/images/bg_utility_nav2.jpg');*/
    background-color: #33597e;
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
}

#rowFooterWeb {
    /*background-image: url('/images/bg_utility_nav2.jpg');*/
    background-color: #33597e;
    background-repeat: repeat-x;
    height: 20px;
}

#mainScreenLogo {
    background-image: url('/images/logoBig.png');
}

#rowMenuBarLong {
    background-image: url('/images/bg_utility_navLong.jpg');
    background-repeat: repeat;
    width: 100%;
    height: 50px;
}

#rowMenuBarLongWeb {
    background-image: url('/images/bg_utility_navLong.jpg');
    background-repeat: repeat;
    height: 50px;
}


#rowMenuBar {
    /*background-image: url('/images/bg_utility_nav2.jpg');*/
    background-color: #33597e;
    background-repeat: repeat;
    width: 100%;
    height: 30px;
}

#rowMenuBarWeb {
    /*background-image: url('/images/bg_utility_nav2.jpg');*/
    background-color: #33597e;
    background-repeat: repeat;
    height: 30px;
}

#rowMainHeader {
    background-color: white;
    /*background-image: url('/images/primary_nav_bg_gradient.jpg');*/
    /*background-repeat: repeat-x;*/
    width: 100%;
    height: 50px;
}

#rowMainHeaderWeb {
    /*background-image: url('/images/bg_body_model.jpg');*/
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
}

#rowSubFooter {
    width: 100%;
    height: 20px;
    text-align: right;
    vertical-align: middle;
}

#rowSubFooterWeb {
    width: 800px;
    height: 20px;
    text-align: right;
    vertical-align: middle;
}

.titleStyleMaster2 {
    font-family: Arial Black;
    font-size: x-large;
    color: Black;
}

.titleStyle {
    font-family: Arial Black;
    font-size: xx-large;
    color: Black;
}

.titleBodyStyle {
    font-family: Aharoni;
    font-size: x-large;
    color: Black;
}

.topAndBottonBarStyle {
    font-size: 8.5pt;
    font-family: "Arial", sans-serif;
    color: #CDCDCD;
}

.LinkStyle {
    font-size: 12pt;
    font-family: "Arial", sans-serif;
    color: black;
}

.headerPageTitleTextStyle1 {
    font-family: Aharoni;
    font-size: xx-large;
}

.mainStyle {
    font-size: 7.5pt;
    font-family: "Arial", sans-serif;
    color: #666666;
}

.eMailAlternateLinkStyle {
    height: 22px;
    color: #666666;
}

#bodyHeaderContainer {
    position: relative;
    top: 5px;
    left: 3px;
    width: 988px;
    height: 50px;
}

.errorMessageStyle {
    font-size: small;
    color: #FF0000;
}

.pageTitleStyle {
    font-size: medium;
}

#LabelPageTitle {
    position: relative;
    left: 5px;
}


.mGrid {
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #ffffff;
        background-color: #424242;
        background-image: url('/images/grd_head.png');
        background-repeat: repeat-x;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc;
        background-repeat: repeat-x;
        background-image: url('/images/grd_alt.png');
    }

    .mGrid .pgr {
        background: #424242;
        background-image: url('/images/grd_pgr.png');
        background-repeat: repeat-x;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666666;
            font-weight: bold;
            color: #ffffff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000000;
                text-decoration: none;
            }


.GridViewStyle {
    color: #333333;
    font-style: normal;
    font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
    font-size: 0.9em;
    text-align: center;
}

    .GridViewStyle tr.HeaderStyle {
        color: white;
        font-family: Arial;
        font-size: small;
        background-color: #333333;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }

    .GridViewStyle tr.RowStyle {
        color: #333333;
        background-color: #F7F6F3;
    }

    .GridViewStyle tr.AlternatingRowStyle {
        color: #333333;
        background-color: White;
    }

    .GridViewStyle tr.PagerStyle {
        background-color: #333333;
        font-family: Arial;
        font-size: medium;
        text-align: Center;
        color: White;
        height: 18px;
        Width: 25px;
        border-style: double;

    }

    .GridViewStyle td.PagerStyle {
        height: 18px;
        Width: 25px;
    }

    .GridViewStyle tr.SelectedRowStyle {
        background-color: #E2DED6;
        color: #333333;
        font-weight: bold;
    }

    .GridViewStyle tr.EditRowStyle {
        background-color: #999999;
    }

    .GridViewStyle tr.FooterStyle {
        color: Black;
        font-family: Arial;
        font-size: small;
        background-color: #CCCCCC;
    }

    .GridViewStyle A:link {
        color: White;
        font-weight: bold;
    }

    .GridViewStyle A:visited {
        color: White;
        font-weight: bold;
    }

    .GridViewStyle A:active {
        color: White;
        font-weight: bold;
    }

    .GridViewStyle A:hover {
        color: #aabbbb;
        font-weight: bold;
    }


.GridViewStyle2 {
    color: #333333;
    font-style: normal;
    font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
    font-size: 0.9em;
    text-align: center;
}

    .GridViewStyle2 td {
        padding: 5px 50px 5px 5px;
    }


    .GridViewStyle2 tr.HeaderStyle {
        color: white;
        font-family: Arial;
        font-size: small;
        background-color: #333333;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }

    .GridViewStyle2 tr.RowStyle {
        color: #333333;
        background-color: #F7F6F3;
    }

    .GridViewStyle2 tr.AlternatingRowStyle {
        color: #333333;
        background-color: White;
    }

    .GridViewStyle2 tr.PagerStyle {
        background-color: #333333;
        font-family: Arial;
        font-size: medium;
        text-align: Center;
        color: White;
        height: 18px;
        Width: 25px;
        border-style: double;
    }

    .GridViewStyle2 tr.SelectedRowStyle {
        background-color: #E2DED6;
        color: #333333;
        font-weight: bold;
    }

    .GridViewStyle2 tr.EditRowStyle {
        background-color: #999999;
    }

    .GridViewStyle2 tr.FooterStyle {
        color: Black;
        font-family: Arial;
        font-size: small;
        background-color: #CCCCCC;
    }

    .GridViewStyle2 A:link {
        color: White;
        font-weight: bold;
    }

    .GridViewStyle2 A:visited {
        color: White;
        font-weight: bold;
    }

    .GridViewStyle2 A:active {
        color: White;
        font-weight: bold;
    }

    .GridViewStyle2 A:hover {
        color: #aabbbb;
        font-weight: bold;
    }


.slider {
    width: 970px; /* width:976px;  */
    height: 415px;
    margin: 0px auto 16px auto;
}

    .slider div {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
    }

.slider-top {
    color: #616161;
    font-size: 1.2em;
    overflow: hidden;
    height: 403px;
    width: 755px; /* width:881px;  */
    background: url(/Images/imgTransp-WHITE.png) 0px 0px repeat;
    float: left;
    position: relative;
    left: 0;
    padding-top: 12px;
}

.slider-barLabel {
    color: #616161;
    font-size: 1.2em;
    overflow: hidden;
    background: url(/Images/imgTransp-WHITE.png) 0px 0px repeat;
}

*html .slider-top {
    color: #616161;
    font-size: 1.2em;
    overflow: hidden;
    height: 415px;
    width: 755px; /* width:881px;  */
    background: url(/Images/imgTransp-WHITE.png) 0px 0px repeat;
    float: left;
    position: relative;
    left: 0;
    padding-top: 12px;
}

.slider-top2 {
    height: 391px;
    background: #ffffff;
}

.slider-top3 {
    padding: 0px 0px 0px 4px;
}

#left, #right {
    cursor: pointer
}

.slider-top ul {
    list-style: none;
    height: 318px;
}

    .slider-top ul li {
        width: 220px;
        display: inline-block;
        float: left;
        height: 318px;
        padding: 0px 0 0;
        margin: 0px 0px 0px 0px;
    }

        .slider-top ul li td {
            padding: 0px 0px 0px 0px;
            text-align: left;
        }

.slider-left {
    background: none;
    width: 47px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    float: left;
    line-height: 0;
}

.slider-right {
    float: left;
    width: 48px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.slider-top a {
    text-decoration: none;
}

    .slider-top a:hover {
        text-decoration: underline;
    }
/*==========================================*/
.slider_title img {
    margin: 19px 0px 18px 0px;
}
/*==========================================*/
.main .td a {
    color: #4b4c50;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

    .main .td a:hover {
        color: #4b4c50;
        text-decoration: underline;
    }

    .main .td a i {
        color: #4b4c50;
        font-size: 12px;
        line-height: 15px;
        font-weight: normal;
        font-style: normal;
        display: block;
    }



.slider .slider_bg .table {
    background: #383837;
    width: 1px;
    margin: auto;
}

#name4_padd {
    background: #383837;
}

#over_name4_padd {
    background: #ee0000;
}

.js .inner { /*  position:relative;  */
}

.js img {
    margin: 0 0px;
}

.slide {
    position: absolute;
    margin-top: 256px;
    width: 220px;
    height: 62px;
    background: url(/Images/slide.png) 0px 0px repeat;
}

#panel1, #panel2, #panel3 {
    padding: 15px 10px 0px 10px;
    margin: 0px 0 0px 0;
}


/* ************************************************************************************* */
.infoBoxHeading_table {
    margin: 0px 0px 2px 0px;
    height: 29px;
}

.infoBoxHeading_td {
    width: 100%;
    padding: 0px 1px 6px 0px;
    vertical-align: middle;
    border-bottom: 1px solid #a5a5a7;
}
/* ************************************************************************************* */
.popup .infoBoxHeading_td {
    color: #6d89a6;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.infoBoxHeading_td {
    color: #6d89a6;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

    .infoBoxHeading_td a {
        color: #6d89a6;
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none
    }

        .infoBoxHeading_td a:hover {
            color: #6d89a6;
            text-decoration: underline;
        }
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox_table {
    margin: 0px 0px 5px 0px;
    border-top: 1px solid #d5d6d7;
}

.infoBox_td {
    width: 100%;
    padding-top: 0px;
}
/* ************************************************************************************* */
.infoBoxContents_table {
    margin: 0px;
}

    .infoBoxContents_table .boxText {
        padding: 18px 0px 6px 0px;
        height: 41px;
        width: 100%;
    }
/* ************************************************************************************* */
.box_cart {
    margin-top: 15px;
    margin-bottom: 11px;
}

    .box_cart td {
        padding: 4px 0px 4px 0px;
    }

.boxText font {
    color: #808080;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

    .boxText font a {
        color: #808080;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
    }

        .boxText font a:hover {
            color: #808080;
        }

    .boxText font.sc a {
        color: #808080;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }

        .boxText font.sc a:hover {
            color: #808080;
            text-decoration: underline
        }

.boxText strong a {
    color: #808080;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

    .boxText strong a:hover {
        color: #808080;
        text-decoration: none
    }
/* ************************************************************************************* */
/* ************************************************************************************* */
.boxText SPAN.newItemInCart {
    color: #ff0000;
    font-size: 11px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 0px 4px 0px;
}

.boxText a .newItemInCart {
    color: #ff0000;
    font-size: 11px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.boxText a:hover .newItemInCart {
    color: #ff0000;
    text-decoration: underline;
}

.boxText SPAN.oldItemInCart {
    color: #ffffff;
    font-size: 11px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 0px 4px 0px;
    display: block;
}

.boxText a .oldItemInCart {
    color: #ffffff;
    font-size: 11px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.boxText a:hover .oldItemInCart {
    color: #ffffff;
    text-decoration: underline;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.boxText,
.boxText td {
    color: #808080;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

    .boxText a {
        color: #808080;
        font-size: 12px;
        line-height: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: none;
    }

        .boxText a:hover {
            text-decoration: underline;
        }

    .boxText .order_history {
        width: 100%;
        padding: 3px 5px 3px 0px;
    }

        .boxText .order_history a {
            color: #808080;
            font-size: 12px;
            line-height: 14px;
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

            .boxText .order_history a:hover {
                color: #808080;
                text-decoration: none;
            }



    .boxText span a {
        color: #808080;
        font-size: 12px;
        line-height: 14px;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

        .boxText span a:hover {
            color: #808080;
            text-decoration: none;
        }

    .boxText span.productSpecialPrice {
        color: #ffffff;
        font-size: 12px;
        line-height: 13px;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        display: inline;
    }

    .boxText b.productSpecialPrice {
        color: #ffffff;
        font-size: 12px;
        line-height: 13px;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        display: inline;
    }

del {
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.boxText div.img {
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.boxText div.stars {
    margin: 14px 0px 10px 0px;
}

.boxText .name_padd {
    padding: 0px 12px 7px 12px;
    height: 40px;
    vertical-align: middle
}

.boxText .pic_padd {
    padding: 2px 0px 2px 0px;
    text-align: center;
    vertical-align: middle;
}

.boxText .price_padd {
    padding: 13px 3px 13px 3px;
    height: 3px;
    vertical-align: middle;
    width: 100%;
}

.boxText .desc_padd {
    padding: 10px 0px 0px 2px;
    height: 84px;
}

.boxText select {
    margin: 6px 0px 10px 0px;
    border: 1px solid #c6c1b8;
    background: #ffffff;
    color: #c6c1b8;
    vertical-align: middle;
}

.boxText .input {
    margin: 0px 0px 0px 0px;
    border: 1px solid #c6c1b8;
    background: #ffffff;
    color: #c6c1b8;
    height: 20px;
    width: 100%;
}

.boxText .button_search {
    width: 15%;
}

    .boxText .button_search input {
        margin: 2px 0px 0px 0px;
    }

.boxText .text_search {
    text-align: left;
    width: 85%;
}

.boxText .star_padd {
    padding: 18px 0px 0px 0px;
}

.boxText .languages {
    padding: 7px 0px 10px 0px;
}

.boxText .button {
    padding: 15px 0px 7px 0px;
    vertical-align: middle;
    text-align: center;
}

.boxText .padd {
    padding: 0px 0px 5px 0px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.boxText li {
    padding: 0px 0px 0px 0px;
    width: 100%;
}

    .boxText li, .boxText li a {
        font-family: Arial, Helvetica, sans-serif;
    }

.boxText ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.boxText .categories {
    margin: 0px 0px 0px 0px;
}

.boxText .bestsellers {
    margin: 0px 0px 0px 0px;
}

.boxText .information {
    margin: 0px 0px 0px 0px;
}

.boxText .manufacturers {
    margin: 0px 0px 0px 0px;
}

.boxText li a {
    display: block;
}

.boxText li :hover {
    background: #f2f2f2;
}

.boxText li:hover {
    background: #f2f2f2;
}

.boxText ul li div {
    padding-left: 16px;
}


.boxText .bg_list {
    margin: 0px 0px 0px 0px;
}

    .boxText .bg_list a {
        color: #656363;
        font-size: 15px;
        line-height: 16px;
        font-weight: normal;
        padding: 3px 0px 4px 0px;
        background: url(/Images/bg_list.gif) 0px 6px no-repeat;
        text-decoration: none;
    }

        .boxText .bg_list a:hover {
            color: #656363;
            text-decoration: underline;
        }

        .boxText .bg_list a b {
            color: #656363;
            font-weight: normal;
            text-decoration: none;
        }

.boxText .bg_list_un {
    margin: 0px 0px 0px 0px;
}

    .boxText .bg_list_un a {
        color: #656363;
        font-size: 15px;
        line-height: 16px;
        font-weight: normal;
        padding: 3px 0px 4px 0px;
        background: url(/Images/bg_list.gif) 0px 6px no-repeat;
        text-decoration: none;
    }

        .boxText .bg_list_un a:hover {
            color: #656363;
            text-decoration: underline;
        }

        .boxText .bg_list_un a b {
            color: #656363;
            font-weight: normal;
            text-decoration: none;
        }
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.boxText .bg_list2 {
    padding: 0px 0px 0px 0px;
}

    .boxText .bg_list2 a {
        padding: 5px 0px 7px 10px;
        text-decoration: none;
    }

        .boxText .bg_list2 a:hover {
            text-decoration: none;
        }

.boxText .bg_list2_un {
    padding: 0px 0px 0px 0px;
}

    .boxText .bg_list2_un a {
        padding: 5px 0px 7px 10px;
        text-decoration: none;
    }

        .boxText .bg_list2_un a:hover {
            text-decoration: none;
        }
/* ************************************************************************************* */
.boxText .bg_list2 {
    background: url(/Images/bg_list_hline.gif) 0px 0px repeat-x;
}

    .boxText .bg_list2 a font {
        color: #5c5b5b;
        font-size: 13px;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
    }

    .boxText .bg_list2 a:hover font {
        color: #5c5b5b;
        text-decoration: underline;
    }

.boxText .bg_list2_un {
    padding: 0px 0px 0px 0px;
}

    .boxText .bg_list2_un a font {
        color: #5c5b5b;
        font-size: 13px;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none;
    }

    .boxText .bg_list2_un a:hover font {
        color: #5c5b5b;
        text-decoration: underline;
    }
/* ************************************************************************************* */
.boxText .bg_list2 a b {
    color: #5c5b5b;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
}

.boxText .bg_list2 a:hover b {
    color: #5c5b5b;
    text-decoration: none;
}

.boxText .bg_list2_un {
}

    .boxText .bg_list2_un a b {
        color: #5c5b5b;
        font-size: 13px;
        line-height: 14px;
        font-weight: bold;
        text-decoration: none;
    }

    .boxText .bg_list2_un a:hover b {
        color: #5c5b5b;
        text-decoration: none;
    }
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.boxText .bg_list3 {
    background: url(/Images/bg_list_hline.gif) 0px 0px repeat-x;
}

    .boxText .bg_list3 a {
        color: #ffffff;
        font-size: 12px;
        line-height: 13px;
        font-weight: normal;
        padding: 7px 1px 5px 10px;
        background: url(/Images/bg_list3.gif) 2px 10px no-repeat;
        text-decoration: none;
    }

        .boxText .bg_list3 a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.boxText .bg_list3_un {
    padding: 0px 0px 0px 0px;
}

    .boxText .bg_list3_un a {
        color: #ffffff;
        font-size: 12px;
        line-height: 13px;
        font-weight: normal;
        padding: 7px 1px 5px 10px;
        background: url(/Images/bg_list3.gif) 2px 10px no-repeat;
        text-decoration: none;
    }

        .boxText .bg_list3_un a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
/* ************************************************************************************* */


/* Style classes for Sample3 */
.Sample3PageUpdateProgress {
    background-color: #FFFFFF;
    color: Black;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 88%;
}

.TransparentGrayBackground {
    position: fixed;
    top: 0;
    left: 0;
    /*background-color:#F0F0F0;
	filter:alpha(opacity=70);
	opacity:0.7;
	*/
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%
}

ul.treeview-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.treeview-item {
    float: left;
    width: 338px;
    padding-right: 4px;
}

div.text {
    font: 13px 'Segoe UI', Arial, sans-serif;
    color: #4888a2;
    padding: 6px 18px;
    display: block;
}


.CustomItem {
    font-weight: bold;
    color: red !important; /*Override the default setting*/
}


.RadMenu_Black .rmGroup .rmLink:hover,
.RadMenu_Black .rmGroup .rmFocused,
.RadMenu_Black .rmGroup .rmExpanded {
    color: #fff !important;
}

.RadMenu_Black .rmLink {
    color: #fff !important;
}

.modalBackground {
    /*Classe para deixar o fundo escuro*/
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalUpdateProgress {
    position: absolute;
    width: 152px;
    height: 37px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.mycheckBig input {
    width: 40px;
    height: 40px;
}

.mycheckSmall input {
    width: 10px;
    height: 10px;
}

.blur {
    position: fixed !important;
    z-index: 10000;
    top: 0px;
    left: 0px;
    background-image: url(../Images/White.png);
}

.backgroundPopup {
    position: fixed !important;
    z-index: 10000;
    top: 0px;
    /*left:0px;*/

    background-color: Gray;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    margin-right: auto !important;
    margin-left: auto !important;
    right: auto !important;
    left: auto !important;
    font-family: Arial;
    font-size: 9pt;
    color: #336699;
}


.GridPager a, .GridPager span {
    display: block;
    height: 18px;
    width: 25px;
    font-size: smaller;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: lightgray;
    color: #000;
    border: 1px solid #000000;
}


.boldtable, .boldtable TD, .boldtable TH {
    font-family: sans-serif;
    font-size: 10pt;
}


/* Customize the pagination style */
.pagination {
    display: flex;
    list-style: none;
    padding: 5px;
}


    .pagination li {
        margin: 3px 5px; /* Adjust the margin as needed */
    }

    .pagination a {
        text-decoration: none;
        padding: 5px 10px;
        background-color: #d4d4d4; /* Change the background color */
        color: #fff; /* Change the text color */
        border-radius: 3px; /* Add rounded corners */
    }

    .pagination a:hover {
        background-color: #808080; /* Change the hover background color */
    }

    .pagination a.active {
        background-color: #0056b3; /* Change the background color for the active page */
        color: #fff; /* Change the text color for the active page */
    }
