﻿
/* CSS Document */
/* default css property */
/*Body, Html*/
* {
    padding: 0px;
    margin: 0px;
}

header, nav, footer, section, article {
    display: block;
    padding: 0px;
    margin: 0px;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: url(../Images/body_bg.png) repeat-x top left #c5c5c5;
}

img {
    border: 0px;
    vertical-align: top;
}

ul, li {
    list-style: none;
}

a {
    color: #003ca9;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

    a:hover {
        color: #003ca9;
        text-decoration: none;
        outline: none;
    }

p {
    font-size: 12px;
    margin: 0 0 15px 0;
    line-height: 16px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h2 {
    color: #721d60;
    font-size: 18px;
}

h3 {
    color: #393939;
    font-size: 17px;
}

hr {
    color: #f7f7f7;
}

.radio {
    width: 12px;
    height: 12px;
    vertical-align: baseline;
    border: 0;
}

.checkbox {
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 4px;
    padding: 0;
}

span.input {
    background: url(../Images/input_right.png) no-repeat top right;
    float: left;
    _float: none;
}

    span.input .input_text {
        background: url(../Images/input_left.png) no-repeat top left;
        padding: 6px 10px;
        border: 0;
        height: 16px;
        display: inline-block;
        padding-right: 38px;
    }

html* span.input {
    float: none;
}

.select {
    padding: 2px;
    margin-bottom: 2px;
}

input:focus {
    outline: 0 none;
}

select:focus {
    outline: 0 none;
}

textarea:focus {
    outline: 0 none;
}

label {
    color: #000;
    font-size: 14px;
}

.line {
    background: url(../Images/line.png) repeat-x bottom left;
    height: 1px;
    overflow: hidden;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    overflow: hidden;
}

.green_bt {
    background: url(../Images/green_bt_left.png) no-repeat top left;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    padding-left: 8px;
}

    .green_bt span {
        background: url(../Images/green_bt_right.png) no-repeat top right;
        display: block;
        padding: 0 25px 4px 18px;
        font-size: 14px;
        color: #fff;
    }

    .green_bt:hover {
        background: url(../Images/green_bt_left_hover.png) no-repeat top left;
    }

        .green_bt:hover span {
            background: url(../Images/green_bt_right_hover.png) no-repeat top right;
        }

.gray_bt {
    background: url(../Images/gray_bt_left.png) no-repeat top left;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    padding-left: 8px;
}

    .gray_bt span {
        background: url(../Images/gray_bt_right.png) no-repeat top right;
        display: block;
        padding: 0 25px 4px 18px;
        font-size: 14px;
        color: #fff;
    }

    .gray_bt:hover {
        background: url(../Images/green_bt_left.png) no-repeat top left;
    }

        .gray_bt:hover span {
            background: url(../Images/green_bt_right.png) no-repeat top right;
        }


/*template css*/
#bodyWrapper {
    position: relative;
    width: 975px;
    margin: 16px auto 0 auto;
}

#pageWrapper {
    position: relative;
    background: url(../Images/page_box_bg.png) repeat-y top left;
}

.curve_top {
    background: url(../Images/page_box_top.png) no-repeat top left;
    height: 23px;
}

.curve_top_login {
    background: url(../Images/login_box_top.png) no-repeat top left;
    height: 147px;
}

.curve_bottom {
    background: url(../Images/page_box_bottom.png) no-repeat top left;
    height: 23px;
}
/***Header**/
.top_link {
    position: relative;
    float: right;
    margin-top: -35px;
    color: #8d8d8d;
}

    .top_link a {
        color: #8d8d8d;
        font-size: 12px;
        margin: 0 10px;
    }

#header {
    background: url(../Images/header_bg.png) no-repeat top left;
    width: 918px;
    height: 74px;
    margin: 0 auto 12px auto;
}

    #header .logo {
        margin: 0 0 0 23px;
        padding-top: 18px;
        float: left;
    }

    #header .drupa {
        margin: 2px 0 0 0;
    }

    #header .setting a {
        background: url(../Images/setting_icon.png) no-repeat top left;
        width: 39px;
        height: 40px;
        /*margin: 8px 18px 0 0;*/
        margin: 8px 0 0 0;
        float: left;
    }

        #header .setting a:hover {
            background: url(../Images/setting_icon_hover.png) no-repeat top left;
        }

    #header .updateChangeLog a {
        background: url(../Images/update_alert.png) no-repeat top left;
        width: 39px;
        height: 40px;
        /*margin: 8px 18px 0 65px;*/
        margin: 8px 0 0 0;
        float: right;
    }

        #header .updateChangeLog a:hover {
            background: url(../Images/update_alert_hover.png) no-repeat top left;
        }
    #header .logoHeader a {
        background: url(../Images/logo.png) no-repeat top left;       
        float: left;
        padding-top: 2px;
        width: 213px;
        height: 41px
    }

#containar {
    padding: 0 26px 0 30px;
}
/***Sidebar**/
#sidebar {
    width: 187px;
    float: left;
    margin: 0 0 0 0;
    display: block;
}

.sidebar_top {
    background: url(../Images/sidebar_box_top.png) no-repeat top left;
    height: 10px;
}

.sidebar_bottom {
    background: url(../Images/sidebar_box_bottom.png) no-repeat top left;
    height: 10px;
}

.sidebar_middle {
    background: url(../Images/sidebar_box_bg.png) repeat-y top left;
    width: 187px;
    min-height: 580px;
}
/***Contant**/
#contant {
    width: 722px;
    float: right;
}

.contant_top {
    background: url(../Images/contant_box_top.png) no-repeat top left;
    height: 9px;
}

.contant_bottom {
    background: url(../Images/contant_box_bottom.png) no-repeat top left;
    height: 10px;
}

.contant_middle {
    background: url(../Images/contant_box_bg.png) repeat-y top left;
    min-height: 581px;
}

#contant .head {
    background: url(../Images/contant_box_haed_bg.png) no-repeat top left;
    height: 34px;
    width: 695px;
    margin: 0 0 0 3px;
    position: relative;
    top: -7px;
    padding: 0 0 0 17px;
    line-height: 34px;
}

    #contant .head h1 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        float: left;
    }

