body {
    margin: 0;
    background: url(../../images/bg_left_menu.png) repeat-y left top;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
}

h1, h2, h3, ul, ol, p {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center;
}

a {
    text-decoration: none;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.text-indent {
    text-indent: -9999px;
}

.font-default {
    color: #444;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
}

.font_size_18 {
    color: #444;
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
}
/*--button--*/
.checkbox {
    background: url(../../images/checkbox.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    padding: 0;
    width: 20px;
}

.hover {
    cursor: pointer
}

.icon_search {
    background: url(../../images/icon_search.png) no-repeat center center;
}

.icon_search_grey {
    background: url(../../images/icon_search_grey.png) no-repeat center center;
}

.icon_expand_fullscreen {
    background: url(../../images/fullscreen.png) no-repeat center center;
}
.icon_expand_fullscreen:hover {
    cursor: pointer;
}

#sitesContainer {
    cursor: pointer;
}

.button_dow, .button_up {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-color: #363636;
    cursor: pointer;
    border: 0;
}

.opacity_dowup {
    opacity: 0.5;
    filter: alpha(opacity=50) /*for IE5-7*/;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" /*for IE5-8*/;
    cursor: default;
}

.button_dow {
    background: url(../../images/icon_dow.png) no-repeat 0 0;
}

.button_up {
    background: url(../../images/icon_up.png) no-repeat 0 0;
}

.button_green, .button_orange, .button_grey {
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    cursor: pointer;
}

.button_transparent {
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    cursor: pointer;
}

.button_orange {
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    /*line-height: 34px;*/
    font-size: 13px;
    text-align: center;
    color: #fff !important;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    cursor: pointer;
    border: 0;
}

.button_cadetblue {
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    cursor: pointer;
    border: 0;
}

.button_orange_radius {
    height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    cursor: pointer;
    border: 0;
}

.button_reset {
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0;
    background-color: #363636;
    border: 1px solid #356385;
}

.button_orange160 {
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
}

.button_orange_filter {
    height: 34px;
    padding-left: 20px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
    background: #CE531A;
    border: 1px solid #CE531A;
    border-radius: 5px;
}

.button_orange:hover, .button_orange160:hover, .button_orange_filter:hover, .button_orange_radius:hover {
    background: #ED7D31 !important;
    border: 1px solid #ED7D31 !important;
}

.button_grey:hover {
    background: #c9c9c9 !important;
    border: 1px solid #c9c9c9 !important;
}

.button_green {
    background-color: #2F5597;
    border: 1px solid #2F5597;
}

input:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

a.disabled, a[disabled=disabled] {
    color: #ccc !important;
    cursor: default;
    text-decoration: underline;
}

.button_orange {
    background: #f59e4f;
    border: 1px solid #d98942;
}

.button_grey {
    border-radius: 5px;
    background: #acacac;
    color: #000;
    border: 1px solid #acacac;
}

.button_orange {
    border-radius: 5px !important;
    background: #CE531A !important;
    border: 1px solid #CE531A !important;
}

.button_cadetblue {
    background-color: rgb(47,85,151);
    border: 1px solid #356385;
}

.button_orange_radius {
    background: #CE531A;
    border: 1px solid #CE531A;
    border-radius: 5px;
}

.button_transparent {
    border: 1px solid #999999;
}

.button_orange160 {
    background: #f59e4f;
    border: 1px solid #d98942;
}

.width200 {
    width: 200px;
    padding: 0;
}

.width215 {
    width: 215px;
    padding: 0;
    margin-left: 80px;
}

.width230 {
    width: 230px;
    padding: 0;
}

.width250 {
    width: 250px;
    padding: 0;
}

.width280 {
    width: 280px;
    padding: 0;
}

.width160 {
    width: 160px;
    padding: 0;
}

.width150 {
    width: 150px;
    padding: 0;
}

.width145 {
    width: 145px;
    padding: 0;
}

.width177 {
    width: 177px;
    padding: 0;
}

.width180 {
    width: 180px;
    padding: 0;
}

.width184 {
    width: 184px;
    padding: 0;
}

.width193 {
    width: 193px;
    padding: 0;
}

.width130 {
    width: 130px;
    padding: 0;
}

.width125 {
    width: 125px;
    padding: 0;
}

.width115 {
    width: 115px;
    padding: 0;
}

.width_85_percent {
    width: 85%;
    padding: 0;
}

.width100 {
    width: 100px !important;
    padding: 0;
}

.width55 {
    width: 55px;
    padding: 0;
}

.width65 {
    width: 65px;
    padding: 0;
}

.width400 {
    width: 400px;
    padding: 0;
}

.button_margin_6 {
    margin-left: 6px;
}
/*--begin ListBox--*/
.listbox_default {
    width: 300px;
    height: 325px;
}
/*--end ListBox--*/
/*--end button--*/
/*--begin DropDownList--*/
.select {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    padding: 6px;
    line-height: 32px;
}

.select_230 {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    padding: 6px;
    line-height: 32px;
    width: 230px;
}

.select_177 {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    padding: 6px;
    line-height: 32px;
    min-width: 177px;
    max-width: 250px;
}

.select_180 {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    padding: 6px;
    line-height: 32px;
    min-width: 180px;
    max-width: 250px;
}

.select_130 {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    padding: 6px;
    line-height: 32px;
    min-width: 130px;
    max-width: 235px;
}

.select_175 {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    padding: 6px;
    line-height: 32px;
    min-width: 130px;
    max-width: 175px;
}

.select_25 {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    line-height: 25px;
    padding: 6px;
}
/*--end DropDownList--*/

/*begin TextBox*/
.txt_125 {
    width: 115px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_175 {
    width: 165px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_176 {
    width: 166px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_125 {
    width: 115px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_200 {
    width: 190px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_295 {
    width: 285px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_248 {
    width: 238px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_250 {
    width: 240px;
    padding-left: 10px;
    height: 30px;
    color: #444;
    margin-left: 0px;
}

.txt_230 {
    width: 220px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_227 {
    width: 217px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_226 {
    width: 216px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_220 {
    width: 210px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_209 {
    width: 199px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_185 {
    width: 175px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_180 {
    width: 170px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_145 {
    width: 135px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_130 {
    width: 120px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_118 {
    width: 108px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_100 {
    width: 90px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_75 {
    width: 65px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_50 {
    width: 40px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_65 {
    width: 55px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_55 {
    width: 45px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_43 {
    width: 33px;
    padding-left: 10px;
    height: 30px;
    color: #444;
}

.txt_default {
    height: 30px;
    padding-left: 10px;
    outline: 1px solid grey;
}

.txt_mult_default {
    width: 300px;
    height: 150px;
    padding-left: 10px;
    border-color: lightgray;
    border-style:solid;
    outline: none;
}
/*end TextBox*/
/*--begin calendar--*/
.icon_calendar_205:hover {
    cursor: pointer;
}

.icon_calendar_150:hover {
    cursor: pointer;
}

.icon_calendar_100:hover {
    cursor: pointer;
}

.icon_calendar_205 {
    background: url(../../images/icon_calendar.png) no-repeat 205px center;
}

.icon_calendar_150 {
    background: url(../../images/icon_calendar.png) no-repeat 150px center;
}

.icon_calendar_100 {
    background: url(../../images/icon_calendar.png) no-repeat 100px center;
}

.icon_clear {
    width: 37px;
    height: 34px;
    line-height: 34px;
    background: url(../../images/icon_filter.png)no-repeat right center;
    background-color: #363636;
    border: 1px solid #356385;
    cursor: pointer;
}
/*--end calendar--*/
#header .logo {
    cursor: pointer;
    height: 80px;
    width: 210px;
    float: left;
    background: url(../../images/withoutwire_logo.png) no-repeat right top #363636;
    text-indent: -99999px;
}

#header .rightHeader .boxlogin {
    float: right;
    position: relative;
    text-align: right;
    line-height: 37px;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
}

    #header .rightHeader .boxlogin #sites {
        border-width: 0px;
        border-style: solid;
        border-color: #CE531A;
        background-color: #333333;
        display: none;
        position: absolute;
        right: 60px;
        text-align: center;
        top: 40px;
        width: 190px;
        z-index: 1;
        height: 130px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

    #header .rightHeader .boxlogin #login {
        border-width: 0px;
        border-style: solid;
        border-color: #CE531A;
        background-color: #333333;
        display: none;
        position: absolute;
        right: 190px;
        text-align: right;
        top: 40px;
        width: 200px;
        z-index: 1;
        height: 130px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

    #header .rightHeader .boxlogin #support {
        border-width: 0px;
        border-style: solid;
        border-color: #CE531A;
        background-color: #333333;
        display: none;
        position: absolute;
        right: 0px;
        text-align: right;
        top: 40px;
        width: 190px;
        z-index: 1;
        height: 130px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

    #header .rightHeader .boxlogin #login .icon_login {
        background: url(../../images/icon_login.png) no-repeat center top;
        width: 8px;
        height: 6px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    #header .rightHeader .boxlogin #sites .icon_login {
        background: url(../../images/icon_login.png) no-repeat center top;
        width: 8px;
        height: 6px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

.siteDropDown {
    width: 145px;
    border-radius: 5px;
    border-color: #CE531A;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    background: #CE531A;
    position: absolute;
    right: 22px;
}

#header .rightHeader .boxlogin a {
    width: 145px;
    float: left;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    background: #CE531A;
    border-radius: 5px;
    position: absolute;
    right: 22px;
}

.boxlogin a:hover {
    background: #ED7D31 !important;
}

.icon_site, .icon_avatar, .icon_help {
    width: 37px;
    height: 37px;
    display: inline-block;
    cursor: pointer;
}

.icon_site {
    background: url(../../images/icon_site.png) no-repeat 0 0;
    margin-left: 8px;
}

.icon_avatar {
    background: url(../../images/icon_avatar.png) no-repeat 0 0;
    margin-left: 8px;
}

.icon_help {
    background: url(../../images/icon_help.png) no-repeat 0 0;
    margin-left: 8px;
}

.icon_disabled {
    cursor: default;
}
/*--end haeder--*/
#a-column li {
    list-style: none;
}

#a-column {
    width: 220px;
    float: left;
    min-height: 200px;
    background-color: #363636;
    display: inline-block;
    z-index: 1;
    position: relative;
}

    #a-column .menuleft {
        width: 100%;
        float: left;
    }
    /* new menu*/
    #a-column #ctl00_WoWWebExplorerBar {
        overflow: inherit !important;
        border-top: 1px solid #d9d9d9;
    }

    #a-column .ig_Control {
        background-color: transparent;
        overflow: inherit !important;
    }

    #a-column .igeb_GroupContents {
        width: 100%;
        float: left;
        visibility: visible !important;
    }

        #a-column .igeb_GroupContents .igeb_Holder {
            width: 100%;
            float: left;
            border-bottom: 1px solid #d9d9d9;
            position: relative;
            font-size: 14px;
            text-align: left;
            font-family: 'Noto Sans', sans-serif;
            background-color: #CE531A;
        }

    #a-column li .igeb_Group img {
        float: left;
        margin-left: 4px;
        margin-top: 21px;
        padding-right: 10px;
        position: absolute;
        z-index: 1;
    }

    #a-column .igeb_GroupContents .igeb_Holder a.igeb_GroupLink {
        color: #fff;
        padding-top: 16px;
        padding-bottom: 19px;
        list-style: none;
        width: 192px;
        display: inline-block;
        padding-left: 15px;
        font-size: 14px;
        text-align: left;
        font-family: 'Noto Sans', sans-serif;
    }

    #a-column .igeb_GroupHover {
        background-color: #ED7D31;
    }

    #a-column .igeb_GroupSelected {
        background-color: #ED7D31 !important;
    }

    #a-column .igeb_GroupContents .igeb_GroupContents {
        position: absolute;
        top: 0;
        width: 225px;
        left: 220px;
        padding-left: 10px;
        background: url(../../images/bg_supmenu.png) no-repeat left top;
        margin-left: 0;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-top: 5px;
        z-index: 9999;
    }

    #a-column .igeb_GroupContents .igeb_Holder ul li.igeb_Holder {
        color: #FFFFFF;
        float: left;
        font-family: 'Noto Sans', sans-serif;
        font-size: 13px;
        list-style: none outside none;
        position: relative;
        text-align: left;
        width: 100%;
        border: 0;
    }

    #a-column .igeb_GroupContents li.igeb_Holder .igeb_ItemLabel {
        color: #fff;
        float: left;
        list-style: none;
        padding-left: 15px;
    }

    #a-column .igeb_GroupContents li.igeb_Holder .igeb_ItemParent a.igeb_ItemLink {
        color: #fff;
        float: left;
        list-style: none;
        background: url(../../images/icon_row_leftmenu.png) no-repeat 1px 13px;
    }

    #a-column .igeb_GroupContents .igeb_Holder ul li.igeb_Holder .igeb_Item {
        padding: 0 !important;
    }

    #a-column .igeb_GroupContents .igeb_Holder ul li.igeb_Holder a {
        color: #FFFFFF;
        float: left;
        padding: 9px 2px;
        width: 223px;
        font-size: 13px;
        font-family: 'Noto Sans', sans-serif;
    }

        #a-column .igeb_GroupContents .igeb_Holder ul li.igeb_Holder a:hover {
            background-color: #ED7D31 !important;
            color: #FFFFFF !important; /*font-weight: bold;*/
        }

    #a-column ul.igeb_GroupContents li div.igeb_ItemSelected {
        background-color: #ED7D31 !important; /*font-weight: bold;*/
        display: inline-block;
    }

    #a-column ul.igeb_GroupContents li div.igeb_ItemDefault {
        background-color: transparent !important; /*font-weight: bold;*/
        display: inline-block;
        padding-left: 0 !important;
    }

    #a-column li.igeb_Holder div.igeb_Group .igeb_GroupSelected {
        background-color: #ED7D31 !important; /*font-weight: bold;*/
        display: inline-block;
    }

    #a-column ul.igeb_GroupContents li div.igeb_ItemSelected a {
        color: #FFFFFF !important;
    }

    #a-column ul.igeb_GroupContents li div.igeb_ItemDefault a {
        color: #FFFFFF !important;
    }

    #a-column ul li ul.igeb_GroupContents, #a-column ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents, #a-column ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents, #a-column ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents, #a-column ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents {
        width: 225px;
        display: none;
    }

    #a-column ul.igeb_GroupContents li ul.igeb_GroupContents li ul.igeb_GroupContents {
        display: none;
    }

    #a-column ul.igeb_GroupContents li.igeb_Holder ul.igeb_GroupContents li.igeb_Holder ul.igeb_GroupContents li.igeb_Holder ul.igeb_GroupContents {
        display: none;
    }

    #a-column ul.igeb_GroupContents li:hover ul.igeb_GroupContents {
        display: block;
        z-index: 9999;
    }

        #a-column ul.igeb_GroupContents li:hover ul.igeb_GroupContents li:hover ul.igeb_GroupContents {
            display: block;
            z-index: 9999;
        }

            #a-column ul.igeb_GroupContents li:hover ul.igeb_GroupContents li:hover ul.igeb_GroupContents li:hover ul.igeb_GroupContents {
                display: block;
                z-index: 9999;
            }

    #a-column .igeb_GroupContents .igeb_GroupContents .igeb_GroupContents {
        background: url(../../images/bg_supmenu.png) no-repeat 10px 0;
        left: 220px;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 5px;
        position: absolute;
        top: 0;
        padding-bottom: 10px;
        padding-top: 5px;
        width: 230px;
    }

        #a-column .igeb_GroupContents .igeb_GroupContents .igeb_GroupContents .igeb_GroupContents {
            background: url(../../images/bg_supmenu.png) no-repeat 10px 0;
            left: 230px;
            margin-left: 0;
            padding-left: 8px;
            padding-right: 8px;
            position: absolute;
            top: 0;
            padding-bottom: 10px;
            padding-top: 10px;
            width: 230px;
        }
    /*end new menu*/

    #a-column .menuleft .list {
        width: 100%;
        float: left;
        position: relative;
        font-size: 14px;
        text-align: left;
        font-family: 'Noto Sans', sans-serif;
    }

        #a-column .menuleft .list a.item {
            color: #fff;
            float: left;
            padding-top: 16px;
            padding-bottom: 19px;
            list-style: none;
            background: url(../../images/icon_row_leftmenu.png) no-repeat 13px 21px;
            padding-left: 24px;
        }

            #a-column .menuleft .list a.item.active, #a-column .menuleft .list a:hover {
                background-color: #ED7D31;
            }

        #a-column .menuleft .list:hover {
            background-color: #ED7D31;
        }

