
/* DL Modified mobiscroll select control theme JQM */
/* Created 28/05/2014 */

/* body of control */
.jqm-dlweb .dwwr {
    background: none repeat scroll 0 0 #F5F5F5;
}

/* top and bottom scroll buttons */
.jqm-dlweb .dw .dwwb {
    box-shadow: none;
    color: #7E7E7E;
	background: none repeat scroll 0 0 #F5F5F5;
}
/* hidden control "+" and "-" */
.jqm-dlweb .dwwb span {
    display: none;
}
/* position of top and bottom scroll buttons */
.jqm-dlweb .dwwb:before {
    font-size: 26px;
    left: 0;
    position: absolute;
    text-shadow: none;
    top: 0;
    width: 100%;
}
.jqm-dlweb  .dwwbp{
	bottom: 0 !important;
	top: auto !important;
}
.jqm-dlweb .dwwbm {
	bottom: auto !important;
	top: 0 !important;
}


/* wheel control */
.jqm-dlweb .dw .dwwl, .jqm-dlweb .dw .dww {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
	border: 0 none;
}
/* main items in focus on wheel, most likely was used for shadowing other items not currently in focus. Currently off. */
.jqm-dlweb .dwwms .dwwol {
    display: none;
}
/* each item in wheel, it does not use a list it uses divs. */
.jqm-dlweb .dww .dw-li {
    font-size: 18px;
    text-shadow: none;
	color: #000000;
}
/* each item in wheel. Text padding to correct location. */
.jqm-dlweb .dwwms .dw-li {
    padding-left: 5px !important;		
    padding-right: 36px !important;
}
/* clicked on item in wheel. */
.jqm-dlweb .dww .dw-li.dw-hl {
   background: none repeat scroll 0 0 rgba(76, 126, 176, 0.5);
}
/* checkbox */
.jqm-dlweb .dwhl {
    padding: 1px 10px;
}
/* checkbox */
.jqm-dlweb .dwwms .dw-li:after {
    border: 1px solid #424542;
    content: "";
    height: 14px;
    left: auto;
    line-height: 14px;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
	text-shadow: 0;
	color: #4C7EB0;
}
/* selected checkbox */
.jqm-dlweb .dwwms .dw-msel:after {
    content: "✔";
}