.CustBg {
    background-color: #ECECEC;
}

.am_title {
    FONT-SIZE: 8px;
    font-weight: bold;
    COLOR: #000;
    FONT-FAMILY: Tahoma,Arial,Verdana;
    background-color: Gray;
    TEXT-ALIGN: center
}

.am_xxsmall {
    FONT-SIZE: 8pt;
    font-weight: normal;
    FONT-FAMILY: Tahoma,Arial,Verdana;
}

.am_xxsmallbold {
    FONT-SIZE: 8px;
    font-weight: bold;
    FONT-FAMILY: Tahoma,Arial,Verdana;
}

.am_xxxsmall {
    FONT-SIZE: 5pt;
    font-weight: normal;
    FONT-FAMILY: Arial,Verdana
}


.Edit_LabelBl {
    color: black;
    white-space: nowrap;
}

.button_black {
    padding: 2px;
    font: 10px Verdana;
    color: #fff;
    background-color: #444;
    border: outset 2 silver
}

.Result {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.vendor-resource-info {
    background: #FFE066;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    text-decoration: underline;
    color: black;
    text-transform: uppercase;
    width: 150px;
    height: 50px;
}

    .vendor-resource-info td {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 13px;
    }
/*================================================
     Styles for detail appointment report
=================================================*/
.detail_template {
    margin-bottom: 3px;
    border: none;
}

    .detail_template .detail_template_table {
        font-family: Tahoma;
        font-size: 9pt;
        width: 100%;
        border-collapse: collapse;
    }

    .detail_template .row_header {
        background-color: #737373;
        color: white;
    }

    .detail_template .cell_header {
        font-weight: bold;
        border: solid 1px #9F9F9F;
        padding: 2px;
    }

    .detail_template .cell_data {
        border: solid 1px #9F9F9F;
        padding: 2px;
        background-color: White;
        font-weight: normal;
        color: black;
    }
        .detail_template .cell_data span{
            font-weight: normal;
        }
/*================================================
     Styles for report order
=================================================*/
        .check_box_list_focused_row {
            background-color: #FFE066;
            color: black;
        }

.check_box_list_cell {
    cursor: pointer;
    border-color: -moz-use-text-color #CFCFCF #CFCFCF -moz-use-text-color;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    overflow: hidden;
    padding: 3px 6px 4px;
}
/*===============================================*/

input.button {
    width: 150px;
    height: 24px;
    /*background: url(../../Images/button_fon_150px.gif) right top no-repeat;*/
    background-color: #737373;
    color: white;
    border: 0;
    border-radius: 3px;
    vertical-align: middle;
}

    input.button:hover {
        background-color: #FFE066;
        color: black;
    }

    input.button.ask {
        width: 25px;
        height: 24px;
        background: url(../../Images/button_fon_ask.gif) right top no-repeat;
        border: 0;
        vertical-align: middle;
    }

    input.button.prev {
        width: 25px;
        height: 24px;
        background: url(../../Images/button_fon_prev.gif) right top no-repeat;
        border: 0;
        vertical-align: middle;
    }

    input.button.next {
        width: 25px;
        height: 24px;
        background: url(../../Images/button_fon_next.gif) right top no-repeat;
        border: 0;
        vertical-align: middle;
    }

    input.button.width_250px {
        width: 250px;
        background: url(../../Images/button_fon_250px.gif) right top no-repeat;
    }

    input.button.width_225px {
        width: 225px;
        background: url(../../Images/button_fon_225px.gif) right top no-repeat;
    }

    input.button.width_200px {
        width: 200px;
        background: url(../../Images/button_fon_200px.gif) right top no-repeat;
    }

    input.button.width_200px_first {
        width: 200px;
        background: url(../../Images/button_fon_200px.gif) right top no-repeat;
        color: Green;
        font-size: 16px;
    }

    input.button.width_175px {
        width: 175px;
        /*background: url(../../Images/button_fon_175px.gif) right top no-repeat;*/
        background-color: #737373;
    }
        input.button.width_175px:hover {
            background-color: #FFE066;
            color: black;
        }
        input.button.width_150px {
            width: 150px;
            /*background: url(../../Images/button_fon_150px.gif) right top no-repeat;*/
            background-color: #737373;
        }
        input.button.width_150px:hover{
            background-color: #FFE066;
            color:black;
        }

        input.button.width_125px {
            width: 125px;
            background: url(../../Images/button_fon_125px.gif) right top no-repeat;
        }

    input.button.width_100px {
        width: 100px;
        background: url(../../Images/button_fon_100px.gif) right top no-repeat;
    }

    input.button.width_75px {
        width: 75px;
        background: url(../../Images/button_fon_75px.gif) right top no-repeat;
    }

    input.button.width_50px {
        width: 50px;
        background: url(../../Images/button_fon_50px.gif) right top no-repeat;
    }

a.button.width_125px {
    background: url("../../Images/button_fon_125px.gif") no-repeat scroll right top transparent;
    color: Black;
    cursor: default;
    font-family: Arial;
    height: 24px;
    text-align: center;
    font-size: 13px;
    padding: 3px;
}

a.button.width_200px {
    background: url("../../Images/button_fon_200px.gif") no-repeat scroll right top transparent;
    color: Black;
    cursor: default;
    font-family: Arial;
    height: 24px;
    text-align: center;
    font-size: 13px;
    padding: 3px;
}

a.button.width_250px {
    background: url("../../Images/button_fon_250px.gif") no-repeat scroll right top transparent;
    color: Black;
    cursor: default;
    font-family: Arial;
    height: 24px;
    text-align: center;
    font-size: 13px;
    padding: 3px;
}
/*================================================
     Styles for schedule
=================================================*/
.schedule_table {
    margin-top: 15px;
    border: solid 1px Gray;
}

    .schedule_table .td_left {
        color: Blue;
        border: solid 1px Gray;
        padding: 2px;
    }

    .schedule_table .td_right {
        border: solid 1px Gray;
        padding: 2px;
    }
/*================================================
     Styles for Service
=================================================*/
.autocomplete_completionListElement {
    padding: 2px 2px 2px 2px;
    visibility: hidden;
    margin-left: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.asterisk {
    color: Red;
}
/*====================================================
style for Site door
=====================================================*/
.SideDoor_Header {
    PADDING-TOP: 4px;
    HEIGHT: 47px;
}

.SideDoor_Title {
    FONT-SIZE: 18px;
    COLOR: #fff;
    FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    background-color: #737373
}

.SideDoor_Footer {
    PADDING-BOTTOM: 4px;
    HEIGHT: 47px;
}

    .SideDoor_Footer a {
        COLOR: #fff;
    }

.SideDoor_powerby {
    COLOR: #737373;
}

    .SideDoor_powerby a {
        COLOR: #737373;
    }

.SideDoor_Contact {
    FONT-SIZE: 10px;
    COLOR: #fff;
    LINE-HEIGHT: 10px;
    FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    padding-bottom: 4px;
    background-color: #737373;
}

.ScheduleAppointments {
    font-weight: bold;
    font-size: 14px;
    vertical-align: baseline;
    overflow: scroll;
    text-transform: capitalize;
    color: #FFE066;
    font-family: Arial,Helvetica,sans-serif;
    position: static;
    text-align: center;
    text-decoration: none;
}

/*---------------------------------- Processing ---------------------------*/
.processing {
    border: solid 2px Black;
    padding: 10px 10px 10px 10px;
    font-size: larger;
    z-index: 100010;
    left: 45%;
    width: 100px;
    color: blue;
    position: absolute;
    top: 46%;
    height: 35px;
    background-color: #cccccc;
}
/*--------------------------LED STYLE CONFIGURATION----------------*/
.labelLEDConfiguration {
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma;
}

.linkLEDConfiguration {
    font-size: 13px;
    font-family: Tahoma;
    color: Blue;
    text-decoration: none;
}

a.linkLEDConfiguration:hover {
    color: #5494ea;
}
/*----- Service configuration normal grid -----*/
table.service-config-normal-grid {
    background-color: White;
    font-family: Arial;
    font-size: 13px;
}

    table.service-config-normal-grid tr.conf-service th {
        font-weight: normal;
        text-align: center;
        padding: 3px;
        color: white;
        font-weight: bolder;
        font-size: 13px;
        background-color: #737373;
    }

        table.service-config-normal-grid tr.conf-service th a {
            color: white;
            font-weight: bolder;
        }
/*----- Service configuration detail grid -----*/
table.serviceTables {
    border-collapse: collapse;
    width: 100%;
}

    table.serviceTables td {
        border-right: gray 1px solid;
        border-top: gray 1px solid;
        border-left: gray 1px solid;
        border-bottom: gray 1px solid;
        padding: 3px;
    }

    table.serviceTables tr.header td {
        background-color: #737373;
    }

        table.serviceTables tr.header td,
        table.serviceTables tr.header td span {
            color: white;
            font-size: 13px;
        }

            table.serviceTables tr.header td a {
                color: white;
                font-size: 13px;
            }

    table.serviceTables td table.no-border td {
        border: none 0px white !important;
    }

.headerGreen, .dxrpTE, .dxrpHLE, .dxrpHRE {
    background-color: #FFE066 !important;
}

    .headerGreen span {
        color: white;
    }

    .headerGreen u {
        color: white;
    }

.dxrpControl .dxrpHeader {
    background-color: #FFE066;
    color: black !important;
}

.dxrpHeader span {
    color: black;
}

#ctl00_ContentPlaceHolderAction_ASPxRoundPanelgvSurveyQuestions_RPC {
    background-color: white;
}

#gvAnswer_col0, #gvAnswer_col1, #gvAnswer_col2, #gvAnswer_col3 {
    background-color: #2f2e7a;
    border-color: white;
}

.dxgvHeader table {
    color: white;
}

select option[selected="selected"] { /* value not val */
    background-color: #FFE066;
}
