﻿#mask {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 999;
}

#mobilemask {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 10002;
}

#mask.karanlik {
    opacity: 0.9;
}

#maskalert {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1001;
}


/*.popup {
   
    display: none;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    border-radius: 4px;
    border-style: solid;
    border-width: 0px;
}*/



.popup {
    display: none;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
}

.popupMobile {
    display: none;
    float: left;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 10003;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
    background-color: #1B75BB;
    width: 100%;
    margin: auto 0;
    height: 550px;
    font-size: 30px;
    text-align: center;
}


.popupAlert {
    display: none;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1005;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
    background-color: whitesmoke;
}

.allInfoPopup {
    display: none;
    float: left;
    position: fixed;
     top: 50%;
    left: 50%;
    /*top: 110px;
    left: 5px;*/
    z-index: 1010;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
    border-color: #3399cc;
}

img.btn_close
{
 
    float: right;
    margin:  10px 15px 0 0;
}


    .popup h3{background:#5f6f81; line-height:30px; padding-left:10px; color:#fff; font-weight:normal; margin:0;border-top-left-radius:1px;border-top-right-radius:1px;border-style: solid;  border-width: 0px;  }
     .popup h3 a{ float:right; display:block; width:30px; height:30px; background:#00aeef url(images/kapat-icon.png) no-repeat center;border-top-right-radius:1px;border-style: solid;  border-width: 0px; }


         
  .popupAlert h4{background:#fc6042; line-height:30px; padding-left:10px; color:#fff; font-weight:normal; margin:0;border-top-left-radius:1px;border-top-right-radius:1px;border-style: solid;  border-width: 0px;  }
     .popupAlert h4 a{ float:right; display:block; width:30px; height:30px; background:#fc6042 url(images/kapat-icon.png) no-repeat center;border-top-right-radius:1px;border-style: solid;  border-width: 0px; }


     .popupMobile .imgGzmDiv{ width: 100%; margin-top: 50px;}
      .popupMobile .imgGzmDiv img{height: 117px; width: 417px}
       .popupMobile .baslik1{ color: #fff; margin: 10px}
        .popupMobile .baslik2{color: #fff; margin: 10px;}
         .popupMobile .baslik2 span{color: #ff6a00; font-weight: bold;}
          .popupMobile .link{width: 100%; cursor: pointer; margin: 50px 0 50px 0;}
           .popupMobile .link img{height: 90px; width: 480px}
           .popupMobile .masaustuGit{color: #fff; margin: 10px; cursor: pointer}