/*
#contant .head .button
{
    background: url(../Images/contant_box_haed_bt_left.png) no-repeat top left;
    float: right;
    color: #000000;
    text-align: center;
    font-size: 13px;
    margin: 5px 4px 0 0;
    line-height: 24px;
    padding-left: 8px;
}

#contant .head .button span
{
    background: url(../Images/contant_box_haed_bt_right.png) no-repeat top right;
    display: block;
    padding: 0 15px 0 5px;
}
#contant .head .button span img
{
    float: left;
    margin: 5px 6px 0 0;
}
#contant .head .button:hover
{
    background: url(../Images/contant_box_haed_bt_left_hover.png) no-repeat top left;
}
#contant .head .button:hover span
{
    background: url(../Images/contant_box_haed_bt_right_hover.png) no-repeat top right;
}

#contant .head .buttonLeft
{
    background: url(../Images/contant_box_haed_bt_left_Rev.png) no-repeat top left;
    float: right;
    color: #000000;
    text-align: center;
    font-size: 13px;
    margin: 5px 4px 0 0;
    line-height: 24px;
    padding-left: 16px;
}
#contant .head .buttonLeft span
{
    
    background: url(../Images/contant_box_haed_bt_right_Rev.png) no-repeat top right;
    display: block;
    padding: 0 15px 0 5px;
}
#contant .head .buttonLeft span img
{
    float: left;
    margin: 5px 6px 0 0;
}
#contant .head .buttonLeft:hover
{
   background: url(../Images/contant_box_haed_bt_left_hover_Rev.png) no-repeat top left;
}
#contant .head .buttonLeft:hover span
{
    background: url(../Images/contant_box_haed_bt_right_hover_Rev.png) no-repeat top right;
}
*/

#contant .form {
    background: url(../Images/line.png) repeat-x bottom left;
    margin: 26px 26px 0 23px;
    padding-bottom: 26px;
}


    #contant .form label {
        width: 70px;
        text-align: right;
        display: block;
        float: left;
        margin-right: 12px;
        vertical-align: top;
        color: #000;
        font-size: 14px;
        margin-top: 2px;
    }

    #contant .form .select {
        width: 196px;
        float: left;
    }

.product_list {
    /* margin: 36px 26px 0 23px; commented by Jayesh */
    overflow: hidden;
}

    .product_list li {
        background: url(../Images/product_list_bg.png) no-repeat top left;
        width: 660px;
        height: 65px;
        margin-bottom: 11px;
    }

        .product_list li .left {
            float: left;
            margin: 22px 0 0 23px;
            color: #5e5e5e;
            font-size: 22px;
        }

        .product_list li .right {
            float: right;
            margin: 14px 10px 0 0;
        }

        .product_list li .green_bt:hover {
            background: url(../Images/green_bt_left.png) no-repeat left top;
        }

            .product_list li .green_bt:hover span {
                background: url(../Images/green_bt_right.png) no-repeat right top;
            }
/**menu**/
#menu {
    margin: 0 8px 0 4px;
    padding: 0;
    overflow: hidden;
}

    #menu li {
        background: url(../Images/sidebar_menu_bg.png) repeat-x bottom left #fff;
        padding: 10px;
        overflow: hidden;
        overflow: inherit;
        display: block;
    }

        #menu li a {
            /*padding:0 5px;*/
            color: #010101;
            font-size: 13px;
        }

            #menu li a span.image {
                width: 18px;
                float: left;
            }

                #menu li a span.image img {
                    vertical-align: baseline;
                }

            #menu li a span.text {
                float: left;
                width: 100px;
                margin-left: 10px;
                line-height: 18px;
            }

.mytext {
    float: left;
    line-height: 18px;
    margin-left: 2px;
    padding-left: 2px;
    width: 130px;
    word-break: hyphenate !important;
    word-wrap: break-word !important;
    vertical-align: top;
}

#menu2 {
    margin: 0 8px 0 4px;
}

    #menu2 li {
        overflow: hidden;
        margin: 0;
        padding: 0;
        display: block;
    }

        #menu2 li span {
            background: url(../Images/menu_arrow.png) no-repeat 50px center;
            padding-left: 10px;
            color: #010101;
            font-size: 13px;
            border-bottom: solid 1px #dadada;
            display: block;
            padding: 7px 0 6px 60x;
        }

        #menu2 li a {
            background: url(../Images/menu_arrow.png) no-repeat 36px center;
            padding-left: 10px;
            color: #010101;
            font-size: 13px;
            border-bottom: solid 1px #dadada;
            display: block;
            padding: 7px 0 6px 46px;
        }

        #menu2 li input {
            padding-left: 10px;
            color: #010101;
            font-size: 13px;
            border-bottom: solid 1px #dadada;
            display: block;
            padding: 7px 0 6px 1px;
        }

        #menu2 li a:hover {
            background: url(../Images/menu_arrow.png) no-repeat 36px right #e9e9e9; /*just replace center with right, and it removes the gray hover effects from run name */
        }

        #menu2 li .submenu li a {
            background: none;
            padding: 7px 0 6px 60px;
        }

            #menu2 li .submenu li a:hover {
                background: #e9e9e9;
                padding: 7px 0 6px 60px;
            }

        #menu2 li .submenu li.active a {
            background: #e9e9e9;
            font-weight: bold;
        }

.addprojectleftmenu {
    padding: 7px 0 6px 30px;
}

/**footer**/
#footer {
    /*height: 27px;
    padding-top: 23px;*/
    padding-bottom: 30px;
    text-align: center;
}

/**Login Page Csss**/
#login_box {
    text-align: center;
    padding-top: 80px;
}

    #login_box .login_contant {
        width: 388px;
        text-align: right;
        margin: 0 auto;
        padding: 85px 0;
    }

    #login_box .input {
        background: url(../Images/login_input.png) no-repeat top left;
        width: 356px;
        height: 47px;
        line-height: 47px;
        border: 0;
        display: block;
        margin-bottom: 21px;
        font-size: 20px;
        color: #83a99d;
        padding: 0 16px;
        vertical-align: middle;
    }

    #login_box .login_bt {
        background: url(../Images/login_bt.png) no-repeat top left;
        width: 105px;
        height: 47px;
        border: 0;
        margin-bottom: 45px;
        cursor: pointer;
    }

    #login_box .remember_me {
        width: 388px;
        height: 47px;
        display: block;
        font-size: 20px;
        color: #83a99d;
    }

    #login_box .login_bt:hover {
        background: url(../Images/login_bt_hover.png) no-repeat top left;
    }