.supmenu, .supmenu_2 {
    width: 200px;
    position: absolute;
    top: 0;
    display: none;
}

.supmenu_2 {
    left: 190px;
    padding-left: 13px;
}

.supmenu {
    left: 200px;
    padding-left: 7px;
}

    .supmenu .icon_rowbig {
        width: 7px;
        height: 17px;
        display: inline-block;
        background: url(../../images/rowbig_menuleft.png) no-repeat 0 0;
        position: absolute;
        top: 18px;
        left: 0;
    }

.supmenu_2 .icon_rowbig {
    top: 10px;
    left: 6px;
}

li:hover .supmenu, ul li ul li:hover .supmenu_2 {
    display: block;
}

.supmenu ul, .supmenu_2 ul {
    float: left;
    background-color: #363636;
    padding: 5px;
    width: 190px;
}

    .supmenu ul li, .supmenu_2 ul li {
        font-size: 13px;
        text-align: left;
        font-family: 'Noto Sans', sans-serif;
        list-style: none;
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
    }

        .supmenu ul li a.row {
            background: url(../../images/icon_row_leftmenu_sup.png) no-repeat 175px 15px;
        }

        .supmenu ul li a, .supmenu_2 ul li a {
            padding-right: 15px;
            float: left;
            color: #fff;
            padding-left: 15px;
            padding-top: 9px;
            padding-bottom: 9px;
            width: 160px;
        }

            .supmenu li a:hover, .supmenu ul li a.active, .supmenu_2 li a:hover, .supmenu_2 ul li a.active, .supmenu ul li:hover a.row {
                background-color: #ffffff !important;
                color: #363636 !important;
                font-weight: bold;
            }
