﻿@charset "UTF-8";
/* CSS Document */


.IOScontainer
{ width:100%; margin:0 auto; }
.IOSheader
{ height:50px;
}
.IOSheader h1
{ height:12px; color: darkgrey; /*text-shadow:10px 10px 3px #aaa;*/ }
.IOSheader h2
{ height:12px; color: darkgrey; text-indent:250px; /*text-shadow:10px 10px 3px #aaa;*/ }
.IOSbody
{ width:100%; height:400px; overflow:hidden; padding:10px 0; display: inline-block; position: relative;}

.IOSSatir
{
    float:left;
    position:absolute;
    top:30px;
    left:20px;
    width:90%;
}

.IOSSatir div.x1
{
    float:left; width:10%; margin-top:0px; color: darkgrey; padding-bottom:0px; min-width:100px; /*text-shadow:10px 10px 2px #aaa;*/
}

.IOSSatir div.x2
{
    float:left; margin-right:10px; width:1%; color: darkgrey; padding-bottom:0px; /*text-shadow:5px 5px 1px #aaa;*/
}

.IOSSatir div.x3
{
    float:left; margin-left:10px; width:80%; padding-bottom:0px;
}

.MeCapt
{
    position:relative;
    float: right;
    /*right:14%;
    bottom:0px;*/
}

.MeCapt div.bt
{
    float: left;
    padding-right: 10px;
}

.MeCapt div.bt p
{
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.MeCapt div.bt p span
{
    margin-left:20px;
}

.ddl
{
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-appearance: none;
    background-image: url('/App_Themes/SG/Images/Main/worldwide_black.png');
    background-position: 135px 6px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow:''; /*In Firefox*/
    margin-left: -10px;
    Width: 150px;
    Height: 19px;
    background-color: #CCCCCC;
    color: #666666;
}

#IOSForm  TEXTAREA, #IOSForm INPUT[type="text"]
  {
    font-family    :  tahoma, arial, snas-serif;
    font-size      :  12px;
    color          :  #000000;
    padding        :  1px;
    background     :  #EEEfff;
    border-left    :  solid 1px #c1c1c1;
    border-top     :  solid 1px #cfcfcf;
    border-right   :  solid 1px #cfcfcf;
    border-bottom  :  solid 1px #6f6f6f;
    border-radius  :  5px;
    /*height         :  20px;*/
    margin-left    :  -10px;
  }

#IOSForm INPUT[type="text"]:focus, #IOSForm INPUT[type="text"]:active 
  {
      border-color:#646464;
      background-color:#ffcf03;
  }

.IOSTextUC
{

    width   : 250px; text-transform: uppercase;
}

.IOSTextLC
{

    width   : 250px; text-transform: lowercase;
}

.IOSTextC
{

    width   : 250px; text-transform: capitalize;
}

.IOSNotText
{
    
    
    min-width   : 300px;
    max-width   : 100%;
    min-height  : 50px;
    max-height  : 100px;
    width       : 100%;
    height      : 100px;
    text-transform: initial;
}

.bildirim
{
    /*text-shadow:10px 10px 2px #aaa;*/
}






.button
{        
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    background-image: linear-gradient(top, #eee, #ccc);
}

.button:hover
{
	background-color: #ddd;        
	background-image: linear-gradient(top, #fafafa, #ddd);
	}

.button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus
{
	outline: 0;
	background: #fafafa;
}    

.button:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before
{
	content: "\271A";
}

.edit:before
{
	content: "\270E";        
}

.delete:before
{
	content: "\2718";        
}

.save:before
{
	content: "\2714";        
}

.email:before
{
	content: "\2709";        
}

.like:before
{
	content: "\2764";        
}

.next:before
{
	content: "\279C";
}

.star:before
{
	content: "\2605";
}

.spark:before
{
	content: "\2737";
}

.play:before
{
	content: "\25B6";
} 