﻿
.green
{
    color: #6f9302;
}

.red
{
    color: #BF0000 !important;
}

.yellow
{
    color: #ff7700;
}

.grey
{
    color: #999;
}


#dropZone
{
    border-radius: 5px;
    border: 2px solid #ccc;
    background-color: #eee;
    width: 250px;
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    color: #555;
    margin: 50px auto;
}

#dropZone.hover
{
    border-color: #aaa;
    background-color: #ddd;
}

#dropZone.error
{
    border-color: #f00;
    background-color: #faa;
}
#dropZone.success
{
    border: 2px solid #99C600;
    background-color: #EFFFB9;
}
.dropZonekucuk
{
    border-radius: 5px;
    border: 2px solid #ccc;
    background-color: #eee;
    width: 250px;
    text-align: center;
    font-size: 18px;
    color: #555;
}

.dropZonekucuk.hover
{
    border-color: #aaa;
    background-color: #ddd;
}

.dropZonekucuk.error
{
    border-color: #f00;
    background-color: #faa;
}
.dropZonekucuk.success
{
    border: 2px solid #99C600;
    background-color: #EFFFB9;
}

.fisheye
{
    text-align: center;
    height: 50px;
    position: relative;
}
a.fisheyeItem
{
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    width: 40px;
    position: absolute;
    display: block;
    top: 0;
}
a.fisheyeItem2
{
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    width: 40px;
    position: absolute;
    display: block;
    bottom: 0;
}
.fisheyeItem img
{
    border: none;
    margin: 0 auto 5px auto;
    width: 100%;
}
.fisheyeItem2 img
{
    border: none;
    margin: 5px auto 0 auto;
    width: 100%;
}
.fisheyeItem span, .fisheyeItem2 span
{
    display: none;
    positon: absolute;
}
.fisheyeContainter
{
    height: 50px;
    width: 200px;
    left: 500px;
    position: absolute;
}
table tr.separator
{
    height: 10px;
}



.paketler-hide
{
    display: none;
}

.paketler-nav
{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 0px !important;
}

.paketler-nav:after
{
    display: block clear: both content: " ";
}

.paketler-nav li
{
    float: left;
    min-width: 70px;
    position: relative;
    top: 2px;
    background-color: #eee;
    color: #FFF;
    padding-top: 2px;
    padding-bottom: 2px;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-color: #eee;
    border-right-color: #eee;
    border-left-color: #eee;
    border-style: solid solid none;
    margin: 0 5px 0 0;
}

.paketler-nav a
{
    display: block;
    font-family: "Segoe UI" , "Trebuchet MS" , "Helvetica Neue" , Helvetica, "Lucida Sans Unicode";
    font-size: 11px;
    position: relative;
    z-index: 2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #2b3e42;
    background-position: 100% -100px;
    padding: 0 12px 0 0;
}

.paketler-nav a span
{
    display: block;
    font-family: "Segoe UI" , "Trebuchet MS" , "Helvetica Neue" , Helvetica, "Lucida Sans Unicode";
    font-size: 11px;
    min-width: 45px;
    min-height: 18px;
    width: auto;
    height: auto;
    background-position: 0 0;
    padding: 5px 0 0 15px;
}

.paketler-nav .paketler-selected
{
    position: relative;
    bottom: 5px;
    background-color: #FFF;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #eee;
    border-right-color: #eee;
    border-left-color: #eee;
    font-weight: bold;
}

.paketler-nav .paketler-selected a
{
    color: #000;
    background-position: 100% -150px;
    outline: 0;
}

.paketler-nav a:hover
{
    background-position: 100% -150px;
    outline: 0;
    cursor: pointer;
}

.paketler-nav a:focus
{
    background-position: 100% -150px;
    outline: 0;
    cursor: pointer;
}

.paketler-nav a:active
{
    background-position: 100% -150px;
    outline: 0;
    cursor: pointer;
}

.paketler-nav .paketler-disabled a:hover
{
    background-position: 100% -100px;
}

.paketler-nav .paketler-disabled a:focus
{
    background-position: 100% -100px;
}

.paketler-nav .paketler-disabled a:active
{
    background-position: 100% -100px;
}

.paketler-nav .paketler-selected a span
{
    padding-top: 7px;
    background-position: 0 -50px;
}

.paketler-nav a:hover span
{
    background-position: 0 -50px;
}

.paketler-nav a:focus span
{
    background-position: 0 -50px;
}

.paketler-nav a:active span
{
    background-position: 0 -50px;
}

.paketler-nav .paketler-disabled a:hover span
{
    background-position: 0 0;
}

.paketler-nav .paketler-disabled a:focus span
{
    background-position: 0 0;
}

.paketler-nav .paketler-disabled a:active span
{
    background-position: 0 0;
}

.paketler-nav .paketler-selected a:link
{
    cursor: text;
}

.paketler-nav .paketler-selected a:visited
{
    cursor: text;
}

.paketler-nav .paketler-disabled a:link
{
    cursor: text;
}

.paketler-nav .paketler-disabled a:visited
{
    cursor: text;
}

.paketler-nav .paketler-disabled
{
    opacity: .4;
    background-image: url(../images/bg-tab-disabled.gif);
}