/*--end left--*/
#content {
    margin-left: 235px;
    min-height: 200px;
    height: 100%;
    box-sizing: border-box;
    margin-right: 20px;
}

.title_map {
    height: 6%;
    line-height: 44px;
    font-size: 13px;
    color: #363636;
    text-align: left;
    font-weight: bold;
    border-width: 0px;
    border-style: solid;
    border-color: black;
}

    .title_map a {
        font-weight: normal;
        color: #363636;
        font-size: 13px;
    }

.content {
    height: 92%;
    box-sizing: border-box;
    min-height: 400px;
}

/*--begin Receiving Console--*/

.header_page {
    float: left;
    width: 100%;
}

.header_page_70_percent {
    float: left;
    width: 70%;
}

.page_background_default {
    background-color: #e6e6e6;
    border: solid 1px #d9d9d9;
    color: #444;
}

.page_background_white {
    background-color: #FFF;
}

    .page_background_white input {
        background-color: #FFF;
    }

.box_border_left_right_bottom {
    background-color: #f1f6f9;
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}

.box_border_left_top_right {
    background-color: #f1f6f9;
    border-left: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
}

.title_first {
    line-height: 57px;
    float: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #363636;
    font-size: 13px;
}

.titleheight_first {
    display: inline-block;
    line-height: 27px;
}

    .titleheight_first span {
        padding-left: 5px;
        padding-right: 15px;
    }

