﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #4c4c4c;
}

a:link, a:visited {
    color: #000000;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

a:active {
    color: #000000;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-family: Arial;
    text-transform: capitalize;
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* Site İçi normal butonlar  
----------------------------------------------------------*/
.butonum {
    background: #7fb0ff;
    border-radius: 10px;
    padding: 3px 6px;
    display: block;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border: 1px solid #7fb0ff;
    width: auto;
    margin: 0px auto;
    -webkit-transition: box-shadow 0.5s;
}

    .butonum:before {
        border-radius: 10px;
        padding: 3px 6px;
        display: block;
        font-family: arial;
        font-weight: bold;
        font-size: 14px;
        color: #808081;
        text-decoration: none;
        border: 1px solid #7fb0ff;
        width: auto;
        margin: 0px auto;
    }

    .butonum i {
        float: right;
        margin-top: 2px;
    }

    .butonum:hover {
        color: #000000;
        background: #FFFFFF;
    }

    .butonum:active {
        color: #000000;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
        background: -webkit-linear-gradient(top, #d1d1d1 0%,#ffc1bb 100%);
    }

/*Site İçi Yazılar-----------------------*/
.siteyazi {
    color: #000001;
    font-family: Tahoma;
    font-size: 12px;
}

.siteyaziy {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 24px;
}

.siteyaziy1 {
    color: #000000;
    font-family: Tahoma;
    font-size: 24px;
}

.siteyazi1 {
    color: #000001;
    font-family: Tahoma;
    font-size: 14px;
}

.siteyazib {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 12px;
}

.siteyazib1 {
    color: #ffffff;
    font-family: Verdana;
    font-size: 16px;
}

.siteyazib2 {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 14px;
}

.siteyazisari {
    color: #ffff00;
    font-family: Tahoma;
    font-size: 14px;
}

.siteyaziu {
    color: #ffd800;
    font-family: Tahoma;
    font-size: 14px;
}

.siteyazif {
    color: #de0000;
    font-family: Tahoma;
    font-size: 14px;
}

.siteyazik18 {
    color: #000001;
    font-family: Tahoma;
    font-size: 18px;
}

.listeyazi {
    color: #000000;
    font-family: Tahoma;
    font-size: 14px;
}

.katyazi {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 22px;
}

.anayazi1 {
    color: #000001;
    font-family: Tahoma;
    font-size: 20px;
}

.anayazi1-2 {
    color: #228B22;
    font-family: Tahoma;
    font-size: 20px;
}

.anayazi2 {
    color: #000001;
    font-family: Tahoma;
    font-size: 34px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: auto;
    height: auto;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
}

.resred {
    /*text-shadow: -2px -2px 0 #A84155;*/
    background: #FAFAFA;
    box-shadow: 4px 4px 5px #666666;
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
    -webkit-transition: background-color 1s ease-in-out; /* Chrome ve Safari */
    -moz-transition: background-color 1s ease-in-out; /* Mozilla */
    -o-transition: background-color 1s ease-in-out; /* Opera */
    transition: background-color 1s ease-in-out; /* Standart CSS3 Kodu */
    background-color: #ffffff; /* varsayilan arkaplan renk */
}

    .resred:hover {
        background: #FAFAFA;
        box-shadow: 4px 4px 5px #666666;
        -webkit-box-shadow: 4px 4px 5px #666666;
        -moz-box-shadow: 4px 4px 5px #666666;
        -webkit-transition: background-color 0s ease-in-out; /* Chrome ve Safari */
        -moz-transition: background-color 0s ease-in-out; /* Mozilla */
        -o-transition: background-color 0s ease-in-out; /* Opera */
        transition: background-color 0s ease-in-out; /* Standart CSS3 Kodu */
        background-color: lightgray; /* üzerine gelince değişecek olan arkaplan renk */
    }

.resred1 {
    /*text-shadow: -2px -2px 0 #A84155;*/
    background: #FAFAFA;
    border: 2px solid #2b4dff;
    box-shadow: 4px 4px 5px #666666;
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
    border-radius: 10px 10px 10px 10px;
}

.logintablo {
    max-width: 700px;
    margin: 20px 6px 6px 6px;
    padding: 10px 6px 10px 6px;
    background: none;
    background-color: #FF6699;
    opacity: 0.8;
    vertical-align: central;
    text-align: center;
    -webkit-border-radius: 25px 5px 25px 5px;
    -moz-border-radius: 25px 5px 25px 5px;
    border-radius: 25px 5px 25px 5px;
}

.loginlogo {
    max-width: 700px;
    margin: 80px 6px 6px 6px;
    padding: 10px 6px 10px 6px;
    background: none;
    background: linear-gradient(#7FFF00, #FFFFFF, #7FFF00);
    opacity: 0.8;
    vertical-align: central;
    text-align: center;
    -webkit-border-radius: 25px 5px 25px 5px;
    -moz-border-radius: 25px 5px 25px 5px;
    border-radius: 25px 5px 25px 5px;
}

.loginorta {
    margin: 0 auto;
    padding: 6px 6px 6px 6px;
    vertical-align: central;
    text-align: center;
}

.loginkutu {
    background-color: transparent;
    max-width: 180px;
    min-width: 100px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 3px 5px 3px 5px;
}

.orta {
    /*text-shadow: -2px -2px 0 #A84155;*/
    margin: 0px 3px 0px 3px;
    padding: 6px 6px 6px 6px;
    background: #FAFAFA;
    vertical-align: central;
    text-align: center;
    border: 2px solid #2b4dff;
    box-shadow: 4px 4px 5px #666666;
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
    border-radius: 10px 10px 10px 10px;
}

.blokresim {
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
    border-radius: 10px 10px 10px 10px;
}

.ortafis {
    /*text-shadow: -2px -2px 0 #A84155;*/
    margin: 0px 3px 0px 3px;
    padding: 6px 6px 6px 6px;
    background: #FAFAFA;
    vertical-align: central;
    text-align: left;
    border: 2px solid #2b4dff;
    box-shadow: 4px 4px 5px #666666;
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.orta_slider {
    background-color: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #FAFAFA;
    vertical-align: central;
    text-align: left;
    border: 2px solid #2b4dff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 4px 4px 5px #666666;
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
}

.ortamobil {
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    background: #FAFAFA;
    vertical-align: central;
    text-align: center;
    border: 2px solid #2b4dff;
    box-shadow: 4px 4px 5px #666666;
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
}

.orta_img {
    background-color: transparent;
    background-position: inherit;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    box-shadow: 4px 4px 5px #666666;
    -webkit-box-shadow: 4px 4px 5px #666666;
    -moz-box-shadow: 4px 4px 5px #666666;
}

.btsnts-flt-wdt {
    position: unset;
    right: 10px;
    top: 30%;
}

    .btsnts-flt-wdt img {
        float: right;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
        -webkit-transition: all .0s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .btsnts-flt-wdt img:hover {
            -moz-transform: scale(1.2) rotate(-360deg);
            -webkit-transform: scale(1.2) rotate(-360deg);
            -o-transform: scale(1.2) rotate(-360deg);
            -ms-transform: scale(1.2) rotate(-360deg);
            transform: scale(1.2) rotate(-360deg);
        }

.header {
    background: #FAFAFA;
    color: #4e5766;
    padding: 5px 0px 5px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #000000;
        border: none;
        line-height: 2em;
        font-size: 1.5em;
    }

.main {
    background: #FAFAFA;
    padding: 5px 0px 0px 0px;
    margin: 0px auto;
}

.solblok {
    padding: 5px 0px 0px 0px;
    margin: 2px 2px 2px 2px;
}

.sagblok {
    padding: 5px 0px 0px 0px;
    margin: 2px 2px 2px 2px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    background: #FAFAFA;
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.hatakutu {
    background: #FF6699;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    -webkit-transition: box-shadow 0.5s;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: inherit;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #000000;
    height: 20px;
}

    .loginDisplay a:link {
        color: #000000;
    }

    .loginDisplay a:visited {
        color: #000000;
    }

    .loginDisplay a:hover {
        color: blue;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*------------------------------------*/
.main_menu, .main_menu:hover {
    font-weight: bold;
    font-family: Lucida 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    width: 100px;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 2px 2px 3px #666666;
    background-color: #2b4dff;
    color: #000000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

    .main_menu:hover {
        background-color: #ccc;
    }

.level_menu, .level_menu:hover {
    width: 120px;
    background-color: none;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 2px 2px 3px #666666;
    color: #ffffff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

    .level_menu:hover {
        background-color: #2b4dff;
    }

.selected, .selected:hover {
    background-color: #A6A6A6 !important;
    color: #fff;
}

.wrapEmail {
    word-break: break-all;
}

.level2 {
    background-color: #ffffff;
    border-radius: 10px 0px 10px 0px;
}
/*------------------------------------*/

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .title1 {
        display: none;
    }
}