.paketler-loading em
{
    font-style: normal;
}
.sekme_5 form .fiyat2
{
    font-family: "Segoe UI" , "Trebuchet MS" , "Helvetica Neue" , Helvetica, "Lucida Sans Unicode";
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.sekme_5 form .fiyat2 em
{
    color: red;
}
.sekme5-container
{
    clear: both;
    border: 2px solid #eee;
    background-color: #fff;
    line-height: 12pt;
    margin-top: 0;
}
.sekme_5 form .dipnot
{
    margin: 10px;
}
.flashred
{
    color: red !important;
    font-weight: 700 !important;
}
/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

fieldset
{
    border: #ddd 2px solid;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
}

fieldset ul, fieldset li
{
    list-style-position: inside;
    list-style-image: url(../images/status/bullet_blue.png);
}

legend
{
    font-size: 15px !important;
    font-family: "Segoe UI" , "Trebuchet MS" , "Helvetica Neue" , Helvetica, "Lucida Sans Unicode" !important;
    font-weight: 700 !important; /* text-shadow: 1px 1px 0px #ddd; */
    color: #f40 !important;
    margin-left: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.kolaymenu
{
    font-size: 12px;
    margin-bottom: 10px;
    padding: 1px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}

table.kolaymenu tr td.baslik
{
    padding-left: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    background: #91aa9d url(../images/kolaymenu.gif) no-repeat;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    text-shadow: 1px 1px 0px #036;
}

table.kolaymenu tr td.menuitem
{
    background-color: #fff;
    padding: 4px;
    line-height: 24px;
}

table.kolaymenu tr td.menuitem:hover
{
    background-color: #ddd;
}

table.kolaymenu tr td.menuitem a
{
    font-size: 12px;
    color: ccc;
    text-decoration: none;
}
table.kolaymenu tr td.menuitem a:hover
{
    color: 333;
    text-decoration: none;
}
.xyz-selected
{
    display: none !important;
}
.xyz-selected.active
{
    display: block !important;
}
.pager span
{
    font-weight: bold;
    font-size: 16pt;
}

.layer1
{
    margin: 0;
    padding: 0;
    width: 100%;
}


.content
{
    padding: 5px 10px;
    background-color: #fafafa;
}
.gen
{
    width: 30px;
    height: 25px;
}
input[type=button] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #aaa;
text-align:center;
color:#FFF;
background:url('../images/bg_button.png') repeat top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px
}

input[type=submit] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #aaa;
text-align:center;
color:#FFF;
background:url('../images/bg_button.png') repeat top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px
}

input[type=reset] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #aaa;
text-align:center;
color:#FFF;
background:url('../images/bg_button.png') repeat top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px
}

.inputbutton {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #aaa;
text-align:center;
color:#FFF;
background:url('../images/bg_button.png') repeat-x top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:4px 10px
}

.inputbutton img {
margin-bottom:-2px;
}

input[type="text"][readonly] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #999;
color:#aaa;
background-color:#f0f0f0;
font-weight:700;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px
}

input[type="submit"][disabled] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #ccc;
text-align:center;
color:#aaa;
background:url('../images/bg_button.png') repeat top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px
}

input:hover[type="submit"][disabled] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #ccc;
text-align:center;
color:#aaa;
background:url('../images/bg_button.png') repeat top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px
}

input:hover[type=button] {
background:url('../images/bg_button_h.png') repeat-x top left;
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
color:#000
}

input:hover[type=submit] {
background:url('../images/bg_button_h.png') repeat top left;
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
color:#000
}

input:hover[type=reset] {
background:url('../images/bg_button_h.png') repeat top left;
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
color:#000
}

.inputbutton:hover {
background:url('../images/bg_button_h.png') repeat-x top left;
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
color:#000
}

input[type=text] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #999;
color:#333;
font-weight:700;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px
}

input:hover[type=text] {
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

input[type=password] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #999;
color:#333;
font-weight:700;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px
}

input:hover[type=password] {
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}
/* youtube checkbox başlangıç*/
label.checkbox input {
    position: absolute;
    left: -9999px;
}

label.checkbox .text {
    font: 12px/14px sans-serif;
    color: #666;
    position: relative;
    top: -3px;
    padding-left: 10px;
}

label.checkbox .checkbox {
    display: inline-block;
    width: 36px;
    height: 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .26);
    position: relative;
    transition: 300ms background;
}

label.checkbox .checkbox span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .4);
    border-radius: 50%;
    transition: 300ms left, background;
}

label.checkbox input:checked + .checkbox {
    background: #83b1f4;
}

label.checkbox input:checked + .checkbox span {
    background: #4285f4;
    left: 16px;
}

label.checkbox input:checked + .checkbox + .text {
    color: #4285f4;
}
/* youtube checkbox bitiş*/

/* selectbox */
select.selectbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 215px;
    height: 32px;
    border: 2px solid #d3d3d3;
    border-radius: 6px;
    line-height: 22px;
    padding: 0 13px;
    background: #f8f8f8 url(/images/arrow-down.png) no-repeat right;
    cursor: pointer;
    transition: 300ms border-color;
}

select.selectbox:hover {
    border-color: #939393;
}

select.selectbox:focus {
    outline: 0;
}
/* selectboxbitis */