/****product  page ***/
.product_list_table {
    border-collapse: collapse;
    line-height: 30px;
    width: 100%;
    margin-left: 10px;
}

    .product_list_table th {
        background: url(../Images/product_list_table_head.png) repeat-x top left;
        padding: 0px 0px 0px 0px;
        color: #525252;
        font-size: 16px;
        text-align: center;
    }

    .product_list_table td {
        padding: 0px 0px;
        border-left: solid 1px #dcdcdc;
        border-collapse: collapse;
        font-size: 14px;
        font-weight: bold;
    }

        .product_list_table td:first-child {
            border-left: 0;
        }

    .product_list_table tr.blue {
        background: #ebfffa;
        color: #367b6a;
    }

        .product_list_table tr.blue a {
            color: #367b6a !important;
            text-decoration: none !important;
        }

    .product_list_table tr.purpal {
        background: #ebf4ff;
        color: #3f6798;
    }

        .product_list_table tr.purpal a {
            color: #3f6798 !important;
            text-decoration: none !important;
        }

    .product_list_table tr.green {
        background: #f6ffeb;
        color: #5b6f24;
    }

    .product_list_table tr td select {
        width: 94%;
        margin: 2px;
    }

    .product_list_table tr td input {
        height: 20px;
        width: 94%;
        margin: 2px;
    }

    .product_list_table tr.Gray {
        background: #F2F2F2;
        color: #3f6798;
    }

    .product_list_table tr td {
        padding-left: 5px;
    }

    .product_list_table tr.White {
        background: #FFFFFF;
        color: #3f6798;
    }

/****Add Product ****/
#contant .add_form {
    margin: 0px 26px 0 18px;
    padding-bottom: 0px;
}

    #contant .add_form label {
        width: 93px;
        text-align: right;
        display: block;
        float: left;
        margin-right: 12px;
        vertical-align: top;
        color: #000;
        font-size: 14px;
        margin-top: 2px;
    }

    #contant .add_form .select {
        width: 196px;
        float: left;
    }

    #contant .add_form span.input {
        width: 196px;
        margin-right: 60px;
    }

    #contant .add_form .float_l {
        float: left;
        height: 30px;
        margin-bottom: 10px;
    }
/***tab css ****/
#tabpart {
    margin: 0 0 0 19px;
}

    #tabpart .tabs li {
        background: url(../Images/tab_left.png) no-repeat top left;
        height: 31px;
        float: left;
        line-height: 31px;
    }

        #tabpart .tabs li span {
            background: url(../Images/tab_right.png) no-repeat top right;
            height: 31px;
            display: block;
            margin-left: 7px;
            padding-right: 20px;
            padding-left: 13px;
        }

        #tabpart .tabs li.active {
            background: url(../Images/tab_active_left.png) no-repeat top left;
            height: 31px;
            /* position: relative;  */
            top: 1px;
            z-index: 500;
        }

            #tabpart .tabs li.active span {
                background: url(../Images/tab_active_right.png) no-repeat top right;
                height: 31px;
            }

        #tabpart .tabs li a {
            color: #525252;
            font-size: 14px;
        }

.tabcontant {
    width: 680px;
    /* position: relative; */
    z-index: 0;
    margin-top: -1px;
}

.tabcontant1 {
    width: 680px;
    position: relative;
    z-index: 0;
}

.tab_top {
    background: url(../Images/tab_contant_top.png) no-repeat top left;
    height: 7px;
}

.tab_middle {
    background: url(../Images/tab_contant_bg.png) repeat-y top left;
    overflow: hidden;
}

.tab_bottom {
    background: url(../Images/tab_contant_bottom.png) no-repeat bottom left;
    height: 7px;
}

.tabcontant .combopart {
    margin: 5px 5px 5px 5px;
}

    .tabcontant .combopart .float_l {
        float: left;
    }

    .tabcontant .combopart .float_r {
        float: right;
    }

.calibutton {
    background: url(../Images/contant_box_haed_bt_left.png) no-repeat top left;
    float: right;
    color: #000000;
    text-align: center;
    font-size: 13px;
    margin: 5px 4px 0 0;
    line-height: 24px;
    padding-left: 8px;
}

.tabcontant .combopart label {
    /*float: left;*/
    margin-right: 12px;
}

.tabcontant .combopart .select {
    width: 196px;
}

.dlp_table {
    margin: 0 auto 5px auto;
    width: 654px;
    border: solid 1px #9e9e9e;
    border-collapse: collapse;
}

    .dlp_table th {
        background: url(../Images/product_list_table_head.png) repeat-x top left;
        padding: 6px 16px 4px 16px;
        border-left: solid 1px #9e9e9e;
        color: #525252;
        font-size: 16px;
    }

    .dlp_table td {
        padding: 11px 16px;
        border-left: solid 1px #dcdcdc;
        border-collapse: collapse; /*font-size: 14px;*/
        font-weight: bold;
        border-top: solid 1px #9e9e9e;
        color: #000000;
        font-size: 12px;
    }

        .dlp_table td:first-child {
            border-left: 0;
        }

    .dlp_table tr.purpal {
        background: #ebf4ff;
    }

    .dlp_table tr.green {
        background: #f6ffeb;
    }
/**** info page****/
#contant .info_form {
    margin: 16px 26px 0 18px;
    padding-bottom: 0px;
}

    #contant .info_form label {
        width: 130px;
        text-align: right;
        display: block;
        float: left;
        margin-right: 12px;
        vertical-align: top;
        color: #000;
        font-size: 14px;
        margin-top: 2px;
    }

    #contant .info_form span.input {
        width: 300px;
        margin-right: 60px;
    }

    #contant .info_form .float_l {
        float: left;
        /*height: 30px;*/
        margin-bottom: 20px;
        padding-left: 5px;
    }

    #contant .info_form .float_r {
        float: right;
    }

.color_pallate {
    width: 680px;
    margin: 0 0 0 19px;
    overflow: hidden;
    padding-bottom: 18px;
}

    .color_pallate .color_pallate_head {
        background: url(../Images/color_palette_box_head.png) no-repeat top left;
        height: 31px;
        line-height: 31px;
        overflow: hidden;
        font-size: 16px;
        color: #353535;
        font-weight: bold;
        padding-left: 15px;
        position: relative;
        z-index: 5;
    }

    .color_pallate .color_pallate_middle {
        background: url(../Images/color_palette_box_bg.png) repeat-y top left; /* padding-left: 1px;*/
    }

        .color_pallate .color_pallate_middle .color_bar {
            padding: 11px 15px 4px 15px;
            height: 370px;
            width: 640px;
            overflow: scroll;
        }

    .color_pallate .color_pallate_bottom {
        background: url(../Images/color_palette_box_bottom.png) no-repeat top left;
        height: 7px;
        overflow: hidden;
    }

