﻿.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next
{display:none;}
#mapSection
{
    padding-top: 20px;
    padding-bottom:20px;
    position:relative;
}
.mapLoading
{
    position: absolute;
    height: 100%;   
    background: rgba(239, 239, 239, 0.7);
    padding-top: 30% !important;
}
#mapSection > div {
display: inline-block;
vertical-align: top;
}
#mapSection > div:nth-child(1)
{
    width: 35%;    
    margin-left: 1%;
}
#map-canvas {height: 100%;width:100%; margin: 0; padding: 0;position:relative;}
.headersSection
{
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dddddd;
    position: relative;
}
.headersSection h1,.headersSection > div,.headersSection select
{ 
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
}
.headersSection div
{
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-weight: 400;
    text-align:center;
    cursor: pointer;
    font-size: 14px;
}
#latestWeekBtn
{
    position: relative;
    right: 4px;
}
.headersSection select
{
    margin-left: 0;
    font-size:15px;
    font-family: Al-Jazeera-Arabic-regular, "arabic typesetting", serif;
    height: 34px;
    padding-right: 12px;
    background:transparent;
    position: absolute;
    width: 155px;
    top: 0;
    right:0;
    border: none;
}
.activeMapTab
{
border: solid 1px #ddd;
border-bottom: solid 1px #fff;
padding-top: 13px;
padding-bottom: 15px;
margin-bottom: -11px;
color: #000;
cursor: text!important;
padding-left: 10px;
padding-right: 10px;
}
#chooseWeek,#latestWeek,#mostNew
{
    border: solid 1px #dddddd;
    border-top: none;
}
#chooseWeek
 {
    display:none;
    padding: 20px;
    position: absolute;
    background: #fff;
    border-top: solid 1px #dddddd;
    left: 1px;
    top: 51px;
    width: 85.6%;
 }
#chooseWeek div
{
    text-align: right;
    float: right;
    width: 100%;
    margin-bottom: 10px;     
}
 #chooseWeekBtn
 {
     z-index: 1;
    position: relative;
    background: #fff;
 }
 #latestWeek{display:none;}
.newsHolder
{
    padding:20px;
}
.newsHolder:nth-child(even)
{
    background:#f6f6f6;
    border-top:solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}
.imageHolder,.linkTimeHolder
{
    display: inline-block;
    vertical-align: top;
}
.imageHolder
{width: 43.2%;}
.linkTimeHolder
{
    padding-right: 15px;
    width: 51%;
}
.linkTimeHolder h1 a
{
    font-size:12px;
    color:#000;
}
.mainWordsHolder
{padding-top:10px;}
.mainWordsHolder h1
{
    font-size:12px;
    float: right;
    margin-left: 5px;
}
.mainWordsHolder ul{line-height: 21px;}
.mainWordsHolder ul li,.mapInfo ul li
{
    display: inline-block;
    vertical-align: top;   
}
.mainWordsHolder ul li a{font-family: Al-Jazeera-Arabic-Bold,"arabic typesetting",serif;font-size: 11px;}
.mainWordsHolder ul li:after
{
    content: "";
    margin-right: 5px;
    margin-left: 5px;
}
.mapInfo ul li {
margin-right: 10px;
}
.mainWordsHolder ul li:last-child:after
{
    content: "";
    margin-right: 0;
    margin-left: 0;
}
#latestWeek,#mostNew
{
    max-height: 530px;
    overflow-y: scroll;
}
#bigMapHolder
{
    width: 60%;
    height: 532px;
    padding-top: 51px;
    position: relative;
    margin-right:-4px;
}
.mapInfo
{
    position: absolute;
    width: 100%;
    height: 45px;
    background-color: rgba(255,255,255,0.4);
    margin-top: -62px;
    padding-top: 17px;
    padding-right: 20px;
}
.circularDiv
{
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 200px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.grayInfo{background:url('/Views/Shared/newsmap/images/greyKey.png');}
.greenInfo{background:url('/Views/Shared/newsmap/images/greenKey.png');}
.yelowInfo{background:url('/Views/Shared/newsmap/images/yellowKey.png');}
.redInfo{background:url('/Views/Shared/newsmap/images/redKey.png');}
.blueInfo{background:url('/Views/Shared/newsmap/images/blueKey.png');}

#chooseWeek input {
   width: 75%;
float: left;
margin-right: 2%;
height: 26px;
background: #f5f5f5;
border: solid 1px #bfbebe;
text-align: center;
font-size: 1em;
font-family: Al-Jazeera-Arabic-Bold,"arabic typesetting",serif;
}
#chooseWeek button {
    width: 100%;
    font-size: 1em;
    font-family: Al-Jazeera-Arabic-Bold,"arabic typesetting",serif;
    margin-top: 3px;
    display: inline-block;
    
}
.clsBtn {
    position: absolute;
    width: 20px !important;
    height: 20px;
    border-radius: 100px;
    min-width: 0px;
    padding: 0px;
    font-family: serif !important;
    top: -1px;
    left: 1px;
    background: url('/Views/Shared/shared/images/media/membership-back.jpg') no-repeat 0px 0px;
    border: none;
}
.clsBtn:hover {
background-position: 1px -22px;
}
#chooseWeek label 
{
   margin-right: 2%;
    float: right;
    font-size: 12px;
    line-height: 25px;
}
.noDataDiv
{
    text-align: center;
    padding: 3%;
}


