/* Dropdown control */
.selectBox-dropdown {
    min-width: 67px;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: url(../images/SelectboxIPad/drpmain.png) 0% center no-repeat;
    display: inline-block;
    cursor: default;
    float: left;
    margin-top: 3px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
    background: url(../images/SelectboxIPad/drpmain_hover.png) 0% center no-repeat;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-family:Arial, Helvetica, sans-serif;
    font-size:19px;
    color: red;
    font-weight: bold;
}

.selectBox-dropdown .selectBox-arrow {
}


/* Dropdown menu */
.selectBox-dropdown-menu {
    width: 160px !important;
    background-color: #04112d;
    border: solid 3px #04112c;
    margin: 0px;
    -webkit-padding-start: 0px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 40px black;
    position: relative;
    font: normal 14px/16px Helvetica, Sans-serif;
    font-weight: bold;

    background-color: white;
    margin: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px;

    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    /*top:40% !important;*/
    z-index: 99999999999;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;

}
.selectBox-dropdown.selectBox-menuShowing:after{  border-bottom: 22px solid #04112C; border-left: 22px solid transparent; border-right: 22px solid transparent; content: "";
   height: 0;  left: 12px;  position: absolute;  top: 30px; width: 0;}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

.selectBox-dropdown-menu span {
    position: absolute;
    top: -18px;
    left: 10px;
    height: 30px !important;
    width: 30px;
    border: solid 2px #04112d;
    border-bottom: none;
    border-right: none;
    background-color: #04112d !important;
    -webkit-transform: rotate(45deg);
    -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(#000000), color-stop(0.5,#000000), color-stop(0.5, transparent), to(transparent));
    -webkit-box-shadow: 2px 2px 20px black;
}
/* Options */
.selectBox-options,
.selectBox-options LI {
    font-size: 18px !important;
    line-height: 36px;
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;

}

.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
    -webkit-tap-highlight-color:transparent;
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    color:#000;
}

.selectBox-options LI:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4286f5), to(#194fdb));
    color: #fff;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-image:url(../images/SelectboxIPad/rightarrow.png);
    background-position: 94% center;
    background-repeat:no-repeat;
    background-color:transparent;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

#alertMsg{
    width:100%;
    height:100%;
    background:#fff;
    position: absolute;
    display:none;
    top:0;
    left:0;
    z-index:2147483648;
}
#alertMsg img{
    width:614px;
    height:307px;
    position:absolute;
    top:47%;
    left:50%;
    margin-left:-307px;
    margin-top: -153.5px;
}