.titleheight {
    vertical-align: middle;
    display: inline-block;
    line-height: 27px;
    padding-left: 40px;
}

.title_padding_left_30 {
    display: inline-block;
    line-height: 27px;
    padding-left: 30px;
}

.titleheight span {
    padding-left: 5px;
}

.title_second {
    line-height: 57px;
    background-color: transparent;
    float: left;
    width: 100%;
}

    .title_second span {
        padding-left: 5px;
    }

.title_status {
    float: left;
    padding-left: 23px;
}

    .title_status span {
        padding-left: 5px;
    }

.title_dropbox {
    float: left;
    padding-left: 72px;
}

.title_filter_console {
    float: left;
    padding-top: 20px;
    width: 100%;
}

.title_filter_console_first {
    color: #5d5d5d;
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    padding-bottom: 20px;
}

/*--end Receiving Console--*/

/*--begin Receiving Assignments--*/

.button_forward {
    background-color: #e4e4e4;
    width: 65px;
    height: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    margin-bottom: 2px;
    cursor: pointer;
}

.button_forward_all {
    color: #ffffff;
    background-color: #CE531A;
    width: 65px;
    height: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    cursor: pointer;
}
.button_forward:hover {
    background-color: #C9C9C9;
}
.button_forward_all:hover {
    background-color: #ED7D31;
}


/*--end Receiving Assignments--*/

/*--begin Receiving Assignments by User--*/

.hyperLink_title:hover {
    //cursor: pointer;
    //text-decoration: underline;
}

.hyperLink_title {
    color: #363636;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: underline;
}

.hyperLink_title_hr {
    border-bottom: 1px solid #d5d8dd;
}

.padding_bottom5 {
    padding-bottom: 5px;
}

.padding_bottom10 {
    padding-bottom: 10px;
}

.button_forward {
    background-color: #e4e4e4;
    width: 65px;
    height: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    margin-bottom: 2px;
}

.button_delete {
    cursor: pointer;
    color: #ffffff;
    background-color: #CE531A;
    width: 65px;
    height: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    margin: 2px;
}

.button_forward_all {
    color: #ffffff;
    background-color: #CE531A;
    width: 65px;
    height: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
}

.title_select_user {
    float: left;
    padding-top: 5px;
}

.padding_left_right_top {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
}

/*--end Receiving Assignments by User--*/

/*--begin Process Receipt*/
.title_column_a {
    width: 49%;
    float: left;
    text-align: right;
    padding-right: 1%;
}

.column_a_border-right {
    border-right: 1px solid #d5d8dd;
}

.title_column_b {
    width: 49%;
    float: left;
    text-align: left;
}

.title_column_b_padding_left {
    padding-left: 1%;
}

.column_b_border-left {
    border-left: 1px solid #d5d8dd;
}

.title_column_c {
    width: 49%;
    float: left;
}

.title_column_header {
    float: left;
    width: 100%;
}

.title_column_header_width_60 {
    width: 60%;
    margin-left: 20%;
}

.title_margin_top_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title_bin_number {
    float: left;
    padding-top: 5px;
}

.icon_summary:hover {
    cursor: pointer;
}

.icon_summary {
    background: url(../../images/icon_row_show.png) no-repeat;
    width: 21px;
    height: 20px;
    float: left;
    text-align: left;
    padding-right: 5px;
    border: 0;
}

.icon_summary_180_degrees:hover {
    cursor: pointer;
}