#chooseWeek div input::-webkit-input-placeholder { color:#f00; }
#chooseWeek div input::-moz-placeholder { color:#f00; } /* firefox 19+ */
#chooseWeek div input:-ms-input-placeholder { color:#f00; } /* ie */
#chooseWeek div inputinput:-moz-placeholder { color:#f00; }
.loadingHolder
{
    width: 100%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.loadingHolder img
{
    width: 30px !important;
    height: 30px !important;
}
.topicMod .story-topics h1
{
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.topicMod .story-topics .list-mod
{
    display: inline-block;
    list-style-type: none !important;
    width: 88px;
    vertical-align: top;
    padding: 0;
}
.topicMod .story-topics h1:after
{
        content: ":";
    display: inline-block;
    vertical-align: top;
}
.topicMod .story-topics .list-mod li
{
    display: inline-block;
    font-size: 12px;
}
.topicMod .story-topics .list-mod li a
{
    display: inline-block;
    vertical-align: top;
}
.topicMod .story-topics .list-mod li:after
{
    content: ",";
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-left: 3px;
}
.topicMod .story-topics .list-mod li:last-child:after
{
    content: "";
    margin-right: 0;
    margin-left: 0;
}
/*popUpMap*/
.gm-style-iw > div{overflow:visible !important;}
.gm-style-iw > div > div{overflow:visible !important;}
#orgWidth{width:449px;}
.popUpContainer
{
width: 105%;
height: 304px;
position: relative;
}
.popoUpTitle
{
    color:#bbbbbb;
    text-align: center;
    background:#333333;
    font-size:17px;
    padding-top:15px;
    padding-bottom:14px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}
#popUpNewsHolder
{
    width: 100%;
    background: #fff;
    height: 221px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.popUpContainer > a
{
    display: block;
    width: 100%;
    text-align: center;
    font-size:17px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}
.TimeAndTitle
{
    border-bottom: solid 1px #dddddd;
    padding-top: 10px;
    padding-bottom: 30px;
    position:relative;
}
.TimeAndTitle time a,.noClink
{
    position: absolute;
    left: 15px;
    top: 10px;    
}
.TimeAndTitle > a
{
    display: block;
    width: 100%;
    color: #333333;
    font-size:15px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}
.CloseMapPopUp
{
    position: absolute;
  left: 4px;
  top: 4px;
    background: #ffffff;
    color: #c1c1c1;
    border-radius: 100%;
    border: solid 1px #c1c1c1;
    width: 20px; 
    height: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.cLinks
{
    border-bottom:solid 1px #dddddd;
}
.cLinks>a {
display: inline-block;
vertical-align: top;
font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
font-size: 13px;
}
.cLinks>a:after
{
    content:"-";
    margin-right:5px;
    margin-left:5px;
}
.cLinks>a:last-child:after
{
    content:"" !important;
    margin-right:0px !important;
    margin-left:0px !important;
}
.CloseMapPopUp:hover{background: #333333;}
.mapIconLabel 
{
    filter:none!important;
width: 23px;
height: 23px;
text-align: center;
position: relative;
top: -23px;
right: 12px;
font-weight: bold;
font-size: 10px;
padding-top: 4px;
background-repeat: no-repeat !important;
pointer-events: none;
color: #000 !important;
}
.wrapperSelect
{
    margin-left: 0;
    font-size: 15px;
    font-family: Al-Jazeera-Arabic-regular, "arabic typesetting", serif;
    height: 34px;
    padding-right: 12px;
    background: #eaeaea;
    position: absolute;
    width: 124px;
    top: 9px;
    overflow: hidden;
    border: solid 1px rgb(169, 169, 169);
    background-image: url('/Views/Shared/shared/images/media/black-arrow.png');
    background-repeat: no-repeat;
    background-position: 8px;

}
.wrapperSelectCal
{
    width: 70px;
    height: 22px;
    padding:0px;
    float: right;
    position: relative;
    overflow: hidden;
    top: 5px;
    border: solid 1px rgb(169, 169, 169);
    background: #fff;
    background-image: url('/Views/Shared/shared/images/media/black-arrow.png');
    background-repeat: no-repeat;
    background-position: 6px;
}
.wrapperSelectCal select {
position: absolute;
right: 0px;
width: 90px !important;
background: transparent;
border: none;
}
#tabtab-area-2
{
    display:none;
}
.ajaStyle
{
    font-size: 14px;
    font-family: Al-Jazeera-Arabic-regular, "arabic typesetting", serif; 
    padding: 6px;
}
.bigMapFilter
{
    position: fixed;
    top: 40px;
    z-index: 2147483648;
    background: #fff;
    right: 0px;
}
.pullBigFil
{
    position: absolute;
    top: 50px;
    left: -20px;
    background: url("/Views/Shared/mediaknowledgegate/homeknowledgegate/images/close.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.rotatedArr
{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ipad768Width
{
    width: 164px;
    height: 46px;
    border-top: solid 1px #dddddd;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100% 100%;}
    
    .linkTimeHolder .topicMod {
        font-size: 12px;
        vertical-align: top;
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}
.linkTimeHolder .topicMod+a {
font-size: 12px;
vertical-align: top;
font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}
    
@media only screen and (max-width: 1024px)/**media for PopUp Map**/
{
    #orgWidth
    {width:300px;}
.mapInfo 
{
    padding-top: 10px;
    padding-bottom: 7px;
}
}
#selectoption option
{
    padding:1px;
}
/**media section**/
@media only screen and (width: 1024px)
{
    #bigMapHolder
    {
        width: 56%;
    }
    .mapInfo{width: 96%;}
}
@media only screen and (width: 768px)
{
    #mapSection > div:nth-child(1)
    {max-width: 270px;}
    .headersSection h1, .headersSection > div, .headersSection select {font-size: 11px;}
    .headersSection select {margin-right: 0px;z-index: 99;}
    #bigMapHolder {width: 60%;padding-top: 44px;}
    .mapInfo{width: 95%;}
    .imageHolder {width: 40%;}
    #mapSection{position:relative;}    
    #bigMapHolder
    {
        position: relative;
        top: 2px;
        left: 0px;
    }
.wrapperSelect{left: -157px;}
}
@media only screen and (max-width: 767px)
{
    #tabtab-area-2
{
    display:block;
}
    #mapSection{display:none;}
    #mapSection > div:nth-child(1)
    {max-width: 100%;}
    .headersSection h1, .headersSection > div, .headersSection select {
        width: calc(95% / 4);
        font-size: 13px;
    }
    .headersSection select {
    font-size: 10px;
    padding-right: 7px;
    }
    .imageHolder {
    width: 100%;
    }
    .linkTimeHolder {
        padding-right: 0;
        width: 100%;
    }
    #latestWeek {
        max-height: 400px;
        overflow-y: scroll;
    }
    #bigMapHolder {
        width: 100%;
        height: 300px;
        padding-top: 20px;
    }
    .mapInfo {
        
        width: 75%;
        padding-top: 0;
        padding-right: 10px;
    }
    #chooseWeek
    {z-index: 999999;}
}
#ui-datepicker-div
{
    width:200px;
}
.ui-datepicker table {
width: 200px !important;
font-size: .5em !important;
margin: 0 0 0 0 !important;}
.ui-datepicker td {
padding: .1em .1em  !important;

}
.ui-datepicker th{
padding: .1em .1em !important;
}
.ui-datepicker-year
{font-size:10px !important;}
.ui-datepicker .ui-datepicker-title select
{
    font-size:10px !important;
    font-family: Al-Jazeera-Arabic-regular, "arabic typesetting", serif;
}
.ie9Error
{
    color:Red !important;
    font-family: Al-Jazeera-Arabic-Bold,"arabic typesetting",serif !important;
    font-size: 1em !important;
    left: 0px !important;
    top: 3px !important;
    width: 75% !important;
    text-align: center !important;
    position: absolute !important; 
    cursor:text !important;
    height:20px;
}
.heightNoData
{
    height: 120px;
}
#popUpNewsHolder1
{
    text-align: center;
    font-size: 14px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    padding-top: 6px;

}
.mapStyle
{
    position: absolute;
    top: 40px;
    left: 46px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    line-height: 8px;
}
.mapStyle:selection{background:transparent;}
.mapStyle > div {
border: solid 1px #ddd;
width: 10px;
height: 10px;
display: inline-block;
vertical-align: top;
background: #ddd;
cursor:pointer;
}
.activeMapDesign
{background: #fff !important;}
.fullMap
{
    position: fixed !important;
        top: -51px !important;
    z-index: 999999999999999 !important;
    width: 100% !important;
    height: 100% !important;
    right: 0px !important;
}