.recent_upload {
    margin: 0 1px;
    width: 678px;
    position: relative;
    bottom: -7px;
    margin-top: -7px;
    overflow: hidden;
    z-index: 0;
}

    .recent_upload th {
        color: #000;
        font-size: 14px;
        background: #e5e5e5;
        padding: 6px 16px;
        border-left: solid 1px #b4b4b4;
    }

    .recent_upload td {
        padding: 5px 5px 5px 3px;
        border-left: solid 1px #b4b4b4;
    }

        .recent_upload td:first-child, .recent_upload th:first-child {
            border-left: 0;
        }

.ContainerClass {
    margin-top: 0px;
    background: url(../Images/roundedcornr_bg.png) no-repeat top left;
    margin-left: 160px;
}

.Width100percent {
    width: 100%;
}

.Hight30px {
    height: 30px;
}

.DeviceListFirstTD {
    width: 22%;
    padding-right: 10px;
    text-align: right;
}

.LabelTitle {
    font-size: 14px;
}

.InformationtxtDivWidth {
    width: 590px;
}

.Information_divAnalyze {
    float: right;
    text-align: center;
    margin-right: 5px;
}


.RadPageViewBorder {
    background-color: #ededed;
    border: 1px solid #c3c3c3;
}

/*
.RadTabStrip .rtsSelected, .RadTabStrip .rtsSelected:hover
{
    background-color: #ededed !important;
    border-bottom-color: #ededed !important;
}
.RadTabStrip .rtsLI .rtsLink
{
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}
.RadTabStrip .rtsLI .rtsLink:hover
{
    background-color: #c3c3c3;
    border-color: #c3c3c3;
    color: Black;
}
*/
.RadTabStrip .rtsLevel1 .rtsLI .rtsAfter {
    /*background-position: 0 -78px;*/
    background-image: none !important;
}

.RadTabStrip .rtsLevel1 .rtsLink {
    /*background-position: 0 -52px;*/
    background-image: none !important;
}


.float_left {
    float: left;
}

.float_right {
    float: right;
}

.ProjectListtd1 {
    text-align: left;
    width: 132px; /*width: 90px;*/
}

.ProjectListtd2 {
    padding-left: 13px;
    width: 200px;
}

.ProjectListtd4 {
    padding-left: 13px;
    width: 200px;
    text-align: right;
}

.active {
    background: #e9e9e9;
    font-weight: bold;
}


.no_data_found {
    padding-left: 15px;
    padding-top: 5px;
}

.error {
    background: url(../images/error_left.png) no-repeat top left;
    color: #F00;
    display: block;
    text-align: left;
    height: 38px;
    line-height: 38px;
    padding-left: 14px;
    margin-bottom: 20px;
}

    .error span {
        background: url(../images/error_right.png) no-repeat top right;
        display: block;
    }

        .error span strong {
            background: url(../images/error.png) no-repeat 0 10px;
            padding-left: 24px;
            display: block;
        }


/* mesurement information status bar */
.mesurementStatusbar {
    width: 672px;
    margin-bottom: 20px;
}

    .mesurementStatusbar .top {
        background: url(../images/mesurementStatusbar_box_top.png) no-repeat top left;
        height: 10px;
    }

    .mesurementStatusbar .middle {
        background: url(../images/mesurementStatusbar_box_middle.png) repeat-y top left;
        padding: 0px 5px 0px 5px;
    }

    .mesurementStatusbar .bottom {
        background: url(../images/mesurementStatusbar_box_bottom.png) no-repeat top left;
        height: 10px;
    }

/* status bar information */
.statusbar {
    width: 672px;
    margin-bottom: 20px;
    line-height: 14px;
    text-align: left;
}

    .statusbar .top {
        background: url(../images/mesurementStatusbar_box_top.png) no-repeat top left;
        height: 10px;
    }

    .statusbar .middle {
        background: url(../images/mesurementStatusbar_box_middle.png) repeat-y top left;
        padding: 0px 5px 0px 5px;
    }

    .statusbar .bottom {
        background: url(../images/mesurementStatusbar_box_bottom.png) no-repeat top left;
        height: 10px;
    }

/* login Error Information */
.login_eror .statusbar {
    width: 388px;
    margin-bottom: 20px;
}

    .login_eror .statusbar .top {
        background: url(../images/login_eror_top.png) no-repeat top left;
        height: 10px;
    }

    .login_eror .statusbar .middle {
        background: url(../images/login_eror_middle.png) repeat-y top left;
        padding: 0px 5px 0px 5px;
    }

    .login_eror .statusbar .bottom {
        background: url(../images/login_eror_bottom.png) no-repeat top left;
        height: 10px;
    }






.PluginStatus {
    background: url(../images/error_left.png) no-repeat top left;
    color: #F00;
    display: block;
    text-align: left;
    padding-left: 14px;
    margin-bottom: 15px;
}

    .PluginStatus span {
        background: url(../images/error_right.png) no-repeat top right;
        display: block;
    }

#MeasurementConfirmDialog {
    display: none;
}

/* Overlay */
#MeasurementConfirmDialog-overlay {
    background-color: #eee;
    cursor: wait;
}

/* Container */
#MeasurementConfirmDialog-container {
    height: 140px;
    width: 420px;
    font: 16px/22px 'Trebuchet MS', Verdana, Arial;
    text-align: left;
    background: #fff;
    border: 2px solid #3A9977;
}

    #MeasurementConfirmDialog-container .header {
        height: 30px;
        line-height: 30px;
        width: 100%;
        background: #3A9977;
        color: #fff;
        font-weight: bold;
    }

        #MeasurementConfirmDialog-container .header span {
            padding-left: 8px;
        }

    #MeasurementConfirmDialog-container .message {
        color: #333;
        font-size: 14px;
        margin: 0;
        padding: 12px 4px 12px 8px;
    }

    #MeasurementConfirmDialog-container .buttons {
        line-height: 26px;
        width: 160px;
        float: right;
        padding: 10px 8px 0;
    }

        #MeasurementConfirmDialog-container .buttons div {
            float: right;
            margin-left: 4px;
            width: 70px;
            height: 26px;
            color: #666;
            font-weight: bold;
            text-align: center;
            background: url(../images/button.gif) repeat-x;
            border: 1px solid #bbb;
            cursor: pointer;
        }

    #MeasurementConfirmDialog-container a.modal-close, #MeasurementConfirmDialog-container a.modal-close:link, #MeasurementConfirmDialog-container a.modal-close:active, #MeasurementConfirmDialog-container a.modal-close:visited {
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 2px;
        color: #fff;
    }

        #MeasurementConfirmDialog-container a.modal-close:hover {
            color: #ccc;
        }