.icon_summary_180_degrees {
    background: url(../../images/icon_row_show.png) no-repeat;
    width: 21px;
    height: 20px;
    float: left;
    text-align: left;
    padding-right: 5px;
    border: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.textbox20 {
    height: 20px;
    margin-top: 8px;
    padding-left: 10px;
}

.textbox_20 {
    height: 20px;
}

.hyperLink_header_hr {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 5px;
    margin-top: 10px;
}

.title_summary {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 5px;
    color: #5d5d5d;
    font-size: 18px;
}

.title_summary_data {
    float: left;
    text-align: right;
}

.title_button {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.clear-fix {
    clear: both;
}

.select250 {
    width: 250px;
    line-height: 30px;
    padding: 8px;
}

.select215 {
    width: 215px;
    line-height: 30px;
    padding: 8px;
}

.select_254 {
    width: 254px;
    line-height: 30px;
    padding: 8px;
}

.select_180 {
    width: 180px;
    line-height: 30px;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    padding: 8px;
}

    .select_180 option {
        font-size: 13px;
        font-family: 'Noto Sans', sans-serif;
    }

.select_190 {
    width: 190px;
    line-height: 30px;
    padding: 8px;
}

.select_200 {
    width: 200px;
    line-height: 30px;
    padding: 8px;
}

.select_228 {
    width: 228px;
    line-height: 30px;
    padding: 8px;
}

.select_150 {
    width: 150px;
    line-height: 30px;
    padding: 8px;
}

.select_100 {
    width: 100px;
    line-height: 30px;
    padding: 8px;
}

.width75 {
    width: 75px;
    padding: 0;
}

.width103 {
    width: 103px;
    padding: 0;
}

.title_column_a.fixline-height {
    line-height: 34px;
}
/*--end Process Receipt*/
/*--begin Vendor Maintenance--*/
.edit_button {
    font-size: 13px;
    color: #363636;
    text-decoration: underline;
    text-transform: uppercase;
}

.title_vendor {
    font-size: 13px;
    color: #919293;
}

.textbox_search {
    border: 1px solid #999999;
    padding-left: 10px;
    margin: 0;
}

.btn_search {
    margin-left: -5px;
}
/*--end Vendor Maintenance--*/
/*--begin Inventory Adjustment--*/
.titleheight_20 {
    padding-left: 20px;
    margin-top: 12px;
}

.box_list_padding_left_10 {
    padding-left: 10px;
    margin-top: 12px;
    float: left;
    line-height: 32px;
}

.box_list_text_32 {
    padding-left: 20px;
    margin-top: 12px;
    float: left;
    line-height: 32px;
}

    .box_list_text_32.margin-top {
        margin-top: 18px;
        padding-left: 5px;
    }

.box_list_padding_left_10.margin-top {
    margin-top: 18px;
    padding-left: 5px;
}

.no_margin {
    margin: 0 !important;
}

.title_first_60 {
    height: 60px;
    border: 1px solid #d9d9d9;
    margin-top: 15px;
}

.title_first_60_no_border {
    height: 60px;
    margin-top: 15px;
}

.box_column_a {
    width: 39%;
    float: left;
    text-align: right;
    padding-right: 1%;
}

.box_column_a_8_percent {
    width: 13%;
    float: left;
    text-align: right;
    padding-right: 1%;
}

.box_column_b {
    width: 59%;
    float: left;
    text-align: left;
}

.row_column_c {
    width: 60%;
    float: left;
    text-align: left;
}

.box_column_a.fixline-height {
    line-height: 34px;
}

.box_column_a_8_percent.fixline-height {
    line-height: 34px;
}

.box_column_b.fixline-height {
    line-height: 34px;
}

.title_height_first span {
    padding-left: 5px;
}
/*--end Inventory Adjustment--*/
.ErrorText {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #ff3300;
    font-weight: bold;
    text-align: left;
}

.padding_left_40_percent {
    padding-left: 40%;
}

.padding_left_35_percent {
    padding-left: 35%;
}

.padding_left_30_percent {
    padding-left: 30%;
}

.padding_left_20_percent {
    padding-left: 20%;
}

.padding_left_27_5_percent {
    padding-left: 27.5%;
}

.padding_left_4 {
    padding-left: 4px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-left20 {
    padding-left: 20px;
}

.padding-left15 {
    padding-left: 15px;
}

.padding-left5 {
    padding-left: 5px;
}

.padding-left30 {
    padding-left: 30px;
}

.padding-left36 {
    padding-left: 36px;
}

.padding-left40 {
    padding-left: 40px;
}

.padding_left_53 {
    padding-left: 53px;
}

.padding_left_64 {
    padding-left: 64px;
}

.padding-left_110 {
    padding-left: 110px;
}

.padding-left75 {
    padding-left: 75px;
}

.padding-left80 {
    padding-left: 80px;
}

.padding-left83 {
    padding-left: 83px;
}

.padding-left87 {
    padding-left: 87px;
}

.padding-left90 {
    padding-left: 90px;
}

.padding-left100 {
    padding-left: 100px;
}

.padding-left120 {
    padding-left: 120px;
}

.padding-left250 {
    padding-left: 250px;
}

.padding-left280 {
    padding-left: 280px;
}

.padding-left58percent {
    padding-left: 58%;
}

.padding-left75percent {
    padding-left: 75%;
}

.padding-right_10 {
    padding-right: 10px;
}

.padding-right_4 {
    padding-right: 4px;
}

.margin_left_15_percent {
    margin-left: 15%;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.padding-top5 {
    padding-top: 5px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-top40 {
    padding-top: 40px;
}

.width_39_percent {
    width: 39%;
}

.width60Percent {
    width: 60%;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-left50 {
    margin-left: 50px;
}

.width65Percent {
    width: 65%;
}

.width70Percent {
    width: 70%;
}

.width90Percent {
    width: 90%;
}

.selectAll_Footer {
    margin-left: 170px;
    margin-top: 20px;
    text-align: left;
}

.title_padding_top_5 {
    padding-top: 5px;
    width: 100%;
    float: left;
}

.title_padding_top_10 {
    padding-top: 10px;
    width: 100%;
    float: left;
}

.title_delete_order_first {
    text-align: right;
    width: 155px;
    float: left;
    padding-left: 30px;
}

    .title_delete_order_first span {
        padding-right: 0;
    }

.title_OrderFulfillmentDetail {
    background-color: #F1F6F9;
    color: #363636;
    float: left;
    font-size: 13px;
    margin-left: 53px;
    padding-bottom: 6px;
    padding-left: 138px;
    padding-top: 6px;
    width: 76%;
    margin-bottom: 30px;
}

.title_order_shipment_first {
    text-align: right;
    width: 155px;
    float: left;
    padding-left: 30px;
    font-weight: bold;
}

.order_shipment_warp {
    margin-top: 15px;
    margin-left: 5%;
    width: 90%;
}

.margin-right4 {
    margin-right: 4px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right15 {
    margin-right: 15px;
}

/*--begin Manufacturing Detail--*/


.title_margin_bottom_10 {
    float: left;
    margin-bottom: 10px;
}

.title_margin_top_10 {
    text-align: left;
    margin-top: 10px;
}

.title_padding_left_10 {
    float: left;
    padding-left: 10px;
}
/*--end Manufacturing Detail--*/

/*--begin Manufacturing Console--*/

.title_margin_left_19 {
    margin-left: 19px;
}

.title_margin_left_22 {
    margin-left: 22px;
}

/*--end Manufacturing Console--*/

/*--begin Outbound--*/
.float-right {
    float: right;
}

.box-rowa, .box-rowb, .box-rowc, .box-rowd, .box-row_49, .box-row_50, .box-row40percent, .box-row_30, .box-row_100_percent {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    line-height: 34px;
}

.box-rowa {
    width: 27%;
}

.box-rowb {
    width: 26%;
}

.box-rowc-c {
    width: 47%;
    float: left;
}

.box-rowc {
    width: 35%;
}

.box-rowd {
    width: 63%;
}

.box-row40percent {
    width: 40%;
}

.box-row_50 {
    width: 50%;
}

.box-row_49 {
    width: 49%;
}

.box-row_40_percent {
    width: 40%;
    float: left;
    line-height: 34px;
}

.box_row_35_percent {
    width: 35%;
    float: left;
    line-height: 34px;
}

.box-row_30 {
    width: 30%;
}

.box-row_27_percent {
    line-height: 34px;
    width: 27%;
}

.box_row_20_percent {
    width: 20%;
    float: left;
    line-height: 34px;
}

.box-row_7_percent {
    line-height: 34px;
    width: 7%;
}

.box_row_19_percent {
    width: 19%;
    line-height: 34px;
}

.box-row_36_percent {
    float: left;
    line-height: 34px;
    width: 36%;
}

.box-row_33_percent {
    float: left;
    line-height: 34px;
    width: 33%;
}

.box-row_36_percent.fixline-height {
    line-height: 34px;
}

.box-row_30_percent {
    width: 30%;
    float: left;
    line-height: 34px;
}

.box-row_31_percent {
    width: 31%;
    float: left;
    line-height: 34px;
}

.box-row_27_percent {
    width: 27%;
    float: left;
    line-height: 34px;
}

.box-row_100_percent {
    width: 100%;
}

.box-row_49_percent {
    width: 49%;
    float: left;
}

    .box-row_49_percent.fixline-height {
        line-height: 34px;
    }

.margin {
    margin: 0 !important;
}
/*--end MOutbound--*/
.header_background {
    /*background-color: #FFFFFF;*/
    /*color: #363636;*/
    padding: 5px;
}

.header_background_no_padding {
    background-color: #F1F6F9;
    color: #363636;
}

input, select {
    /*border: 1px solid #dedede;*/
    border: 1px solid #c7c7c7;
}

.margin_auto {
    margin: auto;
}

.payment_plan_column1 {
    height: 30px;
    width: 20%;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 0px;
}

.payment_plan_column2 {
    height: 30px;
    width: 20%;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 0px;
}

.payment_plan_column3 {
    height: 30px;
    width: 20%;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 0px;
}

.payment_plan_column4 {
    height: 30px;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 0px;
}
.payment_setting_column1 {
    height: 30px;
    width: 20%;
    text-align: right;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 0px;
}
.payment_setting_column2 {
    height: 30px;
    width: 20%;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 0px;
}
.payment_plan_label {
    padding: 0px;
    margin: 0px;
    height: 20px;
}

.payment_plan_text {
    padding: 0px;
    margin: 0px;
    height: 25px;
}

.edit_user_column1 {
    width: 200px;
    text-align: right;
    float: left;
    padding-right: 10px;
}

.edit_user_column2 {
    width: 250px;
    text-align: right;
    float: left;
    padding-right: 8px;
}

#table_editgroup {
    border: 1px solid #CDDBE6;
}

.title_header_second {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    padding-bottom: 10px;
}

#selectColumn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
}
/*Bread crumbs style*/
.BreadCrumbsSubSub a, .BreadCrumbsSub a {
    color: white;
}

.BreadCrumbsSubSub {
    background-color: #363636;
    overflow: hidden;
    position: absolute;
    width: 300px;
    z-index: 199;
    cursor: pointer;
    padding: 5px;
    margin: 20px;
    color: white;
    width: auto;
    min-width: 200px;
}

.BreadCrumbsSub {
    background-color: #363636;
    overflow: hidden;
    position: absolute;
    width: auto;
    min-width: 200px;
    z-index: 99;
    top: 18px;
    left: 0px;
    padding: 8px;
    color: white;
}

.BreadCrumbsRoot {
    cursor: pointer;
    position: relative;
}


li.active {
    background: #ED7D31;
    color: white;
}

.top-left {
    top: 265px !important;
    left: 605px !important;
}

.title_second_2nd {
    background-color: rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#divForListbox .lbjs {
    border-radius: 0px;
    width: 300px;
    text-align: left;
}

#header {
    height: 80px;
    width: 100%;
    margin: auto;
    background-color: #363636;
}

#main {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
}

/* default styles here for older browsers. 
I tend to go for a 600px - 960px width max but using percentages
*/
@media only screen and (min-width:960px) {
    #header {
        width: 100%;
        margin: auto;
        background-color: #363636;
    }

        /* styles for browsers larger than 960px; */
        #header .rightHeader {
            float: right;
            margin-top: 17px;
            margin-right: 25px;
            width: 50%;
        }

    #main {
        width: 100%;
        height: 90%;
        box-sizing: border-box;
    }
}

