﻿/* BUTTONAQUA */

.ButtonAqua
{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    font-family: 'Segoe UI';
    color: #ffffff;
    font-size: 12px;
    border-radius: 0px;
    padding: 6px;
    text-decoration: none;
    border: solid 1px #3498db;
    cursor:pointer;
}

.ButtonAqua:hover
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.ButtonAqua:active
{
	position:relative;
	top:1px;
}

.ButtonAqua:disabled
{
	background:silver;
    color:white;
    cursor:default;
}

.ButtonYesil
{
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Segoe UI';
	font-size:12px;
	padding:6px;
	text-decoration:none;
}

.ButtonYesil:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}

.ButtonYesil:active
{
	position:relative;
	top:1px;
}

.ButtonYesil:disabled
{
	background:silver;
    color:white;
    cursor:default;
}

.ButtonYesilDisabled
{
	background-color:silver;
	border:1px solid gray;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	padding:6px;
	text-decoration:none;
}

/*.ButtonAqua
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
    background-image: -ms-linear-gradient(bottom, #ededed 0%, #dfdfdf 100%);
    background-image: -moz-linear-gradient(bottom, #ededed 0%, #dfdfdf 100%);
    background-image: -o-linear-gradient(bottom, #ededed 0%, #dfdfdf 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #dfdfdf));
    background-image: -webkit-linear-gradient(bottom, #ededed 0%, #dfdfdf 100%);
    background-image: linear-gradient(to top, #ededed 0%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed', GradientType=0);
    background-color: #ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid Gray;
	display:inline-block;
	--color:#777777;
	font-family:'Segoe UI';
	font-size:9pt;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}

.ButtonAqua:hover
{
    background-image: -ms-linear-gradient(bottom, #dfdfdf 0%, #ededed 100%);
    background-image: -moz-linear-gradient(bottom, #dfdfdf 0%, #ededed 100%);
    background-image: -o-linear-gradient(bottom, #dfdfdf 0%, #ededed 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ededed));
    background-image: -webkit-linear-gradient(bottom, #dfdfdf 0%, #ededed 100%);
    background-image: linear-gradient(to top, #dfdfdf 0%, #ededed 100%);
    --filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf', GradientType=0);
    background-color: #dfdfdf;
}

.ButtonAqua:active
{
	position:relative;
	top:1px;
}
    
.ButtonAqua:disabled
{
	font-weight:normal;
}*/


/*.ButtonAqua
{
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:12pt;
	padding:3px 6px 3px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

.ButtonAqua:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.ButtonAqua:active
{
	position:relative;
	top:1px;
}

.ButtonAqua:disabled
{
	background:silver;
    color:white;
}*/






.arrow_box {
    padding:4px;
	position: relative;
	background: #88b7d5;
	border: 1px solid #c2e1f5;
    text-decoration:none;
    color:white;
    width:80px;
    text-align:center;
}

.arrow_box a{
    text-decoration:none;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 12px;
	margin-top: -12px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 14px;
	margin-top: -14px;
}








.ios-6-arrow.blue
{
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
  min-width: 20px;
  height: 26px;
  margin-left: 8px;
  border: 0;
  background: none;
  cursor: pointer;
}

.ios-6-arrow.blue.left:before
{
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.4) inset, -1px 4px 2px -4px rgba(0, 0, 0, 0.4) inset;
  background-color: #41618d;
  background-image: -webkit-linear-gradient(top right, #99aac2, #41618d);
  background-image: linear-gradient(to bottom left, #99aac2, #41618d);
  background-size: 20px 18px;
  -webkit-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
      -ms-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
          transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  display: inline-block;
  border-radius: 0 6px 0 6px;
  border-top-right-radius: 8px 5px;
  border-bottom-left-radius: 5px 8px;
  position: absolute;
  top: 2px;
  /*left: -7px;*/
  right:-10px;
  width: 22px;
  height: 22px;
  content: "";
  border-width: 0 0 1px 1px;
  border-color: transparent transparent transparent #7594bf;
  border-style: solid;
  background-position: -2px 0;
  background-repeat: no-repeat;
}

.ios-6-arrow.blue.left:after
{
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #41618d;
  background-image: -webkit-linear-gradient(top, #99aac2, #41618d);
  background-image: linear-gradient(to bottom, #99aac2, #41618d);
  background-size: 26px 26px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4) inset, -1px 1px 1px -1px rgba(0, 0, 0, 0.4) inset;
  text-shadow: 0 -1px 0 #474747;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 2px;
  margin: 0;
  padding: 5px 10px 5px 5px;
  width: auto;
  height: 26px;
  color: #fff;
  content: attr(data-title);
  text-decoration: none;
  white-space: nowrap;
  line-height: 16px;
  border-width: 0 0 1px 0;
  border-color: #7594bf;
  border-style: solid;
  font-weight: 500;
  font-size: 12px;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.ios-6-arrow.blue:hover:after
{
  background-color: #213147;
  background-size: 26px 26px;
  background-image: -webkit-linear-gradient(bottom, #31496a, #899db8);
  background-image: linear-gradient(to top, #31496a, #899db8);
}

.ios-6-arrow.blue:hover:before
{
  background-color: #213147;
  background-size: 20px 18px;
  background-image: -webkit-linear-gradient(bottom left, #31496a, #899db8);
  background-image: linear-gradient(to top right, #31496a, #899db8);
}