/**************************************************
* $File: //p4-wdpro/Projects/Sites/ESPNWWOS/main-minify/web-app/src/public/static/css/jquery.custom.form.elements.css $
*
* $Author: flegp001 $
* $Revision: #1 $
* $Change: 1457315 $
* $Date: 2014/03/31 $
**************************************************/

.custom-text {
    border: 1px solid #CCC;
    width: 346px;
    height: 30px;
    font-size: 14px;
    padding-left: 5px;
}

.ie8 .custom-text {
    line-height: 30px;
}

.custom-text.not-focused {
    color: #DCDDDF;
    font-style: italic;
}

.custom-checkbox {
    border: 1px solid #898989;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    /*position: relative;*/
    position: static;
    top: 2px;
    vertical-align: top;
    width: 16px;
    overflow:hidden;
}

.custom-checkbox:focus {
    outline:thin dotted #666;
}
.custom-dropdown-option-line.custom-dropdown-option-selected .custom-checkbox,
.custom-checkbox-selected {
    background-position: -454px -35px !important;
}

.custom-checkbox-original {
    display: none;
}

.custom-radio {
    background-position: -38px -468px;
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: default;
    vertical-align: top;
    margin-top: 2px;
}

.custom-radio-selected {
    background-position: -57px -468px;
}

.custom-dropdown-wrapper {
    /*width: 165px;*/
    width: auto;
    padding: 1px;
    height:25px;
    position:relative;
    float: left;
    behavior:url(/public/static/css/pie.htc);
}

.custom-dropdown-wrapper.grey {
    box-shadow: #888 0px 1px 1px;
    -webkit-box-shadow: #888 0px 1px 1px;
    -moz-box-shadow: #888 0px 1px 1px;
    background-color: #acacac;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#acacac),to(#707070));
    background: -webkit-linear-gradient(#acacac,#707070);
    background: -moz-linear-gradient(#acacac,#707070);
    background: -ms-linear-gradient(#acacac,#707070);
    background: -o-linear-gradient(#acacac,#707070);
    background: linear-gradient(#acacac,#707070);
    -pie-background: linear-gradient(#acacac,#707070);
}

.ie9 .custom-dropdown-wrapper.grey {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#acacac', endColorstr='#707070');
}

.custom-dropdown-wrapper.grey .custom-dropdown {
    background-color: #ffffff;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#ffffff),to(#e1e1e1));
    background: -webkit-linear-gradient(#ffffff,#e1e1e1);
    background: -moz-linear-gradient(#ffffff,#e1e1e1);
    background: -ms-linear-gradient(#ffffff,#e1e1e1);
    background: -o-linear-gradient(#ffffff,#e1e1e1);
    background: linear-gradient(#ffffff,#e1e1e1);
    -pie-background: linear-gradient(#ffffff,#e1e1e1);
    color: #707070;
    cursor: pointer;
}

/* Using button instead of span for accessibility */
button.custom-dropdown-arrow {
    float: left;
    border: 0;
    cursor: pointer;
}

.d button.custom-dropdown-arrow,
.t button.custom-dropdown-arrow,
.m button.custom-dropdown-arrow {
    padding-right: 0;
}

.custom-dropdown-wrapper.grey .custom-dropdown-arrow {
    background-position: -221px -237px;
    margin-top: 8px;
    width: 15px;
    height: 10px;
}

.iphone button.custom-dropdown-arrow,
.ipad button.custom-dropdown-arrow {
    margin-right: 0;
    overflow: hidden;
    padding-right: 0;
    width: 15px;
    height: 10px;
}

.d .custom-dropdown-wrapper.grey:hover .custom-dropdown {
    color: #cc0000;
}
.d .custom-dropdown-wrapper.grey:hover .custom-dropdown-arrow {
    background-position: -238px -237px;
}

.custom-dropdown-wrapper.grey .custom-dropdown.disabled {
    cursor: default;
    color: #d7d7d7;
}
.custom-dropdown-wrapper.grey .custom-dropdown.disabled .custom-dropdown-arrow {
    background-position: -255px -237px;
}

.ie8 .custom-dropdown-wrapper.grey .custom-dropdown,
.ie9 .custom-dropdown-wrapper.grey .custom-dropdown {
    background-color: #e1e1e1;
}

.ie9 .custom-dropdown-wrapper.grey .custom-dropdown {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e1e1e1');
}

.custom-dropdown-wrapper.grey .custom-dropdown-option-list-container {
    background-color: #e1e1e1;
    border-color: #cfcfcf;
    font-size: 12px;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 25px;
    font-weight: bold;
    font-size: 11px;
    color: #636363;
    border-right: 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFF;
    behavior:url(/public/static/css/pie.htc);
}

.custom-dropdown span {
    float: left;
}

.custom-dropdown-text {
    padding: 3px 0 0 10px;
}

.custom-dropdown-arrow {
    background: transparent url(./images/SportsSprite.png) no-repeat -47px -71px;
    display: inline-block;
    width: 14px;
    height: 9px;
    cursor: default;
    float: right;
    margin: 9px 0 0 5px;
}

.ie8 .custom-dropdown-arrow {
    zoom: 1;
    position: relative;
}

.custom-dropdown-option-list-container {
    position: absolute;
    margin-left:-1px;
    display: none;
    height: 150px;
    width: 163px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    z-index: 20;
}

.custom-dropdown-option-list {
    position: relative;
    list-style: none;
    /*width: 300px;*/
    display: inline-block;
}

.custom-dropdown-option-list-container ol.custom-dropdown-option-list {
    margin-left: 0;
}

.custom-dropdown-option-list-scrollbar {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 100%;
    border-left: 1px #CCC solid;
}

.custom-dropdown-option-list-dragger-container {
    position: relative;
    height: 100%;
    background: linear-gradient(#F2F2F2, #FFFFFF);
}

.ie8 .custom-dropdown-option-list-dragger-container {
    background-position: -81px -489px;
}

.custom-dropdown-option-list-dragger {
    position: absolute;
    margin: 0 0 0 2px;
    width: 9px;
    height: 20px;
    top: 0;
    cursor: pointer;
    background-color: #AAA;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.custom-dropdown-option-list-dragger-bar {
    position: relative;
    line-height: 20px;
    width: 10px;
    margin: 0 auto;
    text-align: center;
}

.custom-dropdown-option-line {
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    font-family: "InspireTWDC", sans-serif;
    color: #363636;
}

.d .custom-dropdown-option-line:hover {
    color: #cc0000;
}
.custom-dropdown-option-hover {
    background-color: #EEE;
}

.custom-dropdown-option-selected {
    background-color: #CCC;
}

select.custom-dropdown-original {
    display: none;
}

.custom-slider {
    width: 453px;
    height: 18px;
}

.custom-slider a {
    width: 22px;
    height: 22px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.1em;
    margin-left: -.7em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    background-position: -51px -341px;
    width: 453px;
    height: 18px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background-position: -25px -340px;
}

.custom-slider-legends-container {
    display: inline-block;
    width: 100%;
}

.custom-slider-right-legend {
    float: right;
}