﻿@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

* {
    margin: 0px;
    padding: 0px;
}

a, input, button {
    outline: none !important;
    text-decoration: none;
}

.ui-datepicker-month {
    color: #0470a0;
}

.ui-datepicker-year {
     color: #0470a0;
}


#cross {
    background-image:url(../images/close.png);
    background-repeat:no-repeat;
    background-size: 20px;
    width:20px;
    height:20px;
    position:fixed;
    top:0px;
    right:0px;
    z-index:9999;
}

input {
    border-color:#0470a0;
    background-color:white;
    color:#0470a0;
    border-style:solid;
    font-size:small;
    padding-right:5px;
    padding-left:5px;
}

.cornered-button {
    border: 1px solid #0470a0;
    background-color:white;
    color:#0470a0 !important;
    border-style:solid;
    padding-right:5px;
    padding-left:5px;
}

.nohorizontaloverflow {
    overflow-x:hidden !important;
}

body {
    font-family: verdana,'Droid Arabic Kufi', sans-serif;
    overflow-x:hidden !important;
}

#WholeWrapper {
    width: 100%;
    position: relative;
}

#topColor {
    width: 100%;
    height: 10px;
    background-color: #0470a0;
    float: right;
}

#logo {
    float: left;
    margin: 10px;
    margin-left:1%;
}

#loginSection {
    width: 50%;
    height: 30px;
    float: right;
    margin: 10px;
    margin-right:1%;
    margin-top: 15px;
}

#loginlink {
    border-left: 1px solid #979797;
    padding-left: 38px;
    font-size: 16px;
    color: #1b1d25;
    float: right;
    background-image: url(../images/logout.png);
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: center;
    background-position: left 10px center;
    display: block;
    cursor:pointer;
}

#loginSection a:hover {
    color: #4b4d57;
}

#SignUp {
    padding-left: 28px;
    padding-right: 10px;
    font-size: 16px;
    color: #1b1d25;
    float: right;
    background-image: url(../images/add_user.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    background-position: left 0px center;
    display: block;
}

.logout {
    padding-left: 33px;
    padding-right: 10px;
    font-size: 16px;
    float: right;
    background-image: url(../images/logthefout.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    background-position: left 0px center;
    display: block;
    margin-left:20px;
}

footer {
    width: 100%;
    text-align: center;
    height: 45px;
    background-color: #1b1d25;
    /*position: absolute; removed as per Gulftoday request*/
    position:fixed;
    bottom: 0px;
    font-size: 18px;
    color: #0470a0;
    line-height: 45px;
    text-align: center;
    z-index:9999;
}

.Newspaper {
    width: 18%;
    margin: 5px 1%;
    min-height: 10px;
    float: left;
}

.clear {
    width: 100%;
    height: 1px;
    clear: both;
}

.Newspaper img {
    display: block;
    margin: 10px 7%;
    width: 86%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.newsWrapper {
    border: 1px solid #d3d7da;
    width: 100%;
    position:relative;
}

.newsWrapperIcon, .newsWrapperIconReadTrue, .newsWrapperIconReadFalse{
    z-index:1;
    position:absolute;
    width:35px;
    height:35px;
    right:0px;
    bottom:0px;
    background-position:right bottom;
}
.newsWrapperIconReadTrue {
    background: url(../images/read.png) no-repeat;
}

.newsWrapperIconReadFalse {
    background: url(../images/lock.png) no-repeat;
}

.bottomText {
    background-color: #f5f6f6;
    border: 1px solid #d3d7da;
    padding: 10px 0px;
}

    .bottomText p {
        text-align: center;
        font-size: 18px;
    }

.NewsDate {
    color: #606060;
}

.NewsName {
    color: #000;
}

.NewsVersion {
    color: #0470a0;
}

.Newspaper:hover a img {
    opacity: 0.7;
}

/*loginMenu*/
.login {
    position: relative;
}

.loginMenu::before, .loginMenu:before {
    content: "";
    display: block;
    margin-right: 36px;
    position: absolute;
    top: -28px;
    background-image: url('../images/arrowlogin.png');
    width:37px;
    height:28px;
}

.loginMenu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 12px #aeaeae;
    -webkit-box-shadow: 0px 0px 12px #aeaeae;
    -moz-box-shadow: 0px 0px 12px #aeaeae;
    right: 0px;
    opacity: 0;
    position: absolute;
    text-align: right;
    top: 0px;
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    visibility: hidden;
    width: 262px;
    z-index: 999;
}
.innerMenu{
    width:220px;
    min-height:100px;
    float:right;
    margin-right:21px;
    margin-top:21px;
    margin-bottom:21px;
    background-color:#323232;
    border-radius:3px;
}
.personalPic {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: block;
    clear: both;
    border-radius: 40px;
    border: 5px solid #0470a0;
    margin-top: 15px;
    overflow: hidden;
}

    .personalPic img {
        width: 100%;
        min-height: 68px;
        border-radius: 40px;
        overflow: hidden;
    }

.loginInput {
    width: 60%;
    float: right;
    margin-right: 15%;
    height: 40px;
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 40px;
    margin-top: 15px;
    text-align:left;
    font-size:13px;
    color:#1b1d25;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: verdana,'Droid Arabic Kufi', sans-serif;
}

.forgetPass {
    width: 90%;
    float: right;
    margin-right: 5%;
    clear: both;
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size:12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
}

.loginButtonCot {
    background-color: #282828;
    float: right;
    width: 100%;
    border-top: 1px solid #444444;
    height: 90px;
    margin-top: 15px;
}

.loginButton {
    border: none;
    background: none;
    text-shadow: 1px 1px 1px #03557a;
    width: 70%;
    float: right;
    margin-right: 15%;
    text-align: center;
    color: #fff;
    background-color: #0470a0;
    border-radius:2px;
    height: 42px;
    margin-top: 23px;
    font-size:13px;
    font-weight:bold;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    font-family: verdana,'Droid Arabic Kufi', sans-serif;
}

    .loginButton:hover {
        background-color: #b8b8b8;
    }

.forgetPass:hover {
    color: #b8b8b8 !important;
}
/**/
#login_name {
right:-100%;
}
    #login_name.com {
    right:1%;
    display:block;

    }
