/* 
    Document   : style_static
    Created on : May 21, 2015, 2:06:45 PM
    Author     : arnop
    Description:
        Purpose of the stylesheet follows.
*/
.contentNameDownload {
    color: #FFFFFF;
    /*display: block;*/
    /*font-size: 1.2em;*/
    /*font-weight: bold;*/
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    /*border: 0px solid #000000;*/
    text-overflow: ellipsis;
}


/*// music new static arm*/
.playerWrapper {
    background-color: #a5415d;
    box-sizing: border-box;
    /*font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;*/
    /*font-size: 12px;*/
    margin: auto;
    max-height: 100%;
    min-height: 60px;
    overflow: hidden;
    margin-top: 2%;
}
.controlsButtons::after {
    clear: both;
    content: "";
    display: block;
    float: none;
    height: 0;
}
.controlsButtons * {
    -moz-user-select: none;
}
.wMini .controlsButtons {
    padding-right: 90px;
}
.playerControlsWrapper {
    color: #fff;
}
.wNormal .controlsPlayPause, .wMini .controlsPlayPause {
    display: block;
}
.controlsPlayPause {
    background-position: center -42px;
    border: 1px solid #484e53;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 36px;
    margin-right: 10px;
    opacity: 0.8;
    width: 36px;
}

.icon {
    background: rgba(0, 0, 0, 0) url("../images/player-widget-icons.png?997355168") no-repeat scroll 0 0;
}

.controlsPlayPause {
    background-position: center -42px;
    border: 1px solid #484e53;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 36px;
    margin-right: 10px;
    opacity: 0.8;
    width: 36px;
}
.isPlaying .controlsPlayPause {
    background-position: center -16px;
}

.linkA{
    color: white;
    text-decoration: underline;
}
.musicHit{
    /*border: 2px solid #f598b1;*/
    /*border-radius: 0.5em;*/
    /*border-bottom: 1px solid #f598b1;*/
    border-bottom: 1px solid #f598b1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin-left: 1%;
}
.btPlay{
    margin-left: 2%;
    margin-top: 6%;
}
.textDownload{
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: white;
    color: white;
}
.textDownload:hover{
    color: #000;
    text-decoration: underline;
    text-decoration-color: black;
}
.textDownloadContent{
    cursor: pointer;
    font-weight: bold;
    color: white;
}
.textDownloadContent:hover{
    text-decoration: underline;
    text-decoration-color: black;
}
.textDownloadNoUnderline{
    cursor: pointer;
    color: white;
    font-weight: bold;
}
.textDownloadNoUnderline:hover{
    color: #000;
    text-decoration-color: black;
}
.textDownloadF{
    cursor: pointer;
    color: white;
    text-decoration: none;
}
.textDownloadF:hover{
    color:#de5656;
}

.label-yellow {
    color: #fff100;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.height5{
    height: 5px;
}
.height10{
    height: 10px;
}
.rbtIvrNumber {
    color: #ffffff !important;
    margin-top: -2%;
    margin-left: 7%;
}
.imgOperAll{
    height: 37px;
    width: 79px;
    border-radius: 3px;
    background-color: white;
    margin-top: 4%;
    margin-left: 35%;
    text-align: center;
}
.textF{
    font-weight: bold;
    text-align: center;
    padding-top: 5%;
}
.categories{
    /*border-bottom: 1px solid #ffffff;*/
}
.call{
    color: #ffffff !important;
    text-decoration: none;
}

.rpwe-thumb {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    padding: 1px;
}
.subPromoteMusic{
    /*margin: 10%;*/
    padding-left: 3%;
    padding-top: 5%;
}
.textBig{
    font-size: 22px;
    font-weight: bold;
}
.textHilight{
    /*    font-size: 25px;*/
    font-weight: bold;
    color: #fff200;
}
.imgYouTube{
    margin-top: 20%;
    width: 50px;
}
/*responsive text queries*/ 
@media screen and (max-width: 992px) {
    p,.btn,input,div,span,h4 {
        font-size: 120%;
    }
    h1 {
        font-size: 24px;  
    }
    h2 {
        font-size: 22px;  
    }
    h3 {
        font-size: 18px;  
    }

}
@media screen and (max-width: 972px) {
    p,.btn,input,div,span,h4 {
        font-size: 100%;
    }
    h1 {
        font-size: 20px;  
    }
    h2 {
        font-size: 19px;  
    }
    h3 {
        font-size: 15px;  
    }
    .imgYouTube{
        margin-top: 5%;
        width: 50px;
    }
}
@media screen and (max-width: 320px) {
    .imgYouTube{
        margin-left: -190%;
        margin-top: 20%;
        width: 50px;
    }
}

/*//*/
/*            Implements ...*/

body{
    color: white;
}

div.text_name
{
    white-space:nowrap; 
    width:auto; 
    overflow:hidden; 
    border:0px solid #000000;
    text-overflow:ellipsis;
}

#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    /*                width: 100%;
                      height: auto;  
    
    */
    width: 100px;
    height: 100px;
}

#synopsis_body p{
    text-indent:50px;
    /*                padding-left:55em;*/
    /*                margin-left:5em;*/
}

