body {
}
/*Image style*/
#imgBtnMatchSP:hover {
    border-style: none;
    content: url(../Images/Settings_RGB_gray_NT.png);
}


/*Dropdown styles*/

.DrpDownSelectstyle {
    -moz-appearance: none;
    -webkit-appearance: none;
    /*background: url(../Images/s-31px-hpeNew.png) no-repeat scroll 93.5% -1126px rgba(0,0,0,0);*/
    border: 2px solid #CCCCCC !important;
    color: #007DBA;
    font-family: HPSimplified,arial;
    font-size: 16px;
    height: 25px;
    text-indent: 0.01px;
    text-overflow: "";
    width: auto;
    padding: 1px 0 !important;
}

    .DrpDownSelectstyle:optional {
        border-bottom: 1px solid #CCCCCC;
        color: #007DBA;
        padding: 8px 45px 8px 10px;
    }

    .DrpDownSelectstyle:hover {
        border: 2px solid #5a5a5a !important;
    }


    .DrpDownSelectstyle::-ms-expand {
        display: none;
    }

.Labelselect {
    position: relative;
    display: inline-block;
}

    .Labelselect:after {
        background: url("../Images/s-31px-hpeNew.png") no-repeat scroll 159.5% -1126px #ffffff;
        color: black;
        content: "";
        height: 11px;
        padding: 8px 13px 2px;
        position: absolute;
        right: 0;
        pointer-events: none;
        top: 0;
        border: 2px solid #cccccc !important;
    }

    .Labelselect:hover:after {
        border-right: 2px solid #5a5a5a !important;
        border-top: 2px solid #5a5a5a !important;
        border-bottom: 2px solid #5a5a5a !important;
    }






/*******************************************/

/*******************Select style************************/
/*select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../Images/s-31px-hpeNew.png) no-repeat scroll 93.5% -1126px rgba(0,0,0,0) ;
    border: 2px solid #CCCCCC !important;
    color: #007DBA;
    font-family: HPSimplified,arial;
    font-size: 16px;
    height: 25px;
    padding: 8px 45px 8px 8px;
    text-indent: 0.01px;
    text-overflow: "";
    width: auto;
}
select option {
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    padding: 8px 45px 8px 10px;
}

select::-ms-expand{ display: none; }*/

/*******************************************************/


/*CheckBox style */

@font-face {
    font-family: 'hpIcon';
    src: url(../CSS/Font/icon-font.eot?9mcz99);
    src: url(../CSS/Font/icon-font.eot?#iefix9mcz99) format('embedded-opentype'), url(../CSS/Font/icon-font.woff?9mcz99) format('woff'), url(../CSS/Font/icon-font.ttf?9mcz99) format('truetype'), url(../CSS/Font/icon-font.svg?9mcz99#icon-font) format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type="checkbox"] {
    -moz-appearance: none;
    font: 1em "hp-icons1";
    height: 0px; /*1px*/
    position: relative;
    z-index: -1;
    text-overflow: "";
    /*visibility: hidden;*/
    width: 0px;
}

    input[type="checkbox"] + label {
        cursor: pointer;
    }

span.chbox {
    display: inline-block;
}

input[type="checkbox"] + label:before {
    background: none repeat scroll 0 0 #ffffff;
    font-family: "hpIcon";
    /*border: 2px solid #767676;*/
    color: #cccccc;
    content: "\e600";
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    margin-right: 5px;
    padding-top: 1px;
    width: 20px;
}

input[type="checkbox"]:hover + label:before {
    /*border: 3px solid #000000;*/
    color: #5a5a5a;
}

input[type="checkbox"]:checked + label:before, input.validation-failed[type="checkbox"]:checked + label:before {
    /*background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #0096D6;*/
    color: #0096d6;
    content: "\e601";
}

input[type="checkbox"]:checked:hover + label:before {
    background: none repeat scroll 0 0 #ffffff;
    /*border: 3px solid #0096D6;*/
    color: #0096d6;
    content: "\e601";
}

input[type="checkbox"][disabled="disabled"] + label:before, input[type="checkbox"][disabled="disabled"]:hover + label:before {
    background: none repeat scroll 0 0 #E5E8E8;
    border: 3px solid #767676;
    color: #E5E8E8;
    content: "\e601";
}

input.validation-failed[type="checkbox"] + label:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #FF0000;
    color: #FFFFFF;
    content: "\e601";
}

input[type="checkbox"].invalid + label:before {
    color: #ffffff;
    background: none repeat scroll 0 0 #ffffff;
    content: '\e601';
    border: 3px solid #ff0000;
}

/*input[type="checkbox"] + label.enabled:before
{
	background-color: #0096d6;
	border: 3px solid #0096d6;
	content: '\e600';
	color: #FFFFFF;
}*/

input[type="checkbox"] + label.enabled:before {
    background-color: #ffffff;
    /*border: 3px solid #ffffff;*/
    color: #0096d6;
    content: "\e601";
}