/***admin page - start***/
#contant.admin {
    width: 918px;
}

.admin_top {
    background: url(../images/admin_box_top.png) no-repeat top left;
    height: 9px;
}

.admin_bottom {
    background: url(../images/admin_box_bottom.png) no-repeat top left;
    height: 10px;
}

.admin_middle {
    background: url(../images/admin_box_bg.png) repeat-y top left;
    min-height: 781px;
}

#contant.admin .head {
    background: url(../images/admin_box_haed_bg.png) no-repeat top left;
    height: 34px;
    width: 890px;
    margin: 0 0 0 3px;
    position: relative;
    top: -7px;
    padding: 0 0 0 17px;
    line-height: 34px;
}
/***admin page - end***/

/****product  page ***/
.admin_list_table {
    margin: 17px auto 0 auto;
    width: 854px; /*border: solid 1px #9e9e9e;     border-collapse: collapse;*/
    border: solid 1px #9e9e9e;
    border-collapse: collapse;
}

    .admin_list_table th {
        background: url(../Images/product_list_table_head.png) repeat-x top left;
        padding: 6px 16px 4px 16px;
        border-left: solid 1px #9e9e9e;
        color: #525252;
        font-size: 13px;
    }

    .admin_list_table td {
        padding: 4px 16px;
        border-left: solid 1px #dcdcdc;
        border-collapse: collapse;
        font-size: 12px;
        font-weight: bold;
        border-top: solid 1px #9e9e9e;
    }

        .admin_list_table td:first-child {
            border-left: 0;
        }

    .admin_list_table tr.blue {
        background: #ebfffa;
        color: #367b6a;
    }

        .admin_list_table tr.blue a {
            color: #367b6a !important;
            text-decoration: none !important;
        }

    .admin_list_table tr.purpal {
        background: #ebf4ff;
        color: #3f6798;
    }

        .admin_list_table tr.purpal a {
            color: #3f6798 !important;
            text-decoration: none !important;
        }

    .admin_list_table tr.green {
        background: #f6ffeb;
        color: #5b6f24;
    }



/**** addmeasurementCommon usercontrol ***/
.txtMeasurementName {
    width: 178px;
    height: 19px;
}



/** Added By Harshad ***/
/****product  page ***/
.product_list_table {
    margin: 17px auto 0 auto;
    width: 654px; /*border: solid 1px #9e9e9e;     border-collapse: collapse;*/
    border: solid 1px #9e9e9e;
    border-collapse: collapse;
}

/**** Pagging Header ***/
.PaggingHeader table {
    margin-left: 10px;
    border: 1px solid #9E9E9E;
    width: 99%;
}

    .PaggingHeader table td {
        background: url(../Images/product_list_table_head.png) repeat-x top left;
        padding: 3px;
        text-align: left;
        color: #525252;
        font-size: 16px;
        line-height: 16px;
    }

    .PaggingHeader table tr.blue {
        background: #ebfffa;
        color: #367b6a;
    }

        .PaggingHeader table tr.blue a {
            color: #367b6a !important;
            text-decoration: none !important;
        }

    .PaggingHeader table tr.purpal {
        background: #ebf4ff;
        color: #3f6798;
    }

        .PaggingHeader table tr.purpal a {
            color: #3f6798 !important;
            text-decoration: none !important;
        }

    .PaggingHeader table tr.green {
        background: #f6ffeb;
        color: #5b6f24;
    }
/**************************/


/**** SearchList ***/
.SearchList table {
    margin-left: 10px;
    border: 1px solid #9E9E9E;
    width: 99%;
}

    .SearchList table td {
        padding: 3px;
        text-align: left;
        color: #525252;
        font-size: 16px;
        line-height: 16px;
    }

    .SearchList table tr.blue {
        background: #ebfffa;
        color: #367b6a;
    }

        .SearchList table tr.blue a {
            color: #367b6a !important;
            text-decoration: none !important;
        }

    .SearchList table tr.purpal {
        background: #ebf4ff;
        color: #3f6798;
    }

        .SearchList table tr.purpal a {
            color: #3f6798 !important;
            text-decoration: none !important;
        }

    .SearchList table tr.green {
        background: #f6ffeb;
        color: #5b6f24;
    }
/**************************/

/**** Override Header and contain css ***/
.formDevice {
    /* background: url(../Images/line.png) repeat-x bottom left; */
    margin: 0px 20px 0 20px;
    padding-bottom: 0px;
    line-height: 34px;
}

.listDevice {
    margin: 10px 20px 0 20px;
    padding-bottom: 10px;
    line-height: 34px;
}
/**************************/

/**** OperationSelection Button  ***/
/** big button css **/
.formSelection {
    float: left;
    margin: 0px 20px 0 23px;
    padding-bottom: 0px;
}

.big_bt {
    height: 40px;
    line-height: 40px;
}

    .big_bt span {
        background: url(../images/big_bt_right.png) no-repeat top;
        display: block;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
    }

    .big_bt:hover {
        background: url(../images/big_bt_left_hover.png) no-repeat top left;
    }

        .big_bt:hover span {
            background: url(../images/big_bt_right_hover.png) no-repeat top right;
        }

