#ajaxloader-container {
    display: none;
    width: 100%;
    z-index: 9999;
}

#ajaxloader {
    background-image: url('cmo/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 70px;
    margin: auto;
}

.colum-wrapper {
    width: 100%;
}

.right-column {
    float: right;
    width: 250px;
    margin-left: 10px;
}

.left-column {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
#inlineDatepicker .ui-datepicker th{ letter-spacing:-1px}
#inlineDatepicker {
    float: right;
    width: 250px;
    margin-left: 10px;
    padding-bottom: 35px;
}

#inlineDatepicker:before,
#inlineDatepicker:after {
    content: "";
    display: table;
} 
#inlineDatepicker:after {
    clear: both;
}
#inlineDatepicker {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.category_filter{ clear:both}
.htradio_item button {
    padding-left: initial;
    padding-right: initial;
    margin: initial;
}
.jp-repeat, .jp-shuffle { box-sizing: content-box; overflow:hidden;  padding:0; margin:0 }
.jp-volume-controls .jp-mute, .jp-volume-controls .jp-volume-max{  box-sizing: content-box; overflow:hidden;  padding:0; margin:0}
.jp-controls button{  box-sizing: content-box; overflow:hidden;  padding:0; margin:0}

#mediatable {
    width: 100%;
}

.htradio_list_title_div {
    cursor: pointer;
    background: transparent url('../../../../templates/gk_news/images/arrow_bullet.png') no-repeat right 3px;
    padding: 0 20px 16px 0px;
}

    .htradio_list_title_div:hover, .selected_mediadate {
        color: #1265A0;
        font-weight: bold;
    }

.category_filter ul li input, .category_filter ul li label {
    cursor: pointer;
}

.category_filter ul li label {
    padding-right: 5px;
}

.filter_header {
    padding-top: 25px;
    font-weight: bolder;
    font-size: 1.2em;
}

.filter-button {
    background-color: #1265A0!important;
    border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border: 1px solid silver!important;
    font-weight: bolder!important;
    font-size: 1.2em!important;
    line-height: normal!important;
    margin-top: 15px!important;
}

.missing-field {
    border: 2px solid #f85555!important;
}

.jp-audio {
    width: 100%;
}

    .jp-audio .jp-controls {
        width: 92%;
    }

.jp-playlist ul {
    font-size: 1em;
}
.jp-controls {
    float: right;
    width: initial!important;
	width: auto!important;
}
.jp-volume-controls {
    left: 50px;
}
.jp-audio .jp-type-playlist .jp-toggles {
    left: 70px;
}
.jp-audio .jp-type-playlist .jp-progress {
    width: 40%;
}
.jp-audio .jp-type-playlist .jp-time-holder {
    width: 40%;
}
.jp-audio, .jp-audio-stream, .jp-video {
    font-family: 'Droid Arabic Kufi', Arial, sans-serif;
    border: 1px solid #1265A0;
    color: #1265A0;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    font-weight: bold;
    color: #1265A0;
}

.calendars-month-year {
    background: url("rd_images/arrow.png") no-repeat 100% 0px;
    width: 75px!important; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: #333;
    font-weight: normal;
    font-size: 1em;
    line-height:1.2em;
    /*margin: 0 0 10px;
    padding: 6px 0; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */*/
    border: 0 none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    *background-image:none; /* turn bg image for IE7 */
    background: url('rd_images/arrow.png') no-repeat 0% -5px #fff; /* fallback bg image*/
    background: url('rd_images/arrow.png') no-repeat 0% -5px;
    background: url('rd_images/arrow.png') no-repeat 0% -5px;
    background: url('rd_images/arrow.png') no-repeat 0% -5px;
    background: url('rd_images/arrow.png') no-repeat 0% -5px;
    background: url('rd_images/arrow.png') no-repeat 0% -5px;
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}

@media (max-width: 480px) {
.jp-audio .jp-type-playlist .jp-progress{ left:10px !important}
.jp-volume-controls{ left:10px !important}
.jp-audio .jp-type-playlist .jp-time-holder{ left:10px !important}
.jp-audio .jp-type-playlist .jp-toggles{  left:110px !important; top:5px !important}

}
@media (min-width: 320px) and (max-width: 769px) {

    .column-wrapper {
        display: table;
        width: 100%;
    }

    .left-column, .right-column {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
    }

    .left-column {
        display: table-header-group;
    }

    .right-column {
        display: table-footer-group;
    }

    .jp-audio .jp-type-playlist .jp-progress {
        left: 140px;
    }

    .jp-audio .jp-type-playlist .jp-progress {
        width: 130px;
    }

    .jp-volume-controls {
        position: absolute;
        top: 8px;
        left: 185px;
        width: 200px;
    }

    .jp-audio .jp-type-playlist .jp-time-holder {
        left: 140px;
        width: 130px;
    }
}