@media only screen and (min-width:1440px) {
    /* styles for browsers larger than 1440px; */
}

@media only screen and (min-width:2000px) {
    /* for sumo sized (mac) screens */
}

@media only screen and (max-device-width:480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    #header {
        width: 1325px;
        margin: auto;
        background-color: #363636;
    }

    #main {
        width: 100%;
        height: 90%;
        box-sizing: border-box;
    }

    #header .rightHeader {
        float: right;
        margin-right: 25px;
        margin-top: 17px;
        width: 50%;
    }
}

@media only screen and (width:768px) {
    /* default iPad screens */
    #main {
        width: 100%;
        height: 90%;
        box-sizing: border-box;
    }

    #header {
        height: 80px;
        width: 1325px;
        margin: auto;
        background-color: #363636;
    }

        #header .rightHeader {
            float: right;
            margin-right: 25px;
            margin-top: 17px;
            /*width: 50%;*/
        }

    input, textarea, button {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

        input[type=checkbox] {
            -moz-appearance: checkbox;
            -webkit-appearance: checkbox;
            background: transparent;
        }
}

@media only screen and (width:1024px) {
    input, textarea, button {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

        input[type=checkbox] {
            -moz-appearance: checkbox;
            -webkit-appearance: checkbox;
            background: transparent;
        }
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    #main {
        width: 100%;
        height: 90%;
        box-sizing: border-box;
    }

    #header {
        height: 80px;
        width: 1325px;
        margin-top: 17px;
        margin: auto;
        background-color: #363636;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
    #main {
        width: 100%;
        height: 90%;
        box-sizing: border-box;
    }

    #header {
        height: 80px;
        width: 1325px;
        margin-top: 17px;
        margin: auto;
        background-color: #363636;
    }

        /* For landscape layouts only */
        #header .rightHeader {
            float: right;
            margin-right: 25px;
            /*width: 50%;*/
        }
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall */
* html .ui-autocomplete {
    height: 200px;
}

