
.ozelWin{
    position: absolute;
    left: 100px;
    width:454px;
    height:322px;
    background-image: url(ui_ozelbg.png);
    background-repeat: no-repeat;
    transform: scaleX(0.8) scaleY(0.8);
    transform-origin: 0 0;
}
.ozelWin *{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
   
    
}
.ozelWinTitle {
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /*border: 1px solid red;*/
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 36px;
    top: 6px;
    width: 260px;
    height: 30px;
    text-align: left;
    
}

.ozelWinMaxButtons{
    /*border: 1px solid red;*/
    width: 140px;
    height: 36px;
    position: absolute;
    text-align: right;
    left: 310px;
    top: 2px;
}
/* butonlari azicik sikilastir*/
.ozelWinMaxButtons > img{
    margin-left: -4px;
}
.ozelWinChatLog {
       font-family: "Tahoma",sans-serif;
       font-size: 16px;
       position: absolute;
       color: #000;
      /*border: 1px solid red;*/
       left: 8px;
       top: 44px;
       width: 438px;
       height: 234px;
       max-height: 234px;
       overflow-x: hidden;
       overflow-y: scroll;
       word-break:break-all;
      letter-spacing: 0.5px;
       
       
}

.ozelWinChatInputDiv {
    position: absolute;
    left: 6px;
    top: 288px;
    /*border: 1px solid yellow;*/
    width: 378px;
    height: 26px;
    
}
.tintButton {
  filter: none;
  -webkit-filter:none;
}
.tintButton:hover { 
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  
   
}



.ozelWinInput{
    background-color: #F6F6F6;
    font-family: Tahoma,sans-serif;
    font-size: 22px;
    width: 375px;
    height: 24px;
    border: none;
    outline: none;
}

.ozelWinSmileyGonderButton {
    width: 70px;
    height: 31px;
    position: absolute;
    left: 385px;
    top: 286px;
   
}
.ozelWin_gonderBtn {
    margin-left: -3px;
}
.ozelWin_smileyBtn {
    backface-visibility: hidden;
}
.ozelWinTemizle {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 396px;
    top: 44px;
}

/* kucult*/
.ozelPenKucult {
    width: 259px;
    height: 43px;
    background-image: url(ui_ozel_minbg.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.ozelPenKucukAlert {
    width: 259px;
    height: 43px;
    background-image: url(ui_ozel_minbg.png);
    background-repeat: no-repeat;
    overflow: hidden;
}



ozelPenKucult :nth-child(1) { 
  display: none; 
}



.ozelWinMinButtons {
    display: none;
    position: absolute;
    left: 184px;
    width: 70px;
    top: 5px;
}
.ozelWinMinButtons *{
    margin-left: -2px;
    
}
.ozelWinMinButtonsShow {
    display: block;
    position: absolute;
    left: 184px;
    width: 70px;
    top: 5px;
}
.ozelWinMinButtonsShow *{
    margin-left: -2px;
    
}
.ovalKenar5{
       -moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
    border-radius: 5px;  
}
.ovalKenar8{
       -moz-border-radius: 8px;  
    -webkit-border-radius: 8px; 
    border-radius: 8px;  
}

.ozelWinAllowDeny {

    border: 1px solid #CCCCCC;
    font-family: Arial;
    font-weight: bold;
    color: #970000;
    font-size:16px;
    position: absolute;
    left: 16px;
    top: 80px;
    width: 400px;
    height:130px;
    background: rgb(212,212,212);
    background: linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 32%, rgba(229,229,229,1) 100%);
    text-align: center;
    vertical-align:middle;
}
.ozelWinAllowDenyShow {
    
    border: 1px solid #CCCCCC;
    font-family: Arial;
    font-weight: bold;
    color: #970000;
    font-size:16px;
    position: absolute;
    left: 16px;
    top: 80px;
    width: 400px;
    height:130px;
    background: rgb(212,212,212);
    background: linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 32%, rgba(229,229,229,1) 100%);
    text-align: center;
    vertical-align:middle;
}
.ozelWinAllowDeny button{
    width: 120px;
    height: 30px;
    font-weight: bold;
    outline: none;
}
.yesilButton {
background: rgb(11,118,12);
background: linear-gradient(0deg, rgba(11,118,12,1) 0%, rgba(61,176,3,1) 50%);
color: white;
  border-color: #4CAF50;
  font-weight: bold;
  width: 80px;
  height: 40px;
}




.kirmiziButton {
    background: rgb(150,4,11);
background: linear-gradient(0deg, rgba(150,4,11,1) 0%, rgba(208,19,2,1) 50%);
color: white;
  border-color: #D01302;
    font-weight: bold;
  width: 80px;
  height: 40px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.noselect *{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}



  .glow {
   font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #e60073, 0 0 0px #e60073, 0 0 0px #e60073, 0 0 0px #e60073, 0 0 0px #e60073;
  }
  to {
    text-shadow: 0 0 2px #fff, 0 0 3px #ff4da6, 0 0 4px #ff4da6, 0 0 5px #ff4da6, 0 0 6px #ff4da6, 0 0 7px #ff4da6, 0 0 8px #ff4da6,0 0 8px #ff4da6, 0 0 8px #ff4da6, 0 0 9px #ff4da6, 0 0 10px #ff0000;
  }
}