.disable_big_bt {
    background: url(../images/big_bt_right.png) no-repeat top;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

    .disable_big_bt span {
        display: block;
        padding: 0 25px 4px 18px;
        font-size: 15px;
        color: #505050;
        font-weight: bold;
    }
/************************/

/**** Without Line  ***/
.formDeviceNoLine {
    margin: 20px 20px 20px 23px;
    padding-bottom: 0px;
    line-height: 34px;
}
/**************************/

/**** Open Print Condition ***/
.OpenPrintCondition {
    margin-left: 10px;
}

.divImage {
    float: left;
    margin-top: 10px;
    margin-right: 23px;
}

.Content {
    margin-top: 0;
    margin-bottom: 23px;
    float: left;
    line-height: 34px;
}

.buttonright {
    float: right;
    padding-left: 23px;
}

.buttonleft {
    float: left;
    padding-left: 18px;
}
/**************************/

.drawLine {
    background: url(../images/big_bt_left.png) no-repeat top left;
}

/**************************/

/**** Section Group ***/
.section_top {
    background: url(../Images/section_contant_top.png) no-repeat top left;
    height: 7px;
}

.section_middle {
    background: url(../Images/tab_contant_bg.png) repeat-y top left;
    overflow: hidden;
}

    .section_middle .combopart {
        margin: 0;
    }

        .section_middle .combopart .header {
            background: url(../Images/section_line_bg.png) repeat-x bottom left;
            padding: 5px;
            line-height: 24px;
        }

            .section_middle .combopart .header .content {
                padding: -20px 5px 0px 5px;
            }

                .section_middle .combopart .header .content .text {
                    font-weight: bold;
                    font-size: 14px;
                }

                .section_middle .combopart .header .content .textright {
                    font-weight: bold;
                    font-size: 12px;
                }


        .section_middle .combopart .area {
            padding: 5px;
        }

.section_bottom {
    background: url(../Images/tab_contant_bottom.png) no-repeat bottom left;
    height: 7px;
}
/**************************/

/**** Section Small Group ***/
.section_small_top {
    background: url(../Images/section_smallbox_top.png) no-repeat top left;
    height: 7px;
}

.section_small_middle {
    background: url(../Images/section_smallbox_bg.png) repeat-y top left;
    overflow: hidden;
    height: 320px;
}

    .section_small_middle .combopart {
        margin: 0;
    }

        .section_small_middle .combopart .header {
            background: url(../Images/section_line_bg.png) repeat-x bottom left;
            padding: 5px;
            line-height: 24px;
        }

            .section_small_middle .combopart .header .content {
                padding: -20px 5px 50px 5px;
            }

                .section_small_middle .combopart .header .content .text {
                    font-weight: bold;
                    font-size: 14px;
                }

        .section_small_middle .combopart .area {
            padding: 5px;
        }

.section_small_bottom {
    background: url(../Images/section_smallbox_bottom.png) no-repeat bottom left;
    height: 7px;
}

/**************************/

/**** Validation ToolTip ***/
.tooltip_round_box {
    position: fixed;
    padding-left: 17px;
    z-index: 1;
    line-height: 16px;
}

.tooltip_arrow {
    background: url(../Images/tooltip_arrow.png) no-repeat top left;
    width: 18px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 5;
}

.tooltip_top_left, .tooltip_bottom_left {
    margin-right: 9px;
}

.tooltip_top_left, .tooltip_top_right, .tooltip_bottom_left, .tooltip_bottom_right {
    background-image: url(../Images/tooltip_corner.png);
    font-size: 2px;
    height: 9px;
}

.tooltip_top_right {
    background-position: 100% 0;
}

.tooltip_top_right, .tooltip_bottom_right {
    margin-left: 9px;
    margin-top: -9px;
}

.tooltip_bottom_left {
    background-position: 0 -9px;
}

.tooltip_bottom_right {
    background-position: 100% -9px;
}

.tooltip_inside {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #b5d4e8;
    border-right: 1px solid #b5d4e8;
    color: Red;
    padding-left: 10px;
    padding-right: 10px;
}
/**************************/


/**** Check List Box ***/
.checkListBox {
}

    .checkListBox label {
        font-size: 12px;
        height: 12px;
        margin-left: 4px;
        padding: 0;
        padding-top: 1px;
        vertical-align: top;
    }

    .checkListBox input {
        vertical-align: middle;
    }

/***********************/

/**** Admin module sub header ***/
.admin_header .header {
    padding: 5px;
    line-height: 24px;
}

    .admin_header .header .content {
        padding: -20px 5px 50px 5px;
    }

        .admin_header .header .content .text {
            color: Gray;
            font-weight: bold;
            font-size: 14px;
        }
/*******************************/
.showpassword {
    background-color: #EEEEEE;
    font-weight: bold;
    text-align: center;
    padding: 3px 3px 3px 3px;
    top: 10px;
    min-width: 90px;
    border-radius: 3px 3px 3px 3px;
    opacity: 0.9;
}

/************** Download DLP window css *****************/
.UpdateProgressBackground {
    z-index: 3003;
    position: fixed;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .9;
    mozopacity: .9;
    background-color: #D0D0D0 !important;
}

.UpdateProgressBackgroundWithNoOpacity {
    z-index: 3003;
    position: fixed;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #D0D0D0 !important;
}

.UpdateProgressBackgroundLessOptimize {
    z-index: 3003;
    position: fixed;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .3;
    mozopacity: .3;
    background-color: #D0D0D0 !important;
}

/*******************************/


/************** admin status bar css *****************/
#adminstatusbar {
    width: 96%;
    float: left;
    margin: 3px;
    border: 1.5px solid #7AB6A1;
    background: #FFF;
    padding: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    #adminstatusbar .innerdiv {
        padding: 3px;
        text-align: left;
        line-height: 18px;
    }