#divInvalidList .editable {
    height: 30px;
}
/*
Dialog css
*/
.dialog_form {
    height: 450px;
}

    .dialog_form ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

.dialog_form_background {
    float: left;
    display: inline-block;
    background: #ed7d31;
}

.dialog_form_content {
    float: left;
    margin-left: 10px;
    height: 440px;
    padding-left: 10px;
    padding-right: 10px;
}

    .dialog_form_content div.box-content p {
        line-height: 22px;
        padding-top: 5px;
    }

    .dialog_form_content div.envelope256-image {
        background: url(../../Content/images/envelope256.png) no-repeat 0 0;
        z-index: 1;
        height: 400px;
        width: 250px;
        float: left;
        margin-left: -50px;
        margin-top: -50px;
    }

    .dialog_form_content p.button-blue {
        background-color: #2F5597;
        color: #FFFFFF;
        float: left;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 142px;
        margin-left: 5px;
        margin-right: 5px;
    }

.dialog_form_header {
    float: left;
    width: 620px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.dialog_form_title {
    float: left;
    width: 300px;
    font-size: 16px;
    color: #363636;
}

.dialog_form_button_close {
    float: right;
    width: 13px;
    border-style: none;
}

.font_black {
    color: #000;
    font-size: 13px;
}

.width96percent {
    width: 96%;
}

.ui-dialog-buttonset .showcss {
    font-family: 'Noto Sans', sans-serif;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0.5em 0.4em 0.5em 0;
    width: 150px;
    color: #FFF;
    font-size: 16px;
}

.ui-dialog-buttonset #dialogYes {
    background: #ED7D31;
    border: 1px solid #ED7D31;
    color: #FFF;
    font-size: 16px;
}

.ui-dialog-buttonset #dialogNo {
    background: #AFABAB;
    border: 4px solid #AFABAB;
    color: #FFF;
    font-weight: normal;
}

.ui-dialog-buttonset .hidecss {
    display: none;
}

.ui-dialog-titlebar {
    float: right;
    border: 0;
    padding: 0;
}

.ui-dialog-titlebar-close {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 999;
}

.ui-dialog-buttonpane.override {
    margin-top: 0px !important;
    border: 0px;
}

.import-page-title {
    display: inline-block;
    padding: 10px 0px 20px;
    width: 98%;
}


    .import-page-title div.title_first {
        color: #363636;
        float: left;
        font-weight: bold;
        font-size: 16px !important;
        line-height: 15px;
        padding-bottom: 6px;
        padding-top: 6px;
        width: 100%;
    }

    .import-page-title h1 {
        color: #000000;
        font-family: 'Noto Sans', sans-serif;
        font-size: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

.import-page-right-column {
    background-color: #d9d9d9;
    float: left;
    font-size: 1em;
    height: 180px;
    margin-left: 2%;
    margin-top: 5px;
    padding: 5px 15px;
    width: 200px;
    margin-left: 180px;
    height: auto;
}

    .import-page-right-column .heading {
        font-weight: bold;
    }

    .import-page-right-column p {
        padding-bottom: 20px;
    }

    .import-page-right-column .export-section p {
        text-align: center;
        padding-bottom: 5px;
    }

.importPageContent table input[type="radio"] {
    opacity: 1;
    margin: 0;
    position: relative;
}

input[type="text"].input-validation-error {
    border: 1px solid #e80c4d;
}

.bt-browse {
    width: 90px;
    height: 35px;
    display: inline-block;
    background: url(img_br.png) no-repeat 0px 0px;
    cursor: pointer;
    overflow: hidden;
}

    .bt-browse .browse {
        cursor: pointer;
        opacity: 0;
        height: 35px;
        width: 90px;
        filter: alpha(opacity=0) /*for IE5-7*/;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" /*for IE5-8*/;
    }

span.fileName {
    display: inline-block;
    line-height: 32px;
}

.paragraph-waiting-image {
    height: 30px;
    margin-left: 20px;
    margin-top: 25px;
    width: 150px;
    background: url(uploading.gif) no-repeat 0 0;
    z-index: 1;
}

.loading-grid {
    height: 20px;
    width: 150px;
    background: url(uploading.gif) no-repeat 0 0;
}

.lblMsg {
    padding-bottom: 10px;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.7 !important;
}

button.ui-datepicker-close {
    display: none;
}

button.ui-datepicker-current {
    background: #acacac !important;
    color: #555555 !important;
    font-weight: bold !important;
}

    button.ui-datepicker-current:hover {
        color: #000 !important;
        border: solid 1px #000 !important;
    }

/* Account Manager style */
.box-left-Alerts, .box-left-Alerts-2 {
    width: 530px;
    float: left;
}

.box-left-Alerts {
    width: 33%;
    float: left;
}

.box-left-Alerts-2 {
    width: 98%;
}

div.box-content p {
    line-height: 22px;
    padding-top: 5px;
}

.box-content-right {
    background-color: #BDD7EE;
    margin-left: 70%;
    padding: 20px;
    width: 177px;
}

.box-content div.SubscriptionSelection {
    background-color: #BDD7EE;
    float: left;
    font-size: 1em;
    height: 180px;
    margin-left: 2%;
    margin-top: 5px;
    padding: 5px 15px;
    width: 370px;
}

.box-content div.ChargeSelection {
    background-color: #BDD7EE;
    font-size: 1em;
    height: 180px;
    margin-left: 50%;
    margin-top: 15px;
    padding: 5px 15px;
    width: 45%;
}

.box-content div.AccountManagement {
    background-color: #BDD7EE;
    height: 180px;
    margin-left: 50%;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 0px;
    width: 45%;
}

    .box-content div.AccountManagement li {
        margin-left: -25px;
    }

#divCalculatePricing.box-content-right {
    background-color: #BDD7EE;
    padding: 20px;
    margin-left: 45%;
    width: 420px;
    height: auto;
}