.ui-dialog-titlebar-close{
    background-image:url('images/close.png');
    background-size: 16px;
}

.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}
.page-header > h2 {
    color: #ffffff;
}
.page-header > h2 > span{
    color: #ffffff;
}

.lead > span > p {
    color: #ffffff;
}

#synopsis_body > p {
    color: #ffffff;
}

#drama_artist > p{
    color: #ffffff;
}
#drama_artist > h3{
    color: #ffffff;
}

div.quiz_style{
    /*                border: 1px solid white; */
    border-radius:1em; 
    padding:0px;
    margin:10px;
}

.textLinkVdo{
    text-align: center;
    color:white;
}
.textLinkVdo:hover{
    text-decoration: underline;
    color: white;
}
.textHeaderVdo{
    font-size: 26px;
    color: white;
    font-weight: bold;
}

div.drama_synopsis_style{
    /*border: 1px solid white;*/ 
    border-radius:1em; 
    padding-top:5px;
    /*margin:10px;*/
}

div.btn_read_more{
    border: 1px solid white;
    font-size: 14px; 
    cursor: pointer;
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
}

div.btn_read_more:hover{
    color: #5e905e;
    background-color: white;
}

div.ringtone{
    border: 2px solid #f598b1;
    border-radius:1em; 
    padding-bottom: 3%;
}


/*music*/   img.download_magenta {
    width:120px; height:30px; background:url(../../images/dl-magenta01.gif) 0 0;
}
img.download_magenta:hover {
    width:120px; height:30px; background:url(../../images/dl-magenta02.gif) 0 0;
}

img.download_blue {
    width:120px; height:30px; background:url(../../images/dl-blue01.gif) 0 0;
}
img.download_blue:hover {
    width:120px; height:30px; background:url(../../images/dl-blue02.gif) 0 0;
}

img.download_blue_bb {
    width:165px; height:30px; background:url(../../images/dl-blue-bb01.gif) 0 0;
}
img.download_blue_bb:hover {
    width:165px; height:30px; background:url(../../images/dl-blue-bb02.gif) 0 0;
}

#close_player {
    position: fixed;
    bottom: 30px;
    right: 0px;
    cursor: pointer;
}

#music_hitz_menu li{
    vertical-align: central;
    display: inline;
    line-height: 45px;
}

span.music_menu{
    border: 1px solid white;
    font-size: 22px; 
    cursor: pointer;
}

span.music_menu:hover{
    box-shadow: 1px 1px 2px #777;
    /*                font-size: 24px; */
    color: #df577b;
    background-color: white;
    /*                cursor: pointer;*/
}

span.music_menu_active{
    box-shadow: 1px 1px 2px #777;
    /*                font-size: 24px; */
    color: #df577b;
    background-color: white;
    /*                cursor: pointer;*/
}

table.music_list{
    color: white; 
}

.imgYouTube{
    padding: 10px;
}

.imgiTunes{
    padding: 10px;
}

img.music_play_btn {
    width:16px; height:20px; background:url(../../images/bt-play-1.png) 0 0;
}
img.music_play_btn:hover {
    width:16px; height:20px; background:url(../../images/bt-play-2.png) 0 0;
}
img.music_download_btn {
    width:18px; height:20px; background:url(../../images/bt-load-1.png) 0 0;
}
img.music_download_btn:hover {
    width:18px; height:20px; background:url(../../images/bt-load-2.png) 0 0;
}
img.music_share_btn {
    width:22px; height:20px; background:url(../../images/bt-share-1.png) 0 0;
}
img.music_share_btn:hover {
    width:22px; height:20px; background:url(../../images/bt-share-2.png) 0 0;
}
img.music_add_btn {
    width:40px; height:40px; background:url(../../images/add-2.png) 0 0;
}
img.music_add_btn:hover {
    width:40px; height:40px; background:url(../../images/add-1.png) 0 0;
}
#subMusic{
    padding-top: 10%;
}
.bodyGreen100{
    width: 100%;
}
.bodyGreen73{
    width: 73%;
}
.headerContent{
    /*text-align: center;*/
    margin-left: 0%;
    vertical-align: central;
    font-weight: bold;
    font-size: 20px;
}
.Youtube{
    margin-top: -5px;
    position: absolute;
}
.bodyPink{
    display: inline-block;
    float: right;
    width: 75%;
}
.bodyPink2{
    display: inline-block;
    float: left;
    width: 100%;
    margin-left: 4%;
}
.facebookPink{
    position: absolute;
    margin-left: 19.3%;
    margin-top: -1.5%;
}
.facebookPink2{
    position: absolute;
    margin-left: 49%;
    margin-top: 16%;
}

/*//*/
.bold{
    font-size: 20px;
    font-weight: bold;
}
.omyim-style{
    font-size: 25px;
    font-weight: bold;
}
.chacter-detailPic{
    text-align: center;
}
.u-sttyle{
    font-size: 16px;
    text-align: center;
}
.tags{
    color: white;
    cursor: pointer;

}
.copy{
    text-align: right;
}
.textBeforeDetail{
    text-indent: 50px;
}