/************** admin side field set *****************/
.admin_middle fieldset {
    border: solid 1px #ddd;
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .admin_middle fieldset legend {
        margin: 0 0 0 43%;
        padding: 0;
        font-weight: bold;
    }
/*******************************/

/***************** User Admin show password **********************/
.Base {
    background-color: black;
    font-weight: bold;
    text-align: center;
    padding: 3px 3px 3px 3px;
    top: 10px;
    min-width: 90px;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.L1 {
    color: RED;
}

.L2 {
    color: Yellow;
}

.L3 {
    color: ORANGE;
}

.L4 {
    color: #93FF9E;
}

.L5 {
    color: White;
}
/*****************************************************************/

/*******************Collepsable panel *********************/
.collapsibleContainerTitle {
    cursor: pointer !important;
}

.expanded {
    width: 18px;
    float: left;
    background: url(../Images/expanded.png) no-repeat center;
}

.collapsed {
    width: 18px;
    float: left;
    background: url(../Images/collapsed.png) no-repeat center;
}

/*****************************************************************/

.Analyze_head {
    background: url(../Images/color_palette_box_head.png) no-repeat top left;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    z-index: 5;
}

.Analyze_head_text {
    font-size: 16px;
    color: #353535;
    font-weight: bold;
}

.Top_Grn_Header {
    background-color: #66CDAA;
    padding-left: 5px;
    border-top: 1px Solid Gray;
    border-left: 1px Solid Gray;
    border-right: 1px Solid Gray;
}


.Global_top {
    background: url(../images/admin_box_top.png) no-repeat top left;
    height: 9px;
}

.Global_middle {
    background: url(../images/admin_box_bg.png) repeat-y top left;
    min-height: 400px;
}


/*************Dhruti - Make background of Runs in left panel as a group with same color***********************/

#menu7 {
    margin: 1;
    padding: 0;
    background: #B0B0B0;
}

    #menu7 li {
        overflow: hidden;
        margin: 0;
        padding: 0;
        display: block;
        margin: 1;
        background: #B0B0B0;
    }

        #menu7 li span {
            background: url(../Images/menu_arrow.png) no-repeat 50px center;
            padding-left: 10px;
            color: #010101;
            font-size: 13px;
            border-bottom: solid 1px #dadada;
            display: block;
            padding: 7px 0 6px 60x;
            margin: 1;
            background: #B0B0B0;
        }

        #menu7 li a {
            background: url(../Images/menu_arrow.png) no-repeat 36px center;
            padding-left: 10px;
            color: #010101;
            font-size: 13px;
            border-bottom: solid 1px #dadada;
            display: block;
            padding: 7px 0 6px 46px;
            margin: 1;
            background: #B0B0B0;
        }

        #menu7 li input {
            padding-left: 10px;
            color: #010101;
            font-size: 13px;
            border-bottom: solid 1px #dadada;
            display: block;
            padding: 7px 0 6px 1px;
            margin: 1;
        }

        #menu7 li a:hover {
            background: url(../Images/menu_arrow.png) no-repeat 36px center #e9e9e9;
            margin: 1;
        }

        #menu7 li .submenu li a {
            background: red;
            padding: 7px 0 6px 60px;
            margin: 0;
        }

            #menu7 li .submenu li a:hover {
                background: red;
                padding: 7px 0 6px 60px;
                margin: 0;
            }

        #menu7 li .submenu li.active a {
            background: red;
            font-weight: bold;
            margin: 0;
        }

/******************Download List Style*******************/
.Download_list {
    /* margin: 36px 26px 0 23px; commented by Jayesh */
    overflow: hidden;
}

    .Download_list li {
        background: url(../Images/download_list_bg.png) no-repeat top left;
        width: 660px;
        height: 35px;
        margin-bottom: 11px;
    }

        .Download_list li .left {
            float: left;
            margin: 10px 0 0 23px;
            color: #5e5e5e;
            font-size: 18px;
        }

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display: none;
    height: 229px;
    width: 260px;
}

/*======================== Chart css =====================*/
.CHARTTABLE {
    width: 100%;
    border: 1px solid #B4b4b4;
}

.SyncBottomBorder {
    border-bottom: 1px SOLID #000000;
}

.FadingTooltip {
    border-right: darkgray 1px outset;
    border-top: darkgray 1px outset;
    font-size: 9pt;
    border-left: darkgray 1px outset;
    width: auto;
    color: black;
    border-bottom: darkgray 1px outset;
    height: auto;
    background-color: lemonchiffon;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    borderbottomwidth: 3px 3px 3px 3px;
}

.green-title {
    background: url(../images/title-bg-black.gif) repeat-x left top #000;
    font-family: Tahoma;
    font-size: 11px;
    color: #fff;
    line-height: 21px;
    font-weight: bold;
    padding-left: 15px;
}

.SYNCTABLE {
    width: 100%;
    border: 1px solid #B4b4b4;
    background-color: #DCDCDC
}

.RadioList input[type="radio"] {
    margin-left: 15px;
    margin-right: 1px;
}

/*======================== Extra css =====================*/
.choose-language-black {
    color: #343434;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.logo-slogan {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    height: 48px;
}

    .logo-slogan img {
        vertical-align: middle;
        margin-right: 20px;
    }

.content-bg1 {
    background: url(../images/center-content-whitebg.png) repeat-x top left #b4ded8;
    height: 400px;
}

.maintable {
    height: 100%;
}


/*=================== Plugin Alert Message Pop Up (MeasurementCommon.ascx) ====================*/
#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 2px #3A9977;
    color: #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75em;
    color: #fff;
    background: #3A9977;
    border-bottom: solid 1px #999;
    cursor: default;
    margin: 0em;
    padding: 0em;
    padding-left: 8px;
}

#popup_content {
    background: 16px 16px no-repeat;
    padding: 1em 1.75em;
    margin: 0em;
    text-align: left;
}

    #popup_content.success {
        font-size: 13px;
        text-align: left;
        color: #333;
        background-color: #fff;
        padding: 12px 4px 12px 8px;
    }

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}


/******************Download List Style*******************/
.Download_list_popup {
    /* margin: 36px 26px 0 23px; commented by Jayesh */
    overflow: hidden;
}

    .Download_list_popup li {
        background: url(../Images/download_list_small_bg.png) no-repeat top left;
        width: 613px;
        height: 35px;
        margin-bottom: 11px;
    }

        .Download_list_popup li .left {
            float: left;
            margin: 10px 0 0 23px;
            color: #5e5e5e;
            font-size: 18px;
        }

/******************Buttons******************************/
/*Normal button*/
#contant .head .buttonNormal {
    background: url(../Images/buttonNormal.png) no-repeat left top;
    padding-left: 6px;
    display: block;
    height: 28px;
    text-decoration: none;
    font: normal 13px/23px Arial, Helvetica, sans-serif;
    color: #000;
    float: right;
    margin-top: 6px;
}

    #contant .head .buttonNormal span {
        background: url(../Images/buttonNormal.png) no-repeat right -28px;
        padding-left: 14px;
        padding-right: 20px;
        display: block;
        height: 28px;
    }

    #contant .head .buttonNormal:hover {
        background-position: left -56px;
    }

        #contant .head .buttonNormal:hover span {
            background-position: right -84px;
        }