/* default styles here for older browsers. 
I tend to go for a 600px - 960px width max but using percentages
*/
@media only screen and (min-width:960px) {
    .main-box {
        width: 76.2%;
    }

    .box-content {
        display: block;
        position: relative;
    }

    .jqplot-target {
        margin-left: 0;
    }

    .box-content div.SubscriptionSelection {
        width: 50%;
    }

    /* styles for browsers larger than 960px; */
}

@media only screen and (width:768px) {
    .box-content {
        width: 100%;
        display: block;
        position: relative;
    }

        .box-content div.AccountManagement {
            margin-left: 40%;
            width: 50%;
            margin-top: 20px;
        }
}

.box-content-right-AM {
    background-color: #BDD7EE;
    margin-left: 70%;
    padding: 20px;
    width: 177px;
}

#divCalculatePricing.box-content-right-AM {
    background-color: #BDD7EE;
    padding: 20px;
    margin-left: 45%;
    width: 420px;
    height: auto;
}


.subscription-settings {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 5px;
    width: 340px;
    padding-right: 7px;
}

    .subscription-settings h1 {
        font-size: 20px;
    }

.subscription-settings {
    margin-left: 5px;
    margin-right: 20px;
    float: left;
}

    .subscription-settings ul {
        padding-left: 30px;
    }

.main-box div.box-title {
    font-size: 14px;
    color: black;
}

h1.box-title {
    font-size: 20px;
}

#DashBoardSubscriptionSelection h1.box-title {
    margin-left: 30px;
}

.col1 label {
    padding: 6px 0px;
    margin: 12px 10px 8px 8px;
    width: 80px;
    float: left;
}

.col1 input, .col1 select {
    margin: 12px 40px 8px 8px;
    width: 200px;
    min-height: 20px;
    float: left;
}

.col1 span {
    padding: 6px 0px;
    min-height: 20px;
    float: left;
}

    .col1 span span {
        padding: 6px 0px;
        margin: 0px 0px 8px;
        min-height: 20px;
        float: left;
    }

.col2 label {
    padding: 6px 0px;
    margin: 12px 8px 8px 50px;
    width: 100px;
    float: left;
}

.col2 input {
    margin: 12px 8px 8px 8px;
    width: 200px;
    float: left;
}

.col2 span {
    padding: 6px 0px;
    margin: 25px -105px 8px;
    min-height: 20px;
    float: left;
}

/* Begin -- style for Trial, BuyWOW pages --*/
.col2_fix input, .col2_fix select {
    padding: 5px;
}

.col2_fix label {
    padding: 6px 0;
    margin: 12px 8px 8px 50px;
    width: 100px;
    float: left;
}

.col2_fix input {
    margin: 5px 8px 8px 5px;
    width: 200px;
    float: left;
}

.col2_fix span {
    padding: 6px 0;
    margin: 25px -105px 8px;
    min-height: 20px;
    float: left;
}

.dialog-col1 input, .dialog-col1 select {
    width: 150px;
    min-height: 20px;
    float: left;
    height: 30px;
}

.col1 {
    width: 50%;
    float: left;
    margin-left: 10px;
}

.btn1,
label.choose:before {
border-radius: 5px !important;
height: 26px;
    background: #CE531A !important;
    border: 1px solid #CE531A !important;
    padding: 6px 0px 0px 0px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    cursor: pointer;
    width: 100px;
    cursor: pointer !important;
}
label.choose:before {
  content: 'REPLACE';
  position: absolute;
}
label.choose:hover:before {
    background: #ED7D31 !important;
    border: 1px solid #ED7D31 !important;
    cursor: pointer !important;
}
.invis {
    visibility: hidden;
}
.gone {
    display: none !important;
}

/*Support Style*/
#MainComment {
    padding: 10px 20px 20px 20px;
    margin: 30px 30px 30px 30px;
    background-color: white;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    box-shadow: 0px 0px 5px 0px #000;
    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, white));
    background: -moz-linear-gradient(top, white 0%, white 55%, white 130%);
    /* Safari 4-5, Chrome 1-9 */
    /* IE 10 */
    background: -ms-linear-gradient(top, white 20%, white 55%, white 130%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, white, white 5%, white, white 95%, white);
}

#SupportComment {
    padding: 10px 20px 20px 20px;
    margin: 30px 100px 30px 60px;
    background-color: white;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    box-shadow: 0px 0px 5px 0px #000;
    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5));
    background: -moz-linear-gradient(top, white 0%, white 55%, #242424 130%);
    /* Safari 4-5, Chrome 1-9 */
    /* IE 10 */
    background: -ms-linear-gradient(top, white 20%, white 55%, #242424 130%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, white, white 5%, #242424, white 95%, white);
}

#ClientComment {
    padding: 10px 20px 20px 20px;
    margin: 30px 60px 30px 100px;
    background-color: white;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    box-shadow: 0px 0px 5px 0px #000;
    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5));
    background: -moz-linear-gradient(top, white 0%, white 55%, #CE5427 130%);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, top, top, from(#CE5427), color-stop(0%, white), color-stop(15%, white), color-stop(100%, #CE5427));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, white 50%, white 55%, #CE5427 130%);
    /* IE 10 */
    background: -ms-linear-gradient(top, white 50%, white 55%, #CE5427 130%);
    /* Opera 11.10+ */
    background: -o-l