#login_name span{
line-height:27px;
font-size:16px;
display:block;
float:right;
}
#login_name img {
    width:27px;
    height:27px;
    display:inline-block;
    float:right;
    margin-right:10px;
     border-radius: 50%;
}

/*Page 3 Things*/
.select {
    float: left;
    font-size: 18px;
    color: #fff;
    border-right: 1px solid #0470a0;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 25px !important;
    margin-top: 10px;
    cursor: pointer;
}

    .select:hover, .selected {
        color: #0470a0 !important;
    }

    .select:first-child {
        padding-left: 0px;
    }

    .select:last-child {
        padding-right: 0px;
        border: none;
    }

#Filter {
    /*width: 635px; updated adnan*/
    /*width:40%;removed adnan*/
    margin: 0 auto;
}

.select i {
    float: right;
    margin-left: 10px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.parent {
    position: relative;
}

#Calenderxx1 {
    min-width: 50px;
    min-height: 50px;
    position: absolute;
    bottom: 40px;
    display: none;
}

.opened i {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}



/*Options 20_12*/
.select1 {
    float: left;
    font-size: 18px;
    color: #fff;
    margin-right:20px;
    line-height: 25px !important;
    margin-top: 6px;
    cursor: pointer;
}
.borderLeft {
    border-right: 1px solid #0470a0;
    padding-right:20px;
}
.select1 img {
margin-top:5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    .select1 img:hover {
        opacity:0.7;
    }

.txtPaging {
border:none;
background:none;
background-color:#36383e;
line-height:100%;
line-height:30px;
height:30px;
text-align:center;
font-size:18px;
color:#fff;
width:40px;
margin-top:1px;
}
.w510 {

/*width:510px !important;*/
display: inline-block;
}
.select1.en {
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
}
.borderLeft.en {
    padding:0px;
    border:none;
        border-left: 1px solid #0470a0;
    padding-left:20px;
}


  .scrollPanel
        {
            position: absolute;
            
            z-index:9999;
             overflow-x:hidden;
            overflow-y:scroll;
            direction:rtl;/* added adnan only for english*/
            padding-right:15px;/* added adnan only for english*/
        }

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0470A0; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px White; 
}

@media only screen and (max-device-width : 1024px) {
   .select1 {
    float: left;
    font-size: 18px;
    color: #fff;
    margin-right:4px !important;
    line-height: 25px !important;
    margin-top: 6px;
    cursor: pointer;
}

   
.Newspaper {
    width: 25%;
    margin: 5px 1%;
    min-height: 10px;
    float: left;
}

#loginlink {
        border-left:none !important;
    }

    #SignUp {
        padding-top:5px;
        padding-right:0px;
    }

    .arrow {
        width:30px !important;
    }

     .bottomText p {
        font-size:12px;
    }

     .select{
         margin-top:5px;
        padding-left:9px;
        padding-right:9px;
        float:right;
    }

    .select a, label {
        font-size:12px;
    }

    #Calenderxx1 {
        left:-100%;
    }

    .select1 img {
        width:90%;
        padding-left:3px;
        padding-right:3px;
        margin-top:0px;
    }

   #viewport {
        width:100%;
        height:100%;
        border:none;
    }

    #cross {
     z-index:9999;
    }

    
}