/*Button left*/
#contant .head .buttonLeft {
    background: url(../Images/buttonLeft.png) no-repeat left top;
    padding-left: 18px;
    display: block;
    height: 28px;
    text-decoration: none;
    font: normal 13px/23px Arial, Helvetica, sans-serif;
    color: #000;
    float: right;
    margin-top: 6px;
}

    #contant .head .buttonLeft span {
        background: url(../Images/buttonLeft.png) no-repeat right -28px;
        padding-left: 10px;
        padding-right: 22px;
        display: block;
        height: 28px;
    }

    #contant .head .buttonLeft:hover {
        background-position: left -56px;
    }

        #contant .head .buttonLeft:hover span {
            background-position: right -84px;
        }

    #contant .head .buttonLeft span img {
        float: left;
        margin: 5px 6px 0 0;
    }

/*Button right*/
#contant .head .button {
    background: url(../Images/buttonRight.png) no-repeat left top;
    padding-left: 6px;
    display: block;
    height: 28px;
    text-decoration: none;
    font: normal 13px/23px Arial, Helvetica, sans-serif;
    color: #000;
    float: right;
    margin-top: 6px;
}

    #contant .head .button span {
        background: url(../Images/buttonRight.png) no-repeat right -28px;
        padding-left: 4px;
        padding-right: 16px;
        display: block;
        height: 28px;
    }

    #contant .head .button:hover {
        background-position: left -56px;
    }

        #contant .head .button:hover span {
            background-position: right -84px;
        }

    #contant .head .button span img {
        float: left;
        margin: 5px 6px 0 0;
    }


/*****************Validation*************************/
.Validation_Summary {
    line-height: 25px;
    color: #3f6798;
    font-weight: bold;
    width: 100%;
}

.Validation_Status_Red {
    color: Red;
}

.Validation_Status_Black {
    color: Black;
}

.Validation_Status_Green {
    color: Green;
}

.Summary_Left {
    padding-left: 7px;
    background-color: #F2F2F2;
}

.Summary_Left_Alt {
    padding-left: 7px;
    background-color: #FFFFFF;
}

.Summary_Right {
    padding-right: 3px;
    background-color: #F2F2F2;
}

.Summary_Right_Alt {
    padding-right: 3px;
    background-color: #FFFFFF;
}

.DROPDOWNLIST {
    color: #000;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 11px;
    border: 1px solid #7f9db9;
    width: 150px;
    line-height: 18px;
    padding-left: 2px;
}

.DROPDOWNLIST1 {
    background: url(../images/login-input-bg.gif) no-repeat left top;
    border: 1px solid #d0d0d0;
    color: #444;
    height: 17px;
    font-size: 10px
}

.DROPDOWNLIST11 {
    background: url(../images/login-input-bg.gif) no-repeat left top;
    border: 1px solid #d0d0d0;
    color: #444;
}

.DROPDOWNLIST2, .DROPDOWNLIST2 INPUT {
    BORDER: 1PX SOLID #808080;
    COLOR: #000;
    FONT-FAMILY: VERDANA,ARIAL,HELVETICA,TAHOMA;
    FONT-SIZE: 10PX
}

.TDBOX {
    border: 1px solid #B4b4b4;
}

.TABLEBOX {
    border: 1px solid Gray;
}

.TRTABLEBOX {
    background-color: Gray;
    font-size: 11px;
    font-weight: bold;
    color: White;
}

.TDTABLEBOXLEFT {
    padding-left: 4px
}

.TDTABLEBOX {
    padding-top: 3px;
    padding-bottom: 3px;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color, .k-overflow-container .k-primary, .k-primary, .k-button.k-state-active:hover, .k-button:active:hover {
    background-color: #01906D !important;
    border-color: #01906D !important;
}

.chromVariationTable {
    width: 100%;
}

    .chromVariationTable td {
        text-align: center;
        vertical-align: middle;
    }

.greencornersbox {
    border-radius: 25px;
    border: 2px solid #4ab097;
    padding: 20px;
    width: auto;
    height: auto;
    background-color: #fff
}

.helpbuttonicon {
    background: url(../Images/info_icon.png) no-repeat left top;
    padding-left: 18px;
    display: block;
    height: 28px;
    text-decoration: none;
    font: normal 13px/23px Arial, Helvetica, sans-serif;
    color: #000;
    float: right;
    margin-top: 6px;
}

.greycolorText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    opacity: 0.4;
}

.link-button {
    background-color: #ffffff;
    border: #b5b5b5 solid 1px !important;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin: 6px 0 0 10px;
    float: left;
    border-radius: 5px;
}

.help-icon {
    background-image: url(../Images/help-web-button.png);
    background-position: center;
    background-repeat: no-repeat;
}

.refresh-icon {
    background-image: url(../Images/refresh-button.png);
    background-position: center;
    background-repeat: no-repeat;
}

.green_btnotactive {
    background: url(../Images/gray_bt_left.png) no-repeat top left;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    padding-left: 8px;

    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

    .green_btnotactive span {
        background: url(../Images/gray_bt_right.png) no-repeat top right;
        display: block;
        padding: 0 25px 4px 18px;
        font-size: 14px;
        color: #454545;
    }

    .green_btnotactive:hover {
        background: url(../Images/gray_bt_left.png) no-repeat top left;
    }

        .green_btnotactive:hover span {
            background: url(../Images/gray_bt_right.png) no-repeat top right;
        }
.mtoolmessage {
    font-size: 12px;
    font-weight: bold;
    font: Arial, Helvetica, sans-serif;
    color:#000;
    background-color:#fff;
}
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_TargetColorSpace_txtDescription,
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_TargetColorSpace_txtProfileDescription,
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_ProfilerOptions_txtProfileDescription,
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_ProfilerOptions_txtMPresetDescription,
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_ValidationSetup_txtMTPDesc {
	font-family: sans-serif;
	font-style: italic;
	font-size: 10pt;
	color: #222;
	background: #f6f6f6;
	border: solid 1px #888;
	border-radius: 6px;
	padding: 4px 5px;
}
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_TargetColorSpace_txtProfileDescription {
	width: 90% !important;
}
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_ProfilerOptions_txtProfileDescription {
	width: 100% !important;
}
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_ProfilerOptions_txtMPresetDescription {
	width: 90% !important;
}
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_ValidationSetup_txtMTPDesc {
	width: 180px !important;
	height: 80px !important;
}
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_ProfilerOptions_cmbSelectedPresets {
	width: auto;
}
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_SavePrintCondition_lblMPresetDescription,
#ContentPlaceHolder1_ucProjectSettingsContainer_ctrl_SavePrintCondition_lblPresetDescription {
	display: block;
	line-height: 12pt;
	padding-right: 6px;
}
	