﻿@import url('https://fonts.googleapis.com/earlyaccess/droidarabickufi.css');



.breakingnews {
    width: auto;
    background: #B80808;
    float: right;
    position: absolute;
    right: 0;
    z-index: 100;
    text-align: center;
    height: 49px;
    padding: 10px 15px 0 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    top: 0;
    box-shadow: -5px 4px 5px #930a0a;
}


    .breakingnews a {
        color: #ffffff !important;
        font-family: 'Bahij TheSansArabic Semibold';
        font-weight:300;
    }






.blinking {
    animation: animate 1.5s linear infinite;
}
@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}








.str_wrap {
    overflow: hidden;
    //zoom:1;
    width: 100%;
    line-height: 29px !important;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    font-size: 16.5px;
    color: #000000;
    direction: rtl;
    height:35px !important;
    
}









.str9 a {
    margin: 0 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Bahij TheSansArabic Semibold';
    font-weight: 300;
}




.str9 span {
    width:200px;
    margin-left:8px;
    position:relative;
    padding:0 30px;
    
}



.str9 span img {
    height:25px;
    width:auto;
    position:absolute;
}







.str_wrap.str_active {
	background:none;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:4px; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}







.bapaladaxstn {
    margin: 9px !important;
    width: 73px !important;
    float: left !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 4px !important;
    box-sizing: border-box !important;
    position: absolute !important;
    border-radius: 2px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
}


    .bapaladaxstn:hover {
        color: #000000 !important;
        background: #c20606;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }


.bapaladaxstn i {
    float: right;
    margin-top: 6px;
margin-right: 3px;
}











/*@media screen and (max-width:960px) {
.hawalibapala {
    width: 100%;
    background: #fee402;
    float: right;
    position: relative;
    bottom: 0;
    z-index: 1000;
}


.breakingnews {
    height: 40px;
    padding: 6px 15px 0 15px;
    font-size: 16px;
}
}*/